Replication Options.

From: Pallav Kalva <pkalva(at)deg(dot)cc>
To: pgsql-admin(at)postgresql(dot)org
Subject: Replication Options.
Date: 2004-10-29 15:28:37
Message-ID: 418261A5.5060006@deg.cc
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hi ,

I need to implement the following the replication scenario in
postgres database. Here are the details of what we are looking to
implement.

Lets say I have 2 nodes Node1(US) and Node2(Canada),

Node1: tableA , tableB
Node2: tableB , tableA

tableA in Node1 is the master and it should replicate only to slave
tableA in Node2

tableB in Node2 is the master and it should replicate only to slave
tableB in Node1

Can this be possible with any of the replication models available for
Postgres 7.4/8.0 ?

Thanks!
Pallav

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Ivan Dimitrov 2004-10-29 15:54:45 Re: pg_autovacuum is not working
Previous Message Christian Fowler 2004-10-29 13:52:49 Re: pg_autovacuum is not working