Re: BUG #1571: Cannot grant execute functions to non-superusers - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #1571: Cannot grant execute functions to non-superusers
Date
Msg-id 527.1112229997@sss.pgh.pa.us
Whole thread Raw
In response to BUG #1571: Cannot grant execute functions to non-superusers  ("CaT" <cat@zip.com.au>)
Responses Re: BUG #1571: Cannot grant execute functions to non-superusers  (CaT <cat@zip.com.au>)
List 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 by date:

Previous
From: CaT
Date:
Subject: Re: BUG #1571: Cannot grant execute functions to non-superusers
Next
From: CaT
Date:
Subject: Re: BUG #1571: Cannot grant execute functions to non-superusers