aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2012-05-22 17:31:46 -0400
committerBruce Momjian <bruce@momjian.us>2012-05-22 17:31:46 -0400
commite6b7170c33b4795cc519137528523bd3c4933edb (patch)
treef8842d50b6690fb914d0ba3dd2f459b6898a995b /doc/src
parent007522e6b4c32d7ae67a2ff7f568eb2f0bd257f6 (diff)
downloadpostgresql-e6b7170c33b4795cc519137528523bd3c4933edb.tar.gz
postgresql-e6b7170c33b4795cc519137528523bd3c4933edb.zip
Fix reindexdb manual page to say --maintenance-db controls what is
reindexed, not vacuumed (typo). Per report from Thomas REISS
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/ref/reindexdb.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/reindexdb.sgml b/doc/src/sgml/ref/reindexdb.sgml
index 7b2f72d04f8..781012f3c58 100644
--- 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 vacuumed. If not specified, the
+ databases should be reindexed. If not specified, the
<literal>postgres</literal> database will be used,
and if that does not exist, <literal>template1</literal> will be used.
</para>