doc: Group options in pg_amcheck reference page

Peter Eisentraut <peter@eisentraut.org>

Commit: cb3cffe694b6041c1de47b12b225e05f664c7285
Author: Peter Eisentraut <peter@eisentraut.org>
Date: 2021-06-03T04:55:04Z
Releases: 14.0
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.

Files

PathChange+/−
doc/src/sgml/ref/pg_amcheck.sgml modified +237 −214
src/bin/pg_amcheck/pg_amcheck.c modified +2 −2

Documentation touched