aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Munro <tmunro@postgresql.org>2019-07-14 14:19:54 +1200
committerThomas Munro <tmunro@postgresql.org>2019-07-14 14:23:56 +1200
commitdd5e47a92cfce52e3e35233a33b190ea498eed84 (patch)
tree7d6325140f960d1d8769788c5994d50fae53e14c
parentdffb891d78cb0db0db010c2f263b8cff72e03aaa (diff)
downloadpostgresql-dd5e47a92cfce52e3e35233a33b190ea498eed84.tar.gz
postgresql-dd5e47a92cfce52e3e35233a33b190ea498eed84.zip
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.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/pgbench.sgml b/doc/src/sgml/ref/pgbench.sgml
index 13ef168f3e8..09af9f1a7dc 100644
--- a/doc/src/sgml/ref/pgbench.sgml
+++ b/doc/src/sgml/ref/pgbench.sgml
@@ -843,7 +843,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>