Re: Unprivileged access to pgsql functions?

From: Vibhor Kumar <vibhor(dot)kumar(at)enterprisedb(dot)com>
To: Matt Warner <matt(at)warnertechnology(dot)com>
Cc: John R Pierce <pierce(at)hogranch(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: Unprivileged access to pgsql functions?
Date: 2011-03-04 21:51:03
Message-ID: 6222E381-1805-4083-AA32-A5D852A25C21@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)kumar(at)enterprisedb(dot)com
Blog:http://vibhork.blogspot.com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Andrew Sullivan 2011-03-04 21:51:06 Re: Unprivileged access to pgsql functions?
Previous Message John R Pierce 2011-03-04 21:49:24 Re: Unprivileged access to pgsql functions?