summaryrefslogtreecommitdiff
path: root/.psqlrc
blob: c2e24628ee3d45f650b3c19842c14f36a903f8be (plain)
1
2
3
4
5
6
7
8
9
10
\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
\setenv PAGER less
\setenv LESS FRSXL