diff options
author | Bruce Momjian | 2008-11-17 18:55:14 +0000 |
---|---|---|
committer | Bruce Momjian | 2008-11-17 18:55:14 +0000 |
commit | 88b272390eaf9862834b032cf970b265bd619f61 (patch) | |
tree | c1fe4f645bf961c59512039a7c3828eeed3daca9 | |
parent | 4d5493b82fe6cb6af112a286d56a6ba8f3036219 (diff) |
Document that Bucardo is an example of mulit-master replication with
conflict resolution.
-rw-r--r-- | doc/src/sgml/high-availability.sgml | 1 |
1 files changed, 1 insertions, 0 deletions
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. </para> </listitem> </varlistentry> |