diff options
author | Tom Lane | 2007-04-20 03:28:05 +0000 |
---|---|---|
committer | Tom Lane | 2007-04-20 03:28:05 +0000 |
commit | 9903eaf7a17b9c2418ffd7af810d79d5a5f42cb3 (patch) | |
tree | 10c729c4172d82ee98e411c48771bc1dbd316b31 /doc/src | |
parent | 82942036372f93eade0ca8d974e7d979f366819e (diff) |
Fix markup.
Security: CVE-2007-2138
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/release.sgml | 8 |
1 files changed, 3 insertions, 5 deletions
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 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.235.2.53 2007/04/20 02:38:44 tgl Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.235.2.54 2007/04/20 03:28:05 tgl Exp $ --> <appendix id="release"> @@ -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 <varname>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 <xref linkend="sql-createfunction" - endterm="sql-createfunction-title"> for more information. + See <command>CREATE FUNCTION</> for more information. </para> </listitem> @@ -3230,8 +3229,7 @@ DROP SCHEMA information_schema CASCADE; truly secure value of <varname>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 <xref linkend="sql-createfunction" - endterm="sql-createfunction-title"> for more information. + See <command>CREATE FUNCTION</> for more information. </para> </listitem> |