Re: postgresql query string length limit

From: Douglas McNaught <doug(at)mcnaught(dot)org>
To: uwcssa <uwcssa(at)gmail(dot)com>
Cc: "Mark Kirkwood" <markir(at)paradise(dot)net(dot)nz>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: postgresql query string length limit
Date: 2006-02-20 01:41:01
Message-ID: 873bie4xjm.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 am using psql client. On Fedora core (linux core: 2.4.20-8 )
> as well on Suze 10.0 (core: 2.6.13-15.7-smp). Both has the same problem.

Please send a test case (shell script that shows the behavior). I can
do

$ psql -f foo.sql doug

where 'foo.sql' inserts an 16384-character string into a table in a
single query. This is with PG 8.0.4. The limit clearly does not
exist, so we need to find out what you're doing wrong. :)

-Doug

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2006-02-20 01:58:38 Re: Fix to CVE-2006-0553 for 8.1.1
Previous Message uwcssa 2006-02-20 00:53:15 Re: postgresql query string length limit