aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorRobert Haas <rhaas@postgresql.org>2019-04-05 15:25:09 -0400
committerRobert Haas <rhaas@postgresql.org>2019-04-05 15:25:09 -0400
commit6665305e17edff3e2c43d71396ea5b6a69e7b6f3 (patch)
tree946216cd14ac31d9ca3a8a8ba6cb9e318c57e3c4 /doc/src
parent478cacb50e4851760db9b8e75b2256085b571965 (diff)
downloadpostgresql-6665305e17edff3e2c43d71396ea5b6a69e7b6f3.tar.gz
postgresql-6665305e17edff3e2c43d71396ea5b6a69e7b6f3.zip
Fix missing word.
Nathan Bossart Discussion: http://postgr.es/m/2C63765B-AD31-4F6C-8DA7-C8544634C714@amazon.com
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/ref/vacuum.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/vacuum.sgml b/doc/src/sgml/ref/vacuum.sgml
index fdd81512209..c652f8b0bcd 100644
--- a/doc/src/sgml/ref/vacuum.sgml
+++ b/doc/src/sgml/ref/vacuum.sgml
@@ -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>