doc: Put new options in right order on reference pages
This commit is contained in:
parent
e0da6ec618
commit
9a218c02b8
@ -395,18 +395,6 @@ pgbench <optional> <replaceable>options</> </optional> <replaceable>dbname</>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><option>-r</option></term>
|
||||
<term><option>--report-latencies</option></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Report the average per-statement latency (execution time from the
|
||||
perspective of the client) of each command after the benchmark
|
||||
finishes. See below for details.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><option>-P</option> <replaceable>sec</></term>
|
||||
<term><option>--progress=</option><replaceable>sec</></term>
|
||||
@ -421,6 +409,18 @@ pgbench <optional> <replaceable>options</> </optional> <replaceable>dbname</>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><option>-r</option></term>
|
||||
<term><option>--report-latencies</option></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Report the average per-statement latency (execution time from the
|
||||
perspective of the client) of each command after the benchmark
|
||||
finishes. See below for details.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><option>-R</option> <replaceable>rate</></term>
|
||||
<term><option>--rate=</option><replaceable>rate</></term>
|
||||
|
@ -650,17 +650,6 @@ PostgreSQL documentation
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><option>--if-exists</option></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Use conditional commands (i.e. add an <literal>IF EXISTS</literal>
|
||||
clause) when cleaning database objects. This option is not valid
|
||||
unless <option>--clean</> is also specified.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><option>--disable-dollar-quoting</></term>
|
||||
<listitem>
|
||||
@ -716,6 +705,17 @@ PostgreSQL documentation
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><option>--if-exists</option></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Use conditional commands (i.e. add an <literal>IF EXISTS</literal>
|
||||
clause) when cleaning database objects. This option is not valid
|
||||
unless <option>--clean</> is also specified.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><option>--inserts</option></term>
|
||||
<listitem>
|
||||
|
Loading…
x
Reference in New Issue
Block a user