Fix reindexdb manual page to say --maintenance-db controls what is
authorBruce Momjian
Tue, 22 May 2012 21:31:46 +0000 (17:31 -0400)
committerBruce Momjian
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

index 7b2f72d04f8fa652bf1d2df0ec01fc9c9a7f2a42..781012f3c58ed58cf33fe5f89502aa810f12adfd 100644 (file)
@@ -267,7 +267,7 @@ PostgreSQL documentation
       
        
          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
          postgres database will be used,
          and if that does not exist, template1 will be used.