Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
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
Was this page helpful?