diff options
| author | Miquel Sabaté <mikisabate@gmail.com> | 2014-04-15 00:16:01 +0200 |
|---|---|---|
| committer | Miquel Sabaté <mikisabate@gmail.com> | 2014-04-15 00:16:01 +0200 |
| commit | 13eae76a9eef5f755cb70a88ad507032174af675 (patch) | |
| tree | fb289be0e746c59d214a01dff04debc08c8d2b65 | |
| parent | 33b79ad067fe267b7f6f5c2f1f90bef51429e37d (diff) | |
| download | dotfiles-13eae76a9eef5f755cb70a88ad507032174af675.tar.gz dotfiles-13eae76a9eef5f755cb70a88ad507032174af675.zip | |
postgresql: set the \x option to auto. It actually works as expected :P
| -rw-r--r-- | psqlrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
