Обсуждение: Maximum length of a query

Поиск
Список
Период
Сортировка

Maximum length of a query

От
Antony Paul
Дата:
Hi all,   What is the maximum length allowed for a query in PG 7.3.3 ?. I
need arbitrarily long queries to be executed through JDBC.

rgds
Antony Paul


Re: Maximum length of a query

От
Michael Fuhr
Дата:
On Wed, Feb 09, 2005 at 11:43:20AM +0530, Antony Paul wrote:
>
>     What is the maximum length allowed for a query in PG 7.3.3 ?. I
> need arbitrarily long queries to be executed through JDBC.

According to the following message from Tom Lane, "There is no
specific limit; it'll depend on available memory and complexity of
the statement."

http://archives.postgresql.org/pgsql-general/2003-12/msg01373.php

-- 
Michael Fuhr
http://www.fuhr.org/~mfuhr/