pgsql: Provide environment overrides for psql file locations.

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Provide environment overrides for psql file locations.
Date: 2012-03-03 21:43:24
Message-ID: E1S3wjc-0004jv-EM@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Provide environment overrides for psql file locations.

PSQL_HISTORY provides an alternative for the command history file,
and PSQLRC provides an alternative location for the .psqlrc file.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/34c978442c55dd13a3a8c6b90fd4380dad02f3da

Modified Files
--------------
doc/src/sgml/ref/psql-ref.sgml | 30 ++++++++++++++++++++++++++++++
src/bin/psql/input.c | 9 +++++++++
src/bin/psql/startup.c | 10 +++++++++-
3 files changed, 48 insertions(+), 1 deletions(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2012-03-03 21:47:14 Re: pgsql: Provide environment overrides for psql file locations.
Previous Message Peter Eisentraut 2012-03-03 14:04:48 pgsql: Allow CREATE TABLE (LIKE ...) from composite type