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. When executing the PQsendPrepa

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

2008-11-13 Thread Tom Lane
"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. > When executing the PQsendPrepare function using a querystring of

Re: [BUGS] BUG #4528: (rounding?) error with some timezone names

2008-11-13 Thread Tom Lane
"chris wood" <[EMAIL PROTECTED]> writes: > postgresbugs=# select '2008-01-09 07:00:00-00'::timestamptz at time zone > 'right/Pacific/Wake' ; > timezone > - > 2008-01-09 18:59:37 (1 row) The "right" timezones take leap seconds into account, so this isn't surpri

[BUGS] BUG #4528: (rounding?) error with some timezone names

2008-11-13 Thread chris wood
The following bug has been logged online: Bug reference: 4528 Logged by: chris wood Email address: [EMAIL PROTECTED] PostgreSQL version: 8.3.4 Operating system: Debian Description:(rounding?) error with some timezone names Details: again sorry I do not have access t

Re: [BUGS] BUG #4516: FOUND variable does not work after RETURN QUERY

2008-11-13 Thread Pavel Stehule
I am sending patch, that adds FOUND and GET DIAGNOSTICS support for RETURN QUERY statement Regards Pavel Stehule 2008/11/10 Andrew Gierth <[EMAIL PROTECTED]>: >> "Pavel" == "Pavel Stehule" <[EMAIL PROTECTED]> writes: > > >> Well, changing the semantics of an already-released statement > >

[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 Deta