You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sql: avoid dangling role reference in default privileges
Release note (bug fix): Fixed a bug that could leave behind a dangling
reference to a dropped role if that role had default privileges granted
to itself. The bug was caused by defining privileges such as: `ALTER DEFAULT
PRIVILEGES FOR ROLE self_referencing_role GRANT INSERT ON TABLES TO self_referencing_role`
0 commit comments