Re: Is it possible for Postgresql to interact with Transaction

From: Mike Mascari <mascarm(at)mascari(dot)com>
To: alain(dot)bruneau(at)acoss(dot)fr
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Is it possible for Postgresql to interact with Transaction
Date: 2003-04-02 12:54:37
Message-ID: 3E8ADD8D.9010705@mascari.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

alain(dot)bruneau(at)acoss(dot)fr wrote:
> Hi.
>
> I'm trying to understand if it is possible to link Postgresql with a
> Transaction Manager like Tuxedo.

Nope. At a minimum PostgreSQL would first have to expose a
two-phase commit API before an XA library could be written.
There was work done in this area:

http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&oe=UTF-8&frame=right&th=ead6cfa512d740f2&seekm=87wuns3lwh.fsf%40mailbox.samurai.com#link6

but it will be interesting to see if it ever sees the light of day.

Mike Mascari
mascarm(at)mascari(dot)com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message rx 2003-04-02 13:44:20 help for postgreSQL in shell
Previous Message Marc Drouin 2003-04-02 12:46:42 Re: Trigger functions