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