Skip to content

Commit 2071865

Browse files
committed
Update release notes for ALTER AGGREGATE fix.
1 parent 395f8b9 commit 2071865

File tree

1 file changed

+43
-4
lines changed

1 file changed

+43
-4
lines changed

doc/src/sgml/release.sgml

+43-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.583 2008/06/07 22:10:38 tgl Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.584 2008/06/08 21:46:07 tgl Exp $ -->
22
<!--
33

44
Typical markup:
@@ -72,7 +72,7 @@ do it for earlier branch release files.
7272
</note>
7373

7474
<para>
75-
This release contains one serious bug fix over 8.3.2.
75+
This release contains one serious and one minor bug fix over 8.3.2.
7676
For information about new features in the 8.3 major release, see
7777
<xref linkend="release-8-3">.
7878
</para>
@@ -112,6 +112,19 @@ do it for earlier branch release files.
112112
</para>
113113
</listitem>
114114

115+
<listitem>
116+
<para>
117+
Make <command>ALTER AGGREGATE ... OWNER TO</> update
118+
<structname>pg_shdepend</> (Tom)
119+
</para>
120+
121+
<para>
122+
This oversight could lead to problems if the aggregate was later
123+
involved in a <command>DROP OWNED</> or <command>REASSIGN OWNED</>
124+
operation.
125+
</para>
126+
</listitem>
127+
115128
</itemizedlist>
116129

117130
</sect2>
@@ -3412,7 +3425,7 @@ current_date &lt; 2017-11-17
34123425
</note>
34133426

34143427
<para>
3415-
This release contains one serious bug fix over 8.2.8.
3428+
This release contains one serious and one minor bug fix over 8.2.8.
34163429
For information about new features in the 8.2 major release, see
34173430
<xref linkend="release-8-2">.
34183431
</para>
@@ -3452,6 +3465,19 @@ current_date &lt; 2017-11-17
34523465
</para>
34533466
</listitem>
34543467

3468+
<listitem>
3469+
<para>
3470+
Make <command>ALTER AGGREGATE ... OWNER TO</> update
3471+
<structname>pg_shdepend</> (Tom)
3472+
</para>
3473+
3474+
<para>
3475+
This oversight could lead to problems if the aggregate was later
3476+
involved in a <command>DROP OWNED</> or <command>REASSIGN OWNED</>
3477+
operation.
3478+
</para>
3479+
</listitem>
3480+
34553481
</itemizedlist>
34563482

34573483
</sect2>
@@ -7439,7 +7465,7 @@ current_date &lt; 2017-11-17
74397465
</note>
74407466

74417467
<para>
7442-
This release contains one serious bug fix over 8.1.12.
7468+
This release contains one serious and one minor bug fix over 8.1.12.
74437469
For information about new features in the 8.1 major release, see
74447470
<xref linkend="release-8-1">.
74457471
</para>
@@ -7479,6 +7505,19 @@ current_date &lt; 2017-11-17
74797505
</para>
74807506
</listitem>
74817507

7508+
<listitem>
7509+
<para>
7510+
Make <command>ALTER AGGREGATE ... OWNER TO</> update
7511+
<structname>pg_shdepend</> (Tom)
7512+
</para>
7513+
7514+
<para>
7515+
This oversight could lead to problems if the aggregate was later
7516+
involved in a <command>DROP OWNED</> or <command>REASSIGN OWNED</>
7517+
operation.
7518+
</para>
7519+
</listitem>
7520+
74827521
</itemizedlist>
74837522

74847523
</sect2>

0 commit comments

Comments
 (0)