projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
007522e
)
Fix reindexdb manual page to say --maintenance-db controls what is
author
Bruce Momjian
<bruce@momjian.us>
Tue, 22 May 2012 21:31:46 +0000
(17:31 -0400)
committer
Bruce Momjian
<bruce@momjian.us>
Tue, 22 May 2012 21:31:46 +0000
(17:31 -0400)
reindexed, not vacuumed (typo). Per report from Thomas REISS
doc/src/sgml/ref/reindexdb.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/reindexdb.sgml
b/doc/src/sgml/ref/reindexdb.sgml
index 7b2f72d04f8fa652bf1d2df0ec01fc9c9a7f2a42..781012f3c58ed58cf33fe5f89502aa810f12adfd 100644
(file)
--- a/
doc/src/sgml/ref/reindexdb.sgml
+++ b/
doc/src/sgml/ref/reindexdb.sgml
@@
-267,7
+267,7
@@
PostgreSQL documentation
<listitem>
<para>
Specifies the name of the database to connect to discover what other
- databases should be
vacuum
ed. If not specified, the
+ databases should be
reindex
ed. If not specified, the
<literal>postgres</literal> database will be used,
and if that does not exist, <literal>template1</literal> will be used.
</para>