Peter Eisentraut <peter(dot)eisentraut(at)enterprisedb(dot)com> writes:
> On 19.12.21 00:53, Tom Lane wrote:
>> I was a bit surprised to realize that we didn't have any way
>> to do that already --- psql has \setenv, so why did we never
>> invent \getenv?
> You can do
> \set foo `echo $ENVVAR`
> but that's probably not portable enough for your purpose.
I suppose that wouldn't work on Windows, so no.
regards, tom lane