Re: problem with buffer in psql

Поиск
Список
Период
Сортировка
От Len Morgan
Тема Re: problem with buffer in psql
Дата
Msg-id 004d01c0e788$2c735ba0$0908a8c0@H233.bstx.cc
обсуждение исходный текст
Ответ на problem with buffer in psql  ("Hector Morales" <hearmocr@yahoo.com>)
Список pgsql-general
Did your "scriptofquerys" have a semicolon at the end of EACH query?  If
not, the parser will keep collecting lines until it hits the query length
limit.

len morgan


-----Original Message-----
From: Hector Morales <hearmocr@yahoo.com>
To: pgsql-general@postgresql.org <pgsql-general@postgresql.org>
Date: Monday, May 28, 2001 9:00 AM
Subject: [GENERAL] problem with buffer in psql


>I need insert aproximatly 20,000 tuples in one table and i run
>
>psql dbname -f scriptofquerys
>
>so show the next error
>
>query buffer maxlength of 16,384 exceeded
>
>thank for your help
>
>Hector Morales
>
>
>
>
>
>---------------------------(end of broadcast)---------------------------
>TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org
>


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: set datestyle
Следующее
От: "Len Morgan"
Дата:
Сообщение: Re: altering data type in a column