|
1 | 1 | <!-- |
2 | | -$PostgreSQL: pgsql/doc/src/sgml/ref/create_function.sgml,v 1.74 2007/04/20 02:37:37 tgl Exp $ |
| 2 | +$PostgreSQL: pgsql/doc/src/sgml/ref/create_function.sgml,v 1.75 2007/04/23 16:52:53 neilc Exp $ |
3 | 3 | --> |
4 | 4 |
|
5 | 5 | <refentry id="SQL-CREATEFUNCTION"> |
@@ -518,7 +518,7 @@ SELECT * FROM dup(42); |
518 | 518 | <xref linkend="guc-search-path"> should be set to exclude any schemas |
519 | 519 | writable by untrusted users. This prevents |
520 | 520 | malicious users from creating objects that mask objects used by the |
521 | | - function. Particularly importantisin this regard is the |
| 521 | + function. Particularly important in this regard is the |
522 | 522 | temporary-table schema, which is searched first by default, and |
523 | 523 | is normally writable by anyone. A secure arrangement can be had |
524 | 524 | by forcing the temporary schema to be searched last. To do this, |
|