plpgsql_check is a linter tool (does source code static analyze) for the PostgreSQL language plpgsql (the native language for PostgreSQL store procedures).
We have a wrapper function for EXECUTE, and did not realize that plpgsql_check() does such a great job of scanning EXECUTE.
Would there be any way to somehow flag some internal function to get that same treatment?
I am guessing "no"...
But thought it was worth the ask...
We have a wrapper function for EXECUTE, and did not realize that plpgsql_check() does such a great job of scanning EXECUTE. Would there be any way to somehow flag some internal function to get that same treatment?
I am guessing "no"... But thought it was worth the ask...
Thanks!