Commit f55e6c07 authored by Bruce Momjian's avatar Bruce Momjian

Wording improvement for pl/proxy mention.

parent 4a2077ef
<!-- $PostgreSQL: pgsql/doc/src/sgml/high-availability.sgml,v 1.20 2007/11/08 22:08:18 momjian Exp $ --> <!-- $PostgreSQL: pgsql/doc/src/sgml/high-availability.sgml,v 1.21 2007/11/08 22:14:18 momjian Exp $ -->
<chapter id="high-availability"> <chapter id="high-availability">
<title>High Availability, Load Balancing, and Replication</title> <title>High Availability, Load Balancing, and Replication</title>
...@@ -193,7 +193,7 @@ protocol to make nodes agree on a serializable transactional order. ...@@ -193,7 +193,7 @@ protocol to make nodes agree on a serializable transactional order.
endterm="sql-prepare-transaction-title"> and <xref endterm="sql-prepare-transaction-title"> and <xref
linkend="sql-commit-prepared" endterm="sql-commit-prepared-title">. linkend="sql-commit-prepared" endterm="sql-commit-prepared-title">.
Pgpool and Sequoia are an example of this type of replication. Pgpool and Sequoia are an example of this type of replication.
This can be implemented using the PL/Proxy toolset as well. Also, this can be implemented using the PL/Proxy toolset.
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment