]> git.phdru.name Git - dotfiles.git/blob - .psqlrc
94a58dab23fec6535ec6e87a5dbef295610e3cc9
[dotfiles.git] / .psqlrc
1 /* \pset pager off */
2 \set FETCH_COUNT 1000
3 \set HISTCONTROL ignoreboth
4 \set HISTSIZE 1000
5 \set PROMPT1 '%m %n@%/ %R%# '
6 \set PROMPT2 :PROMPT1
7 \set PROMPT3 '>> '
8 \timing