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(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
