vacuumdb clarification - Mailing list pgsql-docs

From Bruce Momjian
Subject vacuumdb clarification
Date
Msg-id 200911131949.nADJnKQ02721@momjian.us
Whole thread Raw
Responses Re: vacuumdb clarification  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-docs
Here is a documentation patch I have applied to clarify that --analyze
does analyze during vacuum, not instead of vacuum.

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

  + If your life is a hard drive, Christ can be your backup. +
Index: doc/src/sgml/ref/vacuumdb.sgml
===================================================================
RCS file: /cvsroot/pgsql/doc/src/sgml/ref/vacuumdb.sgml,v
retrieving revision 1.44
diff -c -c -r1.44 vacuumdb.sgml
*** doc/src/sgml/ref/vacuumdb.sgml    26 Feb 2009 16:02:37 -0000    1.44
--- doc/src/sgml/ref/vacuumdb.sgml    13 Nov 2009 19:46:37 -0000
***************
*** 159,165 ****
        <term><option>--analyze</option></term>
        <listitem>
         <para>
!         Calculate statistics for use by the optimizer.
         </para>
        </listitem>
       </varlistentry>
--- 159,165 ----
        <term><option>--analyze</option></term>
        <listitem>
         <para>
!         Calculate statistics for use by the optimizer during vacuum.
         </para>
        </listitem>
       </varlistentry>

pgsql-docs by date:

Previous
From: "Roderick A. Anderson"
Date:
Subject: Re: New member - where to begin
Next
From: "Erik Rijkers"
Date:
Subject: extract('dow', ...) mention