Re: Distributed Transactions

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: "George A(dot)J" <jinujosein(at)yahoo(dot)com>, pgsql-sql(at)postgresql(dot)org
Subject: Re: Distributed Transactions
Date: 2004-02-19 04:39:13
Message-ID: 200402182039.13581.josh@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Jinujose,

> i am using PostgreSQL 7.3.2. How can i do distributed transactions in
PostgreSQL.
> is there a transaction coordinator available for Postgres..

Distributed transactions? Transaction coodinator? I'm not quite sure what
these are.

If you mean Two Phase Commit, for committing a transaction across multiple
servers/databases, it's under development and may be released with version
7.5. Or later.

--
-Josh Berkus
Aglio Database Solutions
San Francisco

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Tom Lane 2004-02-19 04:58:37 Re: CHAR(n) always trims trailing spaces in 7.4
Previous Message George A.J 2004-02-19 03:46:21 Distributed Transactions