dotfiles/.psqlrc

8 lines
108 B
Text
Raw Normal View History

2014-10-23 16:33:10 +02:00
\timing on
\setenv LESS -imx4F
\x auto
\pset null '[NULL]'
\set HISTCONTROL ignorespace
\set HISTSIZE 1000