pgsql: Added a new scripting meta command \usleep

Поиск
Список
Период
Сортировка
От wieck@postgresql.org (Jan Wieck)
Тема pgsql: Added a new scripting meta command \usleep
Дата
Msg-id 20070706133655.B01C29FB693@postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Added a new scripting meta command

    \usleep [milliseconds|:variable]

which can be used in -f scripts to insert a thinking time between
other commands.

Jan

Modified Files:
--------------
    pgsql/contrib/pgbench:
        README.pgbench (r1.18 -> r1.19)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/pgbench/README.pgbench.diff?r1=1.18&r2=1.19)
        pgbench.c (r1.66 -> r1.67)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/pgbench/pgbench.c.diff?r1=1.66&r2=1.67)

В списке pgsql-committers по дате отправления:

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Fix up hash functions for datetime datatypes so that they don't
Следующее
От: wieck@postgresql.org (Jan Wieck)
Дата:
Сообщение: pgsql: Changed new \usleep command into \sleep with an optional time