clusterdb: Allow specifying tables to process in all databases.
Nathan Bossart <nathan@postgresql.org>
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
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/ref/clusterdb.sgml | modified | +8 −9 |
| src/bin/scripts/clusterdb.c | modified | +19 −9 |
| src/bin/scripts/t/011_clusterdb_all.pl | modified | +11 −0 |
Documentation touched
Discussion
- vacuumdb/clusterdb/reindexdb: allow specifying objects to process in all databases 12 messages · 2023-06-28 → 2024-03-11