mirror of
https://github.com/postgres/postgres.git
synced 2025-08-09 17:03:00 +03:00
Fix reindexdb manual page to say --maintenance-db controls what is
reindexed, not vacuumed (typo). Per report from Thomas REISS
This commit is contained in:
@@ -267,7 +267,7 @@ PostgreSQL documentation
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Specifies the name of the database to connect to discover what other
|
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,
|
<literal>postgres</literal> database will be used,
|
||||||
and if that does not exist, <literal>template1</literal> will be used.
|
and if that does not exist, <literal>template1</literal> will be used.
|
||||||
</para>
|
</para>
|
||||||
|
Reference in New Issue
Block a user