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

From Peter Tap
Subject Transactional support across multiple machines...
Date
Msg-id 751378.43371.qm@web62302.mail.re1.yahoo.com
Whole thread Raw
Responses Re: Transactional support across multiple machines...  (Maciek Sakrejda <msakrejda@truviso.com>)
List pgsql-jdbc
Folks,

From my Java code, I need to run a query to update data on three PostgreSQL databases running on three different machines. The call must be atomic. Either all the three machines get updated or none gets updated. I am wondering what is the best way to achieve this.

All the three machines are on the same network.

Thank you in advance for your help.

Regards,
Peter




pgsql-jdbc by date:

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