pgsql: doc: Fix order of options on pg_createsubscriber man page

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Fix order of options on pg_createsubscriber man page
Date: 2024-04-24 07:24:58
Message-ID: E1rzWzx-003cm9-IE@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: Fix order of options on pg_createsubscriber man page

Some options were listed in an order that was inconsistent with the
--help output and everything else.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/286eea5d3ae33a8c22d46a051f8ac6069c8b779d

Modified Files
--------------
doc/src/sgml/ref/pg_createsubscriber.sgml | 38 +++++++++++++++----------------
1 file changed, 19 insertions(+), 19 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2024-04-24 08:07:00 pgsql: pg_dump: Put new options in consistent order in --help and man p
Previous Message Peter Eisentraut 2024-04-24 07:11:21 pgsql: pg_walsummary: Document --version option