pgsql: doc: Improve order of options on pgbench reference page - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: doc: Improve order of options on pgbench reference page
Date
Msg-id E1s4HAy-001y7k-DP@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/09fe9659fd5ea73fb721e270664943cab727354b

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


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: postgresql.conf: align variable comments, mostly new ones
Next
From: Tom Lane
Date:
Subject: pgsql: Prevent RLS filters on ctid from breaking WHERE CURRENT OF