projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25ca5a9
)
Document that Bucardo is an example of mulit-master replication with
author
Bruce Momjian
Mon, 17 Nov 2008 18:55:14 +0000
(18:55 +0000)
committer
Bruce Momjian
Mon, 17 Nov 2008 18:55:14 +0000
(18:55 +0000)
conflict resolution.
doc/src/sgml/high-availability.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/high-availability.sgml
b/doc/src/sgml/high-availability.sgml
index 4d1abbccf09db3f65a37a7c82684482d6599f9e4..51e4c72e8f83c5a394b3dceef2cac76d8e24f4eb 100644
(file)
--- 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.