create user new user with password 'password';grant pg_tencentdb_superuser to new username;alter user new user with CREATEDB;alter user new user with CREATEROLE;
drop user conflicting user;# If the conflicting user has resource dependencies, please first modify the owner of the dependent object. For example, the modification statement for the owner of a table is:alter table table name owner to new user;
Was this page helpful?
You can also Contact sales or Submit a Ticket for help.
Help us improve! Rate your documentation experience in 5 mins.
Feedback