Granting privileges on views to group roles - Mailing list pgsql-general

From Marc Balmer
Subject Granting privileges on views to group roles
Date
Msg-id 20070517094835.GB6253@mail.msys.ch
Whole thread Raw
Responses Re: Granting privileges on views to group roles
List pgsql-general
I am having a hard time here with PostgreSQL 8.2.4...  What I want to do
is rather simple:

I have two login roles, user_A and admin_A, and a group role, group_A.
user_A is member of group_A

I create a table t_data, owned by admin_A
I create a view v_data, owned by admin_A
Now I grant SELECT privilege on view v_data to group_A

I would by now assume that user_A can SELECT data on v_data, but he can
not.

What am I doing wrong here?  According to the docs, I should be able to
GRANT on views to group roles.

pgsql-general by date:

Previous
From: Shane Ambler
Date:
Subject: Re: basic postgres questions...
Next
From: Peter Wilson
Date:
Subject: Re: Windows Vista Support