pgsql: Add \shell and \setshell meta commands to pgbench. - Mailing list pgsql-committers

From itagaki@postgresql.org (Takahiro Itagaki)
Subject pgsql: Add \shell and \setshell meta commands to pgbench.
Date
Msg-id 20091215071757.7E3A4753FB7@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Add \shell and \setshell meta commands to pgbench.

\shell command runs an external shell command.
\setshell also does the same and sets the result to a variable.

original patch by Michael Paquier with some editorialization by Itagaki,
and reviewed by Greg Smith.

Modified Files:
--------------
    pgsql/contrib/pgbench:
        pgbench.c (r1.92 -> r1.93)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/pgbench/pgbench.c?r1=1.92&r2=1.93)
    pgsql/doc/src/sgml:
        pgbench.sgml (r1.10 -> r1.11)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/pgbench.sgml?r1=1.10&r2=1.11)

pgsql-committers by date:

Previous
From: rhaas@postgresql.org (Robert Haas)
Date:
Subject: pgsql: Add an EXPLAIN (BUFFERS) option to show buffer-usage statistics.
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix broken markup.