Re: GRANT on group does not give access to group members

From: Sean Davis <sdavis2(at)mail(dot)nih(dot)gov>
To: wild_oscar <miguel(at)almeida(dot)at>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: GRANT on group does not give access to group members
Date: 2007-09-15 22:31:00
Message-ID: 46EC5D24.4000805@mail.nih.gov
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

wild_oscar wrote:
> Well, after further searching and reviewing the code I believe the problem
> was the NOINHERIT in the login role creation.
>
> So the remaining question is:
>
> On another question, if I want to grant privileges to all tables I have to
> do them ONE BY ONE. Granting the privileges on the database or the schema
> won't recursively grant them on the tables, am I correct?
>
> Is the only solution the usage of scripts such as this one:
> http://pgedit.com/public/sql/acl_admin/index.html
> http://pgedit.com/public/sql/acl_admin/index.html
>

PgAdminIII will do these tasks quite nicely using the grant wizard.

Sean

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Merlin Moncure 2007-09-15 23:20:13 Re: Locking entire database
Previous Message Sean Davis 2007-09-15 22:25:44 Re: use COPY TO on normalized database