Fix missing word.

Nathan Bossart

Discussion: http://postgr.es/m/2C63765B-AD31-4F6C-8DA7-C8544634C714@amazon.com
This commit is contained in:
Robert Haas 2019-04-05 15:25:09 -04:00
parent 478cacb50e
commit 6665305e17

View File

@ -199,7 +199,7 @@ VACUUM [ FULL ] [ FREEZE ] [ VERBOSE ] [ ANALYZE ] [ <replaceable class="paramet
and the table itself will accumulate dead line pointers that cannot be and the table itself will accumulate dead line pointers that cannot be
removed until index cleanup is completed. This option has no effect removed until index cleanup is completed. This option has no effect
for tables that do not have an index and is ignored if the for tables that do not have an index and is ignored if the
<literal>FULL</literal> is used. <literal>FULL</literal> option is used.
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>