mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Allow multiple -f options.
Make pgbench "script driven" to eliminate hard coded transaction scenario. (Tatsuo Ishii)
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
pgbench README 2005/09/29 Tatsuo Ishii
|
||||
pgbench README 2005/10/04 Tatsuo Ishii
|
||||
|
||||
o What is pgbench?
|
||||
|
||||
@ -166,6 +166,9 @@ o -f option
|
||||
command consists of multiple lines are not supported. Empty lines
|
||||
and lines begging with "--" will be ignored.
|
||||
|
||||
Multiple -f options are allowed. In this case each transaction is
|
||||
assigned randomly chosen script.
|
||||
|
||||
SQL commands can include "meta command" which begins with "\" (back
|
||||
slash). A meta command takes some arguments separted by white
|
||||
spaces. Currently following meta command is supported:
|
||||
|
Reference in New Issue
Block a user