|
1 |
| -<!-- $PostgreSQL: pgsql/doc/src/sgml/high-availability.sgml,v 1.20 2007/11/08 22:08:18 momjian Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/high-availability.sgml,v 1.21 2007/11/08 22:14:18 momjian Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter id="high-availability">
|
4 | 4 | <title>High Availability, Load Balancing, and Replication</title>
|
@@ -193,7 +193,7 @@ protocol to make nodes agree on a serializable transactional order.
|
193 | 193 | endterm="sql-prepare-transaction-title"> and <xref
|
194 | 194 | linkend="sql-commit-prepared" endterm="sql-commit-prepared-title">.
|
195 | 195 | Pgpool and Sequoia are an example of this type of replication.
|
196 |
| -Thiscan be implemented using the PL/Proxy toolset as well. |
| 196 | +Also, thiscan be implemented using the PL/Proxy toolset. |
197 | 197 | </para>
|
198 | 198 | </listitem>
|
199 | 199 | </varlistentry>
|
|