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

Commitda71632

Browse files
Correct recovery_target_action docs
From Michael Paquier
1 parentc270754 commitda71632

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

‎doc/src/sgml/recovery-config.sgml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -289,9 +289,9 @@ restore_command = 'copy "C:\\server\\archivedir\\%f" "%p"' # Windows
289289
</term>
290290
<listitem>
291291
<para>
292-
Alias foraction_at_recovery_target, <literal>true</> is same as
293-
action_at_recovery_target = <literal>pause</> and <literal>false</>
294-
is same asaction_at_recovery_target = <literal>promote</>.
292+
Alias forrecovery_target_action, <literal>true</> is same as
293+
recovery_target_action = <literal>pause</> and <literal>false</>
294+
is same asrecovery_target_action = <literal>promote</>.
295295
</para>
296296
<para>
297297
This setting has no effect if <xref linkend="guc-hot-standby"> is not
@@ -301,10 +301,10 @@ restore_command = 'copy "C:\\server\\archivedir\\%f" "%p"' # Windows
301301
</varlistentry>
302302

303303
<varlistentry id="action-at-recovery-target"
304-
xreflabel="action_at_recovery_target">
305-
<term><varname>action_at_recovery_target</varname> (<type>enum</type>)
304+
xreflabel="recovery_target_action">
305+
<term><varname>recovery_target_action</varname> (<type>enum</type>)
306306
<indexterm>
307-
<primary><varname>action_at_recovery_target</> recovery parameter</primary>
307+
<primary><varname>recovery_target_action</> recovery parameter</primary>
308308
</indexterm>
309309
</term>
310310
<listitem>
@@ -336,7 +336,7 @@ restore_command = 'copy "C:\\server\\archivedir\\%f" "%p"' # Windows
336336
</para>
337337
<para>
338338
Note that because <filename>recovery.conf</> will not be renamed when
339-
<varname>action_at_recovery_target</> is set to <literal>shutdown</>,
339+
<varname>recovery_target_action</> is set to <literal>shutdown</>,
340340
any subsequent start will end with immediate shutdown unless the
341341
configuration is changed or the <filename>recovery.conf</> is removed
342342
manually.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp