Re: [GENERAL] Query buffer problem.

1999-08-03 Thread Dan Wilson
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 > >

[GENERAL] Query buffer problem.

1999-08-03 Thread Albert Chen
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