RE: postgres length limitation query

From: Michael Ansley <Michael(dot)Ansley(at)intec-telecom-systems(dot)com>
To: "'Enrico Mangano'" <enrico(dot)mangano(at)nethouse(dot)it>, pgsql-general(at)postgresql(dot)org
Subject: RE: postgres length limitation query
Date: 2001-02-15 11:12:05
Message-ID: 7F124BC48D56D411812500D0B747251480F41A@FILESERVER002
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

If you're talking about the length of the query string, it should be limited
only by the memory available to the processes that handle it. If they run
out of memory, it all goes pop! and then releases the used memory, and
should carry on working ;-)

MikeA

-----Original Message-----
From: Enrico Mangano [mailto:enrico(dot)mangano(at)nethouse(dot)it]
Sent: 15 February 2001 08:39
To: pgsql-general(at)postgresql(dot)org
Subject: [GENERAL] postgres length limitation query

Hello,
is there any limit in the length of a query?
What postgres does if I give it a query that is bigger?

Thanks.

**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
Nick West - Global Infrastructure Manager.

This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses.

www.mimesweeper.com
**********************************************************************

Browse pgsql-general by date

  From Date Subject
Next Message Richard Huxton 2001-02-15 12:56:59 Re: [GENERAL] what means "INSERT xxx yyy" ?
Previous Message Mark Alliban 2001-02-15 09:55:29 Re: Postmaster crashes