Query buffer problem.

Поиск
Список
Период
Сортировка
От Albert Chen
Тема Query buffer problem.
Дата
Msg-id 19990804042107.59528.qmail@hotmail.com
обсуждение исходный текст
Список pgsql-general
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

В списке pgsql-general по дате отправления:

Предыдущее
От: Aaron Holtz
Дата:
Сообщение: Postgres error
Следующее
От: "Dan Wilson"
Дата:
Сообщение: Re: [GENERAL] Query buffer problem.