pgsql: Ignore publication tables when --no-publications is used - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Ignore publication tables when --no-publications is used
Date
Msg-id E1g4clH-0000zG-Sa@gemulon.postgresql.org
Whole thread Raw
List 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
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/08c9917e24683e36dca35201723e47cdc3fa62db

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 by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Revoke pg_stat_statements_reset() permissions
Next
From: Thomas Munro
Date:
Subject: pgsql: Constify dsa_size_class_map and use a better type.