Update misleading comment about the use of lanpltrusted ... it is
authorTom Lane
Fri, 6 May 2005 14:28:53 +0000 (14:28 +0000)
committerTom Lane
Fri, 6 May 2005 14:28:53 +0000 (14:28 +0000)
significant regardless of the value of lanispl.

doc/src/sgml/catalogs.sgml

index 5a171e9496938899b96c7ae75c773dfe0571e648..0aa12d4eae5e3dd06e3f85bf3b8209c69fe6abf9 100644 (file)
@@ -1,6 +1,6 @@
 
 
 
       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.