8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29424a9 commit 298706dCopy full SHA for 298706d
src/bin/pgbench/pgbench.c
@@ -438,8 +438,8 @@ usage(void)
438
" -T, --time=NUM duration of benchmark test in seconds\n"
439
" -v, --vacuum-all vacuum all four standard tables before tests\n"
440
" --aggregate-interval=NUM aggregate data over NUM seconds\n"
441
- " --sampling-rate=NUM fraction of transactions to log (e.g. 0.01 for 1%%)\n"
442
" --progress-timestamp use Unix epoch timestamps for progress\n"
+ " --sampling-rate=NUM fraction of transactions to log (e.g., 0.01 for 1%%)\n"
443
"\nCommon options:\n"
444
" -d, --debug print debugging output\n"
445
" -h, --host=HOSTNAME database server host or socket directory\n"
0 commit comments