diff options
author | Bruce Momjian <bruce@momjian.us> | 2009-11-27 17:41:26 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2009-11-27 17:41:26 +0000 |
commit | fe83b975b2bdfa9b553872aa9a5dc959ca89a51f (patch) | |
tree | fac720610e1e7495843d6d97404e398501d37678 | |
parent | bb28e836361b24229bd6fea2ca76a905faea5702 (diff) |
Document ath vacuumdb --analyze does analyze _also_, not in place of
vacuum.
-rw-r--r-- | doc/src/sgml/ref/vacuumdb.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/vacuumdb.sgml b/doc/src/sgml/ref/vacuumdb.sgml index 75616ee46cd..9fcdb4d2bba 100644 --- a/doc/src/sgml/ref/vacuumdb.sgml +++ b/doc/src/sgml/ref/vacuumdb.sgml @@ -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> |