From: Tom Lane Date: Fri, 20 Apr 2007 03:28:05 +0000 (+0000) Subject: Fix markup. X-Git-Tag: REL7_4_17~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9903eaf7a17b9c2418ffd7af810d79d5a5f42cb3;p=thirdparty%2Fpostgresql.git Fix markup. Security: CVE-2007-2138 --- diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index 8f375baf399..74e5b3db7df 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -1,5 +1,5 @@ @@ -45,8 +45,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.235.2.53 2007/04/20 02:38: truly secure value of search_path. Without it, an unprivileged SQL user can use temporary objects to execute code with the privileges of the security-definer function (CVE-2007-2138). - See for more information. + See CREATE FUNCTION for more information. @@ -3230,8 +3229,7 @@ DROP SCHEMA information_schema CASCADE; truly secure value of search_path. Without it, an unprivileged SQL user can use temporary objects to execute code with the privileges of the security-definer function (CVE-2007-2138). - See for more information. + See CREATE FUNCTION for more information.