On Thu, Jul 4, 2013 at 11:59 PM, Jayesh Nambiar <jayesh1017@xxxxxxxxx> wrote:
PostgreSQL does not support multimaster replication in the core product, but there are 3rd party tools that support it.
Some other options are listed at:
https://wiki.postgresql.org/wiki/Replication%2C_Clustering%2C_and_Connection_Pooling
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 I am looking at something more native if available.
PostgreSQL does not support multimaster replication in the core product, but there are 3rd party tools that support it.
Some other options are listed at:
https://wiki.postgresql.org/wiki/Replication%2C_Clustering%2C_and_Connection_Pooling