pgsql: Make \? output of \dg and \du the same - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Make \? output of \dg and \du the same
Date
Msg-id E1PBYlE-00023h-Hk@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Save a few cycles in plpgsql simple-expression initialization.
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Add tab completion for psql \dg and \z