]> git.immae.eu Git - perso/Immae/Config/Ansible.git/blob - roles/tools/files/psqlrc
Psql configuration to show nice lines
[perso/Immae/Config/Ansible.git] / roles / tools / files / psqlrc
1 \pset null ยค
2 \set COMP_KEYWORD_CASE upper
3 \x auto
4 \set HISTSIZ -1
5 \set HISTCONTROL ignoreboth
6 \set HISTFILE ~/.local/state/psql/psql_history- :DBNAME
7 \set ECHO_HIDDEN on
8 \set VERBOSITY verbose
9 \pset linestyle unicode
10 \pset fieldsep '|'
11 \pset format aligned
12 \pset border 2
13 \timing on
14 \set ECHO all