pgsql: Improve header output from psql's \watch command. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Improve header output from psql's \watch command.
Date
Msg-id E1ai8P7-0004xD-K0@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/dea2b5960a9460c02896ed361d35e92bce02801a

Modified Files
--------------
doc/src/sgml/ref/psql-ref.sgml |  6 ++++--
src/bin/psql/command.c         | 41 +++++++++++++++++++++++++++++++----------
2 files changed, 35 insertions(+), 12 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Allow the delay in psql's \watch command to be a fractional seco
Next
From: Andrew Dunstan
Date:
Subject: Re: pgsql: Best-guess attempt at fixing MSVC build for 68ab8e8ba4a471d9.