1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-18 17:42:25 +03:00

Fix grammatical mistake introduced by previous commit

Per note from Tom
This commit is contained in:
Alvaro Herrera
2011-06-14 13:48:23 -04:00
parent 247fd8105a
commit a2b354afb6

View File

@ -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>