diff options
author | Tom Lane | 2008-06-08 21:46:26 +0000 |
---|---|---|
committer | Tom Lane | 2008-06-08 21:46:26 +0000 |
commit | 414d4b8abedda04e18b9f50d69c808347210874f (patch) | |
tree | 3233877c42ef4bc19dcd4dd899587e6cba2f38b0 | |
parent | af55dc839bf819fc8c6aef32fda7816477be6db0 (diff) |
Update release notes for ALTER AGGREGATE fix.
-rw-r--r-- | doc/src/sgml/release.sgml | 32 |
1 files changed, 29 insertions, 3 deletions
diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index e8a94e27d3f..17bd1c6d032 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.488.2.20 2008/06/07 22:10:57 tgl Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.488.2.21 2008/06/08 21:46:26 tgl Exp $ --> <!-- Typical markup: @@ -72,7 +72,7 @@ do it for earlier branch release files. </note> <para> - 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 <xref linkend="release-8-2">. </para> @@ -112,6 +112,19 @@ do it for earlier branch release files. </para> </listitem> + <listitem> + <para> + Make <command>ALTER AGGREGATE ... OWNER TO</> update + <structname>pg_shdepend</> (Tom) + </para> + + <para> + This oversight could lead to problems if the aggregate was later + involved in a <command>DROP OWNED</> or <command>REASSIGN OWNED</> + operation. + </para> + </listitem> + </itemizedlist> </sect2> @@ -4099,7 +4112,7 @@ do it for earlier branch release files. </note> <para> - 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 <xref linkend="release-8-1">. </para> @@ -4139,6 +4152,19 @@ do it for earlier branch release files. </para> </listitem> + <listitem> + <para> + Make <command>ALTER AGGREGATE ... OWNER TO</> update + <structname>pg_shdepend</> (Tom) + </para> + + <para> + This oversight could lead to problems if the aggregate was later + involved in a <command>DROP OWNED</> or <command>REASSIGN OWNED</> + operation. + </para> + </listitem> + </itemizedlist> </sect2> |