projects
/
postgresql
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
247fd81
)
Fix grammatical mistake introduced by previous commit
author
Alvaro Herrera
<alvherre@alvh.no-ip.org>
Tue, 14 Jun 2011 17:48:23 +0000
(13:48 -0400)
committer
Alvaro Herrera
<alvherre@alvh.no-ip.org>
Tue, 14 Jun 2011 18:07:17 +0000
(14:07 -0400)
Per note from Tom
doc/src/sgml/ddl.sgml
patch
|
blob
|
history
diff --git
a/doc/src/sgml/ddl.sgml
b/doc/src/sgml/ddl.sgml
index caa986f18d73eb6c468a7ca21a6f3905b1e9d4f7..038f92e1d525bb4e67afee8e49f390133619636d 100644
(file)
--- 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>