Update database naming restrictions for Dedicated and Clustered (#5193)
* update database naming restrictions for dedicated and clustered, closes #5167 * Apply suggestions from code review Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com> --------- Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>pull/5194/head
parent
fa9bba758e
commit
91f126fef0
|
@ -89,9 +89,11 @@ The retention period value cannot be negative or contain whitespace.
|
|||
|
||||
Database names must adhere to the following naming restrictions:
|
||||
|
||||
- Must contain two or more characters
|
||||
- Cannot start with an underscore (`_`)
|
||||
- Cannot contain whitespace characters, double quotes (`"`), or percent signs (`%`)
|
||||
- Cannot contain whitespace, punctuation, or special characters.
|
||||
Only alphanumeric, underscore (`_`), dash (`-`), and forward-slash
|
||||
(`/`) characters are permitted.
|
||||
- Should not start with an underscore (`_`).
|
||||
- Maximum length of 64 characters.
|
||||
|
||||
## InfluxQL DBRP naming convention
|
||||
|
||||
|
|
|
@ -93,9 +93,11 @@ The retention period value cannot be negative or contain whitespace.
|
|||
|
||||
Database names must adhere to the following naming restrictions:
|
||||
|
||||
- Must contain two or more characters
|
||||
- Cannot start with an underscore (`_`)
|
||||
- Cannot contain whitespace characters, double quotes (`"`), or percent signs (`%`)
|
||||
- Cannot contain whitespace, punctuation, or special characters.
|
||||
Only alphanumeric, underscore (`_`), dash (`-`), and forward-slash
|
||||
(`/`) characters are permitted.
|
||||
- Should not start with an underscore (`_`).
|
||||
- Maximum length of 64 characters.
|
||||
|
||||
## InfluxQL DBRP naming convention
|
||||
|
||||
|
|
|
@ -89,9 +89,11 @@ The retention period value cannot be negative or contain whitespace.
|
|||
|
||||
Database names must adhere to the following naming restrictions:
|
||||
|
||||
- Must contain two or more characters
|
||||
- Cannot start with an underscore (`_`)
|
||||
- Cannot contain whitespace characters, double quotes (`"`), or percent signs (`%`)
|
||||
- Cannot contain whitespace, punctuation, or special characters.
|
||||
Only alphanumeric, underscore (`_`), dash (`-`), and forward-slash
|
||||
(`/`) characters are permitted.
|
||||
- Should not start with an underscore (`_`).
|
||||
- Maximum length of 64 characters.
|
||||
|
||||
## InfluxQL DBRP naming convention
|
||||
|
||||
|
|
|
@ -93,9 +93,11 @@ The retention period value cannot be negative or contain whitespace.
|
|||
|
||||
Database names must adhere to the following naming restrictions:
|
||||
|
||||
- Must contain two or more characters
|
||||
- Cannot start with an underscore (`_`)
|
||||
- Cannot contain whitespace characters, double quotes (`"`), or percent signs (`%`)
|
||||
- Cannot contain whitespace, punctuation, or special characters.
|
||||
Only alphanumeric, underscore (`_`), dash (`-`), and forward-slash
|
||||
(`/`) characters are permitted.
|
||||
- Should not start with an underscore (`_`).
|
||||
- Maximum length of 64 characters.
|
||||
|
||||
## InfluxQL DBRP naming convention
|
||||
|
||||
|
|
Loading…
Reference in New Issue