Reference and syntax for the CREATE ROLE command.
CREATE ROLE [ IF NOT EXISTS ] <role_name>
<role_name>
CREATE ROLE user_role;
CREATE ROLE IF NOT EXISTS my_role_2