Merge branch '3.0' of github.com:taosdata/TDengine into szhou/replace-function-2
This commit is contained in:
commit
b8ba584706
|
@ -628,6 +628,16 @@ The charset that takes effect is UTF-8.
|
|||
| Default Value | 1 |
|
||||
| Note | The core file is generated under root directory `systemctl start taosd`/`launchctl start com.tdengine.taosd` is used to start, or under the working directory if `taosd` is started directly on Linux/macOS Shell. |
|
||||
|
||||
### enableScience
|
||||
|
||||
| Attribute | Description |
|
||||
| -------- | ------------------------------------------------------------------------------------------------------------------------------------------ |
|
||||
| Applicable | Only taos-CLI client |
|
||||
| Meaning | Whether to show float and double with the scientific notation |
|
||||
| Value Range | 0: false, 1: true |
|
||||
| Default Value | 0 |
|
||||
|
||||
|
||||
### udf
|
||||
|
||||
| Attribute | Description |
|
||||
|
|
|
@ -626,6 +626,15 @@ charset 的有效值是 UTF-8。
|
|||
| 缺省值 | 1 |
|
||||
| 补充说明 | 不同的启动方式,生成 core 文件的目录如下:1、systemctl start taosd 启动:生成的 core 在根目录下 <br/> 2、手动启动,就在 taosd 执行目录下。 |
|
||||
|
||||
### enableScience
|
||||
|
||||
| 属性 | 说明 |
|
||||
| -------- | ------------------------------------------------------------------------------------------------------------------------------------------ |
|
||||
| 适用范围 | 仅客户端 TAOS-CLI 适用 |
|
||||
| 含义 | 是否开启科学计数法显示浮点数 |
|
||||
| 取值范围 | 0:否,1:是 |
|
||||
| 缺省值 | 0 |
|
||||
|
||||
### udf
|
||||
|
||||
| 属性 | 说明 |
|
||||
|
|
Loading…
Reference in New Issue