Permissions on tables - Mailing list pgsql-sql

From subhash@nmsu.edu
Subject Permissions on tables
Date
Msg-id 1111521303.42407817befd2@webmail.nmsu.edu
Whole thread Raw
List pgsql-sql
Hi,
I have a requirement where I have a table and a view on top of it. I want to
make some changes so that a user in a given group would be able to insert/update
only on the view (ofcourse i have a rule which inserts/updates the table) but
not on the underlying table. I tried revoke the insert/update permissions on the
table, but it fails even the inserts/updates on the view. How can i set these
permissions ?
Thanks,
Subhash.



pgsql-sql by date:

Previous
From: Tom Lane
Date:
Subject: Re: Securing VIEWS that use contrib/pgcrypto -- how?
Next
From: sreekanth pk
Date:
Subject: Auto Numbering