Re: length of insert stmt?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Gavin Sherry <swm(at)linuxworld(dot)com(dot)au>
Cc: chris markiewicz <cmarkiew(at)commnav(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: length of insert stmt?
Date: 2001-03-08 15:27:32
Message-ID: 25659.984065252@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Gavin Sherry <swm(at)linuxworld(dot)com(dot)au> writes:
> You seem to have hit the 8Kb row limit.

No, I think he's hit some limit on the size of a query string. Before
about 7.0, there was a limit on the textual length of queries. We got
rid of it in the backend and libpq, but I think some of the lesser-used
interface libraries still think they can/should limit query length.

Chris didn't say what version of what interface he was using, though...

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2001-03-08 15:32:08 Re: Escaping underscores in LIKE
Previous Message Richard Huxton 2001-03-08 15:20:37 Re: length of insert stmt?