Top
Enterprise Postgres 17 Security Operation Guide

7.4.2 Renaming Roles

The current confidentiality management feature cannot follow when roles are renamed. Therefore, when renaming, exclude the role with the old name with the pgx_remove_role_from_confidential_group function specifying the old name, and after renaming the role, register the role with the new name with the pgx_add_role_to_confidential_group function specifying the new name.