Semicolon (;) at the end of each line should fix it.

-Dan


> Hi,
> 
> I insert 10,000 data into PostgreSQL database. I got the problem
> while inserting:
> 
> query buffer max length of 20000 exceeded
> query line ignored
> .
> query buffer max length of 20000 exceeded
> query line ignored
> 
> 
> ');
> PQsendQuery() -- query is too long.  Maximum length is 8191
> query buffer max length of 20000 exceeded
> query line ignored
> Segmentation fault (core dumped)
> 
> 
> Would anyone know how to solve this problem, thanks in advance.
> 
> -Albert
> 
> 
> ______________________________________________________
> Get Your Private, Free Email at http://www.hotmail.com
> 

Reply via email to