我正在尝试从数据库中删除用户,但遇到错误:Detail: ownerof default privileges on new relations belonging to user ted.mosby in schema tv_shows
如何修复此错误并将用户从我的数据库中删除我已经更改了所有者,并且已经撤消了ted.mosby的所有权限
grant usage on schema apps to group group_name; grant SELECT ON ALL TABLES IN schema apps to group group_name; alter default privileges in schema apps grant select on tables to group group_name; 使用的注释授予对组的<