diff options
author | Noah Misch <noah@leadboat.com> | 2013-09-23 15:49:21 -0400 |
---|---|---|
committer | Noah Misch <noah@leadboat.com> | 2013-09-23 15:49:21 -0400 |
commit | 825da2aba8ae7a5824e9fb3823125c5c755ea568 (patch) | |
tree | 1832456092148e71ee859648f0eae048f7ed5a34 /doc/src | |
parent | 54990af616ebb31fb1ae04e8aaf332d483a9e3a5 (diff) | |
download | postgresql-825da2aba8ae7a5824e9fb3823125c5c755ea568.tar.gz postgresql-825da2aba8ae7a5824e9fb3823125c5c755ea568.zip |
pgbench: Tweak documentation.
Fabien COELHO
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/pgbench.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/pgbench.sgml b/doc/src/sgml/pgbench.sgml index 49a79b194ef..5871b459e72 100644 --- a/doc/src/sgml/pgbench.sgml +++ b/doc/src/sgml/pgbench.sgml @@ -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 |