summaryrefslogtreecommitdiff
path: root/.psqlrc
blob: 4e0042c54562c8941aebd2bc3cfd008374816441 (plain)
1
2
3
4
5
6
7
8
9
10
11
\timing
\set PROMPT1 '%n@%m %/%R%x%# '
\set PROMPT2 '%n@%m %/%R%x%# '
\set COMP_KEYWORD_CASE upper
\set ON_ERROR_ROLLBACK interactive
\x auto
\pset linestyle unicode
\pset border 2
\pset null '(null)'
\setenv PAGER less
\setenv LESS FRSXL