Re: How to stop script executions - Mailing list pgsql-general

From David G. Johnston
Subject Re: How to stop script executions
Date
Msg-id CAKFQuwaSUuVXqtqfS-hh_3+1rNZ7Q--EV5yVAnt5vAYZxA7OYA@mail.gmail.com
Whole thread Raw
In response to Re: How to stop script executions  (Alex Ignatov <a.ignatov@postgrespro.ru>)
List pgsql-general
On Tue, Jul 26, 2016 at 9:16 AM, Alex Ignatov <a.ignatov@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.

pgsql-general by date:

Previous
From: Sameer Kumar
Date:
Subject: Re: How to stop script executions
Next
From: "David G. Johnston"
Date:
Subject: Re: How to stop script executions