pgsql: Add \shell and \setshell meta commands to pgbench.

From: itagaki(at)postgresql(dot)org (Takahiro Itagaki)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add \shell and \setshell meta commands to pgbench.
Date: 2009-12-15 07:17:57
Message-ID: 20091215071757.7E3A4753FB7@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2009-12-15 15:59:57 pgsql: Fix broken markup.
Previous Message Robert Haas 2009-12-15 04:57:48 pgsql: Add an EXPLAIN (BUFFERS) option to show buffer-usage statistics.