summary refs log tree commit diff
path: root/.psqlrc
blob: 57b9c2409d9d3974601484dd1b1df7ee95ad9510 (plain) (blame)
1
2
3
4
5
6
7
8
\set QUIET
\set ON_ERROR_ROLLBACK interactive
\timing on
\pset linestyle unicode
\pset border 1
\pset null ยค
\pset expanded auto
\unset QUIET