File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 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 $ -->
22
33<chapter Id="runtime-config">
44 <title>Server Configuration</title>
@@ -1753,6 +1753,9 @@ archive_command = 'copy "%p" "C:\\server\\archivedir\\%f"' # Windows
17531753
17541754 <varlistentry id="recovery-connections" xreflabel="recovery_connections">
17551755 <term><varname>recovery_connections</varname> (<type>boolean</type>)</term>
1756+ <indexterm>
1757+ <primary><varname>recovery_connections</> configuration parameter</primary>
1758+ </indexterm>
17561759 <listitem>
17571760 <para>
17581761 Parameter has two roles. During recovery, specifies whether or not
@@ -1771,6 +1774,9 @@ archive_command = 'copy "%p" "C:\\server\\archivedir\\%f"' # Windows
17711774
17721775 <varlistentry id="max-standby-delay" xreflabel="max_standby_delay">
17731776 <term><varname>max_standby_delay</varname> (<type>string</type>)</term>
1777+ <indexterm>
1778+ <primary><varname>max_standby_delay</> configuration parameter</primary>
1779+ </indexterm>
17741780 <listitem>
17751781 <para>
17761782 When server acts as a standby, this parameter specifies a wait policy
You can’t perform that action at this time.
0 commit comments