pgbench: accept unambiguous builtin prefixes for -b

Alvaro Herrera <alvherre@alvh.no-ip.org>

Commit: d561f1caecbbeca2f7adab39a29432923d15b8ef
Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
Date: 2016-03-03T22:37:13Z
Releases: 9.6.0
pgbench: accept unambiguous builtin prefixes for -b

This makes it easier to use "-b se" instead of typing the full "-b
select-only".

Author: Fabien Coelho
Reviewed-by: Michaël Paquier

Files

PathChange+/−
doc/src/sgml/ref/pgbench.sgml modified +1 −0
src/bin/pgbench/pgbench.c modified +19 −5

Documentation touched