Skip to content

Commit a2b354a

Browse files
committed
Fix grammatical mistake introduced by previous commit
Per note from Tom
1 parent 247fd81 commit a2b354a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/ddl.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2322,7 +2322,7 @@ VALUES ('New York', NULL, NULL, 'NY');
23222322
partitions, if that requirement is planned into the partitioning design.
23232323
<command>ALTER TABLE NO INHERIT</> and <command>DROP TABLE</> are
23242324
both far faster than a bulk operation.
2325-
It also entirely avoids the <command>VACUUM</command>
2325+
These commands also entirely avoid the <command>VACUUM</command>
23262326
overhead caused by a bulk <command>DELETE</>.
23272327
</para>
23282328
</listitem>

0 commit comments

Comments
 (0)