From: Bruce Momjian Date: Tue, 18 Mar 2003 17:05:01 +0000 (+0000) Subject: Remove duplicate ANALYZE recommendation in pg_dump. X-Git-Tag: REL7_4_BETA1~918 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=526de7ffd16a7d308ec96bb23fb5cf38f85f3dd2;p=postgresql Remove duplicate ANALYZE recommendation in pg_dump. --- diff --git a/doc/src/sgml/ref/pg_dump.sgml b/doc/src/sgml/ref/pg_dump.sgml index 3b35c0da69..85fba6e812 100644 --- a/doc/src/sgml/ref/pg_dump.sgml +++ b/doc/src/sgml/ref/pg_dump.sgml @@ -1,5 +1,5 @@ @@ -650,11 +650,6 @@ CREATE DATABASE foo WITH TEMPLATE template0; - - Once restored, it is wise to run ANALYZE on each - restored object so the optimizer has useful statistics. - - pg_dump has a few limitations: