1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-06 19:59:18 +03:00

Remove more SGML tabs.

This commit is contained in:
Bruce Momjian 2011-02-09 08:16:49 -05:00
parent ee4b67fcff
commit 70802e0dbe

View File

@ -174,7 +174,7 @@ restore_command = 'copy "C:\\server\\archivedir\\%f" "%p"' # Windows
This parameter specifies the time stamp up to which recovery This parameter specifies the time stamp up to which recovery
will proceed. will proceed.
At most one of <varname>recovery_target_time</>, At most one of <varname>recovery_target_time</>,
<xref linkend="recovery-target-name"> or <xref linkend="recovery-target-name"> or
<xref linkend="recovery-target-xid"> can be specified. <xref linkend="recovery-target-xid"> can be specified.
The default is to recover to the end of the WAL log. The default is to recover to the end of the WAL log.
The precise stopping point is also influenced by The precise stopping point is also influenced by
@ -197,7 +197,7 @@ restore_command = 'copy "C:\\server\\archivedir\\%f" "%p"' # Windows
The transactions that will be recovered are those that committed The transactions that will be recovered are those that committed
before (and optionally including) the specified one. before (and optionally including) the specified one.
At most one of <varname>recovery_target_xid</>, At most one of <varname>recovery_target_xid</>,
<xref linkend="recovery-target-name"> or <xref linkend="recovery-target-name"> or
<xref linkend="recovery-target-time"> can be specified. <xref linkend="recovery-target-time"> can be specified.
The default is to recover to the end of the WAL log. The default is to recover to the end of the WAL log.
The precise stopping point is also influenced by The precise stopping point is also influenced by