Fix newly-introduced documentation typo.
authorNeil Conway <[email protected]>
Mon, 23 Apr 2007 16:52:56 +0000 (16:52 +0000)
committerNeil Conway <[email protected]>
Mon, 23 Apr 2007 16:52:56 +0000 (16:52 +0000)
doc/src/sgml/ref/create_function.sgml

index 0fc2c2d81f557643ed2dcc98d7bbfc38ebdc5cea..5142a1e9141649a77706e570d66a008c52001dbe 100644 (file)
@@ -486,7 +486,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,