If I write a helper function, I don't want any user to potentially get access to it. Now I know I could simply revoke all access to this function in the public schema, but I'm certain that I can use a different schema for this aswell, that i configure for this purpose instead. I guess my only question is, this would belong in a custom schema I have to make, right? Unless there is a different convention I dont know of.