Re: postgresql query string length limit - Mailing list pgsql-hackers

From Douglas McNaught
Subject Re: postgresql query string length limit
Date
Msg-id 873bie4xjm.fsf@suzuka.mcnaught.org
Whole thread Raw
In response to Re: postgresql query string length limit  (uwcssa <uwcssa@gmail.com>)
List pgsql-hackers
uwcssa <uwcssa@gmail.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



pgsql-hackers by date:

Previous
From: uwcssa
Date:
Subject: Re: postgresql query string length limit
Next
From: Tom Lane
Date:
Subject: Re: Fix to CVE-2006-0553 for 8.1.1