]> granicus.if.org Git - postgresql/commitdiff
pgbench: Tweak documentation.
authorNoah Misch <noah@leadboat.com>
Mon, 23 Sep 2013 19:49:21 +0000 (15:49 -0400)
committerNoah Misch <noah@leadboat.com>
Mon, 23 Sep 2013 19:49:21 +0000 (15:49 -0400)
Fabien COELHO

contrib/pgbench/pgbench.c
doc/src/sgml/pgbench.sgml

index ad8e272c9109c755a67f32f6318b745a17fe4d10..06dd7093fa588c9aafc607a4a63dca60f8dcd237 100644 (file)
@@ -369,7 +369,7 @@ usage(void)
                   "  -N, --skip-some-updates  skip updates of pgbench_tellers and pgbench_branches\n"
                   "  -P, --progress=NUM       show thread progress report every NUM seconds\n"
                   "  -r, --report-latencies   report average latency per command\n"
-                  "  -R, --rate=SPEC          target rate in transactions per second\n"
+                  "  -R, --rate=NUM           target rate in transactions per second\n"
                   "  -s, --scale=NUM          report this scale factor in output\n"
                   "  -S, --select-only        perform SELECT-only transactions\n"
                   "  -t, --transactions       number of transactions each client runs "
index 49a79b194efd6d70dbdaeb7e03c6d3c9080631b5..5871b459e72eb0cdbbc46f43670342a91a8d24f0 100644 (file)
@@ -429,7 +429,7 @@ pgbench <optional> <replaceable>options</> </optional> <replaceable>dbname</>
        </para>
        <para>
         The rate is targeted by starting transactions along a
-        Poisson-distributed schedule time line.  The expected finish time
+        Poisson-distributed schedule time line.  The expected start time
         schedule moves forward based on when the client first started, not
         when the previous transaction ended.  That approach means that when
         transactions go past their original scheduled end time, it is