Re: Group Roles are now Login Roles in pgAdmin?

Поиск
Список
Период
Сортировка
От Chander Ganesan
Тема Re: Group Roles are now Login Roles in pgAdmin?
Дата
Msg-id 47A2883B.9040101@otg-nc.com
обсуждение исходный текст
Ответ на Group Roles are now Login Roles in pgAdmin?  ("Greg Cocks" <gcocks@stoller.com>)
Ответы Re: Group Roles are now Login Roles in pgAdmin?  (Robert Bernabe <rbernabe@sandmansystems.com>)
Список pgsql-novice
Greg Cocks wrote:
> Hello,
>
> In pgAdmin, I set up some Group Roles yesterday and assigned some table, etc accesses with them - as well as
assigningeach user to one of the groups... 
>
> When I opened pgAdmin today, the Group Roles were listed under the Login Roles, and there were no Group Roles shown -
i.e.,"Group Roles (0)" 
>
The difference, generally, between a "user" (or login) role, and a group
is the "login" privilege (I'm assuming you are running an 8.x version of
postgresql).  Perhaps it was inadvertently applied.  You might try to
just revoke the login privilege and see if that changes things.  You can
look at see if the  privilege is there by examining the pg_roles table
(select rolname, rolcanlogin from pg_roles;) .  Otherwise, it might just
be a pgadmin quirk...

Hope that helps

--
Chander Ganesan
Open Technology Group, Inc.
One Copley Parkway, Suite 210
Morrisville, NC  27560
Phone: 877-258-8987/919-463-0999
http://www.otg-nc.com
Ask me about our Expert PostgreSQL & PostGIS Training delivered worldwide.


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

Предыдущее
От: Chander Ganesan
Дата:
Сообщение: Re: Can't get MS Access via ODBC (or MapServer) to 'see' the data unless the user is a 'super user'...
Следующее
От: Andres Ledesma
Дата:
Сообщение: Re: Protecting a web app from Postgresql injection