From: Tom Lane Date: Sun, 8 Jun 2008 21:46:16 +0000 (+0000) Subject: Update release notes for ALTER AGGREGATE fix. X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=70cd244a2da360b60e2116461d0ad83e514bd799;p=users%2Fbernd%2Fpostgres.git Update release notes for ALTER AGGREGATE fix. --- diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index f43ee0fffa..22aba25fb3 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -72,7 +72,7 @@ do it for earlier branch release files. - This release contains one serious bug fix over 8.3.2. + This release contains one serious and one minor bug fix over 8.3.2. For information about new features in the 8.3 major release, see . @@ -112,6 +112,19 @@ do it for earlier branch release files. + + + Make ALTER AGGREGATE ... OWNER TO update + pg_shdepend (Tom) + + + + This oversight could lead to problems if the aggregate was later + involved in a DROP OWNED or REASSIGN OWNED + operation. + + + @@ -3412,7 +3425,7 @@ current_date < 2017-11-17 - This release contains one serious bug fix over 8.2.8. + This release contains one serious and one minor bug fix over 8.2.8. For information about new features in the 8.2 major release, see . @@ -3452,6 +3465,19 @@ current_date < 2017-11-17 + + + Make ALTER AGGREGATE ... OWNER TO update + pg_shdepend (Tom) + + + + This oversight could lead to problems if the aggregate was later + involved in a DROP OWNED or REASSIGN OWNED + operation. + + + @@ -7439,7 +7465,7 @@ current_date < 2017-11-17 - This release contains one serious bug fix over 8.1.12. + This release contains one serious and one minor bug fix over 8.1.12. For information about new features in the 8.1 major release, see . @@ -7479,6 +7505,19 @@ current_date < 2017-11-17 + + + Make ALTER AGGREGATE ... OWNER TO update + pg_shdepend (Tom) + + + + This oversight could lead to problems if the aggregate was later + involved in a DROP OWNED or REASSIGN OWNED + operation. + + +