Re: replication in Postgres - Mailing list pgsql-general

From Andrew Sullivan
Subject Re: replication in Postgres
Date
Msg-id 20071126194723.GF8414@crankycanuck.ca
Whole thread Raw
In response to Re: replication in Postgres  (Glyn Astill <glynastill@yahoo.co.uk>)
List pgsql-general
On Mon, Nov 26, 2007 at 07:02:35PM +0000, Glyn Astill wrote:
> It it possible to get a system that does syncronous replication and
> also allows slaves to catch up if they're down for a period of time
> like you can with asyncronous?

This is what Postgres-R is intended to do.  In order to get that value, you
have to have all -- ALL -- transactions on all nodes in SERIALIZABLE mode.
Is that ok?

Then talk to Markus.  He's a smart guy.  He needs someone to help him make
his work public.

A
--
Andrew Sullivan
Old sigs will return after re-constitution of blue smoke

pgsql-general by date:

Previous
From: "Scott Marlowe"
Date:
Subject: Re: Primary Key
Next
From: Andrew Sullivan
Date:
Subject: Re: replication in Postgres