Re: icons for granting groups to objects

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: icons for granting groups to objects
Дата
Msg-id 47623F01.4040903@postgresql.org
обсуждение исходный текст
Ответ на icons for granting groups to objects  ("Roberts, Jon" <Jon.Roberts@asurion.com>)
Список pgadmin-hackers
Roberts, Jon wrote:
> When I view the permissions of a schema or table, I noticed that the icon
> for an existing grant to a group role shows a single user icon.  If I grant
> usage to a group role, the icon that is created shows multiple little
> people.  Commit these changes, close the window, and open it again.  Now the
> icon changed from the group role to a single role icon.
>
> Is that a bug or a feature?

Let's call it a performance related feature :-). By not distinguishing
between login roles and group roles we avoid trawling through the
catalogs to check whether a role has any members or not.

/D

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

Предыдущее
От: "Roberts, Jon"
Дата:
Сообщение: icons for granting groups to objects
Следующее
От: svn@pgadmin.org
Дата:
Сообщение: SVN Commit by dpage: r6902 - in trunk/pgadmin3: . pgadmin/dlg pgadmin/include/dlg pgadmin/ui