revoke all on schema public,tiger,tiger_data,topology from public; --使用postgis擴展使用這個 --從core數據庫收回public的所有權限 revoke all on database core from public; revoke all on database postgres from public; --重新將schema授予數據庫所有者 grant all on schema public,tiger,tiger_data,top...