| From: | PG Doc comments form <noreply(at)postgresql(dot)org> |
|---|---|
| To: | pgsql-docs(at)lists(dot)postgresql(dot)org |
| Cc: | postgres(at)kellerer(dot)name |
| Subject: | Document the limit on the number of parameters |
| Date: | 2018-07-17 13:25:08 |
| Message-ID: | 153183390829.1395.16339447781418953738@wrigleys.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-docs |
The following documentation comment has been logged on the website:
Page: https://www.postgresql.org/docs/10/static/sql-prepare.html
Description:
The backend protocol limits the number of parameters that can be passed for
a prepared statement to 32767 (2 byte signed integer).
As that is something that is independent of the client library, I think this
should be documented in the user facing manual for the Postgres server
somewhere.
I did not find anything in the chapter about PREPARE
https://www.postgresql.org/docs/current/static/sql-prepare.html or about the
backend protocol:
https://www.postgresql.org/docs/current/static/protocol.html nor on the FAQ
page: https://wiki.postgresql.org/wiki/FAQ
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Liudmila Mantrova | 2018-07-17 13:50:22 | Re: uncommon syntax in datatype.sgml |
| Previous Message | Peter Eisentraut | 2018-07-17 10:52:05 | Re: uncommon syntax in datatype.sgml |