mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-16 09:52:54 +00:00
There is still default 'postgres' database, that may contain objects owned by the role or some ACLs. We need to reassign objects in this database too. ## Problem If customer deleted all databases and then tries to delete role, that has some non-standard ACLs, `apply_config` operation will stuck because of failing role deletion.