Re: Feature request: Replicate only parts of a database

From: Andrew Sullivan <ajs(at)crankycanuck(dot)ca>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Feature request: Replicate only parts of a database
Date: 2011-05-27 10:54:47
Message-ID: 20110527105447.GB16045@shinkuro.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Fri, May 27, 2011 at 06:53:17AM +0200, A B wrote:

> hope) that by creating a view and select * from the view and send it
> over to the other server or use triggers to record what rows are
> inserted and deleted. (I have not written that part yet)

You could do this today with Slony or Londiste or any of the other
trigger-based replication systems.

A
--
Andrew Sullivan
ajs(at)crankycanuck(dot)ca

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2011-05-27 15:28:11 Re: Is there any problem with pg_notify and memory consumption?
Previous Message Peter Geoghegan 2011-05-27 09:58:16 Re: Feature request: Replicate only parts of a database