Add mention of pl/proxy toolset to docs.
authorBruce Momjian <bruce@momjian.us>
Thu, 8 Nov 2007 22:08:18 +0000 (22:08 +0000)
committerBruce Momjian <bruce@momjian.us>
Thu, 8 Nov 2007 22:08:18 +0000 (22:08 +0000)
doc/src/sgml/high-availability.sgml

index e4871ef5cd4c7efa6f70a5b682f3bba505e6b5a9..27243aab980d0e13349a8aa034f65b4aa8c8203b 100644 (file)
   </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>