Re: security permissions for functions

From: Raymond O'Donnell <rod(at)iol(dot)ie>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: security permissions for functions
Date: 2007-03-08 22:38:08
Message-ID: 45F09050.3090008@iol.ie
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)iol(dot)ie
---------------------------------------------------------------

In response to

Browse pgsql-general by date

  From Date Subject
Next Message David Legault 2007-03-08 22:48:26 Re: security permissions for functions
Previous Message Rikard Pavelic 2007-03-08 22:35:37 Re: security permissions for functions