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: recoveryinfrav9~331 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=88b272390eaf9862834b032cf970b265bd619f61;p=users%2Fsimon%2Fpostgres.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 a28de4ecde..2621ad6c2b 100644 --- a/doc/src/sgml/high-availability.sgml +++ b/doc/src/sgml/high-availability.sgml @@ -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.