diff options
author | Bruce Momjian <bruce@momjian.us> | 2007-11-10 19:19:36 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2007-11-10 19:19:36 +0000 |
commit | 20a8825778a034fdd6e28debc5c63bc915777d44 (patch) | |
tree | 2cd79314368edc943928dbc92ffc0b5db1add483 /doc/src | |
parent | 455fa463ad2ee4e55d279a8c9f49d5b24854f683 (diff) | |
download | postgresql-20a8825778a034fdd6e28debc5c63bc915777d44.tar.gz postgresql-20a8825778a034fdd6e28debc5c63bc915777d44.zip |
High availability wording fix.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/high-availability.sgml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/src/sgml/high-availability.sgml b/doc/src/sgml/high-availability.sgml index b6762a264df..0de6d678e5a 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.23 2007/11/10 19:14:02 momjian Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/high-availability.sgml,v 1.24 2007/11/10 19:19:36 momjian Exp $ --> <chapter id="high-availability"> <title>High Availability, Load Balancing, and Replication</title> @@ -405,12 +405,12 @@ protocol to make nodes agree on a serializable transactional order. <para> 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. <productname>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. <productname>Pgpool-II</> + has this capability. Also, this can be implemented using the <productname>PL/Proxy</> toolset. </para> |