aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2006-11-21 22:48:33 +0000
committerBruce Momjian <bruce@momjian.us>2006-11-21 22:48:33 +0000
commit188b744d95a9452e403d43711b5452de848012b7 (patch)
tree1b559485c4ca0fc13551f8d65900de0916d4b131
parent7ec1c5a867d391a8d2778a9f6a05083fb9acb5f4 (diff)
downloadpostgresql-188b744d95a9452e403d43711b5452de848012b7.tar.gz
postgresql-188b744d95a9452e403d43711b5452de848012b7.zip
HA doc wording improvement.
-rw-r--r--doc/src/sgml/high-availability.sgml6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/high-availability.sgml b/doc/src/sgml/high-availability.sgml
index be25414c8ab..940261d2472 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.7 2006/11/21 21:37:33 momjian Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/high-availability.sgml,v 1.8 2006/11/21 22:48:33 momjian Exp $ -->
<chapter id="high-availability">
<title>High Availability and Load Balancing</title>
@@ -197,8 +197,8 @@ protocol to make nodes agree on a serializable transactional order.
is best for mostly read workloads, though its big advantage
is that any server can accept write requests &mdash; there is
no need to partition workloads between master and slave servers,
- and because the changes are sent from one server to another,
- there is not a problem with non-deterministic functions like
+ and because the data changes are sent from one server to another,
+ there is no problem with non-deterministic functions like
<function>random()</>.
</para>