diff --git a/doc/src/sgml/ddl.sgml b/doc/src/sgml/ddl.sgml
index 63bc946c3b6..498654876fd 100644
--- a/doc/src/sgml/ddl.sgml
+++ b/doc/src/sgml/ddl.sgml
@@ -4678,16 +4678,6 @@ EXPLAIN SELECT count(*) FROM measurement WHERE logdate >= DATE '2008-01-01';
Partition pruning can be disabled using the
setting.
-
-
-
- Execution-time partition pruning currently only occurs for the
- Append and MergeAppend node types.
- It is not yet implemented for the ModifyTable node
- type, but that is likely to be changed in a future release of
- PostgreSQL.
-
-