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

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Teach CREATE CONSTRAINT TRIGGER to convert old-style foreign key
Date: 2007-11-04 01:16:19
Message-ID: 20071104011619.DB47F754229@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2007-11-04 17:55:15 pgsql: Prevent continuing disk-space bloat when profiling (with
Previous Message User Hinoue 2007-11-04 00:32:38 psqlodbc - psqlodbc: Correct the flow of trial of multi protocols and