Re: xa compatibility

Поиск
Список
Период
Сортировка
От Albe Laurenz
Тема Re: xa compatibility
Дата
Msg-id A737B7A37273E048B164557ADEF4A58B50FE2670@ntex2010i.host.magwien.gv.at
обсуждение исходный текст
Ответ на xa compatibility  ("Xaver Thum" <xaver.thum@t-online.de>)
Список pgsql-general
Xaver Thum wrote:
> is there an option (provided by Postgres) accessing a Postgres DB via  the standard XA interface ?
> 
> I don't mean the usage of JDBC's class PGXADataSource,
> but the usual XA methods xa_open, xa_prepare, xa_commit, ... of the XA standard.

I am not sure why there is no implementation of the XA API for PostgreSQL,
I have wondered about that myself.

Maybe it is because PostgreSQL's XA support does not offer all the functionality
that the standard provides, maybe it is just because nobody wrote the code for it.

Yours,
Laurenz Albe


В списке pgsql-general по дате отправления:

Предыдущее
От: Achilleas Mantzios
Дата:
Сообщение: Re: xa compatibility
Следующее
От: Albe Laurenz
Дата:
Сообщение: Re: can postgres run well on NFS mounted partitions?