Re: How to stop script executions

From: Sameer Kumar <sameer(dot)kumar(at)ashnik(dot)com>
To: Dev Kumkar <devdas(dot)kumkar(at)gmail(dot)com>, "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: How to stop script executions
Date: 2016-07-26 12:59:27
Message-ID: CADp-Sm53r7z+f-w=N2i9NYYymczBfxKua-UcQhbJbb3DxR1y-Q@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tue, 26 Jul 2016, 8:54 p.m. Dev Kumkar, <devdas(dot)kumkar(at)gmail(dot)com> wrote:

> Hello Experts,
>
> I want to have my postgreSQL database to only execute SQLs and avoid
> execution of perl and python script executions.
>

You mean you don't want any routines/functions written in Pl/perl or
PL/pythin to get executed?

If that is what you are looking for them simply drop the extension for
these languages or deny privilege to users/public on these extensions.

Infact from what I know, these extensions are not there by default, so
don't create them at all.

> Can you please suggest ways to achieve this?
>
> Regards...
>
--
--
Best Regards
Sameer Kumar | DB Solution Architect
*ASHNIK PTE. LTD.*

101 Cecil Street, #11-11 Tong Eng Building, Singapore 069 533

T: +65 6438 3504 | M: +65 8110 0350 | www.ashnik.com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message David G. Johnston 2016-07-26 13:05:13 Re: How to stop script executions
Previous Message Dev Kumkar 2016-07-26 12:53:26 How to stop script executions