Re: small changes to config and vacuum.sgml - Mailing list pgsql-docs

From Bruce Momjian
Subject Re: small changes to config and vacuum.sgml
Date
Msg-id 200711280501.lAS51eV03341@momjian.us
Whole thread Raw
In response to small changes to config and vacuum.sgml  ("Joshua D. Drake" <jd@commandprompt.com>)
List pgsql-docs
Patch applied.  Thanks.

---------------------------------------------------------------------------


Joshua D. Drake wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> - -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Hello,
>
> I apologize in advance if the docbook isn't quite right, my docbook
> installation is wonkey and I couldn't validate.
>
> Index: sgml/config.sgml
> ===================================================================
> RCS file: /projects/cvsroot/pgsql/doc/src/sgml/config.sgml,v
> retrieving revision 1.156
> diff -c -r1.156 config.sgml
> *** sgml/config.sgml    19 Nov 2007 02:26:10 -0000      1.156
> - - --- sgml/config.sgml    28 Nov 2007 00:51:24 -0000
> ***************
> *** 961,966 ****
> - - --- 961,971 ----
>         </listitem>
>        </varlistentry>
>
> +      <note>
> +        <para>See the <xref linkend="sql-vacuum"
> endterm="sql-vacuum-title">
> +        command for information on setting this parameter.</para>
> +      </note>
> +
>        </variablelist>
>        </sect2>
>        <sect2 id="runtime-config-resource-kernel">
> cvs diff: Diffing sgml/ref
> Index: sgml/ref/vacuum.sgml
> ===================================================================
> RCS file: /projects/cvsroot/pgsql/doc/src/sgml/ref/vacuum.sgml,v
> retrieving revision 1.49
> diff -c -r1.49 vacuum.sgml
> *** sgml/ref/vacuum.sgml        7 Oct 2007 01:16:42 -0000       1.49
> - - --- sgml/ref/vacuum.sgml        28 Nov 2007 00:51:24 -0000
> ***************
> *** 96,102 ****
>       <term><literal>VERBOSE</literal></term>
>       <listitem>
>        <para>
> !       Prints a detailed vacuum activity report for each table.
>        </para>
>       </listitem>
>      </varlistentry>
> - - --- 96,105 ----
>       <term><literal>VERBOSE</literal></term>
>       <listitem>
>        <para>
> !       Prints a detailed vacuum activity report for each table. Can be
> used !       to help determine appropriate settings for
> !       <literal>max_fsm_pages<literal>,
> <literal>max_fsm_pages</literal>, !       and
> <literal>default_statistics_target</literal>. </para>
>       </listitem>
>      </varlistentry>
>
>
> - - --
>
>       === The PostgreSQL Company: Command Prompt, Inc. ===
> Sales/Support: +1.503.667.4564   24x7/Emergency: +1.800.492.2240
> PostgreSQL solutions since 1997  http://www.commandprompt.com/
>             UNIQUE NOT NULL
> Donate to the PostgreSQL Project: http://www.postgresql.org/about/donate
> PostgreSQL Replication: http://www.commandprompt.com/products/
>
> - -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.6 (GNU/Linux)
>
> iD8DBQFHTLvaATb/zqfZUUQRAtR1AJ43b6La72D8DPIWSJ++B4WuiXdhlwCeNEyi
> NcVnl9FukCqEZimxgDFs/qc=
> =4vI0
> - -----END PGP SIGNATURE-----
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.6 (GNU/Linux)
>
> iD8DBQFHTLw3ATb/zqfZUUQRAqjbAJ0XgYAV3mXD9GRj5UbVYzOUw5yAngCbBNhq
> qABPc18aa+UzzdybXNxJv5Q=
> =0yPj
> -----END PGP SIGNATURE-----
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: Have you checked our extensive FAQ?
>
>                http://www.postgresql.org/docs/faq

--
  Bruce Momjian  <bruce@momjian.us>        http://momjian.us
  EnterpriseDB                             http://postgres.enterprisedb.com

  + If your life is a hard drive, Christ can be your backup. +
Index: doc/src/sgml/config.sgml
===================================================================
RCS file: /cvsroot/pgsql/doc/src/sgml/config.sgml,v
retrieving revision 1.156
diff -c -c -r1.156 config.sgml
*** doc/src/sgml/config.sgml    19 Nov 2007 02:26:10 -0000    1.156
--- doc/src/sgml/config.sgml    28 Nov 2007 05:00:15 -0000
***************
*** 962,968 ****
--- 962,977 ----
       </varlistentry>

       </variablelist>
+
+      <note>
+       <para>
+        See the <xref linkend="sql-vacuum" endterm="sql-vacuum-title">
+        command for information on setting this parameter.
+       </para>
+      </note>
+
       </sect2>
+
       <sect2 id="runtime-config-resource-kernel">
       <title>Kernel Resource Usage</title>
       <variablelist>
Index: doc/src/sgml/ref/vacuum.sgml
===================================================================
RCS file: /cvsroot/pgsql/doc/src/sgml/ref/vacuum.sgml,v
retrieving revision 1.49
diff -c -c -r1.49 vacuum.sgml
*** doc/src/sgml/ref/vacuum.sgml    7 Oct 2007 01:16:42 -0000    1.49
--- doc/src/sgml/ref/vacuum.sgml    28 Nov 2007 05:00:15 -0000
***************
*** 96,102 ****
      <term><literal>VERBOSE</literal></term>
      <listitem>
       <para>
!       Prints a detailed vacuum activity report for each table.
       </para>
      </listitem>
     </varlistentry>
--- 96,105 ----
      <term><literal>VERBOSE</literal></term>
      <listitem>
       <para>
!       Prints a detailed vacuum activity report for each table. Can be used
!       to help determine appropriate settings for
!       <literal>max_fsm_pages</literal>, <literal>max_fsm_pages</literal>,
!       and <literal>default_statistics_target</literal>.
       </para>
      </listitem>
     </varlistentry>

pgsql-docs by date:

Previous
From: "Joshua D. Drake"
Date:
Subject: small changes to config and vacuum.sgml
Next
From: Bruce Momjian
Date:
Subject: Re: Some more indexterm