Re: [ADMIN] creating a circular replication in postgres

2013-07-07 Thread Jayesh Nambiar
Thank you. --- Jayesh On Jul 5, 2013 9:59 PM, "bricklen" wrote: > On Thu, Jul 4, 2013 at 11:59 PM, Jayesh Nambiar wrote: > >> I am trying to achieve a circular replication with postgres; meaning two >> postgres servers are slaves of each other. >> > > Are you looking to do Multi-Master replicati

Re: [ADMIN] creating a circular replication in postgres

2013-07-05 Thread bricklen
On Thu, Jul 4, 2013 at 11:59 PM, Jayesh Nambiar wrote: > I am trying to achieve a circular replication with postgres; meaning two > postgres servers are slaves of each other. > Are you looking to do Multi-Master replication? > I went through Bucardo which uses perl scripts to achieve this, but