Doc: fix typo in pgbench random_zipfian() documentation.
authorTom Lane <[email protected]>
Fri, 24 May 2019 15:16:06 +0000 (11:16 -0400)
committerTom Lane <[email protected]>
Fri, 24 May 2019 15:16:06 +0000 (11:16 -0400)
Per bug #15819 from Koizumi Satoru.

Discussion: https://postgr.es/m/15819-e6191bef1f7334c0@postgresql.org

doc/src/sgml/ref/pgbench.sgml

index ef22a484e71a72c8da6c658e8b423a584f12d9ed..e3b73a4cf51d73a8cd0202532b44e0050a727b6c 100644 (file)
@@ -1561,7 +1561,7 @@ f(x) = PHI(2.0 * parameter * (x - mu) / (max - min + 1)) /
       For example, <literal>random_zipfian(1, ..., 2.5)</literal> produces
       the value <literal>1</literal> about <literal>(2/1)**2.5 =
       5.66</literal> times more frequently than <literal>2</literal>, which
-      itself is produced <literal>(3/2)*2.5 = 2.76</literal> times more
+      itself is produced <literal>(3/2)**2.5 = 2.76</literal> times more
       frequently than <literal>3</literal>, and so on.
      </para>
      <para>