Re: Support for distributed transactions in 8.2.5

From: Robert Treat <xzilla(at)users(dot)sourceforge(dot)net>
To: pgsql-general(at)postgresql(dot)org
Cc: Richard Huxton <dev(at)archonet(dot)com>, "Brian Oki (boki)" <boki(at)cisco(dot)com>
Subject: Re: Support for distributed transactions in 8.2.5
Date: 2007-10-11 18:16:04
Message-ID: 200710111416.05310.xzilla@users.sourceforge.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thursday 11 October 2007 11:50, Richard Huxton wrote:
> Brian Oki (boki) wrote:
> > My question is this: How does PostgreSQL 8.2.5 execute DML statements
> > (insert, update, delete, select) on remote nodes as part of the same
> > transaction? Where is the syntax specified? Or, is there a different
> > model supported? It's sort of like the synchronous multi-master
> > replication mentioned in Chapter 24. I'm looking for an integrated
> > solution.
>
> It doesn't, there isn't, and no.
>

I am thinking that the OP might be thinking about pl/proxy, which you
interface at the sql level like other procedures, and it does some magic
behind the scenes to farm queries where they are supposed to go. Granted this
doesn't really support acid safe distributed dml, but might be what he was
thinking?

--
Robert Treat
Build A Brighter LAMP :: Linux Apache {middleware} PostgreSQL

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2007-10-11 18:52:08 Re: Coercing compound types to use generic ROW comparison operators
Previous Message Karsten Hilbert 2007-10-11 18:07:13 Re: XMIN semantic at peril ?