Create trigger with reference option #934
Unanswered
martinLooter
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
Uh oh!
There was an error while loading. Please reload this page.
-
As i need to access some OLD values in a statement level delete trigger function, i need to create that function with the option
" [ REFERENCING { { OLD | NEW } TABLE [ AS ] transition_relation_name } [ ... ] ]"
This option doesnt seem to exist in this library tho. Does anyone have any experience with that issue?
Beta Was this translation helpful? Give feedback.
All reactions