Re: Database Synchronization

From: Richard Huxton <dev(at)archonet(dot)com>
To: Jyoti Seth <jyotiseth2001(at)gmail(dot)com>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: Database Synchronization
Date: 2007-07-18 07:28:36
Message-ID: 469DC124.8000704@archonet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Ashish Karalkar 2007-07-18 11:02:50 Birth Day Calculation
Previous Message Jyoti Seth 2007-07-18 07:14:25 Database Synchronization