The length of the sql query

Поиск
Список
Период
Сортировка
От Emi Lu
Тема The length of the sql query
Дата
Msg-id 44EC961F.4060106@encs.concordia.ca
обсуждение исходный текст
Ответы Re: The length of the sql query  (Emi Lu <emilu@encs.concordia.ca>)
Список pgsql-sql
Hello,

Just curious to know whether postgresql has any length constraint about 
where part, such as


Query =
[
select col1, col2, ... coln
from table 1, table2,
where

constraint1 + constraint2 +................................constraintN
]

Is there any length arrange for the Query str such as 500M, 1G, etc? Or 
the query can be as long as it is.

Thanks a lot!



В списке pgsql-sql по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: SQL92 compliance
Следующее
От: Scott Marlowe
Дата:
Сообщение: Re: SQL92 compliance