Re: Permission on insert rules - Mailing list pgsql-sql

From Bruce Momjian
Subject Re: Permission on insert rules
Date
Msg-id 200211090240.gA92eX412402@candle.pha.pa.us
Whole thread Raw
In response to Re: Permission on insert rules  (Josh Berkus <josh@agliodbs.com>)
Responses Re: Permission on insert rules  (Robert Treat <xzilla@users.sourceforge.net>)
List pgsql-sql
Josh Berkus wrote:
> 
> Luis,
> 
> > Just a question.
> > I'm writing some rules to insert/update some data in my database, and I 
> > gave all the privileges on that view to the user, and only select on the 
> > tables.
> > When that user inserts data using the view, I thought that was user 
> > postgres that will do the rest ! But I got  permission denied on those 
> > tables.
> > The idea was to create a layer, with the views, giving to that user 
> > permission on views to insert and update, and not to tables.
> > Is this possible ?
> 
> This is a known problem.
> 
> I know that permissions for Functions has been addressed in 7.3.   However, I 
> am not sure about permissions for updatable views.   Tom, Bruce?

Views have always had their own permissions.

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
359-1001+  If your life is a hard drive,     |  13 Roberts Road +  Christ can be your backup.        |  Newtown Square,
Pennsylvania19073
 


pgsql-sql by date:

Previous
From: Josh Berkus
Date:
Subject: Re: Permission on insert rules
Next
From: Ludwig Lim
Date:
Subject: Passing OLD/NEW as composite type PL/PGSQL