From: Simon Riggs Date: Mon, 8 Dec 2014 00:28:24 +0000 (+0900) Subject: Correct recovery_target_action docs X-Git-Tag: REL9_5_ALPHA1~1091 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=da71632fcfc4e642e9bafb2c0074cad109e59486;p=postgresql Correct recovery_target_action docs From Michael Paquier --- diff --git a/doc/src/sgml/recovery-config.sgml b/doc/src/sgml/recovery-config.sgml index b4959ac625..31473cdf35 100644 --- a/doc/src/sgml/recovery-config.sgml +++ b/doc/src/sgml/recovery-config.sgml @@ -289,9 +289,9 @@ restore_command = 'copy "C:\\server\\archivedir\\%f" "%p"' # Windows - Alias for action_at_recovery_target, true is same as - action_at_recovery_target = pause and false - is same as action_at_recovery_target = promote. + Alias for recovery_target_action, true is same as + recovery_target_action = pause and false + is same as recovery_target_action = promote. This setting has no effect if is not @@ -301,10 +301,10 @@ restore_command = 'copy "C:\\server\\archivedir\\%f" "%p"' # Windows - action_at_recovery_target (enum) + xreflabel="recovery_target_action"> + recovery_target_action (enum) - action_at_recovery_target recovery parameter + recovery_target_action recovery parameter @@ -336,7 +336,7 @@ restore_command = 'copy "C:\\server\\archivedir\\%f" "%p"' # Windows Note that because recovery.conf will not be renamed when - action_at_recovery_target is set to shutdown, + recovery_target_action is set to shutdown, any subsequent start will end with immediate shutdown unless the configuration is changed or the recovery.conf is removed manually.