diff options
author | Alvaro Herrera | 2011-06-14 17:48:23 +0000 |
---|---|---|
committer | Alvaro Herrera | 2011-06-14 17:48:23 +0000 |
commit | 808aa18b3cc87d81fb5640db0635a8d3db2bad52 (patch) | |
tree | 9eb29bddaa0eb206a4b8d5b674487076ff95f5ad | |
parent | d60ce59963cab7fa142464c90a3e9d2ab5496640 (diff) |
Fix grammatical mistake introduced by previous commit
Per note from Tom
-rw-r--r-- | doc/src/sgml/ddl.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
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> |