Re: grants on functions - Mailing list pgsql-general

From Darren Ferguson
Subject Re: grants on functions
Date
Msg-id Pine.LNX.4.10.10203271133420.30522-100000@thread.crystalballinc.com
Whole thread Raw
In response to grants on functions  ("Marin Dimitrov" <marin.dimitrov@sirma.bg>)
List pgsql-general
Check the threads a month or so ago this was discussed in depth.

Basically postgres uses security through the views and you grant
permissions to users for the specific views.

Darren Ferguson

On Wed, 27 Mar 2002, Marin Dimitrov wrote:

>
> Hi,
>
> it seems that there is no security management related to functions in the
> database (I couldn't find much info in the docs)
>
> the GRANT operator does not accept function objects, furthermore any
> database user is able to execute any other user's functions
>
> shouldn't privileges be associated with functions too ? (similar to GRANT
> EXECUTE in Oracle)
>
> thanx,
>
>     Marin
>
> ----
> "...what you brought from your past, is of no use in your present. When
> you must choose a new path, do not bring old experiences with you.
> Those who strike out afresh, but who attempt to retain a little of the
> old life, end up torn apart by their own memories. "
>
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo@postgresql.org so that your
> message can get through to the mailing list cleanly
>


pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: View vs. direct Table access
Next
From: pgsql-gen Newsgroup (@Basebeans.com)
Date:
Subject: Performance question.