Add a \getenv command to psql.
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 20 Dec 2021 18:17:58 +0000 (13:17 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 20 Dec 2021 18:17:58 +0000 (13:17 -0500)
commit33d3eeadb21d2268104840cfef6bc2226ddfc680
treecdbb296b2e765b889084f9d4fd32d4e50c23ae90
parent911588a3f816d875261d8f7d89e2517978831cd5
Add a \getenv command to psql.

\getenv fetches the value of an environment variable into a psql
variable.  This is the inverse of the \setenv command that was added
over ten years ago.  We'd not seen a compelling use-case for \getenv
at the time, but upcoming regression test refactoring provides a
sufficient reason to add it now.

Discussion: https://postgr.es/m/1655733.1639871614@sss.pgh.pa.us
doc/src/sgml/ref/psql-ref.sgml
src/bin/psql/command.c
src/test/regress/expected/psql.out
src/test/regress/sql/psql.sql