Re: Table replication - Mailing list pgsql-general

From Richard Huxton
Subject Re: Table replication
Date
Msg-id 4A55CC46.6010602@archonet.com
Whole thread Raw
In response to Table replication  (S Arvind <arvindwill@gmail.com>)
List pgsql-general
S Arvind wrote:
> Hi Members,
>   Is there any way to sync a single table across the DBs. We need a single
> table alone to be equal in all DBs in the single postgres. Presenly we are
> doing this with the help of Update, insert, delete trigger.
> Is there any other best way for that.

Most trigger-based replication systems should work fine with one or more
tables: slony, londiste etc. That's assuming a single master DB that
receives all updates.

--
   Richard Huxton
   Archonet Ltd

pgsql-general by date:

Previous
From: Dave Page
Date:
Subject: Re: pg_dump PostgreSQL 8.4
Next
From: Rainer Bauer
Date:
Subject: Re: c++ program to connect to postgre database