Re: [SQL] Maximum length of a query

2005-02-08 Thread 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

[SQL] Maximum length of a query

2005-02-08 Thread 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 ---(end of broadcast)--- TIP 8: explain analyze is your friend