mirror of
https://github.com/postgres/postgres.git
synced 2026-06-11 01:30:11 -04:00
docs: Add missing period.
Fabien COELHO and Robert Haas
This commit is contained in:
parent
b34e37bfef
commit
751b704105
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue