The length of the sql query

From: Emi Lu <emilu(at)encs(dot)concordia(dot)ca>
To: pgsql-sql(at)postgresql(dot)org
Subject: The length of the sql query
Date: 2006-08-23 17:53:35
Message-ID: 44EC961F.4060106@encs.concordia.ca
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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!

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Scott Marlowe 2006-08-23 18:28:36 Re: SQL92 compliance
Previous Message Tom Lane 2006-08-23 17:40:16 Re: SQL92 compliance