From: Tom Lane Date: Fri, 20 Apr 2007 03:28:05 +0000 (+0000) Subject: Fix markup. X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=adc40f5240c940aaae7f673dff773feaf5341034;p=users%2Fbernd%2Fpostgres.git Fix markup. Security: CVE-2007-2138 --- diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index eb1ef61f0e..9ac0765548 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -45,8 +45,7 @@ $Header$ 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.