Re: problem with buffer in psql

From: "Len Morgan" <len-morgan(at)crcom(dot)net>
To: "Hector Morales" <hearmocr(at)yahoo(dot)com>, <pgsql-general(at)postgresql(dot)org>
Subject: Re: problem with buffer in psql
Date: 2001-05-28 15:08:57
Message-ID: 004d01c0e788$2c735ba0$0908a8c0@H233.bstx.cc
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)yahoo(dot)com>
To: pgsql-general(at)postgresql(dot)org <pgsql-general(at)postgresql(dot)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(at)postgresql(dot)org
>

Browse pgsql-general by date

  From Date Subject
Next Message Justin Clift 2001-05-28 15:10:38 Re: CLISP ?
Previous Message Len Morgan 2001-05-28 15:04:58 Re: Postgres performance issue