Re: GRANT EXECUTE doesn't work?!

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Gémes Géza <geza(at)kzsdabas(dot)sulinet(dot)hu>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: GRANT EXECUTE doesn't work?!
Date: 2003-05-06 14:37:24
Message-ID: 25115.1052231844@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

=?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

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Stephan Szabo 2003-05-06 14:39:57 Re: [ADMIN] A query with performance problems.
Previous Message Andrew Sullivan 2003-05-06 14:11:25 Re: pg_dumpall / pg_dump