Re: GRANT EXECUTE doesn't work?! - Mailing list pgsql-admin

From A.Bhuvaneswaran
Subject Re: GRANT EXECUTE doesn't work?!
Date
Msg-id [email protected]
Whole thread Raw
In response to GRANT EXECUTE doesn't work?!  (Gémes Géza <[email protected]>)
List pgsql-admin
> #GRANT EXECUTE ON function_name_here(parametertype, e.g char(10)) TO
> group_name_here;

=# \df function_name_here -- ensure the datatype of the parameter

and try,
=# GRANT EXECUTE ON function_name_here(char(10)) TO GROUP group_name_here;

regards,
bhuvaneswaran


pgsql-admin by date:

Previous
From: Gémes Géza
Date:
Subject: GRANT EXECUTE doesn't work?!
Next
From: Andrew Sullivan
Date:
Subject: Re: pg_dumpall / pg_dump