Re: [GENERAL] Commit rules or Commit trigger

2006-04-27 Thread Vivek Khera
On Apr 24, 2006, at 9:37 AM, Claudio Tognolo wrote:I am developing a temporal database and I have the necessity to control the integrity constraints befor the commit of the transiction.I cannot use the deferrable checking because the integrity constraints is a select and i cannot use the trigger

Re: [GENERAL] Commit rules or Commit trigger

2006-04-27 Thread Bruno Wolff III
On Thu, Apr 27, 2006 at 10:17:51 -0400, Vivek Khera [EMAIL PROTECTED] wrote: On Apr 24, 2006, at 9:37 AM, Claudio Tognolo wrote: I am developing a temporal database and I have the necessity to control the integrity constraints befor the commit of the transiction. I cannot use the

[GENERAL] Commit rules or Commit trigger

2006-04-25 Thread Claudio Tognolo
I am developing a temporal database and I have the necessity to control the integrity constraints befor the commit of the transiction.I cannot use the deferrable checking because the integrity constraints is a select and i cannot use the trigger or rule because the event parameter not support the