pgsql: doc: Improve order of options on pg_upgrade reference page

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Improve order of options on pg_upgrade reference page
Date: 2024-05-08 08:23:28
Message-ID: E1s4caF-0027jw-MR@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: Improve order of options on pg_upgrade reference page

Put the new long-only options in a location that is consistent with
the existing long-only options and also the --help output.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/84f08f2215754cd03feaa82bbdf10fc114458b26

Modified Files
--------------
doc/src/sgml/ref/pgupgrade.sgml | 46 ++++++++++++++++++++---------------------
1 file changed, 23 insertions(+), 23 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2024-05-08 13:40:50 pgsql: Add test for REPLICA IDENTITY with a temporal key
Previous Message Etsuro Fujita 2024-05-08 07:42:43 pgsql: Fix typo in src/backend/utils/resowner/README.