RFC: roles

From: Andreas Pflug <pgadmin(at)pse-consulting(dot)de>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: RFC: roles
Date: 2005-07-31 12:40:04
Message-ID: 42ECC6A4.6050101@pse-consulting.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

I had a look at roles, and was wondering about the best way to support them.

Purely, it's not a problem at all: just expose pg_authid and
pg_auth_members in dialogs/lists.

OTOH, it might be quite confusing for 1st time users that there are only
roles with some attributes, no users and groups. Should we have two
modes for it: The reduced view with users and groups (where a group may
be a group member too) and an enhanced view that allows all role features?
Additionally, this has also some impact on the security properties,
since a role that may login currently wouldn't be exposed as grantee by
default.

Thoughts?

Regards,
Andreas

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2005-08-01 12:43:52 Re: RFC: roles
Previous Message Dave Page 2005-07-28 10:00:19 Role support