diff --git a/doc/src/sgml/release-11.sgml b/doc/src/sgml/release-11.sgml
index 373b8de09ac..e9ce1ee9253 100644
--- a/doc/src/sgml/release-11.sgml
+++ b/doc/src/sgml/release-11.sgml
@@ -1053,29 +1053,6 @@ Branch: REL9_4_STABLE [12c42a543] 2019-04-11 21:06:21 +0200
-
- 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.)
-
-
-
-
-