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

From A.Bhuvaneswaran
Subject Re: GRANT EXECUTE doesn't work?!
Date
Msg-id Pine.LNX.4.44.0305061910030.1500-100000@Bhuvan.bksys.co.in
Whole thread Raw
In response to GRANT EXECUTE doesn't work?!  (Gémes Géza <geza@kzsdabas.sulinet.hu>)
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