Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit a7cd5a4

Browse files
committed
Move pl/proxy into Multi-server parallel query execution documentation
section.
1 parent 8db43db commit a7cd5a4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

doc/src/sgml/high-availability.sgml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/high-availability.sgml,v 1.21 2007/11/08 22:14:18 momjian Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/high-availability.sgml,v 1.22 2007/11/09 16:36:04 momjian Exp $ -->
22

33
<chapter id="high-availability">
44
<title>High Availability, Load Balancing, and Replication</title>
@@ -193,7 +193,6 @@ protocol to make nodes agree on a serializable transactional order.
193193
endterm="sql-prepare-transaction-title"> and <xref
194194
linkend="sql-commit-prepared" endterm="sql-commit-prepared-title">.
195195
Pgpool and Sequoia are an example of this type of replication.
196-
Also, this can be implemented using the PL/Proxy toolset.
197196
</para>
198197
</listitem>
199198
</varlistentry>
@@ -408,7 +407,7 @@ protocol to make nodes agree on a serializable transactional order.
408407
accomplished by splitting the data among servers and having each server
409408
execute its part of the query and return results to a central server
410409
where they are combined and returned to the user. Pgpool-II has this
411-
capability.
410+
capability. Also, this can be implemented using the PL/Proxy toolset.
412411
</para>
413412

414413
</chapter>

0 commit comments

Comments
 (0)