Re: how to create dir using pg/plsql - Mailing list pgsql-admin

From Tom Lane
Subject Re: how to create dir using pg/plsql
Date
Msg-id 5790.1188406075@sss.pgh.pa.us
Whole thread Raw
In response to Re: how to create dir using pg/plsql  ("Medi Montaseri" <montaseri@gmail.com>)
Responses Re: how to create dir using pg/plsql  ("Medi Montaseri" <montaseri@gmail.com>)
List pgsql-admin
"Medi Montaseri" <montaseri@gmail.com> writes:
> I was under the impression that recent modern databases, like PG, allow you
> to transfer  control to an out-of-system (system being the DB engine) module
> (shared lib, dll). That is while triggers transfer control within the
> system, now mechanisms exists that allow you to go outside of the system. In
> that context, whence the control is transferred to a C, Perl or whatever
> language, who is to stop that function from doing anything it wants.

Well, sure.  Postgres calls those untrusted languages, and only lets
database superusers use them.

            regards, tom lane

pgsql-admin by date:

Previous
From: "Medi Montaseri"
Date:
Subject: Re: how to create dir using pg/plsql
Next
From: John R Allgood
Date:
Subject: Re: How to monitor resources on Linux.