You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2021/08/10 01:20:30 UTC

[GitHub] [shardingsphere] yx9o commented on a change in pull request #11730: Modify the document

yx9o commented on a change in pull request #11730:
URL: https://github.com/apache/shardingsphere/pull/11730#discussion_r685622631



##########
File path: docs/document/content/dev-manual/proxy.cn.md
##########
@@ -29,14 +29,16 @@ chapter = true
 | OracleRecognizer        |  使用 Oracle 的 JDBC 驱动执行 SQL     |
 | SQLServerRecognizer     |  使用 SQLServer 的 JDBC 驱动执行 SQL  |
 | H2Recognizer            |  使用 H2 的 JDBC 驱动执行 SQL         |
+| P6SpyDriverRecognizer   |  使用 P6Spy 的 JDBC 驱动执行 SQL      |
 
 ## AuthorityProvideAlgorithm
 
 | *SPI 名称*                       | *详细说明*                    |
 | ------------------------------- | ---------------------------- |
 | AuthorityProvideAlgorithm       | 用户权限加载逻辑                |
 
-| *已知实现类*                                         | *Type*                   | *详细说明*                                                                           |
-| -------------------------------------------------- | ------------------------ | ----------------------------------------------------------------------------------- |
-| NativeAuthorityProviderAlgorithm                   | NATIVE                   | 基于后端数据库存取 server.yaml 中配置的权限信息。如果用户不存在,则自动创建用户并默认赋予最高权限。 |
-| AllPrivilegesPermittedAuthorityProviderAlgorithm   | ALL_PRIVILEGES_PERMITTED | 默认授予所有权限(不鉴权),不会与实际数据库交互。                                      |
+| *已知实现类*                                            | *Type*                      | *详细说明*                                                                           |
+| ----------------------------------------------------- | --------------------------- | ----------------------------------------------------------------------------------- |
+| NativeAuthorityProviderAlgorithm                      | NATIVE                      | 基于后端数据库存取 server.yaml 中配置的权限信息。如果用户不存在,则自动创建用户并默认赋予最高权限。 |
+| AllPrivilegesPermittedAuthorityProviderAlgorithm      | ALL_PRIVILEGES_PERMITTED    | 默认授予所有权限(不鉴权),不会与实际数据库交互。                                           |
+| SchemaPrivilegesPermittedAuthorityProviderAlgorithm   | SCHEMA_PRIVILEGES_PERMITTED | 通过属性user-schema-mappings配置的权限。                                           |

Review comment:
       Has been adjusted, please review, thank you.




-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org