Temporary kluge to let RI triggers work on tables outside the system

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 87b08080205833fe9ebdb40ac779be0abf900157
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2002-04-01T02:02:34Z
Releases: 7.3.1
Temporary kluge to let RI triggers work on tables outside the system
catalog namespace.  This will not do as a production solution because
the interpretation of RI trigger arguments will vary depending on the
current namespace search path.  I'm just putting it in so that the RI
regression tests don't fail while schema development proceeds.  We
must find a better answer before 7.3 can be released.

Files

PathChange+/−
src/backend/utils/adt/ri_triggers.c modified +26 −13