In other words, how do you tell the database to pre-commit???
-----Original Message-----
From: pgsql-jdbc-owner(at)postgresql(dot)org
[mailto:pgsql-jdbc-owner(at)postgresql(dot)org] On Behalf Of David Hooker
Sent: Sunday, March 24, 2002 1:33 AM
To: pgsql-jdbc(at)postgresql(dot)org
Subject: [JDBC] Two Phase commits
How does one perform a 2-phase commit against PostgreSQL? In reading
the JDBC driver code, the driver itself doesn't implement a 2pc
protocol, so I'm wondering if it's even possible to do. Any thoughts?