Re: roles and inheritance - Mailing list pgsql-admin

From Julius Tuskenis
Subject Re: roles and inheritance
Date
Msg-id 484D4AE7.60702@nsoft.lt
Whole thread Raw
In response to roles and inheritance  (Carol Walter <walterc@indiana.edu>)
List pgsql-admin
Hi, Carol.

ALTER Role John
  INHERIT;

this will make the role John inherit permitions from the permition role
group they are in.



Carol Walter rašė:
> Greetings,
>
> I'm creating roles for the first time in Postgres.  Up until now, I've
> only needed to grant privs to individuals.  I've been going over the
> documentation on this and there is a part that is not very clear to
> me.  It concerns inheritance.  First of all, if I create the role
> database_name_select and add John and Mary to it, the role
> database_name_select won't inherit John and Mary's privs, will it?  I
> do want John and Mary to inherit the privs of the database_name_select
> role.  Do I set database_name_select with the option inherit or no
> inherit?  The implication is that roles can inherit from other roles;
> is that correct?
>
> Thanks for your help,
>
> Carol
>


--
Julius Tuskenis
Programavimo skyriaus vadovas
UAB nSoft
mob. +37068233050


pgsql-admin by date:

Previous
From: Carol Walter
Date:
Subject: roles and inheritance
Next
From: Tom Lane
Date:
Subject: Re: Connecting from xp to linux server