Right. I already figured this out, which is why in my email I said "the
problem with this is..."
If you have any suggestions on how to avoid getting into this kind of loop
without disabling triggers (so that my foreign keys still work) I'd very
much appreciate your suggestions.
Thanks!
Norman
On Mon, 26 Feb 2001, Dominic J. Eidson wrote:
> On Mon, 26 Feb 2001, Norman J. Clarke wrote:
>
> > The problem with this is that it disables all of my FOREIGN KEY
> > constraints during function execution, which is undesirable.
>
> Foreign Key constraints are implemented as triggers, IIRC. I'll let you
> figure out the implication(s) yourself.
>
>
>