From da71632fcfc4e642e9bafb2c0074cad109e59486 Mon Sep 17 00:00:00 2001 From: Simon Riggs Date: Mon, 8 Dec 2014 09:28:24 +0900 Subject: [PATCH] Correct recovery_target_action docs From Michael Paquier --- doc/src/sgml/recovery-config.sgml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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. -- 2.39.5