aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiquel Sabaté <mikisabate@gmail.com>2014-04-15 00:16:01 +0200
committerMiquel Sabaté <mikisabate@gmail.com>2014-04-15 00:16:01 +0200
commit13eae76a9eef5f755cb70a88ad507032174af675 (patch)
treefb289be0e746c59d214a01dff04debc08c8d2b65
parent33b79ad067fe267b7f6f5c2f1f90bef51429e37d (diff)
downloaddotfiles-13eae76a9eef5f755cb70a88ad507032174af675.tar.gz
dotfiles-13eae76a9eef5f755cb70a88ad507032174af675.zip
postgresql: set the \x option to auto. It actually works as expected :P
-rw-r--r--psqlrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/psqlrc b/psqlrc
index fc8dc7c..ff0e7ba 100644
--- a/psqlrc
+++ b/psqlrc
@@ -5,7 +5,7 @@
\pset null NULL
-- Set expanded display on (why isn't this the default behaviour ?)
-\x
+\x auto
-- Show how long a query took to be executed.
\timing