Re: grants on functions

From: Darren Ferguson <darren(at)crystalballinc(dot)com>
To: Marin Dimitrov <marin(dot)dimitrov(at)sirma(dot)bg>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: grants on functions
Date: 2002-03-27 16:34:28
Message-ID: Pine.LNX.4.10.10203271133420.30522-100000@thread.crystalballinc.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)postgresql(dot)org so that your
> message can get through to the mailing list cleanly
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Jeff Kalbfleisch 2002-03-27 17:32:32 statistics collector
Previous Message Tom Lane 2002-03-27 16:12:34 Re: View vs. direct Table access