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