\unset QUIET is case sensitive

This commit is contained in:
Eric Eslinger 2014-08-14 15:33:59 -07:00
parent 876f375ce7
commit a416222eb4

2
psqlrc
View file

@ -20,7 +20,7 @@
\set HISTFILE ~/.psql_history- :DBNAME
\set HISTCONTROL ignoredups
\set COMP_KEYWORD_CASE upper
\unset quiet
\unset QUIET
-- psql can't check for a file's existence, so we'll provide an empty local
-- file that users can override with their custom dotfiles. To set your own