From 4559167c6b75be334fabad70d7cc03a38a08d494 Mon Sep 17 00:00:00 2001 From: Andres Freund Date: Tue, 17 Mar 2015 23:25:52 +0100 Subject: [PATCH] Remove docs missed in 51c11a7025. Somehow I misresolved a merge conflict when forward porting Petr's patch leading to a section of the docs remaining... Thankfully Fujii spotted my mistake. --- doc/src/sgml/recovery-config.sgml | 24 +----------------------- 1 file changed, 1 insertion(+), 23 deletions(-) diff --git a/doc/src/sgml/recovery-config.sgml b/doc/src/sgml/recovery-config.sgml index 0c64ff2070..61cf86ca80 100644 --- a/doc/src/sgml/recovery-config.sgml +++ b/doc/src/sgml/recovery-config.sgml @@ -331,29 +331,7 @@ restore_command = 'copy "C:\\server\\archivedir\\%f" "%p"' # Windows - - pause_at_recovery_target (boolean) - - pause_at_recovery_target recovery parameter - - - - - This is an obsolete version of recovery_target_action. - Setting it to true is the same as - recovery_target_action = pause, - while false is the same as - recovery_target_action = promote. - - - This setting has no effect if is not - enabled, or if no recovery target is set. - - - - - + -- 2.39.5