]> granicus.if.org Git - postgresql/commit
Improve readability of the output of psql's \timing command.
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 3 Sep 2016 19:29:03 +0000 (15:29 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 3 Sep 2016 19:29:03 +0000 (15:29 -0400)
commit6591f4226c81104f7746da6a5c00519919c560ae
tree28c7b49a8cbed6a0c3d8240eb034cc12071eec80
parent600dc4c0da3b8c094ccc1ae75b47c8320898c714
Improve readability of the output of psql's \timing command.

In addition to the existing decimal-milliseconds output value,
display the same value in mm:ss.fff format if it exceeds one second.
Tack on hours and even days fields if the interval is large enough.
This avoids needing mental arithmetic to convert the values into
customary time units.

Corey Huinker, reviewed by Gerdan Santos; bikeshedding by many

Discussion: <CADkLM=dbC4R8sbbuFXQVBFWoJGQkTEW8RWnC0PbW9nZsovZpJQ@mail.gmail.com>
doc/src/sgml/ref/psql-ref.sgml
src/bin/psql/common.c