pgsql/ oc/src/sgml/trigger.sgml rc/backend/com ...

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/ oc/src/sgml/trigger.sgml rc/backend/com ...
Date: 2002-04-01 22:36:14
Message-ID: 20020401223614.2AD3E475E88@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/04/01 17:36:13

Modified files:
doc/src/sgml : trigger.sgml
src/backend/commands: command.c trigger.c
src/backend/utils/adt: ri_triggers.c
src/include/commands: trigger.h
src/include/utils: rel.h

Log message:
Add tgconstrrelid to stored Trigger structures, make RI trigger functions
depend on this rather than the trigger argument strings to locate the
other relation to test. This makes RI triggers function properly in
the presence of schemas and temp tables. Along the way, fix bogus lack
of locking in RI triggers, handle quoting of names fully correctly,
compute required sizes of query buffers with some semblance of accuracy.

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2002-04-02 01:03:08 pgsql/src backend/commands/analyze.c backend/c ...
Previous Message Bruce Momjian - CVS 2002-04-01 14:22:42 pgsql/src/backend/bootstrap bootparse.y