hf200012 commented on code in PR #17943: URL: https://github.com/apache/doris/pull/17943#discussion_r1141600909
########## docs/en/docs/sql-manual/sql-reference/Account-Management-Statements/REVOKE.md: ########## @@ -39,7 +39,7 @@ The REVOKE command has the following functions: >Note that. > ->"Revoke the specified role previously granted to a user" is not supported in the current version +>"Revoke the specified roles previously granted to a user" is supported in versions 2.0 and later Review Comment: the same as above ########## docs/en/docs/sql-manual/sql-reference/Account-Management-Statements/GRANT.md: ########## @@ -39,7 +39,7 @@ The GRANT command has the following functions: >Note that. > ->"Grant the specified role to the user" is not supported in the current version +>"Grant specified roles to user" is supported in versions 2.0 and later Review Comment: ```suggestion >"Grant specified roles to user" is supported in versions 2.0 and later > <version since"2.0"> > > Grant specified roles to user > > </version> ``` ########## docs/zh-CN/docs/sql-manual/sql-reference/Account-Management-Statements/GRANT.md: ########## @@ -39,7 +39,7 @@ GRANT 命令有如下功能: >注意: > ->当前版本尚未支持"将指定角色授予用户" +>2.0及之后版本支持"将指定角色授予用户" Review Comment: the same as above ########## docs/zh-CN/docs/sql-manual/sql-reference/Account-Management-Statements/ALTER-USER.md: ########## @@ -36,7 +36,7 @@ ALTER USER 命令用于修改一个用户的账户属性,包括密码、和密 >注意: > ->此命令不再支持修改用户角色,相关操作请使用[GRANT](./GRANT.md)和[REVOKE](./REVOKE.md) +>从2.0版本开始,此命令不再支持修改用户角色,相关操作请使用[GRANT](./GRANT.md)和[REVOKE](./REVOKE.md) Review Comment: the same as above ########## docs/zh-CN/docs/sql-manual/sql-reference/Account-Management-Statements/REVOKE.md: ########## @@ -39,7 +39,7 @@ REVOKE 命令有如下功能: >注意: > ->当前版本尚未支持"撤销先前授予某用户的指定角色" +>2.0及之后版本支持"撤销先前授予某用户的指定角色" Review Comment: the same as above -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org