Commit 526de7ff authored by Bruce Momjian's avatar Bruce Momjian

Remove duplicate ANALYZE recommendation in pg_dump.

parent 6fad73ed
<!-- <!--
$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 PostgreSQL documentation
--> -->
...@@ -650,11 +650,6 @@ CREATE DATABASE foo WITH TEMPLATE template0; ...@@ -650,11 +650,6 @@ CREATE DATABASE foo WITH TEMPLATE template0;
</programlisting> </programlisting>
</para> </para>
<para>
Once restored, it is wise to run <command>ANALYZE</> on each
restored object so the optimizer has useful statistics.
</para>
<para> <para>
<application>pg_dump</application> has a few limitations: <application>pg_dump</application> has a few limitations:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment