On Tue, Jul 26, 2016 at 9:16 AM, Alex Ignatov <a.igna...@postgrespro.ru> wrote:
> revoke usage on language plpythonu from username; > > revoke usage on language plperl(u) from username; > Actually, the usage permission for an untrusted language appears to be pointless. Only superusers can create functions in those languages and superusers bypass the grant system altogether. Its not documented (that I can see) whether users get their usage authority for plperl via PUBLIC or explicit grants... David J.