Re: GRANT on group does not give access to group members - Mailing list pgsql-general

From Sean Davis
Subject Re: GRANT on group does not give access to group members
Date
Msg-id 46EC5D24.4000805@mail.nih.gov
Whole thread Raw
In response to Re: GRANT on group does not give access to group members  (wild_oscar <miguel@almeida.at>)
List 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

pgsql-general by date:

Previous
From: Sean Davis
Date:
Subject: Re: use COPY TO on normalized database
Next
From: "Merlin Moncure"
Date:
Subject: Re: Locking entire database