diff options
author | Neil Conway | 2007-04-23 16:52:58 +0000 |
---|---|---|
committer | Neil Conway | 2007-04-23 16:52:58 +0000 |
commit | a99381619efd1988c0ad0a7119a9ff4a11cef9cd (patch) | |
tree | 5ef83b030ae930a0653da51d9a0e36500145dac1 | |
parent | 2bf97c9c4a48bb048527ebe28856345015d4ac98 (diff) |
Fix newly-introduced documentation typo.
-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 e761f088417..0b0510d878b 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.67.2.1 2007/04/20 02:38:04 tgl Exp $ +$PostgreSQL: pgsql/doc/src/sgml/ref/create_function.sgml,v 1.67.2.2 2007/04/23 16:52:58 neilc Exp $ --> <refentry id="SQL-CREATEFUNCTION"> @@ -483,7 +483,7 @@ SELECT * FROM dup(42); <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, |