pgsql: Added a new scripting meta command \usleep - Mailing list pgsql-committers

From wieck@postgresql.org (Jan Wieck)
Subject pgsql: Added a new scripting meta command \usleep
Date
Msg-id 20070706133655.B01C29FB693@postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix up hash functions for datetime datatypes so that they don't
Next
From: wieck@postgresql.org (Jan Wieck)
Date:
Subject: pgsql: Changed new \usleep command into \sleep with an optional time