diff options
author | Neil Conway <neilc@samurai.com> | 2007-04-23 16:52:53 +0000 |
---|---|---|
committer | Neil Conway <neilc@samurai.com> | 2007-04-23 16:52:53 +0000 |
commit | 24236db1933a52a97bb28e8a31c1f238cdcff897 (patch) | |
tree | 6c73b06aa3e8602cd88ffd812fe98b8d13c3a7f4 | |
parent | 3591ca1fbfe0b5a39254f7931a1af1b5211b9d7e (diff) | |
download | postgresql-24236db1933a52a97bb28e8a31c1f238cdcff897.tar.gz postgresql-24236db1933a52a97bb28e8a31c1f238cdcff897.zip |
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 a0e7c4490b2..5966ca1c0b0 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.74 2007/04/20 02:37:37 tgl Exp $ +$PostgreSQL: pgsql/doc/src/sgml/ref/create_function.sgml,v 1.75 2007/04/23 16:52:53 neilc Exp $ --> <refentry id="SQL-CREATEFUNCTION"> @@ -518,7 +518,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, |