• Tom Lane's avatar
    Teach CREATE CONSTRAINT TRIGGER to convert old-style foreign key · a2899ebd
    Tom Lane authored
    trigger definitions into regular foreign key constraints.  This seems
    necessary given that some people evidently never did get around to
    running adddepend on their schemas, and without some sort of hack the
    old definitions will no longer work.  Per report from Olivier Prenant
    and subsequent investigation.
    a2899ebd
trigger.c 100 KB