Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4eec2f2

Browse files
committed
Update misleading comment about the use of lanpltrusted ... it is
significant regardless of the value of lanispl.
1 parent acc4f3e commit 4eec2f2

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

doc/src/sgml/catalogs.sgml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!--
22
Documentation of the system catalogs, directed toward PostgreSQL developers
3-
$PostgreSQL: pgsql/doc/src/sgml/catalogs.sgml,v 2.100 2005/04/12 04:26:13 tgl Exp $
3+
$PostgreSQL: pgsql/doc/src/sgml/catalogs.sgml,v 2.101 2005/05/06 14:28:53 tgl Exp $
44
-->
55

66
<chapter id="catalogs">
@@ -2208,9 +2208,10 @@
22082208
<entry><type>bool</type></entry>
22092209
<entry></entry>
22102210
<entry>
2211-
This is a trusted language. If this is an internal
2212-
language (<structfield>lanispl</structfield> is false) then
2213-
this column is meaningless.
2211+
True if this is a trusted language, which means that it is believed
2212+
not to grant access to anything outside the normal SQL execution
2213+
environment. Only superusers may create functions in untrusted
2214+
languages.
22142215
</entry>
22152216
</row>
22162217

0 commit comments

Comments
 (0)