summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rowley2026-08-22 00:50:59 +0000
committerDavid Rowley2026-08-22 00:50:59 +0000
commitb1130886baa40463cdeefee655972adccac79ed2 (patch)
tree6cfce30a012ed9cdb8afdc70c1dc513685785942
parent13232e75354e0a1e3e9e23389cf3aea34f06a505 (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 6e9b58c93d8..71b84463577 100644
--- a/doc/src/sgml/maintenance.sgml
+++ b/doc/src/sgml/maintenance.sgml
@@ -703,7 +703,7 @@ HINT: Stop the postmaster and vacuum that database in single-user mode.
</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