Re: Desperate help needed for Replication

From: Andrew Sullivan <andrew(at)libertyrms(dot)info>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Desperate help needed for Replication
Date: 2003-10-24 01:49:45
Message-ID: 20031024014945.GH21190@libertyrms.info
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thu, Oct 23, 2003 at 07:53:08PM -0300, Martin Marques wrote:
> El Jue 23 Oct 2003 19:41, Chris M. Gamble escribi?:
> > I am trying to perform what I best understand as Multi-master asynchronous
> replication for postgres 7.3.3 servers. After researching, I tried the

> 1) I think the best shot should be eRServ

It most certainly would not. Erserver is good for exactly one thing
(and some people think it isn't good at this): single-master,
possibly-multi-slave asynchronous replication. Given its current
design, it will _never_ be able to do multi-master replication unless
it is "data merge" sort of stuff (e.g. table1 and table 2 on db1;
table 3 and table 4 on db2; and table1, table 2, table3, and table4
on db3).

A

--
----
Andrew Sullivan 204-4141 Yonge Street
Afilias Canada Toronto, Ontario Canada
<andrew(at)libertyrms(dot)info> M2P 2A8
+1 416 646 3304 x110

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Andrew Sullivan 2003-10-24 01:51:08 Re: Desperate help needed for Replication
Previous Message Alex 2003-10-24 01:13:36 Re: Timestamps in Views