9.0 beta 3 pgbench -- documentation issue

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема 9.0 beta 3 pgbench -- documentation issue
Дата
Msg-id 4C43114A.4010202@agliodbs.com
обсуждение исходный текст
Ответы Re: 9.0 beta 3 pgbench -- documentation issue  (Greg Smith <greg@2ndquadrant.com>)
Список 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 по дате отправления:

Предыдущее
От: Rafael Martinez
Дата:
Сообщение: Re: Documentation and explanatory diagrams
Следующее
От: Joshua Tolley
Дата:
Сообщение: Re: Railroad diagrams, a-la sqlite