Question on bemiUp migration command #1
Unanswered
sdoshibitgo
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In
_bemi_row_trigger_func
we have addedIF (TG_OP = 'DELETE') THEN RETURN OLD; ELSE RETURN NEW; END IF;
in the end. But is this required as we are not modifying old or new data we don't have to explicitly handle this. Is there some case which can cause issue if not written this explicitly?
Beta Was this translation helpful? Give feedback.
All reactions