Commit 8cfd59dd authored by Alvaro Herrera's avatar Alvaro Herrera

Fix grammatical mistake introduced by previous commit

Per note from Tom
parent fc7e9987
...@@ -2334,7 +2334,7 @@ VALUES ('New York', NULL, NULL, 'NY'); ...@@ -2334,7 +2334,7 @@ VALUES ('New York', NULL, NULL, 'NY');
partitions, if that requirement is planned into the partitioning design. partitions, if that requirement is planned into the partitioning design.
<command>ALTER TABLE NO INHERIT</> and <command>DROP TABLE</> are <command>ALTER TABLE NO INHERIT</> and <command>DROP TABLE</> are
both far faster than a bulk operation. 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</>. overhead caused by a bulk <command>DELETE</>.
</para> </para>
</listitem> </listitem>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment