Skip to content

Commit c3925e4

Browse files
authored
fix tree dbname description about Cc (#1114)
1 parent 5a677bf commit c3925e4

16 files changed

Lines changed: 16 additions & 16 deletions

src/UserGuide/Master/Tree/Basic-Concept/Operate-Metadata_apache.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Database Node Naming Rules:
6060
3. Escaping Backticks:
6161
If the node name itself contains a backtick (\`), use **two consecutive backticks(\`\`)** to represent a single backtick. Example: To name a node as \`db123\`\` (containing one backtick), write it as \`db123\`\`\`.
6262

63-
Besides, if deploy on Windows system, the LayerName is case-insensitive, which means it's not allowed to create databases `root.ln` and `root.LN` at the same time.
63+
Besides, if deploy on Windows or macOS system, the LayerName is case-insensitive, which means it's not allowed to create databases `root.ln` and `root.LN` at the same time.
6464

6565
### 1.2 Show Databases
6666

src/UserGuide/Master/Tree/Basic-Concept/Operate-Metadata_timecho.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Database Node Naming Rules:
6060
3. Escaping Backticks:
6161
If the node name itself contains a backtick (\`), use **two consecutive backticks(\`\`)** to represent a single backtick. Example: To name a node as \`db123\`\` (containing one backtick), write it as \`db123\`\`\`.
6262

63-
Besides, if deploy on Windows system, the LayerName is case-insensitive, which means it's not allowed to create databases `root.ln` and `root.LN` at the same time.
63+
Besides, if deploy on Windows or macOS system, the LayerName is case-insensitive, which means it's not allowed to create databases `root.ln` and `root.LN` at the same time.
6464

6565
### 1.2 Show Databases
6666

src/UserGuide/V1.3.x/Basic-Concept/Operate-Metadata_apache.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Database Node Naming Rules:
5353
3. Escaping Backticks:
5454
If the node name itself contains a backtick (\`), use **two consecutive backticks(\`\`)** to represent a single backtick. Example: To name a node as \`db123\`\` (containing one backtick), write it as \`db123\`\`\`.
5555

56-
Besides, if deploy on Windows system, the LayerName is case-insensitive, which means it's not allowed to create databases `root.ln` and `root.LN` at the same time.
56+
Besides, if deploy on Windows or macOS system, the LayerName is case-insensitive, which means it's not allowed to create databases `root.ln` and `root.LN` at the same time.
5757

5858
### Show Databases
5959

src/UserGuide/V1.3.x/Basic-Concept/Operate-Metadata_timecho.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Database Node Naming Rules:
5353
3. Escaping Backticks:
5454
If the node name itself contains a backtick (\`), use **two consecutive backticks(\`\`)** to represent a single backtick. Example: To name a node as \`db123\`\` (containing one backtick), write it as \`db123\`\`\`.
5555

56-
Besides, if deploy on Windows system, the LayerName is case-insensitive, which means it's not allowed to create databases `root.ln` and `root.LN` at the same time.
56+
Besides, if deploy on Windows or macOS system, the LayerName is case-insensitive, which means it's not allowed to create databases `root.ln` and `root.LN` at the same time.
5757

5858
### Show Databases
5959

src/UserGuide/dev-1.3/Basic-Concept/Operate-Metadata_apache.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Database Node Naming Rules:
5353
3. Escaping Backticks:
5454
If the node name itself contains a backtick (\`), use **two consecutive backticks(\`\`)** to represent a single backtick. Example: To name a node as \`db123\`\` (containing one backtick), write it as \`db123\`\`\`.
5555

56-
Besides, if deploy on Windows system, the LayerName is case-insensitive, which means it's not allowed to create databases `root.ln` and `root.LN` at the same time.
56+
Besides, if deploy on Windows or macOS system, the LayerName is case-insensitive, which means it's not allowed to create databases `root.ln` and `root.LN` at the same time.
5757

5858
### Show Databases
5959

src/UserGuide/dev-1.3/Basic-Concept/Operate-Metadata_timecho.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Database Node Naming Rules:
5353
3. Escaping Backticks:
5454
If the node name itself contains a backtick (\`), use **two consecutive backticks(\`\`)** to represent a single backtick. Example: To name a node as \`db123\`\` (containing one backtick), write it as \`db123\`\`\`.
5555

56-
Besides, if deploy on Windows system, the LayerName is case-insensitive, which means it's not allowed to create databases `root.ln` and `root.LN` at the same time.
56+
Besides, if deploy on Windows or macOS system, the LayerName is case-insensitive, which means it's not allowed to create databases `root.ln` and `root.LN` at the same time.
5757

5858
### Show Databases
5959

src/UserGuide/latest/Basic-Concept/Operate-Metadata_apache.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Database Node Naming Rules:
6060
3. Escaping Backticks:
6161
If the node name itself contains a backtick (\`), use **two consecutive backticks(\`\`)** to represent a single backtick. Example: To name a node as \`db123\`\` (containing one backtick), write it as \`db123\`\`\`.
6262

63-
Besides, if deploy on Windows system, the LayerName is case-insensitive, which means it's not allowed to create databases `root.ln` and `root.LN` at the same time.
63+
Besides, if deploy on Windows or macOS system, the LayerName is case-insensitive, which means it's not allowed to create databases `root.ln` and `root.LN` at the same time.
6464

6565
### 1.2 Show Databases
6666

src/UserGuide/latest/Basic-Concept/Operate-Metadata_timecho.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Database Node Naming Rules:
6060
3. Escaping Backticks:
6161
If the node name itself contains a backtick (\`), use **two consecutive backticks(\`\`)** to represent a single backtick. Example: To name a node as \`db123\`\` (containing one backtick), write it as \`db123\`\`\`.
6262

63-
Besides, if deploy on Windows system, the LayerName is case-insensitive, which means it's not allowed to create databases `root.ln` and `root.LN` at the same time.
63+
Besides, if deploy on Windows or macOS system, the LayerName is case-insensitive, which means it's not allowed to create databases `root.ln` and `root.LN` at the same time.
6464

6565
### 1.2 Show Databases
6666

src/zh/UserGuide/Master/Tree/Basic-Concept/Operate-Metadata_apache.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Database 节点名命名规则:
5959
若节点名本身需要包含反引号(\`),则需用**两个反引号(\`\`** 表示一个反引号。例如:命名为\`db123\`\`(本身包含一个反引号),需写为 \`db123\`\`\`
6060

6161

62-
还需注意,如果在 Windows 系统上部署,database 名是大小写不敏感的。例如同时创建`root.ln``root.LN` 是不被允许的。
62+
还需注意,如果在 Windows 或 macOS 系统上部署,database 名是大小写不敏感的。例如同时创建`root.ln``root.LN` 是不被允许的。
6363

6464
### 1.2 查看数据库
6565

src/zh/UserGuide/Master/Tree/Basic-Concept/Operate-Metadata_timecho.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Database 节点名命名规则:
5858
3. 反引号的特殊处理:
5959
若节点名本身需要包含反引号(\`),则需用**两个反引号(\`\`** 表示一个反引号。例如:命名为\`db123\`\`(本身包含一个反引号),需写为 \`db123\`\`\`
6060

61-
还需注意,如果在 Windows 系统上部署,database 名是大小写不敏感的。例如同时创建`root.ln``root.LN` 是不被允许的。
61+
还需注意,如果在 Windows 或 macOS 系统上部署,database 名是大小写不敏感的。例如同时创建`root.ln``root.LN` 是不被允许的。
6262

6363
### 1.2 查看数据库
6464

0 commit comments

Comments
 (0)