Allow ALTER TYPE .. ADD ATTRIBUTE .. CASCADE to recurse to descendants.

Robert Haas <rhaas@postgresql.org>

Commit: a0e8df527ec24e8dba98f295c0e2ab6ccf3e5d2c
Author: Robert Haas <rhaas@postgresql.org>
Date: 2011-04-21T02:49:37Z
Releases: 9.1.0
Allow ALTER TYPE .. ADD ATTRIBUTE .. CASCADE to recurse to descendants.

Without this, adding an attribute to a typed table with an inheritance
child fails, which is surprising.

Noah Misch, with minor changes by me.

Files