1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-27 23:21:58 +03:00
This commit is contained in:
Simon Riggs
2013-03-28 09:18:02 +00:00
parent d139a5e26b
commit 593c39d156
7 changed files with 7 additions and 74 deletions

View File

@ -330,22 +330,6 @@ include 'filename'
</listitem>
</varlistentry>
<varlistentry id="guc-recovery-config-directory" xreflabel="recovery_config_directory">
<term><varname>recovery_config_directory</varname> (<type>string</type>)</term>
<indexterm>
<primary><varname>recovery_config_directory</> configuration parameter</primary>
</indexterm>
<listitem>
<para>
Specifies the directory to use for the recovery.conf file. Note
the server requires read and write permission on this directory
because the file will be renamed to recovery.done at the end of
recovery.
This parameter can only be set at server start.
</para>
</listitem>
</varlistentry>
<varlistentry id="guc-config-file" xreflabel="config_file">
<term><varname>config_file</varname> (<type>string</type>)</term>
<indexterm>