Master-master replication with PostgreSQL - Mailing list pgsql-general

From Rob Collins
Subject Master-master replication with PostgreSQL
Date
Msg-id fbaa2c1b0804160413g77757bd5p38d315f31e10fdc7@mail.gmail.com
Whole thread Raw
Responses Re: Master-master replication with PostgreSQL  (Julio Cesar Sánchez González<knowhow@sistemasyconectividad.com.mx>)
Re: Master-master replication with PostgreSQL  (Dimitri Fontaine <dfontaine@hi-media.com>)
Re: Master-master replication with PostgreSQL  (Rodrigo Gonzalez <rjgonzale@gmail.com>)
Re: Master-master replication with PostgreSQL  (Greg Smith <gsmith@gregsmith.com>)
List pgsql-general
Hello

We're looking for an open-source database solution that has a Python interface and will do master-master replication. My client has a flawed MS SQL Server system, with the replication hand-coded in Python. They don't want to pay very high licence fees for the MS SQL Server Enterprise version at 20 sites across the UK.

There is one central server with 19 branches. Some tables need to replicate from the central server to the branches. Other tables are centralised from the branches into one totalling table at the centre. A few tables need to replicate in both directions.

From what I've read, Slony-I does only master-slave replication and Slony-II is not being actively developed. Is this right? Are there any viable master-master replication tools for PostgreSQL. (They could be commercial/paid for if necessary.)

Rob

pgsql-general by date:

Previous
From: "Ivan Zolotukhin"
Date:
Subject: Re: Storing and accessing GeoData( Latitude and Longitude ) in PostgreSQL 8.3
Next
From: Harald Fuchs
Date:
Subject: Re: generate_series woes