Re: [HACKERS] pg_trigger and tgargs

2000-11-30 Thread Stephan Szabo
On Thu, 30 Nov 2000, Michael Fork wrote: > I was wondering if someone could tell me if I have gotten the fields of > tgargs correct: For foreign key constraints, yes. Other triggers can use tgargs for whatever they want. > \000 -- Constraint name? Yes. > foreign_table_multi\000 -- table with

[HACKERS] pg_trigger and tgargs

2000-11-30 Thread Michael Fork
I was wondering if someone could tell me if I have gotten the fields of tgargs correct: \000 -- Constraint name? foreign_table_multi\000 -- table with foreign key(s) primary_table_multi\000 -- table with primary key(s) UNSPECIFIED\000 -- ?? foreign_int_1\000 -- 1st field in fore