Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 24236db

Browse files
author
Neil Conway
committed
Fix newly-introduced documentation typo.
1 parent 3591ca1 commit 24236db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/ref/create_function.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/ref/create_function.sgml,v 1.74 2007/04/20 02:37:37 tgl Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/ref/create_function.sgml,v 1.75 2007/04/23 16:52:53 neilc Exp $
33
-->
44

55
<refentry id="SQL-CREATEFUNCTION">
@@ -518,7 +518,7 @@ SELECT * FROM dup(42);
518518
<xref linkend="guc-search-path"> should be set to exclude any schemas
519519
writable by untrusted users. This prevents
520520
malicious users from creating objects that mask objects used by the
521-
function. Particularly important is in this regard is the
521+
function. Particularly important in this regard is the
522522
temporary-table schema, which is searched first by default, and
523523
is normally writable by anyone. A secure arrangement can be had
524524
by forcing the temporary schema to be searched last. To do this,

0 commit comments

Comments
 (0)