Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Oracle] Migration of COMPOUND TRIGGERS is not supported #1543

Open
shubham-yb opened this issue Jun 5, 2024 · 0 comments
Open

[Oracle] Migration of COMPOUND TRIGGERS is not supported #1543

shubham-yb opened this issue Jun 5, 2024 · 0 comments
Labels
triage Needs to be triaged

Comments

@shubham-yb
Copy link
Contributor

shubham-yb commented Jun 5, 2024

Compound triggers in Oracle allow you to encapsulate related trigger logic within a single trigger, handling multiple timing points. This can simplify your code and improve performance, especially when multiple triggers on the same table might otherwise interfere with each other.
PG / YB does not have a direct equivalent to Oracle's compound triggers and migrating/converting those to supported / equivalent syntax is not supported yet.

@github-actions github-actions bot added the triage Needs to be triaged label Jun 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triage Needs to be triaged
Projects
None yet
Development

No branches or pull requests

1 participant