Re: Document the limit on the number of parameters

2018-08-07 Thread Stephen Frost
Greetings Tom, * Tom Lane (t...@sss.pgh.pa.us) wrote: > Stephen Frost writes: > > * Bruce Momjian (br...@momjian.us) wrote: > >> On Tue, Jul 17, 2018 at 01:25:08PM +, PG Doc comments form wrote: > >>> The backend protocol limits the number of parameters that can be passed > >>> for > >>> a

Re: Document the limit on the number of parameters

2018-08-07 Thread Stephen Frost
Greetings, * Bruce Momjian (br...@momjian.us) wrote: > On Tue, Jul 17, 2018 at 01:25:08PM +, PG Doc comments form wrote: > > The following documentation comment has been logged on the website: > > > > Page: https://www.postgresql.org/docs/10/static/sql-prepare.html > > Description: > > > >

Re: Document the limit on the number of parameters

2018-08-07 Thread Bruce Momjian
On Tue, Jul 17, 2018 at 01:25:08PM +, PG Doc comments form wrote: > 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

Document the limit on the number of parameters

2018-07-17 Thread PG Doc comments form
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