pgsql: doc: Improve order of options on initdb 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 initdb reference page
Date: 2024-05-06 08:05:03
Message-ID: E1s3tLK-001nVH-PP@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: Improve order of options on initdb reference page

Both the initdb --help output and the reference page have a section
for options and a section for less commonly used options. But some
recently added options were sprinkled around inconsistently. Fix that
by making the documentation match the --help output.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/bde2eec1b54800ff11f8d638e88d887985c0ad22

Modified Files
--------------
doc/src/sgml/ref/initdb.sgml | 128 +++++++++++++++++++++----------------------
1 file changed, 64 insertions(+), 64 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2024-05-06 10:18:01 pgsql: Translation updates
Previous Message Michael Paquier 2024-05-06 00:47:56 pgsql: injection_points: Fix incorrect spinlock acquisition