pgsql: Teach CREATE CONSTRAINT TRIGGER to convert old-style foreign key - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Teach CREATE CONSTRAINT TRIGGER to convert old-style foreign key
Date
Msg-id 20071104011619.DB47F754229@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
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.

Modified Files:
--------------
    pgsql/src/backend/commands:
        trigger.c (r1.219 -> r1.220)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/trigger.c?r1=1.219&r2=1.220)

pgsql-committers by date:

Previous
From: hinoue@pgfoundry.org (User Hinoue)
Date:
Subject: psqlodbc - psqlodbc: Correct the flow of trial of multi protocols and
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Prevent continuing disk-space bloat when profiling (with