Re: [GENERAL] Feature request: Replicate only parts of a database

2011-05-27 Thread Andrew Sullivan
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

Re: [GENERAL] Feature request: Replicate only parts of a database

2011-05-27 Thread Peter Geoghegan
On 27 May 2011 05:53, A B wrote: > I have a small problem, in a database I need to export parts of a > database table to another server, and I could easily accomplish  ( I > hope)  that by creating a view and select * from the view and send it > over to the other server or use triggers to record