## Pavel Stehule (pavel.steh...@gmail.com):

> it is not consistent with other \g* commands. Maybe a new statement \senv
> ?  But what is the use case? You can just press ^z and inside shell write
> echo $xxx, and then fg

That does not work: backgrounding psql will put you into your original
shell, the parent process of psql. Changes in the environment of a
process do not change the environment of the parent.
Use \! to start a new shell process from psql, which will inherit psql's
environment.

Regards,
Christoph

-- 
Spare Space


Reply via email to