1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-05 09:19:17 +03:00

Update release notes for ALTER AGGREGATE fix.

This commit is contained in:
Tom Lane 2008-06-08 21:46:16 +00:00
parent 54dd1ff437
commit c10ad86f55

View File

@ -1,4 +1,4 @@
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.579.2.4 2008/06/07 22:10:47 tgl Exp $ --> <!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.579.2.5 2008/06/08 21:46:16 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.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 For information about new features in the 8.3 major release, see
<xref linkend="release-8-3">. <xref linkend="release-8-3">.
</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>
@ -3412,7 +3425,7 @@ current_date &lt; 2017-11-17
</note> </note>
<para> <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 For information about new features in the 8.2 major release, see
<xref linkend="release-8-2">. <xref linkend="release-8-2">.
</para> </para>
@ -3452,6 +3465,19 @@ current_date &lt; 2017-11-17
</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>
@ -7439,7 +7465,7 @@ current_date &lt; 2017-11-17
</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>
@ -7479,6 +7505,19 @@ current_date &lt; 2017-11-17
</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>