8000 Fix newly-introduced documentation typo. · jandas/postgres@a8ac5f7 · GitHub
[go: up one dir, main page]

Skip to content

Commit a8ac5f7

Browse files
author
Neil Conway
committed
Fix newly-introduced documentation typo.
1 parent 6b5ecb4 commit a8ac5f7

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-
$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_function.sgml,v 1.43.2.2 2007/04/20 03:10:57 tgl Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_function.sgml,v 1.43.2.3 2007/04/23 16:53:15 neilc Exp $
33
-->
44

55
<refentry id="SQL-CREATEFUNCTION">
@@ -458,7 +458,7 @@ Point * complex_to_point (Complex *z)
458458
<varname>search_path</> should be set to exclude any schemas
459459
writable by untrusted users. This prevents
460460
malicious users from creating objects that mask objects used by the
461-
function. Particularly important is in this regard is the
461+
function. Particularly important in this regard is the
462462
temporary-table schema, which is searched first by default, and
463463
is normally writable by anyone. A secure arrangement can be had
464464
by forcing the temporary schema to be searched last. To do this,

0 commit comments

Comments
 (0)
0