Update ALTER OWNER description.

This commit is contained in:
Bruce Momjian 2005-08-23 21:17:15 +00:00
parent 9cf18ee386
commit 26ca0d6abb
1 changed files with 6 additions and 5 deletions

View File

@ -1,5 +1,5 @@
<!--
$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.349 2005/08/23 20:51:27 momjian Exp $
$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.350 2005/08/23 21:17:15 momjian Exp $
-->
<appendix id="release">
@ -704,13 +704,14 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.349 2005/08/23 20:51:27 momjian
<listitem>
<para>
Allow <command>ALTER OWNER</> commands to be performed by the
object owner as well as the superuser (Stephen Frost)
Allow limited <command>ALTER OWNER</> commands to be performed
by the object owner (Stephen Frost)
</para>
<para>
Prior releases only allowed super-user to change object owners,
Prior releases allowed only the super-user to change object owners,
even if the current owner was executing the command and the new
owner have permission to create objects of that type.
owner was in the same group. With roles such transfers are now
possible.
</para>
</listitem>