From 47b974f8ecbd44c26c4d9d8e1a8354e28f43549d Mon Sep 17 00:00:00 2001 From: Nathan Bossart Date: Tue, 29 Apr 2025 16:14:35 -0500 Subject: [PATCH v1 1/1] Alphabetize long options in pg_dump[all] docs. --- doc/src/sgml/ref/pg_dump.sgml | 83 ++++++++++++++++---------------- doc/src/sgml/ref/pg_dumpall.sgml | 74 ++++++++++++++-------------- 2 files changed, 78 insertions(+), 79 deletions(-) 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. + + + + -- 2.39.5 (Apple Git-154)