SQL Request Size

From: Simon Riggs <simon(at)2ndquadrant(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: SQL Request Size
Date: 2005-05-16 20:18:45
Message-ID: 1116274725.3830.549.camel@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


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 reference to this.

Thanks,

Best Regards, Simon Riggs

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Mike Rylander 2005-05-16 20:20:14 Re: bitmap scans, btree scans, and tid order
Previous Message Greg Stark 2005-05-16 20:16:59 Re: bitmap scans, btree scans, and tid order