Re: GRANT question - Mailing list pgsql-general

From Tom Lane
Subject Re: GRANT question
Date
Msg-id 20059.1133046426@sss.pgh.pa.us
Whole thread Raw
In response to Re: GRANT question  (Michael Fuhr <mike@fuhr.org>)
Responses Re: GRANT question  (Együd Csaba <csegyud@vnet.hu>)
List pgsql-general
Michael Fuhr <mike@fuhr.org> writes:
> Oops, I forgot that \df uses pg_function_is_visible(), so it won't
> show functions that aren't in your search path.  Try this:

Or try
    \df *.edenproc_usesysid

I note the lack of "show search_path" for the non-admin user in
your example ... it might also be interesting to try
    select current_schemas(true);

            regards, tom lane

pgsql-general by date:

Previous
From: Michael Fuhr
Date:
Subject: Re: FW: GRANT question
Next
From: Együd Csaba
Date:
Subject: Re: GRANT question