Re: Problem inserting more than 80 registers!?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Carlos Barroso <miguel(dot)barroso(at)mail(dot)pt>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: Problem inserting more than 80 registers!?
Date: 2004-05-07 15:44:49
Message-ID: 5401.1083944689@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Carlos Barroso <miguel(dot)barroso(at)mail(dot)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

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Carlos Barroso 2004-05-07 16:27:01 Re: Problem inserting more than 80 registers!?
Previous Message Carlos Barroso 2004-05-07 15:14:06 Problem inserting more than 80 registers!?