]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Make note that ALTER TABLE can change table owner these days.
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 19 Jul 2002 18:53:50 +0000 (18:53 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
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 <replaceable>name</replaceable> DROP USER <replaceable>uname1</repla
    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 <command>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,
    <firstterm>privileges</firstterm> must be granted.
   </para>