On Thu, 20 Jan 2005, [ISO-8859-2] Avramucz István wrote:
> Which classes implement the javax.sql.DataSource and
http://www.postgresql.org/docs/7.3/static/jdbc-datasource.html
> javax.sql.XADataSource interfaces in Postgres JDBC ?
>
PostgreSQL does not have XA support because the backend does not have two
phase commit support. There is hope this will be coming in version 8.1.
Kris Jurka