Re: [HACKERS] INSTEAD OF trigger on VIEWs

2005-05-23 Thread --= Tono =--
stored procedure. --- Christopher Kings-Lynne <[EMAIL PROTECTED]> wrote: > You can probably just create an INSTEAD rule on the > view... > > Chris > > --= Tono =-- wrote: > > Is there any plans to create an INSTEAD OF trigger > on > > VIEWS? I hav

[HACKERS] INSTEAD OF trigger on VIEWs

2005-05-23 Thread --= Tono =--
Is there any plans to create an INSTEAD OF trigger on VIEWS? I have view which consists of a master and detail table. When a row is inserted into the view, the view needs to figure out if the master record already exsists. If the record does not exists in the master table, then insert into the m