• T
    Fix my oversight in enabling domains-of-domains: ALTER DOMAIN ADD CONSTRAINT · d8326119
    Tom Lane 提交于
    needs to check the new constraint against columns of derived domains too.
    
    Also, make it error out if the domain to be modified is used within any
    composite-type columns.  Eventually we should support that case, but it seems
    a bit painful, and not suitable for a back-patch.  For the moment just let the
    user know we can't do it.
    
    Backpatch to 8.2, which is the only released version that allows nested
    domains.  Possibly the other part should be back-patched further.
    d8326119
domain.sql 10.4 KB