diff options
author | June McEnroe <programble@gmail.com> | 2014-09-23 11:22:01 -0400 |
---|---|---|
committer | June McEnroe <programble@gmail.com> | 2014-09-23 11:22:01 -0400 |
commit | ee86699ae504ba7ccb7262a2d1077d0e22aa33d0 (patch) | |
tree | 76e6ba36d66138719ca1f449f18c152b0c4bf767 | |
parent | Add psqlrc (diff) | |
download | src-ee86699ae504ba7ccb7262a2d1077d0e22aa33d0.tar.gz src-ee86699ae504ba7ccb7262a2d1077d0e22aa33d0.zip |
Silence psqlrc output and turn timing on
-rw-r--r-- | .psqlrc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.psqlrc b/.psqlrc index e04135c8..c2dc8614 100644 --- a/.psqlrc +++ b/.psqlrc @@ -1,4 +1,7 @@ +\set QUIET \pset linestyle unicode \pset border 2 \pset null ยค \pset format wrapped +\timing on +\unset QUIET |