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