Mention pgpool-II can do Clustering For Parallel Query Execution.
authorBruce Momjian <bruce@momjian.us>
Tue, 21 Nov 2006 21:37:33 +0000 (21:37 +0000)
committerBruce Momjian <bruce@momjian.us>
Tue, 21 Nov 2006 21:37:33 +0000 (21:37 +0000)
doc/src/sgml/high-availability.sgml

index 54d425aa8f9d92c3ad1bcff0906eaee91dd384b9..73431ea8c98eebce88b0ec154e997b421f96644f 100644 (file)
@@ -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>