Fix typos in recent doc patch. Fujii Masao
authorHeikki Linnakangas
Sat, 29 May 2010 09:01:10 +0000 (09:01 +0000)
committerHeikki Linnakangas
Sat, 29 May 2010 09:01:10 +0000 (09:01 +0000)
doc/src/sgml/high-availability.sgml

index e771edf9c4e7ba28462c162ee4079cca9418c341..6f2125f2a524cd712bf106252032e133bf451e08 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
 
  High Availability, Load Balancing, and Replication
@@ -714,7 +714,7 @@ trigger_file = '/path/to/trigger_file'
 
    
     If you're using a WAL archive, its size can be minimized using
-    the restartpoint_command option to remove files that are no
+    the restartpoint_command option to remove files that are
     no longer required by the standby server. Note however, that if you're
     using the archive for backup purposes, you need to retain files needed
     to recover from at least the latest base backup, even if they're no
@@ -1089,7 +1089,7 @@ if (!triggered)
    
     It is also possible to implement record-based log shipping using this
     alternative method, though this requires custom development, and changes
-    will still only becomes visible to hot standby queries after a full WAL
+    will still only become visible to hot standby queries after a full WAL
     file has been shipped.