]> granicus.if.org Git - postgresql/commitdiff
Fix missing word.
authorRobert Haas <rhaas@postgresql.org>
Fri, 5 Apr 2019 19:25:09 +0000 (15:25 -0400)
committerRobert Haas <rhaas@postgresql.org>
Fri, 5 Apr 2019 19:25:09 +0000 (15:25 -0400)
Nathan Bossart

Discussion: http://postgr.es/m/2C63765B-AD31-4F6C-8DA7-C8544634C714@amazon.com

doc/src/sgml/ref/vacuum.sgml

index fdd81512209f1f098eb13049dd03ee7afb736e04..c652f8b0bcd754866b5a2c0e1f2f3163fdb52d96 100644 (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
       removed until index cleanup is completed.  This option has no effect
       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>
     </listitem>
    </varlistentry>