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(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
