Re: 2-phase commit

From: Gilles DAROLD <gilles(at)darold(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: 2-phase commit
Date: 2000-08-24 07:52:22
Message-ID: 39A4D436.E9A35437@darold.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message netvigator 2000-08-24 08:05:47 psqlODBC
Previous Message anuj 2000-08-24 04:30:34 FW: Count & Distinct