Provide environment overrides for psql file locations.

Andrew Dunstan <andrew@dunslane.net>

Commit: 34c978442c55dd13a3a8c6b90fd4380dad02f3da
Author: Andrew Dunstan <andrew@dunslane.net>
Date: 2012-03-03T21:39:26Z
Releases: 9.2.0
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.

Files

PathChange+/−
doc/src/sgml/ref/psql-ref.sgml modified +30 −0
src/bin/psql/input.c modified +9 −0
src/bin/psql/startup.c modified +9 −1