调用用户的 schema 权限
REVOKE CREATE ON SCHEMA public FROM some_user;
禁止使用 schema:
REVOKE USAGE ON SCHEMA public FROM some_user;