From: | Gémes Géza <geza(at)kzsdabas(dot)sulinet(dot)hu> |
---|---|
To: | pgsql-admin(at)postgresql(dot)org |
Subject: | GRANT EXECUTE does work! |
Date: | 2003-05-07 08:41:52 |
Message-ID: | 3EB8C6D0.6010501@kzsdabas.sulinet.hu |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
Tom Lane írta:
>=?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
>
>
>---------------------------(end of broadcast)---------------------------
>TIP 2: you can get off all lists at once with the unregister command
> (send "unregister YourEmailAddressHere" to majordomo(at)postgresql(dot)org)
>
>
Thanks for the answers it's working now!:
GRANT EXECUTE ON FUNCTION funcname(params) TO GROUP groupname;
Best regards
Geza Gemes
From | Date | Subject | |
---|---|---|---|
Next Message | Rajesh Kumar Mallah | 2003-05-07 08:58:42 | Re: cant' pg_ctl find pid file from PGDATA env variable? |
Previous Message | Rajesh Kumar Mallah | 2003-05-07 07:41:43 | cant' pg_ctl find pid file from PGDATA env variable? |