Move pl/proxy into Multi-server parallel query execution documentation

section.
This commit is contained in:
Bruce Momjian 2007-11-09 16:36:04 +00:00
parent 8db43db01e
commit a7cd5a4aa0
1 changed files with 2 additions and 3 deletions

View File

@ -1,4 +1,4 @@
<!-- $PostgreSQL: pgsql/doc/src/sgml/high-availability.sgml,v 1.21 2007/11/08 22:14:18 momjian Exp $ --> <!-- $PostgreSQL: pgsql/doc/src/sgml/high-availability.sgml,v 1.22 2007/11/09 16:36:04 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,6 @@ 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.
Also, this can be implemented using the PL/Proxy toolset.
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>
@ -408,7 +407,7 @@ protocol to make nodes agree on a serializable transactional order.
accomplished by splitting the data among servers and having each server accomplished by splitting the data among servers and having each server
execute its part of the query and return results to a central server execute its part of the query and return results to a central server
where they are combined and returned to the user. Pgpool-II has this where they are combined and returned to the user. Pgpool-II has this
capability. capability. Also, this can be implemented using the PL/Proxy toolset.
</para> </para>
</chapter> </chapter>