Re: select problem - Mailing list pgsql-bugs

From Peter Mount
Subject Re: select problem
Date
Msg-id 5.0.2.1.0.20010301211229.00a6e620@mail.retep.org.uk
Whole thread Raw
In response to select problem  (pgsql-bugs@postgresql.org)
List pgsql-bugs
At 13:37 01/03/01 -0500, pgsql-bugs@postgresql.org wrote:
>Elie Atallah (elieatallah@hotmail.com) reports a bug with a severity of 2
>The lower the number the more severe it is.
>
>Short Description
>select problem
>
>Long Description
>I'm using JDBC as an interface.
>
>The select query will be dynamicly built. In some situation the query
>string can reach a big length of characters (per example: 33000
>characters) what postgresql doesn't accept.
>
>
>Question:
>Is there a limit for the query string?
>If yes witch one.

Under 7.1 there is no limit. However as JDBC's DatabaseMetaData expects to
return a value for a call, it's says 64K. However this shouldn't really
affect anything, it's just a returned value.

Pre 7.1 was limited to 8k.

These were backend limitations not JDBC.

Peter

pgsql-bugs by date:

Previous
From: Peter Mount
Date:
Subject: Re: jdbc1 compile problem still present in beta5 (java 1.1.8/freebsd 4.2-STABLE)
Next
From: Nat Howard
Date:
Subject: Re: jdbc1 compile problem still present in beta5 (java 1.1.8/freebsd 4.2-STABLE)