Update release notes for ALTER AGGREGATE fix.
authorTom Lane <[email protected]>
Sun, 8 Jun 2008 21:46:38 +0000 (21:46 +0000)
committerTom Lane <[email protected]>
Sun, 8 Jun 2008 21:46:38 +0000 (21:46 +0000)
doc/src/sgml/release.sgml

index d5cc64190a090044232dff551cbd94d48c282e54..a62119c54888966ba851806c393ea1b7c704e677 100644 (file)
@@ -72,7 +72,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>
@@ -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>