diff options
author | Neil Conway | 2007-04-23 16:53:09 +0000 |
---|---|---|
committer | Neil Conway | 2007-04-23 16:53:09 +0000 |
commit | d221ef7bdf9a7b851cc3d34a892d6f40669ecdd0 (patch) | |
tree | 285c778079df62a02e6935cd5cd7ed1a4451772a /doc/src | |
parent | 13e22236c93c0798ff806eaf6fceb0463e089521 (diff) |
Fix newly-introduced documentation typo.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ref/create_function.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/create_function.sgml b/doc/src/sgml/ref/create_function.sgml index b62952f8c3f..ff248f1f220 100644 --- a/doc/src/sgml/ref/create_function.sgml +++ b/doc/src/sgml/ref/create_function.sgml @@ -1,5 +1,5 @@ <!-- -$PostgreSQL: pgsql/doc/src/sgml/ref/create_function.sgml,v 1.64.4.1 2007/04/20 02:38:29 tgl Exp $ +$PostgreSQL: pgsql/doc/src/sgml/ref/create_function.sgml,v 1.64.4.2 2007/04/23 16:53:09 neilc Exp $ --> <refentry id="SQL-CREATEFUNCTION"> @@ -428,7 +428,7 @@ $$ LANGUAGE plpgsql; <xref linkend="guc-search-path"> should be set to exclude any schemas writable by untrusted users. This prevents malicious users from creating objects that mask objects used by the - function. Particularly important is in this regard is the + function. Particularly important in this regard is the temporary-table schema, which is searched first by default, and is normally writable by anyone. A secure arrangement can be had by forcing the temporary schema to be searched last. To do this, |