Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Force all SQL functions to be fully qualified.
There are no SECURITY DEFINER functions, and users should not really allow untrusted users to create object on the same database as the one on which powa is installed, but let's be cautious. That's especially important now that we support creating any extensions in any schema, as we want to ensure that all of it works without any extra search_path configuration in any of the components.
- Loading branch information