aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2006-11-21 21:37:33 +0000
committerBruce Momjian <bruce@momjian.us>2006-11-21 21:37:33 +0000
commita48e92ea1d3420b0893b7996be2d89c15344628d (patch)
treec7a0ea86a8ee9de1dbbc7eb513fc17a8a458475c
parent3ad0728c817bf8abd2c76bd11d856967509b307c (diff)
downloadpostgresql-a48e92ea1d3420b0893b7996be2d89c15344628d.tar.gz
postgresql-a48e92ea1d3420b0893b7996be2d89c15344628d.zip
Mention pgpool-II can do Clustering For Parallel Query Execution.
-rw-r--r--doc/src/sgml/high-availability.sgml5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/src/sgml/high-availability.sgml b/doc/src/sgml/high-availability.sgml
index ccdfd8d1cb5..be25414c8ab 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.6 2006/11/21 18:31:57 momjian Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/high-availability.sgml,v 1.7 2006/11/21 21:37:33 momjian Exp $ -->
<chapter id="high-availability">
<title>High Availability and Load Balancing</title>
@@ -252,8 +252,7 @@ protocol to make nodes agree on a serializable transactional order.
query. One possible way this could work is for the data to be
split among servers and for each server to execute its part of
the query and results sent to a central server to be combined
- and returned to the user. There currently is no
- <productname>PostgreSQL</> open source solution for this.
+ and returned to the user. Pgpool-II has this capability.
</para>
</listitem>
</varlistentry>