diff --git a/doc/src/sgml/ref/pg_dump.sgml b/doc/src/sgml/ref/pg_dump.sgml
index b757d27ebd0..c10bca63e55 100644
--- a/doc/src/sgml/ref/pg_dump.sgml
+++ b/doc/src/sgml/ref/pg_dump.sgml
@@ -655,17 +655,6 @@ PostgreSQL documentation
-
-
-
-
- Dump only the statistics, not the schema (data definitions) or data.
- Statistics for tables, materialized views, and indexes are dumped.
-
-
-
-
-
[:detail]
@@ -1124,19 +1113,19 @@ PostgreSQL documentation
-
+
- Do not dump security labels.
+ Do not dump schema (data definitions).
-
+
- Do not dump schema (data definitions).
+ Do not dump security labels.
@@ -1232,33 +1221,6 @@ PostgreSQL documentation
-
-
-
-
- Dump data. This is the default.
-
-
-
-
-
-
-
-
- Dump schema (data definitions). This is the default.
-
-
-
-
-
-
-
-
- Dump statistics. This is the default.
-
-
-
-
@@ -1392,6 +1354,16 @@ PostgreSQL documentation
+
+
+
+
+ Dump only the statistics, not the schema (data definitions) or data.
+ Statistics for tables, materialized views, and indexes are dumped.
+
+
+
+
@@ -1467,6 +1439,33 @@ PostgreSQL documentation
+
+
+
+
+ Dump data. This is the default.
+
+
+
+
+
+
+
+
+ Dump schema (data definitions). This is the default.
+
+
+
+
+
+
+
+
+ Dump statistics. This is the default.
+
+
+
+
diff --git a/doc/src/sgml/ref/pg_dumpall.sgml b/doc/src/sgml/ref/pg_dumpall.sgml
index 43fdab2d77e..de6a4e28f0c 100644
--- a/doc/src/sgml/ref/pg_dumpall.sgml
+++ b/doc/src/sgml/ref/pg_dumpall.sgml
@@ -345,16 +345,6 @@ exclude database PATTERN
-
-
-
-
- Dump only the statistics, not the schema (data definitions) or data.
- Statistics for tables, materialized views, and indexes are dumped.
-
-
-
-
@@ -640,33 +630,6 @@ exclude database PATTERN
-
-
-
-
- Dump data. This is the default.
-
-
-
-
-
-
-
-
- Dump schema (data definitions). This is the default.
-
-
-
-
-
-
-
-
- Dump statistics. This is the default.
-
-
-
-
@@ -722,6 +685,16 @@ exclude database PATTERN
+
+
+
+
+ Dump only the statistics, not the schema (data definitions) or data.
+ Statistics for tables, materialized views, and indexes are dumped.
+
+
+
+
@@ -735,6 +708,33 @@ exclude database PATTERN
+
+
+
+
+ Dump data. This is the default.
+
+
+
+
+
+
+
+
+ Dump schema (data definitions). This is the default.
+
+
+
+
+
+
+
+
+ Dump statistics. This is the default.
+
+
+
+