diff --git a/doc/src/sgml/ref/vacuumdb.sgml b/doc/src/sgml/ref/vacuumdb.sgml
index 35600ec7490..da2393783b7 100644
--- a/doc/src/sgml/ref/vacuumdb.sgml
+++ b/doc/src/sgml/ref/vacuumdb.sgml
@@ -131,12 +131,6 @@ PostgreSQL documentation
This size is used to calculate the number of shared buffers which will
be reused as part of this strategy. See .
-
-
- This option is only available for servers running
- PostgreSQL 16 and later.
-
-
@@ -164,12 +158,6 @@ PostgreSQL documentation
Disable skipping pages based on the contents of the visibility map.
-
-
- This option is only available for servers running
- PostgreSQL 9.6 and later.
-
-
@@ -210,12 +198,6 @@ PostgreSQL documentation
Always remove index entries pointing to dead tuples.
-
-
- This option is only available for servers running
- PostgreSQL 12 and later.
-
-
@@ -261,12 +243,6 @@ PostgreSQL documentation
TOAST table for the relation if necessary, it does
not need to be considered separately.
-
-
- This option is only available for servers running
- PostgreSQL 9.6 and later.
-
-
@@ -288,12 +264,6 @@ PostgreSQL documentation
TOAST table for the relation if necessary, it does
not need to be considered separately.
-
-
- This option is only available for servers running
- PostgreSQL 9.6 and later.
-
-
@@ -327,12 +297,6 @@ PostgreSQL documentation
Do not remove index entries pointing to dead tuples.
-
-
- This option is only available for servers running
- PostgreSQL 12 and later.
-
-
@@ -342,12 +306,6 @@ PostgreSQL documentation
Skip the main relation.
-
-
- This option is only available for servers running
- PostgreSQL 16 and later.
-
-
@@ -357,12 +315,6 @@ PostgreSQL documentation
Skip the TOAST table associated with the table to vacuum, if any.
-
-
- This option is only available for servers running
- PostgreSQL 14 and later.
-
-
@@ -372,12 +324,6 @@ PostgreSQL documentation
Do not truncate empty pages at the end of the table.
-
-
- This option is only available for servers running
- PostgreSQL 12 and later.
-
-
@@ -390,12 +336,6 @@ PostgreSQL documentation
This allows the vacuum to leverage multiple CPUs to process indexes.
See .
-
-
- This option is only available for servers running
- PostgreSQL 13 and later.
-
-
@@ -415,12 +355,6 @@ PostgreSQL documentation
Skip relations that cannot be immediately locked for processing.
-
-
- This option is only available for servers running
- PostgreSQL 12 and later.
-
-