Re: vacuumdb clarification - Mailing list pgsql-docs

From Peter Eisentraut
Subject Re: vacuumdb clarification
Date
Msg-id 1258725489.28720.12.camel@fsopti579.F-Secure.com
Whole thread Raw
In response to vacuumdb clarification  (Bruce Momjian <bruce@momjian.us>)
Responses Re: vacuumdb clarification  (Bruce Momjian <bruce@momjian.us>)
List pgsql-docs
On fre, 2009-11-13 at 14:49 -0500, Bruce Momjian wrote:
> Here is a documentation patch I have applied to clarify that --analyze
> does analyze during vacuum, not instead of vacuum.

I don't see this committed, but I would vote against it, because the
wording makes it sound like the statistics are for use by the optimizer
during vacuum.

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: shohorab hossain
Date:
Subject: Re: [GENERAL] Postgresql Database Lock Problem
Next
From: Tom Lane
Date:
Subject: Possible to display Unicode symbols in our SGML docs?