Provide environment overrides for psql file locations.
Andrew Dunstan <andrew@dunslane.net>
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
| Path | Change | +/− |
|---|---|---|
| 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 |