=?ISO-8859-2?Q?G=E9mes_G=E9za?= <geza(at)kzsdabas(dot)sulinet(dot)hu> writes:
> #GRANT EXECUTE ON function_name_here(parametertype, e.g char(10)) TO
> group_name_here;
According to the manual, the syntax is
GRANT EXECUTE ON FUNCTION funcname(params) TO GROUP groupname;
regards, tom lane