Teach CREATE CONSTRAINT TRIGGER to convert old-style foreign key
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 4 Nov 2007 01:16:19 +0000 (01:16 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 4 Nov 2007 01:16:19 +0000 (01:16 +0000)
commit024748be55929cafbc5f12c63e7491d68a9c9455
tree4712b3c9b1948ff591e97c2b977cd9c28afee4fd
parent740a682504cb2dba1e3ce962017d1092fd12c21c
Teach CREATE CONSTRAINT TRIGGER to convert old-style foreign key
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.
src/backend/commands/trigger.c