Re: Problem inserting more than 80 registers!?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Problem inserting more than 80 registers!?
Дата
Msg-id 5401.1083944689@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Problem inserting more than 80 registers!?  (Carlos Barroso <miguel.barroso@mail.pt>)
Список 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 по дате отправления:

Предыдущее
От: Carlos Barroso
Дата:
Сообщение: Problem inserting more than 80 registers!?
Следующее
От: Carlos Barroso
Дата:
Сообщение: Re: Problem inserting more than 80 registers!?