Re: [BUGS] BUG #2963: PQprepare and transactions.

2007-02-05 Thread Tom Lane
"DUVAL Jean-Pierre" <[EMAIL PROTECTED]> writes: > It seems that PQprepare() is using something like DECLARE CURSOR WITHOUT > HOLD, that is impacted by transactions: > X) Either destroyed at the end of the transaction. > Y) Or not possible to do when a transaction is open. This conclusion is incorr

[BUGS] BUG #2963: PQprepare and transactions.

2007-02-05 Thread DUVAL Jean-Pierre
The following bug has been logged online: Bug reference: 2963 Logged by: DUVAL Jean-Pierre Email address: [EMAIL PROTECTED] PostgreSQL version: 8.1.3 Operating system: Windows XP Description:PQprepare and transactions. Details: To speed up programs, I call: 1) PQpr