From: Bruce Momjian Date: Mon, 17 Nov 2008 18:55:14 +0000 (+0000) Subject: Document that Bucardo is an example of mulit-master replication with X-Git-Tag: REL9_0_0~2820 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=29ad832dba35445a3f904cd934c581f94f75fcd5;p=pg-rex%2Fsyncrep.git Document that Bucardo is an example of mulit-master replication with conflict resolution. --- diff --git a/doc/src/sgml/high-availability.sgml b/doc/src/sgml/high-availability.sgml index 4d1abbccf0..51e4c72e8f 100644 --- a/doc/src/sgml/high-availability.sgml +++ b/doc/src/sgml/high-availability.sgml @@ -1,4 +1,4 @@ - + High Availability, Load Balancing, and Replication @@ -212,6 +212,7 @@ protocol to make nodes agree on a serializable transactional order. server works independently, and periodically communicates with the other servers to identify conflicting transactions. The conflicts can be resolved by users or conflict resolution rules. + Bucardo is an example of this type of replication.