pgsql: Ignore publication tables when --no-publications is used

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: Ignore publication tables when --no-publications is used
Дата
Msg-id E1g4clH-0000zI-SS@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Ignore publication tables when --no-publications is used

96e1cb4 has added support for --no-publications in pg_dump, pg_dumpall
and pg_restore, but forgot the fact that publication tables also need to
be ignored when this option is used.

Author: Gilles Darold
Reviewed-by: Michael Paquier
Discussion: https://postgr.es/m/3f48e812-b0fa-388e-2043-9a176bdee27e@dalibo.com
Backpatch-through: 10, where publications have been added.

Branch
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/1f50394119642f1a0e4a207ca57c27a97bfbc8c9

Modified Files
--------------
src/bin/pg_dump/pg_backup_archiver.c | 9 +++++++--
src/bin/pg_dump/pg_dump.c            | 3 ++-
2 files changed, 9 insertions(+), 3 deletions(-)


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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: pgsql: Revoke pg_stat_statements_reset() permissions
Следующее
От: Thomas Munro
Дата:
Сообщение: pgsql: Constify dsa_size_class_map and use a better type.