How to use 2PC? - Mailing list pgsql-novice

From David Flegl
Subject How to use 2PC?
Date
Msg-id 200705141023.3722@centrum.cz
Whole thread Raw
Responses Re: How to use 2PC?  ("Jim C. Nasby" <decibel@decibel.org>)
List pgsql-novice
Hi,
  I need to use two phase commit transaction. For connection to other databases I use contribution dblink. But I don't
knowhow to use correctly PREPARE TRANSACTION. I need to rollback transaction on others db's when one fails. But how
I'llknow it? Documentation says nothing about it. How can I get result if PREPARE TRANSACTION failed or passed? 

If some links or help you have, I will be thanks a lot.

David


pgsql-novice by date:

Previous
From: "Loredana Curugiu"
Date:
Subject: Re: Count rows group by time intervals
Next
From: Brian Hurt
Date:
Subject: Ocaml as a Postgresql Procedural Language?