Re: Grant SELECT/Execute to View/Function but not underlying Table - Mailing list pgsql-general

From David G. Johnston
Subject Re: Grant SELECT/Execute to View/Function but not underlying Table
Date
Msg-id CAKFQuwZanP5qgV7ZLpCs_yLggoNbCWqhsRyXVA443x=OynF26A@mail.gmail.com
Whole thread Raw
In response to Re: Grant SELECT/Execute to View/Function but not underlying Table  (Maxim Boguk <maxim.boguk@gmail.com>)
List pgsql-general


On Thursday, September 24, 2015, Maxim Boguk <maxim.boguk@gmail.com> wrote:


On Thu, Sep 24, 2015 at 9:28 PM, Alex Magnum <magnum11200@gmail.com> wrote:
Hi,
is it possible to grant select to views and functions without the need to also grant the user the SELECT privileges to the Tables used in the views or functions?

That way I could create read only users on a website and limit their access to the bare minimum.

 
for view no it isn't possible (view is query text stored in database for future use and nothing more).


This is not how views are stored nor how they work.  The are implemented as rules and thus the following section of the documentation applies.


David J.

pgsql-general by date:

Previous
From: Thom Brown
Date:
Subject: Re: Grant SELECT/Execute to View/Function but not underlying Table
Next
From: Melvin Davidson
Date:
Subject: Re: Convert number to string