Re: PostgreSQL and distributed transactions

From: Dimitri Fontaine <dfontaine(at)hi-media(dot)com>
To: Jayadevan M <Jayadevan(dot)Maymala(at)ibsplc(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: PostgreSQL and distributed transactions
Date: 2010-07-29 09:42:14
Message-ID: 87fwz2fwuh.fsf@hi-media-techno.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Jayadevan M <Jayadevan(dot)Maymala(at)ibsplc(dot)com> writes:
> But the initial setup for the client is done by 'Admin' and in that
> work-flow, we need distributed transactions. The transaction will start
> from the 'Admin" server, do some inserts on the 'Client' server and then
> either rollback or commit on both the servers. Is it possible to do this
> with PostgreSQL? Any helpful links?

See about 2 Phase Commit, but you will need a transaction manager I guess :

http://www.postgresql.org/docs/current/static/sql-prepare-transaction.html

Regards,
--
dim

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Oleg Bartunov 2010-07-29 10:57:30 Re: Need help with full text index configuration
Previous Message Dave Page 2010-07-29 09:40:25 PGDay.EU Logo required!