aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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