clusterdb: Allow specifying tables to process in all databases.

Nathan Bossart <nathan@postgresql.org>

Commit: 1b49d56d358a9c2e310d66c0ac87216d9b932b78
Author: Nathan Bossart <nathan@postgresql.org>
Date: 2024-03-11T18:11:20Z
Releases: 17.0
clusterdb: Allow specifying tables to process in all databases.

Presently, clusterdb's --table option cannot be used together with
--all, i.e., you cannot specify tables to process in all databases.
This commit removes this unnecessary restriction.  In passing,
change the synopsis in the documentation to use "[option...]"
instead of "[--verbose | -v]".  There are other general-purpose
options (e.g., --quiet and --echo), but the synopsis currently only
lists --verbose.

Reviewed-by: Kyotaro Horiguchi, Dean Rasheed
Discussion: https://postgr.es/m/20230628232402.GA1954626%40nathanxps13

Files

Documentation touched

Discussion