postgresql/src/bin/scripts/t
Andrew Dunstan 7781f4e3e7 Add --schema and --exclude-schema options to vacuumdb.
These two new options can be used to either process all tables in
specific schemas or to skip processing all tables in specific
schemas.  This change also refactors the handling of invalid
combinations of command-line options to a new helper function.

Author: Gilles Darold
Reviewed-by: Justin Pryzby, Nathan Bossart and Michael Paquier.
Discussion: https://postgr.es/m/929fbf3c-24b8-d454-811f-1d5898ab3e91%40migops.com
2022-07-31 16:46:13 -04:00
..
010_clusterdb.pl Replace Test::More plans with done_testing 2022-02-11 20:54:44 +01:00
011_clusterdb_all.pl Replace Test::More plans with done_testing 2022-02-11 20:54:44 +01:00
020_createdb.pl Pre-beta mechanical code beautification. 2022-05-12 15:17:30 -04:00
040_createuser.pl createuser: Add support for more clause types through new options 2022-07-13 12:21:20 +09:00
050_dropdb.pl Replace Test::More plans with done_testing 2022-02-11 20:54:44 +01:00
070_dropuser.pl Replace Test::More plans with done_testing 2022-02-11 20:54:44 +01:00
080_pg_isready.pl Introduce PG_TEST_TIMEOUT_DEFAULT for TAP suite non-elapsing timeouts. 2022-03-04 18:53:13 -08:00
090_reindexdb.pl Fix a few issues with REINDEX grammar 2022-07-26 10:16:26 +09:00
091_reindexdb_all.pl Replace Test::More plans with done_testing 2022-02-11 20:54:44 +01:00
100_vacuumdb.pl Add --schema and --exclude-schema options to vacuumdb. 2022-07-31 16:46:13 -04:00
101_vacuumdb_all.pl Replace Test::More plans with done_testing 2022-02-11 20:54:44 +01:00
102_vacuumdb_stages.pl Replace Test::More plans with done_testing 2022-02-11 20:54:44 +01:00
200_connstr.pl Replace Test::More plans with done_testing 2022-02-11 20:54:44 +01:00