From 13eae76a9eef5f755cb70a88ad507032174af675 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Date: Tue, 15 Apr 2014 00:16:01 +0200 Subject: postgresql: set the \x option to auto. It actually works as expected :P --- psqlrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3