GRANT EXECUTE does work! - Mailing list pgsql-admin

From Gémes Géza
Subject GRANT EXECUTE does work!
Date
Msg-id 3EB8C6D0.6010501@kzsdabas.sulinet.hu
Whole thread Raw
In response to Re: GRANT EXECUTE doesn't work?!  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-admin
Tom Lane írta:
Gémes Géza <geza@kzsdabas.sulinet.hu> writes: 
#GRANT EXECUTE ON function_name_here(parametertype, e.g char(10)) TO 
group_name_here;   
According to the manual, the syntax isGRANT EXECUTE ON FUNCTION funcname(params) TO GROUP groupname;
		regards, tom lane


---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command   (send "unregister YourEmailAddressHere" to majordomo@postgresql.org) 
Thanks for the answers it's working now!:

GRANT EXECUTE ON FUNCTION funcname(params) TO GROUP groupname;


Best regards

Geza Gemes

pgsql-admin by date:

Previous
From: Rajesh Kumar Mallah
Date:
Subject: cant' pg_ctl find pid file from PGDATA env variable?
Next
From: Rajesh Kumar Mallah
Date:
Subject: Re: cant' pg_ctl find pid file from PGDATA env variable?