Re: role hierarchy

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-docs(at)postgresql(dot)org
Cc: ali haghighat <ali(dot)haghighat(at)gmail(dot)com>
Subject: Re: role hierarchy
Date: 2009-04-20 14:20:34
Message-ID: 200904201720.34800.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

On Monday 20 April 2009 10:49:20 ali haghighat wrote:
> does postgresql support role hierarchy and how?
> does child inherit parent permissions?how?

You can configure that in some detail. All of the options you describe are
supported. Start by reading the docs:

http://www.postgresql.org/docs/8.3/interactive/sql-grant.html

In response to

Browse pgsql-docs by date

  From Date Subject
Next Message David Fetter 2009-04-20 14:27:45 Re: [GENERAL] Postgresql 8.3X supports Arrays of Composite Types?
Previous Message Pavel Stehule 2009-04-20 12:28:33 Re: Does Postgresql 8.3X support Object/Class Methods and association between objects with REF?