From: Bruce Momjian Date: Sat, 10 Nov 2007 19:19:36 +0000 (+0000) Subject: High availability wording fix. X-Git-Tag: REL8_3_BETA3~78 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=20a8825778a034fdd6e28debc5c63bc915777d44;p=postgresql High availability wording fix. --- diff --git a/doc/src/sgml/high-availability.sgml b/doc/src/sgml/high-availability.sgml index b6762a264d..0de6d678e5 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 @@ -405,12 +405,12 @@ protocol to make nodes agree on a serializable transactional order. Many of the above solutions allow multiple servers to handle multiple queries, but none allow a single query to use multiple servers to - complete faster. This allows multiple servers to work concurrently - on a single query. This is usually 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. Also, this can be implemented using the + complete faster. This solution allows multiple servers to work + concurrently on a single query. It is usually 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. Also, this can be implemented using the PL/Proxy toolset.