Update documentation that non-super users can now do ALTER OWNER.
authorBruce Momjian
Mon, 22 Aug 2005 21:32:01 +0000 (21:32 +0000)
committerBruce Momjian
Mon, 22 Aug 2005 21:32:01 +0000 (21:32 +0000)
doc/src/sgml/ref/alter_table.sgml

index 8e1d29842494fd98e159968942ec5492f5865493..c302e4f1157bb9326d243a666d278c223b8956ae 100644 (file)
@@ -1,5 +1,5 @@
 
 
@@ -289,10 +289,11 @@ where action is one of:
   
 
   
-   You must own the table to use ALTER TABLE; except for
-   ALTER TABLE OWNER, which may only be executed by a superuser.
+   You must own the table to use ALTER TABLE.
    To change the schema of a table, you must also have
    CREATE privilege on the new schema.
+   To alter the owner, the new owner must have
+   CREATE privilege on the schema.