Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

Re: icons for granting groups to objects


  • From: Dave Page <dpage(at)postgresql(dot)org>
  • To: "Roberts, Jon" <Jon(dot)Roberts(at)asurion(dot)com>
  • Cc: pgadmin-hackers(at)postgresql(dot)org
  • Subject: Re: icons for granting groups to objects
  • Date: Fri, 14 Dec 2007 08:29:53 +0000
  • Message-id: <47623F01(dot)4040903(at)postgresql(dot)org>

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



Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group