@@ -289,9 +289,9 @@ restore_command = 'copy "C:\\server\\archivedir\\%f" "%p"' # Windows
289289 </term>
290290 <listitem>
291291 <para>
292- Alias for action_at_recovery_target , <literal>true</> is same as
293- action_at_recovery_target = <literal>pause</> and <literal>false</>
294- is same as action_at_recovery_target = <literal>promote</>.
292+ Alias for recovery_target_action , <literal>true</> is same as
293+ recovery_target_action = <literal>pause</> and <literal>false</>
294+ is same as recovery_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