pgsql: Make \? output of \dg and \du the same

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Make \? output of \dg and \du the same
Дата
Msg-id E1PBYlE-00023h-Hk@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Make \? output of \dg and \du the same

The previous wording might have suggested that \du only showed login roles
and \dg only group roles, but that is no longer the case.

proposed by Josh Kupershmidt

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=299591d1a293e737d72d57aa8545c6c00d19db1d

Modified Files
--------------
src/bin/psql/help.c |    4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Save a few cycles in plpgsql simple-expression initialization.
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Add tab completion for psql \dg and \z