回复: Re: how to create dir using pg/plsql

From: <qinghuamail-postgresqlfans(at)yahoo(dot)com>
To: depesz(at)depesz(dot)com, qinghuamail-postgresqlfans(at)yahoo(dot)com
Cc: postgresql-admin <pgsql-admin(at)postgresql(dot)org>
Subject: 回复: Re: how to create dir using pg/plsql
Date: 2007-08-29 09:28:55
Message-ID: 20155.9480.qm@web58109.mail.re3.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

oh,i see, thank you very much!

hubert depesz lubaczewski <depesz(at)depesz(dot)com> 写道: On Wed, Aug 29, 2007 at 02:45:56PM +0800, qinghuamail-postgresqlfans(at)yahoo(dot)com wrote:
> just subject,
> i need to create dir using pg/plsql function,,but cannt get anything after google,

it's not possible.
pl/pgsql is trusted language (like pl/perl and pl/tcl). trusted
languages cannot use system-level functions. so no file, directory,
socket access is possible.

depesz

--
quicksil1er: "postgres is excellent, but like any DB it requires a
highly paid DBA. here's my CV!" :)
http://www.depesz.com/ - blog dla ciebie (i moje CV)


---------------------------------
雅虎邮箱,以安全著称,是值得信赖的邮箱专家!

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message John R Allgood 2007-08-29 12:05:00 Re: How to monitor resources on Linux.
Previous Message hubert depesz lubaczewski 2007-08-29 08:27:42 Re: how to create dir using pg/plsql