Re: [GENERAL] Query buffer problem.

From: "Dan Wilson" <dan_wilson(at)geocities(dot)com>
To: "Albert Chen" <chen6178(at)hotmail(dot)com>, "pgsql general" <pgsql-general(at)postgresql(dot)org>
Subject: Re: [GENERAL] Query buffer problem.
Date: 1999-08-04 04:45:47
Message-ID: 007a01bede34$38de21e0$261afea9@dwilson
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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 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
>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Thomas Lim 1999-08-04 08:02:22 Data type recommendation
Previous Message Aaron Holtz 1999-08-04 02:51:37 Postgres error