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

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Make \? output of \dg and \du the same
Date: 2010-10-28 20:07:44
Message-ID: E1PBYlE-00023h-Hk@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2010-10-29 00:49:50 pgsql: Allow generic record arguments to plperl functions
Previous Message Tom Lane 2010-10-28 17:29:32 pgsql: Save a few cycles in plpgsql simple-expression initialization.