Re: postgresql query string length limit

From: Douglas McNaught <doug(at)mcnaught(dot)org>
To: uwcssa <uwcssa(at)gmail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: postgresql query string length limit
Date: 2006-02-19 21:09:54
Message-ID: 87pslj3vj1.fsf@suzuka.mcnaught.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

uwcssa <uwcssa(at)gmail(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Martijn van Oosterhout 2006-02-19 21:29:35 Re: Domains and supporting functions
Previous Message uwcssa 2006-02-19 21:07:16 postgresql query string length limit