[HACKERS] Feature proposal: list role members in psql

2012-03-28 Thread Anssi Kääriäinen
It seems there is no way to get role members using psql. \du and \dg give you this role is a member of information, but no information about who have been granted the role. I would like to write a patch implementing this feature. Some questions: - Is this wanted? - Should there be a new

Re: [HACKERS] Feature proposal: list role members in psql

2012-03-28 Thread David Fetter
On Wed, Mar 28, 2012 at 01:55:06PM +0300, Anssi Kääriäinen wrote: It seems there is no way to get role members using psql. \du and \dg give you this role is a member of information, but no information about who have been granted the role. I would like to write a patch implementing this