summaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/vacuum.sgml
diff options
context:
space:
mode:
authorPeter Eisentraut2021-04-22 20:47:57 +0000
committerPeter Eisentraut2021-04-22 20:47:57 +0000
commit197d33ccbe888fc84ae4e49bb241e88ea3c81f15 (patch)
tree149b9119adeaf7489d2f73678b993c60881fb1b7 /doc/src/sgml/ref/vacuum.sgml
parent43b55ec4bc3bc06596d966391f16defe016310ec (diff)
Fix some trailing whitespace in documentation files
Diffstat (limited to 'doc/src/sgml/ref/vacuum.sgml')
-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 6a0028a5142..5f67c9d18b7 100644
--- a/doc/src/sgml/ref/vacuum.sgml
+++ b/doc/src/sgml/ref/vacuum.sgml
@@ -398,7 +398,7 @@ VACUUM [ FULL ] [ FREEZE ] [ VERBOSE ] [ ANALYZE ] [ <replaceable class="paramet
<literal>FULL</literal> option will report its progress in the
<structname>pg_stat_progress_vacuum</structname> view. Backends running
<command>VACUUM FULL</command> will instead report their progress in the
- <structname>pg_stat_progress_cluster</structname> view. See
+ <structname>pg_stat_progress_cluster</structname> view. See
<xref linkend="vacuum-progress-reporting"/> and
<xref linkend="cluster-progress-reporting"/> for details.
</para>