This is an automated email from the ASF dual-hosted git repository.
duanzhengqiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
The following commit(s) were added to refs/heads/master by this push:
new e79370e9f4f Update alter-sql-parser-rule.en.md (#26740)
e79370e9f4f is described below
commit e79370e9f4f3c600a5bd070e5b8c46959dbdbdf9
Author: Yacine Si Tayeb <[email protected]>
AuthorDate: Mon Jul 3 13:35:27 2023 +0800
Update alter-sql-parser-rule.en.md (#26740)
---
.../syntax/ral/global-rule/alter-sql-parser-rule.en.md | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git
a/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/ral/global-rule/alter-sql-parser-rule.en.md
b/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/ral/global-rule/alter-sql-parser-rule.en.md
index a6ac22e74a8..c3ab9f7b11d 100644
---
a/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/ral/global-rule/alter-sql-parser-rule.en.md
+++
b/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/ral/global-rule/alter-sql-parser-rule.en.md
@@ -1,11 +1,11 @@
+++
-title = "ALTER SQL_PARSER RULE"
+title = "Alter SQL_PARSER Rule"
weight = 5
+++
### Description
-The `ALTER SQL_PARSER RULE` syntax is used to alter SQL parser rule
configuration.
+The `ALTER SQL_PARSER RULE` syntax is used to alter the SQL parser rule
configuration.
### Syntax
@@ -45,13 +45,13 @@ maximumSize ::=
{{% /tab %}}
{{< /tabs >}}
-### Supplement
+### Note
-- `SQL_COMMENT_PARSE_ENABLE`: whether to parse the SQL comment
+- `SQL_COMMENT_PARSE_ENABLE`: specifies whether to parse the SQL comment.
-- `PARSE_TREE_CACHE`: local cache configuration of syntax tree
+- `PARSE_TREE_CACHE`: local cache configuration of the syntax tree.
-- `SQL_STATEMENT_CACHE`: local cache of SQL statement
+- `SQL_STATEMENT_CACHE`: the local cache of SQL statement.
### Example