Re: [HACKERS] SQL Request Size

2005-05-16 Thread Tom Lane
Simon Riggs <[EMAIL PROTECTED]> writes: > What is the maximum SQL statement length that the server will accept? There is no fixed limit, short of where you start to overflow memory and/or stack depth. http://archives.postgresql.org/pgsql-general/2001-02/msg00776.php regard

Re: [HACKERS] SQL Request Size

2005-05-16 Thread Hannu Krosing
On E, 2005-05-16 at 21:18 +0100, Simon Riggs wrote: > What is the maximum SQL statement length that the server will accept? > > The libpq message length identifier is 4 bytes, which indicates that the > max length is 4GB. But thats not exactly the same thing... > > Most other systems have a SQL r

[HACKERS] SQL Request Size

2005-05-16 Thread Simon Riggs
What is the maximum SQL statement length that the server will accept? The libpq message length identifier is 4 bytes, which indicates that the max length is 4GB. But thats not exactly the same thing... Most other systems have a SQL request size limit much smaller than this, though I can't find r