Re: [BUGS] BUG #2507: Problem using two-phase commit

2006-07-01 Thread Alvaro Herrera
N. Ramirez escribió: > I do not have an operation as it must be when use the functions to do > 2-phase commit > > Example create table prueba (a int, b int); > begin; > PREPARE TRANSACTION ''; > insert into prueba values (1,2); > ROLLBACK PREPARED ''; select * from prueba >

[BUGS] BUG #2498: Problem with ADO.RECORDSET.UPDATE

2006-07-01 Thread Paul Röttgerding
The following bug has been logged online: Bug reference: 2498 Logged by: Paul Röttgerding Email address: [EMAIL PROTECTED] PostgreSQL version: DBMS 8.0.3 Operating system: Windows / Linux Description:Problem with ADO.RECORDSET.UPDATE Details: Hello, we have PG 8.0.

[BUGS] BUG #2507: Problem using two-phase commit

2006-07-01 Thread N. Ramirez
The following bug has been logged online: Bug reference: 2507 Logged by: N. Ramirez Email address: [EMAIL PROTECTED] PostgreSQL version: 8.1.4 Operating system: Linux Suse 9 Description:Problem using two-phase commit Details: I do not have an operation as it must be