Re: JDBC XA Support and Sample code?
От
Kris Jurka
Тема
Re: JDBC XA Support and Sample code?
Дата
Msg-id
Pine.BSO.4.64.0712051702370.10354@leary.csoft.net
Ответ на
JDBC XA Support and Sample code? (Jignesh K. Shah)
Список
Дерево обсуждения
JDBC XA Support and Sample code? "Jignesh K. Shah" <J.K.Shah@Sun.COM>
Re: JDBC XA Support and Sample code? Heikki Linnakangas <heikki@enterprisedb.com>
Re: JDBC XA Support and Sample code? "Garber, Mikhail" <mgarber@amazon.com>
Re: JDBC XA Support and Sample code? Kris Jurka <books@ejurka.com>
Re: JDBC XA Support and Sample code? "Jignesh K. Shah" <J.K.Shah@Sun.COM>
Re: JDBC XA Support and Sample code? Kris Jurka <books@ejurka.com>
Re: JDBC XA Support and Sample code? Kris Jurka <books@ejurka.com>
On Wed, 5 Dec 2007, Jignesh K. Shah wrote: > I am new to the XA world of PostgreSQL. What's the story of XA in PostgreSQL > JDBC Driver? Also are there examples on how to use the "Experimental" XA > driver in postgresql-jdbc? > PG's XA support is not expiremental, it's been part of the driver since the 8.1 release. How it's used depends a lot on who/what is managing your transactions, so it's not real straightforward to put together concrete examples and configurations. The JDBC driver's testsuite (org.postgresql.test.xa) manually issues xa transaction commands, so it's the most clear use of XA, but not really representative of actual usage. Kris Jurka
В списке pgsql-jdbc по дате отправления