Attributes that can be granted to a Postgres role. We are only implementing a subset for now, see xref:
https://www.postgresql.org/docs/16/sql-createrole.html
The values follow Postgres keyword naming e.g. CREATEDB, BYPASSRLS, etc. which is why they don't include typical
underscores between words.
Attributes that can be granted to a Postgres role. We are only implementing a subset for now, see xref: https://www.postgresql.org/docs/16/sql-createrole.html The values follow Postgres keyword naming e.g. CREATEDB, BYPASSRLS, etc. which is why they don't include typical underscores between words.