pgbench: Remove \setrandom.

Robert Haas <rhaas@postgresql.org>

Commit: ad9566470b1ba63167d1dc7ae2cb52d88a448f76
Author: Robert Haas <rhaas@postgresql.org>
Date: 2016-03-29T16:08:49Z
Releases: 9.6.0
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.

Files

PathChange+/−
doc/src/sgml/ref/pgbench.sgml modified +0 −54
src/bin/pgbench/pgbench.c modified +2 −179

Documentation touched