Re: Problem inserting more than 80 registers!? - Mailing list pgsql-novice

From Tom Lane
Subject Re: Problem inserting more than 80 registers!?
Date
Msg-id 5401.1083944689@sss.pgh.pa.us
Whole thread Raw
In response to Problem inserting more than 80 registers!?  (Carlos Barroso <miguel.barroso@mail.pt>)
List pgsql-novice
Carlos Barroso <miguel.barroso@mail.pt> writes:
> I'm using Postgres 7.4.2. I compiled it without changing any server
> parameter.
> I'm trying to do a bulk of 90 inserts in one table, commiting at the end.
> My problem is that the 90 inserts are processed on the client (Hibernate),
> but in my table I only have 80! It never inserts more than 80 registers.

There is certainly no such limitation in Postgres itself.  Better take
another look at your own code.  (Or Hibernate, whatever that is ...)

            regards, tom lane

pgsql-novice by date:

Previous
From: Carlos Barroso
Date:
Subject: Problem inserting more than 80 registers!?
Next
From: Carlos Barroso
Date:
Subject: Re: Problem inserting more than 80 registers!?