diff options
author | Thomas Munro <tmunro@postgresql.org> | 2019-07-14 14:19:54 +1200 |
---|---|---|
committer | Thomas Munro <tmunro@postgresql.org> | 2019-07-14 14:26:22 +1200 |
commit | 9dcf6d178a5119314b6bce604530072dc48022ce (patch) | |
tree | f383c4c25d036416db9b6464d552965e8f01b7ae | |
parent | 6365f3ca24b821b1da21bf5b8f01fca73372de66 (diff) |
Fix documentation for pgbench tpcb-like.
We choose a random value for delta, not balance. Back-patch to 9.6 where
the mistake arrived.
Author: Fabien Coelho
Discussion: https://postgr.es/m/alpine.DEB.2.21.1904081752210.5867@lancre
-rw-r--r-- | doc/src/sgml/ref/pgbench.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/pgbench.sgml b/doc/src/sgml/ref/pgbench.sgml index 33e7b17c08f..9a59ba3d43c 100644 --- a/doc/src/sgml/ref/pgbench.sgml +++ b/doc/src/sgml/ref/pgbench.sgml @@ -704,7 +704,7 @@ pgbench <optional> <replaceable>options</> </optional> <replaceable>dbname</> <para> The default built-in transaction script (also invoked with <option>-b tpcb-like</>) issues seven commands per transaction over randomly chosen <literal>aid</>, - <literal>tid</>, <literal>bid</> and <literal>balance</>. + <literal>tid</>, <literal>bid</> and <literal>delta</>. The scenario is inspired by the TPC-B benchmark, but is not actually TPC-B, hence the name. </para> |