Re: 2-phase commit - Mailing list pgsql-general

From Gilles DAROLD
Subject Re: 2-phase commit
Date
Msg-id 39A4D436.E9A35437@darold.net
Whole thread Raw
In response to 2-phase commit  (richard excite <richard_excite@excite.com>)
List pgsql-general
richard excite wrote:

> Hello,
>
> Is there any open source implementation of 2-phase commit out there using
> Postgres ?

I think this is the common implementation of all network interface to
PostgreSQL.
You can use DBI/DBD::Pg for example.

When you pass a query to the backend you can use the return status to commit
or rollback
your transactions... Just wait that all you slaves return their status.

This kind of development can be done in one day with Perl.... but for your
question I don't
know any existing programs doing that.

Regards



pgsql-general by date:

Previous
From: "anuj"
Date:
Subject: FW: Count & Distinct
Next
From: "Rafa Couto"
Date:
Subject: RE: Importing into Postgres from a csv file