From: Tom Lane Date: Fri, 6 May 2005 14:28:53 +0000 (+0000) Subject: Update misleading comment about the use of lanpltrusted ... it is X-Git-Tag: REL8_1_0BETA1~859 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4eec2f24078d09fba8044a2b16584a9a4aa36242;p=thirdparty%2Fpostgresql.git Update misleading comment about the use of lanpltrusted ... it is significant regardless of the value of lanispl. --- diff --git a/doc/src/sgml/catalogs.sgml b/doc/src/sgml/catalogs.sgml index 5a171e94969..0aa12d4eae5 100644 --- a/doc/src/sgml/catalogs.sgml +++ b/doc/src/sgml/catalogs.sgml @@ -1,6 +1,6 @@ @@ -2208,9 +2208,10 @@ bool - This is a trusted language. If this is an internal - language (lanispl is false) then - this column is meaningless. + True if this is a trusted language, which means that it is believed + not to grant access to anything outside the normal SQL execution + environment. Only superusers may create functions in untrusted + languages.