• Alvaro Herrera's avatar
    Fix unvalidated check constraints on domains, too · f717f4bc
    Alvaro Herrera authored
    Same bug as reported by Thom Brown for check constraints on tables: the
    constraint must be dumped separately from the domain, otherwise it is
    restored before the data and thus prevents potentially-violating data
    from being loaded in the first place.
    
    Per Dean Rasheed
    f717f4bc
pg_dump.c 417 KB