From 8cfd59dd65fe992fda0358a4bdca9e610c624a3c Mon Sep 17 00:00:00 2001
From: Alvaro Herrera <alvherre@alvh.no-ip.org>
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 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.
       <command>ALTER TABLE NO INHERIT</> and <command>DROP TABLE</> are
       both far faster than a bulk operation.
-      It also entirely avoids the <command>VACUUM</command>
+      These commands also entirely avoid the <command>VACUUM</command>
       overhead caused by a bulk <command>DELETE</>.
      </para>
     </listitem>
-- 
GitLab