]> git.phdru.name Git - dotfiles.git/blobdiff - .psqlrc
.shellrc: minor refactoring
[dotfiles.git] / .psqlrc
diff --git a/.psqlrc b/.psqlrc
index 02941d273fc79b8b05d8c1d788b1558b3f683d9f..0b6f8ea3fb36fbe0753fa68ab8de763afc57fcdb 100644 (file)
--- a/.psqlrc
+++ b/.psqlrc
@@ -1,4 +1,4 @@
-\pset null '(null)'
+\pset null 'NULL'
 \pset pager on
 \set FETCH_COUNT 1000
 \set HISTCONTROL ignoreboth
@@ -6,4 +6,4 @@
 \set PROMPT1 '%m %n@%/ %R%# '
 \set PROMPT2 :PROMPT1
 \set PROMPT3 '>> '
-\timing
+\timing on