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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: If a role has a password expiration date, show that in psql's \d
Дата
Msg-id E1SAbCQ-00047U-G3@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix configure's search for collateindex.pl.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Refactor to eliminate duplicate copies of conninfo default-findi