summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2008-11-17 18:55:14 +0000
committerBruce Momjian2008-11-17 18:55:14 +0000
commit88b272390eaf9862834b032cf970b265bd619f61 (patch)
treec1fe4f645bf961c59512039a7c3828eeed3daca9
parent4d5493b82fe6cb6af112a286d56a6ba8f3036219 (diff)
Document that Bucardo is an example of mulit-master replication with
conflict resolution.
-rw-r--r--doc/src/sgml/high-availability.sgml1
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>