Re: 2-phase commit

Поиск
Список
Период
Сортировка
От Gilles DAROLD
Тема Re: 2-phase commit
Дата
Msg-id 39A4D436.E9A35437@darold.net
обсуждение исходный текст
Ответ на 2-phase commit  (richard excite <richard_excite@excite.com>)
Список 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 по дате отправления:

Предыдущее
От: "anuj"
Дата:
Сообщение: FW: Count & Distinct
Следующее
От: "Rafa Couto"
Дата:
Сообщение: RE: Importing into Postgres from a csv file