The previous text was a little clumsy. Here we improve that.
Author: David Rowley
Reported-by: Noboru Saito
Reviewed-by: David G. Johnston
Discussion: https://postgr.es/m/CAAM3qnJtv5YbjpwDfVOYN2gZ9zGSLFM1UGJgptSXmwfifOZJFQ@mail.gmail.com
Backpatch-through: 13
--maintenance-db=dbname
- Specifies the name of the database to connect to to discover which
- databases should be clustered,
- when -a /--all is used.
+ When the -a /--all is used, connect
+ to this database to gather the list of databases to cluster.
If not specified, the postgres database will be used,
or if that does not exist, template1 will be used.
This can be a connection
--maintenance-db=dbname
- Specifies the name of the database to connect to to discover which
- databases should be reindexed,
- when -a /--all is used.
+ When the -a /--all is used, connect
+ to this database to gather the list of databases to reindex.
If not specified, the postgres database will be used,
or if that does not exist, template1 will be used.
This can be a connection
--maintenance-db=dbname
- Specifies the name of the database to connect to to discover which
- databases should be vacuumed,
- when -a /--all is used.
+ When the -a /--all is used, connect
+ to this database to gather the list of databases to vacuum.
If not specified, the postgres database will be used,
or if that does not exist, template1 will be used.
This can be a connection