diff --git a/doc/src/sgml/ddl.sgml b/doc/src/sgml/ddl.sgml index caa986f18d7..038f92e1d52 100644 --- a/doc/src/sgml/ddl.sgml +++ b/doc/src/sgml/ddl.sgml @@ -2322,7 +2322,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.