Transactional support across multiple machines...

Поиск
Список
Период
Сортировка
От Peter Tap
Тема Transactional support across multiple machines...
Дата
Msg-id 751378.43371.qm@web62302.mail.re1.yahoo.com
обсуждение исходный текст
Ответы Re: Transactional support across multiple machines...  (Maciek Sakrejda <msakrejda@truviso.com>)
Список 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 по дате отправления:

Предыдущее
От: Kris Jurka
Дата:
Сообщение: Re: PSQLException: The column name was not found in this ResultSet.
Следующее
От: Maciek Sakrejda
Дата:
Сообщение: Re: Transactional support across multiple machines...