Correct recovery_target_action docs
authorSimon Riggs
Mon, 8 Dec 2014 00:28:24 +0000 (09:28 +0900)
committerSimon Riggs
Mon, 8 Dec 2014 00:28:24 +0000 (09:28 +0900)
From Michael Paquier

doc/src/sgml/recovery-config.sgml

index b4959ac62554c85fbfbf9921960c695574eec55f..31473cdf35b1953509c98e5aa98119419716c295 100644 (file)
@@ -289,9 +289,9 @@ restore_command = 'copy "C:\\server\\archivedir\\%f" "%p"'  # Windows
       
       
        
-        Alias for action_at_recovery_targettrue is same as
-        action_at_recovery_target = pause and false
-        is same as action_at_recovery_target = promote.
+        Alias for recovery_target_actiontrue 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
      
 
      
-                   xreflabel="action_at_recovery_target">
-      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.