Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitbc105c4

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 parent4703a48 commitbc105c4

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 targetWAL 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)

[8]ページ先頭

©2009-2025 Movatter.jp