morningman commented on code in PR #25370:
URL: https://github.com/apache/doris/pull/25370#discussion_r1357684882


##########
docs/zh-CN/docs/sql-manual/sql-reference/Account-Management-Statements/GRANT.md:
##########
@@ -62,6 +62,7 @@ privilege_list 是需要赋予的权限列表,以逗号分隔。当前 Doris 
     CREATE_PRIV:对指定的库或表的创建权限
     DROP_PRIV:对指定的库或表的删除权限
     USAGE_PRIV: 对指定资源的使用权限<version since="dev" type="inline" >和workload 
group权限</version>
+    SHOW_VIEW_PRIV: 
查看`view`创建语句的权限(从2.0.3版本开始,`SELECT_PRIV`和`LOAD_PRIV`权限不能`SHOW CREATE TABLE 
view_name`)

Review Comment:
   这里要再补充下完整的,即用户拥有哪些权限时,可以执行show create



##########
docs/zh-CN/docs/sql-manual/sql-reference/Account-Management-Statements/GRANT.md:
##########
@@ -62,6 +62,7 @@ privilege_list 是需要赋予的权限列表,以逗号分隔。当前 Doris 
     CREATE_PRIV:对指定的库或表的创建权限
     DROP_PRIV:对指定的库或表的删除权限
     USAGE_PRIV: 对指定资源的使用权限<version since="dev" type="inline" >和workload 
group权限</version>
+    SHOW_VIEW_PRIV: 
查看`view`创建语句的权限(从2.0.3版本开始,`SELECT_PRIV`和`LOAD_PRIV`权限不能`SHOW CREATE TABLE 
view_name`)

Review Comment:
   这里要再补充下完整的,即用户拥有哪些权限时,可以执行show create



-- 
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]

Reply via email to