|
1 | 1 | <!-- |
2 | 2 | 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 $ |
4 | 4 | --> |
5 | 5 |
|
6 | 6 | <chapter id="catalogs"> |
|
2208 | 2208 | <entry><type>bool</type></entry> |
2209 | 2209 | <entry></entry> |
2210 | 2210 | <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. |
2214 | 2215 | </entry> |
2215 | 2216 | </row> |
2216 | 2217 |
|
|