Re: Transactional support across multiple machines... - Mailing list pgsql-jdbc

From Peter Tap
Subject Re: Transactional support across multiple machines...
Date
Msg-id 958934.2354.qm@web62307.mail.re1.yahoo.com
Whole thread Raw
In response to Re: Transactional support across multiple machines...  (Maciek Sakrejda <msakrejda@truviso.com>)
List pgsql-jdbc
Hi Maciek,

Thank you for your help.

I looked at the link you provided me. However, I am still confused. I have three different connections to three different databases. If I call PREPARE_TRANSACTION and COMMIT_PREPARED on each machine, it may still not be atomic.

I would think one would need some kind of distributed transaction coordinator such as Java Transactional API (JTA).

I appreciate your help.

Regards,
Peter



From: Maciek Sakrejda <msakrejda@truviso.com>
To: Peter Tap <ptrtap@yahoo.com>
Cc: pgsql-jdbc@postgresql.org
Sent: Wed, November 17, 2010 10:40:57 AM
Subject: Re: [JDBC] Transactional support across multiple machines...

Prepared transactions:
http://www.postgresql.org/docs/9.0/static/sql-prepare-transaction.html
---
Maciek Sakrejda | System Architect | Truviso

1065 E. Hillsdale Blvd., Suite 215
Foster City, CA 94404
(650) 242-3500 Main
www.truviso.com

pgsql-jdbc by date:

Previous
From: Maciek Sakrejda
Date:
Subject: Re: Transactional support across multiple machines...
Next
From: Michael Fork
Date:
Subject: Re: PSQLException: The column name was not found in this ResultSet.