On Friday 17 January 2003 13:53, king_henree(at)yahoo(dot)com wrote:
> I am using PostgreSQL 7.3.1 and wanted to know if XA
> datasources are supported under PostgreSQL? If yes,
> where can I get the JDBC drivers?
No. PostgreSQL database does not support two-phase commits. I believe this
is planned for a future version of the database (read the todo list).
After that is completed, I would imagine the JDBC driver will be amended to
support XA DataSources.