Hello,
I have a very small patch to fix a typo in the vacuuming docu. The typo
can be found in versions from 14 to 19.
Jochen
--
Mit freundlichen Grüßen
Jochen Bandhauer
+49 (0)176 29390012
www.jbitc.de
From 4e6425f88e44da597e21ea01e0e6b9daac10b9c3 Mon Sep 17 00:00:00 2001
From: Jochen Bandhauer <[email protected]>
Date: Fri, 21 Aug 2026 09:20:37 +0200
Subject: [PATCH v1] Doc: Fix small typo (vacuuming)
---
doc/src/sgml/maintenance.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/src/sgml/maintenance.sgml b/doc/src/sgml/maintenance.sgml
index 33ab4edf87c..09fb8eb69ae 100644
--- a/doc/src/sgml/maintenance.sgml
+++ b/doc/src/sgml/maintenance.sgml
@@ -724,7 +724,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
--
2.52.0
BEGIN:VCARD
VERSION:4.0
N:Bandhauer;Jochen;;;
FN:Jochen Bandhauer
EMAIL;PREF=1;TYPE=work:[email protected]
URL:https://www.jbitc.de
TEL;TYPE=work;VALUE=TEXT:+4917629390012
TZ:Europe/Berlin
END:VCARD