Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 8c438fc

Browse files
committed
doc: Add random_zipfian to list of random functions with argument.
Author: Ildar Musin Reviewed-By: Fabian Coelho Discussion: https://postgr.es/m/6376ed81-3ce8-14f4-4758-099872f4ce7d@postgrespro.ru
1 parent 337be37 commit 8c438fc

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

doc/src/sgml/ref/pgbench.sgml

+4-3
Original file line numberDiff line numberDiff line change
@@ -1332,9 +1332,10 @@ pgbench <optional> <replaceable>options</replaceable> </optional> <replaceable>d
13321332
<para>
13331333
The <literal>random</literal> function generates values using a uniform
13341334
distribution, that is all the values are drawn within the specified
1335-
range with equal probability. The <literal>random_exponential</literal> and
1336-
<literal>random_gaussian</literal> functions require an additional double
1337-
parameter which determines the precise shape of the distribution.
1335+
range with equal probability. The <literal>random_exponential</literal>,
1336+
<literal>random_gaussian</literal> and <literal>random_zipfian</literal>
1337+
functions require an additional double parameter which determines the precise
1338+
shape of the distribution.
13381339
</para>
13391340

13401341
<itemizedlist>

0 commit comments

Comments
 (0)