aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2007-11-08 22:08:18 +0000
committerBruce Momjian <bruce@momjian.us>2007-11-08 22:08:18 +0000
commit4a2077efe4ace8f20d5218aad6435bf6d0971bcc (patch)
treef5c21e0f76ae73276b65bb70a3964320f963fdd1
parentc291203ca3cde3b10e7a8962df2c1ccc737a9e6f (diff)
downloadpostgresql-4a2077efe4ace8f20d5218aad6435bf6d0971bcc.tar.gz
postgresql-4a2077efe4ace8f20d5218aad6435bf6d0971bcc.zip
Add mention of pl/proxy toolset to docs.
-rw-r--r--doc/src/sgml/high-availability.sgml7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/src/sgml/high-availability.sgml b/doc/src/sgml/high-availability.sgml
index 23e1b9d966e..05b72441570 100644
--- a/doc/src/sgml/high-availability.sgml
+++ b/doc/src/sgml/high-availability.sgml
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/high-availability.sgml,v 1.19 2007/11/08 19:18:23 momjian Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/high-availability.sgml,v 1.20 2007/11/08 22:08:18 momjian Exp $ -->
<chapter id="high-availability">
<title>High Availability, Load Balancing, and Replication</title>
@@ -106,7 +106,7 @@
</varlistentry>
<varlistentry>
- <term>File System Replication</term>
+ <term>File System (Block-Device) Replication</term>
<listitem>
<para>
@@ -192,7 +192,8 @@ protocol to make nodes agree on a serializable transactional order.
using two-phase commit (<xref linkend="sql-prepare-transaction"
endterm="sql-prepare-transaction-title"> and <xref
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.
</para>
</listitem>
</varlistentry>