File tree Expand file tree Collapse file tree 2 files changed +23
-23
lines changed Expand file tree Collapse file tree 2 files changed +23
-23
lines changed Original file line number Diff line number Diff line change @@ -395,18 +395,6 @@ pgbench <optional> <replaceable>options</> </optional> <replaceable>dbname</>
395395 </listitem>
396396 </varlistentry>
397397
398- <varlistentry>
399- <term><option>-r</option></term>
400- <term><option>--report-latencies</option></term>
401- <listitem>
402- <para>
403- Report the average per-statement latency (execution time from the
404- perspective of the client) of each command after the benchmark
405- finishes. See below for details.
406- </para>
407- </listitem>
408- </varlistentry>
409-
410398 <varlistentry>
411399 <term><option>-P</option> <replaceable>sec</></term>
412400 <term><option>--progress=</option><replaceable>sec</></term>
@@ -421,6 +409,18 @@ pgbench <optional> <replaceable>options</> </optional> <replaceable>dbname</>
421409 </listitem>
422410 </varlistentry>
423411
412+ <varlistentry>
413+ <term><option>-r</option></term>
414+ <term><option>--report-latencies</option></term>
415+ <listitem>
416+ <para>
417+ Report the average per-statement latency (execution time from the
418+ perspective of the client) of each command after the benchmark
419+ finishes. See below for details.
420+ </para>
421+ </listitem>
422+ </varlistentry>
423+
424424 <varlistentry>
425425 <term><option>-R</option> <replaceable>rate</></term>
426426 <term><option>--rate=</option><replaceable>rate</></term>
Original file line number Diff line number Diff line change @@ -650,17 +650,6 @@ PostgreSQL documentation
650650 </listitem>
651651 </varlistentry>
652652
653- <varlistentry>
654- <term><option>--if-exists</option></term>
655- <listitem>
656- <para>
657- Use conditional commands (i.e. add an <literal>IF EXISTS</literal>
658- clause) when cleaning database objects. This option is not valid
659- unless <option>--clean</> is also specified.
660- </para>
661- </listitem>
662- </varlistentry>
663-
664653 <varlistentry>
665654 <term><option>--disable-dollar-quoting</></term>
666655 <listitem>
@@ -716,6 +705,17 @@ PostgreSQL documentation
716705 </listitem>
717706 </varlistentry>
718707
708+ <varlistentry>
709+ <term><option>--if-exists</option></term>
710+ <listitem>
711+ <para>
712+ Use conditional commands (i.e. add an <literal>IF EXISTS</literal>
713+ clause) when cleaning database objects. This option is not valid
714+ unless <option>--clean</> is also specified.
715+ </para>
716+ </listitem>
717+ </varlistentry>
718+
719719 <varlistentry>
720720 <term><option>--inserts</option></term>
721721 <listitem>
You can’t perform that action at this time.
0 commit comments