Re: security permissions for functions - Mailing list pgsql-general

From Raymond O'Donnell
Subject Re: security permissions for functions
Date
Msg-id 45F09050.3090008@iol.ie
Whole thread Raw
In response to Re: security permissions for functions  (Rikard Pavelic <rikard.pavelic@zg.htnet.hr>)
List pgsql-general
On 08/03/2007 22:21, Rikard Pavelic wrote:

> And for user2 to be able to execute
> example.function2() and not example.function1()?

<snip>

> REVOKE EXECUTE ON FUNCTION example.function1() FROM user1
> don't have any affect.

Surely you mean -

   REVOKE EXECUTE ON FUNCTION example.function1() FROM user2;

- in order to achieve what you described?

Ray.

---------------------------------------------------------------
Raymond O'Donnell, Director of Music, Galway Cathedral, Ireland
rod@iol.ie
---------------------------------------------------------------

pgsql-general by date:

Previous
From: Rikard Pavelic
Date:
Subject: Re: security permissions for functions
Next
From: "David Legault"
Date:
Subject: Re: security permissions for functions