From: Neil Conway Date: Mon, 23 Apr 2007 16:53:13 +0000 (+0000) Subject: Fix newly-introduced documentation typo. X-Git-Url: http://waps.l3s.uni-hannover.de/gitweb/?a=commitdiff_plain;h=2fbbb7be4640ac45976ab684add8f8055a24abce;p=users%2Fbernd%2Fpostgres.git Fix newly-introduced documentation typo. --- diff --git a/doc/src/sgml/ref/create_function.sgml b/doc/src/sgml/ref/create_function.sgml index 3ef9546f55..18f1edaa5f 100644 --- a/doc/src/sgml/ref/create_function.sgml +++ b/doc/src/sgml/ref/create_function.sgml @@ -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,