The length of the sql query - Mailing list pgsql-sql

From Emi Lu
Subject The length of the sql query
Date
Msg-id 44EC961F.4060106@encs.concordia.ca
Whole thread Raw
Responses Re: The length of the sql query  (Emi Lu <emilu@encs.concordia.ca>)
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: SQL92 compliance
Next
From: Scott Marlowe
Date:
Subject: Re: SQL92 compliance