Re: length of insert stmt?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: length of insert stmt?
Дата
Msg-id 25659.984065252@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: length of insert stmt?  (Gavin Sherry <swm@linuxworld.com.au>)
Ответы RE: length of insert stmt?
Список pgsql-general
Gavin Sherry <swm@linuxworld.com.au> writes:
> You seem to have hit the 8Kb row limit.

No, I think he's hit some limit on the size of a query string.  Before
about 7.0, there was a limit on the textual length of queries.  We got
rid of it in the backend and libpq, but I think some of the lesser-used
interface libraries still think they can/should limit query length.

Chris didn't say what version of what interface he was using, though...

            regards, tom lane

В списке pgsql-general по дате отправления:

Предыдущее
От: "Richard Huxton"
Дата:
Сообщение: Re: length of insert stmt?
Следующее
От: "chris markiewicz"
Дата:
Сообщение: RE: length of insert stmt?