Re: [SQL] Error when inserting

From: Darrin Crook <crook(at)nexus(dot)as(dot)utexas(dot)edu>
To: Esteban Chiner Sanz <echiner(at)tissat(dot)es>
Cc: pgsql-sql(at)postgreSQL(dot)org, pgsql-general(at)postgreSQL(dot)org
Subject: Re: [SQL] Error when inserting
Date: 1999-07-30 13:32:38
Message-ID: Pine.LNX.4.10.9907300831110.25321-100000@nexus.as.utexas.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-sql

Esteban
All that is needed is a ';' at the end of every insert statment.
This will process the statment and not fill the buffer.

Darrin Crook crook(at)nexus(dot)as(dot)utexas(dot)edu
McDonald Observatory wk: 915-426-4167
The University of Texas at Austin hm: 915-426-3652

On Fri, 30 Jul 1999, Esteban Chiner Sanz wrote:

> I'm trying to insert 2760 users on a table through a script, but I get
> this error:
>
> query buffer max length of 16384 exceeded
>
> And after a few of these I get: "Segmentation Fault - core dumped".
> What does this error mean (the first one)? And what can I do to avoid
> it?
> Thank you,
>
> Esteban
>
> ------------------------------------------------------------
> Esteban Chiner Sanz mailto (work): echiner(at)tissat(dot)es
> TISSAT mailto (home): echiner(at)abonados(dot)cplus(dot)es
> Av. Aragon, 30, 5 planta Phone: 96 393 9950
> Valencia (SPAIN)
>
>
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Mario Haza 1999-07-30 17:14:04 PG module for apache
Previous Message Esteban Chiner Sanz 1999-07-30 11:36:27 Error when inserting

Browse pgsql-sql by date

  From Date Subject
Next Message Thomas Good 1999-07-30 14:15:32 date_arithmetic revisited
Previous Message Esteban Chiner Sanz 1999-07-30 11:36:27 Error when inserting