Skip to content

Commit 20a8825

Browse files
committed
High availability wording fix.
1 parent 455fa46 commit 20a8825

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

doc/src/sgml/high-availability.sgml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/high-availability.sgml,v 1.23 2007/11/10 19:14:02 momjian Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/high-availability.sgml,v 1.24 2007/11/10 19:19:36 momjian Exp $ -->
22

33
<chapter id="high-availability">
44
<title>High Availability, Load Balancing, and Replication</title>
@@ -405,12 +405,12 @@ protocol to make nodes agree on a serializable transactional order.
405405
<para>
406406
Many of the above solutions allow multiple servers to handle multiple
407407
queries, but none allow a single query to use multiple servers to
408-
complete faster. This allows multiple servers to work concurrently
409-
on a single query. This is usually accomplished by splitting the
410-
data among servers and having each server execute its part of the
411-
query and return results to a central server where they are combined
412-
and returned to the user. <productname>Pgpool-II</> has this
413-
capability. Also, this can be implemented using the
408+
complete faster. This solution allows multiple servers to work
409+
concurrently on a single query. It is usually accomplished by
410+
splitting the data among servers and having each server execute its
411+
part of the query and return results to a central server where they
412+
are combined and returned to the user. <productname>Pgpool-II</>
413+
has this capability. Also, this can be implemented using the
414414
<productname>PL/Proxy</> toolset.
415415
</para>
416416

0 commit comments

Comments
 (0)