summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rowley2026-08-22 00:50:08 +0000
committerDavid Rowley2026-08-22 00:50:08 +0000
commit762bc1bb8ac93232e2c1dfdf1074e0602735cb17 (patch)
treec093725e8f93b4c8ceb1ba00398add490a56844c
parent1c5a57b87626b99aa3ca1163dd7d0418df0c197b (diff)
Doc: fix typo
Author: Jochen Bandhauer <jb@jbitc.de> Discussion: https://postgr.es/m/69ecfa04-9177-42fd-8d5d-9f375669fc5b@jbitc.de Backpatch-through: 14
-rw-r--r--doc/src/sgml/maintenance.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/maintenance.sgml b/doc/src/sgml/maintenance.sgml
index 944ebc80dea..0cd4cf3c67a 100644
--- a/doc/src/sgml/maintenance.sgml
+++ b/doc/src/sgml/maintenance.sgml
@@ -705,7 +705,7 @@ HINT: Execute a database-wide VACUUM in that database.
</listitem>
<listitem>
<simpara>Execute <command>VACUUM</command> in the target database. A database-wide
- <literal>VACUUM</literal> is simplest; to reduce the time required, it as also possible
+ <literal>VACUUM</literal> is simplest; to reduce the time required, it is also possible
to issue manual <command>VACUUM</command> commands on the tables where
<structfield>relminxid</structfield> is oldest. Do not use <literal>VACUUM FULL</literal>
in this scenario, because it requires an XID and will therefore fail, except in super-user