Chris Browne wrote:
> It is an API specified by an Open Group standard with a 12 function
> call API.
This may be interesting for those wondering what's going on:
http://java.sun.com/j2se/1.4.2/docs/api/javax/transaction/xa/package-summary.html
So yes, you probably need 2PC support in the server, but the actual
implementation work needs to be done in the JDBC driver (or any other
client interface).
--
Peter Eisentraut
http://developer.postgresql.org/~petere/