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 2 exceeded
> query line ignored
> .
> query buffer max length of 2 exceeded
> query line ignored
>
>
Hi,
I insert 10,000 data into PostgreSQL database. I got the problem
while inserting:
query buffer max length of 2 exceeded
query line ignored
.
query buffer max length of 2 exceeded
query line ignored
');
PQsendQuery() -- query is too long. Maximum length is 8191
query buffer max len