Re: Interpretation of TRUSTED - Mailing list pgsql-hackers

From Jeff Davis
Subject Re: Interpretation of TRUSTED
Date
Msg-id 1107914523.354.16.camel@jeff
Whole thread Raw
In response to Re: Interpretation of TRUSTED  (elein@varlena.com (elein))
List pgsql-hackers
On Tue, 2005-02-08 at 14:51 -0800, elein wrote:
> An untrusted language is so because of what it can do and cannot do.
> An untrusted language cannot access the filesystem, for example.
> 

There is a bit of confusion in the terminology. Trusted means that the
language has been deemed "safe", i.e. it cannot do things like access
the filesystem. An untrusted language is not safe, i.e. it can do things
that you would not want an ordinary user to do.

I can see how someone would be easily confused about the terminology,
and I have to think about it each time. Trusted vs. untrusted refers to
the language, not the user of the language.

Regards,Jeff Davis



pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: Interpretation of TRUSTED
Next
From: Bruce Momjian
Date:
Subject: Re: Connect By for 8.0