Update ALTER OWNER description.
authorBruce Momjian
Tue, 23 Aug 2005 21:17:15 +0000 (21:17 +0000)
committerBruce Momjian
Tue, 23 Aug 2005 21:17:15 +0000 (21:17 +0000)
doc/src/sgml/release.sgml

index 55989808149f5b0536cbb0bf84790056330a2b9d..ca3a92e1d2049bc1b4106d0e37b59940ae374886 100644 (file)
@@ -1,5 +1,5 @@
 
 
 
@@ -704,13 +704,14 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.349 2005/08/23 20:51:27 momjian
 
       
        
-        Allow ALTER OWNER commands to be performed by the
-        object owner as well as the superuser (Stephen Frost)
+        Allow limited ALTER OWNER commands to be performed 
+        by the object owner (Stephen Frost)
        
        
-        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.