From: Alvaro Herrera Date: Tue, 14 Jun 2011 17:48:23 +0000 (-0400) Subject: Fix grammatical mistake introduced by previous commit X-Git-Tag: REL9_2_BETA1~1569 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8cfd59dd65fe992fda0358a4bdca9e610c624a3c;p=thirdparty%2Fpostgresql.git Fix grammatical mistake introduced by previous commit Per note from Tom --- diff --git a/doc/src/sgml/ddl.sgml b/doc/src/sgml/ddl.sgml index c250faec4ee..ca6b8637934 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.