pgsql: Revert "Make pg_dump emit ATTACH PARTITION instead of PARTITION

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Revert "Make pg_dump emit ATTACH PARTITION instead of PARTITION
Date: 2019-05-06 16:26:32
Message-ID: E1hNgRk-0002hA-Up@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Revert "Make pg_dump emit ATTACH PARTITION instead of PARTITION OF"

... and fallout (from branches 10, 11 and master). The change was
ill-considered, and it broke a few normal use cases; since we don't have
time to fix it, we'll try again after this week's minor releases.

Reported-by: Rushabh Lathia
Discussion: https://postgr.es/m/CAGPqQf0iQV=PPOv2Btog9J9AwOQp6HmuVd6SbGTR_v3Zp2XT1w@mail.gmail.com

Branch
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/92880ff8a667f755aa04b54e5cb2c4388c924052

Modified Files
--------------
doc/src/sgml/release-11.sgml | 23 --------
src/bin/pg_dump/pg_dump.c | 123 +++++++++++++++++++++++----------------
src/bin/pg_dump/t/002_pg_dump.pl | 12 +---
3 files changed, 75 insertions(+), 83 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2019-05-06 16:48:39 pgsql: Last-minute updates for release notes.
Previous Message Peter Eisentraut 2019-05-06 13:01:15 pgsql: Translation updates