diff options
author | Peter Eisentraut | 2022-06-08 13:35:44 +0000 |
---|---|---|
committer | Peter Eisentraut | 2022-06-08 13:35:44 +0000 |
commit | b46e8a83e978c7f7edfe70b3a47bca3e9806e101 (patch) | |
tree | f980211ca54eda6607877d215008df2d64bc0cf4 | |
parent | ca899d98b4aa50d80df9232c5c6ea9e4038cdf48 (diff) |
Put option listing back into alphabetical order
-rw-r--r-- | doc/src/sgml/ref/pgbench.sgml | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/doc/src/sgml/ref/pgbench.sgml b/doc/src/sgml/ref/pgbench.sgml index dbae4e2321..820e09dc3f 100644 --- a/doc/src/sgml/ref/pgbench.sgml +++ b/doc/src/sgml/ref/pgbench.sgml @@ -814,19 +814,6 @@ pgbench <optional> <replaceable>options</replaceable> </optional> <replaceable>d </varlistentry> <varlistentry> - <term><option>--verbose-errors</option></term> - <listitem> - <para> - Print messages about all errors and failures (errors without retrying) - including which limit for retries was exceeded and how far it was - exceeded for the serialization/deadlock failures. (Note that in this - case the output can be significantly increased.). - See <xref linkend="failures-and-retries"/> for more information. - </para> - </listitem> - </varlistentry> - - <varlistentry> <term><option>--progress-timestamp</option></term> <listitem> <para> @@ -904,6 +891,19 @@ pgbench <optional> <replaceable>options</replaceable> </optional> <replaceable>d </listitem> </varlistentry> + <varlistentry> + <term><option>--verbose-errors</option></term> + <listitem> + <para> + Print messages about all errors and failures (errors without retrying) + including which limit for retries was exceeded and how far it was + exceeded for the serialization/deadlock failures. (Note that in this + case the output can be significantly increased.). + See <xref linkend="failures-and-retries"/> for more information. + </para> + </listitem> + </varlistentry> + </variablelist> </para> |