From 414d0d1ecf2c57c3947f9aa5c6a60b855deaf659 Mon Sep 17 00:00:00 2001 From: Neil Conway Date: Mon, 23 Apr 2007 16:53:13 +0000 Subject: [PATCH] Fix newly-introduced documentation typo. --- doc/src/sgml/ref/create_function.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/sgml/ref/create_function.sgml b/doc/src/sgml/ref/create_function.sgml index 8adf939952b..aba5ab8b484 100644 --- a/doc/src/sgml/ref/create_function.sgml +++ b/doc/src/sgml/ref/create_function.sgml @@ -1,5 +1,5 @@ @@ -392,7 +392,7 @@ CREATE FUNCTION add(integer, integer) RETURNS integer 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, -- 2.39.5