Small change of the HS document

Started by Fujii Masaoabout 16 years ago5 messages
#1Fujii Masao
masao.fujii@gmail.com
1 attachment(s)

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

Attachments:

hs_doc.patchtext/x-patch; charset=US-ASCII; name=hs_doc.patchDownload
*** 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
#2Simon Riggs
simon@2ndQuadrant.com
In reply to: Fujii Masao (#1)
Re: Small change of the HS document

On Tue, 2009-12-22 at 11:25 +0900, Fujii Masao wrote:

I found there is no "primary" tag for the HS parameters
in config.sgml. Attached patch adds that tag.

Thanks

--
Simon Riggs www.2ndQuadrant.com

#3Robert Haas
robertmhaas@gmail.com
In reply to: Simon Riggs (#2)
Re: Small change of the HS document

On Tue, Dec 22, 2009 at 12:28 PM, Simon Riggs <simon@2ndquadrant.com> wrote:

On Tue, 2009-12-22 at 11:25 +0900, Fujii Masao wrote:

I found there is no "primary" tag for the HS parameters
in config.sgml. Attached patch adds that tag.

Thanks

Committed.

...Robert

#4Fujii Masao
masao.fujii@gmail.com
In reply to: Fujii Masao (#1)
1 attachment(s)
Re: Small change of the HS document

On Tue, Dec 22, 2009 at 11:25 AM, Fujii Masao <masao.fujii@gmail.com> wrote:

I found there is no "primary" tag for the HS parameters
in config.sgml. Attached patch adds that tag.

I found another small problem in HS doc; though the type of
trace_recovery_messages is actually enum, it's described as
string in the doc. The attached patch does s/string/emum.

Regards,

--
Fujii Masao
NIPPON TELEGRAPH AND TELEPHONE CORPORATION
NTT Open Source Software Center

Attachments:

hs_doc_v2.patchtext/x-diff; charset=US-ASCII; name=hs_doc_v2.patchDownload
*** a/doc/src/sgml/config.sgml
--- b/doc/src/sgml/config.sgml
***************
*** 5700,5706 **** plruby.use_strict = true        # generates error: unknown class name
       </varlistentry>
  
       <varlistentry id="guc-trace-recovery-messages" xreflabel="trace_recovery_messages">
!       <term><varname>trace_recovery_messages</varname> (<type>string</type>)</term>
        <indexterm>
         <primary><varname>trace_recovery_messages</> configuration parameter</primary>
        </indexterm>
--- 5700,5706 ----
       </varlistentry>
  
       <varlistentry id="guc-trace-recovery-messages" xreflabel="trace_recovery_messages">
!       <term><varname>trace_recovery_messages</varname> (<type>enum</type>)</term>
        <indexterm>
         <primary><varname>trace_recovery_messages</> configuration parameter</primary>
        </indexterm>
#5Bruce Momjian
bruce@momjian.us
In reply to: Fujii Masao (#4)
Re: Small change of the HS document

Fujii Masao wrote:

On Tue, Dec 22, 2009 at 11:25 AM, Fujii Masao <masao.fujii@gmail.com> wrote:

I found there is no "primary" tag for the HS parameters
in config.sgml. Attached patch adds that tag.

I found another small problem in HS doc; though the type of
trace_recovery_messages is actually enum, it's described as
string in the doc. The attached patch does s/string/emum.

Thanks, applied.

-- 
  Bruce Momjian  <bruce@momjian.us>        http://momjian.us
  EnterpriseDB                             http://enterprisedb.com
  PG East:  http://www.enterprisedb.com/community/nav-pg-east-2010.do
  + If your life is a hard drive, Christ can be your backup. +