diff --git a/doc/src/sgml/ddl.sgml b/doc/src/sgml/ddl.sgml index c250faec4e..ca6b863793 100644 --- a/doc/src/sgml/ddl.sgml +++ b/doc/src/sgml/ddl.sgml @@ -2334,7 +2334,7 @@ VALUES ('New York', NULL, NULL, 'NY'); partitions, if that requirement is planned into the partitioning design. ALTER TABLE NO INHERIT and DROP TABLE are both far faster than a bulk operation. - It also entirely avoids the VACUUM + These commands also entirely avoid the VACUUM overhead caused by a bulk DELETE.