Re: Input strings > 16 K? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Input strings > 16 K?
Date
Msg-id 2208.966005325@sss.pgh.pa.us
Whole thread Raw
In response to Input strings > 16 K?  ("G. Anthony Reina" <reina@nsi.edu>)
List pgsql-hackers
"G. Anthony Reina" <reina@nsi.edu> writes:
> I recently increased the default tuple size to 32K on Postgres 7.0.2
> with no problems. My colleague, however, told me that I can't pass a
> text string greater than 16 K into the PQexec C function.

There *was* such a restriction in libpq, before 7.0.  His info is
obsolete...
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: CREATE INDEX test_idx ON test (UPPER(varchar_field)) doesn't work...
Next
From: "G. Anthony Reina"
Date:
Subject: Re: Input strings > 16 K?