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

[ADMIN] creating a circular replication in postgres

2013-07-05 Thread Jayesh Nambiar
Hello All, I am very new to postgres and this is my first post to the community, so please forgive my ignorance if any. I am trying to achieve a circular replication with postgres; meaning two postgres servers are slaves of each other. This is a requirement for our setup. I tried googling through t