If a role has a password expiration date, show that in psql's \du output.
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 22 Mar 2012 06:08:25 +0000 (02:08 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 22 Mar 2012 06:08:25 +0000 (02:08 -0400)
commit04dfc8774966c60e4031ab5d8eeb3263d9568ad3
tree06f98729c5d358b707d48d2470bd7ccce0a8745f
parentf2386d7136dacbb8bf59ebbe8e5c5b73db202813
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
doc/src/sgml/ref/psql-ref.sgml
src/bin/psql/describe.c