File tree 2 files changed +23
-23
lines changed
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</>
395
395
</listitem>
396
396
</varlistentry>
397
397
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
-
410
398
<varlistentry>
411
399
<term><option>-P</option> <replaceable>sec</></term>
412
400
<term><option>--progress=</option><replaceable>sec</></term>
@@ -421,6 +409,18 @@ pgbench <optional> <replaceable>options</> </optional> <replaceable>dbname</>
421
409
</listitem>
422
410
</varlistentry>
423
411
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
+
424
424
<varlistentry>
425
425
<term><option>-R</option> <replaceable>rate</></term>
426
426
<term><option>--rate=</option><replaceable>rate</></term>
Original file line number Diff line number Diff line change @@ -650,17 +650,6 @@ PostgreSQL documentation
650
650
</listitem>
651
651
</varlistentry>
652
652
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
-
664
653
<varlistentry>
665
654
<term><option>--disable-dollar-quoting</></term>
666
655
<listitem>
@@ -716,6 +705,17 @@ PostgreSQL documentation
716
705
</listitem>
717
706
</varlistentry>
718
707
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
+
719
719
<varlistentry>
720
720
<term><option>--inserts</option></term>
721
721
<listitem>
You can’t perform that action at this time.
0 commit comments