|
1 |
| -<!-- $PostgreSQL: pgsql/doc/src/sgml/high-availability.sgml,v 1.32 2008/01/30 10:49:55 petere Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/high-availability.sgml,v 1.33 2008/11/17 18:55:14 momjian Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter id="high-availability">
|
4 | 4 | <title>High Availability, Load Balancing, and Replication</title>
|
@@ -212,6 +212,7 @@ protocol to make nodes agree on a serializable transactional order.
|
212 | 212 | server works independently, and periodically communicates with
|
213 | 213 | the other servers to identify conflicting transactions. The
|
214 | 214 | conflicts can be resolved by users or conflict resolution rules.
|
| 215 | + Bucardo is an example of this type of replication. |
215 | 216 | </para>
|
216 | 217 | </listitem>
|
217 | 218 | </varlistentry>
|
|