]> granicus.if.org Git - postgresql/commitdiff
Update release notes for ALTER AGGREGATE fix.
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 8 Jun 2008 21:46:38 +0000 (21:46 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 8 Jun 2008 21:46:38 +0000 (21:46 +0000)
doc/src/sgml/release.sgml

index 018cd5dac9c8cc47a32ea37f9decf1ad892f85bb..381231fecbf639e5e5d4a283d712f2f72184355f 100644 (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:
@@ -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>