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>
