Re: PostgreSQL XA ?

From: Kris Jurka <books(at)ejurka(dot)com>
To: "FERREIRA, William (COFRAMI)" <william(dot)ferreira(at)airbus(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: PostgreSQL XA ?
Date: 2005-05-17 19:05:46
Message-ID: Pine.BSO.4.56.0505171404390.24587@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tue, 17 May 2005, FERREIRA, William (COFRAMI) wrote:

> hi at present my j2ee application use an Oracle database with XA
> transactions. i'm migrating Oracle to PostgreSQL, and i'm looking for a
> XA driver for PostgreSQL. does it exist ?
>

No, postgresql does not support distributed transactions, so it does not
have XA JDBC support.

Kris Jurka

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Hrishikesh Deshmukh 2005-05-17 19:11:35 Logs
Previous Message David Parker 2005-05-17 18:48:25 explicit cursor vs. for loop in pl/pgsql