[BUGS] BUG #4527: Prepare of large multirow insert fails without error

2008-11-13 Thread Vincent Kessler
The following bug has been logged online: Bug reference: 4527 Logged by: Vincent Kessler Email address: [EMAIL PROTECTED] PostgreSQL version: 8.3.4 Operating system: Debian Linux 2.6.18-6-686-bigmem Description:Prepare of large multirow insert fails without error

Re: [BUGS] BUG #4527: Prepare of large multirow insert fails without error

2008-11-13 Thread Vincent Kessler
Tom Lane schrieb, Am 13.11.2008 16:28: "Vincent Kessler" <[EMAIL PROTECTED]> writes: i am trying to do large multirow inserts using PQsendPrepare. I have not found a limit in the number of parameters or the size of the querystring, so i assume memory is the limit. Wh