pgsql: Improve header output from psql's \watch command.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Improve header output from psql's \watch command.
Date: 2016-03-21 22:34:29
Message-ID: E1ai8P7-0004xD-K0@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2016-03-22 01:20:37 Re: pgsql: Best-guess attempt at fixing MSVC build for 68ab8e8ba4a471d9.
Previous Message Tom Lane 2016-03-21 19:19:22 Re: pgsql: Introduce WaitEventSet API.