Re: group role membership - Mailing list pgadmin-support

From Andreas Pflug
Subject Re: group role membership
Date
Msg-id 43735076.9040608@pse-consulting.de
Whole thread Raw
In response to group role membership  (Tom.Zschockelt@flender.com)
List pgadmin-support
Tom.Zschockelt@flender.com wrote:
> Hi,
> 
> with postgres 8.1 and pgadmin 1.4.0 I found no way ( except a select on 
> pg_catalog-tables ) to
> get a list of all members belonging to certain group role.
> 
> The other way around works ( all assigned roles to a certain role).

This isn't implemented yet; it will require an additional tab "members".

> If we use group roles to manage access to objects it would be neccessary 
> to get a list of all
> login-roles that are able to do e.g. a select .
> 
> It would be nice if an solution will step through all recursive level ( 
> e.g. if a login-role is member of a group-role which is member of a 
> group-role itself, ... ).

Please make a proposal how this should look like concretely, and how it 
should be controlled (context menu on object, property or so?).

Regards,
Andreas


pgadmin-support by date:

Previous
From: Andreas Pflug
Date:
Subject: Re: Tabs in query editing window
Next
From: Andreas Pflug
Date:
Subject: Re: Creating table - adding columns