From 40353bcc67cd4a2b70179faf4d90984196d4ffff Mon Sep 17 00:00:00 2001 From: Alvaro Herrera Date: Mon, 6 May 2019 12:23:49 -0400 Subject: 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 --- doc/src/sgml/release-10.sgml | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/release-10.sgml b/doc/src/sgml/release-10.sgml index 80df50ce08b..fc90f873d1a 100644 --- a/doc/src/sgml/release-10.sgml +++ b/doc/src/sgml/release-10.sgml @@ -441,23 +441,6 @@ - - - Make pg_dump recreate table partitions - using ATTACH PARTITION instead - of CREATE TABLE ... PARTITION OF (David Rowley) - - - - This avoids various corner-case problems, notably that dump and - restore might unexpectedly alter a partition's column ordering. - It also means that a selective restore of the partition can succeed - even if its parent partitioned table isn't restored. - (The ATTACH PARTITION will fail of course, but - the partition table itself can be created and populated.) - - - Avoid crash in contrib/postgres_fdw when a -- cgit v1.2.3