pgsql: vacuumdb: Allow specifying objects to process in all databases.

Поиск
Список
Период
Сортировка
От Nathan Bossart
Тема pgsql: vacuumdb: Allow specifying objects to process in all databases.
Дата
Msg-id E1rjhfD-003GHn-HD@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
vacuumdb: Allow specifying objects to process in all databases.

Presently, vacuumdb's --table, --schema, and --exclude-schema
options cannot be used together with --all, i.e., you cannot
specify tables or schemas to process in all databases.  This commit
removes this unnecessary restriction, thus enabling potentially
useful commands like "vacuumdb --all --schema pg_catalog".

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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/648928c79bed975a89fa2e4ef8bc0bade8e0e0d8

Modified Files
--------------
doc/src/sgml/ref/vacuumdb.sgml    | 60 +++++++++++++++++++++++----------------
src/bin/scripts/t/100_vacuumdb.pl | 24 ++++++++--------
src/bin/scripts/vacuumdb.c        | 19 ++++---------
3 files changed, 52 insertions(+), 51 deletions(-)


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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Set all_visible_according_to_vm correctly with DISABLE_PAGE_SKIP
Следующее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Add missing connection statuses to docs