-<!-- $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:
</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>
</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>