|
1 |
| -<!-- $PostgreSQL: pgsql/doc/src/sgml/failover.sgml,v 1.1 2006/10/2615:32:45 momjian Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/failover.sgml,v 1.2 2006/10/2617:07:03 momjian Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter id="failover">
|
4 | 4 | <title>Failover, Replication, Load Balancing, and Clustering Options</title>
|
|
109 | 109 |
|
110 | 110 | <para>
|
111 | 111 | Slony is an example of this type of replication, with per-table
|
112 |
| - granularity. It updates the backup server in batches, so therepliation |
| 112 | + granularity. It updates the backup server in batches, so thereplication |
113 | 113 | is asynchronous and might lose data during a fail over.
|
114 | 114 | </para>
|
115 | 115 | </sect1>
|
|