doc: A few awkward phrasing fixes
authorPeter Eisentraut <peter_e@gmx.net>
Sun, 3 Mar 2013 13:49:49 +0000 (08:49 -0500)
committerPeter Eisentraut <peter_e@gmx.net>
Sun, 3 Mar 2013 13:49:49 +0000 (08:49 -0500)
Josh Kupershmidt

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

index 09a46975e1152fcb6180f7676ba44e9d24bd8a5a..c9c9862564f08fc03a8fc63009dfdde60ab46a93 100644 (file)
 
    <para>
     It's possible that the ports do not update the main catalog file
-    in <filename>/usr/local/share/sgml/catalog.ports</filename> or order
-    isn't proper .  Be sure to have the following lines in beginning of file:
+    in <filename>/usr/local/share/sgml/catalog.ports</filename> or that the
+    order isn't proper.  Be sure to have the following lines in the beginning
+    of the file:
 <programlisting>
 CATALOG "openjade/catalog"
 CATALOG "iso8879/catalog"
index 9906b0c6d5533a125b82ca72a9d1a81982937a7b..578541a1e2a24275d120a776db6d27af62d27948 100644 (file)
@@ -100,7 +100,7 @@ PostgreSQL documentation
      <para>
       All WAL records required for the backup must contain sufficient full-page writes,
       which requires you to enable <varname>full_page_writes</> on the master and
-      not to use the tool like <application>pg_compresslog</> as
+      not to use a tool like <application>pg_compresslog</> as
       <varname>archive_command</> to remove full-page writes from WAL files.
      </para>
     </listitem>