pgsql: Add a \setenv command to psql. - Mailing list pgsql-committers

From Andrew Dunstan
Subject pgsql: Add a \setenv command to psql.
Date
Msg-id E1RXFF3-0004HH-F3@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Add a \setenv command to psql.

This can be used to set (or unset) environment variables that will
affect programs called by psql (such as the PAGER), probably most
usefully in a .psqlrc file.

Andrew Dunstan, reviewed by Josh Kupershmidt.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/e6d9e2106f0dda459063126d07967df197b7b5fe

Modified Files
--------------
doc/src/sgml/ref/psql-ref.sgml |   18 ++++++++++++++++
src/bin/psql/command.c         |   45 ++++++++++++++++++++++++++++++++++++++++
src/bin/psql/help.c            |    3 +-
3 files changed, 65 insertions(+), 1 deletions(-)


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: pgsql: Add file-fdw documentation example.
Next
From: Bruce Momjian
Date:
Subject: Re: pgsql: Add file-fdw documentation example.