diff options
Diffstat (limited to 'contrib/pgbench/README.pgbench')
| -rw-r--r-- | contrib/pgbench/README.pgbench | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/contrib/pgbench/README.pgbench b/contrib/pgbench/README.pgbench index d2d57d8b219..debff559064 100644 --- a/contrib/pgbench/README.pgbench +++ b/contrib/pgbench/README.pgbench @@ -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: |
