Re: Unprivileged access to pgsql functions? - Mailing list pgsql-general

From John R Pierce
Subject Re: Unprivileged access to pgsql functions?
Date
Msg-id 4D715E64.808@hogranch.com
Whole thread Raw
In response to Re: Unprivileged access to pgsql functions?  (Matt Warner <matt@warnertechnology.com>)
Responses Re: Unprivileged access to pgsql functions?  (Matt Warner <matt@warnertechnology.com>)
List pgsql-general
On 03/04/11 1:41 PM, Matt Warner wrote:
> No luck:
>
> *** as postgres
> postgres=# GRANT all on function nvl(anyelement,anyelement) to public;
> GRANT
> postgres=#
>
> *** as unprivileged user
> offload=> select nvl(0,1);
> ERROR:  function nvl(integer, integer) does not exist
> LINE 1: select nvl(0,1);
>                ^
> HINT:  No function matches the given name and argument types. You
> might need to add explicit type casts.
>

what schema is this function defined in?  is that schema in the search path?



pgsql-general by date:

Previous
From: Bosco Rama
Date:
Subject: Re: Unprivileged access to pgsql functions?
Next
From: Vibhor Kumar
Date:
Subject: Re: Unprivileged access to pgsql functions?