I'm trying to drop a role but getting this: ERROR: role "xyz" cannot be dropped because some objects depend on it It shows which objects are, they are tables on different schemas on different DBs on the server. Is there an easy way to remove the role without having to revoke privileges one by one on all tables/schemas on all databases?
I don't want to drop owned by as I read somewhere, just drop the role
Thanks!