Re: GRANT EXECUTE doesn't work?!

From: "A(dot)Bhuvaneswaran" <bhuvansql(at)myrealbox(dot)com>
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 13:44:11
Message-ID: Pine.LNX.4.44.0305061910030.1500-100000@Bhuvan.bksys.co.in
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Andrew Sullivan 2003-05-06 14:11:25 Re: pg_dumpall / pg_dump
Previous Message Gémes Géza 2003-05-06 12:58:30 GRANT EXECUTE doesn't work?!