删除对于全局开启tsdb的描述

This commit is contained in:
Yu Sun
2022-07-17 11:14:20 +08:00
parent 8ccaeb7308
commit bad255fd5f
2 changed files with 0 additions and 13 deletions

View File

@@ -5,7 +5,6 @@
- [class `EDataCapture`](#class-edatacapture)
- [0. HTTP POST: `set_node_data`](#0-http-post-set_node_data)
- [使用指北](#使用指北)
- [TimescaleDB扩展](#timescaledb扩展)
- [后端](#后端)
- [前端](#前端)
- [开发环境](#开发环境)
@@ -101,18 +100,6 @@
下文简要介绍如何将代码合并入MES中。
### TimescaleDB扩展
`psql`使用client登入数据库然后在pg的prompt下运行
```sql
CREATE EXTENSION IF NOT EXISTS timescaledb;
```
如果过程中无报错,输入`\dx`检查一下扩展列表:
![](imgs/dx.png)
需要保证`timescaledb`后显示的版本号在**2.2.0或以上**。
### 后端

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB