Foreign keys / MATCH FULL, PARTIAL, etc.

From: Alexander Borkowski <alexander(dot)borkowski(at)abri(dot)une(dot)edu(dot)au>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: Foreign keys / MATCH FULL, PARTIAL, etc.
Date: 2004-10-11 07:30:36
Message-ID: 416A369C.7080000@abri.une.edu.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

I don't know of how much help this is going to be, but the anwer to the
question

// MATCH FULL/PARTIAL missing; where is this stored?!?

posed in pgForeignKey.cpp line 45 is: In pg_catalog.pg_trigger.tgargs.
It is the third argument (zero based) to the ri-triggers, or more
precisely the RI_MATCH_TYPE_ARGNO'th, cf. include/commands/trigger.h in
the PostgreSQL 8.0 beta 3 source (7.4 as well).

HTH,

Alex

Browse pgadmin-hackers by date

  From Date Subject
Next Message cvs 2004-10-11 09:46:50 CVS Commit by dpage: Updated TODO.
Previous Message cvs 2004-10-10 22:07:23 CVS Commit by andreas: changelog of previous changes