diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2014-07-15 14:34:33 -0400 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2014-07-15 15:08:16 -0400 |
commit | 9a218c02b8f10bc5aa3a9227b0a30ad0b6bdf6a6 (patch) | |
tree | a04286567bc29863c493ef462cbce3b2d6583352 | |
parent | e0da6ec618a3890d7d5d8b8342645e6683848d67 (diff) | |
download | postgresql-9a218c02b8f10bc5aa3a9227b0a30ad0b6bdf6a6.tar.gz postgresql-9a218c02b8f10bc5aa3a9227b0a30ad0b6bdf6a6.zip |
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> |