Improve header output from psql's \watch command.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: dea2b5960a9460c02896ed361d35e92bce02801a
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2016-03-21T22:18:13Z
Releases: 9.6.0
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

Files

PathChange+/−
doc/src/sgml/ref/psql-ref.sgml modified +4 −2
src/bin/psql/command.c modified +31 −10

Documentation touched