From: | "scott(dot)marlowe" <scott(dot)marlowe(at)ihs(dot)com> |
---|---|
To: | "George A(dot)J" <jinujosein(at)yahoo(dot)com> |
Cc: | <pgsql-sql(at)postgresql(dot)org> |
Subject: | Re: Distributed Transactions |
Date: | 2004-02-19 16:38:09 |
Message-ID: | Pine.LNX.4.33.0402190936220.6395-100000@css120.ihs.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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.
From | Date | Subject | |
---|---|---|---|
Next Message | Rod Taylor | 2004-02-19 16:48:02 | Re: Compiling pl/pgsql functions |
Previous Message | Michael L. Hostbaek | 2004-02-19 16:32:38 | postgresql multiple insert slow |