Skip to content

Commit 4a2077e

Browse files
committed
Add mention of pl/proxy toolset to docs.
1 parent c291203 commit 4a2077e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

doc/src/sgml/high-availability.sgml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/high-availability.sgml,v 1.19 2007/11/08 19:18:23 momjian Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/high-availability.sgml,v 1.20 2007/11/08 22:08:18 momjian Exp $ -->
22

33
<chapter id="high-availability">
44
<title>High Availability, Load Balancing, and Replication</title>
@@ -106,7 +106,7 @@
106106
</varlistentry>
107107

108108
<varlistentry>
109-
<term>File System Replication</term>
109+
<term>File System (Block-Device) Replication</term>
110110
<listitem>
111111

112112
<para>
@@ -192,7 +192,8 @@ protocol to make nodes agree on a serializable transactional order.
192192
using two-phase commit (<xref linkend="sql-prepare-transaction"
193193
endterm="sql-prepare-transaction-title"> and <xref
194194
linkend="sql-commit-prepared" endterm="sql-commit-prepared-title">.
195-
Pgpool and Sequoia are an example of this type of replication.
195+
Pgpool and Sequoia are an example of this type of replication.
196+
This can be implemented using the PL/Proxy toolset as well.
196197
</para>
197198
</listitem>
198199
</varlistentry>

0 commit comments

Comments
 (0)