Hi, I found there is no "primary" tag for the HS parameters in config.sgml. Attached patch adds that tag.
Regards, -- Fujii Masao NIPPON TELEGRAPH AND TELEPHONE CORPORATION NTT Open Source Software Center
*** a/doc/src/sgml/config.sgml --- b/doc/src/sgml/config.sgml *************** *** 1753,1758 **** archive_command = 'copy "%p" "C:\\server\\archivedir\\%f"' # Windows --- 1753,1761 ---- <varlistentry id="recovery-connections" xreflabel="recovery_connections"> <term><varname>recovery_connections</varname> (<type>boolean</type>)</term> + <indexterm> + <primary><varname>recovery_connections</> configuration parameter</primary> + </indexterm> <listitem> <para> Parameter has two roles. During recovery, specifies whether or not *************** *** 1771,1776 **** archive_command = 'copy "%p" "C:\\server\\archivedir\\%f"' # Windows --- 1774,1782 ---- <varlistentry id="max-standby-delay" xreflabel="max_standby_delay"> <term><varname>max_standby_delay</varname> (<type>string</type>)</term> + <indexterm> + <primary><varname>max_standby_delay</> configuration parameter</primary> + </indexterm> <listitem> <para> When server acts as a standby, this parameter specifies a wait policy
-- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers