pgsql: doc: Group options in pg_amcheck reference page - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: doc: Group options in pg_amcheck reference page
Date
Msg-id E1lofY1-0004ql-Bw@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: David Rowley
Date:
Subject: pgsql: Standardize usages of appendStringInfo and appendPQExpBuffer
Next
From: Michael Paquier
Date:
Subject: pgsql: Reduce risks of conflicts in internal queries of REFRESH MATVIEW