HA doc wording improvement.
authorBruce Momjian
Tue, 21 Nov 2006 22:48:33 +0000 (22:48 +0000)
committerBruce Momjian
Tue, 21 Nov 2006 22:48:33 +0000 (22:48 +0000)
doc/src/sgml/high-availability.sgml

index be25414c8ab82f6043766bce80b8ff2fa333cbe8..940261d24725c8471e5874ade4714986275f1ba5 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
 
  High Availability and Load Balancing
@@ -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 — 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
     random().