9.0 beta 3 pgbench -- documentation issue - Mailing list pgsql-docs

From Josh Berkus
Subject 9.0 beta 3 pgbench -- documentation issue
Date
Msg-id 4C43114A.4010202@agliodbs.com
Whole thread Raw
Responses Re: 9.0 beta 3 pgbench -- documentation issue  (Greg Smith <greg@2ndquadrant.com>)
List pgsql-docs
Greg,

Your current documentation examples for customs scripts in pgbench
includes the variable :scale, i.e.:

\set nbranches :scale
\set ntellers 10 * :scale
\set naccounts 100000 * :scale

However, in the documentation the variable :scale is never set,
resulting in it defaulting to 1.  The example script needs to start with:

\set scale 10

--
                                  -- Josh Berkus
                                     PostgreSQL Experts Inc.
                                     http://www.pgexperts.com

pgsql-docs by date:

Previous
From: Rafael Martinez
Date:
Subject: Re: Documentation and explanatory diagrams
Next
From: Joshua Tolley
Date:
Subject: Re: Railroad diagrams, a-la sqlite