TODO item on triggers - Mailing list pgsql-hackers

From Bruce Momjian
Subject TODO item on triggers
Date
Msg-id 200209050458.g854w6L29695@candle.pha.pa.us
Whole thread Raw
Responses Re: TODO item on triggers
List pgsql-hackers
Is this item completed?  It sure looks like it:
* Make triggers refer to columns by number, not name

test=> \d pg_trigger     Table "pg_catalog.pg_trigger"    Column     |    Type    | Modifiers 
----------------+------------+-----------tgrelid        | oid        | not nulltgname         | name       | not
nulltgfoid        | oid        | not nulltgtype         | smallint   | not nulltgenabled      | boolean    | not
nulltgisconstraint| boolean    | not nulltgconstrname   | name       | not nulltgconstrrelid  | oid        | not
nulltgdeferrable  | boolean    | not nulltginitdeferred | boolean    | not nulltgnargs        | smallint   | not
nulltgattr        | int2vector | not nulltgargs         | bytea      | 
 

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
359-1001+  If your life is a hard drive,     |  13 Roberts Road +  Christ can be your backup.        |  Newtown Square,
Pennsylvania19073
 


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: locking of referenced table during constraint
Next
From: "Christopher Kings-Lynne"
Date:
Subject: Re: [COMMITTERS] pgsql-server/doc TODO