Mon, 22 May 2017 20:52:28 -0400
move begin into function too
220 | 1 | \set QUIET 1 |
2 | ||
3 | -- complete keywords in upper case | |
4 | \set COMP_KEYWORD_CASE upper | |
5 | ||
6 | -- automatically use expanded display | |
7 | \x auto | |
8 | ||
9 | -- display nulls as... | |
10 | \pset null ยค | |
11 | ||
12 | -- Verbose error reports. | |
13 | \set VERBOSITY verbose | |
14 | ||
15 | -- Use a separate history file per-database, no dupes | |
16 | \set HISTFILE ~/.psql_history- :DBNAME | |
17 | \set HISTCONTROL ignoredups | |
18 | ||
19 | \unset QUIET |