aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2014-07-15 14:34:33 -0400
committerPeter Eisentraut <peter_e@gmx.net>2014-07-15 15:08:16 -0400
commit9a218c02b8f10bc5aa3a9227b0a30ad0b6bdf6a6 (patch)
treea04286567bc29863c493ef462cbce3b2d6583352
parente0da6ec618a3890d7d5d8b8342645e6683848d67 (diff)
downloadpostgresql-9a218c02b8f10bc5aa3a9227b0a30ad0b6bdf6a6.tar.gz
postgresql-9a218c02b8f10bc5aa3a9227b0a30ad0b6bdf6a6.zip
doc: Put new options in right order on reference pages
-rw-r--r--doc/src/sgml/pgbench.sgml24
-rw-r--r--doc/src/sgml/ref/pg_dump.sgml22
2 files changed, 23 insertions, 23 deletions
diff --git a/doc/src/sgml/pgbench.sgml b/doc/src/sgml/pgbench.sgml
index 4367563a379..f264c245ec0 100644
--- a/doc/src/sgml/pgbench.sgml
+++ b/doc/src/sgml/pgbench.sgml
@@ -396,18 +396,6 @@ pgbench <optional> <replaceable>options</> </optional> <replaceable>dbname</>
</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>
<listitem>
@@ -422,6 +410,18 @@ pgbench <optional> <replaceable>options</> </optional> <replaceable>dbname</>
</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>
<listitem>
diff --git a/doc/src/sgml/ref/pg_dump.sgml b/doc/src/sgml/ref/pg_dump.sgml
index 1f0d4ded32e..eabdc62f820 100644
--- a/doc/src/sgml/ref/pg_dump.sgml
+++ b/doc/src/sgml/ref/pg_dump.sgml
@@ -651,17 +651,6 @@ PostgreSQL documentation
</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>
<para>
@@ -717,6 +706,17 @@ PostgreSQL documentation
</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>
<para>