Re: Discovering privileges
| От | Michael Fuhr |
|---|---|
| Тема | Re: Discovering privileges |
| Дата | |
| Msg-id | 20050320154247.GA18843@winnie.fuhr.org обсуждение |
| Ответ на | Discovering privileges (Murray Cumming <murrayc@murrayc.com>) |
| Ответы |
Re: Discovering privileges
|
| Список | pgsql-interfaces |
On Sun, Mar 20, 2005 at 03:50:30PM +0100, Murray Cumming wrote: > I'm using the pg_user and pg_group system tables to discover the list of > users, and the groups to which they belong. > > But how can I discover the privileges that these users and groups have > for the various tables. Is this also in one of the system tables? You could look at pg_class.relacl, but the "Access Privilege Inquiry Functions" (has_table_privilege(), etc.) might be easier to use. http://www.postgresql.org/docs/8.0/interactive/functions-info.html#FUNCTIONS-INFO-ACCESS-TABLE -- Michael Fuhr http://www.fuhr.org/~mfuhr/
В списке pgsql-interfaces по дате отправления: