Re: Distributed Transactions - Mailing list pgsql-sql

From scott.marlowe
Subject Re: Distributed Transactions
Date
Msg-id Pine.LNX.4.33.0402190936220.6395-100000@css120.ihs.com
Whole thread Raw
In response to Distributed Transactions  ("George A.J" <jinujosein@yahoo.com>)
Responses DISTINCT ON troubles  ("Jeremy Smith" <jer@highboard.com>)
Re: Distributed Transactions  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-sql
On Wed, 18 Feb 2004, George A.J wrote:

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

there isn't one, really, but you could likely roll something that worked.  

Oh, and update your version of postgresql.  There's a nasty "won't 
startup" bug in 7.3.2 you'd just as soon rather avoid.  It doesn't lose 
data, but there's nothing like restarting your database only to have it 
complain about some boundary condition in the write ahead log and then 
have to spend an hour or so with it down while you download the updates to 
get it working.  7.3.5 is the latest version of the 7.3 branch, but it 
looks like rpm wise, the latest on the sites is 7.3.4.



pgsql-sql by date:

Previous
From: Stephan Szabo
Date:
Subject: Re: Compiling pl/pgsql functions
Next
From: "Philippe Lang"
Date:
Subject: Re: crosstabs