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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: If a role has a password expiration date, show that in psql's \d
Date: 2012-03-22 06:08:38
Message-ID: E1SAbCQ-00047U-G3@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2012-03-22 16:09:19 pgsql: Refactor to eliminate duplicate copies of conninfo default-findi
Previous Message Tom Lane 2012-03-22 04:46:12 pgsql: Fix configure's search for collateindex.pl.