From: | Kovács Péter <peter(dot)kovacs(at)sysdata(dot)siemens(dot)hu> |
---|---|
To: | David Hooker <dhooker(at)a4networks(dot)com>, pgsql-jdbc(at)postgresql(dot)org |
Subject: | Re: Two Phase commits |
Date: | 2002-03-25 11:45:26 |
Message-ID: | 8A2DDD7ED7876A4698F6FF204F62CBFC02A66595@budg112a.sysdata.siemens.hu |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-jdbc |
PostrgreSQL does not support distributed transactions, so 2pc is impossible.
Check the mail list archives. Even on the JDBC list, there were some
exchanges of thoughts and opinions about XA and 2pc back a few months ago.
Peter
-----Original Message-----
From: David Hooker [mailto:dhooker(at)a4networks(dot)com]
Sent: Sunday, March 24, 2002 8:33 AM
To: pgsql-jdbc(at)postgresql(dot)org
Subject: [JDBC] Two Phase commits
How does one perform a 2-phase commit against PostgreSQL? In reading the
JDBC driver code, the driver itself doesn't implement a 2pc protocol, so I'm
wondering if it's even possible to do. Any thoughts?
From | Date | Subject | |
---|---|---|---|
Next Message | Hubert | 2002-03-25 15:48:07 | org.postgresql.PostgresqlDataSource |
Previous Message | Barry Lind | 2002-03-25 10:06:21 | Re: "No results were returned by the query" exception |