From: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql: pg_dump: Only dump publications when dumping everything |
Date: | 2017-03-22 03:44:59 |
Message-ID: | E1cqXCl-00008c-Rb@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
pg_dump: Only dump publications when dumping everything
Don't dump publications with pg_dump -t or similar cases that select
specific groups of objects.
Author: Petr Jelinek <petr(dot)jelinek(at)2ndquadrant(dot)com>
Branch
------
master
Details
-------
http://git.postgresql.org/pg/commitdiff/05227e0c345247c9e9ff91445850f414e2b0bb70
Modified Files
--------------
src/bin/pg_dump/pg_dump.c | 29 ++++++++++++++++++++----
src/bin/pg_dump/t/002_pg_dump.pl | 48 +++++++++++++++++++---------------------
2 files changed, 48 insertions(+), 29 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Eisentraut | 2017-03-22 03:45:52 | Re: PUBLICATIONS and pg_dump |
Previous Message | Peter Eisentraut | 2017-03-22 02:12:01 | pgsql: doc: Update tool sets documentation for modern FreeBSD |