dotfiles/.psqlrc
Rodolphe Breard b3b0e62b9f Removing the -m and the f**king -F option to less.
-m was not wanted anymore.
-F implementation has changed. It used to make less behave like cat
   if the text could fit the terminal, now it displays nothing. I
   know the later is the intended behavior, however it makes this
   option absolutely awful when used in psql and there is no known
   replacement.
2015-02-11 17:24:02 +01:00

7 lines
106 B
Text

\timing on
\setenv LESS -ix4
\x auto
\pset null '[NULL]'
\set HISTCONTROL ignorespace
\set HISTSIZE 1000