]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Fix newly-introduced documentation typo.
authorNeil Conway <neilc@samurai.com>
Mon, 23 Apr 2007 16:53:13 +0000 (16:53 +0000)
committerNeil Conway <neilc@samurai.com>
Mon, 23 Apr 2007 16:53:13 +0000 (16:53 +0000)
doc/src/sgml/ref/create_function.sgml

index 8adf939952bac93999ae4b2707f98f12db26c465..aba5ab8b484e810f912793e4286e4df30efd0510 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_function.sgml,v 1.53.2.3 2007/04/20 03:10:51 tgl Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_function.sgml,v 1.53.2.4 2007/04/23 16:53:13 neilc Exp $
 -->
 
 <refentry id="SQL-CREATEFUNCTION">
@@ -392,7 +392,7 @@ CREATE FUNCTION add(integer, integer) RETURNS integer
     <varname>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,