If a role has a password expiration date, show that in psql's \du output.
Per a suggestion from Euler Taveira, it seems like a good idea to include
this information in \du (and \dg) output. This costs nothing for people
who are not using the VALID UNTIL feature, while for those who are, it's
rather critical information.
Fabrízio de Royes Mello
Branch
------
master
Details
-------
http://git.postgresql.org/pg/commitdiff/04dfc8774966c60e4031ab5d8eeb3263d9568ad3
Modified Files
--------------
doc/src/sgml/ref/psql-ref.sgml | 25 ++++++++++++++++---------
src/bin/psql/describe.c | 19 ++++++++++++++-----
2 files changed, 30 insertions(+), 14 deletions(-)