mirror of
https://github.com/postgres/postgres.git
synced 2025-04-27 22:56:53 +03:00
Copy-editing docs for recovery_target='immediate', and "ie."
Phrase the sentence better. Also, spell "i.e." rather than "ie." Thom Brown
This commit is contained in:
parent
e2989fcab6
commit
a16c2edcc7
@ -248,7 +248,7 @@ include 'filename'
|
|||||||
names that start with the <literal>.</literal> character are also excluded,
|
names that start with the <literal>.</literal> character are also excluded,
|
||||||
to prevent mistakes as they are hidden on some platforms. Multiple files
|
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
|
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.
|
letters before lowercase ones.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
@ -216,8 +216,9 @@ restore_command = 'copy "C:\\server\\archivedir\\%f" "%p"' # Windows
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
This parameter specifies that recovery should end as soon as a
|
This parameter specifies that recovery should end as soon as a
|
||||||
consistency is reached, ie. as early as possible. When restoring from an
|
consistent state is reached, i.e. as early as possible. When restoring
|
||||||
online backup, this means the point where taking the backup ended.
|
from an online backup, this means the point where taking the backup
|
||||||
|
ended.
|
||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
Technically, this is a string parameter, but <literal>'immediate'</>
|
Technically, this is a string parameter, but <literal>'immediate'</>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user