mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-12 18:34:36 +08:00
Update release notes for ALTER AGGREGATE fix.
This commit is contained in:
parent
af55dc839b
commit
414d4b8abe
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user