Remove duplicate ANALYZE recommendation in pg_dump.

This commit is contained in:
Bruce Momjian 2003-03-18 17:05:01 +00:00
parent 6fad73ed45
commit 526de7ffd1
1 changed files with 1 additions and 6 deletions

View File

@ -1,5 +1,5 @@
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/pg_dump.sgml,v 1.57 2003/03/18 00:02:11 momjian Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/ref/pg_dump.sgml,v 1.58 2003/03/18 17:05:01 momjian Exp $
PostgreSQL documentation
-->
@ -650,11 +650,6 @@ CREATE DATABASE foo WITH TEMPLATE template0;
</programlisting>
</para>
<para>
Once restored, it is wise to run <command>ANALYZE</> on each
restored object so the optimizer has useful statistics.
</para>
<para>
<application>pg_dump</application> has a few limitations: