Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 526de7f

Browse files
committed
Remove duplicate ANALYZE recommendation in pg_dump.
1 parent 6fad73e commit 526de7f

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

doc/src/sgml/ref/pg_dump.sgml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/ref/pg_dump.sgml,v 1.57 2003/03/18 00:02:11 momjian Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/pg_dump.sgml,v 1.58 2003/03/18 17:05:01 momjian Exp $
33
PostgreSQL documentation
44
-->
55

@@ -650,11 +650,6 @@ CREATE DATABASE foo WITH TEMPLATE template0;
650650
</programlisting>
651651
</para>
652652

653-
<para>
654-
Once restored, it is wise to run <command>ANALYZE</> on each
655-
restored object so the optimizer has useful statistics.
656-
</para>
657-
658653
<para>
659654
<application>pg_dump</application> has a few limitations:
660655

0 commit comments

Comments
 (0)