summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeil Conway <neilc@samurai.com>2007-04-23 16:53:15 +0000
committerNeil Conway <neilc@samurai.com>2007-04-23 16:53:15 +0000
commita8ac5f76262e98702512e2e3a880097b02db62d8 (patch)
tree522a7597f5cbcdbf7e9ca65b0c7775a48fc83df3
parent6b5ecb40106cf668b72fcedd770ba23747a21274 (diff)
Fix newly-introduced documentation typo.
-rw-r--r--doc/src/sgml/ref/create_function.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/create_function.sgml b/doc/src/sgml/ref/create_function.sgml
index 87069be5025..acf3cb69297 100644
--- a/doc/src/sgml/ref/create_function.sgml
+++ b/doc/src/sgml/ref/create_function.sgml
@@ -1,5 +1,5 @@
<!--
-$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_function.sgml,v 1.43.2.2 2007/04/20 03:10:57 tgl Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_function.sgml,v 1.43.2.3 2007/04/23 16:53:15 neilc Exp $
-->
<refentry id="SQL-CREATEFUNCTION">
@@ -458,7 +458,7 @@ Point * complex_to_point (Complex *z)
<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,