We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b34e37b commit 751b704Copy full SHA for 751b704
doc/src/sgml/pgbench.sgml
@@ -781,8 +781,7 @@ pgbench <optional> <replaceable>options</> </optional> <replaceable>dbname</>
781
<literal>
782
(PHI(2.0 * threshold * (i - min - mu + 0.5) / (max - min + 1)) -
783
PHI(2.0 * threshold * (i - min - mu - 0.5) / (max - min + 1))) /
784
- (2.0 * PHI(threshold) - 1.0)
785
- </>
+ (2.0 * PHI(threshold) - 1.0)</>.
786
Intuitively, the larger the <replaceable>threshold</>, the more
787
frequently values close to the middle of the interval are drawn, and the
788
less frequently values close to the <replaceable>min</> and
0 commit comments