mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
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
This commit is contained in:
@ -269,6 +269,7 @@ pgbench <optional> <replaceable>options</> </optional> <replaceable>dbname</>
|
||||
Add the specified builtin script to the list of executed scripts.
|
||||
Available builtin scripts are: <literal>tpcb-like</>,
|
||||
<literal>simple-update</> and <literal>select-only</>.
|
||||
Unambiguous prefixes of builtin names are accepted.
|
||||
With special name <literal>list</>, show the list of builtin scripts
|
||||
and exit immediately.
|
||||
</para>
|
||||
|
Reference in New Issue
Block a user