GRANT EXECUTE ON FUNCTION public.get_user_count() TO authenticated; GRANT EXECUTE ON FUNCTION public.get_user_count() TO anon; ...