aboutsummaryrefslogtreecommitdiff
path: root/psqlrc
diff options
context:
space:
mode:
authorMiquel Sabaté <mikisabate@gmail.com>2013-11-11 09:03:05 +0000
committerMiquel Sabaté <mikisabate@gmail.com>2013-11-11 09:03:05 +0000
commit4e183558611ee2a2e248c1729ec1bc0917b2f2ca (patch)
tree4f605d22030ec11997b39910f729161b0e4f945c /psqlrc
parentc93317c9e73da8781f7ecd49c5ee68ad647332bb (diff)
downloaddotfiles-4e183558611ee2a2e248c1729ec1bc0917b2f2ca.tar.gz
dotfiles-4e183558611ee2a2e248c1729ec1bc0917b2f2ca.zip
Be quiet when setting up psql
Diffstat (limited to 'psqlrc')
-rw-r--r--psqlrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/psqlrc b/psqlrc
index 59d25f9..fc8dc7c 100644
--- a/psqlrc
+++ b/psqlrc
@@ -1,4 +1,6 @@
+\set QUIET ON
+
-- Show null values to NULL so we can distinguish them from empty strings.
\pset null NULL
@@ -15,3 +17,4 @@
\set PROMPT1 '%n@%/ > '
\set PROMPT2 ''
+\set QUIET OFF