diff options
author | Fujii Masao <fujii@postgresql.org> | 2014-08-12 18:01:01 +0900 |
---|---|---|
committer | Fujii Masao <fujii@postgresql.org> | 2014-08-12 18:01:01 +0900 |
commit | d6ded369a7793c926661f492c153a6dd05afc5bc (patch) | |
tree | e62c2d0c83f9f0e3dd973adb992b8336d66c8200 /doc/src | |
parent | 41d5f8ad734f28ca425636d5ac4c8ea9c29002a5 (diff) | |
download | postgresql-d6ded369a7793c926661f492c153a6dd05afc5bc.tar.gz postgresql-d6ded369a7793c926661f492c153a6dd05afc5bc.zip |
Fix typo in \setrandom document.
Fabien COELHO
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/pgbench.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/pgbench.sgml b/doc/src/sgml/pgbench.sgml index b7d88f30005..155168662b2 100644 --- a/doc/src/sgml/pgbench.sgml +++ b/doc/src/sgml/pgbench.sgml @@ -748,7 +748,7 @@ pgbench <optional> <replaceable>options</> </optional> <replaceable>dbname</> <varlistentry> <term> - <literal>\setrandom <replaceable>varname</> <replaceable>min</> <replaceable>max</> [ uniform | [ { gaussian | exponential } <replaceable>threshold</> ] ]</literal> + <literal>\setrandom <replaceable>varname</> <replaceable>min</> <replaceable>max</> [ uniform | { gaussian | exponential } <replaceable>threshold</> ]</literal> </term> <listitem> |