|
1 | 1 | <!-- |
2 | | -$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.349 2005/08/2320:51:27 momjian Exp $ |
| 2 | +$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.350 2005/08/2321:17:15 momjian Exp $ |
3 | 3 | --> |
4 | 4 |
|
5 | 5 | <appendix id="release"> |
@@ -704,13 +704,14 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.349 2005/08/23 20:51:27 momjian |
704 | 704 |
|
705 | 705 | <listitem> |
706 | 706 | <para> |
707 | | - Allow <command>ALTER OWNER</> commands to be performedby the |
708 | | -object owner as well asthesuperuser (Stephen Frost) |
| 707 | + Allowlimited<command>ALTER OWNER</> commands to be performed |
| 708 | +bytheobject owner (Stephen Frost) |
709 | 709 | </para> |
710 | 710 | <para> |
711 | | - Prior releases onlyallowed super-user to change object owners, |
| 711 | + Prior releasesallowedonlythe super-user to change object owners, |
712 | 712 | even if the current owner was executing the command and the new |
713 | | - owner have permission to create objects of that type. |
| 713 | + owner was in the same group. With roles such transfers are now |
| 714 | + possible. |
714 | 715 | </para> |
715 | 716 | </listitem> |
716 | 717 |
|
|