diff options
author | Tom Lane | 2005-05-06 14:28:53 +0000 |
---|---|---|
committer | Tom Lane | 2005-05-06 14:28:53 +0000 |
commit | 4eec2f24078d09fba8044a2b16584a9a4aa36242 (patch) | |
tree | 3bdb175b5bb009fc0ebf1da10a5d8413d3ded167 | |
parent | acc4f3e3cb20677213e7dfbb2a87e866ca801b43 (diff) |
Update misleading comment about the use of lanpltrusted ... it is
significant regardless of the value of lanispl.
-rw-r--r-- | doc/src/sgml/catalogs.sgml | 9 |
1 files changed, 5 insertions, 4 deletions
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 @@ <!-- Documentation of the system catalogs, directed toward PostgreSQL developers - $PostgreSQL: pgsql/doc/src/sgml/catalogs.sgml,v 2.100 2005/04/12 04:26:13 tgl Exp $ + $PostgreSQL: pgsql/doc/src/sgml/catalogs.sgml,v 2.101 2005/05/06 14:28:53 tgl Exp $ --> <chapter id="catalogs"> @@ -2208,9 +2208,10 @@ <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> |