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

2006-07-03 Thread Nestor Ramirez (Speedy)
a values(1,2)'); rollback y que no se haya impactado en ninguna de las 2 tablas? ni la local ni la remota o solo se puede haciendo uso "a mano" de las transacciones? Muchas gracias - Original Message - From: "Alvaro Herrera" <[EMAIL PROTECTED]> To: "

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 #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