Re: The length of the sql query

From: Emi Lu <emilu(at)encs(dot)concordia(dot)ca>
To: pgsql-sql(at)postgresql(dot)org
Subject: Re: The length of the sql query
Date: 2006-08-24 12:58:31
Message-ID: 44EDA277.90704@encs.concordia.ca
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Hello,

It appears in MySql 3.23 the limit is 16 MB. In 4.0 and later, it is 1 GB

http://dev.mysql.com/doc/refman/4.1/en/packet-too-large.html

Could someone tell me where I can find PostgreSQL doc about the query
length please
Tks a lot!

> 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!
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: don't forget to increase your free space map settings

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Tom Lane 2006-08-24 14:34:25 Re: The length of the sql query
Previous Message Peter Eisentraut 2006-08-24 06:43:54 Re: SQL92 compliance