diff options
| author | Miquel Sabaté <mikisabate@gmail.com> | 2013-11-11 09:03:05 +0000 |
|---|---|---|
| committer | Miquel Sabaté <mikisabate@gmail.com> | 2013-11-11 09:03:05 +0000 |
| commit | 4e183558611ee2a2e248c1729ec1bc0917b2f2ca (patch) | |
| tree | 4f605d22030ec11997b39910f729161b0e4f945c | |
| parent | c93317c9e73da8781f7ecd49c5ee68ad647332bb (diff) | |
| download | dotfiles-4e183558611ee2a2e248c1729ec1bc0917b2f2ca.tar.gz dotfiles-4e183558611ee2a2e248c1729ec1bc0917b2f2ca.zip | |
Be quiet when setting up psql
| -rw-r--r-- | psqlrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |
