\unset QUIET is case sensitive
This commit is contained in:
parent
876f375ce7
commit
a416222eb4
1 changed files with 1 additions and 1 deletions
2
psqlrc
2
psqlrc
|
@ -20,7 +20,7 @@
|
||||||
\set HISTFILE ~/.psql_history- :DBNAME
|
\set HISTFILE ~/.psql_history- :DBNAME
|
||||||
\set HISTCONTROL ignoredups
|
\set HISTCONTROL ignoredups
|
||||||
\set COMP_KEYWORD_CASE upper
|
\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
|
-- 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
|
-- file that users can override with their custom dotfiles. To set your own
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue