Does Postgres provide an XA compliant resource manager?

890 Views Asked by At

I would like to know if it is possible to use Postgres as a database backend with transaction monitors like Oracle Tuxedo or Microfocus Enterprise server on Linux.

This can be possible if postgres provides an XA compilant ressource manager...

I have searched on postgres website but couldn't find any relevant information about such support.

Thanks in advance.

2

There are 2 best solutions below

0
On

Enduro/X Middleware (almost clone to Tuxedo) ships with PostgreSQL XA driver for libpq and ecpg apis. Sample usage can be seen under https://github.com/endurox-dev/endurox/tree/master/atmitest/test067_postgres

3
On

psqlODBC provides an XA resource manager.