diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2008-06-08 21:46:07 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2008-06-08 21:46:07 +0000 |
commit | 2071865caaf742a65b9166a9bd4bed3b784d90f0 (patch) | |
tree | 893692b2dbcbd0b7e037a348b146f2206c90fed6 | |
parent | 395f8b91dbd7093d2981f2168777702e8aaa6b38 (diff) | |
download | postgresql-2071865caaf742a65b9166a9bd4bed3b784d90f0.tar.gz postgresql-2071865caaf742a65b9166a9bd4bed3b784d90f0.zip |
Update release notes for ALTER AGGREGATE fix.
-rw-r--r-- | doc/src/sgml/release.sgml | 47 |
1 files changed, 43 insertions, 4 deletions
diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index 10b53c43995..61fbe774262 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.583 2008/06/07 22:10:38 tgl Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.584 2008/06/08 21:46:07 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.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 <xref linkend="release-8-3">. </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> @@ -3412,7 +3425,7 @@ current_date < 2017-11-17 </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> @@ -3452,6 +3465,19 @@ current_date < 2017-11-17 </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> @@ -7439,7 +7465,7 @@ current_date < 2017-11-17 </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> @@ -7479,6 +7505,19 @@ current_date < 2017-11-17 </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> |