]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Fix markup.
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 20 Apr 2007 03:10:57 +0000 (03:10 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 20 Apr 2007 03:10:57 +0000 (03:10 +0000)
Security: CVE-2007-2138

doc/src/sgml/ref/create_function.sgml

index cc4a138ae82e9ddde5dac68223bbc7d0e178b7af..87069be5025d269779dd348edfadf1e52888e417 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_function.sgml,v 1.43.2.1 2007/04/20 02:38:57 tgl Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_function.sgml,v 1.43.2.2 2007/04/20 03:10:57 tgl Exp $
 -->
 
 <refentry id="SQL-CREATEFUNCTION">
@@ -455,7 +455,7 @@ Point * complex_to_point (Complex *z)
     Because a <literal>SECURITY DEFINER</literal> function is executed
     with the privileges of the user that created it, care is needed to
     ensure that the function cannot be misused.  For security,
-    <xref linkend="guc-search-path"> should be set to exclude any schemas
+    <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