diff options
author | Bruce Momjian <bruce@momjian.us> | 2007-11-09 16:36:04 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2007-11-09 16:36:04 +0000 |
commit | a7cd5a4aa0271aa8fe35b6e825b28bb452ac7ca7 (patch) | |
tree | b0be9d67e6c08aa2f586d1cb11dc94158b4a6618 | |
parent | 8db43db01efb6c6dd13c1e1101af269a2f3e32f5 (diff) | |
download | postgresql-a7cd5a4aa0271aa8fe35b6e825b28bb452ac7ca7.tar.gz postgresql-a7cd5a4aa0271aa8fe35b6e825b28bb452ac7ca7.zip |
Move pl/proxy into Multi-server parallel query execution documentation
section.
-rw-r--r-- | doc/src/sgml/high-availability.sgml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/src/sgml/high-availability.sgml b/doc/src/sgml/high-availability.sgml index 78467d57318..963d7d03bc6 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.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"> <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 linkend="sql-commit-prepared" endterm="sql-commit-prepared-title">. Pgpool and Sequoia are an example of this type of replication. - Also, this can be implemented using the PL/Proxy toolset. </para> </listitem> </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 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 - capability. + capability. Also, this can be implemented using the PL/Proxy toolset. </para> </chapter> |