Commit a2899ebd authored by Tom Lane's avatar Tom Lane

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.
parent 97ddfc96
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment