Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion doc/user/content/sql/create-role.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ menu:
parent: commands
---

`CREATE ROLE` creates a new role, which is a user account in Materialize.[^1]
Use `CREATE ROLE` [^1] to:
Copy link
Contributor Author

@kay-kim kay-kim Feb 20, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

will leave the further clarification to when I do the rbac part 2 work. (that is, the second bullet point could be "user/service account roles with ... " but, I think we'd then want to clarify for Cloud, etc.)

- Create functional roles (*Both Cloud and Self-Managed*).
- Create roles with login/password/superuser privileges (*Self-Managed only*).

When you connect to Materialize, you must specify the name of a valid role in
the system.
Expand Down