diff options
author | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2011-06-14 13:48:23 -0400 |
---|---|---|
committer | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2011-06-14 14:07:24 -0400 |
commit | 8cfd59dd65fe992fda0358a4bdca9e610c624a3c (patch) | |
tree | 270caeb2817bf66e3a65ede3981654f87136ab83 /doc/src | |
parent | fc7e99872cb3595638fc00ab96cf433bfa77fb14 (diff) | |
download | postgresql-8cfd59dd65fe992fda0358a4bdca9e610c624a3c.tar.gz postgresql-8cfd59dd65fe992fda0358a4bdca9e610c624a3c.zip |
Fix grammatical mistake introduced by previous commit
Per note from Tom
Diffstat (limited to 'doc/src')
-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> |