Re: XA Support for Postgres

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Re: XA Support for Postgres
Дата
Msg-id 478255C5.2050203@enterprisedb.com
обсуждение исходный текст
Ответ на Re: XA Support for Postgres  (Håkan Jacobsson <hakan.jacobsson@relevanttraffic.com>)
Ответы Re: XA Support for Postgres
Список pgsql-jdbc
Håkan Jacobsson wrote:
> So, if I want XA-support I need postgresql 8.1 at least on the databases I need to use?

Yep.

> I'm using a postgres-ds.xml with XA-support (JBoss config file) which I think you suggested to use (I found it on
somejira-related site). Is that all I need to have XA-support/two-phase-commit-support? I mean there is nothing to
modifyin my code or elsewhere? 

The short answer is yes, that's all you need to do.

Note that as an important optimization, the app server won't actually do
two-phase commit unless you really use two different databases in a
transaction.

--
   Heikki Linnakangas
   EnterpriseDB   http://www.enterprisedb.com

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

Предыдущее
От: Daniel Migowski
Дата:
Сообщение: Re: TypeInfoCache
Следующее
От: Daniel Migowski
Дата:
Сообщение: Re: TypeInfoCache