Add \shell and \setshell meta commands to pgbench.

Itagaki Takahiro <itagaki.takahiro@gmail.com>

Commit: 7d67e06297f1a16bc642f685a976228ac34399c9
Author: Itagaki Takahiro <itagaki.takahiro@gmail.com>
Date: 2009-12-15T07:17:57Z
Releases: 9.0.0
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.

Files

PathChange+/−
contrib/pgbench/pgbench.c modified +157 −5
doc/src/sgml/pgbench.sgml modified +51 −1