bschoening commented on code in PR #4112: URL: https://github.com/apache/cassandra/pull/4112#discussion_r2621544378
########## doc/modules/cassandra/pages/developing/cql/security.adoc: ########## @@ -346,6 +346,59 @@ include::cassandra:example$BNF/list_users_statement.bnf[] Note that this statement is equivalent to xref:security.adoc#list-roles-statement[`LIST ROLES], but only roles with the `LOGIN` privilege are included in the output. +[[databaseIdentity]] +=== Database Identities + +[[AddIdentityStmt]] +==== ADD IDENTITY + +_Syntax:_ + +[source,bnf] +::= ADD IDENTITY [ IF NOT EXISTS ] id_name TO ROLE role_name Review Comment: shorthand used for brevity -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

