mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-12 18:34:36 +08:00
Remove duplicate ANALYZE recommendation in pg_dump.
This commit is contained in:
parent
6fad73ed45
commit
526de7ffd1
@ -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
|
PostgreSQL documentation
|
||||||
-->
|
-->
|
||||||
|
|
||||||
@ -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:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user