doc: A few awkward phrasing fixes
authorPeter Eisentraut
Sun, 3 Mar 2013 13:49:49 +0000 (08:49 -0500)
committerPeter Eisentraut
Sun, 3 Mar 2013 13:50:59 +0000 (08:50 -0500)
Josh Kupershmidt

doc/src/sgml/docguide.sgml
doc/src/sgml/ref/pg_basebackup.sgml

index 37b5595ca7b35501fc9c9ac0bf9a85c0a0d72a51..9651f0f998810346dae720d44b1a49213c69d7a4 100644 (file)
 
    
     It's possible that the ports do not update the main catalog file
-    in /usr/local/share/sgml/catalog.ports or order
-    isn't proper .  Be sure to have the following lines in beginning of file:
+    in /usr/local/share/sgml/catalog.ports or that the
+    order isn't proper.  Be sure to have the following lines in the beginning
+    of the file:
 
 CATALOG "openjade/catalog"
 CATALOG "iso8879/catalog"
index a951d6b0f043961b998b1c76851b9f6f3e6e22b0..02ca370860c74798ae9777ed694227d899ceb036 100644 (file)
@@ -100,7 +100,7 @@ PostgreSQL documentation
      
       All WAL records required for the backup must contain sufficient full-page writes,
       which requires you to enable full_page_writes on the master and
-      not to use the tool like pg_compresslog as
+      not to use a tool like pg_compresslog as
       archive_command to remove full-page writes from WAL files.