diff options
author | Andres Freund <andres@anarazel.de> | 2015-03-17 23:25:52 +0100 |
---|---|---|
committer | Andres Freund <andres@anarazel.de> | 2015-03-17 23:25:52 +0100 |
commit | 4559167c6b75be334fabad70d7cc03a38a08d494 (patch) | |
tree | 4a90f183b98f9ea53e00c1c5f166cde5121eb47b | |
parent | a190738457353ddb60743e45972f6fe50a75ee77 (diff) | |
download | postgresql-4559167c6b75be334fabad70d7cc03a38a08d494.tar.gz postgresql-4559167c6b75be334fabad70d7cc03a38a08d494.zip |
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.
-rw-r--r-- | doc/src/sgml/recovery-config.sgml | 24 |
1 files changed, 1 insertions, 23 deletions
diff --git a/doc/src/sgml/recovery-config.sgml b/doc/src/sgml/recovery-config.sgml index 0c64ff20703..61cf86ca80e 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 </listitem> </varlistentry> - <varlistentry id="pause-at-recovery-target" - xreflabel="pause_at_recovery_target"> - <term><varname>pause_at_recovery_target</varname> (<type>boolean</type>) - <indexterm> - <primary><varname>pause_at_recovery_target</> recovery parameter</primary> - </indexterm> - </term> - <listitem> - <para> - This is an obsolete version of <varname>recovery_target_action</>. - Setting it to <literal>true</> is the same as - <varname>recovery_target_action</> = <literal>pause</>, - while <literal>false</> is the same as - <varname>recovery_target_action</> = <literal>promote</>. - </para> - <para> - This setting has no effect if <xref linkend="guc-hot-standby"> is not - enabled, or if no recovery target is set. - </para> - </listitem> - </varlistentry> - - </variablelist> + </variablelist> </sect1> <sect1 id="standby-settings"> |