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