1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-31 22:04:40 +03:00

Update release notes for ALTER AGGREGATE fix.

This commit is contained in:
Tom Lane
2008-06-08 21:46:38 +00:00
parent 7603ca1968
commit 083bb0fcb5

View File

@ -1,4 +1,4 @@
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.400.2.52 2008/06/07 22:11:09 tgl Exp $ --> <!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.400.2.53 2008/06/08 21:46:38 tgl Exp $ -->
<!-- <!--
Typical markup: Typical markup:
@ -72,7 +72,7 @@ do it for earlier branch release files.
</note> </note>
<para> <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 For information about new features in the 8.1 major release, see
<xref linkend="release-8-1">. <xref linkend="release-8-1">.
</para> </para>
@ -112,6 +112,19 @@ do it for earlier branch release files.
</para> </para>
</listitem> </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> </itemizedlist>
</sect2> </sect2>