PostgreSQL replication

postgresqlpostgresql-9.1replication

I have two projects working on different databases. The problem is: I need to replicate changes in the databases only for a few tables. I need it to synchronize the data.
Need an advice how can I solve it.
I have PostgreSQL 9.1 DB servers, the replication schema is master-master. What I found is:

  1. Rubyrep
  2. Bucardo
  3. Postgres-XC

Best Answer

If you need to replicate only a few tables master-master, then Bucardo is probably your best bet.