select problem

From: pgsql-bugs(at)postgresql(dot)org
To: pgsql-bugs(at)postgresql(dot)org
Subject: select problem
Date: 2001-03-01 18:37:49
Message-ID: 200103011837.f21Ibno95255@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Elie Atallah (elieatallah(at)hotmail(dot)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

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Peter Mount 2001-03-01 21:12:15 Re: jdbc1 compile problem still present in beta5 (java 1.1.8/freebsd 4.2-STABLE)
Previous Message Creager, Robert S 2001-03-01 18:21:03 7.1Beta 4&5 - clean build problem with '--with-perl'