File tree 1 file changed +7
-1
lines changed
1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 1
- <!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.240 2009/12/19 17:49:50 momjian Exp $ -->
1
+ <!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.241 2009/12/25 01:09:31 rhaas Exp $ -->
2
2
3
3
<chapter Id="runtime-config">
4
4
<title>Server Configuration</title>
@@ -1753,6 +1753,9 @@ archive_command = 'copy "%p" "C:\\server\\archivedir\\%f"' # Windows
1753
1753
1754
1754
<varlistentry id="recovery-connections" xreflabel="recovery_connections">
1755
1755
<term><varname>recovery_connections</varname> (<type>boolean</type>)</term>
1756
+ <indexterm>
1757
+ <primary><varname>recovery_connections</> configuration parameter</primary>
1758
+ </indexterm>
1756
1759
<listitem>
1757
1760
<para>
1758
1761
Parameter has two roles. During recovery, specifies whether or not
@@ -1771,6 +1774,9 @@ archive_command = 'copy "%p" "C:\\server\\archivedir\\%f"' # Windows
1771
1774
1772
1775
<varlistentry id="max-standby-delay" xreflabel="max_standby_delay">
1773
1776
<term><varname>max_standby_delay</varname> (<type>string</type>)</term>
1777
+ <indexterm>
1778
+ <primary><varname>max_standby_delay</> configuration parameter</primary>
1779
+ </indexterm>
1774
1780
<listitem>
1775
1781
<para>
1776
1782
When server acts as a standby, this parameter specifies a wait policy
You can’t perform that action at this time.
0 commit comments