pgsql: doc: Improve order of options on pgbench reference page

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Improve order of options on pgbench reference page
Date: 2024-05-07 09:31:57
Message-ID: E1s4HAy-001y7k-DP@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2024-05-07 17:35:29 pgsql: Prevent RLS filters on ctid from breaking WHERE CURRENT OF <curs
Previous Message Bruce Momjian 2024-05-07 01:16:29 pgsql: postgresql.conf: align variable comments, mostly new ones