select problem

Поиск
Список
Период
Сортировка
От pgsql-bugs@postgresql.org
Тема select problem
Дата
Msg-id 200103011837.f21Ibno95255@hub.org
обсуждение исходный текст
Ответы Re: select problem  (Peter Mount <peter@retep.org.uk>)
Список 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 по дате отправления:

Предыдущее
От: Olivier PRENANT
Дата:
Сообщение: int8 beta5 broken?
Следующее
От: Peter Mount
Дата:
Сообщение: Re: jdbc1 compile problem still present in beta5 (java 1.1.8/freebsd 4.2-STABLE)