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:24:18 +1200 |
commit | f757d89e88e83eb93498fd161d2c24977ef28a3d (patch) | |
tree | a23f474371d7844370db9914d122e61295ff5717 /doc | |
parent | 5c1b7edc23a01afedc10702f06b6e0da7b0c56f6 (diff) | |
download | postgresql-f757d89e88e83eb93498fd161d2c24977ef28a3d.tar.gz |
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
Diffstat (limited to 'doc')
-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 865be44947..08161c9331 100644 --- a/doc/src/sgml/ref/pgbench.sgml +++ b/doc/src/sgml/ref/pgbench.sgml @@ -824,7 +824,7 @@ pgbench <optional> <replaceable>options</replaceable> </optional> <replaceable>d <para> The default built-in transaction script (also invoked with <option>-b tpcb-like</option>) issues seven commands per transaction over randomly chosen <literal>aid</literal>, - <literal>tid</literal>, <literal>bid</literal> and <literal>balance</literal>. + <literal>tid</literal>, <literal>bid</literal> and <literal>delta</literal>. The scenario is inspired by the TPC-B benchmark, but is not actually TPC-B, hence the name. </para> |