doc: Improve order of options on pgbench reference page

Peter Eisentraut <peter@eisentraut.org>

Commit: 09fe9659fd5ea73fb721e270664943cab727354b
Author: Peter Eisentraut <peter@eisentraut.org>
Date: 2024-05-07T09:25:55Z
Releases: 17.0
doc: Improve order of options on pgbench reference page

Both the pgbench --help output and the reference page have sections
for initialization options, benchmarking options, and common options.
But the --debug option ended up in the wrong place on the reference
page.  Fix that by making the documentation match the --help output.

Files

PathChange+/−
doc/src/sgml/ref/pgbench.sgml modified +9 −10

Documentation touched