projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6fad73e
)
Remove duplicate ANALYZE recommendation in pg_dump.
author
Bruce Momjian
Tue, 18 Mar 2003 17:05:01 +0000
(17:05 +0000)
committer
Bruce Momjian
Tue, 18 Mar 2003 17:05:01 +0000
(17:05 +0000)
doc/src/sgml/ref/pg_dump.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/pg_dump.sgml
b/doc/src/sgml/ref/pg_dump.sgml
index 3b35c0da69847cf77c75e64f862f0b73997f48ab..85fba6e812e8a1d24089ecb91993e96c73e7b7c4 100644
(file)
--- 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: