pgsql: Add --schema and --exclude-schema options to vacuumdb.

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема pgsql: Add --schema and --exclude-schema options to vacuumdb.
Дата
Msg-id E1oIFrZ-002876-Bn@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/7781f4e3e711ace6bcf9b6253a104b180cb78fcf

Modified Files
--------------
doc/src/sgml/ref/vacuumdb.sgml    |  66 +++++++++++++++
src/bin/scripts/t/100_vacuumdb.pl |  42 ++++++++++
src/bin/scripts/vacuumdb.c        | 172 +++++++++++++++++++++++++++++---------
3 files changed, 239 insertions(+), 41 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Andres Freund
Дата:
Сообщение: pgsql: ci: switch to freebsd 13.1
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Remove test_oat_hooks.c's nodetag_to_string().