|
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 $ --> |
2 | 2 | <!-- |
3 | 3 |
|
4 | 4 | Typical markup: |
@@ -72,7 +72,7 @@ do it for earlier branch release files. |
72 | 72 | </note> |
73 | 73 |
|
74 | 74 | <para> |
75 | | - This release contains one serious bug fix over 8.3.2. |
| 75 | + This release contains one seriousand one minorbug fix over 8.3.2. |
76 | 76 | For information about new features in the 8.3 major release, see |
77 | 77 | <xref linkend="release-8-3">. |
78 | 78 | </para> |
@@ -112,6 +112,19 @@ do it for earlier branch release files. |
112 | 112 | </para> |
113 | 113 | </listitem> |
114 | 114 |
|
| 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 | + |
115 | 128 | </itemizedlist> |
116 | 129 |
|
117 | 130 | </sect2> |
@@ -3412,7 +3425,7 @@ current_date < 2017-11-17 |
3412 | 3425 | </note> |
3413 | 3426 |
|
3414 | 3427 | <para> |
3415 | | - This release contains one serious bug fix over 8.2.8. |
| 3428 | + This release contains one seriousand one minorbug fix over 8.2.8. |
3416 | 3429 | For information about new features in the 8.2 major release, see |
3417 | 3430 | <xref linkend="release-8-2">. |
3418 | 3431 | </para> |
@@ -3452,6 +3465,19 @@ current_date < 2017-11-17 |
3452 | 3465 | </para> |
3453 | 3466 | </listitem> |
3454 | 3467 |
|
| 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 | + |
3455 | 3481 | </itemizedlist> |
3456 | 3482 |
|
3457 | 3483 | </sect2> |
@@ -7439,7 +7465,7 @@ current_date < 2017-11-17 |
7439 | 7465 | </note> |
7440 | 7466 |
|
7441 | 7467 | <para> |
7442 | | - This release contains one serious bug fix over 8.1.12. |
| 7468 | + This release contains one seriousand one minorbug fix over 8.1.12. |
7443 | 7469 | For information about new features in the 8.1 major release, see |
7444 | 7470 | <xref linkend="release-8-1">. |
7445 | 7471 | </para> |
@@ -7479,6 +7505,19 @@ current_date < 2017-11-17 |
7479 | 7505 | </para> |
7480 | 7506 | </listitem> |
7481 | 7507 |
|
| 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 | + |
7482 | 7521 | </itemizedlist> |
7483 | 7522 |
|
7484 | 7523 | </sect2> |
|