Skip to content

Commit bc105c4

Browse files
committed
doc: Update text for new recovery_target_lsn setting
Reported-by: Tomonari Katsumata <t.katsumata1122@gmail.com> Author: Michael Paquier <michael.paquier@gmail.com>
1 parent 4703a48 commit bc105c4

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

doc/src/sgml/recovery-config.sgml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -270,10 +270,11 @@ restore_command = 'copy "C:\\server\\archivedir\\%f" "%p"' # Windows
270270
Specifies whether to stop just after the specified recovery target
271271
(<literal>true</literal>), or just before the recovery target
272272
(<literal>false</literal>).
273-
Applies when either <xref linkend="recovery-target-time">
274-
or <xref linkend="recovery-target-xid"> is specified.
273+
Applies when <xref linkend="recovery-target-lsn">,
274+
<xref linkend="recovery-target-time">, or
275+
<xref linkend="recovery-target-xid"> is specified.
275276
This setting controls whether transactions
276-
having exactly the target commit time or ID, respectively, will
277+
having exactly the target WAL location (LSN), commit time, or transaction ID, respectively, will
277278
be included in the recovery. Default is <literal>true</literal>.
278279
</para>
279280
</listitem>

0 commit comments

Comments
 (0)