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

From: CaT <cat(at)zip(dot)com(dot)au>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #1571: Cannot grant execute functions to non-superusers
Date: 2005-03-31 00:49:31
Message-ID: 20050331004931.GD2811@zip.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Wed, Mar 30, 2005 at 07:46:37PM -0500, Tom Lane wrote:
> "CaT" <cat(at)zip(dot)com(dot)au> writes:
> > = holly(at)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.

Yes. Definately a PEBCAK issue. :)

--
"To the extent that we overreact, we proffer the terrorists the
greatest tribute."
- High Court Judge Michael Kirby

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Bruce Momjian 2005-03-31 04:13:19 Re: BUG #1567: can't hide password with pg_autovacuum
Previous Message Tom Lane 2005-03-31 00:46:37 Re: BUG #1571: Cannot grant execute functions to non-superusers