select problem - Mailing list pgsql-bugs

From pgsql-bugs@postgresql.org
Subject select problem
Date
Msg-id 200103011837.f21Ibno95255@hub.org
Whole thread Raw
Responses Re: select problem  (Peter Mount <peter@retep.org.uk>)
List pgsql-bugs
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.

please mail me as soon as possible (it's important for my master thesis).

Thank you in advance.


Elie Atallah

Sample Code
String query=" a string query about 33000 characters";
execute(query);

No file was uploaded with this report

pgsql-bugs by date:

Previous
From: Olivier PRENANT
Date:
Subject: int8 beta5 broken?
Next
From: Peter Mount
Date:
Subject: Re: jdbc1 compile problem still present in beta5 (java 1.1.8/freebsd 4.2-STABLE)