Thread: pgsql: pgbench: accept unambiguous builtin prefixes for -b

pgsql: pgbench: accept unambiguous builtin prefixes for -b

From
Alvaro Herrera
Date:
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

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/d561f1caecbbeca2f7adab39a29432923d15b8ef

Modified Files
--------------
doc/src/sgml/ref/pgbench.sgml |  1 +
src/bin/pgbench/pgbench.c     | 24 +++++++++++++++++++-----
2 files changed, 20 insertions(+), 5 deletions(-)