In other words, how do you tell the database to pre-commit???
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?