]> granicus.if.org Git - postgresql/commitdiff
Document ath vacuumdb --analyze does analyze _also_, not in place of
authorBruce Momjian <bruce@momjian.us>
Fri, 27 Nov 2009 17:41:26 +0000 (17:41 +0000)
committerBruce Momjian <bruce@momjian.us>
Fri, 27 Nov 2009 17:41:26 +0000 (17:41 +0000)
vacuum.

doc/src/sgml/ref/vacuumdb.sgml

index 75616ee46cd23ddd8549008191b8103bead452e4..9fcdb4d2bba3451f8dde1063686e8364bda72f9e 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-$PostgreSQL: pgsql/doc/src/sgml/ref/vacuumdb.sgml,v 1.44 2009/02/26 16:02:37 petere Exp $
+$PostgreSQL: pgsql/doc/src/sgml/ref/vacuumdb.sgml,v 1.45 2009/11/27 17:41:26 momjian Exp $
 PostgreSQL documentation
 -->
 
@@ -159,7 +159,7 @@ PostgreSQL documentation
       <term><option>--analyze</option></term>
       <listitem>
        <para>
-        Calculate statistics for use by the optimizer.
+        Also calculate statistics for use by the optimizer.
        </para>
       </listitem>
      </varlistentry>