pgsql: If a role has a password expiration date, show that in psql's \d - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: If a role has a password expiration date, show that in psql's \d
Date
Msg-id E1SAbCQ-00047U-G3@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix configure's search for collateindex.pl.
Next
From: Tom Lane
Date:
Subject: pgsql: Refactor to eliminate duplicate copies of conninfo default-findi