Re: ALTER TABLE ... OWNER TO does not change ownership recursively - Mailing list pgsql-bugs

From Tom Lane
Subject Re: ALTER TABLE ... OWNER TO does not change ownership recursively
Date
Msg-id 16643.1335481470@sss.pgh.pa.us
Whole thread Raw
In response to ALTER TABLE ... OWNER TO does not change ownership recursively  (Ryan Kelly <rpkelly22@gmail.com>)
List pgsql-bugs
Ryan Kelly <rpkelly22@gmail.com> writes:
> It seems that ALTER TABLE ... OWNER TO does not change the ownership of
> any inheriting tables. The documentation states:

>> If ONLY is specified, only that table is altered. If ONLY is not
>> specified, the table and any descendant tables are altered.

If you read further (down in the Notes section of the ALTER TABLE page),
you'll find

    The TRIGGER, CLUSTER, OWNER, and TABLESPACE actions never
    recurse to descendant tables; that is, they always act as though
    ONLY were specified.

So it is operating as intended and documented.  If we were starting
from a green field I'd question whether these exceptions were a good
idea, but at this point changing the behavior seems more likely to break
user code than to help people.  (In particular, the possible
consequences for reloading old dump files seem a bit scary, since
pg_dump emits lots of ALTER OWNER commands.)

            regards, tom lane

pgsql-bugs by date:

Previous
From: Jaime Casanova
Date:
Subject: Re: 291 pg_toast_temp schemas?
Next
From: Josh Berkus
Date:
Subject: Re: 291 pg_toast_temp schemas?