I use the extension in large sql script, the plpgsql_check_function is very useful, but not working with other schema than public, because the extension belive that the schemaname is function name,
in the log is:
Error - 12:28:49] StaticAnalysisError: function "public" does not exist
Error - 12:28:49] StaticAnalysisError: function "store" does not exist
Error - 12:28:49] StaticAnalysisError: function "piac" does not exist
...