Re: PostgreSQL and XA Distributed Transaction Protocol
От
Albe Laurenz
Тема
Re: PostgreSQL and XA Distributed Transaction Protocol
Дата
Msg-id
D960CB61B694CF459DCFB4B0128514C202FF6633@exadv11.host.magwien.gv.at
Ответ на
PostgreSQL and XA Distributed Transaction Protocol (Christian Ferrari)
Список
Дерево обсуждения
PostgreSQL and XA Distributed Transaction Protocol Christian Ferrari <camauz@yahoo.com>
Re: PostgreSQL and XA Distributed Transaction Protocol Martin Gainty <mgainty@hotmail.com>
Re: PostgreSQL and XA Distributed Transaction Protocol "Albe Laurenz" <laurenz.albe@wien.gv.at>
Christian Ferrari wrote: > I'm developing a new, free, XA compliant transaction manager. > One of the first resource manager I would be glad to support > is PostgreSQL; after some googling I have found no > information related to PostgreSQL and XA protocol support. > Can anyone give me more information related to this matter? To the best of my knowledge, the only XA interface in PostgreSQL is SQL. A session participating in a distributed transaction would issue "PREPARE TRANSACTION ", and the transaction manager can "COMMIT PREPARED " or "ROLLBACK PREPARED ". The currently active prepared transactions cann be seen in the pg_prepared_xacts system catalog. That should be good enough to implement a transaction manager, right? Yours, Laurenz Albe
В списке pgsql-general по дате отправления