Re: postgresql query string length limit

Поиск
Список
Период
Сортировка
От Douglas McNaught
Тема Re: postgresql query string length limit
Дата
Msg-id 87pslj3vj1.fsf@suzuka.mcnaught.org
обсуждение исходный текст
Ответ на postgresql query string length limit  (uwcssa <uwcssa@gmail.com>)
Ответы Re: postgresql query string length limit  (uwcssa <uwcssa@gmail.com>)
Список pgsql-hackers
uwcssa <uwcssa@gmail.com> writes:

>  I found any query exceeds 4096 charactors will be pruned automatically. i am
> wondering which knob should i change to make it larger , say, 10000
> charactors.  i searched for a while but was not able to find it online.  so if
> anyone has a quick nswer that will be highly appreciated.

Either you're using a very very old version of PostgreSQL, or a very
crappy client library--there hasn't been a query length limitation in
the server or in libpq for a long time (I think when there was one it
was 8K by default).

-Doug


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

Предыдущее
От: uwcssa
Дата:
Сообщение: postgresql query string length limit
Следующее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: Domains and supporting functions