]> granicus.if.org Git - postgresql/commit
Improve header output from psql's \watch command.
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 21 Mar 2016 22:18:13 +0000 (18:18 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 21 Mar 2016 22:18:13 +0000 (18:18 -0400)
commitdea2b5960a9460c02896ed361d35e92bce02801a
tree6dc33f837698be3971c3bfd37921d31a9d1585b3
parent92b7902deb3155f6975f33e8b6c8be4d9d066172
Improve header output from psql's \watch command.

Include the \pset title string if there is one, and shorten the prefab
part of the header to be "timestamp (every Ns)".  Per suggestion by
David Johnston.

Michael Paquier and Tom Lane
doc/src/sgml/ref/psql-ref.sgml
src/bin/psql/command.c