diff options
author | Peter Eisentraut | 2014-07-15 18:34:33 +0000 |
---|---|---|
committer | Peter Eisentraut | 2014-07-15 19:08:23 +0000 |
commit | 3b70e973cf8363c84b2ef2958aea38f523765f44 (patch) | |
tree | 6d7de3c523a5d48e5abdffeb858d534d670fd272 | |
parent | e763ec989cb8b75ab010cc809cf9f5d6c2418da0 (diff) |
doc: Put new options in right order on reference pages
-rw-r--r-- | doc/src/sgml/pgbench.sgml | 24 | ||||
-rw-r--r-- | doc/src/sgml/ref/pg_dump.sgml | 22 |
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> |