We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent00fad9f commit94a8fdeCopy full SHA for 94a8fde
contrib/pgbench/pgbench.c
@@ -341,12 +341,12 @@ usage(const char *progname)
341
" define variable for use by custom script\n"
342
" -f FILENAME read transaction script from FILENAME\n"
343
" -j NUM number of threads (default: 1)\n"
344
-" -r report average latency per command\n"
345
" -l write transaction times to log file\n"
346
" -M {simple|extended|prepared}\n"
347
" protocol for submitting queries to server (default: simple)\n"
348
" -n do not run VACUUM before tests\n"
349
" -N do not update tables \"pgbench_tellers\" and \"pgbench_branches\"\n"
+" -r report average latency per command\n"
350
" -s NUM report this scale factor in output\n"
351
" -S perform SELECT-only transactions\n"
352
" -t NUM number of transactions each client runs (default: 10)\n"