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

doc/src/sgml/catalogs.sgml

index 08f7687c8844473e7578e3fe4f969e621c868ed2..18501d9cb52b00ab0c9f465b0f6667384b97b756 100644 (file)
       <entry><type>bool</type></entry>
       <entry></entry>
       <entry>
-       This is a trusted language.  If this is an internal
-       language (<structfield>lanispl</structfield> 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.
       </entry>
      </row>