Re: postgresql query string length limit

From: uwcssa <uwcssa(at)gmail(dot)com>
To: "Douglas McNaught" <doug(at)mcnaught(dot)org>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: postgresql query string length limit
Date: 2006-02-19 23:19:44
Message-ID: f2f562510602191519h2769b403xf4bff16e726006ca@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I am using version 8.0.3. i installed using the
--without-readline option.

is there a quick workaround?

On 2/19/06, Douglas McNaught <doug(at)mcnaught(dot)org> wrote:
> 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 Douglas McNaught 2006-02-19 23:28:17 Re: postgresql query string length limit
Previous Message Martijn van Oosterhout 2006-02-19 22:34:21 Re: Domains and supporting functions