Re: Unprivileged access to pgsql functions?

Поиск
Список
Период
Сортировка
От Vibhor Kumar
Тема Re: Unprivileged access to pgsql functions?
Дата
Msg-id 6222E381-1805-4083-AA32-A5D852A25C21@enterprisedb.com
обсуждение исходный текст
Ответ на Re: Unprivileged access to pgsql functions?  (Matt Warner <matt@warnertechnology.com>)
Список 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 по дате отправления:

Предыдущее
От: John R Pierce
Дата:
Сообщение: Re: Unprivileged access to pgsql functions?
Следующее
От: Andrew Sullivan
Дата:
Сообщение: Re: Unprivileged access to pgsql functions?