]> granicus.if.org Git - postgresql/commitdiff
doc: Fix typo
authorPeter Eisentraut <peter_e@gmx.net>
Tue, 1 Aug 2017 18:33:55 +0000 (14:33 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Tue, 1 Aug 2017 18:37:26 +0000 (14:37 -0400)
Author: Fabien COELHO <coelho@cri.ensmp.fr>

doc/src/sgml/ref/pgbench.sgml

index 64b043b48a1344584367726545b9bb3fd72343c7..03e1212d50a780c786caf2917aeea6719abef951 100644 (file)
@@ -1045,7 +1045,7 @@ f(x) = exp(-parameter * (x - min) / (max - min + 1)) / (1 - exp(-parameter))
 </literallayout>
       Then value <replaceable>i</> between <replaceable>min</> and
       <replaceable>max</> inclusive is drawn with probability:
-      <literal>f(x) - f(x + 1)</>.
+      <literal>f(i) - f(i + 1)</>.
      </para>
 
      <para>