diff options
author | Robert Haas <rhaas@postgresql.org> | 2014-08-14 15:19:43 -0400 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2014-08-14 15:19:43 -0400 |
commit | 751b7041050b7b19bf3001633740616089973ab3 (patch) | |
tree | 7d7be03983ef35a427415e37a3b74280198cb7af /doc/src | |
parent | b34e37bfefbed1bf9396dde18f308d8b96fd176c (diff) | |
download | postgresql-751b7041050b7b19bf3001633740616089973ab3.tar.gz postgresql-751b7041050b7b19bf3001633740616089973ab3.zip |
docs: Add missing period.
Fabien COELHO and Robert Haas
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/pgbench.sgml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/src/sgml/pgbench.sgml b/doc/src/sgml/pgbench.sgml index 155168662b2..23bfa9ed856 100644 --- a/doc/src/sgml/pgbench.sgml +++ b/doc/src/sgml/pgbench.sgml @@ -781,8 +781,7 @@ pgbench <optional> <replaceable>options</> </optional> <replaceable>dbname</> <literal> (PHI(2.0 * threshold * (i - min - mu + 0.5) / (max - min + 1)) - PHI(2.0 * threshold * (i - min - mu - 0.5) / (max - min + 1))) / - (2.0 * PHI(threshold) - 1.0) - </> + (2.0 * PHI(threshold) - 1.0)</>. Intuitively, the larger the <replaceable>threshold</>, the more frequently values close to the middle of the interval are drawn, and the less frequently values close to the <replaceable>min</> and |