From: Neil Conway Date: Mon, 23 Apr 2007 16:52:58 +0000 (+0000) Subject: Fix newly-introduced documentation typo. X-Git-Tag: REL8_1_10~69 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a99381619efd1988c0ad0a7119a9ff4a11cef9cd;p=postgresql Fix newly-introduced documentation typo. --- diff --git a/doc/src/sgml/ref/create_function.sgml b/doc/src/sgml/ref/create_function.sgml index e761f08841..0b0510d878 100644 --- a/doc/src/sgml/ref/create_function.sgml +++ b/doc/src/sgml/ref/create_function.sgml @@ -1,5 +1,5 @@ @@ -483,7 +483,7 @@ SELECT * FROM dup(42); 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,