Skip to content

Commit

Permalink
fix: comments
Browse files Browse the repository at this point in the history
  • Loading branch information
v0y4g3r committed Sep 28, 2024
1 parent 945b317 commit e89143c
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ Therefore, it is important to carefully choose your TIME INDEX column before cre
GreptimeDB supports a limited set of special characters in table names, but they must adhere to the following constraints:
- A valid GreptimeDB table name must start with a letter (either lowercase or uppercase) or `-` / `_` / `:`.
- The rest part of table name can be alphanumeric or special characters within: `-` / `_` / `:` / `@` / `#`.
- When creating tables through MySQL protocol, any table name containing special characters must be quoted with backquotes.
- Any table name containing special characters must be quoted with backquotes.

Here are some examples:
```sql
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ GreptimeDB 目前不支持在创建表后更改 TIME INDEX 约束,
GreptimeDB 支持在表名中使用有限的特殊字符,但必须遵守以下约束:
- 有效的 GreptimeDB 表名必须以字母(小写或大写)或 `-` / `_` / `:` 开头。
- 表名的其余部分可以是字母数字或以下特殊字符:`-` / `_` / `:` / `@` / `#`
- 通过 MySQL 协议创建表时,任何包含特殊字符的表名都必须用反引号括起来。
- 任何包含特殊字符的表名都必须用反引号括起来。

以下是有效和无效表名的例子:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ GreptimeDB 目前不支持在创建表后更改已有列的数据模型。
GreptimeDB 支持在表名中使用有限的特殊字符,但必须遵守以下约束:
- 有效的 GreptimeDB 表名必须以字母(小写或大写)或 `-` / `_` / `:` 开头。
- 表名的其余部分可以是字母数字或以下特殊字符:`-` / `_` / `:`
- 通过 MySQL 协议创建表时,任何包含特殊字符的表名都必须用反引号括起来。
- 任何包含特殊字符的表名都必须用反引号括起来。

以下是有效和无效表名的例子:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ GreptimeDB 目前不支持在创建表后更改已有列的数据模型。
GreptimeDB 支持在表名中使用有限的特殊字符,但必须遵守以下约束:
- 有效的 GreptimeDB 表名必须以字母(小写或大写)或 `-` / `_` / `:` 开头。
- 表名的其余部分可以是字母数字或以下特殊字符:`-` / `_` / `:`
- 通过 MySQL 协议创建表时,任何包含特殊字符的表名都必须用反引号括起来。
- 任何包含特殊字符的表名都必须用反引号括起来。

以下是有效和无效表名的例子:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ GreptimeDB 目前不支持在创建表后更改 TIME INDEX 约束,
GreptimeDB 支持在表名中使用有限的特殊字符,但必须遵守以下约束:
- 有效的 GreptimeDB 表名必须以字母(小写或大写)或 `-` / `_` / `:` 开头。
- 表名的其余部分可以是字母数字或以下特殊字符:`-` / `_` / `:`
- 通过 MySQL 协议创建表时,任何包含特殊字符的表名都必须用反引号括起来。
- 任何包含特殊字符的表名都必须用反引号括起来。

以下是有效和无效表名的例子:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ GreptimeDB 目前不支持在创建表后更改 TIME INDEX 约束,
GreptimeDB 支持在表名中使用有限的特殊字符,但必须遵守以下约束:
- 有效的 GreptimeDB 表名必须以字母(小写或大写)或 `-` / `_` / `:` 开头。
- 表名的其余部分可以是字母数字或以下特殊字符:`-` / `_` / `:`
- 通过 MySQL 协议创建表时,任何包含特殊字符的表名都必须用反引号括起来。
- 任何包含特殊字符的表名都必须用反引号括起来。

以下是有效和无效表名的例子:

Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-0.6/user-guide/table-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ Therefore, it is important to carefully design your data model before creating t
GreptimeDB supports a limited set of special characters in table names, but they must adhere to the following constraints:
- A valid GreptimeDB table name must start with a letter (either lowercase or uppercase) or `-` / `_` / `:`.
- The rest part of table name can be alphanumeric or special characters within: `-` / `_` / `:`.
- When creating tables through MySQL protocol, any table name containing special characters must be quoted with backquotes.
- Any table name containing special characters must be quoted with backquotes.

Here are some examples:
```sql
Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-0.7/user-guide/table-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ Therefore, it is important to carefully design your data model before creating t
GreptimeDB supports a limited set of special characters in table names, but they must adhere to the following constraints:
- A valid GreptimeDB table name must start with a letter (either lowercase or uppercase) or `-` / `_` / `:`.
- The rest part of table name can be alphanumeric or special characters within: `-` / `_` / `:`.
- When creating tables through MySQL protocol, any table name containing special characters must be quoted with backquotes.
- Any table name containing special characters must be quoted with backquotes.

Here are some examples:
```sql
Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-0.8/user-guide/table-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ Therefore, it is important to carefully choose your TIME INDEX column before cre
GreptimeDB supports a limited set of special characters in table names, but they must adhere to the following constraints:
- A valid GreptimeDB table name must start with a letter (either lowercase or uppercase) or `-` / `_` / `:`.
- The rest part of table name can be alphanumeric or special characters within: `-` / `_` / `:`.
- When creating tables through MySQL protocol, any table name containing special characters must be quoted with backquotes.
- Any table name containing special characters must be quoted with backquotes.

Here are some examples:
```sql
Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-0.9/user-guide/table-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ Therefore, it is important to carefully choose your TIME INDEX column before cre
GreptimeDB supports a limited set of special characters in table names, but they must adhere to the following constraints:
- A valid GreptimeDB table name must start with a letter (either lowercase or uppercase) or `-` / `_` / `:`.
- The rest part of table name can be alphanumeric or special characters within: `-` / `_` / `:`.
- When creating tables through MySQL protocol, any table name containing special characters must be quoted with backquotes.
- Any table name containing special characters must be quoted with backquotes.

Here are some examples:
```sql
Expand Down

0 comments on commit e89143c

Please sign in to comment.