Transactional support across multiple machines...

From: Peter Tap <ptrtap(at)yahoo(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Transactional support across multiple machines...
Date: 2010-11-17 18:14:10
Message-ID: 751378.43371.qm@web62302.mail.re1.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Maciek Sakrejda 2010-11-17 18:40:57 Re: Transactional support across multiple machines...
Previous Message Kris Jurka 2010-11-14 22:44:33 Re: PSQLException: The column name <col> was not found in this ResultSet.