pgsql: doc: Group options in pg_amcheck reference page

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Group options in pg_amcheck reference page
Date: 2021-06-03 05:05:37
Message-ID: E1lofY1-0004ql-Bw@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: Group options in pg_amcheck reference page

The previous arrangement was just one big list, and the internal order
was not all consistent either. Now arrange the options by group and
sort them, the way it's already done in the --help output and one
other reference pages. Also fix some ordering in the --help output.

Branch
------
master

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

Modified Files
--------------
doc/src/sgml/ref/pg_amcheck.sgml | 451 ++++++++++++++++++++-------------------
src/bin/pg_amcheck/pg_amcheck.c | 4 +-
2 files changed, 239 insertions(+), 216 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2021-06-03 06:31:03 pgsql: Reduce risks of conflicts in internal queries of REFRESH MATVIEW
Previous Message David Rowley 2021-06-03 04:38:26 pgsql: Standardize usages of appendStringInfo and appendPQExpBuffer