]> granicus.if.org Git - postgresql/commit
pgbench: Remove \setrandom.
authorRobert Haas <rhaas@postgresql.org>
Tue, 29 Mar 2016 16:08:49 +0000 (12:08 -0400)
committerRobert Haas <rhaas@postgresql.org>
Tue, 29 Mar 2016 16:08:49 +0000 (12:08 -0400)
commitad9566470b1ba63167d1dc7ae2cb52d88a448f76
treeed63c9a7f0a8a214e7430409daf1cc90662bf0d1
parent7abc1571652a924ba4258bda0a26df2de03b790e
pgbench: Remove \setrandom.

You can now do the same thing via \set using the appropriate function,
either random(), random_gaussian(), or random_exponential(), depending
on the desired distribution.  This is not backward-compatible, but per
discussion, it's worth it to avoid having the old syntax hang around
forever.

Fabien Coelho, reviewed by Michael Paquier, and adjusted by me.
doc/src/sgml/ref/pgbench.sgml
src/bin/pgbench/pgbench.c