Is there a way to pass a psql variable into a \! command in psql, e.g.:
test=> \set x ls
test=> \! :x
:x: not foundI specifically want the currently connected database name to be passed to a \! command. -- Bruce Momjian <[email protected]> http://momjian.us EnterpriseDB http://enterprisedb.com + It's impossible for everything to be true. + -- Sent via pgsql-general mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general
