Re: BUG #1571: Cannot grant execute functions to non-superusers

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #1571: Cannot grant execute functions to non-superusers
Дата
Msg-id 527.1112229997@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #1571: Cannot grant execute functions to non-superusers  ("CaT" <cat@zip.com.au>)
Ответы Re: BUG #1571: Cannot grant execute functions to non-superusers  (CaT <cat@zip.com.au>)
Список pgsql-bugs
"CaT" <cat@zip.com.au> writes:
> = holly@hollydb:/holly> select gen_salt('md5'::text);
> ERROR:  42883: function gen_salt(text) does not exist

This is not a permissions problem, it's a "you're not looking in the
right place" problem.  I speculate that either you loaded the functions
in the wrong database, or holly for some reason doesn't have the public
schema in her search path.

            regards, tom lane

В списке pgsql-bugs по дате отправления:

Предыдущее
От: CaT
Дата:
Сообщение: Re: BUG #1571: Cannot grant execute functions to non-superusers
Следующее
От: CaT
Дата:
Сообщение: Re: BUG #1571: Cannot grant execute functions to non-superusers