pgsql/src/backend/utils/adt ri_triggers.c

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/utils/adt ri_triggers.c
Date: 2002-04-01 02:02:34
Message-ID: 20020401020234.05ED0475911@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql
Changes by: tgl(at)postgresql(dot)org 02/03/31 21:02:34

Modified files:
src/backend/utils/adt: ri_triggers.c

Log message:
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.

Browse pgsql-committers by date

  From Date Subject
Next Message Hiroshi Inoue 2002-04-01 03:01:16 pgsql/src/interfaces/odbc bind.c bind.h connec ...
Previous Message Bruce Momjian - CVS 2002-04-01 01:56:38 pgsql/doc TODO