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

From Vibhor Kumar
Subject Re: Unprivileged access to pgsql functions?
Date
Msg-id 6222E381-1805-4083-AA32-A5D852A25C21@enterprisedb.com
Whole thread Raw
In response to Re: Unprivileged access to pgsql functions?  (Matt Warner <matt@warnertechnology.com>)
List pgsql-general
On Mar 5, 2011, at 3:11 AM, Matt Warner wrote:

> 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.


Error Message is only saying nvl(integer,integer) does not exists.

Please check offload database is having function nvl and then, grant all on that function.

Thanks & Regards,
Vibhor Kumar
EnterpriseDB Corporation
The Enterprise PostgreSQL Company
vibhor.kumar@enterprisedb.com
Blog:http://vibhork.blogspot.com


pgsql-general by date:

Previous
From: John R Pierce
Date:
Subject: Re: Unprivileged access to pgsql functions?
Next
From: Andrew Sullivan
Date:
Subject: Re: Unprivileged access to pgsql functions?