adding postgres config file
This commit is contained in:
parent
38773106ea
commit
4f9cdaab7c
1 changed files with 7 additions and 0 deletions
7
.psqlrc
Normal file
7
.psqlrc
Normal file
|
@ -0,0 +1,7 @@
|
|||
\timing on
|
||||
\setenv LESS -imx4F
|
||||
\x auto
|
||||
\pset null '[NULL]'
|
||||
|
||||
\set HISTCONTROL ignorespace
|
||||
\set HISTSIZE 1000
|
Loading…
Reference in a new issue