Is there a work-around, so I in the trigger can issue for example:
update fisk set autofisk =
NEW.name || CURRENT_TIMESTAMP::text where name = NEW.name;
without it also triggering the trigger?
I have tried this but the commit never returns, I think because it recursively triggers the trigger again for that modification.
Will temporarily disabeling the trigger inside the trigger (in a transaction) work?
--
Andreas Joseph Krogh
CTO / Partner - Visena AS
Mobile: +47 909 56 963