From: | Michael Paquier <michael(at)paquier(dot)xyz> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: Ignore publication tables when --no-publications is used |
Date: | 2018-09-25 02:07:39 |
Message-ID: | E1g4clH-0000zG-Sa@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Thomas Munro | 2018-09-25 02:59:50 | pgsql: Constify dsa_size_class_map and use a better type. |
Previous Message | Michael Paquier | 2018-09-25 00:57:46 | pgsql: Revoke pg_stat_statements_reset() permissions |