Updated on 2023-10-23 GMT+08:00
REASSIGN OWNED
Function
Changes the owner of the database object.
REASSIGN OWNED requires that the system change owners of all the database objects owned by old_roles to new_role.
Precautions
- REASSIGN OWNED is often executed before role deletion.
- To run the REASSIGN OWNED statement, you must have the permissions of the original and target roles.
Syntax
REASSIGN OWNED BY old_role [, ...] TO new_role;
Parameter Description
- old_role
Specifies the role name of the old owner.
- new_role
Specifies the role name of the new owner.
Examples
None
Parent topic: SQL Syntax
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
The system is busy. Please try again later.
For any further questions, feel free to contact us through the chatbot.
Chatbot