From a2b354afb603ad9b1e527ed6e2f7180271f97fa2 Mon Sep 17 00:00:00 2001 From: Alvaro Herrera Date: Tue, 14 Jun 2011 13:48:23 -0400 Subject: [PATCH] Fix grammatical mistake introduced by previous commit Per note from Tom --- doc/src/sgml/ddl.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/ddl.sgml b/doc/src/sgml/ddl.sgml index caa986f18d..038f92e1d5 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. -- 2.40.0