Done
Details
Details
Assignee
Unassigned
UnassignedReporter
mohit.joshi
mohit.joshiLabels
Needs QA
Yes
Components
Sprint
Add sprint
Fix versions
Priority
Created May 19, 2025 at 5:31 AM
Updated June 3, 2025 at 4:25 PM
Resolved June 3, 2025 at 4:25 PM
CREATE ROLE mohit; SELECT pg_tde_grant_database_key_management_to_role('mohit'); DROP ROLE mohit; -- Fails due to function privilege dependency 2025-05-19 05:28:22.777 UTC [3118717] ERROR: role "mohit" cannot be dropped because some objects depend on it 2025-05-19 05:28:22.777 UTC [3118717] DETAIL: privileges for function pg_tde_set_key_using_database_key_provider(text,text,boolean) 2025-05-19 05:28:22.777 UTC [3118717] STATEMENT: drop role mohit; ERROR: role "mohit" cannot be dropped because some objects depend on it DETAIL: privileges for function pg_tde_set_key_using_database_key_provider(text,text,boolean)