Show schema of function in database triggers list #33222
Unanswered
maxfornacon
asked this question in
Feature Requests
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.
On the "Database Triggers" page it only shows the function name, but not the scheme the function belongs to. I work with triggers that call functions from a different schema and it's not possible to see if they call the function from the correct schema.
I would suggest to just prepend the schema name like `schema.function".
All reactions