From 4e6425f88e44da597e21ea01e0e6b9daac10b9c3 Mon Sep 17 00:00:00 2001 From: Jochen Bandhauer 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. Execute VACUUM in the target database. A database-wide - VACUUM is simplest; to reduce the time required, it as also possible + VACUUM is simplest; to reduce the time required, it is also possible to issue manual VACUUM commands on the tables where relminxid is oldest. Do not use VACUUM FULL in this scenario, because it requires an XID and will therefore fail, except in super-user -- 2.52.0