Re: Database Synchronization - Mailing list pgsql-sql

From Richard Huxton
Subject Re: Database Synchronization
Date
Msg-id 469DC124.8000704@archonet.com
Whole thread Raw
In response to Database Synchronization  ("Jyoti Seth" <jyotiseth2001@gmail.com>)
List pgsql-sql
Jyoti Seth wrote:
> Hello ,
> 
>  
> 
> I have two postgres databases on different linux servers. Postgres database
> on one server has some tables that needs to be synchronized from the other
> postgres database . What should be the best method for this.

The slony replication package lets you choose what tables you replicate. 
On the destination server the tables will be read-only.

http://www.slony.info/

Take a little time to read through the documentation and experiment with 
a test system first. It works fine, but it's got a lot of complicated 
options.

--   Richard Huxton  Archonet Ltd


pgsql-sql by date:

Previous
From: "Jyoti Seth"
Date:
Subject: Database Synchronization
Next
From: "Ashish Karalkar"
Date:
Subject: Birth Day Calculation