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:17 -0400 |
| commit | a2b354afb603ad9b1e527ed6e2f7180271f97fa2 (patch) | |
| tree | 12b16bc87fb976a474a9ef67414e6f9a8df9695d | |
| parent | 247fd8105aa6bcb3201dbc19e206fcb27b940040 (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 caa986f18d7..038f92e1d52 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. <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> |
