From: | "Medi Montaseri" <montaseri(at)gmail(dot)com> |
---|---|
To: | "Scott Marlowe" <scott(dot)marlowe(at)gmail(dot)com> |
Cc: | qinghuamail-postgresqlfans(at)yahoo(dot)com, postgresql-admin <pgsql-admin(at)postgresql(dot)org> |
Subject: | Re: how to create dir using pg/plsql |
Date: | 2007-08-29 16:28:25 |
Message-ID: | 8078a1730708290928t63620ae2h9cd3262edc40e0fe@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
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.
I appreciate a clarification.
Medi
On 8/29/07, Scott Marlowe <scott(dot)marlowe(at)gmail(dot)com> wrote:
>
> On 8/29/07, qinghuamail-postgresqlfans(at)yahoo(dot)com
> <qinghuamail-postgresqlfans(at)yahoo(dot)com> wrote:
> > just subject,
> >
> > i need to create dir using pg/plsql function,,but cannt get anything
> after
> > google,
>
> As noted, not possible. BUT, you can do it in untrusted languages,
> like pl/perlu or pl/tclu or pl/C
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: explain analyze is your friend
>
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2007-08-29 16:47:55 | Re: how to create dir using pg/plsql |
Previous Message | Kevin Grittner | 2007-08-29 16:01:29 | Re: how is pitr replay interruption time determined? |