]> granicus.if.org Git - postgresql/commitdiff
Copy-editing docs for recovery_target='immediate', and "ie."
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Sat, 25 Jan 2014 21:30:17 +0000 (23:30 +0200)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Sat, 25 Jan 2014 21:33:03 +0000 (23:33 +0200)
Phrase the sentence better. Also, spell "i.e." rather than "ie."

Thom Brown

doc/src/sgml/config.sgml
doc/src/sgml/recovery-config.sgml

index 3c4bb9becaa0ef84684d5ef0311a8f29c6a58d62..be5b89a1121e9290f5fcb47c138273986572cfc9 100644 (file)
@@ -248,7 +248,7 @@ include 'filename'
         names that start with the <literal>.</literal> character are also excluded,
         to prevent mistakes as they are hidden on some platforms.  Multiple files
         within an include directory are processed in file name order. The file names
-        are ordered by C locale rules, ie. numbers before letters, and uppercase
+        are ordered by C locale rules, i.e. numbers before letters, and uppercase
         letters before lowercase ones.
      </para>
 
index b818197299de4d27ce6978ff507a7c9fcd34b2ad..4a97bb7a9c446f23b44ffc2aa309e499ad8b7649 100644 (file)
@@ -216,8 +216,9 @@ restore_command = 'copy "C:\\server\\archivedir\\%f" "%p"'  # Windows
       <listitem>
        <para>
         This parameter specifies that recovery should end as soon as a
-        consistency is reached, ie. as early as possible. When restoring from an
-        online backup, this means the point where taking the backup ended.
+        consistent state is reached, i.e. as early as possible. When restoring
+        from an online backup, this means the point where taking the backup
+        ended.
        </para>
        <para>
         Technically, this is a string parameter, but <literal>'immediate'</>