Make note that ALTER TABLE can change table owner these days.
authorTom Lane
Fri, 19 Jul 2002 18:53:50 +0000 (18:53 +0000)
committerTom Lane
Fri, 19 Jul 2002 18:53:50 +0000 (18:53 +0000)
doc/src/sgml/user-manag.sgml

index 63517357ec3da8db81230de413b7bf0639bc97be..2103122cfef44a0f754fd102c636e981f3d8fcc3 100644 (file)
@@ -136,7 +136,8 @@ ALTER GROUP name DROP USER uname1
    When a database object is created, it is assigned an owner. The
    owner is the user that executed the creation statement. There is
    currently no polished interface for changing the owner of a database
-   object. By default, only an owner (or a superuser) can do anything
+   object (except for tables, for which ALTER TABLE can do it).
+   By default, only an owner (or a superuser) can do anything
    with the object. In order to allow other users to use it,
    privileges must be granted.