Re: Input strings > 16 K?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "G(dot) Anthony Reina" <reina(at)nsi(dot)edu>
Cc: "pgsql-hackers(at)postgreSQL(dot)org" <pgsql-hackers(at)postgreSQL(dot)org>
Subject: Re: Input strings > 16 K?
Date: 2000-08-11 14:48:45
Message-ID: 2208.966005325@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"G. Anthony Reina" <reina(at)nsi(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2000-08-11 15:42:06 Re: problem with float8 input format
Previous Message Tom Lane 2000-08-11 14:38:39 Re: CREATE INDEX test_idx ON test (UPPER(varchar_field)) doesn't work...