• T
    Allow use of table rowtypes directly as column types of other tables. · bb3da43e
    Tom Lane 提交于
    Instead of prohibiting that, put code into ALTER TABLE to reject ALTERs
    that would affect other tables' columns.  Eventually we will probably
    want to extend ALTER TABLE to actually do something useful here, but
    in the meantime it seems wrong to forbid the feature completely just
    because ALTER isn't fully baked.
    bb3da43e
heap.c 56.4 KB