From: Bruce Momjian Date: Fri, 9 Nov 2007 16:36:04 +0000 (+0000) Subject: Move pl/proxy into Multi-server parallel query execution documentation X-Git-Tag: REL8_3_BETA3~94 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a7cd5a4aa0271aa8fe35b6e825b28bb452ac7ca7;p=postgresql Move pl/proxy into Multi-server parallel query execution documentation section. --- diff --git a/doc/src/sgml/high-availability.sgml b/doc/src/sgml/high-availability.sgml index 78467d5731..963d7d03bc 100644 --- a/doc/src/sgml/high-availability.sgml +++ b/doc/src/sgml/high-availability.sgml @@ -1,4 +1,4 @@ - + High Availability, Load Balancing, and Replication @@ -193,7 +193,6 @@ protocol to make nodes agree on a serializable transactional order. endterm="sql-prepare-transaction-title"> and . Pgpool and Sequoia are an example of this type of replication. - Also, this can be implemented using the PL/Proxy toolset. @@ -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.