目录归档格式
@@ -85,7 +85,7 @@ gs\_dump可以创建四种不同的导出文件格式,通过**\[**-F或者--fo
-> **说明:**
+> **说明:**
>
>可以使用gs\_dump程序将文件压缩为目录归档或自定义归档导出文件,减少导出文件的大小。生成目录归档或自定义归档导出文件时,默认进行中等级别的压缩。gs\_dump程序无法压缩已归档导出文件。
@@ -105,11 +105,11 @@ gs\_dump可以创建四种不同的导出文件格式,通过**\[**-F或者--fo
gs_dump [OPTION]... [DBNAME]
```
-> **说明:**
+> **说明:**
>
> "DBNAME"前面不需要加短或长选项。"DBNAME指定要连接的数据库。
> 例如:
-> 不需要-d,直接指"DBNAME"。
+> 不需要-d,直接指定"DBNAME"。
>
>
> ```
@@ -208,7 +208,7 @@ gs_dump [OPTION]... [DBNAME]
只转储与模式名称匹配的模式,此选项包括模式本身和所有它包含的对象。如果该选项没有指定,所有在目标数据库中的非系统模式将会被转储。写入多个-n选项来选择多个模式。此外,根据gsql的\\d命令所使用的相同规则,模式参数可被理解成一个pattern,所以多个模式也可以通过在该pattern中写入通配符来选择。使用通配符时,注意给pattern打引号,防止shell扩展通配符。
- > **说明:**
+ > **说明:**
>
>- 当-n已指定时,gs\_dump不会转储已选模式所附着的任何其他数据库对象。因此,无法保证某个指定模式的转储结果能够自行成功地储存到一个空数据库中。
>- 当-n指定时,非模式对象不会被转储。
@@ -267,7 +267,7 @@ gs_dump [OPTION]... [DBNAME]
当使用-t时,-n和-N没有任何效应,这是因为由-t选择的表的转储不受那些选项的影响。
- > **说明:**
+ > **说明:**
>
>- -t参数选项个数必须小于等于100。
>- 如果-t参数选项个数大于100,建议使用参数--include-table-file来替换。
@@ -308,7 +308,7 @@ gs_dump [OPTION]... [DBNAME]
指定不需要dump的表文件。
- > **说明:**
+ > **说明:**
>- 同--include-table-file,其内容格式如下:
@@ -434,7 +434,7 @@ gs_dump [OPTION]... [DBNAME]
- 密钥长度为8\~16个字符。
- 至少包含大写字母(A-Z)、小写字母(a-z)、数字(0-9)、非字母数字字符(限定为\~!@\#$%^&\*\(\)-\_=+\\|\[\{\}\];:,<.\>/?)四类字符中的三类字符。
- > **说明:**
+ > **说明:**
>
>- 使用gs\_dump工具进行加密导出时,仅支持plain格式导出。通过-F plain导出的数据,需要通过gsql工具进行导入,且如果以加密方式导入,在通过gsql导入时,需要指定--with-key参数。
>- 不支持加密导出存储过程和函数。
@@ -443,7 +443,7 @@ gs_dump [OPTION]... [DBNAME]
gs\_dumpall使用此参数传递随机值。
-- --include-ExtensionReferences
+- --include-Extensions
在转储中包含扩展。
@@ -474,7 +474,7 @@ gs_dump [OPTION]... [DBNAME]
```
-> **说明:**
+> **说明:**
>
>- -s/--schema-only和-a/--data-only不能同时使用。
>- -c/--clean和-a/--data-only不能同时使用。
@@ -630,7 +630,7 @@ gs_dump[port='37300'][postgres][2018-06-27 10:37:22]: total time: 37017 ms
-## gs\_dumpall
+## gs\_dumpall
### 背景信息
@@ -792,9 +792,9 @@ gs_dumpall [OPTION]...
- 密钥长度为8\~16个字符。
- 至少包含大写字母(A-Z),小写字母(a-z),数字(0-9),非字母数字字符(限定为\~!@\#$%^&\*\(\)-\_=+\\|\[\{\}\];:,<.\>/?)四类字符中的三类字符。
-- --include-ExtensionReferences
+- --include-Extensions
- 如果include-ExtensionReferences参数被设置,将备份所有的CREATE ExtensionReference语句。
+ 如果include-Extensions参数被设置,将备份所有的CREATE Extension语句。
- --include-templatedb
@@ -825,7 +825,7 @@ gs_dumpall [OPTION]...
使用管道传输密码,禁止在终端使用。
-> **说明:**
+> **说明:**
>
>- -g/--globals-only和-r/--roles-only不能同时使用。
>- -g/--globals-only和-t/--tablespaces-only不能同时使用。
@@ -894,7 +894,7 @@ gs\_dumpall恢复前需要所有必要的表空间目录为空;否则,对于
使用gs\_dumpall一次导出openGauss的所有数据库。
-> **说明:**
+> **说明:**
>
>gs\_dumpall仅支持纯文本格式导出。所以只能使用gsql恢复gs\_dumpall导出的转储内容。
@@ -910,7 +910,7 @@ gs_dumpall[port='37300'][2018-06-27 09:55:46]: total time: 56088 ms
-## gs\_restore
+## gs\_restore
### 背景信息
@@ -934,7 +934,7 @@ gs\_restore工具由操作系统用户omm执行。
gs_restore [OPTION]... FILE
```
-> **说明:**
+> **说明:**
>
>- FILE没有短选项或长选项。用来指定归档文件所处的位置。
>- 作为前提条件,需输入dbname或-l选项。不允许用户同时输入dbname和-l选项。
@@ -955,7 +955,7 @@ gs_restore [OPTION]... FILE
默认是标准输出。
- > **说明:**
+ > **说明:**
>
>-f不能同-d一起使用。
@@ -1099,7 +1099,7 @@ gs_restore [OPTION]... FILE
gs_restore -h host_name -p port_number -d postgres -n PUBLIC -t table1 -n test1 -t table1 backup/MPPDB_backup.tar
```
- > **说明:**
+ > **说明:**
>
>-t不支持schema\_name.table\_name的,指定此格式不会报错,但不会生效。
@@ -1158,7 +1158,7 @@ gs_restore [OPTION]... FILE
使用管道传输密码,禁止在终端使用。
-> **须知:**
+> **须知:**
>
>- 如果安装过程中有任何本地数据要添加到template1数据库,请谨慎将gs\_restore的输出载入到一个真正的空数据库中;否则可能会因为被添加对象的定义被复制,而出现错误。要创建一个无本地添加的空数据库,需从template0而非template1复制,例如:
>
@@ -1168,7 +1168,7 @@ gs_restore [OPTION]... FILE
>
>- gs\_restore不能选择性地导入大对象;例如只能导入那些指定表的对象。如果某个归档形式包含大对象,那所有大对象都会被导入或一个都不会被导入。如果此归档对象通过-L、-t或其他选项被排除,那么所有大对象一个都不会被导入。
-> **说明:**
+> **说明:**
>
>- 1. -d/--dbname 和 -f/--file 不能同时使用。
>
diff --git "a/content/zh/docs/DatabaseOMGuide/\351\200\273\350\276\221\345\244\215\345\210\266.md" "b/content/zh/docs/DatabaseOMGuide/\351\200\273\350\276\221\345\244\215\345\210\266.md"
index 6625f6cc534ccc2e214beb568ce8c3ee061dc02e..69acca30f912840d48c3b3dd168b44d1fec459c8 100644
--- "a/content/zh/docs/DatabaseOMGuide/\351\200\273\350\276\221\345\244\215\345\210\266.md"
+++ "b/content/zh/docs/DatabaseOMGuide/\351\200\273\350\276\221\345\244\215\345\210\266.md"
@@ -1,4 +1,4 @@
-# 逻辑复制
+# 逻辑复制
- **[逻辑解码](逻辑解码.md)**
diff --git "a/content/zh/docs/DatabaseOMGuide/\351\200\273\350\276\221\350\247\243\347\240\201.md" "b/content/zh/docs/DatabaseOMGuide/\351\200\273\350\276\221\350\247\243\347\240\201.md"
index d63863f5e54ee13402969874edcd4008125b85f6..d6c00d7e1e502cfe8188ed1f5f0090c7b9676565 100644
--- "a/content/zh/docs/DatabaseOMGuide/\351\200\273\350\276\221\350\247\243\347\240\201.md"
+++ "b/content/zh/docs/DatabaseOMGuide/\351\200\273\350\276\221\350\247\243\347\240\201.md"
@@ -1,4 +1,4 @@
-# 逻辑解码
+# 逻辑解码
- **[逻辑解码概述](逻辑解码概述.md)**
diff --git "a/content/zh/docs/DatabaseOMGuide/\351\200\273\350\276\221\350\247\243\347\240\201\346\246\202\350\277\260.md" "b/content/zh/docs/DatabaseOMGuide/\351\200\273\350\276\221\350\247\243\347\240\201\346\246\202\350\277\260.md"
index de72babc650c18fcbb8320928f9b8f70a5a07825..387d613a211bbbcd122df293349df72d6d7a771c 100644
--- "a/content/zh/docs/DatabaseOMGuide/\351\200\273\350\276\221\350\247\243\347\240\201\346\246\202\350\277\260.md"
+++ "b/content/zh/docs/DatabaseOMGuide/\351\200\273\350\276\221\350\247\243\347\240\201\346\246\202\350\277\260.md"
@@ -1,4 +1,4 @@
-# 逻辑解码概述
+# 逻辑解码概述
## 功能描述
@@ -9,7 +9,7 @@ openGauss对数据复制能力的支持情况为:
openGauss提供了逻辑解码功能,通过反解xlog的方式生成逻辑日志。目标数据库解析逻辑日志以实时进行数据复制。具体如[图1](#zh-cn_topic_0283136720_zh-cn_topic_0237121452_fig65787201989)所示。逻辑复制降低了对目标数据库的形态限制,支持异构数据库、同构异形数据库对数据的同步,支持目标库进行数据同步期间的数据可读写,数据同步时延低。
**图 1** 逻辑复制
-
+
逻辑复制由两部分组成:逻辑解码和数据复制。逻辑解码会输出以事务为单位组织的逻辑日志。业务或数据库中间件将会对逻辑日志进行解析并最终实现数据复制。openGauss当前只提供逻辑解码功能,因此本章节只涉及逻辑解码的说明。
diff --git "a/content/zh/docs/DatabaseOMGuide/\351\205\215\347\275\256\346\226\207\344\273\266\347\232\204\345\244\207\344\273\275\344\270\216\346\201\242\345\244\215.md" "b/content/zh/docs/DatabaseOMGuide/\351\205\215\347\275\256\346\226\207\344\273\266\347\232\204\345\244\207\344\273\275\344\270\216\346\201\242\345\244\215.md"
index 4e2b119fa2e7d6b2af6d6a4efb3c9f4280967304..9a1ca6f543363446f2921ecf8166a7a85ec3a136 100644
--- "a/content/zh/docs/DatabaseOMGuide/\351\205\215\347\275\256\346\226\207\344\273\266\347\232\204\345\244\207\344\273\275\344\270\216\346\201\242\345\244\215.md"
+++ "b/content/zh/docs/DatabaseOMGuide/\351\205\215\347\275\256\346\226\207\344\273\266\347\232\204\345\244\207\344\273\275\344\270\216\346\201\242\345\244\215.md"
@@ -1,4 +1,4 @@
-# 配置文件的备份与恢复
+# 配置文件的备份与恢复
## 背景信息
@@ -19,7 +19,7 @@
/opt/software/openGauss/clusterconfig.xml为openGauss安装时的XML配置文件。
- > **说明:**
+ > **说明:**
>
>- 执行命令后,日志信息中会有新文件的存放的目录。以一主两备环境为例,打开新文件存放目录,会出现3个以主机名命名的配置文件,需要用这3个文件分别替换对应主机的配置文件。
>
diff --git "a/content/zh/docs/DatabaseOMGuide/\351\205\215\347\275\256\350\256\276\347\275\256.md" "b/content/zh/docs/DatabaseOMGuide/\351\205\215\347\275\256\350\256\276\347\275\256.md"
index 5edddbcbeec29195d16cf7777cfd30967868b27c..2f72455cee18b9a37efb22620f76e116190a9534 100644
--- "a/content/zh/docs/DatabaseOMGuide/\351\205\215\347\275\256\350\256\276\347\275\256.md"
+++ "b/content/zh/docs/DatabaseOMGuide/\351\205\215\347\275\256\350\256\276\347\275\256.md"
@@ -1,10 +1,10 @@
-# 配置设置
+# 配置设置
发布订阅要求设置一些配置选项。
在发布者端,wal_level必须被设置为logical,而max_replication_slots中设置的值必须至少是预期要连接的订阅数加上保留给表同步的连接数。发布端参数max_wal_senders应满足:max_wal_senders >= max_replication_slots + 同时连接的物理复制槽的数量 + 1。
-> **说明:**
+> **说明:**
>在如下场景:某订阅处于激活状态且设置该订阅所订阅的发布,会需要与发布端建立一个临时连接,用于校验订阅端所订阅的发布是否在发布端存在,发布端会创建一个临时walsender,临时连接用完后就会立即断开并释放。
diff --git "a/content/zh/docs/DatabaseOMGuide/\351\207\215\345\273\272\347\264\242\345\274\225\345\244\261\350\264\245.md" "b/content/zh/docs/DatabaseOMGuide/\351\207\215\345\273\272\347\264\242\345\274\225\345\244\261\350\264\245.md"
index 5aec230e2b1b6961721fb035a06fce5f6e82e995..a8c5f0e0da8fde073c16379034220085b45b7389 100644
--- "a/content/zh/docs/DatabaseOMGuide/\351\207\215\345\273\272\347\264\242\345\274\225\345\244\261\350\264\245.md"
+++ "b/content/zh/docs/DatabaseOMGuide/\351\207\215\345\273\272\347\264\242\345\274\225\345\244\261\350\264\245.md"
@@ -1,4 +1,4 @@
-# 重建索引失败
+# 重建索引失败
## 问题现象
diff --git "a/content/zh/docs/DatabaseOMGuide/\351\227\252\345\233\236\346\201\242\345\244\215.md" "b/content/zh/docs/DatabaseOMGuide/\351\227\252\345\233\236\346\201\242\345\244\215.md"
index 20aaea61fa930498431a3788beb09eebdb38c459..1dd9d270ad5394637bac84e0c2df29e8f481f6fe 100644
--- "a/content/zh/docs/DatabaseOMGuide/\351\227\252\345\233\236\346\201\242\345\244\215.md"
+++ "b/content/zh/docs/DatabaseOMGuide/\351\227\252\345\233\236\346\201\242\345\244\215.md"
@@ -1,8 +1,8 @@
-# 闪回恢复
+# 闪回恢复
闪回恢复功能是数据库恢复技术的一环,可以有选择性的撤销一个已提交事务的影响,将数据从人为不正确的操作中进行恢复。在采用闪回技术之前,只能通过备份恢复、PITR等手段找回已提交的数据库修改,恢复时长需要数分钟甚至数小时。采用闪回技术后,恢复已提交的数据库修改前的数据,只需要秒级,而且恢复时间和数据库大小无关。
-> **说明:**
+> **说明:**
>
>ASTORE引擎暂不支持闪回DROP/TRUNCATE。
@@ -12,7 +12,6 @@
- **[闪回DROP/TRUNCATE](#闪回DROP/TRUNCATE)**
-闪回恢复功能是数据库恢复技术的一环,可以有选择性的撤销一个已提交事务的影响,将数据从人为不正确的操作中进行恢复。在采用闪回技术之前,只能通过备份恢复、PITR等手段找回已提交的数据库修改,恢复时长需要数分钟甚至数小时。采用闪回技术后,恢复已提交的数据库修改前的数据,只需要秒级,而且恢复时间和数据库大小无关。
## 闪回查询
@@ -165,7 +164,7 @@ TIMECAPSULE TABLE t1 TO CSN 9617;
可以指定原始用户指定的表的名称,或对象删除时数据库分配的系统生成名称。
- - 回收站中系统生成的对象名称是唯一的。因此,如果指定系统生成名称,那么数据库检索指定的对象。使用“select \* from pg\_recyclebin;”语句查看回收站中的内容。
+ - 回收站中系统生成的对象名称是唯一的。因此,如果指定系统生成名称,那么数据库检索指定的对象。使用“select \* from gs\_recyclebin;”语句查看回收站中的内容。
- 如果指定了用户指定的名称,且如果回收站中包含多个该名称的对象,然后数据库检索回收站中最近移动的对象。如果想要检索更早版本的表,你可以这样做:
- 指定你想要检索的表的系统生成名称。
diff --git "a/content/zh/docs/DatabaseOMGuide/\351\231\220\345\210\266.md" "b/content/zh/docs/DatabaseOMGuide/\351\231\220\345\210\266.md"
index 6d6176d405edffefa9ffc0f2a27ce36213c3da8c..eb7eacc5e37cdbb82c53775c229beec09debfd79 100644
--- "a/content/zh/docs/DatabaseOMGuide/\351\231\220\345\210\266.md"
+++ "b/content/zh/docs/DatabaseOMGuide/\351\231\220\345\210\266.md"
@@ -1,4 +1,4 @@
-# 限制
+# 限制
发布订阅基于逻辑复制实现,继承所有逻辑复制的限制,同时发布订阅还有下列额外的限制或者缺失的功能。
diff --git "a/content/zh/docs/DatabaseOMGuide/\351\233\206\347\276\244\347\256\241\347\220\206\347\273\204\344\273\266\345\242\236\351\207\217\345\215\207\347\272\247.md" "b/content/zh/docs/DatabaseOMGuide/\351\233\206\347\276\244\347\256\241\347\220\206\347\273\204\344\273\266\345\242\236\351\207\217\345\215\207\347\272\247.md"
index 8386fb9a5762d14e8bc4cb40ddbaa6ebc53b7794..321a3bc031f679af0ad125fc747d9856321c0676 100644
--- "a/content/zh/docs/DatabaseOMGuide/\351\233\206\347\276\244\347\256\241\347\220\206\347\273\204\344\273\266\345\242\236\351\207\217\345\215\207\347\272\247.md"
+++ "b/content/zh/docs/DatabaseOMGuide/\351\233\206\347\276\244\347\256\241\347\220\206\347\273\204\344\273\266\345\242\236\351\207\217\345\215\207\347\272\247.md"
@@ -11,7 +11,7 @@
集群管理组件增量升级注意事项:
- 集群管理组件增量升级操作不能和扩节点、缩节点同时执行。
-- 集群管理组件增量升级操作不需要执行前置操作,请参考本页中升级示例六进行集群管理组件的升级。
+- 集群管理组件增量升级操作不需要执行前置操作,请参考[gs_upgradectl](../ToolandCommandReference/gs_upgradectl.md)中示例六进行集群管理组件的升级。
- 建议在数据库系统业务空闲情况下进行集群管理组件的升级,尽量避开业务繁忙时段。
- 集群管理组件增量升级需要使用官方提供的组件包进行升级。
- 执行集群管理组件升级需要保障集群内节点间互信正常通信(可以通过在节点间互相执行ssh命令进行检查)。
@@ -94,7 +94,7 @@
-> **说明:**
+> **说明:**
>表1中的2-5项详细操作请参照 **[升级前准备与检查](升级前准备与检查.md)**。
## 检查安装版本是否支持集群管理组件升级
@@ -136,5 +136,5 @@
```
cm_ctl -V
```
-> **注意:**
+> **注意:**
>执行过集群管理组件升级后,再执行增加节点操作后,新增加节点的集群管理组件是未经过升级的,需要再次执行集群管理升级以对新增加节点进行集群管理组件升级。
\ No newline at end of file
diff --git "a/content/zh/docs/DatabaseOMGuide/\351\253\230\345\215\261\346\223\215\344\275\234\344\270\200\350\247\210\350\241\250.md" "b/content/zh/docs/DatabaseOMGuide/\351\253\230\345\215\261\346\223\215\344\275\234\344\270\200\350\247\210\350\241\250.md"
index 20b0a5f1360389580460128eb892adecb1a633dc..dc33bb6ecf0abb45c7c0da3deefd009687ea51c3 100644
--- "a/content/zh/docs/DatabaseOMGuide/\351\253\230\345\215\261\346\223\215\344\275\234\344\270\200\350\247\210\350\241\250.md"
+++ "b/content/zh/docs/DatabaseOMGuide/\351\253\230\345\215\261\346\223\215\344\275\234\344\270\200\350\247\210\350\241\250.md"
@@ -1,4 +1,4 @@
-# 高危操作一览表
+# 高危操作一览表
各项操作请严格遵守指导书操作,同时避免执行如下高危操作。
diff --git "a/content/zh/docs/DatabaseOMGuide/\351\253\230\345\271\266\345\217\221\346\212\245\351\224\231-too-many-clients-already-\346\210\226\346\227\240\346\263\225\345\210\233\345\273\272\347\272\277\347\250\213.md" "b/content/zh/docs/DatabaseOMGuide/\351\253\230\345\271\266\345\217\221\346\212\245\351\224\231-too-many-clients-already-\346\210\226\346\227\240\346\263\225\345\210\233\345\273\272\347\272\277\347\250\213.md"
index 4af19de2c9b252638766cd6dcebb9c9e8f9b5d34..d036f3e689708ae5b0cb21959d439854f0233703 100644
--- "a/content/zh/docs/DatabaseOMGuide/\351\253\230\345\271\266\345\217\221\346\212\245\351\224\231-too-many-clients-already-\346\210\226\346\227\240\346\263\225\345\210\233\345\273\272\347\272\277\347\250\213.md"
+++ "b/content/zh/docs/DatabaseOMGuide/\351\253\230\345\271\266\345\217\221\346\212\245\351\224\231-too-many-clients-already-\346\210\226\346\227\240\346\263\225\345\210\233\345\273\272\347\272\277\347\250\213.md"
@@ -1,4 +1,4 @@
-# 高并发报错“too many clients already”或无法创建线程
+# 高并发报错“too many clients already”或无法创建线程
## 问题现象
diff --git "a/content/zh/docs/DataBaseReference/AI\347\211\271\346\200\247-GUC.md" "b/content/zh/docs/DatabaseReference/AI\347\211\271\346\200\247-GUC.md"
similarity index 64%
rename from "content/zh/docs/DataBaseReference/AI\347\211\271\346\200\247-GUC.md"
rename to "content/zh/docs/DatabaseReference/AI\347\211\271\346\200\247-GUC.md"
index 28349f842c090404ac81ae2ae32f295673ec7628..d102ff2b0310c70a4e4ebb63a3c15c1dc8f32f3d 100644
--- "a/content/zh/docs/DataBaseReference/AI\347\211\271\346\200\247-GUC.md"
+++ "b/content/zh/docs/DatabaseReference/AI\347\211\271\346\200\247-GUC.md"
@@ -1,4 +1,4 @@
-# AI特性
+# AI特性
## enable\_hypo\_index
@@ -46,6 +46,40 @@
**默认值:**.
+## enable\_ai\_stats
+
+**参数说明:**该参数用于指定是否创建或者使用智能统计信息。
+
+该参数属于USERSET类型参数,请参考[表1](重设参数.md#zh-cn_topic_0283137176_zh-cn_topic_0237121562_zh-cn_topic_0059777490_t91a6f212010f4503b24d7943aed6d846)中对应设置方法进行设置。
+
+**取值范围:**布尔型
+
+**默认值:**on
+
+## multi\_stats\_type
+
+**参数说明:**该参数用于指定在enable\_ai\_stats为on状态下创建的统计信息类别。
+
+该参数属于USERSET类型参数,请参考[表1](重设参数.md#zh-cn_topic_0283137176_zh-cn_topic_0237121562_zh-cn_topic_0059777490_t91a6f212010f4503b24d7943aed6d846)中对应设置方法进行设置。
+
+**取值范围:**枚举类型,有效值为"BAYESNET"、"MCV"、"ALL"。
+
+- "BAYESNET":只创建智能统计信息。
+- "MCV":只创建传统统计信息。
+- "ALL":同时创建传统统计信息和智能统计信息。
+
+**默认值:**"BAYESNET"
+
+## enable\_cachedplan\_mgr
+
+**参数说明:**该参数用于指定是否开启自适应计划选择功能。
+
+该参数属于USERSET类型参数,请参考[表1](重设参数.md#zh-cn_topic_0283137176_zh-cn_topic_0237121562_zh-cn_topic_0059777490_t91a6f212010f4503b24d7943aed6d846)中对应设置方法进行设置。
+
+**取值范围:**布尔型
+
+**默认值:**on
+
## unix\_socket\_directory
**参数说明:**用于指定unix\_socket通信方式中,文件存放的路径。此参数只能在配置文件postgresql.conf中指定。再启动fenced模式前需要设定该GUC参数。
diff --git "a/content/zh/docs/DatabaseReference/CM\347\233\270\345\205\263\345\217\202\346\225\260.md" "b/content/zh/docs/DatabaseReference/CM\347\233\270\345\205\263\345\217\202\346\225\260.md"
new file mode 100644
index 0000000000000000000000000000000000000000..fdeeed01be1b4b9cf77e1d488ff8979d0c25eea8
--- /dev/null
+++ "b/content/zh/docs/DatabaseReference/CM\347\233\270\345\205\263\345\217\202\346\225\260.md"
@@ -0,0 +1,9 @@
+# CM相关参数
+
+CM相关参数的修改对openGauss的运行机制有影响,建议由openGauss的工程师协助修改。修改CM相关参数的方法,请参考[表2](重设参数.md#zh-cn_topic_0283137176_zh-cn_topic_0237121562_zh-cn_topic_0059777490_t290c8f15953843db8d8e53d867cd893d)中方式一进行设置。
+
+- **[cm\_agent参数](cm_agent参数.md)**
+
+- **[cm\_server参数](cm_server参数.md)**
+
+
diff --git "a/content/zh/docs/DataBaseReference/DCF\345\217\202\346\225\260\350\256\276\347\275\256.md" "b/content/zh/docs/DatabaseReference/DCF\345\217\202\346\225\260\350\256\276\347\275\256.md"
similarity index 99%
rename from "content/zh/docs/DataBaseReference/DCF\345\217\202\346\225\260\350\256\276\347\275\256.md"
rename to "content/zh/docs/DatabaseReference/DCF\345\217\202\346\225\260\350\256\276\347\275\256.md"
index 8dbcc4e032e14aebaba7424a8098b6f125a1e524..4ba7ae0cadff3e693094f24f0a16d7d7bc1970cf 100644
--- "a/content/zh/docs/DataBaseReference/DCF\345\217\202\346\225\260\350\256\276\347\275\256.md"
+++ "b/content/zh/docs/DatabaseReference/DCF\345\217\202\346\225\260\350\256\276\347\275\256.md"
@@ -1,4 +1,4 @@
-# DCF参数设置
+# DCF参数设置
## enable\_dcf
@@ -367,5 +367,5 @@
**默认值:**空字符串
-> **注意:**
+> **注意:**
>若配置了参数后某一group内所有节点均故障,在对其中某个节点做涉及节点build相关操作(节点修复、不换ip的节点替换)时,需要将该group从此参数列表中移除,待节点恢复正常后可将该group再次配置到此参数。
\ No newline at end of file
diff --git a/content/zh/docs/DataBaseReference/GAUSS-00001----GAUSS-00010.md b/content/zh/docs/DatabaseReference/GAUSS-00001----GAUSS-00010.md
similarity index 95%
rename from content/zh/docs/DataBaseReference/GAUSS-00001----GAUSS-00010.md
rename to content/zh/docs/DatabaseReference/GAUSS-00001----GAUSS-00010.md
index 5fda1c33afb12329895c5daef0eb12c01ac7898c..952ab0a8f1330ef761065e94d6c7ae9182f9121f 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-00001----GAUSS-00010.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-00001----GAUSS-00010.md
@@ -1,4 +1,4 @@
-# GAUSS-00001 -- GAUSS-00010
+# GAUSS-00001 -- GAUSS-00010
GAUSS-00001: "operator does not exist: %s"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-00001----GAUSS-00100.md b/content/zh/docs/DatabaseReference/GAUSS-00001----GAUSS-00100.md
similarity index 90%
rename from content/zh/docs/DataBaseReference/GAUSS-00001----GAUSS-00100.md
rename to content/zh/docs/DatabaseReference/GAUSS-00001----GAUSS-00100.md
index f66bf15459cb0c08942857fd72e0b5ffed2701e4..c4652a3c73a0e2648eb8da263d7258628f8e0ac6 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-00001----GAUSS-00100.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-00001----GAUSS-00100.md
@@ -1,4 +1,4 @@
-# GAUSS-00001 -- GAUSS-00100
+# GAUSS-00001 -- GAUSS-00100
- **[GAUSS-00001 -- GAUSS-00010]({{}})**
diff --git a/content/zh/docs/DataBaseReference/GAUSS-00011----GAUSS-00020.md b/content/zh/docs/DatabaseReference/GAUSS-00011----GAUSS-00020.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-00011----GAUSS-00020.md
rename to content/zh/docs/DatabaseReference/GAUSS-00011----GAUSS-00020.md
index 3483d9cd57247d9912ed2b649066ed4a134c545a..d76b7a8831cf2d21b3500e5036200ed318fb7b46 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-00011----GAUSS-00020.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-00011----GAUSS-00020.md
@@ -1,4 +1,4 @@
-# GAUSS-00011 -- GAUSS-00020
+# GAUSS-00011 -- GAUSS-00020
GAUSS-00011: "hash table corrupted"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-00021----GAUSS-00030.md b/content/zh/docs/DatabaseReference/GAUSS-00021----GAUSS-00030.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-00021----GAUSS-00030.md
rename to content/zh/docs/DatabaseReference/GAUSS-00021----GAUSS-00030.md
index e6a694beb2fe0c43cb5f3d6e348ae5d1607b03aa..5ebb365c46b204c1e53d4e46662ab437bb44b12b 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-00021----GAUSS-00030.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-00021----GAUSS-00030.md
@@ -1,4 +1,4 @@
-# GAUSS-00021 -- GAUSS-00030
+# GAUSS-00021 -- GAUSS-00030
GAUSS-00021: "unsupported pathtype %d in build\_coercion\_expression"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-00031----GAUSS-00040.md b/content/zh/docs/DatabaseReference/GAUSS-00031----GAUSS-00040.md
similarity index 94%
rename from content/zh/docs/DataBaseReference/GAUSS-00031----GAUSS-00040.md
rename to content/zh/docs/DatabaseReference/GAUSS-00031----GAUSS-00040.md
index a0e16bc74c1ad8b8bae45071bdb429303dcc92bf..7142eeca8c4ca7e20395ba161c02e55a7b8bce5c 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-00031----GAUSS-00040.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-00031----GAUSS-00040.md
@@ -1,4 +1,4 @@
-# GAUSS-00031 -- GAUSS-00040
+# GAUSS-00031 -- GAUSS-00040
GAUSS-00031: "argument declared 'anyarray' is not an array but type %s"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-00041----GAUSS-00050.md b/content/zh/docs/DatabaseReference/GAUSS-00041----GAUSS-00050.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-00041----GAUSS-00050.md
rename to content/zh/docs/DatabaseReference/GAUSS-00041----GAUSS-00050.md
index d8e384aa00f16ee3fe7bc6adb2ab9d97b676c11d..8962fc573532fd7e22bb7c0e2800ff6a2a57a445 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-00041----GAUSS-00050.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-00041----GAUSS-00050.md
@@ -1,4 +1,4 @@
-# GAUSS-00041 -- GAUSS-00050
+# GAUSS-00041 -- GAUSS-00050
GAUSS-00041: "unrecognized castmethod: %d"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-00051----GAUSS-00060.md b/content/zh/docs/DatabaseReference/GAUSS-00051----GAUSS-00060.md
similarity index 94%
rename from content/zh/docs/DataBaseReference/GAUSS-00051----GAUSS-00060.md
rename to content/zh/docs/DatabaseReference/GAUSS-00051----GAUSS-00060.md
index 417ce71fed2447aba25cf311ebc98ad29e19c1b0..5072969bbb5daa6391d9704fc86c236bb0e47429 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-00051----GAUSS-00060.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-00051----GAUSS-00060.md
@@ -1,4 +1,4 @@
-# GAUSS-00051 -- GAUSS-00060
+# GAUSS-00051 -- GAUSS-00060
GAUSS-00052: "column '%s' of relation '%s' does not exist"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-00061----GAUSS-00070.md b/content/zh/docs/DatabaseReference/GAUSS-00061----GAUSS-00070.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-00061----GAUSS-00070.md
rename to content/zh/docs/DatabaseReference/GAUSS-00061----GAUSS-00070.md
index 7549d666f94239bddeadf33f9ddc4add0b54bc69..3164aecce89c4719da02de6a86baf999da7e8241 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-00061----GAUSS-00070.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-00061----GAUSS-00070.md
@@ -1,4 +1,4 @@
-# GAUSS-00061 -- GAUSS-00070
+# GAUSS-00061 -- GAUSS-00070
GAUSS-00061: "unrecognized A\_Expr kind: %d"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-00071----GAUSS-00080.md b/content/zh/docs/DatabaseReference/GAUSS-00071----GAUSS-00080.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-00071----GAUSS-00080.md
rename to content/zh/docs/DatabaseReference/GAUSS-00071----GAUSS-00080.md
index ad50f3e9c32550502e300c99dac1549e955b3450..923f3c48c93adc526a4c8dec20a028d9c86db567 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-00071----GAUSS-00080.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-00071----GAUSS-00080.md
@@ -1,4 +1,4 @@
-# GAUSS-00071 -- GAUSS-00080
+# GAUSS-00071 -- GAUSS-00080
GAUSS-00071: "there is no parameter $%d"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-00081----GAUSS-00090.md b/content/zh/docs/DatabaseReference/GAUSS-00081----GAUSS-00090.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-00081----GAUSS-00090.md
rename to content/zh/docs/DatabaseReference/GAUSS-00081----GAUSS-00090.md
index 478dce5c4095ba7e636e8f6096faad81390ac71f..a1ef5ff67900f25a257faab75f380f9b3ec466af 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-00081----GAUSS-00090.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-00081----GAUSS-00090.md
@@ -1,4 +1,4 @@
-# GAUSS-00081 -- GAUSS-00090
+# GAUSS-00081 -- GAUSS-00090
GAUSS-00081: "unnamed XML attribute value must be a column reference"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-00091----GAUSS-00100.md b/content/zh/docs/DatabaseReference/GAUSS-00091----GAUSS-00100.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-00091----GAUSS-00100.md
rename to content/zh/docs/DatabaseReference/GAUSS-00091----GAUSS-00100.md
index 15ccb8d1c69899ff996fd48eecc694032eff5dc8..0d4af271912035a288f8c69de839ef2ccbec0040 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-00091----GAUSS-00100.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-00091----GAUSS-00100.md
@@ -1,4 +1,4 @@
-# GAUSS-00091 -- GAUSS-00100
+# GAUSS-00091 -- GAUSS-00100
GAUSS-00091: "IS DISTINCT FROM requires = operator to yield Boolean"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-00101----GAUSS-00110.md b/content/zh/docs/DatabaseReference/GAUSS-00101----GAUSS-00110.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-00101----GAUSS-00110.md
rename to content/zh/docs/DatabaseReference/GAUSS-00101----GAUSS-00110.md
index aed5c5acf0e459af6e5d9d93900ba782d68c5c50..399a3e9ace5c88f0dda60dae32c31fc22cae0a7d 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-00101----GAUSS-00110.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-00101----GAUSS-00110.md
@@ -1,4 +1,4 @@
-# GAUSS-00101 -- GAUSS-00110
+# GAUSS-00101 -- GAUSS-00110
GAUSS-00101: "table '%s' has %d columns available but %d columns specified"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-00101----GAUSS-00200.md b/content/zh/docs/DatabaseReference/GAUSS-00101----GAUSS-00200.md
similarity index 90%
rename from content/zh/docs/DataBaseReference/GAUSS-00101----GAUSS-00200.md
rename to content/zh/docs/DatabaseReference/GAUSS-00101----GAUSS-00200.md
index 9e8f5d12ef3a5dc9a6365fe2bf35a7a747b15e36..fc95971b2a46115087a872b9bf02dd283866cadd 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-00101----GAUSS-00200.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-00101----GAUSS-00200.md
@@ -1,4 +1,4 @@
-# GAUSS-00101 -- GAUSS-00200
+# GAUSS-00101 -- GAUSS-00200
- **[GAUSS-00101 -- GAUSS-00110]({{}})**
diff --git a/content/zh/docs/DataBaseReference/GAUSS-00111----GAUSS-00120.md b/content/zh/docs/DatabaseReference/GAUSS-00111----GAUSS-00120.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-00111----GAUSS-00120.md
rename to content/zh/docs/DatabaseReference/GAUSS-00111----GAUSS-00120.md
index f7cc9b92dd0a353de635223fa40370d8c4d820dd..cf22e5dbe6bfe4832784f73cd1a5b140f3277007 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-00111----GAUSS-00120.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-00111----GAUSS-00120.md
@@ -1,4 +1,4 @@
-# GAUSS-00111 -- GAUSS-00120
+# GAUSS-00111 -- GAUSS-00120
GAUSS-00111: "column '%s' cannot be declared SETOF"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-00121----GAUSS-00130.md b/content/zh/docs/DatabaseReference/GAUSS-00121----GAUSS-00130.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-00121----GAUSS-00130.md
rename to content/zh/docs/DatabaseReference/GAUSS-00121----GAUSS-00130.md
index 0e78e645d8080874addcb2578b9be51918ea7f05..418640929e59eff9aa6f4a045078e4f60eef010b 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-00121----GAUSS-00130.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-00121----GAUSS-00130.md
@@ -1,4 +1,4 @@
-# GAUSS-00121 -- GAUSS-00130
+# GAUSS-00121 -- GAUSS-00130
GAUSS-00121: "column %d of relation '%s' does not exist"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-00131----GAUSS-00140.md b/content/zh/docs/DatabaseReference/GAUSS-00131----GAUSS-00140.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-00131----GAUSS-00140.md
rename to content/zh/docs/DatabaseReference/GAUSS-00131----GAUSS-00140.md
index 42d9eb8eb149b92ea5c6c65cdff48ed037cf530b..7b385fe634e09b2c13f83864e52459fca88ca2d3 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-00131----GAUSS-00140.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-00131----GAUSS-00140.md
@@ -1,4 +1,4 @@
-# GAUSS-00131 -- GAUSS-00140
+# GAUSS-00131 -- GAUSS-00140
GAUSS-00131: "current database cannot be changed"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-00141----GAUSS-00150.md b/content/zh/docs/DatabaseReference/GAUSS-00141----GAUSS-00150.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-00141----GAUSS-00150.md
rename to content/zh/docs/DatabaseReference/GAUSS-00141----GAUSS-00150.md
index c8e755198f54035f43b03e7a9a17b3dee49007b7..5d0a78bbe212298b1684e679ebf86389a7148783 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-00141----GAUSS-00150.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-00141----GAUSS-00150.md
@@ -1,4 +1,4 @@
-# GAUSS-00141 -- GAUSS-00150
+# GAUSS-00141 -- GAUSS-00150
GAUSS-00141: "missing argument"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-00151----GAUSS-00160.md b/content/zh/docs/DatabaseReference/GAUSS-00151----GAUSS-00160.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-00151----GAUSS-00160.md
rename to content/zh/docs/DatabaseReference/GAUSS-00151----GAUSS-00160.md
index a958374854ed0ee6f0d499f9f17ff2fabfca0b47..b207acc0947c7619b856e544ef678bf84c53e2a8 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-00151----GAUSS-00160.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-00151----GAUSS-00160.md
@@ -1,4 +1,4 @@
-# GAUSS-00151 -- GAUSS-00160
+# GAUSS-00151 -- GAUSS-00160
GAUSS-00151: "UNIQUE predicate is not yet implemented"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-00161----GAUSS-00170.md b/content/zh/docs/DatabaseReference/GAUSS-00161----GAUSS-00170.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-00161----GAUSS-00170.md
rename to content/zh/docs/DatabaseReference/GAUSS-00161----GAUSS-00170.md
index b8bae1696cb72615ad242c141889f4f93dcbeb87..ceefa7d30cb094542d39cc16f01b620ba318d1f2 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-00161----GAUSS-00170.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-00161----GAUSS-00170.md
@@ -1,4 +1,4 @@
-# GAUSS-00161 -- GAUSS-00170
+# GAUSS-00161 -- GAUSS-00170
GAUSS-00161: "wrong number of parameters on right side of OVERLAPS expression"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-00171----GAUSS-00180.md b/content/zh/docs/DatabaseReference/GAUSS-00171----GAUSS-00180.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-00171----GAUSS-00180.md
rename to content/zh/docs/DatabaseReference/GAUSS-00171----GAUSS-00180.md
index 94a1e693cd45c32b8c8d7f48f035a3d67653b54b..76ab6faa4d9e4d0cf6f34b54b8ff48cb6e0cd752 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-00171----GAUSS-00180.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-00171----GAUSS-00180.md
@@ -1,4 +1,4 @@
-# GAUSS-00171 -- GAUSS-00180
+# GAUSS-00171 -- GAUSS-00180
GAUSS-00171: "%s constraints cannot be marked NO INHERIT"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-00181----GAUSS-00190.md b/content/zh/docs/DatabaseReference/GAUSS-00181----GAUSS-00190.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-00181----GAUSS-00190.md
rename to content/zh/docs/DatabaseReference/GAUSS-00181----GAUSS-00190.md
index 4487a33514b3b4cfca7f349caf5ff5ca26e1c709..bc598e96fc44cf55832b7e363a3fc69a3784af39 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-00181----GAUSS-00190.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-00181----GAUSS-00190.md
@@ -1,4 +1,4 @@
-# GAUSS-00181 -- GAUSS-00190
+# GAUSS-00181 -- GAUSS-00190
GAUSS-00181: "function '%s' doesn't exist"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-00191----GAUSS-00200.md b/content/zh/docs/DatabaseReference/GAUSS-00191----GAUSS-00200.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-00191----GAUSS-00200.md
rename to content/zh/docs/DatabaseReference/GAUSS-00191----GAUSS-00200.md
index ab7e8f9a2a681fac1c0f2b39b1e36ddc5c6b04ba..c0d99d786d2435f9acd4273ea354f3a08afcdc95 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-00191----GAUSS-00200.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-00191----GAUSS-00200.md
@@ -1,4 +1,4 @@
-# GAUSS-00191 -- GAUSS-00200
+# GAUSS-00191 -- GAUSS-00200
GAUSS-00191: "recursive query '%s' column %d has collation '%s' in non-recursive term but collation '%s' overall"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-00201----GAUSS-00210.md b/content/zh/docs/DatabaseReference/GAUSS-00201----GAUSS-00210.md
similarity index 90%
rename from content/zh/docs/DataBaseReference/GAUSS-00201----GAUSS-00210.md
rename to content/zh/docs/DatabaseReference/GAUSS-00201----GAUSS-00210.md
index f2db0d086347bcbc187c39a909f5e1e13c72399b..8f900cc5fa12ee77ba22b81ec12acd3cae5ccbe5 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-00201----GAUSS-00210.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-00201----GAUSS-00210.md
@@ -1,4 +1,4 @@
-# GAUSS-00201 -- GAUSS-00210
+# GAUSS-00201 -- GAUSS-00210
GAUSS-00202: "unrecognized join type: %d"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-00201----GAUSS-00300.md b/content/zh/docs/DatabaseReference/GAUSS-00201----GAUSS-00300.md
similarity index 90%
rename from content/zh/docs/DataBaseReference/GAUSS-00201----GAUSS-00300.md
rename to content/zh/docs/DatabaseReference/GAUSS-00201----GAUSS-00300.md
index b0be15cf825c77e04c702120638e1adcf4eefcf3..0cde1dd8b0c7ff85b3fd284f20f91dd04f85a827 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-00201----GAUSS-00300.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-00201----GAUSS-00300.md
@@ -1,4 +1,4 @@
-# GAUSS-00201 -- GAUSS-00300
+# GAUSS-00201 -- GAUSS-00300
- **[GAUSS-00201 -- GAUSS-00210]({{}})**
diff --git a/content/zh/docs/DataBaseReference/GAUSS-00211----GAUSS-00220.md b/content/zh/docs/DatabaseReference/GAUSS-00211----GAUSS-00220.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-00211----GAUSS-00220.md
rename to content/zh/docs/DatabaseReference/GAUSS-00211----GAUSS-00220.md
index 1126ed7a698cf1dcb4367cc6f4e5f5aa0f3abf74..cbb128dbc3bbbaba3b62a974dc4bf03fe704624d 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-00211----GAUSS-00220.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-00211----GAUSS-00220.md
@@ -1,4 +1,4 @@
-# GAUSS-00211 -- GAUSS-00220
+# GAUSS-00211 -- GAUSS-00220
GAUSS-00211: "cannot use window function in function expression in FROM"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-00221----GAUSS-00230.md b/content/zh/docs/DatabaseReference/GAUSS-00221----GAUSS-00230.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-00221----GAUSS-00230.md
rename to content/zh/docs/DatabaseReference/GAUSS-00221----GAUSS-00230.md
index e5af5fd2f2ed1f3146a56f71657f17f5d67e7945..6c942c18b7f422486d6b8e812f0f0dac382a29b9 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-00221----GAUSS-00230.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-00221----GAUSS-00230.md
@@ -1,4 +1,4 @@
-# GAUSS-00221 -- GAUSS-00230
+# GAUSS-00221 -- GAUSS-00230
GAUSS-00221: "%s '%s' is ambiguous"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-00231----GAUSS-00240.md b/content/zh/docs/DatabaseReference/GAUSS-00231----GAUSS-00240.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-00231----GAUSS-00240.md
rename to content/zh/docs/DatabaseReference/GAUSS-00231----GAUSS-00240.md
index a9cf8ad553369a1222f5248c1fb5405494b70850..7afde23f54abd96782a300b5ecaba896a88b2f0c 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-00231----GAUSS-00240.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-00231----GAUSS-00240.md
@@ -1,4 +1,4 @@
-# GAUSS-00231 -- GAUSS-00240
+# GAUSS-00231 -- GAUSS-00240
GAUSS-00231: "get\_matching\_location: no matching sortgroupref"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-00241----GAUSS-00250.md b/content/zh/docs/DatabaseReference/GAUSS-00241----GAUSS-00250.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-00241----GAUSS-00250.md
rename to content/zh/docs/DatabaseReference/GAUSS-00241----GAUSS-00250.md
index 7eb6f770b3a92bbfcd54707b24352918ef53c0a7..a8cd47d473c9e3359bfbcb1b88cd01b35e4e4d60 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-00241----GAUSS-00250.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-00241----GAUSS-00250.md
@@ -1,4 +1,4 @@
-# GAUSS-00241 -- GAUSS-00250
+# GAUSS-00241 -- GAUSS-00250
GAUSS-00241: "aggregates not allowed in JOIN conditions"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-00251----GAUSS-00260.md b/content/zh/docs/DatabaseReference/GAUSS-00251----GAUSS-00260.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-00251----GAUSS-00260.md
rename to content/zh/docs/DatabaseReference/GAUSS-00251----GAUSS-00260.md
index 42fc863e88faa62d802e89f35d85188c60a5b1bb..9d845656c331ca1dbd5bba56811b6aac52469d82 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-00251----GAUSS-00260.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-00251----GAUSS-00260.md
@@ -1,4 +1,4 @@
-# GAUSS-00251 -- GAUSS-00260
+# GAUSS-00251 -- GAUSS-00260
GAUSS-00251: "yylex\_init\(\) failed: %m"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-00261----GAUSS-00270.md b/content/zh/docs/DatabaseReference/GAUSS-00261----GAUSS-00270.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-00261----GAUSS-00270.md
rename to content/zh/docs/DatabaseReference/GAUSS-00261----GAUSS-00270.md
index aadb9ac918f1a4ee0aaaad9191e261f8d063d998..356e2afc0611a33ff4597085c79e16b25bfa1d1d 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-00261----GAUSS-00270.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-00261----GAUSS-00270.md
@@ -1,4 +1,4 @@
-# GAUSS-00261 -- GAUSS-00270
+# GAUSS-00261 -- GAUSS-00270
GAUSS-00261: "subfield '%s' is of type %s but expression is of type %s"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-00271----GAUSS-00280.md b/content/zh/docs/DatabaseReference/GAUSS-00271----GAUSS-00280.md
similarity index 94%
rename from content/zh/docs/DataBaseReference/GAUSS-00271----GAUSS-00280.md
rename to content/zh/docs/DatabaseReference/GAUSS-00271----GAUSS-00280.md
index df4ed591e2f65858e1c71fdc9419ded93075f7ae..0b576725d1ec899b4610b3698d520dd0893b879c 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-00271----GAUSS-00280.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-00271----GAUSS-00280.md
@@ -1,4 +1,4 @@
-# GAUSS-00271 -- GAUSS-00280
+# GAUSS-00271 -- GAUSS-00280
GAUSS-00271: "cannot use aggregate function in VALUES"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-00281----GAUSS-00290.md b/content/zh/docs/DatabaseReference/GAUSS-00281----GAUSS-00290.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-00281----GAUSS-00290.md
rename to content/zh/docs/DatabaseReference/GAUSS-00281----GAUSS-00290.md
index c3b0af7cb3116d5a05e188ba2d3d25d217475e9c..cd5bb8e5cd3714604aa78c0a49b0d99ac5b59814 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-00281----GAUSS-00290.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-00281----GAUSS-00290.md
@@ -1,4 +1,4 @@
-# GAUSS-00281 -- GAUSS-00290
+# GAUSS-00281 -- GAUSS-00290
GAUSS-00281: "UNION/INTERSECT/EXCEPT member statement cannot refer to other relations of same query level"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-00291----GAUSS-00300.md b/content/zh/docs/DatabaseReference/GAUSS-00291----GAUSS-00300.md
similarity index 94%
rename from content/zh/docs/DataBaseReference/GAUSS-00291----GAUSS-00300.md
rename to content/zh/docs/DatabaseReference/GAUSS-00291----GAUSS-00300.md
index 01acc31f79ddfe2b10c6a0274d4cabfc8d32c6e2..9939a9ac576ceca44889e76b36ea9f3dbb3c0900 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-00291----GAUSS-00300.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-00291----GAUSS-00300.md
@@ -1,4 +1,4 @@
-# GAUSS-00291 -- GAUSS-00300
+# GAUSS-00291 -- GAUSS-00300
GAUSS-00291: "unexpected non-SELECT command in DECLARE CURSOR"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-00301----GAUSS-00310.md b/content/zh/docs/DatabaseReference/GAUSS-00301----GAUSS-00310.md
similarity index 94%
rename from content/zh/docs/DataBaseReference/GAUSS-00301----GAUSS-00310.md
rename to content/zh/docs/DatabaseReference/GAUSS-00301----GAUSS-00310.md
index cb3502d9cdf133f79a8a46ecc829b25040b08ad4..3732a14270e8b93c6b3f5308233a69c0d4b005b3 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-00301----GAUSS-00310.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-00301----GAUSS-00310.md
@@ -1,4 +1,4 @@
-# GAUSS-00301 -- GAUSS-00310
+# GAUSS-00301 -- GAUSS-00310
GAUSS-00301: "EXECUTE DIRECT cannot execute this utility query"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-00301----GAUSS-00400.md b/content/zh/docs/DatabaseReference/GAUSS-00301----GAUSS-00400.md
similarity index 90%
rename from content/zh/docs/DataBaseReference/GAUSS-00301----GAUSS-00400.md
rename to content/zh/docs/DatabaseReference/GAUSS-00301----GAUSS-00400.md
index b8cd51d7a53041c80be6413990a32453bba9e970..c0f59fdcb213ce2fa1ff28592d07f208c41406eb 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-00301----GAUSS-00400.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-00301----GAUSS-00400.md
@@ -1,4 +1,4 @@
-# GAUSS-00301 -- GAUSS-00400
+# GAUSS-00301 -- GAUSS-00400
- **[GAUSS-00301 -- GAUSS-00310]({{}})**
diff --git a/content/zh/docs/DataBaseReference/GAUSS-00311----GAUSS-00320.md b/content/zh/docs/DatabaseReference/GAUSS-00311----GAUSS-00320.md
similarity index 95%
rename from content/zh/docs/DataBaseReference/GAUSS-00311----GAUSS-00320.md
rename to content/zh/docs/DatabaseReference/GAUSS-00311----GAUSS-00320.md
index e016ed8ef57a9481ba7bec00bd295205e1b812ed..01daa45bc710c0df52efc36ea7d26837cea7e864 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-00311----GAUSS-00320.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-00311----GAUSS-00320.md
@@ -1,4 +1,4 @@
-# GAUSS-00311 -- GAUSS-00320
+# GAUSS-00311 -- GAUSS-00320
GAUSS-00311: "SELECT FOR UPDATE/SHARE cannot be applied to a join"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-00321----GAUSS-00330.md b/content/zh/docs/DatabaseReference/GAUSS-00321----GAUSS-00330.md
similarity index 94%
rename from content/zh/docs/DataBaseReference/GAUSS-00321----GAUSS-00330.md
rename to content/zh/docs/DatabaseReference/GAUSS-00321----GAUSS-00330.md
index 4b07bcedf4653cc92c3f0880eef5c0bf9bb01bfb..51e0ef96354ce9577a4a5b07c85d94cc097854ef 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-00321----GAUSS-00330.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-00321----GAUSS-00330.md
@@ -1,4 +1,4 @@
-# GAUSS-00321 -- GAUSS-00330
+# GAUSS-00321 -- GAUSS-00330
GAUSS-00321: "column exclusion constraints are not supported"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-00331----GAUSS-00340.md b/content/zh/docs/DatabaseReference/GAUSS-00331----GAUSS-00340.md
similarity index 94%
rename from content/zh/docs/DataBaseReference/GAUSS-00331----GAUSS-00340.md
rename to content/zh/docs/DatabaseReference/GAUSS-00331----GAUSS-00340.md
index c79cf6c21d6ffc9d5153a492dbe7d668b07900bd..a20d925d40fcf42437a3869b5a2b706cf32160ac 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-00331----GAUSS-00340.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-00331----GAUSS-00340.md
@@ -1,4 +1,4 @@
-# GAUSS-00331 -- GAUSS-00340
+# GAUSS-00331 -- GAUSS-00340
GAUSS-00331: "cache lookup failed on source like relation %u for reloptions"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-00341----GAUSS-00350.md b/content/zh/docs/DatabaseReference/GAUSS-00341----GAUSS-00350.md
similarity index 95%
rename from content/zh/docs/DataBaseReference/GAUSS-00341----GAUSS-00350.md
rename to content/zh/docs/DatabaseReference/GAUSS-00341----GAUSS-00350.md
index 33c1411dae5b1bab32cf1af039cfe0405ce727de..be2ee6016a24b5c3014bd3730022fdd08ea4b2c6 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-00341----GAUSS-00350.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-00341----GAUSS-00350.md
@@ -1,4 +1,4 @@
-# GAUSS-00341 -- GAUSS-00350
+# GAUSS-00341 -- GAUSS-00350
GAUSS-00341: "cache lookup failed for opclass %u"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-00351----GAUSS-00360.md b/content/zh/docs/DatabaseReference/GAUSS-00351----GAUSS-00360.md
similarity index 94%
rename from content/zh/docs/DataBaseReference/GAUSS-00351----GAUSS-00360.md
rename to content/zh/docs/DatabaseReference/GAUSS-00351----GAUSS-00360.md
index f97cd5da37ddea5af49f1a40f7bd1a73b6a010d2..10a6f6efa44107dca11c87699d4d2a6e7cd4bdf8 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-00351----GAUSS-00360.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-00351----GAUSS-00360.md
@@ -1,4 +1,4 @@
-# GAUSS-00351 -- GAUSS-00360
+# GAUSS-00351 -- GAUSS-00360
GAUSS-00351: "index '%s' contains expressions"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-00361----GAUSS-00370.md b/content/zh/docs/DatabaseReference/GAUSS-00361----GAUSS-00370.md
similarity index 95%
rename from content/zh/docs/DataBaseReference/GAUSS-00361----GAUSS-00370.md
rename to content/zh/docs/DatabaseReference/GAUSS-00361----GAUSS-00370.md
index 498bc968d3bee53b2e033397c54ba89d1f513ae6..4acba6831074ca7e213ca5c1da47876c3b557699 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-00361----GAUSS-00370.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-00361----GAUSS-00370.md
@@ -1,4 +1,4 @@
-# GAUSS-00361 -- GAUSS-00370
+# GAUSS-00361 -- GAUSS-00370
GAUSS-00361: "access method '%s' does not support column store"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-00371----GAUSS-00380.md b/content/zh/docs/DatabaseReference/GAUSS-00371----GAUSS-00380.md
similarity index 95%
rename from content/zh/docs/DataBaseReference/GAUSS-00371----GAUSS-00380.md
rename to content/zh/docs/DatabaseReference/GAUSS-00371----GAUSS-00380.md
index 65e3961b6f3b66d6b7584651e8223a723a8bfaab..d85ee56a40fb39fe3079d3b538e452282ad35fe8 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-00371----GAUSS-00380.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-00371----GAUSS-00380.md
@@ -1,4 +1,4 @@
-# GAUSS-00371 -- GAUSS-00380
+# GAUSS-00371 -- GAUSS-00380
GAUSS-00371: "ON SELECT rule cannot use OLD"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-00381----GAUSS-00390.md b/content/zh/docs/DatabaseReference/GAUSS-00381----GAUSS-00390.md
similarity index 94%
rename from content/zh/docs/DataBaseReference/GAUSS-00381----GAUSS-00390.md
rename to content/zh/docs/DatabaseReference/GAUSS-00381----GAUSS-00390.md
index 2ad9e59078344da45dbbc1c08cb39a640dfa099c..278c4159850c094dbeb250cc73f68d68dde3d896 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-00381----GAUSS-00390.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-00381----GAUSS-00390.md
@@ -1,4 +1,4 @@
-# GAUSS-00381 -- GAUSS-00390
+# GAUSS-00381 -- GAUSS-00390
GAUSS-00381: "misplaced INITIALLY DEFERRED clause"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-00391----GAUSS-00400.md b/content/zh/docs/DatabaseReference/GAUSS-00391----GAUSS-00400.md
similarity index 95%
rename from content/zh/docs/DataBaseReference/GAUSS-00391----GAUSS-00400.md
rename to content/zh/docs/DatabaseReference/GAUSS-00391----GAUSS-00400.md
index 53f42dbdf921c1595955db478034d6c19e7764e8..4e0d32c13304371b49fea2c8b44b506bb8755487 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-00391----GAUSS-00400.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-00391----GAUSS-00400.md
@@ -1,4 +1,4 @@
-# GAUSS-00391 -- GAUSS-00400
+# GAUSS-00391 -- GAUSS-00400
GAUSS-00392: "too many partition keys for partitioned table"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-00401----GAUSS-00410.md b/content/zh/docs/DatabaseReference/GAUSS-00401----GAUSS-00410.md
similarity index 94%
rename from content/zh/docs/DataBaseReference/GAUSS-00401----GAUSS-00410.md
rename to content/zh/docs/DatabaseReference/GAUSS-00401----GAUSS-00410.md
index d91e999d939990a38811b8bf741485a62f8bccdf..041166c74b1c7da63daf708246ab821327eef6d8 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-00401----GAUSS-00410.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-00401----GAUSS-00410.md
@@ -1,4 +1,4 @@
-# GAUSS-00401 -- GAUSS-00410
+# GAUSS-00401 -- GAUSS-00410
GAUSS-00401: "access method 'psort' does not support index expressions"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-00401----GAUSS-00500.md b/content/zh/docs/DatabaseReference/GAUSS-00401----GAUSS-00500.md
similarity index 90%
rename from content/zh/docs/DataBaseReference/GAUSS-00401----GAUSS-00500.md
rename to content/zh/docs/DatabaseReference/GAUSS-00401----GAUSS-00500.md
index 25fffbbb88d8b0110d707359989a32bcba5805ff..0c37eac172ad87c92220fc1047f59b40e9c47c31 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-00401----GAUSS-00500.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-00401----GAUSS-00500.md
@@ -1,4 +1,4 @@
-# GAUSS-00401 -- GAUSS-00500
+# GAUSS-00401 -- GAUSS-00500
- **[GAUSS-00401 -- GAUSS-00410]({{}})**
diff --git a/content/zh/docs/DataBaseReference/GAUSS-00411----GAUSS-00420.md b/content/zh/docs/DatabaseReference/GAUSS-00411----GAUSS-00420.md
similarity index 95%
rename from content/zh/docs/DataBaseReference/GAUSS-00411----GAUSS-00420.md
rename to content/zh/docs/DatabaseReference/GAUSS-00411----GAUSS-00420.md
index f91400b2ba085411c62c0df48ebeeabf4d4c5770..490933d41d4c92cffde3d040116ebef7f92c03a7 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-00411----GAUSS-00420.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-00411----GAUSS-00420.md
@@ -1,4 +1,4 @@
-# GAUSS-00411 -- GAUSS-00420
+# GAUSS-00411 -- GAUSS-00420
GAUSS-00411: "function %s does not exist"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-00421----GAUSS-00430.md b/content/zh/docs/DatabaseReference/GAUSS-00421----GAUSS-00430.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-00421----GAUSS-00430.md
rename to content/zh/docs/DatabaseReference/GAUSS-00421----GAUSS-00430.md
index 86d63d97bf0293868b14fe9348680922b2f3285a..a5a76f8b74ed9c3cdcd0f1f79d0323a0691fce87 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-00421----GAUSS-00430.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-00421----GAUSS-00430.md
@@ -1,4 +1,4 @@
-# GAUSS-00421 -- GAUSS-00430
+# GAUSS-00421 -- GAUSS-00430
GAUSS-00421: "function %s asks parameters"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-00431----GAUSS-00440.md b/content/zh/docs/DatabaseReference/GAUSS-00431----GAUSS-00440.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-00431----GAUSS-00440.md
rename to content/zh/docs/DatabaseReference/GAUSS-00431----GAUSS-00440.md
index e73f03bf38f34c178aa99defec6053b0c76b22dc..6f71c47982ee330fc2a34a9b8e77ddb08b418918 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-00431----GAUSS-00440.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-00431----GAUSS-00440.md
@@ -1,4 +1,4 @@
-# GAUSS-00431 -- GAUSS-00440
+# GAUSS-00431 -- GAUSS-00440
GAUSS-00431: "could not redirect stderr: %m"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-00441----GAUSS-00450.md b/content/zh/docs/DatabaseReference/GAUSS-00441----GAUSS-00450.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-00441----GAUSS-00450.md
rename to content/zh/docs/DatabaseReference/GAUSS-00441----GAUSS-00450.md
index df0145578315a2d084f9d009576290106441655c..62e6e999e1df5350905176aaed8c850cda9ac1ed 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-00441----GAUSS-00450.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-00441----GAUSS-00450.md
@@ -1,4 +1,4 @@
-# GAUSS-00441 -- GAUSS-00450
+# GAUSS-00441 -- GAUSS-00450
GAUSS-00442: "could not create any TCP/IP sockets"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-00451----GAUSS-00460.md b/content/zh/docs/DatabaseReference/GAUSS-00451----GAUSS-00460.md
similarity index 91%
rename from content/zh/docs/DataBaseReference/GAUSS-00451----GAUSS-00460.md
rename to content/zh/docs/DatabaseReference/GAUSS-00451----GAUSS-00460.md
index 751ad444ff0893691043f29c74955068d20605c2..4446a28868dcaf5433c6f9006afed2de19ec0e2f 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-00451----GAUSS-00460.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-00451----GAUSS-00460.md
@@ -1,4 +1,4 @@
-# GAUSS-00451 -- GAUSS-00460
+# GAUSS-00451 -- GAUSS-00460
GAUSS-00451: "could not read permissions of directory '%s': %m"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-00461----GAUSS-00470.md b/content/zh/docs/DatabaseReference/GAUSS-00461----GAUSS-00470.md
similarity index 69%
rename from content/zh/docs/DataBaseReference/GAUSS-00461----GAUSS-00470.md
rename to content/zh/docs/DatabaseReference/GAUSS-00461----GAUSS-00470.md
index da986dfa4112cc7899aaf9cccc2c11f3d76bbc02..53af051c089d348227f5f2add21a2358701f02b6 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-00461----GAUSS-00470.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-00461----GAUSS-00470.md
@@ -1,4 +1,4 @@
-# GAUSS-00461 -- GAUSS-00470
+# GAUSS-00461 -- GAUSS-00470
GAUSS-00466: "sorry, too many clients already"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-00471----GAUSS-00480.md b/content/zh/docs/DatabaseReference/GAUSS-00471----GAUSS-00480.md
similarity index 88%
rename from content/zh/docs/DataBaseReference/GAUSS-00471----GAUSS-00480.md
rename to content/zh/docs/DatabaseReference/GAUSS-00471----GAUSS-00480.md
index 1034d92147e3065329c746abcfe56c422f32972b..d7159b8d2ac6c82bd93bf2eec218f1cbf21a9db1 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-00471----GAUSS-00480.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-00471----GAUSS-00480.md
@@ -1,4 +1,4 @@
-# GAUSS-00471 -- GAUSS-00480
+# GAUSS-00471 -- GAUSS-00480
GAUSS-00474: "fcntl F\_GETFD failed!"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-00481----GAUSS-00490.md b/content/zh/docs/DatabaseReference/GAUSS-00481----GAUSS-00490.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-00481----GAUSS-00490.md
rename to content/zh/docs/DatabaseReference/GAUSS-00481----GAUSS-00490.md
index 53b00e2f1dd273df5a8fe442d780ef092a22e005..9bb3aff4e167c806df868a598cef50ac1bf0c7fd 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-00481----GAUSS-00490.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-00481----GAUSS-00490.md
@@ -1,4 +1,4 @@
-# GAUSS-00481 -- GAUSS-00490
+# GAUSS-00481 -- GAUSS-00490
GAUSS-00481: "parameter error in ParseHaListenAddr\(\)"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-00491----GAUSS-00500.md b/content/zh/docs/DatabaseReference/GAUSS-00491----GAUSS-00500.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-00491----GAUSS-00500.md
rename to content/zh/docs/DatabaseReference/GAUSS-00491----GAUSS-00500.md
index 5a87dd596a06167cef55965712e3a645410de325..4f7f011b1b83addb0ba0ba547bfb6391a5610b19 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-00491----GAUSS-00500.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-00491----GAUSS-00500.md
@@ -1,4 +1,4 @@
-# GAUSS-00491 -- GAUSS-00500
+# GAUSS-00491 -- GAUSS-00500
GAUSS-00491: "return type must be a row type"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-00501----GAUSS-00510.md b/content/zh/docs/DatabaseReference/GAUSS-00501----GAUSS-00510.md
similarity index 96%
rename from content/zh/docs/DataBaseReference/GAUSS-00501----GAUSS-00510.md
rename to content/zh/docs/DatabaseReference/GAUSS-00501----GAUSS-00510.md
index a549ba71a5bed944afdd6b92e2ec49d60ce77310..084c3978bb0c0e830f4dad0ba83b58b942c08d33 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-00501----GAUSS-00510.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-00501----GAUSS-00510.md
@@ -1,4 +1,4 @@
-# GAUSS-00501 -- GAUSS-00510
+# GAUSS-00501 -- GAUSS-00510
GAUSS-00501: "template database '%s' does not exist"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-00501----GAUSS-00600.md b/content/zh/docs/DatabaseReference/GAUSS-00501----GAUSS-00600.md
similarity index 90%
rename from content/zh/docs/DataBaseReference/GAUSS-00501----GAUSS-00600.md
rename to content/zh/docs/DatabaseReference/GAUSS-00501----GAUSS-00600.md
index 34c447b4055a003f0e6825f30125173e3b255ae1..824d14fd14249e33198d3e09cee59b24ad70c115 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-00501----GAUSS-00600.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-00501----GAUSS-00600.md
@@ -1,4 +1,4 @@
-# GAUSS-00501 -- GAUSS-00600
+# GAUSS-00501 -- GAUSS-00600
- **[GAUSS-00501 -- GAUSS-00510]({{}})**
diff --git a/content/zh/docs/DataBaseReference/GAUSS-00511----GAUSS-00520.md b/content/zh/docs/DatabaseReference/GAUSS-00511----GAUSS-00520.md
similarity index 95%
rename from content/zh/docs/DataBaseReference/GAUSS-00511----GAUSS-00520.md
rename to content/zh/docs/DatabaseReference/GAUSS-00511----GAUSS-00520.md
index 9479bb8828626e4750eb32d5b706164db397db37..d50b39136175049771a33de9f6f295a1df173bff 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-00511----GAUSS-00520.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-00511----GAUSS-00520.md
@@ -1,4 +1,4 @@
-# GAUSS-00511 -- GAUSS-00520
+# GAUSS-00511 -- GAUSS-00520
GAUSS-00511: "source database '%s' is being accessed by other users"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-00521----GAUSS-00530.md b/content/zh/docs/DatabaseReference/GAUSS-00521----GAUSS-00530.md
similarity index 96%
rename from content/zh/docs/DataBaseReference/GAUSS-00521----GAUSS-00530.md
rename to content/zh/docs/DatabaseReference/GAUSS-00521----GAUSS-00530.md
index 66322a7a9cd422a97b19252aa981d04901132606..a5613b747ae1577327a77b34f5349e36fa99fcf2 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-00521----GAUSS-00530.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-00521----GAUSS-00530.md
@@ -1,4 +1,4 @@
-# GAUSS-00521 -- GAUSS-00530
+# GAUSS-00521 -- GAUSS-00530
GAUSS-00521: "cannot change the tablespace of the currently open database"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-00531----GAUSS-00540.md b/content/zh/docs/DatabaseReference/GAUSS-00531----GAUSS-00540.md
similarity index 95%
rename from content/zh/docs/DataBaseReference/GAUSS-00531----GAUSS-00540.md
rename to content/zh/docs/DatabaseReference/GAUSS-00531----GAUSS-00540.md
index 1f8a4cea5750c83a0db7de7656793bbbf13a959f..096ada2cf754f9477df582cb66e116aa82c97b18 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-00531----GAUSS-00540.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-00531----GAUSS-00540.md
@@ -1,4 +1,4 @@
-# GAUSS-00531 -- GAUSS-00540
+# GAUSS-00531 -- GAUSS-00540
GAUSS-00531: "tablespace location must be an absolute path"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-00541----GAUSS-00550.md b/content/zh/docs/DatabaseReference/GAUSS-00541----GAUSS-00550.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-00541----GAUSS-00550.md
rename to content/zh/docs/DatabaseReference/GAUSS-00541----GAUSS-00550.md
index 6f6057b6ecc182f05777e9ecb002c0bf05fb6c9f..d76c50002da6bc5df04faafdd91dccec1ef411c6 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-00541----GAUSS-00550.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-00541----GAUSS-00550.md
@@ -1,4 +1,4 @@
-# GAUSS-00541 -- GAUSS-00550
+# GAUSS-00541 -- GAUSS-00550
GAUSS-00541: "directory '%s' already in use as a tablespace"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-00551----GAUSS-00560.md b/content/zh/docs/DatabaseReference/GAUSS-00551----GAUSS-00560.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-00551----GAUSS-00560.md
rename to content/zh/docs/DatabaseReference/GAUSS-00551----GAUSS-00560.md
index f6544a72d182b25340579f49ffe54cb43740e850..cbfa3ea3dad5bc6319a378b20bb17ccb8865e98c 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-00551----GAUSS-00560.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-00551----GAUSS-00560.md
@@ -1,4 +1,4 @@
-# GAUSS-00551 -- GAUSS-00560
+# GAUSS-00551 -- GAUSS-00560
GAUSS-00551: "could not determine which collation to use for view column '%s'"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-00561----GAUSS-00570.md b/content/zh/docs/DatabaseReference/GAUSS-00561----GAUSS-00570.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-00561----GAUSS-00570.md
rename to content/zh/docs/DatabaseReference/GAUSS-00561----GAUSS-00570.md
index 3245e687c670682b1f2fbfac1124110e5f10effc..65a7986dd9f91c091eb3d8923d16a8f6ba2e63bd 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-00561----GAUSS-00570.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-00561----GAUSS-00570.md
@@ -1,4 +1,4 @@
-# GAUSS-00561 -- GAUSS-00570
+# GAUSS-00561 -- GAUSS-00570
GAUSS-00561: "views cannot be unlogged because they do not have storage"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-00571----GAUSS-00580.md b/content/zh/docs/DatabaseReference/GAUSS-00571----GAUSS-00580.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-00571----GAUSS-00580.md
rename to content/zh/docs/DatabaseReference/GAUSS-00571----GAUSS-00580.md
index fa8c312c7c29d370d863be926c1ba664edb99f7f..edc013810a76b5f81d304ee42d986557f0f8131d 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-00571----GAUSS-00580.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-00571----GAUSS-00580.md
@@ -1,4 +1,4 @@
-# GAUSS-00571 -- GAUSS-00580
+# GAUSS-00571 -- GAUSS-00580
GAUSS-00571: "unrecognized DISCARD target: %d"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-00581----GAUSS-00590.md b/content/zh/docs/DatabaseReference/GAUSS-00581----GAUSS-00590.md
similarity index 91%
rename from content/zh/docs/DataBaseReference/GAUSS-00581----GAUSS-00590.md
rename to content/zh/docs/DatabaseReference/GAUSS-00581----GAUSS-00590.md
index b97d6afec1379fc076b08463ebc7c880c9f0efff..3d4e80b60bdbdc302c63eaad8bc0d6eedd8cdffa 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-00581----GAUSS-00590.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-00581----GAUSS-00590.md
@@ -1,4 +1,4 @@
-# GAUSS-00581 -- GAUSS-00590
+# GAUSS-00581 -- GAUSS-00590
GAUSS-00581: "role name '%s' is reserved"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-00591----GAUSS-00600.md b/content/zh/docs/DatabaseReference/GAUSS-00591----GAUSS-00600.md
similarity index 86%
rename from content/zh/docs/DataBaseReference/GAUSS-00591----GAUSS-00600.md
rename to content/zh/docs/DatabaseReference/GAUSS-00591----GAUSS-00600.md
index edd8f9f71acd2fffb65c33bbecaf247427d0f3ad..142fc2d9c66d928cb6e9a9e40f16d67b76ffcad2 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-00591----GAUSS-00600.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-00591----GAUSS-00600.md
@@ -1,4 +1,4 @@
-# GAUSS-00591 -- GAUSS-00600
+# GAUSS-00591 -- GAUSS-00600
GAUSS-00591: "role '%s' does not exist"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-00601----GAUSS-00610.md b/content/zh/docs/DatabaseReference/GAUSS-00601----GAUSS-00610.md
similarity index 91%
rename from content/zh/docs/DataBaseReference/GAUSS-00601----GAUSS-00610.md
rename to content/zh/docs/DatabaseReference/GAUSS-00601----GAUSS-00610.md
index 292c7cdd4540bd1e3032b3bf597b825a2f15dcb8..d1f2da2ee17421c882e698ba80dac955e1df756e 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-00601----GAUSS-00610.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-00601----GAUSS-00610.md
@@ -1,4 +1,4 @@
-# GAUSS-00601 -- GAUSS-00610
+# GAUSS-00601 -- GAUSS-00610
GAUSS-00601: "Permission denied."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-00601----GAUSS-00700.md b/content/zh/docs/DatabaseReference/GAUSS-00601----GAUSS-00700.md
similarity index 90%
rename from content/zh/docs/DataBaseReference/GAUSS-00601----GAUSS-00700.md
rename to content/zh/docs/DatabaseReference/GAUSS-00601----GAUSS-00700.md
index 5718872eeb1773f2ebe5ae5a2fb5c4e870388cba..c65a481a21cc3188ed7d10663af1f22dc4e462c2 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-00601----GAUSS-00700.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-00601----GAUSS-00700.md
@@ -1,4 +1,4 @@
-# GAUSS-00601 -- GAUSS-00700
+# GAUSS-00601 -- GAUSS-00700
- **[GAUSS-00601 -- GAUSS-00610]({{}})**
diff --git a/content/zh/docs/DataBaseReference/GAUSS-00611----GAUSS-00620.md b/content/zh/docs/DatabaseReference/GAUSS-00611----GAUSS-00620.md
similarity index 91%
rename from content/zh/docs/DataBaseReference/GAUSS-00611----GAUSS-00620.md
rename to content/zh/docs/DatabaseReference/GAUSS-00611----GAUSS-00620.md
index bb39f220864e5a39575bb4d6ad403ee75cb03f38..7f83d7c4004f30fe00a85da8a64cdd84f6a33cac 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-00611----GAUSS-00620.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-00611----GAUSS-00620.md
@@ -1,4 +1,4 @@
-# GAUSS-00611 -- GAUSS-00620
+# GAUSS-00611 -- GAUSS-00620
GAUSS-00611: "fail to drop the current schema"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-00621----GAUSS-00630.md b/content/zh/docs/DatabaseReference/GAUSS-00621----GAUSS-00630.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-00621----GAUSS-00630.md
rename to content/zh/docs/DatabaseReference/GAUSS-00621----GAUSS-00630.md
index db331be21e349e140405f55f5ee57b49545e7812..f016c18894165fdaee235c8d0949ea3fe410ebf4 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-00621----GAUSS-00630.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-00621----GAUSS-00630.md
@@ -1,4 +1,4 @@
-# GAUSS-00621 -- GAUSS-00630
+# GAUSS-00621 -- GAUSS-00630
GAUSS-00621: "column names cannot be included in GRANT/REVOKE ROLE"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-00631----GAUSS-00640.md b/content/zh/docs/DatabaseReference/GAUSS-00631----GAUSS-00640.md
similarity index 96%
rename from content/zh/docs/DataBaseReference/GAUSS-00631----GAUSS-00640.md
rename to content/zh/docs/DatabaseReference/GAUSS-00631----GAUSS-00640.md
index 630bf053abf9f836a979240613f09f8729040b14..7d4ba3f309a9047fad2a61642ca610d9fc885b2a 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-00631----GAUSS-00640.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-00631----GAUSS-00640.md
@@ -1,4 +1,4 @@
-# GAUSS-00631 -- GAUSS-00640
+# GAUSS-00631 -- GAUSS-00640
GAUSS-00631: "sha256-password encryption failed."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-00641----GAUSS-00650.md b/content/zh/docs/DatabaseReference/GAUSS-00641----GAUSS-00650.md
similarity index 91%
rename from content/zh/docs/DataBaseReference/GAUSS-00641----GAUSS-00650.md
rename to content/zh/docs/DatabaseReference/GAUSS-00641----GAUSS-00650.md
index 5ce3a9db894480bc1cbeca8fe1fc38d8e434786a..2766e033872f29cc27f8b4e047156f1d8e387808 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-00641----GAUSS-00650.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-00641----GAUSS-00650.md
@@ -1,4 +1,4 @@
-# GAUSS-00641 -- GAUSS-00650
+# GAUSS-00641 -- GAUSS-00650
GAUSS-00641: "reverse\_string failed, possibility out of memory"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-00651----GAUSS-00660.md b/content/zh/docs/DatabaseReference/GAUSS-00651----GAUSS-00660.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-00651----GAUSS-00660.md
rename to content/zh/docs/DatabaseReference/GAUSS-00651----GAUSS-00660.md
index 02bf2d6fa08a50fbe42e7a9b086c88eb687f2b19..757b0e168b4b91c3fb5834ea2564ce5a71767ace 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-00651----GAUSS-00660.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-00651----GAUSS-00660.md
@@ -1,4 +1,4 @@
-# GAUSS-00651 -- GAUSS-00660
+# GAUSS-00651 -- GAUSS-00660
GAUSS-00651: "The tuple of pg\_user\_status not found"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-00661----GAUSS-00670.md b/content/zh/docs/DatabaseReference/GAUSS-00661----GAUSS-00670.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-00661----GAUSS-00670.md
rename to content/zh/docs/DatabaseReference/GAUSS-00661----GAUSS-00670.md
index 33eade86941e5e87709895fa28cf20cc2b0bf8e4..87780c68d8ae42370c2aa3f5ff52d231c4016f94 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-00661----GAUSS-00670.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-00661----GAUSS-00670.md
@@ -1,4 +1,4 @@
-# GAUSS-00661 -- GAUSS-00670
+# GAUSS-00661 -- GAUSS-00670
GAUSS-00661: "basetype is redundant with aggregate input type specification"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-00671----GAUSS-00680.md b/content/zh/docs/DatabaseReference/GAUSS-00671----GAUSS-00680.md
similarity index 91%
rename from content/zh/docs/DataBaseReference/GAUSS-00671----GAUSS-00680.md
rename to content/zh/docs/DatabaseReference/GAUSS-00671----GAUSS-00680.md
index 378dd6761d250ab3ebe37768a9c9d15e1faab51f..3205f8de8855b2657e0c31703b64e2c36e1f7b3a 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-00671----GAUSS-00680.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-00671----GAUSS-00680.md
@@ -1,4 +1,4 @@
-# GAUSS-00671 -- GAUSS-00680
+# GAUSS-00671 -- GAUSS-00680
GAUSS-00673: "default values on foreign tables are not supported"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-00681----GAUSS-00690.md b/content/zh/docs/DatabaseReference/GAUSS-00681----GAUSS-00690.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-00681----GAUSS-00690.md
rename to content/zh/docs/DatabaseReference/GAUSS-00681----GAUSS-00690.md
index 1bda2a134034bc5f87fd31d81723a46e80e435a1..faf6edad07fbe9dab533e54d6e526c7bc6abceb8 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-00681----GAUSS-00690.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-00681----GAUSS-00690.md
@@ -1,4 +1,4 @@
-# GAUSS-00681 -- GAUSS-00690
+# GAUSS-00681 -- GAUSS-00690
GAUSS-00681: "'%s' is not a table"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-00691----GAUSS-00700.md b/content/zh/docs/DatabaseReference/GAUSS-00691----GAUSS-00700.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-00691----GAUSS-00700.md
rename to content/zh/docs/DatabaseReference/GAUSS-00691----GAUSS-00700.md
index 85b505cc758cc754585d7ce46c8303fd43ae5c71..3267693a3ae8b988f2e686eb2203e4a4c03e7a13 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-00691----GAUSS-00700.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-00691----GAUSS-00700.md
@@ -1,4 +1,4 @@
-# GAUSS-00691 -- GAUSS-00700
+# GAUSS-00691 -- GAUSS-00700
GAUSS-00691: "column '%s' has a collation conflict"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-00701----GAUSS-00710.md b/content/zh/docs/DatabaseReference/GAUSS-00701----GAUSS-00710.md
similarity index 89%
rename from content/zh/docs/DataBaseReference/GAUSS-00701----GAUSS-00710.md
rename to content/zh/docs/DatabaseReference/GAUSS-00701----GAUSS-00710.md
index f5cc7703401033ef94b9bdf9d4b17f26474063ff..0e54c543c0487381347b644386c4904a582cc6b2 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-00701----GAUSS-00710.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-00701----GAUSS-00710.md
@@ -1,4 +1,4 @@
-# GAUSS-00701 -- GAUSS-00710
+# GAUSS-00701 -- GAUSS-00710
GAUSS-00701: "cannot rename inherited constraint '%s'"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-00701----GAUSS-00800.md b/content/zh/docs/DatabaseReference/GAUSS-00701----GAUSS-00800.md
similarity index 88%
rename from content/zh/docs/DataBaseReference/GAUSS-00701----GAUSS-00800.md
rename to content/zh/docs/DatabaseReference/GAUSS-00701----GAUSS-00800.md
index a9e5e38b9917987e3c597395cc7b6ae175c3dfda..be7a99195f4dbea911f6926bfe72defdfaf19379 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-00701----GAUSS-00800.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-00701----GAUSS-00800.md
@@ -1,4 +1,4 @@
-# GAUSS-00701 -- GAUSS-00800
+# GAUSS-00701 -- GAUSS-00800
- **[GAUSS-00701 -- GAUSS-00710](GAUSS-00701----GAUSS-00710.md)**
diff --git a/content/zh/docs/DataBaseReference/GAUSS-00711----GAUSS-00720.md b/content/zh/docs/DatabaseReference/GAUSS-00711----GAUSS-00720.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-00711----GAUSS-00720.md
rename to content/zh/docs/DatabaseReference/GAUSS-00711----GAUSS-00720.md
index dc9278d107fc3d8a4e20fce33c53758b87399329..69409c111e7f14572c98fcf60ff23d8b6a642938 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-00711----GAUSS-00720.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-00711----GAUSS-00720.md
@@ -1,4 +1,4 @@
-# GAUSS-00711 -- GAUSS-00720
+# GAUSS-00711 -- GAUSS-00720
GAUSS-00711: "cannot %s '%s' because it is being used by active queries in this session"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-00721----GAUSS-00730.md b/content/zh/docs/DatabaseReference/GAUSS-00721----GAUSS-00730.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-00721----GAUSS-00730.md
rename to content/zh/docs/DatabaseReference/GAUSS-00721----GAUSS-00730.md
index a842a8bffbd248cbd5db0de47b88da2b3ff92349..aa7dffa4ef451e2f892926364da8ba9cdc4c3ed0 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-00721----GAUSS-00730.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-00721----GAUSS-00730.md
@@ -1,4 +1,4 @@
-# GAUSS-00721 -- GAUSS-00730
+# GAUSS-00721 -- GAUSS-00730
GAUSS-00721: "column '%s' contains null values"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-00731----GAUSS-00740.md b/content/zh/docs/DatabaseReference/GAUSS-00731----GAUSS-00740.md
similarity index 94%
rename from content/zh/docs/DataBaseReference/GAUSS-00731----GAUSS-00740.md
rename to content/zh/docs/DatabaseReference/GAUSS-00731----GAUSS-00740.md
index 4ed912d61ffae703e3ae5695224581a628fd0416..14feb20cf7aa4a3dbced1611c065038a169fb545 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-00731----GAUSS-00740.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-00731----GAUSS-00740.md
@@ -1,4 +1,4 @@
-# GAUSS-00731 -- GAUSS-00740
+# GAUSS-00731 -- GAUSS-00740
GAUSS-00731: "child table '%s' has different type for column '%s'"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-00741----GAUSS-00750.md b/content/zh/docs/DatabaseReference/GAUSS-00741----GAUSS-00750.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-00741----GAUSS-00750.md
rename to content/zh/docs/DatabaseReference/GAUSS-00741----GAUSS-00750.md
index e3a8a30064535715d5b0826b59e652fbbd060eeb..f27680b442244f5c605ed78eb3f10734f6c0739f 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-00741----GAUSS-00750.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-00741----GAUSS-00750.md
@@ -1,4 +1,4 @@
-# GAUSS-00741 -- GAUSS-00750
+# GAUSS-00741 -- GAUSS-00750
GAUSS-00741: "invalid storage type '%s'"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-00751----GAUSS-00760.md b/content/zh/docs/DatabaseReference/GAUSS-00751----GAUSS-00760.md
similarity index 94%
rename from content/zh/docs/DataBaseReference/GAUSS-00751----GAUSS-00760.md
rename to content/zh/docs/DatabaseReference/GAUSS-00751----GAUSS-00760.md
index b2734f8ce4b3701b59c6d262e94d03654ccb3c22..6b8e724f1e9b0e8354e474c7bd8e4b019333ab72 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-00751----GAUSS-00760.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-00751----GAUSS-00760.md
@@ -1,4 +1,4 @@
-# GAUSS-00751 -- GAUSS-00760
+# GAUSS-00751 -- GAUSS-00760
GAUSS-00751: "cluster key for relation '%s' already exists"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-00761----GAUSS-00770.md b/content/zh/docs/DatabaseReference/GAUSS-00761----GAUSS-00770.md
similarity index 94%
rename from content/zh/docs/DataBaseReference/GAUSS-00761----GAUSS-00770.md
rename to content/zh/docs/DatabaseReference/GAUSS-00761----GAUSS-00770.md
index a8d4f1c3a8c30b55e412c42c4fa3e6e447be30cc..54aa1307693b233430371ac021f1ba65f86c1643 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-00761----GAUSS-00770.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-00761----GAUSS-00770.md
@@ -1,4 +1,4 @@
-# GAUSS-00761 -- GAUSS-00770
+# GAUSS-00761 -- GAUSS-00770
GAUSS-00761: "missing operator %d\(%u,%u\) in opfamily %u"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-00771----GAUSS-00780.md b/content/zh/docs/DatabaseReference/GAUSS-00771----GAUSS-00780.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-00771----GAUSS-00780.md
rename to content/zh/docs/DatabaseReference/GAUSS-00771----GAUSS-00780.md
index 8e87d47c8c166e9133cfb5fc82e76495757a8b1e..f9478a5e3daafdc13e72bf77010f1145bb9ffe74 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-00771----GAUSS-00780.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-00771----GAUSS-00780.md
@@ -1,4 +1,4 @@
-# GAUSS-00771 -- GAUSS-00780
+# GAUSS-00771 -- GAUSS-00780
GAUSS-00771: "cannot use a deferrable unique constraint for referenced table '%s'"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-00781----GAUSS-00790.md b/content/zh/docs/DatabaseReference/GAUSS-00781----GAUSS-00790.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-00781----GAUSS-00790.md
rename to content/zh/docs/DatabaseReference/GAUSS-00781----GAUSS-00790.md
index b2cd204f4078b439d4001cd29d4564a86d0863f2..b01f8313117471cb8d323e07e6aa577910c79507 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-00781----GAUSS-00790.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-00781----GAUSS-00790.md
@@ -1,4 +1,4 @@
-# GAUSS-00781 -- GAUSS-00790
+# GAUSS-00781 -- GAUSS-00790
GAUSS-00781: "cannot alter data type of distribute column"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-00791----GAUSS-00800.md b/content/zh/docs/DatabaseReference/GAUSS-00791----GAUSS-00800.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-00791----GAUSS-00800.md
rename to content/zh/docs/DatabaseReference/GAUSS-00791----GAUSS-00800.md
index b68da124c977712e94d2bfb440a14c2e599eedcb..3bee3d551a5cb64673eb90d8a571d81d2414784e 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-00791----GAUSS-00800.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-00791----GAUSS-00800.md
@@ -1,4 +1,4 @@
-# GAUSS-00791 -- GAUSS-00800
+# GAUSS-00791 -- GAUSS-00800
GAUSS-00791: "default for column '%s' cannot be cast automatically to type %s"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-00801----GAUSS-00810.md b/content/zh/docs/DatabaseReference/GAUSS-00801----GAUSS-00810.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-00801----GAUSS-00810.md
rename to content/zh/docs/DatabaseReference/GAUSS-00801----GAUSS-00810.md
index 10d6cea6a76084ad8bb04d9e758bf9e89e097cd5..70a8e216e2c68eb14609ecb7608deca69327a6a5 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-00801----GAUSS-00810.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-00801----GAUSS-00810.md
@@ -1,4 +1,4 @@
-# GAUSS-00801 -- GAUSS-00810
+# GAUSS-00801 -- GAUSS-00810
GAUSS-00801: "null conpfeqop for constraint %u"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-00801----GAUSS-00900.md b/content/zh/docs/DatabaseReference/GAUSS-00801----GAUSS-00900.md
similarity index 90%
rename from content/zh/docs/DataBaseReference/GAUSS-00801----GAUSS-00900.md
rename to content/zh/docs/DatabaseReference/GAUSS-00801----GAUSS-00900.md
index ea6d0e0485e34564ad56f0742ca66b1f4da4c61c..675ae58978f952498382a4c5af736f39f3c8abcb 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-00801----GAUSS-00900.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-00801----GAUSS-00900.md
@@ -1,4 +1,4 @@
-# GAUSS-00801 -- GAUSS-00900
+# GAUSS-00801 -- GAUSS-00900
- **[GAUSS-00801 -- GAUSS-00810]({{}})**
diff --git a/content/zh/docs/DataBaseReference/GAUSS-00811----GAUSS-00820.md b/content/zh/docs/DatabaseReference/GAUSS-00811----GAUSS-00820.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-00811----GAUSS-00820.md
rename to content/zh/docs/DatabaseReference/GAUSS-00811----GAUSS-00820.md
index 75c89b48ac8e530c39ffeec148af910212b6e15c..c4932a58f0ea3127a943ff6bd89d2fad0241d7c5 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-00811----GAUSS-00820.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-00811----GAUSS-00820.md
@@ -1,4 +1,4 @@
-# GAUSS-00811 -- GAUSS-00820
+# GAUSS-00811 -- GAUSS-00820
GAUSS-00811: "'%s' is not a table, index, or TOAST table"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-00821----GAUSS-00830.md b/content/zh/docs/DatabaseReference/GAUSS-00821----GAUSS-00830.md
similarity index 94%
rename from content/zh/docs/DataBaseReference/GAUSS-00821----GAUSS-00830.md
rename to content/zh/docs/DatabaseReference/GAUSS-00821----GAUSS-00830.md
index f443713491f665717e2e48576baaf0b404df3e2f..dd0806c7354d5c38b2d8690fee443f02a05d2fde 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-00821----GAUSS-00830.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-00821----GAUSS-00830.md
@@ -1,4 +1,4 @@
-# GAUSS-00821 -- GAUSS-00830
+# GAUSS-00821 -- GAUSS-00830
GAUSS-00821: "cannot inherit to temporary relation of another session"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-00831----GAUSS-00840.md b/content/zh/docs/DatabaseReference/GAUSS-00831----GAUSS-00840.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-00831----GAUSS-00840.md
rename to content/zh/docs/DatabaseReference/GAUSS-00831----GAUSS-00840.md
index 3f02aa764d53614d09d3a8e1f2b47bfda3e1e7d3..56ba64303ac36abda4911fbc63cbdd4170bd578e 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-00831----GAUSS-00840.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-00831----GAUSS-00840.md
@@ -1,4 +1,4 @@
-# GAUSS-00831 -- GAUSS-00840
+# GAUSS-00831 -- GAUSS-00840
GAUSS-00831: "table is missing column '%s'"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-00841----GAUSS-00850.md b/content/zh/docs/DatabaseReference/GAUSS-00841----GAUSS-00850.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-00841----GAUSS-00850.md
rename to content/zh/docs/DatabaseReference/GAUSS-00841----GAUSS-00850.md
index 9419e00133e5d1217bba667acac68421fe8e59dd..78f4fe60b8410e06e854311f8bc09cbb3cdcf972 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-00841----GAUSS-00850.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-00841----GAUSS-00850.md
@@ -1,4 +1,4 @@
-# GAUSS-00841 -- GAUSS-00850
+# GAUSS-00841 -- GAUSS-00850
GAUSS-00841: "PGXC Node %s: object already in relation node list"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-00851----GAUSS-00860.md b/content/zh/docs/DatabaseReference/GAUSS-00851----GAUSS-00860.md
similarity index 94%
rename from content/zh/docs/DataBaseReference/GAUSS-00851----GAUSS-00860.md
rename to content/zh/docs/DatabaseReference/GAUSS-00851----GAUSS-00860.md
index e65dcb664f863d3409c82e26e6aa72634918b449..9cc930dc454b7aff2962f93d2e5097382fa9aee8 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-00851----GAUSS-00860.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-00851----GAUSS-00860.md
@@ -1,4 +1,4 @@
-# GAUSS-00851 -- GAUSS-00860
+# GAUSS-00851 -- GAUSS-00860
GAUSS-00851: "cannot %s '%s' because it is in use"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-00861----GAUSS-00870.md b/content/zh/docs/DatabaseReference/GAUSS-00861----GAUSS-00870.md
similarity index 91%
rename from content/zh/docs/DataBaseReference/GAUSS-00861----GAUSS-00870.md
rename to content/zh/docs/DatabaseReference/GAUSS-00861----GAUSS-00870.md
index 0db0c18e26a0c201ed5c3fbfd4c0d64a39a210a0..7b862d354fa60e86000eec09ee9200fb90abc383 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-00861----GAUSS-00870.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-00861----GAUSS-00870.md
@@ -1,4 +1,4 @@
-# GAUSS-00861 -- GAUSS-00870
+# GAUSS-00861 -- GAUSS-00870
GAUSS-00865: "invalid range partiiton table definition"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-00871----GAUSS-00880.md b/content/zh/docs/DatabaseReference/GAUSS-00871----GAUSS-00880.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-00871----GAUSS-00880.md
rename to content/zh/docs/DatabaseReference/GAUSS-00871----GAUSS-00880.md
index 0a58182459aca96b84fbc5a4718e42fdac1a32dc..fe6ff2962ecf4fea35d66a112f4dc65408a97f87 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-00871----GAUSS-00880.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-00871----GAUSS-00880.md
@@ -1,4 +1,4 @@
-# GAUSS-00871 -- GAUSS-00880
+# GAUSS-00871 -- GAUSS-00880
GAUSS-00871: "can not set unusable index partition against NON-PARTITIONED index"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-00881----GAUSS-00890.md b/content/zh/docs/DatabaseReference/GAUSS-00881----GAUSS-00890.md
similarity index 94%
rename from content/zh/docs/DataBaseReference/GAUSS-00881----GAUSS-00890.md
rename to content/zh/docs/DatabaseReference/GAUSS-00881----GAUSS-00890.md
index bead8fe8b8f8bfdcefdd72341445498805f23c92..e022d4da0729679ff0f923fba0f35ded632a4970 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-00881----GAUSS-00890.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-00881----GAUSS-00890.md
@@ -1,4 +1,4 @@
-# GAUSS-00881 -- GAUSS-00890
+# GAUSS-00881 -- GAUSS-00890
GAUSS-00882: "upper boundary of adding partition MUST overtop last existing partition"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-00891----GAUSS-00900.md b/content/zh/docs/DatabaseReference/GAUSS-00891----GAUSS-00900.md
similarity index 94%
rename from content/zh/docs/DataBaseReference/GAUSS-00891----GAUSS-00900.md
rename to content/zh/docs/DatabaseReference/GAUSS-00891----GAUSS-00900.md
index 4078a24632cf3775019b510c50699373a19e79ae..33b9eac5e7fcc1acb714d41394d390216d1b423c 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-00891----GAUSS-00900.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-00891----GAUSS-00900.md
@@ -1,4 +1,4 @@
-# GAUSS-00891 -- GAUSS-00900
+# GAUSS-00891 -- GAUSS-00900
GAUSS-00891: "source partitions must be at least two partitions"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-00901----GAUSS-00910.md b/content/zh/docs/DatabaseReference/GAUSS-00901----GAUSS-00910.md
similarity index 95%
rename from content/zh/docs/DataBaseReference/GAUSS-00901----GAUSS-00910.md
rename to content/zh/docs/DatabaseReference/GAUSS-00901----GAUSS-00910.md
index 84e78c1fa5d4728409495ca443ecdcc3bd2119dd..afc124b46423ae6467c88e35e16bc4da8110afb6 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-00901----GAUSS-00910.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-00901----GAUSS-00910.md
@@ -1,4 +1,4 @@
-# GAUSS-00901 -- GAUSS-00910
+# GAUSS-00901 -- GAUSS-00910
GAUSS-00901: "tables in ALTER TABLE EXCHANGE PARTITION must have the same column/row storage"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-00901----GAUSS-01000.md b/content/zh/docs/DatabaseReference/GAUSS-00901----GAUSS-01000.md
similarity index 90%
rename from content/zh/docs/DataBaseReference/GAUSS-00901----GAUSS-01000.md
rename to content/zh/docs/DatabaseReference/GAUSS-00901----GAUSS-01000.md
index 6c82c98cc53074007ccb1bb5387f5d29fdacd8a3..08b610e916af6710348302d19b772f7e74d234cb 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-00901----GAUSS-01000.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-00901----GAUSS-01000.md
@@ -1,4 +1,4 @@
-# GAUSS-00901 -- GAUSS-01000
+# GAUSS-00901 -- GAUSS-01000
- **[GAUSS-00901 -- GAUSS-00910]({{}})**
diff --git a/content/zh/docs/DataBaseReference/GAUSS-00911----GAUSS-00920.md b/content/zh/docs/DatabaseReference/GAUSS-00911----GAUSS-00920.md
similarity index 95%
rename from content/zh/docs/DataBaseReference/GAUSS-00911----GAUSS-00920.md
rename to content/zh/docs/DatabaseReference/GAUSS-00911----GAUSS-00920.md
index d089e59fc2289006dc7ab5fffd0996b66f8c4571..be02404c04da76112f4327de21c81d97f053d9ca 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-00911----GAUSS-00920.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-00911----GAUSS-00920.md
@@ -1,4 +1,4 @@
-# GAUSS-00911 -- GAUSS-00920
+# GAUSS-00911 -- GAUSS-00920
GAUSS-00911: "constraint mismatch in ALTER TABLE EXCHANGE PARTITION"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-00921----GAUSS-00930.md b/content/zh/docs/DatabaseReference/GAUSS-00921----GAUSS-00930.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-00921----GAUSS-00930.md
rename to content/zh/docs/DatabaseReference/GAUSS-00921----GAUSS-00930.md
index c71486158ead4d58f2dc47017f9c073fc81984e0..b0c0e428a93d653c275aafb03a250f3c61c82894 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-00921----GAUSS-00930.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-00921----GAUSS-00930.md
@@ -1,4 +1,4 @@
-# GAUSS-00921 -- GAUSS-00930
+# GAUSS-00921 -- GAUSS-00930
GAUSS-00921: "split point is too low"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-00931----GAUSS-00940.md b/content/zh/docs/DatabaseReference/GAUSS-00931----GAUSS-00940.md
similarity index 91%
rename from content/zh/docs/DataBaseReference/GAUSS-00931----GAUSS-00940.md
rename to content/zh/docs/DatabaseReference/GAUSS-00931----GAUSS-00940.md
index 2e017da298f15d6c9b022995d08221aad11e2e8b..0303998dc9938216b5d078cb845c41a9d70c80e3 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-00931----GAUSS-00940.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-00931----GAUSS-00940.md
@@ -1,4 +1,4 @@
-# GAUSS-00931 -- GAUSS-00940
+# GAUSS-00931 -- GAUSS-00940
GAUSS-00935: "cache lookup failed for relation %u"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-00941----GAUSS-00950.md b/content/zh/docs/DatabaseReference/GAUSS-00941----GAUSS-00950.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-00941----GAUSS-00950.md
rename to content/zh/docs/DatabaseReference/GAUSS-00941----GAUSS-00950.md
index 5faa2597e8ea84a2113127a20a66d04f955eb1ce..5c742d8b53aaf22751a7413609b8a73ba4544d08 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-00941----GAUSS-00950.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-00941----GAUSS-00950.md
@@ -1,4 +1,4 @@
-# GAUSS-00941 -- GAUSS-00950
+# GAUSS-00941 -- GAUSS-00950
GAUSS-00941: "VARIADIC parameter must be an array"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-00951----GAUSS-00960.md b/content/zh/docs/DatabaseReference/GAUSS-00951----GAUSS-00960.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-00951----GAUSS-00960.md
rename to content/zh/docs/DatabaseReference/GAUSS-00951----GAUSS-00960.md
index 80e6b5593ae447be0a4c85d76ce2cc01ad101496..afe0d09fa6561ea616c3ed8561ae6a2342e15dab 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-00951----GAUSS-00960.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-00951----GAUSS-00960.md
@@ -1,4 +1,4 @@
-# GAUSS-00951 -- GAUSS-00960
+# GAUSS-00951 -- GAUSS-00960
GAUSS-00951: "COST must be positive"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-00961----GAUSS-00970.md b/content/zh/docs/DatabaseReference/GAUSS-00961----GAUSS-00970.md
similarity index 94%
rename from content/zh/docs/DataBaseReference/GAUSS-00961----GAUSS-00970.md
rename to content/zh/docs/DatabaseReference/GAUSS-00961----GAUSS-00970.md
index 5ec4b87058ba1d23e39906121d8ff35d0f33cb8d..f19a419a0d38dcf284ebb93f5e49a652dcbba97b 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-00961----GAUSS-00970.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-00961----GAUSS-00970.md
@@ -1,4 +1,4 @@
-# GAUSS-00961 -- GAUSS-00970
+# GAUSS-00961 -- GAUSS-00970
GAUSS-00962: "source data type %s is a pseudo-type"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-00971----GAUSS-00980.md b/content/zh/docs/DatabaseReference/GAUSS-00971----GAUSS-00980.md
similarity index 94%
rename from content/zh/docs/DataBaseReference/GAUSS-00971----GAUSS-00980.md
rename to content/zh/docs/DatabaseReference/GAUSS-00971----GAUSS-00980.md
index b1fe6dcb3cafc8dc42c50735a38d9c01e5155468..386b3273b6e48332f0feabc3bcd6466471f234f0 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-00971----GAUSS-00980.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-00971----GAUSS-00980.md
@@ -1,4 +1,4 @@
-# GAUSS-00971 -- GAUSS-00980
+# GAUSS-00971 -- GAUSS-00980
GAUSS-00971: "cast function must not be an aggregate function"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-00981----GAUSS-00990.md b/content/zh/docs/DatabaseReference/GAUSS-00981----GAUSS-00990.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-00981----GAUSS-00990.md
rename to content/zh/docs/DatabaseReference/GAUSS-00981----GAUSS-00990.md
index 57558bebcc20a17535271fe1beff773cd2659412..2f71f195c8e4d23cf9dbf9c44ffb6788abdf6199 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-00981----GAUSS-00990.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-00981----GAUSS-00990.md
@@ -1,4 +1,4 @@
-# GAUSS-00981 -- GAUSS-00990
+# GAUSS-00981 -- GAUSS-00990
GAUSS-00981: "unrecognized CoercionContext: %d"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-00991----GAUSS-01000.md b/content/zh/docs/DatabaseReference/GAUSS-00991----GAUSS-01000.md
similarity index 90%
rename from content/zh/docs/DataBaseReference/GAUSS-00991----GAUSS-01000.md
rename to content/zh/docs/DatabaseReference/GAUSS-00991----GAUSS-01000.md
index d53dabb52ca83d3e92de13a860de56b0fe2de00c..268262c11bad505c39d0d9c72380da9bacbc5d50 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-00991----GAUSS-01000.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-00991----GAUSS-01000.md
@@ -1,4 +1,4 @@
-# GAUSS-00991 -- GAUSS-01000
+# GAUSS-00991 -- GAUSS-01000
GAUSS-00991: "encoding conversion function %s must return type 'void'"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-01001----GAUSS-01010.md b/content/zh/docs/DatabaseReference/GAUSS-01001----GAUSS-01010.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-01001----GAUSS-01010.md
rename to content/zh/docs/DatabaseReference/GAUSS-01001----GAUSS-01010.md
index e8895193ec9a9ce4c85f1ba7acd19d22e860e952..c253cdd5628b0bc7d445ecb2dfbe25c4eeb475bf 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-01001----GAUSS-01010.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-01001----GAUSS-01010.md
@@ -1,4 +1,4 @@
-# GAUSS-01001 -- GAUSS-01010
+# GAUSS-01001 -- GAUSS-01010
GAUSS-01001: "invalid type category '%s': must be simple ASCII"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-01001----GAUSS-01100.md b/content/zh/docs/DatabaseReference/GAUSS-01001----GAUSS-01100.md
similarity index 90%
rename from content/zh/docs/DataBaseReference/GAUSS-01001----GAUSS-01100.md
rename to content/zh/docs/DatabaseReference/GAUSS-01001----GAUSS-01100.md
index 011e963fd77da5767e8f69b6b0aeb5d2be978d3f..8aedd463d214d4920b12bf8732451f940fbc9845 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-01001----GAUSS-01100.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-01001----GAUSS-01100.md
@@ -1,4 +1,4 @@
-# GAUSS-01001 -- GAUSS-01100
+# GAUSS-01001 -- GAUSS-01100
- **[GAUSS-01001 -- GAUSS-01010]({{}})**
diff --git a/content/zh/docs/DataBaseReference/GAUSS-01011----GAUSS-01020.md b/content/zh/docs/DatabaseReference/GAUSS-01011----GAUSS-01020.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-01011----GAUSS-01020.md
rename to content/zh/docs/DatabaseReference/GAUSS-01011----GAUSS-01020.md
index d2b7111eef814b9c997c2b8de0892d653e04fff2..da3910546220c8309dc7104da37310f4fcb27aee 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-01011----GAUSS-01020.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-01011----GAUSS-01020.md
@@ -1,4 +1,4 @@
-# GAUSS-01011 -- GAUSS-01020
+# GAUSS-01011 -- GAUSS-01020
GAUSS-01011: "type send function %s must return type 'bytea'"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-01021----GAUSS-01030.md b/content/zh/docs/DatabaseReference/GAUSS-01021----GAUSS-01030.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-01021----GAUSS-01030.md
rename to content/zh/docs/DatabaseReference/GAUSS-01021----GAUSS-01030.md
index a26a844df06425f7dd60a533234ab2cef51536ca..7fc09012eb92a68d826022270027ef20e4411733 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-01021----GAUSS-01030.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-01021----GAUSS-01030.md
@@ -1,4 +1,4 @@
-# GAUSS-01021 -- GAUSS-01030
+# GAUSS-01021 -- GAUSS-01030
GAUSS-01021: "unrecognized constraint subtype: %d"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-01031----GAUSS-01040.md b/content/zh/docs/DatabaseReference/GAUSS-01031----GAUSS-01040.md
similarity index 91%
rename from content/zh/docs/DataBaseReference/GAUSS-01031----GAUSS-01040.md
rename to content/zh/docs/DatabaseReference/GAUSS-01031----GAUSS-01040.md
index bd03acfc20d214b88b7148daf1ad9a68ed82b005..a6adfa20ecf2acaa7de2c0120c2b5ba8953cf2f4 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-01031----GAUSS-01040.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-01031----GAUSS-01040.md
@@ -1,4 +1,4 @@
-# GAUSS-01031 -- GAUSS-01040
+# GAUSS-01031 -- GAUSS-01040
GAUSS-01031: "data type %s has no default operator class for access method '%s'"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-01041----GAUSS-01050.md b/content/zh/docs/DatabaseReference/GAUSS-01041----GAUSS-01050.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-01041----GAUSS-01050.md
rename to content/zh/docs/DatabaseReference/GAUSS-01041----GAUSS-01050.md
index b1ea2bb590943816723745ee478c4dab83978594..6d9e0ec5312df14911970a6c5bd9e1dfd09a7f3b 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-01041----GAUSS-01050.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-01041----GAUSS-01050.md
@@ -1,4 +1,4 @@
-# GAUSS-01041 -- GAUSS-01050
+# GAUSS-01041 -- GAUSS-01050
GAUSS-01041: "constraint '%s' for domain '%s' already exists"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-01051----GAUSS-01060.md b/content/zh/docs/DatabaseReference/GAUSS-01051----GAUSS-01060.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-01051----GAUSS-01060.md
rename to content/zh/docs/DatabaseReference/GAUSS-01051----GAUSS-01060.md
index e5273df9d1ddc05605c15a23ebc88b316fad39ba..823d7eb44fcd58325be7dcf586d2d6e30f4ba563 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-01051----GAUSS-01060.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-01051----GAUSS-01060.md
@@ -1,4 +1,4 @@
-# GAUSS-01051 -- GAUSS-01060
+# GAUSS-01051 -- GAUSS-01060
GAUSS-01051: "failed to change schema dependency for type %s"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-01061----GAUSS-01070.md b/content/zh/docs/DatabaseReference/GAUSS-01061----GAUSS-01070.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-01061----GAUSS-01070.md
rename to content/zh/docs/DatabaseReference/GAUSS-01061----GAUSS-01070.md
index 6e26979f464fc4675426b709ca4eee4f2cf327a3..316a7b73c6de566b7e96774c34b5913acaaa2ab6 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-01061----GAUSS-01070.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-01061----GAUSS-01070.md
@@ -1,4 +1,4 @@
-# GAUSS-01061 -- GAUSS-01070
+# GAUSS-01061 -- GAUSS-01070
GAUSS-01061: "option '%s' provided more than once"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-01071----GAUSS-01080.md b/content/zh/docs/DatabaseReference/GAUSS-01071----GAUSS-01080.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-01071----GAUSS-01080.md
rename to content/zh/docs/DatabaseReference/GAUSS-01071----GAUSS-01080.md
index 8e7e8fbe60c93ee781738e84c3ec2c9f5177b554..ce0a8f0b7b92fc1bc80ef50e37dc8fbd62e8e723 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-01071----GAUSS-01080.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-01071----GAUSS-01080.md
@@ -1,4 +1,4 @@
-# GAUSS-01071 -- GAUSS-01080
+# GAUSS-01071 -- GAUSS-01080
GAUSS-01071: "permission denied to create foreign-data wrapper '%s'"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-01081----GAUSS-01090.md b/content/zh/docs/DatabaseReference/GAUSS-01081----GAUSS-01090.md
similarity index 90%
rename from content/zh/docs/DataBaseReference/GAUSS-01081----GAUSS-01090.md
rename to content/zh/docs/DatabaseReference/GAUSS-01081----GAUSS-01090.md
index d42a114878deb95fed087cd3b8f82e25d7ae628a..fcac58a9b4dc494a05a084e7e71d97d73e54b73a 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-01081----GAUSS-01090.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-01081----GAUSS-01090.md
@@ -1,4 +1,4 @@
-# GAUSS-01081 -- GAUSS-01090
+# GAUSS-01081 -- GAUSS-01090
GAUSS-01083: "get search path failed"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-01091----GAUSS-01100.md b/content/zh/docs/DatabaseReference/GAUSS-01091----GAUSS-01100.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-01091----GAUSS-01100.md
rename to content/zh/docs/DatabaseReference/GAUSS-01091----GAUSS-01100.md
index 335cd15c920747b53e9f1dea028da11df607a96c..cdf5ec66fa722120020be64d4ca1e85939e631e9 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-01091----GAUSS-01100.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-01091----GAUSS-01100.md
@@ -1,4 +1,4 @@
-# GAUSS-01091 -- GAUSS-01100
+# GAUSS-01091 -- GAUSS-01100
GAUSS-01091: "cstore.%s is a internal table"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-01101----GAUSS-01110.md b/content/zh/docs/DatabaseReference/GAUSS-01101----GAUSS-01110.md
similarity index 94%
rename from content/zh/docs/DataBaseReference/GAUSS-01101----GAUSS-01110.md
rename to content/zh/docs/DatabaseReference/GAUSS-01101----GAUSS-01110.md
index 22db81d84a3d9d9c7d35af03f94ea05e722e9efc..2372ca0695fd866f8ca74c02f896789c076724b3 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-01101----GAUSS-01110.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-01101----GAUSS-01110.md
@@ -1,4 +1,4 @@
-# GAUSS-01101 -- GAUSS-01110
+# GAUSS-01101 -- GAUSS-01110
GAUSS-01101: "%s requires an integer value"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-01101----GAUSS-01200.md b/content/zh/docs/DatabaseReference/GAUSS-01101----GAUSS-01200.md
similarity index 90%
rename from content/zh/docs/DataBaseReference/GAUSS-01101----GAUSS-01200.md
rename to content/zh/docs/DatabaseReference/GAUSS-01101----GAUSS-01200.md
index 5213cbd724633347cff9784554b71de6da3782fc..20d1af2ecc38975624f45e109b6fbbf5078073b1 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-01101----GAUSS-01200.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-01101----GAUSS-01200.md
@@ -1,4 +1,4 @@
-# GAUSS-01101 -- GAUSS-01200
+# GAUSS-01101 -- GAUSS-01200
- **[GAUSS-01101 -- GAUSS-01110]({{}})**
diff --git a/content/zh/docs/DataBaseReference/GAUSS-01111----GAUSS-01120.md b/content/zh/docs/DatabaseReference/GAUSS-01111----GAUSS-01120.md
similarity index 95%
rename from content/zh/docs/DataBaseReference/GAUSS-01111----GAUSS-01120.md
rename to content/zh/docs/DatabaseReference/GAUSS-01111----GAUSS-01120.md
index 868e1764d19b0cffcd36fe325dcaf1282fb3cd2a..ae6471940a6dc7dd41ac0d4958c270360f6250c5 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-01111----GAUSS-01120.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-01111----GAUSS-01120.md
@@ -1,4 +1,4 @@
-# GAUSS-01111 -- GAUSS-01120
+# GAUSS-01111 -- GAUSS-01120
GAUSS-01111: "cannot cluster on invalid index '%s'"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-01121----GAUSS-01130.md b/content/zh/docs/DatabaseReference/GAUSS-01121----GAUSS-01130.md
similarity index 95%
rename from content/zh/docs/DataBaseReference/GAUSS-01121----GAUSS-01130.md
rename to content/zh/docs/DatabaseReference/GAUSS-01121----GAUSS-01130.md
index b38f93a5e2f8795b765f5682922574f312bc3b37..70a618627271a62ec48d88ef510273fcad43f06f 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-01121----GAUSS-01130.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-01121----GAUSS-01130.md
@@ -1,4 +1,4 @@
-# GAUSS-01121 -- GAUSS-01130
+# GAUSS-01121 -- GAUSS-01130
GAUSS-01121: "cannot swap toast files by content when there's only one"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-01131----GAUSS-01140.md b/content/zh/docs/DatabaseReference/GAUSS-01131----GAUSS-01140.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-01131----GAUSS-01140.md
rename to content/zh/docs/DatabaseReference/GAUSS-01131----GAUSS-01140.md
index 147c5bb4074deeb69c0cd28fdca49740c567a403..946d0fecea17b4c6a45e784f6c052df09acb5b01 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-01131----GAUSS-01140.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-01131----GAUSS-01140.md
@@ -1,4 +1,4 @@
-# GAUSS-01131 -- GAUSS-01140
+# GAUSS-01131 -- GAUSS-01140
GAUSS-01131: "prepared statement is not a SELECT"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-01141----GAUSS-01150.md b/content/zh/docs/DatabaseReference/GAUSS-01141----GAUSS-01150.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-01141----GAUSS-01150.md
rename to content/zh/docs/DatabaseReference/GAUSS-01141----GAUSS-01150.md
index cc69a897c2133374689ecd313fe26688575fa24c..b35b386cdd9ce11ecf6118882718b40e9c7fafef 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-01141----GAUSS-01150.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-01141----GAUSS-01150.md
@@ -1,4 +1,4 @@
-# GAUSS-01141 -- GAUSS-01150
+# GAUSS-01141 -- GAUSS-01150
GAUSS-01141: "datanode statement '%s' does not exist"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-01151----GAUSS-01160.md b/content/zh/docs/DatabaseReference/GAUSS-01151----GAUSS-01160.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-01151----GAUSS-01160.md
rename to content/zh/docs/DatabaseReference/GAUSS-01151----GAUSS-01160.md
index 449546f39e5386c5ee9aa95745ceba38add967c6..e67ae3eaa78ee18c086771b3a92cfed73db8c93b 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-01151----GAUSS-01160.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-01151----GAUSS-01160.md
@@ -1,4 +1,4 @@
-# GAUSS-01151 -- GAUSS-01160
+# GAUSS-01151 -- GAUSS-01160
GAUSS-01151: "COPY\_FILE\_SEGMENT does not implement in CopySendEndOfRow"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-01161----GAUSS-01170.md b/content/zh/docs/DatabaseReference/GAUSS-01161----GAUSS-01170.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-01161----GAUSS-01170.md
rename to content/zh/docs/DatabaseReference/GAUSS-01161----GAUSS-01170.md
index 2fa6fce338d122886554f6a26f35b9ef9f31e2be..6f5618a2862a7b111a91e14ac3cdca0ff8f3c032 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-01161----GAUSS-01170.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-01161----GAUSS-01170.md
@@ -1,4 +1,4 @@
-# GAUSS-01161 -- GAUSS-01170
+# GAUSS-01161 -- GAUSS-01170
GAUSS-01161: "length of field '%s' can not be less then 0"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-01171----GAUSS-01180.md b/content/zh/docs/DatabaseReference/GAUSS-01171----GAUSS-01180.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-01171----GAUSS-01180.md
rename to content/zh/docs/DatabaseReference/GAUSS-01171----GAUSS-01180.md
index 731a197049adda1e7ed78d4f54c171adc9ccc200..d47a2383bd80338baf4430d490835d30e4b9c871 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-01171----GAUSS-01180.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-01171----GAUSS-01180.md
@@ -1,4 +1,4 @@
-# GAUSS-01171 -- GAUSS-01180
+# GAUSS-01171 -- GAUSS-01180
GAUSS-01171: "argument to option '%s' must be a list of column names"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-01181----GAUSS-01190.md b/content/zh/docs/DatabaseReference/GAUSS-01181----GAUSS-01190.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-01181----GAUSS-01190.md
rename to content/zh/docs/DatabaseReference/GAUSS-01181----GAUSS-01190.md
index 52046f419996febb287110912eae8d5c99383991..2c8eaef5151a7410c807495154c55d5f381303a9 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-01181----GAUSS-01190.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-01181----GAUSS-01190.md
@@ -1,4 +1,4 @@
-# GAUSS-01181 -- GAUSS-01190
+# GAUSS-01181 -- GAUSS-01190
GAUSS-01181: "COPY delimiter must be less than %d bytes"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-01191----GAUSS-01200.md b/content/zh/docs/DatabaseReference/GAUSS-01191----GAUSS-01200.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-01191----GAUSS-01200.md
rename to content/zh/docs/DatabaseReference/GAUSS-01191----GAUSS-01200.md
index 2fdfccaafbf9be0a1269c5046d2ca8ce11675b77..3223bc4fd2840081fab3b3f4bd57fd3788d1abee 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-01191----GAUSS-01200.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-01191----GAUSS-01200.md
@@ -1,4 +1,4 @@
-# GAUSS-01191 -- GAUSS-01200
+# GAUSS-01191 -- GAUSS-01200
GAUSS-01191: "COPY force quote available only in CSV mode"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-01201----GAUSS-01210.md b/content/zh/docs/DatabaseReference/GAUSS-01201----GAUSS-01210.md
similarity index 94%
rename from content/zh/docs/DataBaseReference/GAUSS-01201----GAUSS-01210.md
rename to content/zh/docs/DatabaseReference/GAUSS-01201----GAUSS-01210.md
index eda6f9ed1e4ea490cbfda78ec0833fcae2f80b12..694071d476b0d0a3b9e2a993b11f7598f214bf82 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-01201----GAUSS-01210.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-01201----GAUSS-01210.md
@@ -1,4 +1,4 @@
-# GAUSS-01201 -- GAUSS-01210
+# GAUSS-01201 -- GAUSS-01210
GAUSS-01201: "can not specify EOL in BINARY mode"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-01201----GAUSS-01300.md b/content/zh/docs/DatabaseReference/GAUSS-01201----GAUSS-01300.md
similarity index 90%
rename from content/zh/docs/DataBaseReference/GAUSS-01201----GAUSS-01300.md
rename to content/zh/docs/DatabaseReference/GAUSS-01201----GAUSS-01300.md
index 3dec10f5595a2e4a53457a0b29327ac3ecbdb034..2893297de3d5ff6dd6348505ca67c57d939cb14a 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-01201----GAUSS-01300.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-01201----GAUSS-01300.md
@@ -1,4 +1,4 @@
-# GAUSS-01201 -- GAUSS-01300
+# GAUSS-01201 -- GAUSS-01300
- **[GAUSS-01201 -- GAUSS-01210]({{}})**
diff --git a/content/zh/docs/DataBaseReference/GAUSS-01211----GAUSS-01220.md b/content/zh/docs/DatabaseReference/GAUSS-01211----GAUSS-01220.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-01211----GAUSS-01220.md
rename to content/zh/docs/DatabaseReference/GAUSS-01211----GAUSS-01220.md
index e738f75fc7b0169c29288740cb4ecef2ac1b7a1c..01a1f72dffdce369d8a4fbea996d479c4eac65b8 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-01211----GAUSS-01220.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-01211----GAUSS-01220.md
@@ -1,4 +1,4 @@
-# GAUSS-01211 -- GAUSS-01220
+# GAUSS-01211 -- GAUSS-01220
GAUSS-01211: "cannot copy from view '%s'"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-01221----GAUSS-01230.md b/content/zh/docs/DatabaseReference/GAUSS-01221----GAUSS-01230.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-01221----GAUSS-01230.md
rename to content/zh/docs/DatabaseReference/GAUSS-01221----GAUSS-01230.md
index 038b84b8fccb202312e9ad0448956d0c8bd95722..b6b3bca28aa3eeecc80f0ad43cfbc58298a9f285 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-01221----GAUSS-01230.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-01221----GAUSS-01230.md
@@ -1,4 +1,4 @@
-# GAUSS-01221 -- GAUSS-01230
+# GAUSS-01221 -- GAUSS-01230
GAUSS-01221: "Column Store unsupport CHECK constraint"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-01231----GAUSS-01240.md b/content/zh/docs/DatabaseReference/GAUSS-01231----GAUSS-01240.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-01231----GAUSS-01240.md
rename to content/zh/docs/DatabaseReference/GAUSS-01231----GAUSS-01240.md
index 2c3d55cfd711537011122d0f34f58dc862a8bd7d..94010d6d9849a494a2093c44aff12408a2785c5d 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-01231----GAUSS-01240.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-01231----GAUSS-01240.md
@@ -1,4 +1,4 @@
-# GAUSS-01231 -- GAUSS-01240
+# GAUSS-01231 -- GAUSS-01240
GAUSS-01231: "COPY file signature not recognized"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-01241----GAUSS-01250.md b/content/zh/docs/DatabaseReference/GAUSS-01241----GAUSS-01250.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-01241----GAUSS-01250.md
rename to content/zh/docs/DatabaseReference/GAUSS-01241----GAUSS-01250.md
index a3a1ca86e48ddf84424e86d9b0a73324476e269d..4ff4267324d2c6e591f3bdc81ce0ba75161eecd0 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-01241----GAUSS-01250.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-01241----GAUSS-01250.md
@@ -1,4 +1,4 @@
-# GAUSS-01241 -- GAUSS-01250
+# GAUSS-01241 -- GAUSS-01250
GAUSS-01241: "row field count is %d, expected %d"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-01251----GAUSS-01260.md b/content/zh/docs/DatabaseReference/GAUSS-01251----GAUSS-01260.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-01251----GAUSS-01260.md
rename to content/zh/docs/DatabaseReference/GAUSS-01251----GAUSS-01260.md
index 00f7612b5eaa8144e4a5ef912fd2deed29f70575..7412fbd4f695b8140996670050afbef8629d6b08 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-01251----GAUSS-01260.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-01251----GAUSS-01260.md
@@ -1,4 +1,4 @@
-# GAUSS-01251 -- GAUSS-01260
+# GAUSS-01251 -- GAUSS-01260
GAUSS-01251: "could not read symbolic link '%s': %m"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-01261----GAUSS-01270.md b/content/zh/docs/DatabaseReference/GAUSS-01261----GAUSS-01270.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-01261----GAUSS-01270.md
rename to content/zh/docs/DatabaseReference/GAUSS-01261----GAUSS-01270.md
index 2c81e1e115043956049e816a0026628a27838207..db0b91a6006d7a4ecb5b1a467f3e0f8d5c4dd667 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-01261----GAUSS-01270.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-01261----GAUSS-01270.md
@@ -1,4 +1,4 @@
-# GAUSS-01261 -- GAUSS-01270
+# GAUSS-01261 -- GAUSS-01270
GAUSS-01261: "unimplemented bulkload mode"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-01271----GAUSS-01280.md b/content/zh/docs/DatabaseReference/GAUSS-01271----GAUSS-01280.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-01271----GAUSS-01280.md
rename to content/zh/docs/DatabaseReference/GAUSS-01271----GAUSS-01280.md
index 9d580d23516d920f812efd5e236da63c8f6b9bbb..d710a281115f1ac538bbe9fdc858dd7f47dc29bb 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-01271----GAUSS-01280.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-01271----GAUSS-01280.md
@@ -1,4 +1,4 @@
-# GAUSS-01271 -- GAUSS-01280
+# GAUSS-01271 -- GAUSS-01280
GAUSS-01271: "non-partitioned table does not support local partitioned indexes "
diff --git a/content/zh/docs/DataBaseReference/GAUSS-01281----GAUSS-01290.md b/content/zh/docs/DatabaseReference/GAUSS-01281----GAUSS-01290.md
similarity index 94%
rename from content/zh/docs/DataBaseReference/GAUSS-01281----GAUSS-01290.md
rename to content/zh/docs/DatabaseReference/GAUSS-01281----GAUSS-01290.md
index 120c96ae2a2d86eef1b8b8c87f883a0feee243c2..127f0e151348ec7a65e9415b41338cbb0b7ad849 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-01281----GAUSS-01290.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-01281----GAUSS-01290.md
@@ -1,4 +1,4 @@
-# GAUSS-01281 -- GAUSS-01290
+# GAUSS-01281 -- GAUSS-01290
GAUSS-01281: "access method '%s' does not support unique indexes"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-01291----GAUSS-01300.md b/content/zh/docs/DatabaseReference/GAUSS-01291----GAUSS-01300.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-01291----GAUSS-01300.md
rename to content/zh/docs/DatabaseReference/GAUSS-01291----GAUSS-01300.md
index 1a972bf1c943103466bbaf2e50c5f6e2a3a2ebc9..9f9f0bda9b586c693fd3cfd84cb160775bc863b2 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-01291----GAUSS-01300.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-01291----GAUSS-01300.md
@@ -1,4 +1,4 @@
-# GAUSS-01291 -- GAUSS-01300
+# GAUSS-01291 -- GAUSS-01300
GAUSS-01291: "cannot use aggregate in index predicate"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-01301----GAUSS-01310.md b/content/zh/docs/DatabaseReference/GAUSS-01301----GAUSS-01310.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-01301----GAUSS-01310.md
rename to content/zh/docs/DatabaseReference/GAUSS-01301----GAUSS-01310.md
index c22baab697aa868a94e5f65a9f04416040ca4439..af73e4a2258e9197a62333d067a9e37d6c278d9e 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-01301----GAUSS-01310.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-01301----GAUSS-01310.md
@@ -1,4 +1,4 @@
-# GAUSS-01301 -- GAUSS-01310
+# GAUSS-01301 -- GAUSS-01310
GAUSS-01301: "access method '%s' does not support NULLS FIRST/LAST options"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-01301----GAUSS-01400.md b/content/zh/docs/DatabaseReference/GAUSS-01301----GAUSS-01400.md
similarity index 90%
rename from content/zh/docs/DataBaseReference/GAUSS-01301----GAUSS-01400.md
rename to content/zh/docs/DatabaseReference/GAUSS-01301----GAUSS-01400.md
index 23cb8b997ee3621385789cf83faf8006df486fb9..359c0acbe4ed86e415d60deed971a268c2057dc1 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-01301----GAUSS-01400.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-01301----GAUSS-01400.md
@@ -1,4 +1,4 @@
-# GAUSS-01301 -- GAUSS-01400
+# GAUSS-01301 -- GAUSS-01400
- **[GAUSS-01301 -- GAUSS-01310]({{}})**
diff --git a/content/zh/docs/DataBaseReference/GAUSS-01311----GAUSS-01320.md b/content/zh/docs/DatabaseReference/GAUSS-01311----GAUSS-01320.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-01311----GAUSS-01320.md
rename to content/zh/docs/DatabaseReference/GAUSS-01311----GAUSS-01320.md
index 85b2cf6abd48f42d14f24552a427efd4aea881e1..0a1e2d25328ee33da538ed35bbae666c8107a46f 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-01311----GAUSS-01320.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-01311----GAUSS-01320.md
@@ -1,4 +1,4 @@
-# GAUSS-01311 -- GAUSS-01320
+# GAUSS-01311 -- GAUSS-01320
GAUSS-01311: "collation attribute '%s' not recognized"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-01321----GAUSS-01330.md b/content/zh/docs/DatabaseReference/GAUSS-01321----GAUSS-01330.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-01321----GAUSS-01330.md
rename to content/zh/docs/DatabaseReference/GAUSS-01321----GAUSS-01330.md
index c6c9b68c41e33bb4d6cdde3186fbe3abff82dbca..c7e2b503de98570f5d64d1bb7f6288bc33d69b0f 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-01321----GAUSS-01330.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-01321----GAUSS-01330.md
@@ -1,4 +1,4 @@
-# GAUSS-01321 -- GAUSS-01330
+# GAUSS-01321 -- GAUSS-01330
GAUSS-01321: "nextval: reached minimum value of sequence '%s' \(%s\)"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-01331----GAUSS-01340.md b/content/zh/docs/DatabaseReference/GAUSS-01331----GAUSS-01340.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-01331----GAUSS-01340.md
rename to content/zh/docs/DatabaseReference/GAUSS-01331----GAUSS-01340.md
index c3d44ee43103b8d3f00c33dd5e8cbbf3ff41657a..adac6bcc410b418b77706a10d370c07cf34facce 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-01331----GAUSS-01340.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-01331----GAUSS-01340.md
@@ -1,4 +1,4 @@
-# GAUSS-01331 -- GAUSS-01340
+# GAUSS-01331 -- GAUSS-01340
GAUSS-01331: "RESTART value \(%s\) cannot be less than MINVALUE \(%s\)"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-01341----GAUSS-01350.md b/content/zh/docs/DatabaseReference/GAUSS-01341----GAUSS-01350.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-01341----GAUSS-01350.md
rename to content/zh/docs/DatabaseReference/GAUSS-01341----GAUSS-01350.md
index 2076fc46372cc3aad30f98396f0d4742bd2eae55..679536eda2dd1a106f950c27866f6c3b417afc7b 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-01341----GAUSS-01350.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-01341----GAUSS-01350.md
@@ -1,4 +1,4 @@
-# GAUSS-01341 -- GAUSS-01350
+# GAUSS-01341 -- GAUSS-01350
GAUSS-01341: "function %s should return type %s"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-01351----GAUSS-01360.md b/content/zh/docs/DatabaseReference/GAUSS-01351----GAUSS-01360.md
similarity index 94%
rename from content/zh/docs/DataBaseReference/GAUSS-01351----GAUSS-01360.md
rename to content/zh/docs/DatabaseReference/GAUSS-01351----GAUSS-01360.md
index 6ea33c248e3320294b360ccf9d7778a23f9ea86e..d36d48d61d8341e7b5e6c1e728d0ea52b5507e34 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-01351----GAUSS-01360.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-01351----GAUSS-01360.md
@@ -1,4 +1,4 @@
-# GAUSS-01351 -- GAUSS-01360
+# GAUSS-01351 -- GAUSS-01360
GAUSS-01351: "cache lookup failed for text search template %u"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-01361----GAUSS-01370.md b/content/zh/docs/DatabaseReference/GAUSS-01361----GAUSS-01370.md
similarity index 94%
rename from content/zh/docs/DataBaseReference/GAUSS-01361----GAUSS-01370.md
rename to content/zh/docs/DatabaseReference/GAUSS-01361----GAUSS-01370.md
index a66c547aae47c301553e60e11ec9871ec5a3d4b0..5f9189a2d77f17c472f875d46945e7b9c7a78cbf 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-01361----GAUSS-01370.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-01361----GAUSS-01370.md
@@ -1,4 +1,4 @@
-# GAUSS-01361 -- GAUSS-01370
+# GAUSS-01361 -- GAUSS-01370
GAUSS-01362: "cache lookup failed for text search configuration %u"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-01371----GAUSS-01380.md b/content/zh/docs/DatabaseReference/GAUSS-01371----GAUSS-01380.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-01371----GAUSS-01380.md
rename to content/zh/docs/DatabaseReference/GAUSS-01371----GAUSS-01380.md
index b25b8746b04997e0645fea7097a54c30ad92a8c7..8b5f57fa27410b18a3288f6c01e32d59064be6e7 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-01371----GAUSS-01380.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-01371----GAUSS-01380.md
@@ -1,4 +1,4 @@
-# GAUSS-01371 -- GAUSS-01380
+# GAUSS-01371 -- GAUSS-01380
GAUSS-01371: "invalid parameter list format: '%s'"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-01381----GAUSS-01390.md b/content/zh/docs/DatabaseReference/GAUSS-01381----GAUSS-01390.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-01381----GAUSS-01390.md
rename to content/zh/docs/DatabaseReference/GAUSS-01381----GAUSS-01390.md
index 561fadb1a3e18810fd670d83fc28574663517fb6..e38affcbc41b6ee5d0cf8c2d201892af8c95b53a 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-01381----GAUSS-01390.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-01381----GAUSS-01390.md
@@ -1,4 +1,4 @@
-# GAUSS-01381 -- GAUSS-01390
+# GAUSS-01381 -- GAUSS-01390
GAUSS-01381: "'%s' is a view"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-01391----GAUSS-01400.md b/content/zh/docs/DatabaseReference/GAUSS-01391----GAUSS-01400.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-01391----GAUSS-01400.md
rename to content/zh/docs/DatabaseReference/GAUSS-01391----GAUSS-01400.md
index 95673448e9d9935ba04bcb597c2884d18d452dff..975cc92ddbdf39cb268f0bc513c81c7e90d8218d 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-01391----GAUSS-01400.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-01391----GAUSS-01400.md
@@ -1,4 +1,4 @@
-# GAUSS-01391 -- GAUSS-01400
+# GAUSS-01391 -- GAUSS-01400
GAUSS-01391: "INSERT trigger's WHEN condition cannot reference OLD values"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-01401----GAUSS-01410.md b/content/zh/docs/DatabaseReference/GAUSS-01401----GAUSS-01410.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-01401----GAUSS-01410.md
rename to content/zh/docs/DatabaseReference/GAUSS-01401----GAUSS-01410.md
index ca2dfd0d1c84315e3995a25b05c25cc2b7d240a1..96f3fabdc2b3458f240b8186aafb9d0b787a5a3d 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-01401----GAUSS-01410.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-01401----GAUSS-01410.md
@@ -1,4 +1,4 @@
-# GAUSS-01401 -- GAUSS-01410
+# GAUSS-01401 -- GAUSS-01410
GAUSS-01401: "permission denied: '%s' is a system trigger"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-01401----GAUSS-01500.md b/content/zh/docs/DatabaseReference/GAUSS-01401----GAUSS-01500.md
similarity index 90%
rename from content/zh/docs/DataBaseReference/GAUSS-01401----GAUSS-01500.md
rename to content/zh/docs/DatabaseReference/GAUSS-01401----GAUSS-01500.md
index 136d05912558ac66dc0ca09da760f7763615cbc5..24733b92b41d9c78935a3364241e76ffacefd2f3 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-01401----GAUSS-01500.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-01401----GAUSS-01500.md
@@ -1,4 +1,4 @@
-# GAUSS-01401 -- GAUSS-01500
+# GAUSS-01401 -- GAUSS-01500
- **[GAUSS-01401 -- GAUSS-01410]({{}})**
diff --git a/content/zh/docs/DataBaseReference/GAUSS-01411----GAUSS-01420.md b/content/zh/docs/DatabaseReference/GAUSS-01411----GAUSS-01420.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-01411----GAUSS-01420.md
rename to content/zh/docs/DatabaseReference/GAUSS-01411----GAUSS-01420.md
index 8e08f19d2a62195886edd672e90dfc750442807b..e1427bbc7fb80d0d3c47635ca7e29b5fa7e2969a 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-01411----GAUSS-01420.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-01411----GAUSS-01420.md
@@ -1,4 +1,4 @@
-# GAUSS-01411 -- GAUSS-01420
+# GAUSS-01411 -- GAUSS-01420
GAUSS-01411: "cross-database references are not implemented: '%s.%s.%s'"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-01421----GAUSS-01430.md b/content/zh/docs/DatabaseReference/GAUSS-01421----GAUSS-01430.md
similarity index 95%
rename from content/zh/docs/DataBaseReference/GAUSS-01421----GAUSS-01430.md
rename to content/zh/docs/DatabaseReference/GAUSS-01421----GAUSS-01430.md
index a94f0a96bfe496885d57f6dfbf0ad9c6c0af669c..6073bf40ce6aa82aa967586fb0b3a61e17309d4e 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-01421----GAUSS-01430.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-01421----GAUSS-01430.md
@@ -1,4 +1,4 @@
-# GAUSS-01421 -- GAUSS-01430
+# GAUSS-01421 -- GAUSS-01430
GAUSS-01421: "could not obtain lock on relation '%s'"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-01431----GAUSS-01440.md b/content/zh/docs/DatabaseReference/GAUSS-01431----GAUSS-01440.md
similarity index 95%
rename from content/zh/docs/DataBaseReference/GAUSS-01431----GAUSS-01440.md
rename to content/zh/docs/DatabaseReference/GAUSS-01431----GAUSS-01440.md
index 4b547fc51c40c08d183312768c07eef3db95e498..05fb91b21c9d2967145fa87b27bb5528a76522ac 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-01431----GAUSS-01440.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-01431----GAUSS-01440.md
@@ -1,4 +1,4 @@
-# GAUSS-01431 -- GAUSS-01440
+# GAUSS-01431 -- GAUSS-01440
GAUSS-01431: "operator class '%s' for access method '%s' already exists"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-01441----GAUSS-01450.md b/content/zh/docs/DatabaseReference/GAUSS-01441----GAUSS-01450.md
similarity index 96%
rename from content/zh/docs/DataBaseReference/GAUSS-01441----GAUSS-01450.md
rename to content/zh/docs/DatabaseReference/GAUSS-01441----GAUSS-01450.md
index 49ea4e4dafc26305107c6fc94da07a308501f928..bb9d05a114f5d02f213231edc5bd12c8a1738c84 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-01441----GAUSS-01450.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-01441----GAUSS-01450.md
@@ -1,4 +1,4 @@
-# GAUSS-01441 -- GAUSS-01450
+# GAUSS-01441 -- GAUSS-01450
GAUSS-01441: "btree comparison procedures must have two arguments"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-01451----GAUSS-01460.md b/content/zh/docs/DatabaseReference/GAUSS-01451----GAUSS-01460.md
similarity index 94%
rename from content/zh/docs/DataBaseReference/GAUSS-01451----GAUSS-01460.md
rename to content/zh/docs/DatabaseReference/GAUSS-01451----GAUSS-01460.md
index 3e1767393bfa017a128557c56fcec695409f8ffc..59832efdfbfa3051f4d9121d4a1bc13307667b82 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-01451----GAUSS-01460.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-01451----GAUSS-01460.md
@@ -1,4 +1,4 @@
-# GAUSS-01451 -- GAUSS-01460
+# GAUSS-01451 -- GAUSS-01460
GAUSS-01451: "function %d\(%s,%s\) already exists in operator family '%s'"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-01461----GAUSS-01470.md b/content/zh/docs/DatabaseReference/GAUSS-01461----GAUSS-01470.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-01461----GAUSS-01470.md
rename to content/zh/docs/DatabaseReference/GAUSS-01461----GAUSS-01470.md
index 2dad1627493392765ce44a6c4f607675cfdc06d5..88ed8014ff8515b632caf9222fa0c2a260b2fdff 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-01461----GAUSS-01470.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-01461----GAUSS-01470.md
@@ -1,4 +1,4 @@
-# GAUSS-01461 -- GAUSS-01470
+# GAUSS-01461 -- GAUSS-01470
GAUSS-01461: "restriction estimator function %s must return type 'float8'"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-01471----GAUSS-01480.md b/content/zh/docs/DatabaseReference/GAUSS-01471----GAUSS-01480.md
similarity index 56%
rename from content/zh/docs/DataBaseReference/GAUSS-01471----GAUSS-01480.md
rename to content/zh/docs/DatabaseReference/GAUSS-01471----GAUSS-01480.md
index e8f32b6aa7ee60cfce3dd7c678822301ad318194..d10f36c95b6cd3749b39dbd5b4c5dd630f3aa6b9 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-01471----GAUSS-01480.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-01471----GAUSS-01480.md
@@ -1,4 +1,4 @@
-# GAUSS-01471 -- GAUSS-01480
+# GAUSS-01471 -- GAUSS-01480
GAUSS-01471: "cache lookup failed for object %u of catalog '%s'"
@@ -48,27 +48,27 @@ SQLSTATE: XX000
解决办法:请检查列存表定义是否正常,如果异常请重新创建列存表。如果仍然上报该错误,请联系技术支持工程师提供技术支持。
-GAUSS-01477: "ExtensionReference '%s' does not exist"
+GAUSS-01477: "Extension '%s' does not exist"
SQLSTATE: 42704
-错误原因:CREATE ExtensionReference或者ALTER ExtensionReference时,发现了ExtensionReference不存在的情况。
+错误原因:CREATE Extension或者ALTER Extension时,发现了Extension不存在的情况。
-解决办法:CREATE ExtensionReference时,确保依赖的ExtensionReference存在;ALTER ExtensionReference时,只能ALTER已经存在的ExtensionReference。
+解决办法:CREATE Extension时,确保依赖的Extension存在;ALTER Extension时,只能ALTER已经存在的Extension。
-GAUSS-01478: "invalid ExtensionReference name: '%s'"
+GAUSS-01478: "invalid Extension name: '%s'"
SQLSTATE: 22023
-错误原因:CREATE ExtensionReference时,ExtensionReference名称非法。
+错误原因:CREATE Extension时,Extension名称非法。
-解决办法:CREATE ExtensionReference时,ExtensionReference名称不能出现以下4种情况之一:(1)无名;(2)包含--;(3)以-开头或结束;(4)包含文件夹间隔符如/或者\\\\。
+解决办法:CREATE Extension时,Extension名称不能出现以下4种情况之一:(1)无名;(2)包含--;(3)以-开头或结束;(4)包含文件夹间隔符如/或者\\\\。
-GAUSS-01479: "invalid ExtensionReference version name: '%s'"
+GAUSS-01479: "invalid Extension version name: '%s'"
SQLSTATE: 22023
-错误原因:CREATE ExtensionReference时,VERSION名称非法,或ALTER ExtensionReference时,new\_version/default\_version非法。
+错误原因:CREATE Extension时,VERSION名称非法,或ALTER Extension时,new\_version/default\_version非法。
-解决办法:CREATE ExtensionReference时或ALTER ExtensionReference时,version/new\_version/default\_version不能出现以下情况:(1)无名;(2)包含--;(3)以-开头或结束;(4)包含文件夹间隔符如/或者\\\\。
+解决办法:CREATE Extension时或ALTER Extension时,version/new\_version/default\_version不能出现以下情况:(1)无名;(2)包含--;(3)以-开头或结束;(4)包含文件夹间隔符如/或者\\\\。
diff --git a/content/zh/docs/DatabaseReference/GAUSS-01481----GAUSS-01490.md b/content/zh/docs/DatabaseReference/GAUSS-01481----GAUSS-01490.md
new file mode 100644
index 0000000000000000000000000000000000000000..ada1331595331704f17ad282f2daf7aa58c9339d
--- /dev/null
+++ b/content/zh/docs/DatabaseReference/GAUSS-01481----GAUSS-01490.md
@@ -0,0 +1,82 @@
+# GAUSS-01481 -- GAUSS-01490
+
+GAUSS-01481: "parameter '%s' cannot be set in a secondary Extension control file"
+
+SQLSTATE: 42601
+
+错误原因:CREATE Extension时或ALTER Extension时或执行Extension相关的系统函数时,在secondary control file中指定了default\_version或者directory参数。
+
+解决办法:CREATE Extension时或ALTER Extension时或执行Extension相关的系统函数时,不能在secondary control file中指定default\_version或者directory参数。
+
+GAUSS-01482: "parameter '%s' requires a Boolean value"
+
+SQLSTATE: 22023
+
+错误原因:\(1\)CREATE Extension时或ALTER Extension时或执行Extension相关的系统函数时,在控制文件中没有给参数relocatable/sysadmin指定一个BOOL值。
+
+解决办法:\(1\)CREATE Extension时或ALTER Extension时或执行Extension相关的系统函数时,在控制文件中,必须给参数relocatable/sysadmin指定一个BOOL值。
+
+GAUSS-01483: "'%s' is not a valid encoding name"
+
+SQLSTATE: 42704
+
+错误原因:CREATE Extension时或ALTER Extension时或执行Extension相关的系统函数时,在控制文件中没有给参数encoding指定一个合法的encoding名称。
+
+解决办法:CREATE Extension时或ALTER Extension时或执行Extension相关的系统函数时,在控制文件中必须给参数encoding指定一个合法的encoding名称。
+
+GAUSS-01484: "parameter '%s' must be a list of Extension names"
+
+SQLSTATE: 22023
+
+错误原因:CREATE Extension时或ALTER Extension时或执行Extension相关的系统函数时,在控制文件中没有给参数requires指定a list of Extension names
+
+解决办法:CREATE Extension时或ALTER Extension时或执行Extension相关的系统函数时,在控制文件中必须给参数requires指定a list of Extension names
+
+GAUSS-01485: "unrecognized parameter '%s' in file '%s'"
+
+SQLSTATE: 42601
+
+错误原因:CREATE Extension时或ALTER Extension时或执行Extension相关的系统函数时,在控制文件中指定了非法参数。
+
+解决办法:CREATE Extension时或ALTER Extension时或执行Extension相关的系统函数时,在控制文件中仅可指定如下参数。directory/default\_version/module\_pathname/comment/schema/relocatable/sysadmin/encoding/requires。
+
+GAUSS-01486: "parameter 'schema' cannot be specified when 'relocatable' is true"
+
+SQLSTATE: 42601
+
+错误原因:CREATE Extension时或ALTER Extension时或执行Extension相关的系统函数时,在控制文件中,当指定relocatable为true时,同时又指定了schema参数。
+
+解决办法:CREATE Extension时或ALTER Extension时或执行Extension相关的系统函数时,在控制文件中,当指定relocatable为true时,不能再指定了schema参数。
+
+GAUSS-01487: "transaction control statements are not allowed within an Extension script"
+
+SQLSTATE: 0A000
+
+错误原因:CREATE Extension时或ALTER Extension时,Extension的SQL脚本文件中出现了控制事务的SQL语句。
+
+解决办法:CREATE Extension时或ALTER Extension时,Extension的SQL脚本文件中不能使用控制事务的SQL语句。
+
+GAUSS-01488: "permission denied to create Extension '%s'"
+
+SQLSTATE: 42501
+
+错误原因:CREATE Extension时,Extension的控制文件要求必须以系统管理员权限运行,但是实际帐户不是系统管理员。
+
+解决办法:CREATE Extension时,Extension的控制文件要求必须以系统管理员权限运行,则实际帐户也必须是系统管理员。
+
+GAUSS-01489: "permission denied to update Extension '%s'"
+
+SQLSTATE: 42501
+
+错误原因:ALTER Extension时,Extension的控制文件要求必须以系统管理员权限运行,但是实际帐户不是系统管理员。
+
+解决办法:ALTER Extension时,Extension的控制文件要求必须以系统管理员权限运行,则实际帐户也必须是系统管理员。
+
+GAUSS-01490: "Extension '%s' has no update path from version '%s' to version '%s'"
+
+SQLSTATE: 22023
+
+错误原因:CREATE Extension/ALTER Extension时,不存在从旧版本到新版本的更新路径。
+
+解决办法:CREATE Extension/ALTER Extension时,如果有版本FROM old\_version、UPDATE TO new\_version,确保新旧版本号对应的SQL文件名称和路径的正确性。
+
diff --git a/content/zh/docs/DatabaseReference/GAUSS-01491----GAUSS-01500.md b/content/zh/docs/DatabaseReference/GAUSS-01491----GAUSS-01500.md
new file mode 100644
index 0000000000000000000000000000000000000000..8b7b5f05f6e98b29fa4103e9f61e0ccb05f757ba
--- /dev/null
+++ b/content/zh/docs/DatabaseReference/GAUSS-01491----GAUSS-01500.md
@@ -0,0 +1,74 @@
+# GAUSS-01491 -- GAUSS-01500
+
+GAUSS-01492: "nested CREATE Extension is not supported"
+
+SQLSTATE: 0A000
+
+错误原因:CREATE Extension时,SQL中嵌套创建Extension。
+
+解决办法:CREATE Extension时,SQL中不允许嵌套创建Extension。
+
+GAUSS-01493: "unrecognized option: %s"
+
+SQLSTATE: XX000
+
+错误原因:系统内部错误。
+
+解决办法:请联系技术支持工程师提供技术支持。
+
+GAUSS-01494: "version to install must be specified"
+
+SQLSTATE: 22023
+
+错误原因:CREATE/ALTER Extension时,既没有指定new version,控制文件中也没有指定default version。
+
+解决办法:CREATE/ALTER Extension时,要么指定new version,要么在控制文件中指定default version。
+
+GAUSS-01495: "FROM version must be different from InstallationGuide target version '%s'"
+
+SQLSTATE: 22023
+
+错误原因:CREATE Extension时,FROM版本号和VERSION版本号指定的版本号相同。
+
+解决办法:CREATE Extension时,FROM版本号和VERSION版本号指定的版本号必须不同。
+
+GAUSS-01496: "Extension '%s' must be installed in schema '%s'"
+
+SQLSTATE: 0A000
+
+错误原因:CREATE Extension时,WITH SCHEMA指定的schema和控制文件中指定的schema不同。
+
+解决办法:CREATE Extension时,WITH SCHEMA指定的schema必须与控制文件中指定的schema相同。
+
+GAUSS-01497: "there is no default creation target"
+
+SQLSTATE: XX000
+
+错误原因:CREATE Extension语法中当不指定SCHEMA选项时,默认当前缺省的SCHEMA,但当前缺省的SCHEMA路径为空值。
+
+解决办法:当前缺省的SCHEMA为空,当前系统存在异常或存在人为删除当前SCHEMA的目录导致,请联系技术支持工程师提供技术支持。
+
+GAUSS-01498: "required Extension '%s' is not installed"
+
+SQLSTATE: 42704
+
+错误原因:CREATE Extension/ALTER Extension时,控制文件中指定的依赖的某个Extension尚未安装。
+
+解决办法:CREATE Extension/ALTER Extension时,控制文件中指定的所有Extension必须已经安装,已安装的Extension可以通过\\dx查看。
+
+GAUSS-01499: "cannot drop Extension '%s' because it is being modified"
+
+SQLSTATE: 55000
+
+错误原因:DROP Extension时,Extension正在被别的session修改。
+
+解决办法:DROP Extension时,Extension不能正在被别的session修改。
+
+GAUSS-01500: "pg\_Extension\_config\_dump\(\) can only be called from an SQL script executed by CREATE Extension"
+
+SQLSTATE: 0A000
+
+错误原因:pg\_Extension\_config\_dump没有在CREATE Extension的SQL脚本文件中执行。
+
+解决办法:pg\_Extension\_config\_dump只能在CREATE Extension的SQL脚本文件中执行。
+
diff --git a/content/zh/docs/DatabaseReference/GAUSS-01501----GAUSS-01510.md b/content/zh/docs/DatabaseReference/GAUSS-01501----GAUSS-01510.md
new file mode 100644
index 0000000000000000000000000000000000000000..c62768b013b01a27ece456c449641b5f025c965f
--- /dev/null
+++ b/content/zh/docs/DatabaseReference/GAUSS-01501----GAUSS-01510.md
@@ -0,0 +1,66 @@
+# GAUSS-01501 -- GAUSS-01510
+
+GAUSS-01501: "OID %u does not refer to a table"
+
+SQLSTATE: 42P01
+
+错误原因:pg\_Extension\_config\_dump\(\)函数的参数1不是pg\_class内定义的表。
+
+解决办法:pg\_Extension\_config\_dump\(\)函数的参数1必须是pg\_class内定义的表。
+
+GAUSS-01502: "table '%s' is not a member of the Extension being created"
+
+SQLSTATE: 55000
+
+错误原因:pg\_Extension\_config\_dump\(\)函数的参数1不是正在创建的Extension的成员。
+
+解决办法:pg\_Extension\_config\_dump\(\)函数的参数1必须是正在创建的Extension的成员。
+
+GAUSS-01503: "Extension with oid %u does not exist"
+
+SQLSTATE: XX000
+
+错误原因:根据当前Extension对象的OID从Cache中查找系统表pg\_Extension的tuple错误。
+
+解决办法:由于系统Cache存在异常导致根据Extension对象OID从Cache获取对象tuple失败,请联系技术支持工程师提供技术支持。
+
+GAUSS-01504: "extconfig is not a 1-D Oid array"
+
+SQLSTATE: XX000
+
+错误原因:系统内部错误。
+
+解决办法:请联系技术支持工程师提供技术支持。
+
+GAUSS-01505: "extconfig and extcondition arrays do not match"
+
+SQLSTATE: XX000
+
+错误原因:系统内部错误。
+
+解决办法:请联系技术支持工程师提供技术支持。
+
+GAUSS-01507: "Extension name cannot be qualified"
+
+SQLSTATE: 42601
+
+错误原因:ALTER Extension SET SCHEMA,指定Extension名称时,Extension的前面加了schema名称。
+
+解决办法:ALTER Extension SET SCHEMA,指定Extension名称时,Extension的前面不可以加schema名称。
+
+GAUSS-01508: "cannot move Extension '%s' into schema '%s' because the Extension contains the schema"
+
+SQLSTATE: 55000
+
+错误原因:ALTER Extension SET SCHEMA,新的schema是当前Extension的成员。
+
+解决办法:ALTER Extension SET SCHEMA,新的schema不可以是当前Extension的成员。
+
+GAUSS-01509: "Extension '%s' does not support SET SCHEMA"
+
+SQLSTATE: 0A000
+
+错误原因:ALTER Extension SET SCHEMA,当前Extension的relocatable参数为false。
+
+解决办法:只对Extension的relocatable参数为true的Extension执行ALTER Extension SET SCHEMA。
+
diff --git a/content/zh/docs/DataBaseReference/GAUSS-01501----GAUSS-01600.md b/content/zh/docs/DatabaseReference/GAUSS-01501----GAUSS-01600.md
similarity index 90%
rename from content/zh/docs/DataBaseReference/GAUSS-01501----GAUSS-01600.md
rename to content/zh/docs/DatabaseReference/GAUSS-01501----GAUSS-01600.md
index 0f263ae1045ef4c65333cac44516cbe0ff2bf6dc..2cad58e20caf837b156c75b47ae9fc169141710b 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-01501----GAUSS-01600.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-01501----GAUSS-01600.md
@@ -1,4 +1,4 @@
-# GAUSS-01501 -- GAUSS-01600
+# GAUSS-01501 -- GAUSS-01600
- **[GAUSS-01501 -- GAUSS-01510]({{}})**
diff --git a/content/zh/docs/DataBaseReference/GAUSS-01511----GAUSS-01520.md b/content/zh/docs/DatabaseReference/GAUSS-01511----GAUSS-01520.md
similarity index 35%
rename from content/zh/docs/DataBaseReference/GAUSS-01511----GAUSS-01520.md
rename to content/zh/docs/DatabaseReference/GAUSS-01511----GAUSS-01520.md
index 8f36f10f7d787bb039c3c24bf957c1c3d87ad1fc..7b6ce33ae86ef28ffb8ea613f2b72a25f758e31f 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-01511----GAUSS-01520.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-01511----GAUSS-01520.md
@@ -1,38 +1,38 @@
-# GAUSS-01511 -- GAUSS-01520
+# GAUSS-01511 -- GAUSS-01520
-GAUSS-01511: "nested ALTER ExtensionReference is not supported"
+GAUSS-01511: "nested ALTER Extension is not supported"
SQLSTATE: 0A000
-错误原因:ALTER ExtensionReference UPDATE,在一个事务内执行多次。
+错误原因:ALTER Extension UPDATE,在一个事务内执行多次。
-解决办法:ALTER ExtensionReference UPDATE,在一个事务内只允许执行一次。
+解决办法:ALTER Extension UPDATE,在一个事务内只允许执行一次。
-GAUSS-01513: "%s is already a member of ExtensionReference '%s'"
+GAUSS-01513: "%s is already a member of Extension '%s'"
SQLSTATE: 55000
-错误原因:\(1\)ALTER ExtensionReference ADD,添加的对象已经是ExtensionReference的成员了。\(2\)CREATE ExtensionReference,ExtensionReference的SQL脚本文件内创建的某个对象已经是别的ExtensionReference的成员了。
+错误原因:\(1\)ALTER Extension ADD,添加的对象已经是Extension的成员了。\(2\)CREATE Extension,Extension的SQL脚本文件内创建的某个对象已经是别的Extension的成员了。
-解决办法:\(1\)ALTER ExtensionReference ADD,添加的对象必须尚未是ExtensionReference的成员了。\(2\)CREATE ExtensionReference,ExtensionReference的SQL脚本文件内创建的所有对象都不能是别的ExtensionReference的成员。
+解决办法:\(1\)ALTER Extension ADD,添加的对象必须尚未是Extension的成员了。\(2\)CREATE Extension,Extension的SQL脚本文件内创建的所有对象都不能是别的Extension的成员。
-GAUSS-01514: "cannot add schema '%s' to ExtensionReference '%s' because the schema contains the ExtensionReference"
+GAUSS-01514: "cannot add schema '%s' to Extension '%s' because the schema contains the Extension"
SQLSTATE: 55000
-错误原因:ALTER ExtensionReference ADD,ADD的schema就是ExtensionReference所在的schema。
+错误原因:ALTER Extension ADD,ADD的schema就是Extension所在的schema。
-解决办法:ALTER ExtensionReference ADD,ADD的schema不能是ExtensionReference所在的schema。
+解决办法:ALTER Extension ADD,ADD的schema不能是Extension所在的schema。
-GAUSS-01515: "%s is not a member of ExtensionReference '%s'"
+GAUSS-01515: "%s is not a member of Extension '%s'"
SQLSTATE: 55000
-错误原因:ALTER ExtensionReference DROP,删除的对象尚不是ExtensionReference的成员。
+错误原因:ALTER Extension DROP,删除的对象尚不是Extension的成员。
-解决办法:ALTER ExtensionReference DROP,删除的对象必须是ExtensionReference的成员。
+解决办法:ALTER Extension DROP,删除的对象必须是Extension的成员。
-GAUSS-01517: "cache lookup failed for ExtensionReference %u"
+GAUSS-01517: "cache lookup failed for Extension %u"
SQLSTATE: XX000
@@ -44,9 +44,9 @@ GAUSS-01518: "no security label providers have been loaded"
SQLSTATE: 22023
-错误原因:执行SECURITY LABEL语句,没有加载SECURITY LABEL ExtensionReference。
+错误原因:执行SECURITY LABEL语句,没有加载SECURITY LABEL Extension。
-解决办法:执行SECURITY LABEL之前,加载相关SECURITY LABEL的ExtensionReference。
+解决办法:执行SECURITY LABEL之前,加载相关SECURITY LABEL的Extension。
GAUSS-01519: "must specify provider when multiple security label providers have been loaded"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-01521----GAUSS-01530.md b/content/zh/docs/DatabaseReference/GAUSS-01521----GAUSS-01530.md
similarity index 91%
rename from content/zh/docs/DataBaseReference/GAUSS-01521----GAUSS-01530.md
rename to content/zh/docs/DatabaseReference/GAUSS-01521----GAUSS-01530.md
index e7755a3a27f08f1b368e876ca5f0d9b656d43bc9..ceddc6a0a6f5d6b22b3985a7a9745c1cefcdee4e 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-01521----GAUSS-01530.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-01521----GAUSS-01530.md
@@ -1,4 +1,4 @@
-# GAUSS-01521 -- GAUSS-01530
+# GAUSS-01521 -- GAUSS-01530
GAUSS-01521: "can't negate an empty subexpression"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-01531----GAUSS-01540.md b/content/zh/docs/DatabaseReference/GAUSS-01531----GAUSS-01540.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-01531----GAUSS-01540.md
rename to content/zh/docs/DatabaseReference/GAUSS-01531----GAUSS-01540.md
index faf1b76587c9f7ecfb059cd9f82c753d087b9d2e..d3566a39907b641d4c81fc33b7bf090339276872 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-01531----GAUSS-01540.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-01531----GAUSS-01540.md
@@ -1,4 +1,4 @@
-# GAUSS-01531 -- GAUSS-01540
+# GAUSS-01531 -- GAUSS-01540
GAUSS-01531: "targetlist is not sorted correctly"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-01541----GAUSS-01550.md b/content/zh/docs/DatabaseReference/GAUSS-01541----GAUSS-01550.md
similarity index 88%
rename from content/zh/docs/DataBaseReference/GAUSS-01541----GAUSS-01550.md
rename to content/zh/docs/DatabaseReference/GAUSS-01541----GAUSS-01550.md
index 8f631e02d5d2893363eccca196e4f87c170d21df..c4159174a46e886dd2ffb97de9b2e8caad4fa809 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-01541----GAUSS-01550.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-01541----GAUSS-01550.md
@@ -1,4 +1,4 @@
-# GAUSS-01541 -- GAUSS-01550
+# GAUSS-01541 -- GAUSS-01550
GAUSS-01541: "minimum\_count not set"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-01551----GAUSS-01560.md b/content/zh/docs/DatabaseReference/GAUSS-01551----GAUSS-01560.md
similarity index 90%
rename from content/zh/docs/DataBaseReference/GAUSS-01551----GAUSS-01560.md
rename to content/zh/docs/DatabaseReference/GAUSS-01551----GAUSS-01560.md
index 0fd4ebdade88cefe3e893fe0cec4d3300323d716..d19252a7505ef7fb117aa9d25359b88f5e114ed4 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-01551----GAUSS-01560.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-01551----GAUSS-01560.md
@@ -1,4 +1,4 @@
-# GAUSS-01551 -- GAUSS-01560
+# GAUSS-01551 -- GAUSS-01560
GAUSS-01551: "a join rel requires both the left path and right path"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-01561----GAUSS-01570.md b/content/zh/docs/DatabaseReference/GAUSS-01561----GAUSS-01570.md
similarity index 87%
rename from content/zh/docs/DataBaseReference/GAUSS-01561----GAUSS-01570.md
rename to content/zh/docs/DatabaseReference/GAUSS-01561----GAUSS-01570.md
index 3b73648221fe3b691f474cced576b886e1f16caf..81b5a6d41364f108fa3ad6a3ea3a2994889f841c 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-01561----GAUSS-01570.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-01561----GAUSS-01570.md
@@ -1,4 +1,4 @@
-# GAUSS-01561 -- GAUSS-01570
+# GAUSS-01561 -- GAUSS-01570
GAUSS-01563: "wrong number of index expressions"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-01571----GAUSS-01580.md b/content/zh/docs/DatabaseReference/GAUSS-01571----GAUSS-01580.md
similarity index 90%
rename from content/zh/docs/DataBaseReference/GAUSS-01571----GAUSS-01580.md
rename to content/zh/docs/DatabaseReference/GAUSS-01571----GAUSS-01580.md
index 655d7815ccccef70142c3a0b38fc2a372c70cd2d..e484498917f13378e386b4ea0bafa75c316daae0 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-01571----GAUSS-01580.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-01571----GAUSS-01580.md
@@ -1,4 +1,4 @@
-# GAUSS-01571 -- GAUSS-01580
+# GAUSS-01571 -- GAUSS-01580
GAUSS-01571: "no \>= operator for opfamily %u"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-01581----GAUSS-01590.md b/content/zh/docs/DatabaseReference/GAUSS-01581----GAUSS-01590.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-01581----GAUSS-01590.md
rename to content/zh/docs/DatabaseReference/GAUSS-01581----GAUSS-01590.md
index 7ff357eafb8776b55c5ef6adc2c12a843bde5dc6..c4f89623a059f686c26754b2d64a93a828bb8843 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-01581----GAUSS-01590.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-01581----GAUSS-01590.md
@@ -1,4 +1,4 @@
-# GAUSS-01581 -- GAUSS-01590
+# GAUSS-01581 -- GAUSS-01590
GAUSS-01581: "predicate\_classify returned a bogus value"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-01591----GAUSS-01600.md b/content/zh/docs/DatabaseReference/GAUSS-01591----GAUSS-01600.md
similarity index 91%
rename from content/zh/docs/DataBaseReference/GAUSS-01591----GAUSS-01600.md
rename to content/zh/docs/DatabaseReference/GAUSS-01591----GAUSS-01600.md
index aa11ab88cf301a656c03d43cfa17da83c1162c95..17936e670909cc75b62f15e535fc050069f7d1f1 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-01591----GAUSS-01600.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-01591----GAUSS-01600.md
@@ -1,4 +1,4 @@
-# GAUSS-01591 -- GAUSS-01600
+# GAUSS-01591 -- GAUSS-01600
GAUSS-01591: "WindowFunc contains out-of-range winref %u"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-01601----GAUSS-01610.md b/content/zh/docs/DatabaseReference/GAUSS-01601----GAUSS-01610.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-01601----GAUSS-01610.md
rename to content/zh/docs/DatabaseReference/GAUSS-01601----GAUSS-01610.md
index db430e2ec4b4a66fb240e4c04fe3fd59160c5053..da9836a5a13c3b4118db1375a068df3f5e5b2641 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-01601----GAUSS-01610.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-01601----GAUSS-01610.md
@@ -1,4 +1,4 @@
-# GAUSS-01601 -- GAUSS-01610
+# GAUSS-01601 -- GAUSS-01610
GAUSS-01601: "invalid paramid: %d"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-01601----GAUSS-01700.md b/content/zh/docs/DatabaseReference/GAUSS-01601----GAUSS-01700.md
similarity index 90%
rename from content/zh/docs/DataBaseReference/GAUSS-01601----GAUSS-01700.md
rename to content/zh/docs/DatabaseReference/GAUSS-01601----GAUSS-01700.md
index e74d3aa96562095aea1b793c9822936720e45650..144b7ae77dc6e26b3fc3949bdfc66205cee9f76d 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-01601----GAUSS-01700.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-01601----GAUSS-01700.md
@@ -1,4 +1,4 @@
-# GAUSS-01601 -- GAUSS-01700
+# GAUSS-01601 -- GAUSS-01700
- **[GAUSS-01601 -- GAUSS-01610]({{}})**
diff --git a/content/zh/docs/DataBaseReference/GAUSS-01611----GAUSS-01620.md b/content/zh/docs/DatabaseReference/GAUSS-01611----GAUSS-01620.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-01611----GAUSS-01620.md
rename to content/zh/docs/DatabaseReference/GAUSS-01611----GAUSS-01620.md
index 60cd727c848ee0d2d36aab36525bb0fc459e7dad..6727aa366dd88c38b59cb9a5d2ade6a67c821e21 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-01611----GAUSS-01620.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-01611----GAUSS-01620.md
@@ -1,4 +1,4 @@
-# GAUSS-01611 -- GAUSS-01620
+# GAUSS-01611 -- GAUSS-01620
GAUSS-01611: "no local indexes found for partition %s"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-01621----GAUSS-01630.md b/content/zh/docs/DatabaseReference/GAUSS-01621----GAUSS-01630.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-01621----GAUSS-01630.md
rename to content/zh/docs/DatabaseReference/GAUSS-01621----GAUSS-01630.md
index 89e3154c6636fa4fbc7a0341c22298cf44ab203b..1416335309476a13b233773c40a557629c9f974b 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-01621----GAUSS-01630.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-01621----GAUSS-01630.md
@@ -1,4 +1,4 @@
-# GAUSS-01621 -- GAUSS-01630
+# GAUSS-01621 -- GAUSS-01630
GAUSS-01621: "unsupported partition key column range mode"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-01631----GAUSS-01640.md b/content/zh/docs/DatabaseReference/GAUSS-01631----GAUSS-01640.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-01631----GAUSS-01640.md
rename to content/zh/docs/DatabaseReference/GAUSS-01631----GAUSS-01640.md
index 8461701bc5b6843c5f40fd3f0f38ab98522e7412..8d778d2702cec97476d34757ea03b3c989745947 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-01631----GAUSS-01640.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-01631----GAUSS-01640.md
@@ -1,4 +1,4 @@
-# GAUSS-01631 -- GAUSS-01640
+# GAUSS-01631 -- GAUSS-01640
GAUSS-01631: "Creating remote query plan for relations of type %d is not supported"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-01641----GAUSS-01650.md b/content/zh/docs/DatabaseReference/GAUSS-01641----GAUSS-01650.md
similarity index 91%
rename from content/zh/docs/DataBaseReference/GAUSS-01641----GAUSS-01650.md
rename to content/zh/docs/DatabaseReference/GAUSS-01641----GAUSS-01650.md
index f12b20444ba298d20571daec81acf58423fd9ae8..3fed3672111f4c869af5058c3f5dabf678ac6048 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-01641----GAUSS-01650.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-01641----GAUSS-01650.md
@@ -1,4 +1,4 @@
-# GAUSS-01641 -- GAUSS-01650
+# GAUSS-01641 -- GAUSS-01650
GAUSS-01641: "Source data plan's target list does not contain ctid colum"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-01651----GAUSS-01660.md b/content/zh/docs/DatabaseReference/GAUSS-01651----GAUSS-01660.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-01651----GAUSS-01660.md
rename to content/zh/docs/DatabaseReference/GAUSS-01651----GAUSS-01660.md
index 9ddacea5b03e068ce5b0aa42d0fbfab7b86aab4b..ae2154541e4a1c7242bb8e80252d6d267c69a0c5 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-01651----GAUSS-01660.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-01651----GAUSS-01660.md
@@ -1,4 +1,4 @@
-# GAUSS-01651 -- GAUSS-01660
+# GAUSS-01651 -- GAUSS-01660
GAUSS-01651: "plan should not reference subplan's variable"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-01661----GAUSS-01670.md b/content/zh/docs/DatabaseReference/GAUSS-01661----GAUSS-01670.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-01661----GAUSS-01670.md
rename to content/zh/docs/DatabaseReference/GAUSS-01661----GAUSS-01670.md
index 8a77f32b7c04b1140b197c248bac910456155c2e..11d0353d1f85b3cab60e58268fcf2a7811b1f0b6 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-01661----GAUSS-01670.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-01661----GAUSS-01670.md
@@ -1,4 +1,4 @@
-# GAUSS-01661 -- GAUSS-01670
+# GAUSS-01661 -- GAUSS-01670
GAUSS-01661: "failed to deconstruct sort operators into partitioning/ordering operators"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-01671----GAUSS-01680.md b/content/zh/docs/DatabaseReference/GAUSS-01671----GAUSS-01680.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-01671----GAUSS-01680.md
rename to content/zh/docs/DatabaseReference/GAUSS-01671----GAUSS-01680.md
index 7c9c48c821e52aef9034ed1fa3772de74b436708..f196ec1567fcbe2446c89f09ff883aa3b49225b0 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-01671----GAUSS-01680.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-01671----GAUSS-01680.md
@@ -1,4 +1,4 @@
-# GAUSS-01671 -- GAUSS-01680
+# GAUSS-01671 -- GAUSS-01680
GAUSS-01671: "indexqual clause is not binary opclause"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-01681----GAUSS-01690.md b/content/zh/docs/DatabaseReference/GAUSS-01681----GAUSS-01690.md
similarity index 91%
rename from content/zh/docs/DataBaseReference/GAUSS-01681----GAUSS-01690.md
rename to content/zh/docs/DatabaseReference/GAUSS-01681----GAUSS-01690.md
index c1ef2e9034d1141e40fea18f8fe1498e443beb35..c59ea51aa81e4a60afdc0d401bc9a8ef49ca0538 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-01681----GAUSS-01690.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-01681----GAUSS-01690.md
@@ -1,4 +1,4 @@
-# GAUSS-01681 -- GAUSS-01690
+# GAUSS-01681 -- GAUSS-01690
GAUSS-01682: "NestLoopParam was not reduced to a simple Var"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-01691----GAUSS-01700.md b/content/zh/docs/DatabaseReference/GAUSS-01691----GAUSS-01700.md
similarity index 90%
rename from content/zh/docs/DataBaseReference/GAUSS-01691----GAUSS-01700.md
rename to content/zh/docs/DatabaseReference/GAUSS-01691----GAUSS-01700.md
index d805079ee7526bc44fe7f859c3c77624539bb994..0422cf8fb773a01815b6750ef6de2b8945433cd9 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-01691----GAUSS-01700.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-01691----GAUSS-01700.md
@@ -1,4 +1,4 @@
-# GAUSS-01691 -- GAUSS-01700
+# GAUSS-01691 -- GAUSS-01700
GAUSS-01692: "cannot insert into view '%s'"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-01701----GAUSS-01710.md b/content/zh/docs/DatabaseReference/GAUSS-01701----GAUSS-01710.md
similarity index 94%
rename from content/zh/docs/DataBaseReference/GAUSS-01701----GAUSS-01710.md
rename to content/zh/docs/DatabaseReference/GAUSS-01701----GAUSS-01710.md
index dae39b0e49d1530c25a78eddc633523f60d771d8..761b7aa9c8e5eee52de20fa225999b37b48f6a46 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-01701----GAUSS-01710.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-01701----GAUSS-01710.md
@@ -1,4 +1,4 @@
-# GAUSS-01701 -- GAUSS-01710
+# GAUSS-01701 -- GAUSS-01710
GAUSS-01702: "permission denied to create '%s.%s'"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-01701----GAUSS-01800.md b/content/zh/docs/DatabaseReference/GAUSS-01701----GAUSS-01800.md
similarity index 90%
rename from content/zh/docs/DataBaseReference/GAUSS-01701----GAUSS-01800.md
rename to content/zh/docs/DatabaseReference/GAUSS-01701----GAUSS-01800.md
index d28d9ac450b126e74f0ff010efc0a898dae396a3..bf69961f5c38fa845ff1a047143f9c25e31c265f 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-01701----GAUSS-01800.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-01701----GAUSS-01800.md
@@ -1,4 +1,4 @@
-# GAUSS-01701 -- GAUSS-01800
+# GAUSS-01701 -- GAUSS-01800
- **[GAUSS-01701 -- GAUSS-01710]({{}})**
diff --git a/content/zh/docs/DataBaseReference/GAUSS-01711----GAUSS-01720.md b/content/zh/docs/DatabaseReference/GAUSS-01711----GAUSS-01720.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-01711----GAUSS-01720.md
rename to content/zh/docs/DatabaseReference/GAUSS-01711----GAUSS-01720.md
index 9fb79a9a79a8587fda50ceb531b1d64ced413736..84f15bbb061b4c8ce0860b37b40f070b9adc706d 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-01711----GAUSS-01720.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-01711----GAUSS-01720.md
@@ -1,4 +1,4 @@
-# GAUSS-01711 -- GAUSS-01720
+# GAUSS-01711 -- GAUSS-01720
GAUSS-01712: "PGXC node %s: not a Datanode"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-01721----GAUSS-01730.md b/content/zh/docs/DatabaseReference/GAUSS-01721----GAUSS-01730.md
similarity index 94%
rename from content/zh/docs/DataBaseReference/GAUSS-01721----GAUSS-01730.md
rename to content/zh/docs/DatabaseReference/GAUSS-01721----GAUSS-01730.md
index 8951fb1baafc7b171ebf845947b25897b1b3ae6b..cf129e46cb861e356c981f528c5d5475c5ce3478 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-01721----GAUSS-01730.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-01721----GAUSS-01730.md
@@ -1,4 +1,4 @@
-# GAUSS-01721 -- GAUSS-01730
+# GAUSS-01721 -- GAUSS-01730
GAUSS-01721: "null conbin for rel %s"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-01731----GAUSS-01740.md b/content/zh/docs/DatabaseReference/GAUSS-01731----GAUSS-01740.md
similarity index 96%
rename from content/zh/docs/DataBaseReference/GAUSS-01731----GAUSS-01740.md
rename to content/zh/docs/DatabaseReference/GAUSS-01731----GAUSS-01740.md
index 3fcf3afcd9f20c0212b4cdd364e8f8194640a3cd..3cf31ddff6dd9e17a68e679937d8acbd882c71c6 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-01731----GAUSS-01740.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-01731----GAUSS-01740.md
@@ -1,4 +1,4 @@
-# GAUSS-01731 -- GAUSS-01740
+# GAUSS-01731 -- GAUSS-01740
GAUSS-01731: "cannot truncate a table referenced in a foreign key constraint"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-01741----GAUSS-01750.md b/content/zh/docs/DatabaseReference/GAUSS-01741----GAUSS-01750.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-01741----GAUSS-01750.md
rename to content/zh/docs/DatabaseReference/GAUSS-01741----GAUSS-01750.md
index fdc8691e45251f4fb237dbb3bbb2fa6d87ac99c7..2e25fd9726aeb39127c12601ff451064ed34e35b 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-01741----GAUSS-01750.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-01741----GAUSS-01750.md
@@ -1,4 +1,4 @@
-# GAUSS-01741 -- GAUSS-01750
+# GAUSS-01741 -- GAUSS-01750
GAUSS-01742: "cannot have more than %d keys in a cluster key"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-01751----GAUSS-01760.md b/content/zh/docs/DatabaseReference/GAUSS-01751----GAUSS-01760.md
similarity index 91%
rename from content/zh/docs/DataBaseReference/GAUSS-01751----GAUSS-01760.md
rename to content/zh/docs/DatabaseReference/GAUSS-01751----GAUSS-01760.md
index 6699fe02047d3f674ac49fe6878e34eb0112016c..f08bebc01a43bb7fc6e76f90f652c80b24f37e3f 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-01751----GAUSS-01760.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-01751----GAUSS-01760.md
@@ -1,4 +1,4 @@
-# GAUSS-01751 -- GAUSS-01760
+# GAUSS-01751 -- GAUSS-01760
GAUSS-01751: "only boolean operators can have join selectivity"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-01761----GAUSS-01770.md b/content/zh/docs/DatabaseReference/GAUSS-01761----GAUSS-01770.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-01761----GAUSS-01770.md
rename to content/zh/docs/DatabaseReference/GAUSS-01761----GAUSS-01770.md
index 9802ab9fe1bf58ff73773d5cf0368561d9ae4082..95c66a10cee08b0e82a47d22fbe72433b28e4fae 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-01761----GAUSS-01770.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-01761----GAUSS-01770.md
@@ -1,4 +1,4 @@
-# GAUSS-01761 -- GAUSS-01770
+# GAUSS-01761 -- GAUSS-01770
GAUSS-01761: "column name must be qualified"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-01771----GAUSS-01780.md b/content/zh/docs/DatabaseReference/GAUSS-01771----GAUSS-01780.md
similarity index 94%
rename from content/zh/docs/DataBaseReference/GAUSS-01771----GAUSS-01780.md
rename to content/zh/docs/DatabaseReference/GAUSS-01771----GAUSS-01780.md
index 44260c16cdc1512d7ba4b154fe1181130ea77d29..ca53f5b0258760ef84c7e0857b74bbd7950c17fe 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-01771----GAUSS-01780.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-01771----GAUSS-01780.md
@@ -1,4 +1,4 @@
-# GAUSS-01771 -- GAUSS-01780
+# GAUSS-01771 -- GAUSS-01780
GAUSS-01771: "cannot create relations in temporary schemas of other sessions"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-01781----GAUSS-01790.md b/content/zh/docs/DatabaseReference/GAUSS-01781----GAUSS-01790.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-01781----GAUSS-01790.md
rename to content/zh/docs/DatabaseReference/GAUSS-01781----GAUSS-01790.md
index 05b2b4f1c7c8db4f1d6f654a8ab219b4c5bba34f..4622d1ce6b9a7f179c5cc888da88517c835d9054 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-01781----GAUSS-01790.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-01781----GAUSS-01790.md
@@ -1,4 +1,4 @@
-# GAUSS-01781 -- GAUSS-01790
+# GAUSS-01781 -- GAUSS-01790
GAUSS-01781: "cannot move objects into system schema"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-01791----GAUSS-01800.md b/content/zh/docs/DatabaseReference/GAUSS-01791----GAUSS-01800.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-01791----GAUSS-01800.md
rename to content/zh/docs/DatabaseReference/GAUSS-01791----GAUSS-01800.md
index 1ba69db0d5e0df9498510317bba254aa634a1339..ac85b4fd03320ad95081cf06181bbbcb2dbe50d8 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-01791----GAUSS-01800.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-01791----GAUSS-01800.md
@@ -1,4 +1,4 @@
-# GAUSS-01791 -- GAUSS-01800
+# GAUSS-01791 -- GAUSS-01800
GAUSS-01791: "collation '%s' for encoding '%s' already exists"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-01801----GAUSS-01810.md b/content/zh/docs/DatabaseReference/GAUSS-01801----GAUSS-01810.md
similarity index 90%
rename from content/zh/docs/DataBaseReference/GAUSS-01801----GAUSS-01810.md
rename to content/zh/docs/DatabaseReference/GAUSS-01801----GAUSS-01810.md
index aaa9bb30ed75442525b68949ca6ed07e7b9658ac..b756f03f19a53839b9348360dad201ea40d3ad4c 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-01801----GAUSS-01810.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-01801----GAUSS-01810.md
@@ -1,4 +1,4 @@
-# GAUSS-01801 -- GAUSS-01810
+# GAUSS-01801 -- GAUSS-01810
GAUSS-01801: "cannot drop objects owned by %s because they are required by the database system"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-01801----GAUSS-01900.md b/content/zh/docs/DatabaseReference/GAUSS-01801----GAUSS-01900.md
similarity index 90%
rename from content/zh/docs/DataBaseReference/GAUSS-01801----GAUSS-01900.md
rename to content/zh/docs/DatabaseReference/GAUSS-01801----GAUSS-01900.md
index fbbda6e16425f3d32fbcc309b3c8563f12c70847..f88eab93f3aa4b08b6c20678e2effe1a235dd83a 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-01801----GAUSS-01900.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-01801----GAUSS-01900.md
@@ -1,4 +1,4 @@
-# GAUSS-01801 -- GAUSS-01900
+# GAUSS-01801 -- GAUSS-01900
- **[GAUSS-01801 -- GAUSS-01810]({{}})**
diff --git a/content/zh/docs/DataBaseReference/GAUSS-01811----GAUSS-01820.md b/content/zh/docs/DatabaseReference/GAUSS-01811----GAUSS-01820.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-01811----GAUSS-01820.md
rename to content/zh/docs/DatabaseReference/GAUSS-01811----GAUSS-01820.md
index e593f58852a75c5927bc7f25fb3d9fbea110f4dd..8eba84ec3fb355f2158fe3e586a33b26499e9a7a 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-01811----GAUSS-01820.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-01811----GAUSS-01820.md
@@ -1,4 +1,4 @@
-# GAUSS-01811 -- GAUSS-01820
+# GAUSS-01811 -- GAUSS-01820
GAUSS-01811: "could not access file '%s': %m"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-01821----GAUSS-01830.md b/content/zh/docs/DatabaseReference/GAUSS-01821----GAUSS-01830.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-01821----GAUSS-01830.md
rename to content/zh/docs/DatabaseReference/GAUSS-01821----GAUSS-01830.md
index 41dbeec51ab76bd3f7b4814ab45620da6d06098b..ceddd394152818d48ad4de72084b9aa7900ffd51 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-01821----GAUSS-01830.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-01821----GAUSS-01830.md
@@ -1,4 +1,4 @@
-# GAUSS-01821 -- GAUSS-01830
+# GAUSS-01821 -- GAUSS-01830
GAUSS-01821: "variadic parameter must be last"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-01831----GAUSS-01840.md b/content/zh/docs/DatabaseReference/GAUSS-01831----GAUSS-01840.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-01831----GAUSS-01840.md
rename to content/zh/docs/DatabaseReference/GAUSS-01831----GAUSS-01840.md
index 2d5532ca72039dab3a7734110cae868c17f20adf..f678de7433f1a0fb3cb2eeb5f1027d689ec8f59f 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-01831----GAUSS-01840.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-01831----GAUSS-01840.md
@@ -1,4 +1,4 @@
-# GAUSS-01831 -- GAUSS-01840
+# GAUSS-01831 -- GAUSS-01840
GAUSS-01831: "function '%s' is not a window function"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-01841----GAUSS-01850.md b/content/zh/docs/DatabaseReference/GAUSS-01841----GAUSS-01850.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-01841----GAUSS-01850.md
rename to content/zh/docs/DatabaseReference/GAUSS-01841----GAUSS-01850.md
index b2f0dd5d702f33c29088fb3787546250351b1cd3..737fb056ea233eaa9b6f6858cf6a33d59a96b556 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-01841----GAUSS-01850.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-01841----GAUSS-01850.md
@@ -1,4 +1,4 @@
-# GAUSS-01841 -- GAUSS-01850
+# GAUSS-01841 -- GAUSS-01850
GAUSS-01841: "conversion '%s' already exists"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-01851----GAUSS-01860.md b/content/zh/docs/DatabaseReference/GAUSS-01851----GAUSS-01860.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-01851----GAUSS-01860.md
rename to content/zh/docs/DatabaseReference/GAUSS-01851----GAUSS-01860.md
index 645d58b632acb42cd5f237f1c0abda3e4c6ad599..8e284da8b7068a6405421a3fd8126610cab600f1 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-01851----GAUSS-01860.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-01851----GAUSS-01860.md
@@ -1,4 +1,4 @@
-# GAUSS-01851 -- GAUSS-01860
+# GAUSS-01851 -- GAUSS-01860
GAUSS-01851: "invalid input parameters when searching for local index under some index"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-01861----GAUSS-01870.md b/content/zh/docs/DatabaseReference/GAUSS-01861----GAUSS-01870.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-01861----GAUSS-01870.md
rename to content/zh/docs/DatabaseReference/GAUSS-01861----GAUSS-01870.md
index 70663b7c283380de6561fba5816ae6aa344f85f2..09cd1206f3c1bbfe40d211e0f34ccf8c5de186a4 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-01861----GAUSS-01870.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-01861----GAUSS-01870.md
@@ -1,4 +1,4 @@
-# GAUSS-01861 -- GAUSS-01870
+# GAUSS-01861 -- GAUSS-01870
GAUSS-01861: "'%s' does not require a toast table"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-01871----GAUSS-01880.md b/content/zh/docs/DatabaseReference/GAUSS-01871----GAUSS-01880.md
similarity index 91%
rename from content/zh/docs/DataBaseReference/GAUSS-01871----GAUSS-01880.md
rename to content/zh/docs/DatabaseReference/GAUSS-01871----GAUSS-01880.md
index 152d2ac8b96550f3418e766b5e0407932385a0f2..542c0e3e60e34bde98a048aabb343e156ab8165d 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-01871----GAUSS-01880.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-01871----GAUSS-01880.md
@@ -1,4 +1,4 @@
-# GAUSS-01871 -- GAUSS-01880
+# GAUSS-01871 -- GAUSS-01880
GAUSS-01871: "AccessPriv node must specify privilege"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-01881----GAUSS-01890.md b/content/zh/docs/DatabaseReference/GAUSS-01881----GAUSS-01890.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-01881----GAUSS-01890.md
rename to content/zh/docs/DatabaseReference/GAUSS-01881----GAUSS-01890.md
index 1c28765d4ee5f3cf9fcd6f6ff4ff62672a122e1f..5d68fe1dbe36a4f31635f64d5014f2cc2c38e6fd 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-01881----GAUSS-01890.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-01881----GAUSS-01890.md
@@ -1,4 +1,4 @@
-# GAUSS-01881 -- GAUSS-01890
+# GAUSS-01881 -- GAUSS-01890
GAUSS-01881: "cache lookup failed for tablespace %u"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-01891----GAUSS-01900.md b/content/zh/docs/DatabaseReference/GAUSS-01891----GAUSS-01900.md
similarity index 94%
rename from content/zh/docs/DataBaseReference/GAUSS-01891----GAUSS-01900.md
rename to content/zh/docs/DatabaseReference/GAUSS-01891----GAUSS-01900.md
index d40638caca3799200b24bb4434c48c17832f675c..0090487aa3b33a7005e7e9b8349bb0f893a73539 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-01891----GAUSS-01900.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-01891----GAUSS-01900.md
@@ -1,4 +1,4 @@
-# GAUSS-01891 -- GAUSS-01900
+# GAUSS-01891 -- GAUSS-01900
GAUSS-01891: "database with OID %u does not exist"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-01901----GAUSS-01910.md b/content/zh/docs/DatabaseReference/GAUSS-01901----GAUSS-01910.md
similarity index 83%
rename from content/zh/docs/DataBaseReference/GAUSS-01901----GAUSS-01910.md
rename to content/zh/docs/DatabaseReference/GAUSS-01901----GAUSS-01910.md
index b5d185ad1e55dabf4433adbf42240139dd93aace..a9b53f84a40ff42a3e0db985cb22f8716bc4953c 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-01901----GAUSS-01910.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-01901----GAUSS-01910.md
@@ -1,4 +1,4 @@
-# GAUSS-01901 -- GAUSS-01910
+# GAUSS-01901 -- GAUSS-01910
GAUSS-01901: "language with OID %u does not exist"
@@ -40,13 +40,13 @@ SQLSTATE: 42704
解决办法:检查pg\_collation系统表中所有的conversion。
-GAUSS-01908: "ExtensionReference with OID %u does not exist"
+GAUSS-01908: "Extension with OID %u does not exist"
SQLSTATE: 42704
-错误原因:在检查用户权限时,发现不存在对应的ExtensionReference。
+错误原因:在检查用户权限时,发现不存在对应的Extension。
-解决办法:检查pg\_ExtensionReference系统表中所有的ExtensionReference。
+解决办法:检查pg\_Extension系统表中所有的Extension。
GAUSS-01909: "relation '%s' has relchecks = 0"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-01901----GAUSS-02000.md b/content/zh/docs/DatabaseReference/GAUSS-01901----GAUSS-02000.md
similarity index 90%
rename from content/zh/docs/DataBaseReference/GAUSS-01901----GAUSS-02000.md
rename to content/zh/docs/DatabaseReference/GAUSS-01901----GAUSS-02000.md
index 9f4ce4a6447860a62607b9cdc93c54cecbe2fccb..b20c614a413077db0567506538a011a4ec3e115c 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-01901----GAUSS-02000.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-01901----GAUSS-02000.md
@@ -1,4 +1,4 @@
-# GAUSS-01901 -- GAUSS-02000
+# GAUSS-01901 -- GAUSS-02000
- **[GAUSS-01901 -- GAUSS-01910]({{}})**
diff --git a/content/zh/docs/DataBaseReference/GAUSS-01911----GAUSS-01920.md b/content/zh/docs/DatabaseReference/GAUSS-01911----GAUSS-01920.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-01911----GAUSS-01920.md
rename to content/zh/docs/DatabaseReference/GAUSS-01911----GAUSS-01920.md
index adc1d62e51865805d9f3ff4abd61c5e5b6d1f493..dd65a9f2250b9a528edbfb623b5a1c23a4cd674f 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-01911----GAUSS-01920.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-01911----GAUSS-01920.md
@@ -1,4 +1,4 @@
-# GAUSS-01911 -- GAUSS-01920
+# GAUSS-01911 -- GAUSS-01920
GAUSS-01911: "constraint '%s' for domain %s already exists"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-01921----GAUSS-01930.md b/content/zh/docs/DatabaseReference/GAUSS-01921----GAUSS-01930.md
similarity index 94%
rename from content/zh/docs/DataBaseReference/GAUSS-01921----GAUSS-01930.md
rename to content/zh/docs/DatabaseReference/GAUSS-01921----GAUSS-01930.md
index 489bf59453c1b9ca6ed3be6c94c8c081c0b29f3c..25eaf184791f2c0d8894396d2d6202bd7aee15de 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-01921----GAUSS-01930.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-01921----GAUSS-01930.md
@@ -1,4 +1,4 @@
-# GAUSS-01921 -- GAUSS-01930
+# GAUSS-01921 -- GAUSS-01930
GAUSS-01921: "return type of transition function %s is not %s"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-01931----GAUSS-01940.md b/content/zh/docs/DatabaseReference/GAUSS-01931----GAUSS-01940.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-01931----GAUSS-01940.md
rename to content/zh/docs/DatabaseReference/GAUSS-01931----GAUSS-01940.md
index 05b9870520259ef6210639498fc73b5e2f7abcd0..93df74722c69e0e1a5ceef6a960afeccc0e2faf6 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-01931----GAUSS-01940.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-01931----GAUSS-01940.md
@@ -1,4 +1,4 @@
-# GAUSS-01931 -- GAUSS-01940
+# GAUSS-01931 -- GAUSS-01940
GAUSS-01931: "cannot drop %s because other objects depend on it"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-01941----GAUSS-01950.md b/content/zh/docs/DatabaseReference/GAUSS-01941----GAUSS-01950.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-01941----GAUSS-01950.md
rename to content/zh/docs/DatabaseReference/GAUSS-01941----GAUSS-01950.md
index 5b65648b843bcace07e9a29e9f60e71d561e9459..bc1dc4d4e399d166493f85869ca26d63bbe32eae 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-01941----GAUSS-01950.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-01941----GAUSS-01950.md
@@ -1,4 +1,4 @@
-# GAUSS-01941 -- GAUSS-01950
+# GAUSS-01941 -- GAUSS-01950
GAUSS-01942: "too few entries in colnames list"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-01951----GAUSS-01960.md b/content/zh/docs/DatabaseReference/GAUSS-01951----GAUSS-01960.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-01951----GAUSS-01960.md
rename to content/zh/docs/DatabaseReference/GAUSS-01951----GAUSS-01960.md
index 6ee7c2101d76bf5d679133a44eafe3c152aa267e..6b26c8ef3c72f7fe0673f668b7251a90ff505686 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-01951----GAUSS-01960.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-01951----GAUSS-01960.md
@@ -1,4 +1,4 @@
-# GAUSS-01951 -- GAUSS-01960
+# GAUSS-01951 -- GAUSS-01960
GAUSS-01951: "could not find tuple for partition %u"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-01961----GAUSS-01970.md b/content/zh/docs/DatabaseReference/GAUSS-01961----GAUSS-01970.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-01961----GAUSS-01970.md
rename to content/zh/docs/DatabaseReference/GAUSS-01961----GAUSS-01970.md
index 1822ec35417ea966e255f7d5786e63191dcd9e33..5b43f04b2169ce4825960b2dbc80e3115c6f8abf 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-01961----GAUSS-01970.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-01961----GAUSS-01970.md
@@ -1,4 +1,4 @@
-# GAUSS-01961 -- GAUSS-01970
+# GAUSS-01961 -- GAUSS-01970
GAUSS-01961: "invalid enum label '%s'"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-01971----GAUSS-01980.md b/content/zh/docs/DatabaseReference/GAUSS-01971----GAUSS-01980.md
similarity index 87%
rename from content/zh/docs/DataBaseReference/GAUSS-01971----GAUSS-01980.md
rename to content/zh/docs/DatabaseReference/GAUSS-01971----GAUSS-01980.md
index 9f8b3eb48c069a42e8fe04a19c74307f4b0afbb9..7c1be3110d770e03a0c563b33b03fe03c4d3d909 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-01971----GAUSS-01980.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-01971----GAUSS-01980.md
@@ -1,4 +1,4 @@
-# GAUSS-01971 -- GAUSS-01980
+# GAUSS-01971 -- GAUSS-01980
GAUSS-01973: "could not stat file or directory '%s': %m"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-01981----GAUSS-01990.md b/content/zh/docs/DatabaseReference/GAUSS-01981----GAUSS-01990.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-01981----GAUSS-01990.md
rename to content/zh/docs/DatabaseReference/GAUSS-01981----GAUSS-01990.md
index 779cd20fcc683a2e5aeba4ab36d14329605e07c2..f6fe581048ac584abd147f73e0a31cb1778f9fec 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-01981----GAUSS-01990.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-01981----GAUSS-01990.md
@@ -1,4 +1,4 @@
-# GAUSS-01981 -- GAUSS-01990
+# GAUSS-01981 -- GAUSS-01990
GAUSS-01983: "cannot continue WAL streaming, recovery has already ended"
diff --git a/content/zh/docs/DatabaseReference/GAUSS-01991----GAUSS-02000.md b/content/zh/docs/DatabaseReference/GAUSS-01991----GAUSS-02000.md
new file mode 100644
index 0000000000000000000000000000000000000000..ff4a63cf5d4c62345fcc677c3c0117572f0db5ca
--- /dev/null
+++ b/content/zh/docs/DatabaseReference/GAUSS-01991----GAUSS-02000.md
@@ -0,0 +1,2 @@
+# GAUSS-01991 -- GAUSS-02000
+
diff --git a/content/zh/docs/DatabaseReference/GAUSS-02001----GAUSS-02010.md b/content/zh/docs/DatabaseReference/GAUSS-02001----GAUSS-02010.md
new file mode 100644
index 0000000000000000000000000000000000000000..ee7e7d692ae14677b9e55fd4e9bfffde12156bda
--- /dev/null
+++ b/content/zh/docs/DatabaseReference/GAUSS-02001----GAUSS-02010.md
@@ -0,0 +1,2 @@
+# GAUSS-02001 -- GAUSS-02010
+
diff --git a/content/zh/docs/DataBaseReference/GAUSS-02001----GAUSS-02100.md b/content/zh/docs/DatabaseReference/GAUSS-02001----GAUSS-02100.md
similarity index 90%
rename from content/zh/docs/DataBaseReference/GAUSS-02001----GAUSS-02100.md
rename to content/zh/docs/DatabaseReference/GAUSS-02001----GAUSS-02100.md
index 143f8f5b58b572c5dbbcdad54ba3437229f8b465..4567868e20c37cfd3ffec5e9f84c4514f6e8a582 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-02001----GAUSS-02100.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-02001----GAUSS-02100.md
@@ -1,4 +1,4 @@
-# GAUSS-02001 -- GAUSS-02100
+# GAUSS-02001 -- GAUSS-02100
- **[GAUSS-02001 -- GAUSS-02010]({{}})**
diff --git a/content/zh/docs/DataBaseReference/GAUSS-02011----GAUSS-02020.md b/content/zh/docs/DatabaseReference/GAUSS-02011----GAUSS-02020.md
similarity index 91%
rename from content/zh/docs/DataBaseReference/GAUSS-02011----GAUSS-02020.md
rename to content/zh/docs/DatabaseReference/GAUSS-02011----GAUSS-02020.md
index ecbe99e1324b225b548646e1af11cff739cc296b..e634f4c38602e197c67aab4e51f305e9afc35689 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-02011----GAUSS-02020.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-02011----GAUSS-02020.md
@@ -1,4 +1,4 @@
-# GAUSS-02011 -- GAUSS-02020
+# GAUSS-02011 -- GAUSS-02020
GAUSS-02015: "select\(\) failed: %m"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-02021----GAUSS-02030.md b/content/zh/docs/DatabaseReference/GAUSS-02021----GAUSS-02030.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-02021----GAUSS-02030.md
rename to content/zh/docs/DatabaseReference/GAUSS-02021----GAUSS-02030.md
index e152d6fb382cb586279d23b5bfab1b3206b520c6..8c825561ec06df662dcfdf61624c8224b09bac6d 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-02021----GAUSS-02030.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-02021----GAUSS-02030.md
@@ -1,4 +1,4 @@
-# GAUSS-02021 -- GAUSS-02030
+# GAUSS-02021 -- GAUSS-02030
GAUSS-02022: "rm xlog comand is not from primary,peer\_role=%d"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-02031----GAUSS-02040.md b/content/zh/docs/DatabaseReference/GAUSS-02031----GAUSS-02040.md
similarity index 85%
rename from content/zh/docs/DataBaseReference/GAUSS-02031----GAUSS-02040.md
rename to content/zh/docs/DatabaseReference/GAUSS-02031----GAUSS-02040.md
index 6292ee104ae73ed2cea859f5d82ce0fcf6cff0eb..2b355615a50c70be5d39e2b8f016ec081a8a40db 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-02031----GAUSS-02040.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-02031----GAUSS-02040.md
@@ -1,4 +1,4 @@
-# GAUSS-02031 -- GAUSS-02040
+# GAUSS-02031 -- GAUSS-02040
GAUSS-02032: "syntax error: unexpected character '%s'"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-02041----GAUSS-02050.md b/content/zh/docs/DatabaseReference/GAUSS-02041----GAUSS-02050.md
similarity index 67%
rename from content/zh/docs/DataBaseReference/GAUSS-02041----GAUSS-02050.md
rename to content/zh/docs/DatabaseReference/GAUSS-02041----GAUSS-02050.md
index a1742bcd3f05b1d185dcef9cafb5f2d91f7427ff..820b5bd3f32825101266c01adf396d42347598b3 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-02041----GAUSS-02050.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-02041----GAUSS-02050.md
@@ -1,4 +1,4 @@
-# GAUSS-02041 -- GAUSS-02050
+# GAUSS-02041 -- GAUSS-02050
GAUSS-02041: "could not fsync file '%s': %m"
diff --git a/content/zh/docs/DatabaseReference/GAUSS-02051----GAUSS-02060.md b/content/zh/docs/DatabaseReference/GAUSS-02051----GAUSS-02060.md
new file mode 100644
index 0000000000000000000000000000000000000000..b8761fb3c7c60a039049b0094c3202717e3c261c
--- /dev/null
+++ b/content/zh/docs/DatabaseReference/GAUSS-02051----GAUSS-02060.md
@@ -0,0 +1,2 @@
+# GAUSS-02051 -- GAUSS-02060
+
diff --git a/content/zh/docs/DataBaseReference/GAUSS-02061----GAUSS-02070.md b/content/zh/docs/DatabaseReference/GAUSS-02061----GAUSS-02070.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-02061----GAUSS-02070.md
rename to content/zh/docs/DatabaseReference/GAUSS-02061----GAUSS-02070.md
index 407db3aede951064c345c12ea870655e5db4dbaa..df58f918a73e3a324fe20a45148765684d1d5e0c 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-02061----GAUSS-02070.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-02061----GAUSS-02070.md
@@ -1,4 +1,4 @@
-# GAUSS-02061 -- GAUSS-02070
+# GAUSS-02061 -- GAUSS-02070
GAUSS-02063: "cannot continue Data streaming, recovery has already ended"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-02071----GAUSS-02080.md b/content/zh/docs/DatabaseReference/GAUSS-02071----GAUSS-02080.md
similarity index 87%
rename from content/zh/docs/DataBaseReference/GAUSS-02071----GAUSS-02080.md
rename to content/zh/docs/DatabaseReference/GAUSS-02071----GAUSS-02080.md
index f8a35a12d7ac0ed52b0ab4403a79c8094c0be596..be779c1035395423ab8113cee31a413427de5e25 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-02071----GAUSS-02080.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-02071----GAUSS-02080.md
@@ -1,4 +1,4 @@
-# GAUSS-02071 -- GAUSS-02080
+# GAUSS-02071 -- GAUSS-02080
GAUSS-02077: "incomplete Bitmapset structure"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-02081----GAUSS-02090.md b/content/zh/docs/DatabaseReference/GAUSS-02081----GAUSS-02090.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-02081----GAUSS-02090.md
rename to content/zh/docs/DatabaseReference/GAUSS-02081----GAUSS-02090.md
index 9bcfeed72d5895f89339f4671c6b08f67ffd7ac1..c26aa826972aa6cc452dfe3537984d07aec50f92 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-02081----GAUSS-02090.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-02081----GAUSS-02090.md
@@ -1,4 +1,4 @@
-# GAUSS-02081 -- GAUSS-02090
+# GAUSS-02081 -- GAUSS-02090
GAUSS-02081: "unrecognized boolop '%.\*s'"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-02091----GAUSS-02100.md b/content/zh/docs/DatabaseReference/GAUSS-02091----GAUSS-02100.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-02091----GAUSS-02100.md
rename to content/zh/docs/DatabaseReference/GAUSS-02091----GAUSS-02100.md
index a7c8552609317b6ce4a49d1a95ee726abddcea9a..120f37cc9096190b6028e3d7786ef01b707f1a16 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-02091----GAUSS-02100.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-02091----GAUSS-02100.md
@@ -1,4 +1,4 @@
-# GAUSS-02091 -- GAUSS-02100
+# GAUSS-02091 -- GAUSS-02100
GAUSS-02091: "unrecognized OID: '%.\*s'"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-02101----GAUSS-02110.md b/content/zh/docs/DatabaseReference/GAUSS-02101----GAUSS-02110.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-02101----GAUSS-02110.md
rename to content/zh/docs/DatabaseReference/GAUSS-02101----GAUSS-02110.md
index 3462ab3bad9e2bc65bc1e321ca6532fdad7c320a..0834d79f9fe850901ab9678a4d998790c2ab950d 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-02101----GAUSS-02110.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-02101----GAUSS-02110.md
@@ -1,4 +1,4 @@
-# GAUSS-02101 -- GAUSS-02110
+# GAUSS-02101 -- GAUSS-02110
GAUSS-02101: "Invalid RTE found."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-02101----GAUSS-02200.md b/content/zh/docs/DatabaseReference/GAUSS-02101----GAUSS-02200.md
similarity index 90%
rename from content/zh/docs/DataBaseReference/GAUSS-02101----GAUSS-02200.md
rename to content/zh/docs/DatabaseReference/GAUSS-02101----GAUSS-02200.md
index 3c869834719f0569db2ba465ff27b3c8cdc2a9b5..273f2f75d42316ec95302cee67be82209fea4595 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-02101----GAUSS-02200.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-02101----GAUSS-02200.md
@@ -1,4 +1,4 @@
-# GAUSS-02101 -- GAUSS-02200
+# GAUSS-02101 -- GAUSS-02200
- **[GAUSS-02101 -- GAUSS-02110]({{}})**
diff --git a/content/zh/docs/DataBaseReference/GAUSS-02111----GAUSS-02120.md b/content/zh/docs/DatabaseReference/GAUSS-02111----GAUSS-02120.md
similarity index 91%
rename from content/zh/docs/DataBaseReference/GAUSS-02111----GAUSS-02120.md
rename to content/zh/docs/DatabaseReference/GAUSS-02111----GAUSS-02120.md
index bdd819e85dd84adac544c5ef21addeac345e6fbd..15f9618742d368647968a887fbf3bb13b8307d24 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-02111----GAUSS-02120.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-02111----GAUSS-02120.md
@@ -1,4 +1,4 @@
-# GAUSS-02111 -- GAUSS-02120
+# GAUSS-02111 -- GAUSS-02120
GAUSS-02111: "no open relation to close"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-02121----GAUSS-02130.md b/content/zh/docs/DatabaseReference/GAUSS-02121----GAUSS-02130.md
similarity index 87%
rename from content/zh/docs/DataBaseReference/GAUSS-02121----GAUSS-02130.md
rename to content/zh/docs/DatabaseReference/GAUSS-02121----GAUSS-02130.md
index bfa8e2efcb2feab5c13a85361f4089a3115b7ee9..177ac2972eb56e290a5fa76c4e7a0c153be4f295 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-02121----GAUSS-02130.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-02121----GAUSS-02130.md
@@ -1,4 +1,4 @@
-# GAUSS-02121 -- GAUSS-02130
+# GAUSS-02121 -- GAUSS-02130
GAUSS-02124: "Bucket id\(%d:%d\) out of range."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-02131----GAUSS-02140.md b/content/zh/docs/DatabaseReference/GAUSS-02131----GAUSS-02140.md
similarity index 89%
rename from content/zh/docs/DataBaseReference/GAUSS-02131----GAUSS-02140.md
rename to content/zh/docs/DatabaseReference/GAUSS-02131----GAUSS-02140.md
index df2863ce317be23a603c00624ef61ed36f68df7d..a27ab7449c5f771dfd2d0a70ad87c8546d47f778 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-02131----GAUSS-02140.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-02131----GAUSS-02140.md
@@ -1,4 +1,4 @@
-# GAUSS-02131 -- GAUSS-02140
+# GAUSS-02131 -- GAUSS-02140
GAUSS-02135: "PGXC Group %s: group not defined"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-02141----GAUSS-02150.md b/content/zh/docs/DatabaseReference/GAUSS-02141----GAUSS-02150.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-02141----GAUSS-02150.md
rename to content/zh/docs/DatabaseReference/GAUSS-02141----GAUSS-02150.md
index a84c2cbc0a59bfe6a254008971eb43d90b8e6cdd..6c2411778edb5d386bd0a2231e321d929dcaf1ed 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-02141----GAUSS-02150.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-02141----GAUSS-02150.md
@@ -1,4 +1,4 @@
-# GAUSS-02141 -- GAUSS-02150
+# GAUSS-02141 -- GAUSS-02150
GAUSS-02141: "port1 value is out of range"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-02151----GAUSS-02160.md b/content/zh/docs/DatabaseReference/GAUSS-02151----GAUSS-02160.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-02151----GAUSS-02160.md
rename to content/zh/docs/DatabaseReference/GAUSS-02151----GAUSS-02160.md
index 384057a498c5afd1cadb7e494bfb745f8b625e4d..65da49be7f113753ffbea026001b528b3e3343cb 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-02151----GAUSS-02160.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-02151----GAUSS-02160.md
@@ -1,4 +1,4 @@
-# GAUSS-02151 -- GAUSS-02160
+# GAUSS-02151 -- GAUSS-02160
GAUSS-02152: "Node name '%s' is too long"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-02161----GAUSS-02170.md b/content/zh/docs/DatabaseReference/GAUSS-02161----GAUSS-02170.md
similarity index 80%
rename from content/zh/docs/DataBaseReference/GAUSS-02161----GAUSS-02170.md
rename to content/zh/docs/DatabaseReference/GAUSS-02161----GAUSS-02170.md
index 8f1fed4fac3b81497223f1d786b5454e8a03b253..da222f40e94623a530eaf6b9e2eb8c53a6d5e7fe 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-02161----GAUSS-02170.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-02161----GAUSS-02170.md
@@ -1,4 +1,4 @@
-# GAUSS-02161 -- GAUSS-02170
+# GAUSS-02161 -- GAUSS-02170
GAUSS-02161: "PGXC Node %s: cannot drop local node"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-02171----GAUSS-02180.md b/content/zh/docs/DatabaseReference/GAUSS-02171----GAUSS-02180.md
similarity index 87%
rename from content/zh/docs/DataBaseReference/GAUSS-02171----GAUSS-02180.md
rename to content/zh/docs/DatabaseReference/GAUSS-02171----GAUSS-02180.md
index 113161fb99cd2f3fe3c30c916441cf9c17e361cf..0f523b1f1bed018b6cdf4e5758721adbeecc7ee7 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-02171----GAUSS-02180.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-02171----GAUSS-02180.md
@@ -1,4 +1,4 @@
-# GAUSS-02171 -- GAUSS-02180
+# GAUSS-02171 -- GAUSS-02180
GAUSS-02177: "pool manager only supports UNIX socket"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-02181----GAUSS-02190.md b/content/zh/docs/DatabaseReference/GAUSS-02181----GAUSS-02190.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-02181----GAUSS-02190.md
rename to content/zh/docs/DatabaseReference/GAUSS-02181----GAUSS-02190.md
index d3b3669d767b7125d83da8251d422200fe228eac..71c5da3214d1577d303f660578743d0a24d1e7e0 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-02181----GAUSS-02190.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-02181----GAUSS-02190.md
@@ -1,4 +1,4 @@
-# GAUSS-02181 -- GAUSS-02190
+# GAUSS-02181 -- GAUSS-02190
GAUSS-02181: "pooler failed to send res: %m"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-02191----GAUSS-02200.md b/content/zh/docs/DatabaseReference/GAUSS-02191----GAUSS-02200.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-02191----GAUSS-02200.md
rename to content/zh/docs/DatabaseReference/GAUSS-02191----GAUSS-02200.md
index c869bc4a1afe546f4a708ef0c73f4c5aca7e8d1d..22ea7a3386dfab5e8bff83bd08e73c9f9a8b942d 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-02191----GAUSS-02200.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-02191----GAUSS-02200.md
@@ -1,4 +1,4 @@
-# GAUSS-02191 -- GAUSS-02200
+# GAUSS-02191 -- GAUSS-02200
GAUSS-02191: "Unexpected response from the Datanodes for 'H' message, current request type %d"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-02201----GAUSS-02210.md b/content/zh/docs/DatabaseReference/GAUSS-02201----GAUSS-02210.md
similarity index 87%
rename from content/zh/docs/DataBaseReference/GAUSS-02201----GAUSS-02210.md
rename to content/zh/docs/DatabaseReference/GAUSS-02201----GAUSS-02210.md
index a2f3cf1659c9f9aaa4eaf6aa55a3803fc7508ced..a827e6b47a4f364d8abc8dd7675a2629e02beedd 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-02201----GAUSS-02210.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-02201----GAUSS-02210.md
@@ -1,4 +1,4 @@
-# GAUSS-02201 -- GAUSS-02210
+# GAUSS-02201 -- GAUSS-02210
GAUSS-02202: "Failed to PREPARE the transaction on one or more nodes"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-02201----GAUSS-02300.md b/content/zh/docs/DatabaseReference/GAUSS-02201----GAUSS-02300.md
similarity index 90%
rename from content/zh/docs/DataBaseReference/GAUSS-02201----GAUSS-02300.md
rename to content/zh/docs/DatabaseReference/GAUSS-02201----GAUSS-02300.md
index 9bccde09979645a2a53ce85064add0d354919808..09c52abe068436da910a4e5bd5fbda9ab8bc0cd5 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-02201----GAUSS-02300.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-02201----GAUSS-02300.md
@@ -1,4 +1,4 @@
-# GAUSS-02201 -- GAUSS-02300
+# GAUSS-02201 -- GAUSS-02300
- **[GAUSS-02201 -- GAUSS-02210]({{}})**
diff --git a/content/zh/docs/DataBaseReference/GAUSS-02211----GAUSS-02220.md b/content/zh/docs/DatabaseReference/GAUSS-02211----GAUSS-02220.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-02211----GAUSS-02220.md
rename to content/zh/docs/DatabaseReference/GAUSS-02211----GAUSS-02220.md
index 4de218304fa268bd44641d997f3b28d696efc5af..f9e24a3a039c0444b1b2b89ba469aeb8d53bd06c 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-02211----GAUSS-02220.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-02211----GAUSS-02220.md
@@ -1,4 +1,4 @@
-# GAUSS-02211 -- GAUSS-02220
+# GAUSS-02211 -- GAUSS-02220
GAUSS-02211: "cannot run transaction to remote nodes during recovery"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-02221----GAUSS-02230.md b/content/zh/docs/DatabaseReference/GAUSS-02221----GAUSS-02230.md
similarity index 90%
rename from content/zh/docs/DataBaseReference/GAUSS-02221----GAUSS-02230.md
rename to content/zh/docs/DatabaseReference/GAUSS-02221----GAUSS-02230.md
index cc7e1c3cf6c7750cbfc218ab2b53fd4d8e710d3a..0f67f152be496f918ecfff65be75b92e6405f393 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-02221----GAUSS-02230.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-02221----GAUSS-02230.md
@@ -1,4 +1,4 @@
-# GAUSS-02221 -- GAUSS-02230
+# GAUSS-02221 -- GAUSS-02230
GAUSS-02221: "Could not begin transaction on Datanodes"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-02231----GAUSS-02240.md b/content/zh/docs/DatabaseReference/GAUSS-02231----GAUSS-02240.md
similarity index 91%
rename from content/zh/docs/DataBaseReference/GAUSS-02231----GAUSS-02240.md
rename to content/zh/docs/DatabaseReference/GAUSS-02231----GAUSS-02240.md
index f1789c19f95fc702091c589c2b42a9987fa64147..9b943592cbfd15df3c592ee5c7006a276efdce15 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-02231----GAUSS-02240.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-02231----GAUSS-02240.md
@@ -1,4 +1,4 @@
-# GAUSS-02231 -- GAUSS-02240
+# GAUSS-02231 -- GAUSS-02240
GAUSS-02232: "pgxc\_pool\_reload cannot run inside a transaction block"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-02241----GAUSS-02250.md b/content/zh/docs/DatabaseReference/GAUSS-02241----GAUSS-02250.md
similarity index 88%
rename from content/zh/docs/DataBaseReference/GAUSS-02241----GAUSS-02250.md
rename to content/zh/docs/DatabaseReference/GAUSS-02241----GAUSS-02250.md
index f4a955bfdf0596190b1948d0c4bbe331987c6298..a76db7fb75b18c4561b76d542210cec392193197 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-02241----GAUSS-02250.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-02241----GAUSS-02250.md
@@ -1,4 +1,4 @@
-# GAUSS-02241 -- GAUSS-02250
+# GAUSS-02241 -- GAUSS-02250
GAUSS-02241: "CREATE BARRIER PREPARE command failed with error %s"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-02251----GAUSS-02260.md b/content/zh/docs/DatabaseReference/GAUSS-02251----GAUSS-02260.md
similarity index 89%
rename from content/zh/docs/DataBaseReference/GAUSS-02251----GAUSS-02260.md
rename to content/zh/docs/DatabaseReference/GAUSS-02251----GAUSS-02260.md
index dfb9469b6fd60a9ede401eef4ac8a95c86548b30..871a83910eb8325c7c2089ed930fd3d5e447cc0e 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-02251----GAUSS-02260.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-02251----GAUSS-02260.md
@@ -1,4 +1,4 @@
-# GAUSS-02251 -- GAUSS-02260
+# GAUSS-02251 -- GAUSS-02260
GAUSS-02252: "%s is not allowed in a non-volatile function"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-02261----GAUSS-02270.md b/content/zh/docs/DatabaseReference/GAUSS-02261----GAUSS-02270.md
similarity index 88%
rename from content/zh/docs/DataBaseReference/GAUSS-02261----GAUSS-02270.md
rename to content/zh/docs/DatabaseReference/GAUSS-02261----GAUSS-02270.md
index 7d72b85d412d7905f40fc0742df12217afdd6a0f..1a2a264543927ce8dac9e36c7f76e0a8eb5b4abd 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-02261----GAUSS-02270.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-02261----GAUSS-02270.md
@@ -1,4 +1,4 @@
-# GAUSS-02261 -- GAUSS-02270
+# GAUSS-02261 -- GAUSS-02270
GAUSS-02265: "BitmapOr doesn't support zero inputs"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-02271----GAUSS-02280.md b/content/zh/docs/DatabaseReference/GAUSS-02271----GAUSS-02280.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-02271----GAUSS-02280.md
rename to content/zh/docs/DatabaseReference/GAUSS-02271----GAUSS-02280.md
index 7518321e1a199322be9e7d283f4adedd3bcdac63..4aa62e8f451e7a6f3a565de2bbba249ceb861845 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-02271----GAUSS-02280.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-02271----GAUSS-02280.md
@@ -1,4 +1,4 @@
-# GAUSS-02271 -- GAUSS-02280
+# GAUSS-02271 -- GAUSS-02280
GAUSS-02271: "could not determine actual type of argument declared %s"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-02281----GAUSS-02290.md b/content/zh/docs/DatabaseReference/GAUSS-02281----GAUSS-02290.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-02281----GAUSS-02290.md
rename to content/zh/docs/DatabaseReference/GAUSS-02281----GAUSS-02290.md
index 64eab9d5395c966e2b360340397c1662d79e145e..042933d166ef86f054688c4ba2872984ce502805 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-02281----GAUSS-02290.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-02281----GAUSS-02290.md
@@ -1,4 +1,4 @@
-# GAUSS-02281 -- GAUSS-02290
+# GAUSS-02281 -- GAUSS-02290
GAUSS-02281: "unrecognized mergejoin state: %d"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-02291----GAUSS-02300.md b/content/zh/docs/DatabaseReference/GAUSS-02291----GAUSS-02300.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-02291----GAUSS-02300.md
rename to content/zh/docs/DatabaseReference/GAUSS-02291----GAUSS-02300.md
index 565605ee797ec49ecf2fb8e1fed2472202e4ccf1..e8b89007588f20495bdbf7914ffa151e1d188e03 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-02291----GAUSS-02300.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-02291----GAUSS-02300.md
@@ -1,4 +1,4 @@
-# GAUSS-02291 -- GAUSS-02300
+# GAUSS-02291 -- GAUSS-02300
GAUSS-02291: "cursor '%s' has multiple FOR UPDATE/SHARE references to table '%s'"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-02301----GAUSS-02310.md b/content/zh/docs/DatabaseReference/GAUSS-02301----GAUSS-02310.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-02301----GAUSS-02310.md
rename to content/zh/docs/DatabaseReference/GAUSS-02301----GAUSS-02310.md
index 7390bec272a7b1b419faa0eee2a9374748fc16e9..7028f9018f2f7cf732de1890ec710974952d0847 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-02301----GAUSS-02310.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-02301----GAUSS-02310.md
@@ -1,4 +1,4 @@
-# GAUSS-02301 -- GAUSS-02310
+# GAUSS-02301 -- GAUSS-02310
GAUSS-02301: "frame starting offset must not be null"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-02301----GAUSS-02400.md b/content/zh/docs/DatabaseReference/GAUSS-02301----GAUSS-02400.md
similarity index 90%
rename from content/zh/docs/DataBaseReference/GAUSS-02301----GAUSS-02400.md
rename to content/zh/docs/DatabaseReference/GAUSS-02301----GAUSS-02400.md
index 38be67ecf17b5d9693c08919450b296662fa1567..e7fc5453f5a20b00b8231b0848b188f9dcf16eb3 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-02301----GAUSS-02400.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-02301----GAUSS-02400.md
@@ -1,4 +1,4 @@
-# GAUSS-02301 -- GAUSS-02400
+# GAUSS-02301 -- GAUSS-02400
- **[GAUSS-02301 -- GAUSS-02310]({{}})**
diff --git a/content/zh/docs/DataBaseReference/GAUSS-02311----GAUSS-02320.md b/content/zh/docs/DatabaseReference/GAUSS-02311----GAUSS-02320.md
similarity index 91%
rename from content/zh/docs/DataBaseReference/GAUSS-02311----GAUSS-02320.md
rename to content/zh/docs/DatabaseReference/GAUSS-02311----GAUSS-02320.md
index fe42e3943b328e84fb7354178d8285709e161eab..62eb0b3d3d0944fbea7506bac724feb19307de49 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-02311----GAUSS-02320.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-02311----GAUSS-02320.md
@@ -1,4 +1,4 @@
-# GAUSS-02311 -- GAUSS-02320
+# GAUSS-02311 -- GAUSS-02320
GAUSS-02312: "number of array dimensions \(%d\) exceeds the maximum allowed \(%d\)"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-02321----GAUSS-02330.md b/content/zh/docs/DatabaseReference/GAUSS-02321----GAUSS-02330.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-02321----GAUSS-02330.md
rename to content/zh/docs/DatabaseReference/GAUSS-02321----GAUSS-02330.md
index 3b95032571c2ba6c2eca64965774331218802f6f..7543d0ba90df87610fa9718cc1a5d22a82bb5d7c 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-02321----GAUSS-02330.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-02321----GAUSS-02330.md
@@ -1,4 +1,4 @@
-# GAUSS-02321 -- GAUSS-02330
+# GAUSS-02321 -- GAUSS-02330
GAUSS-02322: "attribute '%s' does not exist"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-02331----GAUSS-02340.md b/content/zh/docs/DatabaseReference/GAUSS-02331----GAUSS-02340.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-02331----GAUSS-02340.md
rename to content/zh/docs/DatabaseReference/GAUSS-02331----GAUSS-02340.md
index 74d0aa8c7af8f75d620d517f4b91c8b85b89a486..484ffcc03c17f618eae208d9eeeab8394aa2f0e6 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-02331----GAUSS-02340.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-02331----GAUSS-02340.md
@@ -1,4 +1,4 @@
-# GAUSS-02331 -- GAUSS-02340
+# GAUSS-02331 -- GAUSS-02340
GAUSS-02331: "IS DISTINCT FROM does not support set arguments"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-02341----GAUSS-02350.md b/content/zh/docs/DatabaseReference/GAUSS-02341----GAUSS-02350.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-02341----GAUSS-02350.md
rename to content/zh/docs/DatabaseReference/GAUSS-02341----GAUSS-02350.md
index 14eea6e1661f9dc5ae9a9d1de5a2eab0a7d59d90..34cdd5ce0bf109d30b9d8479c5183e914c82502e 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-02341----GAUSS-02350.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-02341----GAUSS-02350.md
@@ -1,4 +1,4 @@
-# GAUSS-02341 -- GAUSS-02350
+# GAUSS-02341 -- GAUSS-02350
GAUSS-02341: "CURRENT OF cannot be executed"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-02351----GAUSS-02360.md b/content/zh/docs/DatabaseReference/GAUSS-02351----GAUSS-02360.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-02351----GAUSS-02360.md
rename to content/zh/docs/DatabaseReference/GAUSS-02351----GAUSS-02360.md
index 88af6614331c16ea534b3985bfb3baef0b09cc7f..4a0ece3ff83aff2f427c2e6d012605c713e7f0e7 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-02351----GAUSS-02360.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-02351----GAUSS-02360.md
@@ -1,4 +1,4 @@
-# GAUSS-02351 -- GAUSS-02360
+# GAUSS-02351 -- GAUSS-02360
GAUSS-02351: "cannot set parent params from subquery"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-02361----GAUSS-02370.md b/content/zh/docs/DatabaseReference/GAUSS-02361----GAUSS-02370.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-02361----GAUSS-02370.md
rename to content/zh/docs/DatabaseReference/GAUSS-02361----GAUSS-02370.md
index b9ba5ee91c69c538a701eacc65c0d38e64c1348d..dc89edaffc30584d60efbec7bb118755f42a7a15 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-02361----GAUSS-02370.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-02361----GAUSS-02370.md
@@ -1,4 +1,4 @@
-# GAUSS-02361 -- GAUSS-02370
+# GAUSS-02361 -- GAUSS-02370
GAUSS-02361: "partition table delete conflict"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-02371----GAUSS-02380.md b/content/zh/docs/DatabaseReference/GAUSS-02371----GAUSS-02380.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-02371----GAUSS-02380.md
rename to content/zh/docs/DatabaseReference/GAUSS-02371----GAUSS-02380.md
index 55788b99db3768d4917cfbb641aa3fa72d685422..88553e04069a831d2e23bd9526977f464d185488 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-02371----GAUSS-02380.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-02371----GAUSS-02380.md
@@ -1,4 +1,4 @@
-# GAUSS-02371 -- GAUSS-02380
+# GAUSS-02371 -- GAUSS-02380
GAUSS-02372: "tableoid is null when update partitioned table"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-02381----GAUSS-02390.md b/content/zh/docs/DatabaseReference/GAUSS-02381----GAUSS-02390.md
similarity index 89%
rename from content/zh/docs/DataBaseReference/GAUSS-02381----GAUSS-02390.md
rename to content/zh/docs/DatabaseReference/GAUSS-02381----GAUSS-02390.md
index 0f2803287604c04f315c83e2cecc2a41852d3f57..359a4b5fa62bc9509e16315f65e7bd045d517346 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-02381----GAUSS-02390.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-02381----GAUSS-02390.md
@@ -1,4 +1,4 @@
-# GAUSS-02381 -- GAUSS-02390
+# GAUSS-02381 -- GAUSS-02390
GAUSS-02381: "bogus index qualification"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-02391----GAUSS-02400.md b/content/zh/docs/DatabaseReference/GAUSS-02391----GAUSS-02400.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-02391----GAUSS-02400.md
rename to content/zh/docs/DatabaseReference/GAUSS-02391----GAUSS-02400.md
index 42dc8400babdead45b5ed3518e1e19f17ff63243..6d3f0889dc3b5626c5a04cbb847fbced0d3a97c5 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-02391----GAUSS-02400.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-02391----GAUSS-02400.md
@@ -1,4 +1,4 @@
-# GAUSS-02391 -- GAUSS-02400
+# GAUSS-02391 -- GAUSS-02400
GAUSS-02391: "cannot change TOAST relation '%s'"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-02401----GAUSS-02410.md b/content/zh/docs/DatabaseReference/GAUSS-02401----GAUSS-02410.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-02401----GAUSS-02410.md
rename to content/zh/docs/DatabaseReference/GAUSS-02401----GAUSS-02410.md
index c47e2b4a55bf2f9cf5900c3e483518ac59cfb2d3..a916331a183ff5ac8455f3eac2a048350bd6bd55 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-02401----GAUSS-02410.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-02401----GAUSS-02410.md
@@ -1,4 +1,4 @@
-# GAUSS-02401 -- GAUSS-02410
+# GAUSS-02401 -- GAUSS-02410
GAUSS-02401: "cannot lock rows in view '%s'"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-02401----GAUSS-02500.md b/content/zh/docs/DatabaseReference/GAUSS-02401----GAUSS-02500.md
similarity index 90%
rename from content/zh/docs/DataBaseReference/GAUSS-02401----GAUSS-02500.md
rename to content/zh/docs/DatabaseReference/GAUSS-02401----GAUSS-02500.md
index 3e4773270e83369f5b9e84c21198784c9eb5224e..82da56f46a1f5ec40c6d3ca6c259dc2b73aa07c1 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-02401----GAUSS-02500.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-02401----GAUSS-02500.md
@@ -1,4 +1,4 @@
-# GAUSS-02401 -- GAUSS-02500
+# GAUSS-02401 -- GAUSS-02500
- **[GAUSS-02401 -- GAUSS-02410]({{}})**
diff --git a/content/zh/docs/DataBaseReference/GAUSS-02411----GAUSS-02420.md b/content/zh/docs/DatabaseReference/GAUSS-02411----GAUSS-02420.md
similarity index 90%
rename from content/zh/docs/DataBaseReference/GAUSS-02411----GAUSS-02420.md
rename to content/zh/docs/DatabaseReference/GAUSS-02411----GAUSS-02420.md
index b92ba67614cfe1c9343495732d67ccc15c5238c7..3b30e72949558c5b65027995d351544693903b4d 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-02411----GAUSS-02420.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-02411----GAUSS-02420.md
@@ -1,4 +1,4 @@
-# GAUSS-02411 -- GAUSS-02420
+# GAUSS-02411 -- GAUSS-02420
GAUSS-02411: "failed to fetch tuple for EvalPlanQual recheck"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-02421----GAUSS-02430.md b/content/zh/docs/DatabaseReference/GAUSS-02421----GAUSS-02430.md
similarity index 88%
rename from content/zh/docs/DataBaseReference/GAUSS-02421----GAUSS-02430.md
rename to content/zh/docs/DatabaseReference/GAUSS-02421----GAUSS-02430.md
index 598dc7d87d180c1c72d9aeb668faa7b6f4fd899c..4ceaa304cf057ce386862ce8f5453c29db5afa85 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-02421----GAUSS-02430.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-02421----GAUSS-02430.md
@@ -1,4 +1,4 @@
-# GAUSS-02421 -- GAUSS-02430
+# GAUSS-02421 -- GAUSS-02430
GAUSS-02421: "Hash node does not support ExecProcNode call convention"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-02431----GAUSS-02440.md b/content/zh/docs/DatabaseReference/GAUSS-02431----GAUSS-02440.md
similarity index 90%
rename from content/zh/docs/DataBaseReference/GAUSS-02431----GAUSS-02440.md
rename to content/zh/docs/DatabaseReference/GAUSS-02431----GAUSS-02440.md
index 13b91f90fec6039a419f938042d2b6c1ad25e97b..750ee4c2635c1e0492fc57b06f9e3dd8ae7df3af 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-02431----GAUSS-02440.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-02431----GAUSS-02440.md
@@ -1,4 +1,4 @@
-# GAUSS-02431 -- GAUSS-02440
+# GAUSS-02431 -- GAUSS-02440
GAUSS-02434: "latch already owned"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-02441----GAUSS-02450.md b/content/zh/docs/DatabaseReference/GAUSS-02441----GAUSS-02450.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-02441----GAUSS-02450.md
rename to content/zh/docs/DatabaseReference/GAUSS-02441----GAUSS-02450.md
index 599daf278ebb7fbd8402b0b4ee392a1e8336e37f..bcf0c578e4ab435d168de7b60e10219173fbe89f 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-02441----GAUSS-02450.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-02441----GAUSS-02450.md
@@ -1,4 +1,4 @@
-# GAUSS-02441 -- GAUSS-02450
+# GAUSS-02441 -- GAUSS-02450
GAUSS-02441: "unexpected return code from WaitForMultipleObjects\(\): %lu"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-02451----GAUSS-02460.md b/content/zh/docs/DatabaseReference/GAUSS-02451----GAUSS-02460.md
similarity index 91%
rename from content/zh/docs/DataBaseReference/GAUSS-02451----GAUSS-02460.md
rename to content/zh/docs/DatabaseReference/GAUSS-02451----GAUSS-02460.md
index b2f1cb44ae669e49a7177eefd0a856a875feb520..c664cfe223d2f4192bf262744b4dc64b9bfda4e2 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-02451----GAUSS-02460.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-02451----GAUSS-02460.md
@@ -1,4 +1,4 @@
-# GAUSS-02451 -- GAUSS-02460
+# GAUSS-02451 -- GAUSS-02460
GAUSS-02451: "sem\_trywait failed: %m"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-02461----GAUSS-02470.md b/content/zh/docs/DatabaseReference/GAUSS-02461----GAUSS-02470.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-02461----GAUSS-02470.md
rename to content/zh/docs/DatabaseReference/GAUSS-02461----GAUSS-02470.md
index 360ab3b7461f0d051617325b632905b1242608a4..c16e347175e1463f1bcb67095a282f9dfdde9bea 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-02461----GAUSS-02470.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-02461----GAUSS-02470.md
@@ -1,4 +1,4 @@
-# GAUSS-02461 -- GAUSS-02470
+# GAUSS-02461 -- GAUSS-02470
GAUSS-02461: "reattaching to shared memory returned unexpected address \(got %p, expected %p\)"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-02471----GAUSS-02480.md b/content/zh/docs/DatabaseReference/GAUSS-02471----GAUSS-02480.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-02471----GAUSS-02480.md
rename to content/zh/docs/DatabaseReference/GAUSS-02471----GAUSS-02480.md
index 0599fac1ec7fe7f9aad7533236fbd56bf0d6ef83..5587ecccf1d9d8dada031dbb87476cc2b0ebac03 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-02471----GAUSS-02480.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-02471----GAUSS-02480.md
@@ -1,4 +1,4 @@
-# GAUSS-02471 -- GAUSS-02480
+# GAUSS-02471 -- GAUSS-02480
GAUSS-02471: "could not lock semaphore: error code %d"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-02481----GAUSS-02490.md b/content/zh/docs/DatabaseReference/GAUSS-02481----GAUSS-02490.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-02481----GAUSS-02490.md
rename to content/zh/docs/DatabaseReference/GAUSS-02481----GAUSS-02490.md
index a4597a823476304f9c20d8e6d1a2ae3ed69f2dcf..2f91ece5cc17ddd5a821b076e7744a608c2250df 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-02481----GAUSS-02490.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-02481----GAUSS-02490.md
@@ -1,4 +1,4 @@
-# GAUSS-02481 -- GAUSS-02490
+# GAUSS-02481 -- GAUSS-02490
GAUSS-02481: "tuplestore seek to EOF failed"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-02491----GAUSS-02500.md b/content/zh/docs/DatabaseReference/GAUSS-02491----GAUSS-02500.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-02491----GAUSS-02500.md
rename to content/zh/docs/DatabaseReference/GAUSS-02491----GAUSS-02500.md
index 9ee1c1effcf78fae127c99cd6b615fc6ac224cb6..7956fa8b67946013fc59c3d05a16ef7e7835ecd5 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-02491----GAUSS-02500.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-02491----GAUSS-02500.md
@@ -1,4 +1,4 @@
-# GAUSS-02491 -- GAUSS-02500
+# GAUSS-02491 -- GAUSS-02500
GAUSS-02491: "batchstore seek to EOF failed"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-02501----GAUSS-02510.md b/content/zh/docs/DatabaseReference/GAUSS-02501----GAUSS-02510.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-02501----GAUSS-02510.md
rename to content/zh/docs/DatabaseReference/GAUSS-02501----GAUSS-02510.md
index 9c1e23b29ac3c34084b971f18a47a3b5af86a4ba..e02ddc68935662cc74381fe482f52cb092ab88ff 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-02501----GAUSS-02510.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-02501----GAUSS-02510.md
@@ -1,4 +1,4 @@
-# GAUSS-02501 -- GAUSS-02510
+# GAUSS-02501 -- GAUSS-02510
GAUSS-02501: "could not create unique index '%s'"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-02501----GAUSS-02600.md b/content/zh/docs/DatabaseReference/GAUSS-02501----GAUSS-02600.md
similarity index 90%
rename from content/zh/docs/DataBaseReference/GAUSS-02501----GAUSS-02600.md
rename to content/zh/docs/DatabaseReference/GAUSS-02501----GAUSS-02600.md
index 1949f0bdc73bb21a3cc907528c91e5b11d41c752..b8e150b7f2e2394f9b5c176b52cd2397a756b0e4 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-02501----GAUSS-02600.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-02501----GAUSS-02600.md
@@ -1,4 +1,4 @@
-# GAUSS-02501 -- GAUSS-02600
+# GAUSS-02501 -- GAUSS-02600
- **[GAUSS-02501 -- GAUSS-02510]({{}})**
diff --git a/content/zh/docs/DataBaseReference/GAUSS-02511----GAUSS-02520.md b/content/zh/docs/DatabaseReference/GAUSS-02511----GAUSS-02520.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-02511----GAUSS-02520.md
rename to content/zh/docs/DatabaseReference/GAUSS-02511----GAUSS-02520.md
index d68984dd8fcd76b257ec6d926763c3648587a2ec..672bb265a28b3f268de3b4e47eac55de37707537 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-02511----GAUSS-02520.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-02511----GAUSS-02520.md
@@ -1,4 +1,4 @@
-# GAUSS-02511 -- GAUSS-02520
+# GAUSS-02511 -- GAUSS-02520
GAUSS-02511: "failed to initialize hash table '%s'"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-02521----GAUSS-02530.md b/content/zh/docs/DatabaseReference/GAUSS-02521----GAUSS-02530.md
similarity index 91%
rename from content/zh/docs/DataBaseReference/GAUSS-02521----GAUSS-02530.md
rename to content/zh/docs/DatabaseReference/GAUSS-02521----GAUSS-02530.md
index 9ffb1e7048105fd29dbddecd040e204ca74c6d82..4c77c3e3a488e9ea67020c620da4790f688f31dc 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-02521----GAUSS-02530.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-02521----GAUSS-02530.md
@@ -1,4 +1,4 @@
-# GAUSS-02521 -- GAUSS-02530
+# GAUSS-02521 -- GAUSS-02530
GAUSS-02521: "could not get current working directory: %m"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-02531----GAUSS-02540.md b/content/zh/docs/DatabaseReference/GAUSS-02531----GAUSS-02540.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-02531----GAUSS-02540.md
rename to content/zh/docs/DatabaseReference/GAUSS-02531----GAUSS-02540.md
index 9eb84809d0b292c7b628c55878170875c8201056..fb1310fe73aa8f5ac440252a9eebeeb37ab21425 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-02531----GAUSS-02540.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-02531----GAUSS-02540.md
@@ -1,4 +1,4 @@
-# GAUSS-02531 -- GAUSS-02540
+# GAUSS-02531 -- GAUSS-02540
GAUSS-02532: "lock file '%s' already exists"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-02541----GAUSS-02550.md b/content/zh/docs/DatabaseReference/GAUSS-02541----GAUSS-02550.md
similarity index 91%
rename from content/zh/docs/DataBaseReference/GAUSS-02541----GAUSS-02550.md
rename to content/zh/docs/DatabaseReference/GAUSS-02541----GAUSS-02550.md
index 78b7d0e3c646ec40a4d7b780e9dfd0b4b7ebdc1b..0e183568307c3ea86d467422b88c40bb89442339 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-02541----GAUSS-02550.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-02541----GAUSS-02550.md
@@ -1,4 +1,4 @@
-# GAUSS-02541 -- GAUSS-02550
+# GAUSS-02541 -- GAUSS-02550
GAUSS-02541: "database '%s' is not currently accepting connections"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-02551----GAUSS-02560.md b/content/zh/docs/DatabaseReference/GAUSS-02551----GAUSS-02560.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-02551----GAUSS-02560.md
rename to content/zh/docs/DatabaseReference/GAUSS-02551----GAUSS-02560.md
index 0bb09bb1d6a7ff565c58d8b09dda6af8d10c0f39..e80e10e5d0dc8d295dbf77982cad971483cbde5b 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-02551----GAUSS-02560.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-02551----GAUSS-02560.md
@@ -1,4 +1,4 @@
-# GAUSS-02551 -- GAUSS-02560
+# GAUSS-02551 -- GAUSS-02560
GAUSS-02551: "database %u does not exist"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-02561----GAUSS-02570.md b/content/zh/docs/DatabaseReference/GAUSS-02561----GAUSS-02570.md
similarity index 91%
rename from content/zh/docs/DataBaseReference/GAUSS-02561----GAUSS-02570.md
rename to content/zh/docs/DatabaseReference/GAUSS-02561----GAUSS-02570.md
index 71a6341682a231a43033c8b8729bf210cfdee512..35321575b7ec62861c0360a4b26f44c321753525 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-02561----GAUSS-02570.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-02561----GAUSS-02570.md
@@ -1,4 +1,4 @@
-# GAUSS-02561 -- GAUSS-02570
+# GAUSS-02561 -- GAUSS-02570
GAUSS-02563: "invalid macro name in dynamic library path: %s"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-02571----GAUSS-02580.md b/content/zh/docs/DatabaseReference/GAUSS-02571----GAUSS-02580.md
similarity index 88%
rename from content/zh/docs/DataBaseReference/GAUSS-02571----GAUSS-02580.md
rename to content/zh/docs/DatabaseReference/GAUSS-02571----GAUSS-02580.md
index 650b2403ff67234f637fed4bcee643472b1c001d..bf8db2401301b2b32667e77aafe1fb6192ff5a07 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-02571----GAUSS-02580.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-02571----GAUSS-02580.md
@@ -1,4 +1,4 @@
-# GAUSS-02571 -- GAUSS-02580
+# GAUSS-02571 -- GAUSS-02580
GAUSS-02572: "number of aliases does not match number of columns"
@@ -16,7 +16,7 @@ SQLSTATE: 42804
解决办法:请提供列的别名。
-GAUSS-02574: "could not determine row AboutopenGauss for function returning record"
+GAUSS-02574: "could not determine row Description for function returning record"
SQLSTATE: 42804
diff --git a/content/zh/docs/DataBaseReference/GAUSS-02581----GAUSS-02590.md b/content/zh/docs/DatabaseReference/GAUSS-02581----GAUSS-02590.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-02581----GAUSS-02590.md
rename to content/zh/docs/DatabaseReference/GAUSS-02581----GAUSS-02590.md
index 79a151061664dab0cbe64107ce68dbc7b1e0a979..2e5b2637e86f5bb542a82383cdda0b04a54e0070 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-02581----GAUSS-02590.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-02581----GAUSS-02590.md
@@ -1,4 +1,4 @@
-# GAUSS-02581 -- GAUSS-02590
+# GAUSS-02581 -- GAUSS-02590
GAUSS-02581: "function %u has too many arguments \(%d, maximum is %d\)"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-02591----GAUSS-02600.md b/content/zh/docs/DatabaseReference/GAUSS-02591----GAUSS-02600.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-02591----GAUSS-02600.md
rename to content/zh/docs/DatabaseReference/GAUSS-02591----GAUSS-02600.md
index 56200f04fe5dcc700c0924d511c2328d037a6906..d08cc1641df2096484f8c38b9e70394ad74e5284 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-02591----GAUSS-02600.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-02591----GAUSS-02600.md
@@ -1,4 +1,4 @@
-# GAUSS-02591 -- GAUSS-02600
+# GAUSS-02591 -- GAUSS-02600
GAUSS-02591: "catcache reference %p is not owned by resource owner %s"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-02601----GAUSS-02610.md b/content/zh/docs/DatabaseReference/GAUSS-02601----GAUSS-02610.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-02601----GAUSS-02610.md
rename to content/zh/docs/DatabaseReference/GAUSS-02601----GAUSS-02610.md
index 0ce626021ad923aa18d56b9cfa3a28916191ed01..e7be30cc06f0baa23fe543f37c2f04f8184c159e 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-02601----GAUSS-02610.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-02601----GAUSS-02610.md
@@ -1,4 +1,4 @@
-# GAUSS-02601 -- GAUSS-02610
+# GAUSS-02601 -- GAUSS-02610
GAUSS-02601: "invalid source encoding ID: %d"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-02601----GAUSS-02700.md b/content/zh/docs/DatabaseReference/GAUSS-02601----GAUSS-02700.md
similarity index 90%
rename from content/zh/docs/DataBaseReference/GAUSS-02601----GAUSS-02700.md
rename to content/zh/docs/DatabaseReference/GAUSS-02601----GAUSS-02700.md
index 70663a7c630a5893637311bd5fae0949dd281c18..1fb36c2564b3a4fdd25ebbb8668c28332566c156 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-02601----GAUSS-02700.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-02601----GAUSS-02700.md
@@ -1,4 +1,4 @@
-# GAUSS-02601 -- GAUSS-02700
+# GAUSS-02601 -- GAUSS-02700
- **[GAUSS-02601 -- GAUSS-02610]({{}})**
diff --git a/content/zh/docs/DataBaseReference/GAUSS-02611----GAUSS-02620.md b/content/zh/docs/DatabaseReference/GAUSS-02611----GAUSS-02620.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-02611----GAUSS-02620.md
rename to content/zh/docs/DatabaseReference/GAUSS-02611----GAUSS-02620.md
index c24fd1683c525878192a0a04c54ed5d94e45b079..2df57d7326ba0102121442c9fecd44303a5f843b 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-02611----GAUSS-02620.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-02611----GAUSS-02620.md
@@ -1,4 +1,4 @@
-# GAUSS-02611 -- GAUSS-02620
+# GAUSS-02611 -- GAUSS-02620
GAUSS-02611: "out of memory"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-02621----GAUSS-02630.md b/content/zh/docs/DatabaseReference/GAUSS-02621----GAUSS-02630.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-02621----GAUSS-02630.md
rename to content/zh/docs/DatabaseReference/GAUSS-02621----GAUSS-02630.md
index 7b552e245e452776757c4d882fd8ba2c238ce982..790504c4b42b085f4626fb84419630b7801db8a2 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-02621----GAUSS-02630.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-02621----GAUSS-02630.md
@@ -1,4 +1,4 @@
-# GAUSS-02621 -- GAUSS-02630
+# GAUSS-02621 -- GAUSS-02630
GAUSS-02621: "portal already pinned"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-02631----GAUSS-02640.md b/content/zh/docs/DatabaseReference/GAUSS-02631----GAUSS-02640.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-02631----GAUSS-02640.md
rename to content/zh/docs/DatabaseReference/GAUSS-02631----GAUSS-02640.md
index 3b1b3d26305a7adc924ac7a3b23ac37a200b15e7..719ecc32918221f7aa57ad9a711fcf4a7dc21c95 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-02631----GAUSS-02640.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-02631----GAUSS-02640.md
@@ -1,4 +1,4 @@
-# GAUSS-02631 -- GAUSS-02640
+# GAUSS-02631 -- GAUSS-02640
GAUSS-02631: "NULL can not be compared with NULL"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-02641----GAUSS-02650.md b/content/zh/docs/DatabaseReference/GAUSS-02641----GAUSS-02650.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-02641----GAUSS-02650.md
rename to content/zh/docs/DatabaseReference/GAUSS-02641----GAUSS-02650.md
index f7ed889d667488672b673005d53024461aa09b4f..5b5f2fb8d0c8d9da10cd878a8cb454e8a1a4a0ad 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-02641----GAUSS-02650.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-02641----GAUSS-02650.md
@@ -1,4 +1,4 @@
-# GAUSS-02641 -- GAUSS-02650
+# GAUSS-02641 -- GAUSS-02650
GAUSS-02642: "fail to get partition oid, because range partition index is overflow."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-02651----GAUSS-02660.md b/content/zh/docs/DatabaseReference/GAUSS-02651----GAUSS-02660.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-02651----GAUSS-02660.md
rename to content/zh/docs/DatabaseReference/GAUSS-02651----GAUSS-02660.md
index 012aac05478a510067cc0b9d6f71c61d9cdc8a0c..16398147423bb8db37cbb132a84d1456de36258f 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-02651----GAUSS-02660.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-02651----GAUSS-02660.md
@@ -1,4 +1,4 @@
-# GAUSS-02651 -- GAUSS-02660
+# GAUSS-02651 -- GAUSS-02660
GAUSS-02651: "cache lookup failed for table partition %u"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-02661----GAUSS-02670.md b/content/zh/docs/DatabaseReference/GAUSS-02661----GAUSS-02670.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-02661----GAUSS-02670.md
rename to content/zh/docs/DatabaseReference/GAUSS-02661----GAUSS-02670.md
index 746356b960679716bac0a12b339d22ca6549824e..fc0779700f60266746cc6c8f063a41464c3590a2 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-02661----GAUSS-02670.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-02661----GAUSS-02670.md
@@ -1,4 +1,4 @@
-# GAUSS-02661 -- GAUSS-02670
+# GAUSS-02661 -- GAUSS-02670
GAUSS-02661: "SET %s takes only one argument"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-02671----GAUSS-02680.md b/content/zh/docs/DatabaseReference/GAUSS-02671----GAUSS-02680.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-02671----GAUSS-02680.md
rename to content/zh/docs/DatabaseReference/GAUSS-02671----GAUSS-02680.md
index e30c5924400e48e2f7cd429e85fdca05f3f12e9e..03e7badd5878a26b246257f428ac4408571e17da 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-02671----GAUSS-02680.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-02671----GAUSS-02680.md
@@ -1,4 +1,4 @@
-# GAUSS-02671 -- GAUSS-02680
+# GAUSS-02671 -- GAUSS-02680
GAUSS-02671: "SET requires parameter name"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-02681----GAUSS-02690.md b/content/zh/docs/DatabaseReference/GAUSS-02681----GAUSS-02690.md
similarity index 90%
rename from content/zh/docs/DataBaseReference/GAUSS-02681----GAUSS-02690.md
rename to content/zh/docs/DatabaseReference/GAUSS-02681----GAUSS-02690.md
index 1244090a62be0ccb10093aee9bef266b9095e681..a11a9c1cbadaa1b434defe8bac5d786a37540c55 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-02681----GAUSS-02690.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-02681----GAUSS-02690.md
@@ -1,4 +1,4 @@
-# GAUSS-02681 -- GAUSS-02690
+# GAUSS-02681 -- GAUSS-02690
GAUSS-02684: "md5-password encryption failed"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-02691----GAUSS-02700.md b/content/zh/docs/DatabaseReference/GAUSS-02691----GAUSS-02700.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-02691----GAUSS-02700.md
rename to content/zh/docs/DatabaseReference/GAUSS-02691----GAUSS-02700.md
index 3e66ef971f5a3d2123552ec957cd715639928c0f..ea849f3b604725f570019c505ce8b7ab4bc97281 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-02691----GAUSS-02700.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-02691----GAUSS-02700.md
@@ -1,4 +1,4 @@
-# GAUSS-02691 -- GAUSS-02700
+# GAUSS-02691 -- GAUSS-02700
GAUSS-02691: "type %u not supported as catcache key"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-02701----GAUSS-02710.md b/content/zh/docs/DatabaseReference/GAUSS-02701----GAUSS-02710.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-02701----GAUSS-02710.md
rename to content/zh/docs/DatabaseReference/GAUSS-02701----GAUSS-02710.md
index c1e681d8d803a1af0e1f1122e16ea8c4b61b2b37..384dac6fc510378cb66b6c82afe01d663cc08bbd 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-02701----GAUSS-02710.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-02701----GAUSS-02710.md
@@ -1,4 +1,4 @@
-# GAUSS-02701 -- GAUSS-02710
+# GAUSS-02701 -- GAUSS-02710
GAUSS-02701: "unrecognized distribution option found in source like table"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-02701----GAUSS-02800.md b/content/zh/docs/DatabaseReference/GAUSS-02701----GAUSS-02800.md
similarity index 90%
rename from content/zh/docs/DataBaseReference/GAUSS-02701----GAUSS-02800.md
rename to content/zh/docs/DatabaseReference/GAUSS-02701----GAUSS-02800.md
index 9a47656d3c999b3283b19f2e68b712b5f7aba804..412ef7bd4b47a2bdb7c7210152583e1b0730a25f 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-02701----GAUSS-02800.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-02701----GAUSS-02800.md
@@ -1,4 +1,4 @@
-# GAUSS-02701 -- GAUSS-02800
+# GAUSS-02701 -- GAUSS-02800
- **[GAUSS-02701 -- GAUSS-02710]({{}})**
diff --git a/content/zh/docs/DataBaseReference/GAUSS-02711----GAUSS-02720.md b/content/zh/docs/DatabaseReference/GAUSS-02711----GAUSS-02720.md
similarity index 91%
rename from content/zh/docs/DataBaseReference/GAUSS-02711----GAUSS-02720.md
rename to content/zh/docs/DatabaseReference/GAUSS-02711----GAUSS-02720.md
index dea0fdae68b57b103dce3204630cc49224ddc76d..a2a319e41261b06cbf8c8dcf520bc622d2fdf077 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-02711----GAUSS-02720.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-02711----GAUSS-02720.md
@@ -1,4 +1,4 @@
-# GAUSS-02711 -- GAUSS-02720
+# GAUSS-02711 -- GAUSS-02720
GAUSS-02711: "stanumbers is null"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-02721----GAUSS-02730.md b/content/zh/docs/DatabaseReference/GAUSS-02721----GAUSS-02730.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-02721----GAUSS-02730.md
rename to content/zh/docs/DatabaseReference/GAUSS-02721----GAUSS-02730.md
index cbedad29ec3e2d5414c903bbe84431d286606857..a281efae1baf8c136107605e31088f417c30a2f5 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-02721----GAUSS-02730.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-02721----GAUSS-02730.md
@@ -1,4 +1,4 @@
-# GAUSS-02721 -- GAUSS-02730
+# GAUSS-02721 -- GAUSS-02730
GAUSS-02721: "too many pg\_ts\_config\_map entries for one token type"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-02731----GAUSS-02740.md b/content/zh/docs/DatabaseReference/GAUSS-02731----GAUSS-02740.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-02731----GAUSS-02740.md
rename to content/zh/docs/DatabaseReference/GAUSS-02731----GAUSS-02740.md
index 2f6b7cfe78593ea7ca521b186caf10dcdd73174d..857cef4756572252be96ce2c68d88045b930531a 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-02731----GAUSS-02740.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-02731----GAUSS-02740.md
@@ -1,4 +1,4 @@
-# GAUSS-02731 -- GAUSS-02740
+# GAUSS-02731 -- GAUSS-02740
GAUSS-02731: "could not find temporary mapping for relation %u"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-02741----GAUSS-02750.md b/content/zh/docs/DatabaseReference/GAUSS-02741----GAUSS-02750.md
similarity index 91%
rename from content/zh/docs/DataBaseReference/GAUSS-02741----GAUSS-02750.md
rename to content/zh/docs/DatabaseReference/GAUSS-02741----GAUSS-02750.md
index 9e54b69484daa88ffd9c98b19300b03a575bc873..ce85009f4ba271b21b31dd04f2ffaf1fa64b14c4 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-02741----GAUSS-02750.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-02741----GAUSS-02750.md
@@ -1,4 +1,4 @@
-# GAUSS-02741 -- GAUSS-02750
+# GAUSS-02741 -- GAUSS-02750
GAUSS-02742: "relmap\_redo: unknown op code %u"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-02751----GAUSS-02760.md b/content/zh/docs/DatabaseReference/GAUSS-02751----GAUSS-02760.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-02751----GAUSS-02760.md
rename to content/zh/docs/DatabaseReference/GAUSS-02751----GAUSS-02760.md
index 4590046007db49e74933709d04f93b33afe7ff27..7cb63630761ae5f31d1791c336b227d5d0909b36 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-02751----GAUSS-02760.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-02751----GAUSS-02760.md
@@ -1,4 +1,4 @@
-# GAUSS-02751 -- GAUSS-02760
+# GAUSS-02751 -- GAUSS-02760
GAUSS-02751: "relation %u deleted while still in use"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-02761----GAUSS-02770.md b/content/zh/docs/DatabaseReference/GAUSS-02761----GAUSS-02770.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-02761----GAUSS-02770.md
rename to content/zh/docs/DatabaseReference/GAUSS-02761----GAUSS-02770.md
index bf3548a13f7104e56a60349cce9923a63f1c6043..1c35c2fd6f59cbcec5b3e15876d01938a1418744 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-02761----GAUSS-02770.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-02761----GAUSS-02770.md
@@ -1,4 +1,4 @@
-# GAUSS-02761 -- GAUSS-02770
+# GAUSS-02761 -- GAUSS-02770
AUSS-02762: "exclusion constraint record missing for rel %s"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-02771----GAUSS-02780.md b/content/zh/docs/DatabaseReference/GAUSS-02771----GAUSS-02780.md
similarity index 91%
rename from content/zh/docs/DataBaseReference/GAUSS-02771----GAUSS-02780.md
rename to content/zh/docs/DatabaseReference/GAUSS-02771----GAUSS-02780.md
index 45f5ece238a888b1d56080d1ce7e477fed7dbd95..16d4caea0f37150f76c8fc537e83085957a48a63 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-02771----GAUSS-02780.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-02771----GAUSS-02780.md
@@ -1,4 +1,4 @@
-# GAUSS-02771 -- GAUSS-02780
+# GAUSS-02771 -- GAUSS-02780
GAUSS-02771: "cannot save one-shot cached plan"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-02781----GAUSS-02790.md b/content/zh/docs/DatabaseReference/GAUSS-02781----GAUSS-02790.md
similarity index 90%
rename from content/zh/docs/DataBaseReference/GAUSS-02781----GAUSS-02790.md
rename to content/zh/docs/DatabaseReference/GAUSS-02781----GAUSS-02790.md
index 3ca0edcc75ea82290db930acf9d5c7cfed9ffe9f..2a5dc94b53020692a70b2c4e575844e9e3743654 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-02781----GAUSS-02790.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-02781----GAUSS-02790.md
@@ -1,4 +1,4 @@
-# GAUSS-02781 -- GAUSS-02790
+# GAUSS-02781 -- GAUSS-02790
GAUSS-02781: "record type has not been registered"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-02791----GAUSS-02800.md b/content/zh/docs/DatabaseReference/GAUSS-02791----GAUSS-02800.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-02791----GAUSS-02800.md
rename to content/zh/docs/DatabaseReference/GAUSS-02791----GAUSS-02800.md
index a496befefdc4c3479acb98bd9b6660874e16b185..4e54de1e6f3619f4f0717b5b6c27432e088cc757 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-02791----GAUSS-02800.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-02791----GAUSS-02800.md
@@ -1,4 +1,4 @@
-# GAUSS-02791 -- GAUSS-02800
+# GAUSS-02791 -- GAUSS-02800
GAUSS-02791: "invalid snapshot data in file '%s'"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-02801----GAUSS-02810.md b/content/zh/docs/DatabaseReference/GAUSS-02801----GAUSS-02810.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-02801----GAUSS-02810.md
rename to content/zh/docs/DatabaseReference/GAUSS-02801----GAUSS-02810.md
index 1bef25d2d03d457ed6b5b68e6b09c32ee91d75f1..95f30f5ad295ff7e2996f1d60a4d200dc4555aff 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-02801----GAUSS-02810.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-02801----GAUSS-02810.md
@@ -1,4 +1,4 @@
-# GAUSS-02801 -- GAUSS-02810
+# GAUSS-02801 -- GAUSS-02810
GAUSS-02801: "string is too long for tsvector \(%d bytes, max %d bytes\)"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-02801----GAUSS-02900.md b/content/zh/docs/DatabaseReference/GAUSS-02801----GAUSS-02900.md
similarity index 90%
rename from content/zh/docs/DataBaseReference/GAUSS-02801----GAUSS-02900.md
rename to content/zh/docs/DatabaseReference/GAUSS-02801----GAUSS-02900.md
index 81cb1239a04016450699b7d9c46055765c20827f..07c2007f737d93647a34596f8f4006b45304c072 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-02801----GAUSS-02900.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-02801----GAUSS-02900.md
@@ -1,4 +1,4 @@
-# GAUSS-02801 -- GAUSS-02900
+# GAUSS-02801 -- GAUSS-02900
- **[GAUSS-02801 -- GAUSS-02810]({{}})**
diff --git a/content/zh/docs/DataBaseReference/GAUSS-02811----GAUSS-02820.md b/content/zh/docs/DatabaseReference/GAUSS-02811----GAUSS-02820.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-02811----GAUSS-02820.md
rename to content/zh/docs/DatabaseReference/GAUSS-02811----GAUSS-02820.md
index 24fd9e981d4525c9e53094c69ddb78396b591a33..95204880de057ed0f0b6a868de46e18b1c78fc88 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-02811----GAUSS-02820.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-02811----GAUSS-02820.md
@@ -1,4 +1,4 @@
-# GAUSS-02811 -- GAUSS-02820
+# GAUSS-02811 -- GAUSS-02820
GAUSS-02811: "tsvector column '%s' does not exist"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-02821----GAUSS-02830.md b/content/zh/docs/DatabaseReference/GAUSS-02821----GAUSS-02830.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-02821----GAUSS-02830.md
rename to content/zh/docs/DatabaseReference/GAUSS-02821----GAUSS-02830.md
index 8b9abf4e78fef26a71cbf272056349950cf83f88..caa1c71961f305cf6bddd98f2b02d62f0d58f3d7 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-02821----GAUSS-02830.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-02821----GAUSS-02830.md
@@ -1,4 +1,4 @@
-# GAUSS-02821 -- GAUSS-02830
+# GAUSS-02821 -- GAUSS-02830
GAUSS-02821: "invalid length in external 'numeric' value"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-02831----GAUSS-02840.md b/content/zh/docs/DatabaseReference/GAUSS-02831----GAUSS-02840.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-02831----GAUSS-02840.md
rename to content/zh/docs/DatabaseReference/GAUSS-02831----GAUSS-02840.md
index deb9667f5049055f9898e5f6e6676710e3800e50..6ad770eb7b9148b3d1906c89db2451ef065ddfc4 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-02831----GAUSS-02840.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-02831----GAUSS-02840.md
@@ -1,4 +1,4 @@
-# GAUSS-02831 -- GAUSS-02840
+# GAUSS-02831 -- GAUSS-02840
GAUSS-02831: "zero raised to a negative power is undefined"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-02841----GAUSS-02850.md b/content/zh/docs/DatabaseReference/GAUSS-02841----GAUSS-02850.md
similarity index 91%
rename from content/zh/docs/DataBaseReference/GAUSS-02841----GAUSS-02850.md
rename to content/zh/docs/DatabaseReference/GAUSS-02841----GAUSS-02850.md
index ed65c8bb969857c28da6835b41c7771f2f5af242..7751fe36d3361c03ce977737ec66341cbc3a0f8c 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-02841----GAUSS-02850.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-02841----GAUSS-02850.md
@@ -1,4 +1,4 @@
-# GAUSS-02841 -- GAUSS-02850
+# GAUSS-02841 -- GAUSS-02850
GAUSS-02841: "expected 3-element numeric array"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-02851----GAUSS-02860.md b/content/zh/docs/DatabaseReference/GAUSS-02851----GAUSS-02860.md
similarity index 91%
rename from content/zh/docs/DataBaseReference/GAUSS-02851----GAUSS-02860.md
rename to content/zh/docs/DatabaseReference/GAUSS-02851----GAUSS-02860.md
index e0225d52c0e1552ad9d8411bfdd9d977486fbc7d..5b86cf338ac14770700827a734367ac115e34ebd 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-02851----GAUSS-02860.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-02851----GAUSS-02860.md
@@ -1,4 +1,4 @@
-# GAUSS-02851 -- GAUSS-02860
+# GAUSS-02851 -- GAUSS-02860
GAUSS-02851: "invalid input syntax for integer: '%s'"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-02861----GAUSS-02870.md b/content/zh/docs/DatabaseReference/GAUSS-02861----GAUSS-02870.md
similarity index 91%
rename from content/zh/docs/DataBaseReference/GAUSS-02861----GAUSS-02870.md
rename to content/zh/docs/DatabaseReference/GAUSS-02861----GAUSS-02870.md
index 1dd38d3b77dc38a86b248f36d404d7bf407f8b28..acc6c0a470b1bd355caa4910ba4a50ec21d1ad72 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-02861----GAUSS-02870.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-02861----GAUSS-02870.md
@@ -1,4 +1,4 @@
-# GAUSS-02861 -- GAUSS-02870
+# GAUSS-02861 -- GAUSS-02870
GAUSS-02861: "unexpected case in range\_minus"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-02871----GAUSS-02880.md b/content/zh/docs/DatabaseReference/GAUSS-02871----GAUSS-02880.md
similarity index 91%
rename from content/zh/docs/DataBaseReference/GAUSS-02871----GAUSS-02880.md
rename to content/zh/docs/DatabaseReference/GAUSS-02871----GAUSS-02880.md
index 66eb44705a759f441d9b1d778554d6ea38f92e85..23d650e5f30cf23b11919d461aaaa4b0665eb0cf 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-02871----GAUSS-02880.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-02871----GAUSS-02880.md
@@ -1,4 +1,4 @@
-# GAUSS-02871 -- GAUSS-02880
+# GAUSS-02871 -- GAUSS-02880
GAUSS-02871: "syntax error in tsquery: '%s'"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-02881----GAUSS-02890.md b/content/zh/docs/DatabaseReference/GAUSS-02881----GAUSS-02890.md
similarity index 91%
rename from content/zh/docs/DataBaseReference/GAUSS-02881----GAUSS-02890.md
rename to content/zh/docs/DatabaseReference/GAUSS-02881----GAUSS-02890.md
index 5b0fb336ddcc02d555986f90e302b988f2b6fbed..a7e987fe9187ffd26072175f18f916ff3349d71a 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-02881----GAUSS-02890.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-02881----GAUSS-02890.md
@@ -1,4 +1,4 @@
-# GAUSS-02881 -- GAUSS-02890
+# GAUSS-02881 -- GAUSS-02890
GAUSS-02881: "invalid type modifier"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-02891----GAUSS-02900.md b/content/zh/docs/DatabaseReference/GAUSS-02891----GAUSS-02900.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-02891----GAUSS-02900.md
rename to content/zh/docs/DatabaseReference/GAUSS-02891----GAUSS-02900.md
index e79f3107f360f6a6123cc7a2611568b8dfe96bb5..c7de438ad979ce8903da12df7e001aea76a4c2af 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-02891----GAUSS-02900.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-02891----GAUSS-02900.md
@@ -1,4 +1,4 @@
-# GAUSS-02891 -- GAUSS-02900
+# GAUSS-02891 -- GAUSS-02900
GAUSS-02893: "bit index %d out of valid range \(0..%d\)"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-02901----GAUSS-02910.md b/content/zh/docs/DatabaseReference/GAUSS-02901----GAUSS-02910.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-02901----GAUSS-02910.md
rename to content/zh/docs/DatabaseReference/GAUSS-02901----GAUSS-02910.md
index aaadc0ce05c550555b08c133d28af75fc588db83..868e7001df87b08c0fba4bc4fc90084bf9590fac 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-02901----GAUSS-02910.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-02901----GAUSS-02910.md
@@ -1,4 +1,4 @@
-# GAUSS-02901 -- GAUSS-02910
+# GAUSS-02901 -- GAUSS-02910
GAUSS-02901: "invalid external 'cidr' value"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-02901----GAUSS-03000.md b/content/zh/docs/DatabaseReference/GAUSS-02901----GAUSS-03000.md
similarity index 90%
rename from content/zh/docs/DataBaseReference/GAUSS-02901----GAUSS-03000.md
rename to content/zh/docs/DatabaseReference/GAUSS-02901----GAUSS-03000.md
index f65ef069639be72a0e698e86535d3ee42f43504d..52dd19e5b22d8545061f2376ce1baa56d476fe30 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-02901----GAUSS-03000.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-02901----GAUSS-03000.md
@@ -1,4 +1,4 @@
-# GAUSS-02901 -- GAUSS-03000
+# GAUSS-02901 -- GAUSS-03000
- **[GAUSS-02901 -- GAUSS-02910]({{}})**
diff --git a/content/zh/docs/DataBaseReference/GAUSS-02911----GAUSS-02920.md b/content/zh/docs/DatabaseReference/GAUSS-02911----GAUSS-02920.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-02911----GAUSS-02920.md
rename to content/zh/docs/DatabaseReference/GAUSS-02911----GAUSS-02920.md
index f237da2c65234d65b9b50e40863a74cac0042f66..551c941fa0ed4982be4842922bdd5bd7282c25e6 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-02911----GAUSS-02920.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-02911----GAUSS-02920.md
@@ -1,4 +1,4 @@
-# GAUSS-02911 -- GAUSS-02920
+# GAUSS-02911 -- GAUSS-02920
GAUSS-02911: "suppress\_redundant\_updates\_trigger: must be called as trigger"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-02921----GAUSS-02930.md b/content/zh/docs/DatabaseReference/GAUSS-02921----GAUSS-02930.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-02921----GAUSS-02930.md
rename to content/zh/docs/DatabaseReference/GAUSS-02921----GAUSS-02930.md
index bbce7b8df2f6b2277dd5993e70b9fc62ac9e12f2..a175f23de95bffcb31b80aaff729e90c77af53d0 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-02921----GAUSS-02930.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-02921----GAUSS-02930.md
@@ -1,4 +1,4 @@
-# GAUSS-02921 -- GAUSS-02930
+# GAUSS-02921 -- GAUSS-02930
GAUSS-02921: "could not determine input data type"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-02931----GAUSS-02940.md b/content/zh/docs/DatabaseReference/GAUSS-02931----GAUSS-02940.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-02931----GAUSS-02940.md
rename to content/zh/docs/DatabaseReference/GAUSS-02931----GAUSS-02940.md
index 2c8b9ae3b416c820b69134b562d2608ce49f276a..7ceb3dc5d4f3c7f732ca5d8fe9ac9c266f83be15 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-02931----GAUSS-02940.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-02931----GAUSS-02940.md
@@ -1,4 +1,4 @@
-# GAUSS-02931 -- GAUSS-02940
+# GAUSS-02931 -- GAUSS-02940
GAUSS-02931: "SPI\_prepare returned %d for %s"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-02941----GAUSS-02950.md b/content/zh/docs/DatabaseReference/GAUSS-02941----GAUSS-02950.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-02941----GAUSS-02950.md
rename to content/zh/docs/DatabaseReference/GAUSS-02941----GAUSS-02950.md
index 8d881cdfc9099a3b80a5c2d26ef761766f4b1967..bd66bbd486b577b10c53df896bce27fe25c65b06 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-02941----GAUSS-02950.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-02941----GAUSS-02950.md
@@ -1,4 +1,4 @@
-# GAUSS-02941 -- GAUSS-02950
+# GAUSS-02941 -- GAUSS-02950
GAUSS-02941: "conppeqop is not a 1-D Oid array"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-02951----GAUSS-02960.md b/content/zh/docs/DatabaseReference/GAUSS-02951----GAUSS-02960.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-02951----GAUSS-02960.md
rename to content/zh/docs/DatabaseReference/GAUSS-02951----GAUSS-02960.md
index f0b31928868dce93d7bbefbc972b5a315b51e5e5..a23a93bbfd727dab51d044e6885f7e5fd6aad330 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-02951----GAUSS-02960.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-02951----GAUSS-02960.md
@@ -1,4 +1,4 @@
-# GAUSS-02951 -- GAUSS-02960
+# GAUSS-02951 -- GAUSS-02960
GAUSS-02951: "invalid backend encoding: encoding max length < 1"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-02961----GAUSS-02970.md b/content/zh/docs/DatabaseReference/GAUSS-02961----GAUSS-02970.md
similarity index 91%
rename from content/zh/docs/DataBaseReference/GAUSS-02961----GAUSS-02970.md
rename to content/zh/docs/DatabaseReference/GAUSS-02961----GAUSS-02970.md
index 89caf44ff2f2f91d4bcf912faf311bcabe09cea6..5623911bac6728a1ab23708574fbea1f6af5216f 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-02961----GAUSS-02970.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-02961----GAUSS-02970.md
@@ -1,4 +1,4 @@
-# GAUSS-02961 -- GAUSS-02970
+# GAUSS-02961 -- GAUSS-02970
GAUSS-02961: "unterminated conversion specifier"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-02971----GAUSS-02980.md b/content/zh/docs/DatabaseReference/GAUSS-02971----GAUSS-02980.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-02971----GAUSS-02980.md
rename to content/zh/docs/DatabaseReference/GAUSS-02971----GAUSS-02980.md
index e08416fa6980ec5a62588d9cb613e85187b4566a..35b90b6fa924f26d3e7a065bfb72a85bed561d3c 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-02971----GAUSS-02980.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-02971----GAUSS-02980.md
@@ -1,4 +1,4 @@
-# GAUSS-02971 -- GAUSS-02980
+# GAUSS-02971 -- GAUSS-02980
GAUSS-02971: "value out of range: overflow"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-02981----GAUSS-02990.md b/content/zh/docs/DatabaseReference/GAUSS-02981----GAUSS-02990.md
similarity index 91%
rename from content/zh/docs/DataBaseReference/GAUSS-02981----GAUSS-02990.md
rename to content/zh/docs/DatabaseReference/GAUSS-02981----GAUSS-02990.md
index f2d93e389f4484496d5c9469bc05c31265ea52c5..a9fffd46b9de1527e2ba5b6b2eac35fb65bb93f8 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-02981----GAUSS-02990.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-02981----GAUSS-02990.md
@@ -1,4 +1,4 @@
-# GAUSS-02981 -- GAUSS-02990
+# GAUSS-02981 -- GAUSS-02990
GAUSS-02981: "path must be in or below the current directory"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-02991----GAUSS-03000.md b/content/zh/docs/DatabaseReference/GAUSS-02991----GAUSS-03000.md
similarity index 96%
rename from content/zh/docs/DataBaseReference/GAUSS-02991----GAUSS-03000.md
rename to content/zh/docs/DatabaseReference/GAUSS-02991----GAUSS-03000.md
index 9b352ba18e6c8c312ea40774cd72493a92544913..937825a3308233b9a8ef2e17552a9d2015081602 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-02991----GAUSS-03000.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-02991----GAUSS-03000.md
@@ -1,4 +1,4 @@
-# GAUSS-02991 -- GAUSS-03000
+# GAUSS-02991 -- GAUSS-03000
GAUSS-02991: "requested character too large"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-03001----GAUSS-03010.md b/content/zh/docs/DatabaseReference/GAUSS-03001----GAUSS-03010.md
similarity index 91%
rename from content/zh/docs/DataBaseReference/GAUSS-03001----GAUSS-03010.md
rename to content/zh/docs/DatabaseReference/GAUSS-03001----GAUSS-03010.md
index f97f017374d6980b65bf17e30b3c6e231167087e..083fb2cfe763408312560ebd62ed9ad90844a431 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-03001----GAUSS-03010.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-03001----GAUSS-03010.md
@@ -1,4 +1,4 @@
-# GAUSS-03001 -- GAUSS-03010
+# GAUSS-03001 -- GAUSS-03010
GAUSS-03001: "smalldatetime out of range"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-03001----GAUSS-03100.md b/content/zh/docs/DatabaseReference/GAUSS-03001----GAUSS-03100.md
similarity index 90%
rename from content/zh/docs/DataBaseReference/GAUSS-03001----GAUSS-03100.md
rename to content/zh/docs/DatabaseReference/GAUSS-03001----GAUSS-03100.md
index 8d6eab17ff9a5014c54853ba2e40f122e3fd6da3..84675be8982ac0a4a785037ce9075719c0bbdd8c 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-03001----GAUSS-03100.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-03001----GAUSS-03100.md
@@ -1,4 +1,4 @@
-# GAUSS-03001 -- GAUSS-03100
+# GAUSS-03001 -- GAUSS-03100
- **[GAUSS-03001 -- GAUSS-03010]({{}})**
diff --git a/content/zh/docs/DataBaseReference/GAUSS-03011----GAUSS-03020.md b/content/zh/docs/DatabaseReference/GAUSS-03011----GAUSS-03020.md
similarity index 91%
rename from content/zh/docs/DataBaseReference/GAUSS-03011----GAUSS-03020.md
rename to content/zh/docs/DatabaseReference/GAUSS-03011----GAUSS-03020.md
index 47883dd9a1d34a8015733e4f70503234cc6a7f38..ecf52fb0257ec64ef7de5f093946b2f655ae88ac 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-03011----GAUSS-03020.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-03011----GAUSS-03020.md
@@ -1,4 +1,4 @@
-# GAUSS-03011 -- GAUSS-03020
+# GAUSS-03011 -- GAUSS-03020
GAUSS-03013: "invalid argument for EncodeSpecialTimestamp"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-03021----GAUSS-03030.md b/content/zh/docs/DatabaseReference/GAUSS-03021----GAUSS-03030.md
similarity index 90%
rename from content/zh/docs/DataBaseReference/GAUSS-03021----GAUSS-03030.md
rename to content/zh/docs/DatabaseReference/GAUSS-03021----GAUSS-03030.md
index edb2284a426fe4850292c1dd7d8df8e4bef8ad10..c20c9fe18022071094206f1a3a5d4f5a3f515f6e 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-03021----GAUSS-03030.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-03021----GAUSS-03030.md
@@ -1,4 +1,4 @@
-# GAUSS-03021 -- GAUSS-03030
+# GAUSS-03021 -- GAUSS-03030
GAUSS-03021: "interval units '%s' not recognized"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-03031----GAUSS-03040.md b/content/zh/docs/DatabaseReference/GAUSS-03031----GAUSS-03040.md
similarity index 91%
rename from content/zh/docs/DataBaseReference/GAUSS-03031----GAUSS-03040.md
rename to content/zh/docs/DatabaseReference/GAUSS-03031----GAUSS-03040.md
index e7ea3d7eef3a6287edf29c40e633a4a3f7343e3e..e4509e995e380527575159734735b8fe967a56f9 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-03031----GAUSS-03040.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-03031----GAUSS-03040.md
@@ -1,4 +1,4 @@
-# GAUSS-03031 -- GAUSS-03040
+# GAUSS-03031 -- GAUSS-03040
GAUSS-03031: "the time is not correct!"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-03041----GAUSS-03050.md b/content/zh/docs/DatabaseReference/GAUSS-03041----GAUSS-03050.md
similarity index 91%
rename from content/zh/docs/DataBaseReference/GAUSS-03041----GAUSS-03050.md
rename to content/zh/docs/DatabaseReference/GAUSS-03041----GAUSS-03050.md
index b42b555b18fb20bdf457a656b5fdfcf6be54ff7d..a2608f16a0421588a5d8b1dd46dda4d763650542 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-03041----GAUSS-03050.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-03041----GAUSS-03050.md
@@ -1,4 +1,4 @@
-# GAUSS-03041 -- GAUSS-03050
+# GAUSS-03041 -- GAUSS-03050
GAUSS-03041: "the minute = %d is illegal"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-03051----GAUSS-03060.md b/content/zh/docs/DatabaseReference/GAUSS-03051----GAUSS-03060.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-03051----GAUSS-03060.md
rename to content/zh/docs/DatabaseReference/GAUSS-03051----GAUSS-03060.md
index 45e6af06f418aeebc029fdd9cb048842ceb52ab4..56078245d370befeba43c1e0289c45e46da1f3a7 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-03051----GAUSS-03060.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-03051----GAUSS-03060.md
@@ -1,4 +1,4 @@
-# GAUSS-03051 -- GAUSS-03060
+# GAUSS-03051 -- GAUSS-03060
GAUSS-03051: "invalid input syntax for type point: '%s'"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-03061----GAUSS-03070.md b/content/zh/docs/DatabaseReference/GAUSS-03061----GAUSS-03070.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-03061----GAUSS-03070.md
rename to content/zh/docs/DatabaseReference/GAUSS-03061----GAUSS-03070.md
index f2a24dd476479b551fa49c331044ee4958150d39..2f6f9268f15d48950ec973046178fbcb1fb3877b 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-03061----GAUSS-03070.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-03061----GAUSS-03070.md
@@ -1,4 +1,4 @@
-# GAUSS-03061 -- GAUSS-03070
+# GAUSS-03061 -- GAUSS-03070
GAUSS-03061: "invalid input syntax for type circle: '%s'"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-03071----GAUSS-03080.md b/content/zh/docs/DatabaseReference/GAUSS-03071----GAUSS-03080.md
similarity index 91%
rename from content/zh/docs/DataBaseReference/GAUSS-03071----GAUSS-03080.md
rename to content/zh/docs/DatabaseReference/GAUSS-03071----GAUSS-03080.md
index 8a7d222cc0730db2213532303472e80ea4c788c4..d7572f273408a1c23ed079a070cf77dbc795b883 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-03071----GAUSS-03080.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-03071----GAUSS-03080.md
@@ -1,4 +1,4 @@
-# GAUSS-03071 -- GAUSS-03080
+# GAUSS-03071 -- GAUSS-03080
GAUSS-03071: "unsupported result size: %d"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-03081----GAUSS-03090.md b/content/zh/docs/DatabaseReference/GAUSS-03081----GAUSS-03090.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-03081----GAUSS-03090.md
rename to content/zh/docs/DatabaseReference/GAUSS-03081----GAUSS-03090.md
index cd36433b55f463a79341d85bce520435e6b3069f..a393f77a6fd68e000a9506ff17bfc76e66b545b0 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-03081----GAUSS-03090.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-03081----GAUSS-03090.md
@@ -1,4 +1,4 @@
-# GAUSS-03081 -- GAUSS-03090
+# GAUSS-03081 -- GAUSS-03090
GAUSS-03081: "invalid status in external 'tinterval' value"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-03091----GAUSS-03100.md b/content/zh/docs/DatabaseReference/GAUSS-03091----GAUSS-03100.md
similarity index 91%
rename from content/zh/docs/DataBaseReference/GAUSS-03091----GAUSS-03100.md
rename to content/zh/docs/DatabaseReference/GAUSS-03091----GAUSS-03100.md
index 88d49313df5bab4fed34df05ba5f96e62acc2279..26c0dcfdfb68e9967fa89a40a843c1d0dd95ef04 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-03091----GAUSS-03100.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-03091----GAUSS-03100.md
@@ -1,4 +1,4 @@
-# GAUSS-03091 -- GAUSS-03100
+# GAUSS-03091 -- GAUSS-03100
GAUSS-03091: "malformed array literal: '%s'"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-03101----GAUSS-03110.md b/content/zh/docs/DatabaseReference/GAUSS-03101----GAUSS-03110.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-03101----GAUSS-03110.md
rename to content/zh/docs/DatabaseReference/GAUSS-03101----GAUSS-03110.md
index e4cafaf6bbc566cb84300fad595a5d124feb2b2b..d0bb0bcac6733077e758ceb7b6a4a1b82b06c7c3 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-03101----GAUSS-03110.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-03101----GAUSS-03110.md
@@ -1,4 +1,4 @@
-# GAUSS-03101 -- GAUSS-03110
+# GAUSS-03101 -- GAUSS-03110
GAUSS-03101: "wrong number of array subscripts"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-03101----GAUSS-03200.md b/content/zh/docs/DatabaseReference/GAUSS-03101----GAUSS-03200.md
similarity index 90%
rename from content/zh/docs/DataBaseReference/GAUSS-03101----GAUSS-03200.md
rename to content/zh/docs/DatabaseReference/GAUSS-03101----GAUSS-03200.md
index 232f6f59b7bd3e1d2f5ffb719dda3454aadd4599..5045bffc42c521b63334f030b8984c99cb8c8f6d 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-03101----GAUSS-03200.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-03101----GAUSS-03200.md
@@ -1,4 +1,4 @@
-# GAUSS-03101 -- GAUSS-03200
+# GAUSS-03101 -- GAUSS-03200
- **[GAUSS-03101 -- GAUSS-03110]({{}})**
diff --git a/content/zh/docs/DataBaseReference/GAUSS-03111----GAUSS-03120.md b/content/zh/docs/DatabaseReference/GAUSS-03111----GAUSS-03120.md
similarity index 91%
rename from content/zh/docs/DataBaseReference/GAUSS-03111----GAUSS-03120.md
rename to content/zh/docs/DatabaseReference/GAUSS-03111----GAUSS-03120.md
index af2df38cc796d12adbf01557e94a1004d5a014f8..aac1f1227ee7b1a389534a08f7d1aae2d187a8d2 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-03111----GAUSS-03120.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-03111----GAUSS-03120.md
@@ -1,4 +1,4 @@
-# GAUSS-03111 -- GAUSS-03120
+# GAUSS-03111 -- GAUSS-03120
GAUSS-03111: "dimension array or low bound array cannot be null"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-03121----GAUSS-03130.md b/content/zh/docs/DatabaseReference/GAUSS-03121----GAUSS-03130.md
similarity index 91%
rename from content/zh/docs/DataBaseReference/GAUSS-03121----GAUSS-03130.md
rename to content/zh/docs/DatabaseReference/GAUSS-03121----GAUSS-03130.md
index 62b78ed76d0c5cb78e3da78d221d93cc3f5a6e9c..f079aed01d2f062228de832902adf92f8542968d 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-03121----GAUSS-03130.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-03121----GAUSS-03130.md
@@ -1,4 +1,4 @@
-# GAUSS-03121 -- GAUSS-03130
+# GAUSS-03121 -- GAUSS-03130
GAUSS-03121: "invalid symbol"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-03131----GAUSS-03140.md b/content/zh/docs/DatabaseReference/GAUSS-03131----GAUSS-03140.md
similarity index 91%
rename from content/zh/docs/DataBaseReference/GAUSS-03131----GAUSS-03140.md
rename to content/zh/docs/DatabaseReference/GAUSS-03131----GAUSS-03140.md
index eba7653739bcbbbeb4e67031f309f7c4126e80a1..cf142a029f2e00dc100059d95a610651e8e9cd75 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-03131----GAUSS-03140.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-03131----GAUSS-03140.md
@@ -1,4 +1,4 @@
-# GAUSS-03131 -- GAUSS-03140
+# GAUSS-03131 -- GAUSS-03140
GAUSS-03131: "typmod array must not contain nulls"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-03141----GAUSS-03150.md b/content/zh/docs/DatabaseReference/GAUSS-03141----GAUSS-03150.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-03141----GAUSS-03150.md
rename to content/zh/docs/DatabaseReference/GAUSS-03141----GAUSS-03150.md
index dfd0a290d688c9c04d3a1099394e4ce4c70745b8..236f88cb772809c61701737a191ef66269822a52 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-03141----GAUSS-03150.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-03141----GAUSS-03150.md
@@ -1,4 +1,4 @@
-# GAUSS-03141 -- GAUSS-03150
+# GAUSS-03141 -- GAUSS-03150
GAUSS-03141: "extra garbage at the end of the ACL specification"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-03151----GAUSS-03160.md b/content/zh/docs/DatabaseReference/GAUSS-03151----GAUSS-03160.md
similarity index 90%
rename from content/zh/docs/DataBaseReference/GAUSS-03151----GAUSS-03160.md
rename to content/zh/docs/DatabaseReference/GAUSS-03151----GAUSS-03160.md
index 0e7162e54e46f59c5f460361b9b9e5eaf46f571d..42ed9c9a96b2f2a972bd90bf2b74f4233d423010 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-03151----GAUSS-03160.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-03151----GAUSS-03160.md
@@ -1,4 +1,4 @@
-# GAUSS-03151 -- GAUSS-03160
+# GAUSS-03151 -- GAUSS-03160
GAUSS-03151: "must be member of role '%s'"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-03161----GAUSS-03170.md b/content/zh/docs/DatabaseReference/GAUSS-03161----GAUSS-03170.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-03161----GAUSS-03170.md
rename to content/zh/docs/DatabaseReference/GAUSS-03161----GAUSS-03170.md
index 23dca8ae60d5538d3baef3f36c752f424d6078c9..31c36435e9d67b95bcfa8f3702ecca68c9d4decf 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-03161----GAUSS-03170.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-03161----GAUSS-03170.md
@@ -1,4 +1,4 @@
-# GAUSS-03161 -- GAUSS-03170
+# GAUSS-03161 -- GAUSS-03170
GAUSS-03161: "found unexpected null value in index '%s'"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-03171----GAUSS-03180.md b/content/zh/docs/DatabaseReference/GAUSS-03171----GAUSS-03180.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-03171----GAUSS-03180.md
rename to content/zh/docs/DatabaseReference/GAUSS-03171----GAUSS-03180.md
index 40e577afc0a59cab16ee8bede656975bfcc0ddf0..b4099d7c2587656bb5805d14457700c0095808e3 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-03171----GAUSS-03180.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-03171----GAUSS-03180.md
@@ -1,4 +1,4 @@
-# GAUSS-03171 -- GAUSS-03180
+# GAUSS-03171 -- GAUSS-03180
GAUSS-03171: "invalid internal value for enum: %u"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-03181----GAUSS-03190.md b/content/zh/docs/DatabaseReference/GAUSS-03181----GAUSS-03190.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-03181----GAUSS-03190.md
rename to content/zh/docs/DatabaseReference/GAUSS-03181----GAUSS-03190.md
index c1dab52b1fb0fe293a269f5e45d32aaf190bbe55..4f7f6c54d3a62fd2a169a595e796a436aa94b5a6 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-03181----GAUSS-03190.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-03181----GAUSS-03190.md
@@ -1,4 +1,4 @@
-# GAUSS-03181 -- GAUSS-03190
+# GAUSS-03181 -- GAUSS-03190
GAUSS-03181: "array of weight must be one-dimensional"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-03191----GAUSS-03200.md b/content/zh/docs/DatabaseReference/GAUSS-03191----GAUSS-03200.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-03191----GAUSS-03200.md
rename to content/zh/docs/DatabaseReference/GAUSS-03191----GAUSS-03200.md
index a012eaee1236a0d1fcf00c8ab9fe55a9c5efc96b..802381da553d9150b2c378801de4ff2e3e00c6be 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-03191----GAUSS-03200.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-03191----GAUSS-03200.md
@@ -1,4 +1,4 @@
-# GAUSS-03191 -- GAUSS-03200
+# GAUSS-03191 -- GAUSS-03200
GAUSS-03191: "expected a type name"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-03201----GAUSS-03210.md b/content/zh/docs/DatabaseReference/GAUSS-03201----GAUSS-03210.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-03201----GAUSS-03210.md
rename to content/zh/docs/DatabaseReference/GAUSS-03201----GAUSS-03210.md
index 46afae96bc04efc11e5cb9a4bd0ad4a4fbb11c64..2218f60bd794fc206ac2e35b06f6993293369110 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-03201----GAUSS-03210.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-03201----GAUSS-03210.md
@@ -1,4 +1,4 @@
-# GAUSS-03201 -- GAUSS-03210
+# GAUSS-03201 -- GAUSS-03210
GAUSS-03201: "ctid isn't of type TID"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-03201----GAUSS-03300.md b/content/zh/docs/DatabaseReference/GAUSS-03201----GAUSS-03300.md
similarity index 90%
rename from content/zh/docs/DataBaseReference/GAUSS-03201----GAUSS-03300.md
rename to content/zh/docs/DatabaseReference/GAUSS-03201----GAUSS-03300.md
index aa95cb67543aa67494e17c886ae762c147bb9258..4fbb6fbda7ed2a16dddb17c67375c5f6177ef062 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-03201----GAUSS-03300.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-03201----GAUSS-03300.md
@@ -1,4 +1,4 @@
-# GAUSS-03201 -- GAUSS-03300
+# GAUSS-03201 -- GAUSS-03300
- **[GAUSS-03201 -- GAUSS-03210]({{}})**
diff --git a/content/zh/docs/DataBaseReference/GAUSS-03211----GAUSS-03220.md b/content/zh/docs/DatabaseReference/GAUSS-03211----GAUSS-03220.md
similarity index 91%
rename from content/zh/docs/DataBaseReference/GAUSS-03211----GAUSS-03220.md
rename to content/zh/docs/DatabaseReference/GAUSS-03211----GAUSS-03220.md
index dba385dfa28998d7b23f6dc350537c4645ef3fbd..be3c87555c75806d6302e6358432e21e99262065 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-03211----GAUSS-03220.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-03211----GAUSS-03220.md
@@ -1,4 +1,4 @@
-# GAUSS-03211 -- GAUSS-03220
+# GAUSS-03211 -- GAUSS-03220
GAUSS-03211: "malformed tsquery: operand not found"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-03221----GAUSS-03230.md b/content/zh/docs/DatabaseReference/GAUSS-03221----GAUSS-03230.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-03221----GAUSS-03230.md
rename to content/zh/docs/DatabaseReference/GAUSS-03221----GAUSS-03230.md
index 5c29302078212878bb76113ba0d965809052dd4b..bdbe4419f5d742e722153f264bab7fbd44b76697 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-03221----GAUSS-03230.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-03221----GAUSS-03230.md
@@ -1,4 +1,4 @@
-# GAUSS-03221 -- GAUSS-03230
+# GAUSS-03221 -- GAUSS-03230
GAUSS-03221: "cannot accept a value of type any"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-03231----GAUSS-03240.md b/content/zh/docs/DatabaseReference/GAUSS-03231----GAUSS-03240.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-03231----GAUSS-03240.md
rename to content/zh/docs/DatabaseReference/GAUSS-03231----GAUSS-03240.md
index ea1566b04e4f7142d45db52d920457095ee53a10..ab5d299f1e9581be6634cd5b36e62f51f8027c5c 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-03231----GAUSS-03240.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-03231----GAUSS-03240.md
@@ -1,4 +1,4 @@
-# GAUSS-03231 -- GAUSS-03240
+# GAUSS-03231 -- GAUSS-03240
GAUSS-03231: "cannot display a value of type fdw\_handler"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-03241----GAUSS-03250.md b/content/zh/docs/DatabaseReference/GAUSS-03241----GAUSS-03250.md
similarity index 91%
rename from content/zh/docs/DataBaseReference/GAUSS-03241----GAUSS-03250.md
rename to content/zh/docs/DatabaseReference/GAUSS-03241----GAUSS-03250.md
index 642ca22fa1345ed7f452406e39703a3b3c3ecdf7..b4d4be34e02a617bbc1666923d71207e52822e29 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-03241----GAUSS-03250.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-03241----GAUSS-03250.md
@@ -1,4 +1,4 @@
-# GAUSS-03241 -- GAUSS-03250
+# GAUSS-03241 -- GAUSS-03250
GAUSS-03241: "cannot display a value of a shell type"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-03251----GAUSS-03260.md b/content/zh/docs/DatabaseReference/GAUSS-03251----GAUSS-03260.md
similarity index 91%
rename from content/zh/docs/DataBaseReference/GAUSS-03251----GAUSS-03260.md
rename to content/zh/docs/DatabaseReference/GAUSS-03251----GAUSS-03260.md
index 017da1ec1a68dfd149c289c38d94b1b22264ce5e..507104a427429ab8c977a4b661b33accf5948a41 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-03251----GAUSS-03260.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-03251----GAUSS-03260.md
@@ -1,4 +1,4 @@
-# GAUSS-03251 -- GAUSS-03260
+# GAUSS-03251 -- GAUSS-03260
GAUSS-03251: "time out of range"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-03261----GAUSS-03270.md b/content/zh/docs/DatabaseReference/GAUSS-03261----GAUSS-03270.md
similarity index 91%
rename from content/zh/docs/DataBaseReference/GAUSS-03261----GAUSS-03270.md
rename to content/zh/docs/DatabaseReference/GAUSS-03261----GAUSS-03270.md
index c7854f6090d03282ec1c74db1de8fc04c6fd15d9..ee811104a90a4574ba47104b1bd18d005cd13fb2 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-03261----GAUSS-03270.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-03261----GAUSS-03270.md
@@ -1,4 +1,4 @@
-# GAUSS-03261 -- GAUSS-03270
+# GAUSS-03261 -- GAUSS-03270
GAUSS-03261: "failed to get pg\_rewrite tuple for rule %u"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-03271----GAUSS-03280.md b/content/zh/docs/DatabaseReference/GAUSS-03271----GAUSS-03280.md
similarity index 91%
rename from content/zh/docs/DataBaseReference/GAUSS-03271----GAUSS-03280.md
rename to content/zh/docs/DatabaseReference/GAUSS-03271----GAUSS-03280.md
index c22b8aa1efb13f248aa389cde7c008d9a1d6100f..b9e1376bd0da763e6203defe7ad5c7e3b79b3e35 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-03271----GAUSS-03280.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-03271----GAUSS-03280.md
@@ -1,4 +1,4 @@
-# GAUSS-03271 -- GAUSS-03280
+# GAUSS-03271 -- GAUSS-03280
GAUSS-03271: "rule '%s' has unsupported event type %d"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-03281----GAUSS-03290.md b/content/zh/docs/DatabaseReference/GAUSS-03281----GAUSS-03290.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-03281----GAUSS-03290.md
rename to content/zh/docs/DatabaseReference/GAUSS-03281----GAUSS-03290.md
index 5c5e73f6ca0119287ce875d31b6951544b90192c..c6e074e80df350003eec9ef80314364cf1ff9fb7 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-03281----GAUSS-03290.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-03281----GAUSS-03290.md
@@ -1,4 +1,4 @@
-# GAUSS-03281 -- GAUSS-03290
+# GAUSS-03281 -- GAUSS-03290
GAUSS-03281: "bogus varattno for OUTER\_VAR var: %d"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-03291----GAUSS-03300.md b/content/zh/docs/DatabaseReference/GAUSS-03291----GAUSS-03300.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-03291----GAUSS-03300.md
rename to content/zh/docs/DatabaseReference/GAUSS-03291----GAUSS-03300.md
index cf635f396c95f003f3a2103126305304dd418c7c..4209ac6362d1306e116248f4c2bf7556cf75a8b0 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-03291----GAUSS-03300.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-03291----GAUSS-03300.md
@@ -1,4 +1,4 @@
-# GAUSS-03291 -- GAUSS-03300
+# GAUSS-03291 -- GAUSS-03300
GAUSS-03291: "could not find window clause for winref %u"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-03301----GAUSS-03310.md b/content/zh/docs/DatabaseReference/GAUSS-03301----GAUSS-03310.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-03301----GAUSS-03310.md
rename to content/zh/docs/DatabaseReference/GAUSS-03301----GAUSS-03310.md
index 147b9e5ff4bb0dda950dd4d391dd9d51c3955306..cf1c98be1a854d5ca3278457f9a1a37c6e251fc6 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-03301----GAUSS-03310.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-03301----GAUSS-03310.md
@@ -1,4 +1,4 @@
-# GAUSS-03301 -- GAUSS-03310
+# GAUSS-03301 -- GAUSS-03310
GAUSS-03301: "cannot lock cluster for backup in presence of %d uncommitted prepared transactions"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-03301----GAUSS-03400.md b/content/zh/docs/DatabaseReference/GAUSS-03301----GAUSS-03400.md
similarity index 90%
rename from content/zh/docs/DataBaseReference/GAUSS-03301----GAUSS-03400.md
rename to content/zh/docs/DatabaseReference/GAUSS-03301----GAUSS-03400.md
index e759105513a35843594c422708ea6b705dc34558..881543ca0f0ff5f58e02ed7ba406682accc5d251 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-03301----GAUSS-03400.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-03301----GAUSS-03400.md
@@ -1,4 +1,4 @@
-# GAUSS-03301 -- GAUSS-03400
+# GAUSS-03301 -- GAUSS-03400
- **[GAUSS-03301 -- GAUSS-03310]({{}})**
diff --git a/content/zh/docs/DataBaseReference/GAUSS-03311----GAUSS-03320.md b/content/zh/docs/DatabaseReference/GAUSS-03311----GAUSS-03320.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-03311----GAUSS-03320.md
rename to content/zh/docs/DatabaseReference/GAUSS-03311----GAUSS-03320.md
index 7f36eec43f74f7e1e43adb11abcaf57d987cf6c4..386fac26e76cbe49fb44565b8807240a32bc87d0 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-03311----GAUSS-03320.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-03311----GAUSS-03320.md
@@ -1,4 +1,4 @@
-# GAUSS-03311 -- GAUSS-03320
+# GAUSS-03311 -- GAUSS-03320
GAUSS-03311: "position information is misordered"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-03321----GAUSS-03330.md b/content/zh/docs/DatabaseReference/GAUSS-03321----GAUSS-03330.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-03321----GAUSS-03330.md
rename to content/zh/docs/DatabaseReference/GAUSS-03321----GAUSS-03330.md
index f18be1a092c8428a663a529af35bbd1f39482136..78f6460e4b26796844be23dc7f6f4b9feb8c58e4 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-03321----GAUSS-03330.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-03321----GAUSS-03330.md
@@ -1,4 +1,4 @@
-# GAUSS-03321 -- GAUSS-03330
+# GAUSS-03321 -- GAUSS-03330
GAUSS-03321: "invalid multibyte character for locale"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-03331----GAUSS-03340.md b/content/zh/docs/DatabaseReference/GAUSS-03331----GAUSS-03340.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-03331----GAUSS-03340.md
rename to content/zh/docs/DatabaseReference/GAUSS-03331----GAUSS-03340.md
index 18e19a45817f15d333523d350feb3662c184a2fa..605a6f2f616f963bb647bb08e4d29c2c030ff349 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-03331----GAUSS-03340.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-03331----GAUSS-03340.md
@@ -1,4 +1,4 @@
-# GAUSS-03331 -- GAUSS-03340
+# GAUSS-03331 -- GAUSS-03340
GAUSS-03331: "xml\_errorHandler called with invalid PgXmlErrorContext"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-03341----GAUSS-03350.md b/content/zh/docs/DatabaseReference/GAUSS-03341----GAUSS-03350.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-03341----GAUSS-03350.md
rename to content/zh/docs/DatabaseReference/GAUSS-03341----GAUSS-03350.md
index d06084ceef85101bdb438a82db377f247ed897fb..b16bdbe21263233e8ea30470a865c7c5e74050bb 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-03341----GAUSS-03350.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-03341----GAUSS-03350.md
@@ -1,4 +1,4 @@
-# GAUSS-03341 -- GAUSS-03350
+# GAUSS-03341 -- GAUSS-03350
GAUSS-03341: "'9' must be ahead of 'PR'"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-03351----GAUSS-03360.md b/content/zh/docs/DatabaseReference/GAUSS-03351----GAUSS-03360.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-03351----GAUSS-03360.md
rename to content/zh/docs/DatabaseReference/GAUSS-03351----GAUSS-03360.md
index 7ac5924e33bca71d432fc7083938d92e8e13ead2..f7b5a720a745e50cbafd6b42b4e01ab90d9d1533 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-03351----GAUSS-03360.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-03351----GAUSS-03360.md
@@ -1,4 +1,4 @@
-# GAUSS-03351 -- GAUSS-03360
+# GAUSS-03351 -- GAUSS-03360
GAUSS-03351: "cannot use 'EEEE' twice"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-03361----GAUSS-03370.md b/content/zh/docs/DatabaseReference/GAUSS-03361----GAUSS-03370.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-03361----GAUSS-03370.md
rename to content/zh/docs/DatabaseReference/GAUSS-03361----GAUSS-03370.md
index 7dd8c080f98c017111a2472f3b4c5f31bec8f0eb..f265e678bd8b08f19fa1ab47ec6bb187ba313d3d 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-03361----GAUSS-03370.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-03361----GAUSS-03370.md
@@ -1,4 +1,4 @@
-# GAUSS-03361 -- GAUSS-03370
+# GAUSS-03361 -- GAUSS-03370
GAUSS-03361: "source string too short for '%s' formatting field"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-03371----GAUSS-03380.md b/content/zh/docs/DatabaseReference/GAUSS-03371----GAUSS-03380.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-03371----GAUSS-03380.md
rename to content/zh/docs/DatabaseReference/GAUSS-03371----GAUSS-03380.md
index 2cecdd2bb4c59dd6c5559e38c63325f837b60326..be32a82d3b98f52b31083781cef42fe8550b5915 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-03371----GAUSS-03380.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-03371----GAUSS-03380.md
@@ -1,4 +1,4 @@
-# GAUSS-03371 -- GAUSS-03380
+# GAUSS-03371 -- GAUSS-03380
GAUSS-03371: " minutes of hour conflicts with seconds in day"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-03381----GAUSS-03390.md b/content/zh/docs/DatabaseReference/GAUSS-03381----GAUSS-03390.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-03381----GAUSS-03390.md
rename to content/zh/docs/DatabaseReference/GAUSS-03381----GAUSS-03390.md
index f0f40bebea6de2ebb505460fb60cf5f6ff5aa45b..8cea78694bf58fac077212545efe7f6e069a23c8 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-03381----GAUSS-03390.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-03381----GAUSS-03390.md
@@ -1,4 +1,4 @@
-# GAUSS-03381 -- GAUSS-03390
+# GAUSS-03381 -- GAUSS-03390
GAUSS-03381: "long\_int\_add inner error, addend or summand is null pointer"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-03391----GAUSS-03400.md b/content/zh/docs/DatabaseReference/GAUSS-03391----GAUSS-03400.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-03391----GAUSS-03400.md
rename to content/zh/docs/DatabaseReference/GAUSS-03391----GAUSS-03400.md
index be68fa31663f5aff91c1f79116346a2802b9396b..1a112a0a1c5f88fd38ee91e1f20fe4ffb8256957 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-03391----GAUSS-03400.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-03391----GAUSS-03400.md
@@ -1,4 +1,4 @@
-# GAUSS-03391 -- GAUSS-03400
+# GAUSS-03391 -- GAUSS-03400
GAUSS-03391: "insufficient pg\_statistic slots for array stats"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-03401----GAUSS-03410.md b/content/zh/docs/DatabaseReference/GAUSS-03401----GAUSS-03410.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-03401----GAUSS-03410.md
rename to content/zh/docs/DatabaseReference/GAUSS-03401----GAUSS-03410.md
index 14b69c279d302990a9d9ab051cfa9453da9bce64..322435012cf1ca50546a787b44eb409de3684825 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-03401----GAUSS-03410.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-03401----GAUSS-03410.md
@@ -1,4 +1,4 @@
-# GAUSS-03401 -- GAUSS-03410
+# GAUSS-03401 -- GAUSS-03410
GAUSS-03402: "hash\_redo: unimplemented"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-03401----GAUSS-03500.md b/content/zh/docs/DatabaseReference/GAUSS-03401----GAUSS-03500.md
similarity index 90%
rename from content/zh/docs/DataBaseReference/GAUSS-03401----GAUSS-03500.md
rename to content/zh/docs/DatabaseReference/GAUSS-03401----GAUSS-03500.md
index c8f636e07ef817fb22152fd1acebd47308889ac5..bca84b925adf3db1153b796308aa20241c03fd54 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-03401----GAUSS-03500.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-03401----GAUSS-03500.md
@@ -1,4 +1,4 @@
-# GAUSS-03401 -- GAUSS-03500
+# GAUSS-03401 -- GAUSS-03500
- **[GAUSS-03401 -- GAUSS-03410]({{}})**
diff --git a/content/zh/docs/DataBaseReference/GAUSS-03411----GAUSS-03420.md b/content/zh/docs/DatabaseReference/GAUSS-03411----GAUSS-03420.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-03411----GAUSS-03420.md
rename to content/zh/docs/DatabaseReference/GAUSS-03411----GAUSS-03420.md
index bb084bd8b201fb7b13aa1fe3fe99d4ecf78f08ac..46eee34fcc08aaeaab4743d9db4e841cb0f28e4a 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-03411----GAUSS-03420.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-03411----GAUSS-03420.md
@@ -1,4 +1,4 @@
-# GAUSS-03411 -- GAUSS-03420
+# GAUSS-03411 -- GAUSS-03420
GAUSS-03411: "scan in progress on supposedly new bucket"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-03421----GAUSS-03430.md b/content/zh/docs/DatabaseReference/GAUSS-03421----GAUSS-03430.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-03421----GAUSS-03430.md
rename to content/zh/docs/DatabaseReference/GAUSS-03421----GAUSS-03430.md
index 8f59d12349c1568b2c45bef889b6f9a423216bcd..cf89277ff5deeb18810252cef4e820f7aa6aeddb 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-03421----GAUSS-03430.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-03421----GAUSS-03430.md
@@ -1,4 +1,4 @@
-# GAUSS-03421 -- GAUSS-03430
+# GAUSS-03421 -- GAUSS-03430
GAUSS-03421: "index '%s' has wrong hash version"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-03431----GAUSS-03440.md b/content/zh/docs/DatabaseReference/GAUSS-03431----GAUSS-03440.md
similarity index 91%
rename from content/zh/docs/DataBaseReference/GAUSS-03431----GAUSS-03440.md
rename to content/zh/docs/DatabaseReference/GAUSS-03431----GAUSS-03440.md
index bf676b8c02b34ff2dfc62d77869110fc8d1ceb2a..d6156dbae2fc0e081eb67d2e356d85e3f584b0be 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-03431----GAUSS-03440.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-03431----GAUSS-03440.md
@@ -1,4 +1,4 @@
-# GAUSS-03431 -- GAUSS-03440
+# GAUSS-03431 -- GAUSS-03440
GAUSS-03431: "old GIN indexes do not support whole-index scans nor searches for nulls"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-03441----GAUSS-03450.md b/content/zh/docs/DatabaseReference/GAUSS-03441----GAUSS-03450.md
similarity index 90%
rename from content/zh/docs/DataBaseReference/GAUSS-03441----GAUSS-03450.md
rename to content/zh/docs/DatabaseReference/GAUSS-03441----GAUSS-03450.md
index e02227012865c031bfa8456ce789f50d5adef31b..0ed22183c5f24fc3f345419fb2913bcea2d4e301 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-03441----GAUSS-03450.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-03441----GAUSS-03450.md
@@ -1,4 +1,4 @@
-# GAUSS-03441 -- GAUSS-03450
+# GAUSS-03441 -- GAUSS-03450
GAUSS-03441: "column is not in index"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-03451----GAUSS-03460.md b/content/zh/docs/DatabaseReference/GAUSS-03451----GAUSS-03460.md
similarity index 90%
rename from content/zh/docs/DataBaseReference/GAUSS-03451----GAUSS-03460.md
rename to content/zh/docs/DatabaseReference/GAUSS-03451----GAUSS-03460.md
index 544b55eee8f66db061e2f1110cee988cca117a4c..1d78db814677eacfd2ec03ff5be9b2630d6fb714 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-03451----GAUSS-03460.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-03451----GAUSS-03460.md
@@ -1,4 +1,4 @@
-# GAUSS-03451 -- GAUSS-03460
+# GAUSS-03451 -- GAUSS-03460
GAUSS-03453: "Xid is invalid."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-03461----GAUSS-03470.md b/content/zh/docs/DatabaseReference/GAUSS-03461----GAUSS-03470.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-03461----GAUSS-03470.md
rename to content/zh/docs/DatabaseReference/GAUSS-03461----GAUSS-03470.md
index 3671289b96f874702eaf2ec2e67ea73230607c3d..8e4e8cf660d53d1c8d426344f3f9ecdb78f0b50c 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-03461----GAUSS-03470.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-03461----GAUSS-03470.md
@@ -1,4 +1,4 @@
-# GAUSS-03461 -- GAUSS-03470
+# GAUSS-03461 -- GAUSS-03470
GAUSS-03461: "cannot PREPARE a transaction that has exported snapshots"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-03471----GAUSS-03480.md b/content/zh/docs/DatabaseReference/GAUSS-03471----GAUSS-03480.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-03471----GAUSS-03480.md
rename to content/zh/docs/DatabaseReference/GAUSS-03471----GAUSS-03480.md
index 646d318ec5253fadbf2b6a21cae160c4501eaab1..4f5daf97057275129ebd2e668b5edcf0b7eb746c 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-03471----GAUSS-03480.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-03471----GAUSS-03480.md
@@ -1,4 +1,4 @@
-# GAUSS-03471 -- GAUSS-03480
+# GAUSS-03471 -- GAUSS-03480
GAUSS-03471: "EndTransactionBlock: unexpected state %s"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-03481----GAUSS-03490.md b/content/zh/docs/DatabaseReference/GAUSS-03481----GAUSS-03490.md
similarity index 89%
rename from content/zh/docs/DataBaseReference/GAUSS-03481----GAUSS-03490.md
rename to content/zh/docs/DatabaseReference/GAUSS-03481----GAUSS-03490.md
index fb39d490ac415df46e4f425a31f09e0e4a0e5baf..76033f67a7a0f13e86723055aad17fb3aab1a0e4 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-03481----GAUSS-03490.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-03481----GAUSS-03490.md
@@ -1,4 +1,4 @@
-# GAUSS-03481 -- GAUSS-03490
+# GAUSS-03481 -- GAUSS-03490
GAUSS-03481: "cannot have more than 2^32-1 subtransactions in a transaction"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-03491----GAUSS-03500.md b/content/zh/docs/DatabaseReference/GAUSS-03491----GAUSS-03500.md
similarity index 90%
rename from content/zh/docs/DataBaseReference/GAUSS-03491----GAUSS-03500.md
rename to content/zh/docs/DatabaseReference/GAUSS-03491----GAUSS-03500.md
index 8761a3f7208ebc12665b495c64da50f90a537a7a..7be302f79442c8b9e724d45a73bc8c32f698495e 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-03491----GAUSS-03500.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-03491----GAUSS-03500.md
@@ -1,4 +1,4 @@
-# GAUSS-03491 -- GAUSS-03500
+# GAUSS-03491 -- GAUSS-03500
GAUSS-03492: "cannot assign OIDs during recovery"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-03501----GAUSS-03510.md b/content/zh/docs/DatabaseReference/GAUSS-03501----GAUSS-03510.md
similarity index 91%
rename from content/zh/docs/DataBaseReference/GAUSS-03501----GAUSS-03510.md
rename to content/zh/docs/DatabaseReference/GAUSS-03501----GAUSS-03510.md
index a22390a7705752908d442143bde94797f1232999..a3b02aa73b8b7d375957f29fdb8f1c8c71e64c64 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-03501----GAUSS-03510.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-03501----GAUSS-03510.md
@@ -1,4 +1,4 @@
-# GAUSS-03501 -- GAUSS-03510
+# GAUSS-03501 -- GAUSS-03510
GAUSS-03501: "value too long for restore point \(maximum %d characters\)"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-03501----GAUSS-03600.md b/content/zh/docs/DatabaseReference/GAUSS-03501----GAUSS-03600.md
similarity index 90%
rename from content/zh/docs/DataBaseReference/GAUSS-03501----GAUSS-03600.md
rename to content/zh/docs/DatabaseReference/GAUSS-03501----GAUSS-03600.md
index dc2f1c4430a7fc794d6d6fca0c5ab3af4c840b8c..91994118429f9c63fe6a0dcf7a92eab7c584aa46 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-03501----GAUSS-03600.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-03501----GAUSS-03600.md
@@ -1,4 +1,4 @@
-# GAUSS-03501 -- GAUSS-03600
+# GAUSS-03501 -- GAUSS-03600
- **[GAUSS-03501 -- GAUSS-03510]({{}})**
diff --git a/content/zh/docs/DataBaseReference/GAUSS-03511----GAUSS-03520.md b/content/zh/docs/DatabaseReference/GAUSS-03511----GAUSS-03520.md
similarity index 91%
rename from content/zh/docs/DataBaseReference/GAUSS-03511----GAUSS-03520.md
rename to content/zh/docs/DatabaseReference/GAUSS-03511----GAUSS-03520.md
index 3964ca6482e4689f707e77201f6691c3ce9b1256..a05a8fc002369b022b840223b737d7048c9553af 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-03511----GAUSS-03520.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-03511----GAUSS-03520.md
@@ -1,4 +1,4 @@
-# GAUSS-03511 -- GAUSS-03520
+# GAUSS-03511 -- GAUSS-03520
GAUSS-03513: "xlog write request %X/%X is past end of log %X/%X"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-03521----GAUSS-03530.md b/content/zh/docs/DatabaseReference/GAUSS-03521----GAUSS-03530.md
similarity index 90%
rename from content/zh/docs/DataBaseReference/GAUSS-03521----GAUSS-03530.md
rename to content/zh/docs/DatabaseReference/GAUSS-03521----GAUSS-03530.md
index 9097e5536a0441088ba2564e64d0b5481070d322..332520efe5c0ab69acea827bddeba6cc9deb1431 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-03521----GAUSS-03530.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-03521----GAUSS-03530.md
@@ -1,4 +1,4 @@
-# GAUSS-03521 -- GAUSS-03530
+# GAUSS-03521 -- GAUSS-03530
GAUSS-03523: "syntax error in history file: %s"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-03531----GAUSS-03540.md b/content/zh/docs/DatabaseReference/GAUSS-03531----GAUSS-03540.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-03531----GAUSS-03540.md
rename to content/zh/docs/DatabaseReference/GAUSS-03531----GAUSS-03540.md
index e2d3a88035b81f9b5e4913fb64232baa63ccfafd..12cdb40ece75e34f78c2295fab2488c7e0d15ee8 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-03531----GAUSS-03540.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-03531----GAUSS-03540.md
@@ -1,4 +1,4 @@
-# GAUSS-03531 -- GAUSS-03540
+# GAUSS-03531 -- GAUSS-03540
GAUSS-03531: "could not close control file: %m"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-03541----GAUSS-03550.md b/content/zh/docs/DatabaseReference/GAUSS-03541----GAUSS-03550.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-03541----GAUSS-03550.md
rename to content/zh/docs/DatabaseReference/GAUSS-03541----GAUSS-03550.md
index 81ef3c79d4d94394510b477ec32e853b330d4a53..cb03647ad72d097a7b4da1288081f3195f6e3307 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-03541----GAUSS-03550.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-03541----GAUSS-03550.md
@@ -1,4 +1,4 @@
-# GAUSS-03541 -- GAUSS-03550
+# GAUSS-03541 -- GAUSS-03550
GAUSS-03541: "recovery\_target\_xid is not a valid number: '%s'"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-03551----GAUSS-03560.md b/content/zh/docs/DatabaseReference/GAUSS-03551----GAUSS-03560.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-03551----GAUSS-03560.md
rename to content/zh/docs/DatabaseReference/GAUSS-03551----GAUSS-03560.md
index 7f2d3ac22eff681d8c50b22deefdae78eb7d0f41..adf966a6bd3854b14df462317d4cb36165a28b44 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-03551----GAUSS-03560.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-03551----GAUSS-03560.md
@@ -1,4 +1,4 @@
-# GAUSS-03551 -- GAUSS-03560
+# GAUSS-03551 -- GAUSS-03560
GAUSS-03551: "could not locate required checkpoint record"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-03561----GAUSS-03570.md b/content/zh/docs/DatabaseReference/GAUSS-03561----GAUSS-03570.md
similarity index 90%
rename from content/zh/docs/DataBaseReference/GAUSS-03561----GAUSS-03570.md
rename to content/zh/docs/DatabaseReference/GAUSS-03561----GAUSS-03570.md
index be8ef473aff0eb681f1f62fd70082c1a55bd62fd..22192b384a6c134136ee1891703fa412aab89c8c 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-03561----GAUSS-03570.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-03561----GAUSS-03570.md
@@ -1,4 +1,4 @@
-# GAUSS-03561 -- GAUSS-03570
+# GAUSS-03561 -- GAUSS-03570
GAUSS-03562: "concurrent transaction log activity while database system is shutting down"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-03571----GAUSS-03580.md b/content/zh/docs/DatabaseReference/GAUSS-03571----GAUSS-03580.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-03571----GAUSS-03580.md
rename to content/zh/docs/DatabaseReference/GAUSS-03571----GAUSS-03580.md
index 2f1109493201dad033f1f292edf10c963d99d452..75314fdf3eeeb1d81cdc2dd67be5026485d1eb14 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-03571----GAUSS-03580.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-03571----GAUSS-03580.md
@@ -1,4 +1,4 @@
-# GAUSS-03571 -- GAUSS-03580
+# GAUSS-03571 -- GAUSS-03580
GAUSS-03571: "WAL level not sufficient for making an online backup"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-03581----GAUSS-03590.md b/content/zh/docs/DatabaseReference/GAUSS-03581----GAUSS-03590.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-03581----GAUSS-03590.md
rename to content/zh/docs/DatabaseReference/GAUSS-03581----GAUSS-03590.md
index 304329292133b8b819b9fefe0a84caa7316720f3..5dbdec6ec22225767b597d45db72808edc33d92d 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-03581----GAUSS-03590.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-03581----GAUSS-03590.md
@@ -1,4 +1,4 @@
-# GAUSS-03581 -- GAUSS-03590
+# GAUSS-03581 -- GAUSS-03590
GAUSS-03581: "not enough shared memory for pg\_lsnxlogflushchk share memory"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-03591----GAUSS-03600.md b/content/zh/docs/DatabaseReference/GAUSS-03591----GAUSS-03600.md
similarity index 89%
rename from content/zh/docs/DataBaseReference/GAUSS-03591----GAUSS-03600.md
rename to content/zh/docs/DatabaseReference/GAUSS-03591----GAUSS-03600.md
index 9784fd37d64675c4ab9785ee46549af8a7cef0a1..c31768dd3262429d25308affb2c39c41936758f1 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-03591----GAUSS-03600.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-03591----GAUSS-03600.md
@@ -1,4 +1,4 @@
-# GAUSS-03591 -- GAUSS-03600
+# GAUSS-03591 -- GAUSS-03600
GAUSS-03591: "failed to find GlobalTransaction for xid %lu"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-03601----GAUSS-03610.md b/content/zh/docs/DatabaseReference/GAUSS-03601----GAUSS-03610.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-03601----GAUSS-03610.md
rename to content/zh/docs/DatabaseReference/GAUSS-03601----GAUSS-03610.md
index a9e978d9b3f684de5e304aa7205b70c1d96a8427..e4211e43dc6b9f257f522fc384a34fcc5a20ad91 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-03601----GAUSS-03610.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-03601----GAUSS-03610.md
@@ -1,4 +1,4 @@
-# GAUSS-03601 -- GAUSS-03610
+# GAUSS-03601 -- GAUSS-03610
GAUSS-03603: "number of index columns \(%d\) exceeds limit \(%d\)"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-03601----GAUSS-03700.md b/content/zh/docs/DatabaseReference/GAUSS-03601----GAUSS-03700.md
similarity index 90%
rename from content/zh/docs/DataBaseReference/GAUSS-03601----GAUSS-03700.md
rename to content/zh/docs/DatabaseReference/GAUSS-03601----GAUSS-03700.md
index 9781028cf64f0a1d90bcb3836f69bc640a669658..ecaaf943eca593343d4b1ace59d99a9f57ed288f 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-03601----GAUSS-03700.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-03601----GAUSS-03700.md
@@ -1,4 +1,4 @@
-# GAUSS-03601 -- GAUSS-03700
+# GAUSS-03601 -- GAUSS-03700
- **[GAUSS-03601 -- GAUSS-03610]({{}})**
diff --git a/content/zh/docs/DataBaseReference/GAUSS-03611----GAUSS-03620.md b/content/zh/docs/DatabaseReference/GAUSS-03611----GAUSS-03620.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-03611----GAUSS-03620.md
rename to content/zh/docs/DatabaseReference/GAUSS-03611----GAUSS-03620.md
index 8f7517f520988dc48edb1bf47256c4fc3ec1409c..16c82768ce0470ed7dd862798404ab0b39e0276c 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-03611----GAUSS-03620.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-03611----GAUSS-03620.md
@@ -1,4 +1,4 @@
-# GAUSS-03611 -- GAUSS-03620
+# GAUSS-03611 -- GAUSS-03620
GAUSS-03611: "cannot extract system attribute from minimal tuple"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-03621----GAUSS-03630.md b/content/zh/docs/DatabaseReference/GAUSS-03621----GAUSS-03630.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-03621----GAUSS-03630.md
rename to content/zh/docs/DatabaseReference/GAUSS-03621----GAUSS-03630.md
index bc22446a96b3deaaeff3c23fec05ed1850741989..1b91b5af9930bbe84ffd1b0693b4b9d976845374 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-03621----GAUSS-03630.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-03621----GAUSS-03630.md
@@ -1,4 +1,4 @@
-# GAUSS-03621 -- GAUSS-03630
+# GAUSS-03621 -- GAUSS-03630
GAUSS-03621: "value %s out of bounds for option '%s'"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-03631----GAUSS-03640.md b/content/zh/docs/DatabaseReference/GAUSS-03631----GAUSS-03640.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-03631----GAUSS-03640.md
rename to content/zh/docs/DatabaseReference/GAUSS-03631----GAUSS-03640.md
index 07ab8d2558248239db5c9450affa682d6617e29a..b59bf8e1dff89af79b0d243b64b4516d9b1b5b6c 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-03631----GAUSS-03640.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-03631----GAUSS-03640.md
@@ -1,4 +1,4 @@
-# GAUSS-03631 -- GAUSS-03640
+# GAUSS-03631 -- GAUSS-03640
GAUSS-03631: "multiple active vacuums for index '%s'"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-03641----GAUSS-03650.md b/content/zh/docs/DatabaseReference/GAUSS-03641----GAUSS-03650.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-03641----GAUSS-03650.md
rename to content/zh/docs/DatabaseReference/GAUSS-03641----GAUSS-03650.md
index 50553e819f374e49576e00db2959ed537f57fe7e..58602e79392f305201fcb5c757ac1fab5cb7a51f 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-03641----GAUSS-03650.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-03641----GAUSS-03650.md
@@ -1,4 +1,4 @@
-# GAUSS-03641 -- GAUSS-03650
+# GAUSS-03641 -- GAUSS-03650
GAUSS-03641: "failed to delete rightmost child %u of block %u in index '%s'"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-03651----GAUSS-03660.md b/content/zh/docs/DatabaseReference/GAUSS-03651----GAUSS-03660.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-03651----GAUSS-03660.md
rename to content/zh/docs/DatabaseReference/GAUSS-03651----GAUSS-03660.md
index 5294c6f8730fbbf49559a2285da0d8c350f0865d..9ed7308c2871dce47baef23b6251d0edb71ea83c 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-03651----GAUSS-03660.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-03651----GAUSS-03660.md
@@ -1,4 +1,4 @@
-# GAUSS-03651 -- GAUSS-03660
+# GAUSS-03651 -- GAUSS-03660
GAUSS-03651: "failed to add new item to block %u in index '%s'"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-03661----GAUSS-03670.md b/content/zh/docs/DatabaseReference/GAUSS-03661----GAUSS-03670.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-03661----GAUSS-03670.md
rename to content/zh/docs/DatabaseReference/GAUSS-03661----GAUSS-03670.md
index 18dc110a3c657e8de5b63dd596152a0799b65596..93bff26e7210adababf2b3f161c5675357ddc9f3 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-03661----GAUSS-03670.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-03661----GAUSS-03670.md
@@ -1,4 +1,4 @@
-# GAUSS-03661 -- GAUSS-03670
+# GAUSS-03661 -- GAUSS-03670
GAUSS-03661: "failed to add rightkey to new root page while splitting block %u of index '%s'"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-03671----GAUSS-03680.md b/content/zh/docs/DatabaseReference/GAUSS-03671----GAUSS-03680.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-03671----GAUSS-03680.md
rename to content/zh/docs/DatabaseReference/GAUSS-03671----GAUSS-03680.md
index 6493cfe8be8c3005a91de60736908878bb35a294..7af5a43e897af37bb5f1eb50232663bae841b821 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-03671----GAUSS-03680.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-03671----GAUSS-03680.md
@@ -1,4 +1,4 @@
-# GAUSS-03671 -- GAUSS-03680
+# GAUSS-03671 -- GAUSS-03680
GAUSS-03671: "btree\_xlog\_cleanup: right block unfound"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-03681----GAUSS-03690.md b/content/zh/docs/DatabaseReference/GAUSS-03681----GAUSS-03690.md
similarity index 89%
rename from content/zh/docs/DataBaseReference/GAUSS-03681----GAUSS-03690.md
rename to content/zh/docs/DatabaseReference/GAUSS-03681----GAUSS-03690.md
index e78df2f4edfc014a0f69d59a6d633e404bbfd8ae..2f36e99da95c2e1325753a8fd13449b7a849a6f9 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-03681----GAUSS-03690.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-03681----GAUSS-03690.md
@@ -1,4 +1,4 @@
-# GAUSS-03681 -- GAUSS-03690
+# GAUSS-03681 -- GAUSS-03690
GAUSS-03683: "invalid value for 'buffering' option"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-03691----GAUSS-03700.md b/content/zh/docs/DatabaseReference/GAUSS-03691----GAUSS-03700.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-03691----GAUSS-03700.md
rename to content/zh/docs/DatabaseReference/GAUSS-03691----GAUSS-03700.md
index ea218a3d034f1b05614aa571f440c6c8d7e988cd..51301c88ce9092b6bbb2b267babac4e02d056056 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-03691----GAUSS-03700.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-03691----GAUSS-03700.md
@@ -1,4 +1,4 @@
-# GAUSS-03691 -- GAUSS-03700
+# GAUSS-03691 -- GAUSS-03700
GAUSS-03691: "inconsistent point values"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-03701----GAUSS-03710.md b/content/zh/docs/DatabaseReference/GAUSS-03701----GAUSS-03710.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-03701----GAUSS-03710.md
rename to content/zh/docs/DatabaseReference/GAUSS-03701----GAUSS-03710.md
index 8f8341eb7013503454e91aa9f69e85c07f22fc64..49b8cea945b79bf8cfd19194ad1bc8814fef9a53 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-03701----GAUSS-03710.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-03701----GAUSS-03710.md
@@ -1,4 +1,4 @@
-# GAUSS-03701 -- GAUSS-03710
+# GAUSS-03701 -- GAUSS-03710
GAUSS-03701: "spg\_redo: unknown op code %u"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-03701----GAUSS-03800.md b/content/zh/docs/DatabaseReference/GAUSS-03701----GAUSS-03800.md
similarity index 90%
rename from content/zh/docs/DataBaseReference/GAUSS-03701----GAUSS-03800.md
rename to content/zh/docs/DatabaseReference/GAUSS-03701----GAUSS-03800.md
index 11cc32a249efe26fb599075eb4b91557425484c0..81b36be223f48b4b62a49f8ec88e95884897a899 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-03701----GAUSS-03800.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-03701----GAUSS-03800.md
@@ -1,4 +1,4 @@
-# GAUSS-03701 -- GAUSS-03800
+# GAUSS-03701 -- GAUSS-03800
- **[GAUSS-03701 -- GAUSS-03710]({{}})**
diff --git a/content/zh/docs/DataBaseReference/GAUSS-03711----GAUSS-03720.md b/content/zh/docs/DatabaseReference/GAUSS-03711----GAUSS-03720.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-03711----GAUSS-03720.md
rename to content/zh/docs/DatabaseReference/GAUSS-03711----GAUSS-03720.md
index 7e5740003860c871415e83037ade66a848a05088..84e30103e5721826aa5bece12c9e91da96f83b14 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-03711----GAUSS-03720.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-03711----GAUSS-03720.md
@@ -1,4 +1,4 @@
-# GAUSS-03711 -- GAUSS-03720
+# GAUSS-03711 -- GAUSS-03720
GAUSS-03711: "getQuadrant: impossible case"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-03721----GAUSS-03730.md b/content/zh/docs/DatabaseReference/GAUSS-03721----GAUSS-03730.md
similarity index 94%
rename from content/zh/docs/DataBaseReference/GAUSS-03721----GAUSS-03730.md
rename to content/zh/docs/DatabaseReference/GAUSS-03721----GAUSS-03730.md
index ca5fb3f02be78f3e3a80b60513f17233429dc43d..164fb96856511b01ea778f2699485102ce9926e1 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-03721----GAUSS-03730.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-03721----GAUSS-03730.md
@@ -1,4 +1,4 @@
-# GAUSS-03721 -- GAUSS-03730
+# GAUSS-03721 -- GAUSS-03730
GAUSS-03721: "cannot add a node to an inner tuple without node labels"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-03731----GAUSS-03740.md b/content/zh/docs/DatabaseReference/GAUSS-03731----GAUSS-03740.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-03731----GAUSS-03740.md
rename to content/zh/docs/DatabaseReference/GAUSS-03731----GAUSS-03740.md
index 215436a811a68acd437ed3346cd78b900e20ffab..1c51f4386ee3a4d32bb00ba229269e3188dab181 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-03731----GAUSS-03740.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-03731----GAUSS-03740.md
@@ -1,4 +1,4 @@
-# GAUSS-03731 -- GAUSS-03740
+# GAUSS-03731 -- GAUSS-03740
GAUSS-03731: "unexpected chunk size %d \(expected %d\) in final chunk %d for toast value %u in %s"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-03741----GAUSS-03750.md b/content/zh/docs/DatabaseReference/GAUSS-03741----GAUSS-03750.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-03741----GAUSS-03750.md
rename to content/zh/docs/DatabaseReference/GAUSS-03741----GAUSS-03750.md
index 908657c44a4177ec51e93346b489d0a46209891a..b43e6b907efbc9e3db99f159df9e532ca6d23384 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-03741----GAUSS-03750.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-03741----GAUSS-03750.md
@@ -1,4 +1,4 @@
-# GAUSS-03741 -- GAUSS-03750
+# GAUSS-03741 -- GAUSS-03750
GAUSS-03741: "attempted to update invisible tuple"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-03751----GAUSS-03760.md b/content/zh/docs/DatabaseReference/GAUSS-03751----GAUSS-03760.md
similarity index 90%
rename from content/zh/docs/DataBaseReference/GAUSS-03751----GAUSS-03760.md
rename to content/zh/docs/DatabaseReference/GAUSS-03751----GAUSS-03760.md
index 18c40ab5ffd00ec17877cb7da90ebcb8691c89eb..48a921c1d3fda0895768a038aef18b688490b907 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-03751----GAUSS-03760.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-03751----GAUSS-03760.md
@@ -1,4 +1,4 @@
-# GAUSS-03751 -- GAUSS-03760
+# GAUSS-03751 -- GAUSS-03760
GAUSS-03751: "heap\_update\_redo: invalid lp"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-03761----GAUSS-03770.md b/content/zh/docs/DatabaseReference/GAUSS-03761----GAUSS-03770.md
similarity index 91%
rename from content/zh/docs/DataBaseReference/GAUSS-03761----GAUSS-03770.md
rename to content/zh/docs/DatabaseReference/GAUSS-03761----GAUSS-03770.md
index 7d9571552931f61b4e82a7f7398015cdb7ff38b3..4de194be3ae7b176f776e3b24b82716f7c0c64d3 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-03761----GAUSS-03770.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-03761----GAUSS-03770.md
@@ -1,4 +1,4 @@
-# GAUSS-03761 -- GAUSS-03770
+# GAUSS-03761 -- GAUSS-03770
GAUSS-03761: "openning partition %u, but relation %s %u is neither table nor index"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-03771----GAUSS-03780.md b/content/zh/docs/DatabaseReference/GAUSS-03771----GAUSS-03780.md
similarity index 90%
rename from content/zh/docs/DataBaseReference/GAUSS-03771----GAUSS-03780.md
rename to content/zh/docs/DatabaseReference/GAUSS-03771----GAUSS-03780.md
index c828a63e0c74283831f2171274412b29280c1aa5..2d4e7d806072648cb8711cc8dbe4c69b55a561bb 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-03771----GAUSS-03780.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-03771----GAUSS-03780.md
@@ -1,4 +1,4 @@
-# GAUSS-03771 -- GAUSS-03780
+# GAUSS-03771 -- GAUSS-03780
GAUSS-03771: "could not write cache file '%s': %m"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-03781----GAUSS-03790.md b/content/zh/docs/DatabaseReference/GAUSS-03781----GAUSS-03790.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-03781----GAUSS-03790.md
rename to content/zh/docs/DatabaseReference/GAUSS-03781----GAUSS-03790.md
index da7879d538b272ffd26ff814f8b103ace6a23d95..e019f5baed21d47afe05d5c9b331690228e179fd 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-03781----GAUSS-03790.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-03781----GAUSS-03790.md
@@ -1,4 +1,4 @@
-# GAUSS-03781 -- GAUSS-03790
+# GAUSS-03781 -- GAUSS-03790
GAUSS-03781: "CStore: unrecognized heap\_update status: %u"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-03791----GAUSS-03800.md b/content/zh/docs/DatabaseReference/GAUSS-03791----GAUSS-03800.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-03791----GAUSS-03800.md
rename to content/zh/docs/DatabaseReference/GAUSS-03791----GAUSS-03800.md
index 2072c9518c5d7d804a758f3614ea291b9b2cd409..18c39a62e9f7e92e507247288543318737a6c6fa 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-03791----GAUSS-03800.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-03791----GAUSS-03800.md
@@ -1,4 +1,4 @@
-# GAUSS-03791 -- GAUSS-03800
+# GAUSS-03791 -- GAUSS-03800
GAUSS-03792: "cannot handle per-attribute ON SELECT rule"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-03801----GAUSS-03810.md b/content/zh/docs/DatabaseReference/GAUSS-03801----GAUSS-03810.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-03801----GAUSS-03810.md
rename to content/zh/docs/DatabaseReference/GAUSS-03801----GAUSS-03810.md
index 89660ce2641e3fb12ef862828d88eb9506ae12eb..4650cb227b492d3d4cb0e283b78ec0674d885afe 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-03801----GAUSS-03810.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-03801----GAUSS-03810.md
@@ -1,4 +1,4 @@
-# GAUSS-03801 -- GAUSS-03810
+# GAUSS-03801 -- GAUSS-03810
GAUSS-03801: "cannot perform DELETE RETURNING on relation '%s'"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-03801----GAUSS-03900.md b/content/zh/docs/DatabaseReference/GAUSS-03801----GAUSS-03900.md
similarity index 90%
rename from content/zh/docs/DataBaseReference/GAUSS-03801----GAUSS-03900.md
rename to content/zh/docs/DatabaseReference/GAUSS-03801----GAUSS-03900.md
index 9223946f3faec98f90c5d611b4ed86950579b2e9..84db90c39c9279df6f57cfa1b48a8483c7dcac41 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-03801----GAUSS-03900.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-03801----GAUSS-03900.md
@@ -1,4 +1,4 @@
-# GAUSS-03801 -- GAUSS-03900
+# GAUSS-03801 -- GAUSS-03900
- **[GAUSS-03801 -- GAUSS-03810]({{}})**
diff --git a/content/zh/docs/DataBaseReference/GAUSS-03811----GAUSS-03820.md b/content/zh/docs/DatabaseReference/GAUSS-03811----GAUSS-03820.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-03811----GAUSS-03820.md
rename to content/zh/docs/DatabaseReference/GAUSS-03811----GAUSS-03820.md
index 6b0619ca69814b5927d35e0dc3d72ae51eeb0a5b..50864ff7873220c4b7ce3a685438bcddec7dbf4c 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-03811----GAUSS-03820.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-03811----GAUSS-03820.md
@@ -1,4 +1,4 @@
-# GAUSS-03811 -- GAUSS-03820
+# GAUSS-03811 -- GAUSS-03820
GAUSS-03811: "rule '%s' for relation '%s' already exists"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-03821----GAUSS-03830.md b/content/zh/docs/DatabaseReference/GAUSS-03821----GAUSS-03830.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-03821----GAUSS-03830.md
rename to content/zh/docs/DatabaseReference/GAUSS-03821----GAUSS-03830.md
index 0f549a6933fc249f27fde59085211d99bc342c21..b5ac00f74ee192e020dec674b035e88e4246d5e0 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-03821----GAUSS-03830.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-03821----GAUSS-03830.md
@@ -1,4 +1,4 @@
-# GAUSS-03821 -- GAUSS-03830
+# GAUSS-03821 -- GAUSS-03830
GAUSS-03821: "could not convert table '%s' to a view because it is a partitioned table"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-03831----GAUSS-03840.md b/content/zh/docs/DatabaseReference/GAUSS-03831----GAUSS-03840.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-03831----GAUSS-03840.md
rename to content/zh/docs/DatabaseReference/GAUSS-03831----GAUSS-03840.md
index e380b324e1931a7ab95d3d78476edb549971b60c..fd15f66f6440fad75629463e3cfc0d888767635c 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-03831----GAUSS-03840.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-03831----GAUSS-03840.md
@@ -1,4 +1,4 @@
-# GAUSS-03831 -- GAUSS-03840
+# GAUSS-03831 -- GAUSS-03840
GAUSS-03831: "SELECT rule's target entry %d has different column name from '%s'"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-03841----GAUSS-03850.md b/content/zh/docs/DatabaseReference/GAUSS-03841----GAUSS-03850.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-03841----GAUSS-03850.md
rename to content/zh/docs/DatabaseReference/GAUSS-03841----GAUSS-03850.md
index 860c8550c40bdb57421342436f7b2304a3e81c61..df07410fddc150a3b9c48ed0439395136d906e03 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-03841----GAUSS-03850.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-03841----GAUSS-03850.md
@@ -1,4 +1,4 @@
-# GAUSS-03841 -- GAUSS-03850
+# GAUSS-03841 -- GAUSS-03850
GAUSS-03841: "vector scan for VecMarkPos is not yet implemented "
diff --git a/content/zh/docs/DataBaseReference/GAUSS-03851----GAUSS-03860.md b/content/zh/docs/DatabaseReference/GAUSS-03851----GAUSS-03860.md
similarity index 89%
rename from content/zh/docs/DataBaseReference/GAUSS-03851----GAUSS-03860.md
rename to content/zh/docs/DatabaseReference/GAUSS-03851----GAUSS-03860.md
index db5fb7ef2716b4ad19a97db81cc8a285c8be6463..e7ba209273027ed39c66185d49c2525fbcae8ec4 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-03851----GAUSS-03860.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-03851----GAUSS-03860.md
@@ -1,4 +1,4 @@
-# GAUSS-03851 -- GAUSS-03860
+# GAUSS-03851 -- GAUSS-03860
GAUSS-03851: "UnSupported vector aggregation function %u"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-03861----GAUSS-03870.md b/content/zh/docs/DatabaseReference/GAUSS-03861----GAUSS-03870.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-03861----GAUSS-03870.md
rename to content/zh/docs/DatabaseReference/GAUSS-03861----GAUSS-03870.md
index 7b581d774bdede45fc99bbd793f4d214c731ff2f..637ce870b484ed3394cc195c9fa6b5ed58301d4e 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-03861----GAUSS-03870.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-03861----GAUSS-03870.md
@@ -1,4 +1,4 @@
-# GAUSS-03861 -- GAUSS-03870
+# GAUSS-03861 -- GAUSS-03870
GAUSS-03862: "unsupport join type %d"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-03871----GAUSS-03880.md b/content/zh/docs/DatabaseReference/GAUSS-03871----GAUSS-03880.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-03871----GAUSS-03880.md
rename to content/zh/docs/DatabaseReference/GAUSS-03871----GAUSS-03880.md
index 02cee3d10729b11d683604a6f0b8c48ef613be30..c84bbc6d43f11261c0a1b0b477f1154c711a1a16 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-03871----GAUSS-03880.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-03871----GAUSS-03880.md
@@ -1,4 +1,4 @@
-# GAUSS-03871 -- GAUSS-03880
+# GAUSS-03871 -- GAUSS-03880
GAUSS-03873: "Unsupported field expression in vector engine"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-03881----GAUSS-03890.md b/content/zh/docs/DatabaseReference/GAUSS-03881----GAUSS-03890.md
similarity index 83%
rename from content/zh/docs/DataBaseReference/GAUSS-03881----GAUSS-03890.md
rename to content/zh/docs/DatabaseReference/GAUSS-03881----GAUSS-03890.md
index 9c33d5877c1eeaa21425526e761dc6dbaffda217..04d2b8af64a1e7a3a56c62df02aec1e2ed644e2e 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-03881----GAUSS-03890.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-03881----GAUSS-03890.md
@@ -1,4 +1,4 @@
-# GAUSS-03881 -- GAUSS-03890
+# GAUSS-03881 -- GAUSS-03890
GAUSS-03882: "Unsupported array coerce expression in vector engine"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-03891----GAUSS-03900.md b/content/zh/docs/DatabaseReference/GAUSS-03891----GAUSS-03900.md
similarity index 89%
rename from content/zh/docs/DataBaseReference/GAUSS-03891----GAUSS-03900.md
rename to content/zh/docs/DatabaseReference/GAUSS-03891----GAUSS-03900.md
index 20605a95b342a053dce857240b7405e2e7e70dcb..ed952e68a980adf768413df7484088c04b8c037c 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-03891----GAUSS-03900.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-03891----GAUSS-03900.md
@@ -1,4 +1,4 @@
-# GAUSS-03891 -- GAUSS-03900
+# GAUSS-03891 -- GAUSS-03900
GAUSS-03891: "Failed to initialize Cgroup. Please check if workload manager is enabled and Cgroups have been created!"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-03901----GAUSS-03910.md b/content/zh/docs/DatabaseReference/GAUSS-03901----GAUSS-03910.md
similarity index 89%
rename from content/zh/docs/DataBaseReference/GAUSS-03901----GAUSS-03910.md
rename to content/zh/docs/DatabaseReference/GAUSS-03901----GAUSS-03910.md
index 7fbbbe6a4df27d3a89f5a59e41f46c7dd041635e..e70762935150b2acb8c340c521596834d900ccfd 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-03901----GAUSS-03910.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-03901----GAUSS-03910.md
@@ -1,4 +1,4 @@
-# GAUSS-03901 -- GAUSS-03910
+# GAUSS-03901 -- GAUSS-03910
GAUSS-03903: "Resource Pool '%s': object already defined"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-03901----GAUSS-04000.md b/content/zh/docs/DatabaseReference/GAUSS-03901----GAUSS-04000.md
similarity index 88%
rename from content/zh/docs/DataBaseReference/GAUSS-03901----GAUSS-04000.md
rename to content/zh/docs/DatabaseReference/GAUSS-03901----GAUSS-04000.md
index 33d937497b622062be2acf94e3e69ca44481ff8d..24d92db4120cd9dd5d492be6c8a760a09240bbc9 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-03901----GAUSS-04000.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-03901----GAUSS-04000.md
@@ -1,4 +1,4 @@
-# GAUSS-03901 -- GAUSS-04000
+# GAUSS-03901 -- GAUSS-04000
- **[GAUSS-03901 -- GAUSS-03910](GAUSS-03901----GAUSS-03910.md)**
diff --git a/content/zh/docs/DataBaseReference/GAUSS-03911----GAUSS-03920.md b/content/zh/docs/DatabaseReference/GAUSS-03911----GAUSS-03920.md
similarity index 91%
rename from content/zh/docs/DataBaseReference/GAUSS-03911----GAUSS-03920.md
rename to content/zh/docs/DatabaseReference/GAUSS-03911----GAUSS-03920.md
index 9c23e4b314300a20e2460044aab487b59e447d2c..ff13d31686b0824d0facc67d49404a2a0cab8eb7 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-03911----GAUSS-03920.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-03911----GAUSS-03920.md
@@ -1,4 +1,4 @@
-# GAUSS-03911 -- GAUSS-03920
+# GAUSS-03911 -- GAUSS-03920
GAUSS-03912: "Workload Group '%s': object already defined"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-03921----GAUSS-03930.md b/content/zh/docs/DatabaseReference/GAUSS-03921----GAUSS-03930.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-03921----GAUSS-03930.md
rename to content/zh/docs/DatabaseReference/GAUSS-03921----GAUSS-03930.md
index 28030d8a60c7cb68a80a0e97bfd1c5ff062aa8cc..77c6ee518cf39f8355dbd3cbb03722f4b40c1adc 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-03921----GAUSS-03930.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-03921----GAUSS-03930.md
@@ -1,4 +1,4 @@
-# GAUSS-03921 -- GAUSS-03930
+# GAUSS-03921 -- GAUSS-03930
GAUSS-03921: "Application Workload Group Mapping '%s': object can not create"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-03931----GAUSS-03940.md b/content/zh/docs/DatabaseReference/GAUSS-03931----GAUSS-03940.md
similarity index 91%
rename from content/zh/docs/DataBaseReference/GAUSS-03931----GAUSS-03940.md
rename to content/zh/docs/DatabaseReference/GAUSS-03931----GAUSS-03940.md
index 651e5b0e311b859bd03e6401409915f1846815c2..141d51a557bcd2efb267a5faa8650768681e2084 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-03931----GAUSS-03940.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-03931----GAUSS-03940.md
@@ -1,4 +1,4 @@
-# GAUSS-03931 -- GAUSS-03940
+# GAUSS-03931 -- GAUSS-03940
GAUSS-03935: "user mapping not found for '%s'"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-03941----GAUSS-03950.md b/content/zh/docs/DatabaseReference/GAUSS-03941----GAUSS-03950.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-03941----GAUSS-03950.md
rename to content/zh/docs/DatabaseReference/GAUSS-03941----GAUSS-03950.md
index 93eadb3f9c9fd00d4c83ec2e42b043d2fb126b6b..a4cb2d18d39ed19dd4644a78ecbeba33f3699f0f 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-03941----GAUSS-03950.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-03941----GAUSS-03950.md
@@ -1,4 +1,4 @@
-# GAUSS-03941 -- GAUSS-03950
+# GAUSS-03941 -- GAUSS-03950
GAUSS-03941: "unexpected end of line or lexeme"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-03951----GAUSS-03960.md b/content/zh/docs/DatabaseReference/GAUSS-03951----GAUSS-03960.md
similarity index 91%
rename from content/zh/docs/DataBaseReference/GAUSS-03951----GAUSS-03960.md
rename to content/zh/docs/DatabaseReference/GAUSS-03951----GAUSS-03960.md
index 66af6ce2a63790b8443e37a0dbb8464a9f103528..1969313032c7bd10a9addae2516c02dcaeddb1d7 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-03951----GAUSS-03960.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-03951----GAUSS-03960.md
@@ -1,4 +1,4 @@
-# GAUSS-03951 -- GAUSS-03960
+# GAUSS-03951 -- GAUSS-03960
GAUSS-03951: "unrecognized Thesaurus parameter: '%s'"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-03961----GAUSS-03970.md b/content/zh/docs/DatabaseReference/GAUSS-03961----GAUSS-03970.md
similarity index 90%
rename from content/zh/docs/DataBaseReference/GAUSS-03961----GAUSS-03970.md
rename to content/zh/docs/DatabaseReference/GAUSS-03961----GAUSS-03970.md
index f22a84c485849caa1c7276099a457aa22938dd0e..a3e06abb155340ddeacdb069740a6123fe5d1996 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-03961----GAUSS-03970.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-03961----GAUSS-03970.md
@@ -1,4 +1,4 @@
-# GAUSS-03961 -- GAUSS-03970
+# GAUSS-03961 -- GAUSS-03970
GAUSS-03962: "multiple AffFile parameters"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-03971----GAUSS-03980.md b/content/zh/docs/DatabaseReference/GAUSS-03971----GAUSS-03980.md
similarity index 90%
rename from content/zh/docs/DataBaseReference/GAUSS-03971----GAUSS-03980.md
rename to content/zh/docs/DatabaseReference/GAUSS-03971----GAUSS-03980.md
index f76fb13a17592460aa872812d6a4eb8e386d3aa5..b8b174d37846bfd6a5b554e01e2b234c4ed73818 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-03971----GAUSS-03980.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-03971----GAUSS-03980.md
@@ -1,4 +1,4 @@
-# GAUSS-03971 -- GAUSS-03980
+# GAUSS-03971 -- GAUSS-03980
GAUSS-03971: "syntax error"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-03981----GAUSS-03990.md b/content/zh/docs/DatabaseReference/GAUSS-03981----GAUSS-03990.md
similarity index 91%
rename from content/zh/docs/DataBaseReference/GAUSS-03981----GAUSS-03990.md
rename to content/zh/docs/DatabaseReference/GAUSS-03981----GAUSS-03990.md
index 5426655fdafbff9b0cf567a43ea8e5873b744775..88313567a1a52f4ec221c597e4774f23bf8fd720 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-03981----GAUSS-03990.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-03981----GAUSS-03990.md
@@ -1,4 +1,4 @@
-# GAUSS-03981 -- GAUSS-03990
+# GAUSS-03981 -- GAUSS-03990
GAUSS-03981: "MinWords should be less than MaxWords"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-03991----GAUSS-04000.md b/content/zh/docs/DatabaseReference/GAUSS-03991----GAUSS-04000.md
similarity index 91%
rename from content/zh/docs/DataBaseReference/GAUSS-03991----GAUSS-04000.md
rename to content/zh/docs/DatabaseReference/GAUSS-03991----GAUSS-04000.md
index f070fd69a473d734b23099d05a41ca3d81f20b9d..2f1d634114c5c18a7341a3c5ab9abe16bcbd79bb 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-03991----GAUSS-04000.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-03991----GAUSS-04000.md
@@ -1,4 +1,4 @@
-# GAUSS-03991 -- GAUSS-04000
+# GAUSS-03991 -- GAUSS-04000
GAUSS-03993: "location '%s' is invalid"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-04001----GAUSS-04010.md b/content/zh/docs/DatabaseReference/GAUSS-04001----GAUSS-04010.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-04001----GAUSS-04010.md
rename to content/zh/docs/DatabaseReference/GAUSS-04001----GAUSS-04010.md
index 92b846811f20e79d60f25ce45b27132cb629f5c9..35147a3b1492fe9f6b7f5cd1db7aaafc54677b82 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-04001----GAUSS-04010.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-04001----GAUSS-04010.md
@@ -1,4 +1,4 @@
-# GAUSS-04001 -- GAUSS-04010
+# GAUSS-04001 -- GAUSS-04010
GAUSS-04001: "invalid option '%s'"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-04001----GAUSS-04100.md b/content/zh/docs/DatabaseReference/GAUSS-04001----GAUSS-04100.md
similarity index 91%
rename from content/zh/docs/DataBaseReference/GAUSS-04001----GAUSS-04100.md
rename to content/zh/docs/DatabaseReference/GAUSS-04001----GAUSS-04100.md
index 9854e822e71778ece825326181f9ecc027331d5f..662a1524022219fb0d35a8235b74c27cd3abadbc 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-04001----GAUSS-04100.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-04001----GAUSS-04100.md
@@ -1,4 +1,4 @@
-# GAUSS-04001 -- GAUSS-04100
+# GAUSS-04001 -- GAUSS-04100
- **[GAUSS-04001 -- GAUSS-04010]({{< relref "./GAUSS-04001----GAUSS-04010.md" >}})**
diff --git a/content/zh/docs/DataBaseReference/GAUSS-04011----GAUSS-04020.md b/content/zh/docs/DatabaseReference/GAUSS-04011----GAUSS-04020.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-04011----GAUSS-04020.md
rename to content/zh/docs/DatabaseReference/GAUSS-04011----GAUSS-04020.md
index e639285bf9bc7bc599653c31b70f6269fdb04acb..151f05491f26af61df1adda36dd9f4d6cc333688 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-04011----GAUSS-04020.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-04011----GAUSS-04020.md
@@ -1,4 +1,4 @@
-# GAUSS-04011 -- GAUSS-04020
+# GAUSS-04011 -- GAUSS-04020
GAUSS-04011: "%s exists and is a file, please remove it first and create directory"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-04021----GAUSS-04030.md b/content/zh/docs/DatabaseReference/GAUSS-04021----GAUSS-04030.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-04021----GAUSS-04030.md
rename to content/zh/docs/DatabaseReference/GAUSS-04021----GAUSS-04030.md
index ecb9a20738f3aeac2aafe218791c76412737ba16..f5ee04ad7ea0d9c3271cc10ee4716616d15b1e99 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-04021----GAUSS-04030.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-04021----GAUSS-04030.md
@@ -1,4 +1,4 @@
-# GAUSS-04021 -- GAUSS-04030
+# GAUSS-04021 -- GAUSS-04030
GAUSS-04021: "insufficient data left in message"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-04031----GAUSS-04040.md b/content/zh/docs/DatabaseReference/GAUSS-04031----GAUSS-04040.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-04031----GAUSS-04040.md
rename to content/zh/docs/DatabaseReference/GAUSS-04031----GAUSS-04040.md
index 1248330243751db314494f49f64eb1eb1ff818ff..18993da384bc58f0ae5ab4ba8cd8d0f03c5d28fb 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-04031----GAUSS-04040.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-04031----GAUSS-04040.md
@@ -1,4 +1,4 @@
-# GAUSS-04031 -- GAUSS-04040
+# GAUSS-04031 -- GAUSS-04040
GAUSS-04031: "must be system admin to use server-side lo\_export\(\)"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-04041----GAUSS-04050.md b/content/zh/docs/DatabaseReference/GAUSS-04041----GAUSS-04050.md
similarity index 89%
rename from content/zh/docs/DataBaseReference/GAUSS-04041----GAUSS-04050.md
rename to content/zh/docs/DatabaseReference/GAUSS-04041----GAUSS-04050.md
index e0ea7710e098b47a7a509092313865ae1407f6b8..4e0c49e4dbdabbfae3a17cbea3d291f9531fa540 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-04041----GAUSS-04050.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-04041----GAUSS-04050.md
@@ -1,4 +1,4 @@
-# GAUSS-04041 -- GAUSS-04050
+# GAUSS-04041 -- GAUSS-04050
GAUSS-04041: "no pg\_hba.conf entry for host '%s', user '%s', database '%s'"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-04051----GAUSS-04060.md b/content/zh/docs/DatabaseReference/GAUSS-04051----GAUSS-04060.md
similarity index 91%
rename from content/zh/docs/DataBaseReference/GAUSS-04051----GAUSS-04060.md
rename to content/zh/docs/DatabaseReference/GAUSS-04051----GAUSS-04060.md
index bf27a996c039a265a72514a0675ddbbdf3d68edb..c90d8b5ac223344667b1f20dfa51d589870fbcc6 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-04051----GAUSS-04060.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-04051----GAUSS-04060.md
@@ -1,4 +1,4 @@
-# GAUSS-04051 -- GAUSS-04060
+# GAUSS-04051 -- GAUSS-04060
GAUSS-04051: "could not set the cipher list \(no valid ciphers available\)"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-04061----GAUSS-04070.md b/content/zh/docs/DatabaseReference/GAUSS-04061----GAUSS-04070.md
similarity index 90%
rename from content/zh/docs/DataBaseReference/GAUSS-04061----GAUSS-04070.md
rename to content/zh/docs/DatabaseReference/GAUSS-04061----GAUSS-04070.md
index 26d201b9381b5fbf9dda8a30419efef3150b6981..82dfb9ee796b2661af35150fe74d330aa4615289 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-04061----GAUSS-04070.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-04061----GAUSS-04070.md
@@ -1,4 +1,4 @@
-# GAUSS-04061 -- GAUSS-04070
+# GAUSS-04061 -- GAUSS-04070
GAUSS-04061: "could not load the ca certificate file"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-04071----GAUSS-04080.md b/content/zh/docs/DatabaseReference/GAUSS-04071----GAUSS-04080.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-04071----GAUSS-04080.md
rename to content/zh/docs/DatabaseReference/GAUSS-04071----GAUSS-04080.md
index 85f96703e7dea05c033a0b1e9943bab7b372f030..1492873b0f88ba96dfeb6b38e9a5fbec309a49a4 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-04071----GAUSS-04080.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-04071----GAUSS-04080.md
@@ -1,4 +1,4 @@
-# GAUSS-04071 -- GAUSS-04080
+# GAUSS-04071 -- GAUSS-04080
GAUSS-04071: "not enough elements in RWConflictPool to record a read/write conflict"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-04081----GAUSS-04090.md b/content/zh/docs/DatabaseReference/GAUSS-04081----GAUSS-04090.md
similarity index 91%
rename from content/zh/docs/DataBaseReference/GAUSS-04081----GAUSS-04090.md
rename to content/zh/docs/DatabaseReference/GAUSS-04081----GAUSS-04090.md
index fe04d93bf20d18ad6ee2242546c25de3bf64971e..df093a7e4e1b989f1f75ab763d59554de96c28f7 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-04081----GAUSS-04090.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-04081----GAUSS-04090.md
@@ -1,4 +1,4 @@
-# GAUSS-04081 -- GAUSS-04090
+# GAUSS-04081 -- GAUSS-04090
GAUSS-04081: "proc header uninitialized"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-04091----GAUSS-04100.md b/content/zh/docs/DatabaseReference/GAUSS-04091----GAUSS-04100.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-04091----GAUSS-04100.md
rename to content/zh/docs/DatabaseReference/GAUSS-04091----GAUSS-04100.md
index 74ec21c4d6792e1698196058027bd4265409373e..1692735c5ae6f73b8e59ef15f355aa4a6ea5f6f4 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-04091----GAUSS-04100.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-04091----GAUSS-04100.md
@@ -1,4 +1,4 @@
-# GAUSS-04091 -- GAUSS-04100
+# GAUSS-04091 -- GAUSS-04100
GAUSS-04091: "proclock table corrupted"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-04101----GAUSS-04110.md b/content/zh/docs/DatabaseReference/GAUSS-04101----GAUSS-04110.md
similarity index 89%
rename from content/zh/docs/DataBaseReference/GAUSS-04101----GAUSS-04110.md
rename to content/zh/docs/DatabaseReference/GAUSS-04101----GAUSS-04110.md
index 2ad1d759e464b5c8d090c8223ba80b584888992a..c4e18c428ba9bc4493bf2206eb823f4503e5a688 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-04101----GAUSS-04110.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-04101----GAUSS-04110.md
@@ -1,4 +1,4 @@
-# GAUSS-04101 -- GAUSS-04110
+# GAUSS-04101 -- GAUSS-04110
GAUSS-04102: "too many LWLocks taken"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-04101----GAUSS-04200.md b/content/zh/docs/DatabaseReference/GAUSS-04101----GAUSS-04200.md
similarity index 91%
rename from content/zh/docs/DataBaseReference/GAUSS-04101----GAUSS-04200.md
rename to content/zh/docs/DatabaseReference/GAUSS-04101----GAUSS-04200.md
index c875f88571ec97f5b873143a7dbcc82f984bc234..d81f5086103751ae86c61f5db0384f799c7c3f55 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-04101----GAUSS-04200.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-04101----GAUSS-04200.md
@@ -1,4 +1,4 @@
-# GAUSS-04101 -- GAUSS-04200
+# GAUSS-04101 -- GAUSS-04200
- **[GAUSS-04101 -- GAUSS-04110]({{< relref "./GAUSS-04101----GAUSS-04110.md" >}})**
diff --git a/content/zh/docs/DataBaseReference/GAUSS-04111----GAUSS-04120.md b/content/zh/docs/DatabaseReference/GAUSS-04111----GAUSS-04120.md
similarity index 88%
rename from content/zh/docs/DataBaseReference/GAUSS-04111----GAUSS-04120.md
rename to content/zh/docs/DatabaseReference/GAUSS-04111----GAUSS-04120.md
index 80de7e677d4a73570cd78024c74930024e3d57e1..f4393308ac14799fdbb3f08ad9a03f0791b3a1df 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-04111----GAUSS-04120.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-04111----GAUSS-04120.md
@@ -1,4 +1,4 @@
-# GAUSS-04111 -- GAUSS-04120
+# GAUSS-04111 -- GAUSS-04120
GAUSS-04111: "large object %u was not opened for writing"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-04121----GAUSS-04130.md b/content/zh/docs/DatabaseReference/GAUSS-04121----GAUSS-04130.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-04121----GAUSS-04130.md
rename to content/zh/docs/DatabaseReference/GAUSS-04121----GAUSS-04130.md
index 7f03c8c54e60e657ffc707a5563f1d95d3d15eba..109d0fc90e214ddd721e57df0b4faf7abb04da5f 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-04121----GAUSS-04130.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-04121----GAUSS-04130.md
@@ -1,4 +1,4 @@
-# GAUSS-04121 -- GAUSS-04130
+# GAUSS-04121 -- GAUSS-04130
GAUSS-04121: "buffer is pinned in InvalidateBuffer"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-04131----GAUSS-04140.md b/content/zh/docs/DatabaseReference/GAUSS-04131----GAUSS-04140.md
similarity index 91%
rename from content/zh/docs/DataBaseReference/GAUSS-04131----GAUSS-04140.md
rename to content/zh/docs/DatabaseReference/GAUSS-04131----GAUSS-04140.md
index 3ec78bda7e2cf1dbe95759dc6c7e6fed68de37a7..9b329fe3d709a0cfd0443ccc426e3166ff8c360c 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-04131----GAUSS-04140.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-04131----GAUSS-04140.md
@@ -1,4 +1,4 @@
-# GAUSS-04131 -- GAUSS-04140
+# GAUSS-04131 -- GAUSS-04140
GAUSS-04131: "flush file '%s' failed: %m"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-04141----GAUSS-04150.md b/content/zh/docs/DatabaseReference/GAUSS-04141----GAUSS-04150.md
similarity index 89%
rename from content/zh/docs/DataBaseReference/GAUSS-04141----GAUSS-04150.md
rename to content/zh/docs/DatabaseReference/GAUSS-04141----GAUSS-04150.md
index 4d2392fee81588cf38e6bce22e1a48c4746629b9..66ecf6961ff0ccb44373befe8f27fdfe32edb555 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-04141----GAUSS-04150.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-04141----GAUSS-04150.md
@@ -1,4 +1,4 @@
-# GAUSS-04141 -- GAUSS-04150
+# GAUSS-04141 -- GAUSS-04150
GAUSS-04141: "unsupported byval length: %d"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-04151----GAUSS-04160.md b/content/zh/docs/DatabaseReference/GAUSS-04151----GAUSS-04160.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-04151----GAUSS-04160.md
rename to content/zh/docs/DatabaseReference/GAUSS-04151----GAUSS-04160.md
index 67f75578c3b858f95434d4f34541276377019a7d..788c2093143b2871b6edfada6659b6e9112124b4 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-04151----GAUSS-04160.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-04151----GAUSS-04160.md
@@ -1,4 +1,4 @@
-# GAUSS-04151 -- GAUSS-04160
+# GAUSS-04151 -- GAUSS-04160
GAUSS-04152: "GTM error, could not obtain snapshot"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-04161----GAUSS-04170.md b/content/zh/docs/DatabaseReference/GAUSS-04161----GAUSS-04170.md
similarity index 91%
rename from content/zh/docs/DataBaseReference/GAUSS-04161----GAUSS-04170.md
rename to content/zh/docs/DatabaseReference/GAUSS-04161----GAUSS-04170.md
index 3ec48d2dcec697d1273f8c995589476c05a47f38..03f5ab463ed35c1b827a438be05057900c1a3239 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-04161----GAUSS-04170.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-04161----GAUSS-04170.md
@@ -1,4 +1,4 @@
-# GAUSS-04161 -- GAUSS-04170
+# GAUSS-04161 -- GAUSS-04170
GAUSS-04161: "not enough shared memory for data structure '%s' \(%lu bytes requested\)"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-04171----GAUSS-04180.md b/content/zh/docs/DatabaseReference/GAUSS-04171----GAUSS-04180.md
similarity index 89%
rename from content/zh/docs/DataBaseReference/GAUSS-04171----GAUSS-04180.md
rename to content/zh/docs/DatabaseReference/GAUSS-04171----GAUSS-04180.md
index 603bbdcbf5d9a566fa579cab4b9859b2b17950d3..4fdf78624fb325de53e2fc5f9f383d5f2e07aba1 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-04171----GAUSS-04180.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-04171----GAUSS-04180.md
@@ -1,4 +1,4 @@
-# GAUSS-04171 -- GAUSS-04180
+# GAUSS-04171 -- GAUSS-04180
GAUSS-04171: "temporary file size exceeds temp\_file\_limit \(%dkB\)"
diff --git a/content/zh/docs/DatabaseReference/GAUSS-04181----GAUSS-04190.md b/content/zh/docs/DatabaseReference/GAUSS-04181----GAUSS-04190.md
new file mode 100644
index 0000000000000000000000000000000000000000..140a715f1736ff979b8d4ce40d69013b684b4e15
--- /dev/null
+++ b/content/zh/docs/DatabaseReference/GAUSS-04181----GAUSS-04190.md
@@ -0,0 +1,2 @@
+# GAUSS-04181 -- GAUSS-04190
+
diff --git a/content/zh/docs/DataBaseReference/GAUSS-04191----GAUSS-04200.md b/content/zh/docs/DatabaseReference/GAUSS-04191----GAUSS-04200.md
similarity index 88%
rename from content/zh/docs/DataBaseReference/GAUSS-04191----GAUSS-04200.md
rename to content/zh/docs/DatabaseReference/GAUSS-04191----GAUSS-04200.md
index d29174ae252fc08b30684fa1a16cd4f07cb42164..34681f7d5ef5e8b3095126fdb425d19bc2311816 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-04191----GAUSS-04200.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-04191----GAUSS-04200.md
@@ -1,4 +1,4 @@
-# GAUSS-04191 -- GAUSS-04200
+# GAUSS-04191 -- GAUSS-04200
GAUSS-04192: "could not open file '%s' \(target block %u\): %m"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-04201----GAUSS-04210.md b/content/zh/docs/DatabaseReference/GAUSS-04201----GAUSS-04210.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-04201----GAUSS-04210.md
rename to content/zh/docs/DatabaseReference/GAUSS-04201----GAUSS-04210.md
index 0e7b7c1d6c06baef2c70dec7045970652271c0a6..e380e32aec34226952953c3f95e7b13af4f3698d 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-04201----GAUSS-04210.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-04201----GAUSS-04210.md
@@ -1,4 +1,4 @@
-# GAUSS-04201 -- GAUSS-04210
+# GAUSS-04201 -- GAUSS-04210
GAUSS-04201: "unsupported portal strategy"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-04201----GAUSS-04300.md b/content/zh/docs/DatabaseReference/GAUSS-04201----GAUSS-04300.md
similarity index 91%
rename from content/zh/docs/DataBaseReference/GAUSS-04201----GAUSS-04300.md
rename to content/zh/docs/DatabaseReference/GAUSS-04201----GAUSS-04300.md
index f0a71f4efb6162c113aae1c9d4ada8a6460f386d..cf8656c8e2b7675a5926cf501aec46f7ba8935a9 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-04201----GAUSS-04300.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-04201----GAUSS-04300.md
@@ -1,4 +1,4 @@
-# GAUSS-04201 -- GAUSS-04300
+# GAUSS-04201 -- GAUSS-04300
- **[GAUSS-04201 -- GAUSS-04210]({{< relref "./GAUSS-04201----GAUSS-04210.md" >}})**
diff --git a/content/zh/docs/DataBaseReference/GAUSS-04211----GAUSS-04220.md b/content/zh/docs/DatabaseReference/GAUSS-04211----GAUSS-04220.md
similarity index 91%
rename from content/zh/docs/DataBaseReference/GAUSS-04211----GAUSS-04220.md
rename to content/zh/docs/DatabaseReference/GAUSS-04211----GAUSS-04220.md
index f96da38b7b2050b5bc9b799b32614e6c21ef8ad2..1cd875f5dc89344b438852b0e5fe3d53524d14a9 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-04211----GAUSS-04220.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-04211----GAUSS-04220.md
@@ -1,4 +1,4 @@
-# GAUSS-04211 -- GAUSS-04220
+# GAUSS-04211 -- GAUSS-04220
GAUSS-04211: "could not disable timer for session timeout"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-04221----GAUSS-04230.md b/content/zh/docs/DatabaseReference/GAUSS-04221----GAUSS-04230.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-04221----GAUSS-04230.md
rename to content/zh/docs/DatabaseReference/GAUSS-04221----GAUSS-04230.md
index 1fa4f64afa6b7e84d1de6084be1ed3b7aa7cb463..1c382bbefb2b724b910388e025330b15d4c65be5 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-04221----GAUSS-04230.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-04221----GAUSS-04230.md
@@ -1,4 +1,4 @@
-# GAUSS-04221 -- GAUSS-04230
+# GAUSS-04221 -- GAUSS-04230
GAUSS-04221: "unrecognized conflict mode: %d"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-04231----GAUSS-04240.md b/content/zh/docs/DatabaseReference/GAUSS-04231----GAUSS-04240.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-04231----GAUSS-04240.md
rename to content/zh/docs/DatabaseReference/GAUSS-04231----GAUSS-04240.md
index 65bf6684ff3811a65016e3da02dfe7a8116bfedf..6f3aa8d4fcb1c20b3e77a00e81965d43715dd929 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-04231----GAUSS-04240.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-04231----GAUSS-04240.md
@@ -1,4 +1,4 @@
-# GAUSS-04231 -- GAUSS-04240
+# GAUSS-04231 -- GAUSS-04240
GAUSS-04231: "canceling statement due to %s request"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-04241----GAUSS-04250.md b/content/zh/docs/DatabaseReference/GAUSS-04241----GAUSS-04250.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-04241----GAUSS-04250.md
rename to content/zh/docs/DatabaseReference/GAUSS-04241----GAUSS-04250.md
index d84bccd4e969eafa5ee7ad8eec7c2d06cdac356e..76781046bb81f50e52340499d3010e222a773d6b 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-04241----GAUSS-04250.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-04241----GAUSS-04250.md
@@ -1,4 +1,4 @@
-# GAUSS-04241 -- GAUSS-04250
+# GAUSS-04241 -- GAUSS-04250
GAUSS-04241: "Invalid command received"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-04251----GAUSS-04260.md b/content/zh/docs/DatabaseReference/GAUSS-04251----GAUSS-04260.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-04251----GAUSS-04260.md
rename to content/zh/docs/DatabaseReference/GAUSS-04251----GAUSS-04260.md
index e6f2b36ceaf84699b791f775facd092c3229f811..1ffb8cf411a0f46f9eec74304192fd93d878f0f0 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-04251----GAUSS-04260.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-04251----GAUSS-04260.md
@@ -1,4 +1,4 @@
-# GAUSS-04251 -- GAUSS-04260
+# GAUSS-04251 -- GAUSS-04260
GAUSS-04251: "PGXC does not support concurrent INDEX yet"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-04261----GAUSS-04270.md b/content/zh/docs/DatabaseReference/GAUSS-04261----GAUSS-04270.md
similarity index 90%
rename from content/zh/docs/DataBaseReference/GAUSS-04261----GAUSS-04270.md
rename to content/zh/docs/DatabaseReference/GAUSS-04261----GAUSS-04270.md
index dd99eaa0c019c362b9e6ce2bcbd29470d9627831..e49437b7da404adb4e6848bea26d2f82bb3213ce 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-04261----GAUSS-04270.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-04261----GAUSS-04270.md
@@ -1,4 +1,4 @@
-# GAUSS-04261 -- GAUSS-04270
+# GAUSS-04261 -- GAUSS-04270
GAUSS-04261: "Failed to send queryid to Datanode %u"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-04271----GAUSS-04280.md b/content/zh/docs/DatabaseReference/GAUSS-04271----GAUSS-04280.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-04271----GAUSS-04280.md
rename to content/zh/docs/DatabaseReference/GAUSS-04271----GAUSS-04280.md
index 0ff8e995c2deb85e6c43c1fe26b880602282b20a..9188aa09bd472ff1027a8213e646f94a8501fd6d 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-04271----GAUSS-04280.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-04271----GAUSS-04280.md
@@ -1,4 +1,4 @@
-# GAUSS-04271 -- GAUSS-04280
+# GAUSS-04271 -- GAUSS-04280
GAUSS-04271: "Invalid name \\'%s\\' in REMOTE LOG"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-04281----GAUSS-04290.md b/content/zh/docs/DatabaseReference/GAUSS-04281----GAUSS-04290.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-04281----GAUSS-04290.md
rename to content/zh/docs/DatabaseReference/GAUSS-04281----GAUSS-04290.md
index cf319e16ec841dc3c7a96d4e0642a38024a0f192..88e009f12df698f4197ed9196b960f91f0302a16 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-04281----GAUSS-04290.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-04281----GAUSS-04290.md
@@ -1,4 +1,4 @@
-# GAUSS-04281 -- GAUSS-04290
+# GAUSS-04281 -- GAUSS-04290
GAUSS-04283: "pg\_largeobject entry for OID %u, page %d has invalid data field size %d"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-04291----GAUSS-04300.md b/content/zh/docs/DatabaseReference/GAUSS-04291----GAUSS-04300.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-04291----GAUSS-04300.md
rename to content/zh/docs/DatabaseReference/GAUSS-04291----GAUSS-04300.md
index 71788738831d585e50ad0e6dd6f8db6f30f0f87a..95972229c7624473277618d4430eb6bce69993da 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-04291----GAUSS-04300.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-04291----GAUSS-04300.md
@@ -1,4 +1,4 @@
-# GAUSS-04291 -- GAUSS-04300
+# GAUSS-04291 -- GAUSS-04300
GAUSS-04291: "tsquery is too large"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-04301----GAUSS-04310.md b/content/zh/docs/DatabaseReference/GAUSS-04301----GAUSS-04310.md
similarity index 68%
rename from content/zh/docs/DataBaseReference/GAUSS-04301----GAUSS-04310.md
rename to content/zh/docs/DatabaseReference/GAUSS-04301----GAUSS-04310.md
index 023c10400a5df2ee3848de27a2555bd95b89bd90..cd1eecce149172debea034aa695bbf459acfe1de 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-04301----GAUSS-04310.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-04301----GAUSS-04310.md
@@ -1,4 +1,4 @@
-# GAUSS-04301 -- GAUSS-04310
+# GAUSS-04301 -- GAUSS-04310
GAUSS-04308: "%s: could not locate bin path"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-04301----GAUSS-04400.md b/content/zh/docs/DatabaseReference/GAUSS-04301----GAUSS-04400.md
similarity index 91%
rename from content/zh/docs/DataBaseReference/GAUSS-04301----GAUSS-04400.md
rename to content/zh/docs/DatabaseReference/GAUSS-04301----GAUSS-04400.md
index 6ee8005dbb9f1a8a87a515c6714d7b2f83543ce4..97fd5f54bde08e3624368b82c359c7b2bb9b4709 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-04301----GAUSS-04400.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-04301----GAUSS-04400.md
@@ -1,4 +1,4 @@
-# GAUSS-04301 -- GAUSS-04400
+# GAUSS-04301 -- GAUSS-04400
- **[GAUSS-04301 -- GAUSS-04310]({{< relref "./GAUSS-04301----GAUSS-04310.md" >}})**
diff --git a/content/zh/docs/DataBaseReference/GAUSS-04311----GAUSS-04320.md b/content/zh/docs/DatabaseReference/GAUSS-04311----GAUSS-04320.md
similarity index 73%
rename from content/zh/docs/DataBaseReference/GAUSS-04311----GAUSS-04320.md
rename to content/zh/docs/DatabaseReference/GAUSS-04311----GAUSS-04320.md
index c1d7f0c1599fdbf86199abf5787a820ea2fdc953..b82a2654d4fef76ee934960bbc09b68ee67b0cd6 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-04311----GAUSS-04320.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-04311----GAUSS-04320.md
@@ -1,4 +1,4 @@
-# GAUSS-04311 -- GAUSS-04320
+# GAUSS-04311 -- GAUSS-04320
GAUSS-04325: "Parallel Function: Failed to send command to Datanode %u"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-04321----GAUSS-04330.md b/content/zh/docs/DatabaseReference/GAUSS-04321----GAUSS-04330.md
similarity index 90%
rename from content/zh/docs/DataBaseReference/GAUSS-04321----GAUSS-04330.md
rename to content/zh/docs/DatabaseReference/GAUSS-04321----GAUSS-04330.md
index 4f71049a9d2e6292c1cfc045e2b6491e0f52d8e3..73fb08dea7d06195dcbf04ab23238a6f8c5ffefa 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-04321----GAUSS-04330.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-04321----GAUSS-04330.md
@@ -1,4 +1,4 @@
-# GAUSS-04321 -- GAUSS-04330
+# GAUSS-04321 -- GAUSS-04330
GAUSS-04321: "Failed to receive GTM commit transaction response after %s.
diff --git a/content/zh/docs/DataBaseReference/GAUSS-04331----GAUSS-04340.md b/content/zh/docs/DatabaseReference/GAUSS-04331----GAUSS-04340.md
similarity index 89%
rename from content/zh/docs/DataBaseReference/GAUSS-04331----GAUSS-04340.md
rename to content/zh/docs/DatabaseReference/GAUSS-04331----GAUSS-04340.md
index 3467671fcfb0147695d5aed45e9e43bdaa75a9ea..1d4c69dc2b2b9942d28f324dc615e359482e31d6 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-04331----GAUSS-04340.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-04331----GAUSS-04340.md
@@ -1,4 +1,4 @@
-# GAUSS-04331 -- GAUSS-04340
+# GAUSS-04331 -- GAUSS-04340
GAUSS-04333: "pooler: invalid cn/dn node number, input cn: %d, dn: %d; current cn: %d, dn: %d"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-04341----GAUSS-04350.md b/content/zh/docs/DatabaseReference/GAUSS-04341----GAUSS-04350.md
similarity index 90%
rename from content/zh/docs/DataBaseReference/GAUSS-04341----GAUSS-04350.md
rename to content/zh/docs/DatabaseReference/GAUSS-04341----GAUSS-04350.md
index b7a68e32bedd2867ec62cfa4a32dcc0ddc3486a7..f20b73ff530535a1b6fc65048d1def4069299a10 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-04341----GAUSS-04350.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-04341----GAUSS-04350.md
@@ -1,4 +1,4 @@
-# GAUSS-04341 -- GAUSS-04350
+# GAUSS-04341 -- GAUSS-04350
GAUSS-04342: "concurrent update under Stream mode is not yet supported"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-04351----GAUSS-04360.md b/content/zh/docs/DatabaseReference/GAUSS-04351----GAUSS-04360.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-04351----GAUSS-04360.md
rename to content/zh/docs/DatabaseReference/GAUSS-04351----GAUSS-04360.md
index b9b04d7128a8555c6518ff53cec2bfebd44f5eac..b34a357efd79377b42b1befcaf1af73ca382cadb 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-04351----GAUSS-04360.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-04351----GAUSS-04360.md
@@ -1,4 +1,4 @@
-# GAUSS-04351 -- GAUSS-04360
+# GAUSS-04351 -- GAUSS-04360
GAUSS-04351: "IGNORE\_EXTRA\_DATA only available on READ ONLY foreign table"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-04361----GAUSS-04370.md b/content/zh/docs/DatabaseReference/GAUSS-04361----GAUSS-04370.md
similarity index 94%
rename from content/zh/docs/DataBaseReference/GAUSS-04361----GAUSS-04370.md
rename to content/zh/docs/DatabaseReference/GAUSS-04361----GAUSS-04370.md
index fd6ac605728c187e62958e5c74e02b2e077e371a..4d5f9c325218ec9acee7d58c8801c80cfe584243 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-04361----GAUSS-04370.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-04361----GAUSS-04370.md
@@ -1,4 +1,4 @@
-# GAUSS-04361 -- GAUSS-04370
+# GAUSS-04361 -- GAUSS-04370
GAUSS-04361: "explain\_perf\_mode requires FORMAT TEXT"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-04371----GAUSS-04380.md b/content/zh/docs/DatabaseReference/GAUSS-04371----GAUSS-04380.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-04371----GAUSS-04380.md
rename to content/zh/docs/DatabaseReference/GAUSS-04371----GAUSS-04380.md
index 2ad12af1dfcd17390752f7c8bf90a14a6d58fa7d..dfef658d4b9d34c853d286d6dcbbe319ca1efec9 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-04371----GAUSS-04380.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-04371----GAUSS-04380.md
@@ -1,4 +1,4 @@
-# GAUSS-04371 -- GAUSS-04380
+# GAUSS-04371 -- GAUSS-04380
GAUSS-04371: "Invalid value for tablespace maxsize: '%s'"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-04381----GAUSS-04390.md b/content/zh/docs/DatabaseReference/GAUSS-04381----GAUSS-04390.md
similarity index 91%
rename from content/zh/docs/DataBaseReference/GAUSS-04381----GAUSS-04390.md
rename to content/zh/docs/DatabaseReference/GAUSS-04381----GAUSS-04390.md
index 537103bc41a5525c9595cbc840e20eac0c0874be..e02c69002d5969e04c86ed2a38437f749edab4e5 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-04381----GAUSS-04390.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-04381----GAUSS-04390.md
@@ -1,4 +1,4 @@
-# GAUSS-04381 -- GAUSS-04390
+# GAUSS-04381 -- GAUSS-04390
GAUSS-04381: "detected write past chunk end in %s %p"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-04391----GAUSS-04400.md b/content/zh/docs/DatabaseReference/GAUSS-04391----GAUSS-04400.md
similarity index 86%
rename from content/zh/docs/DataBaseReference/GAUSS-04391----GAUSS-04400.md
rename to content/zh/docs/DatabaseReference/GAUSS-04391----GAUSS-04400.md
index af78aecbbc3067a4520ba4497d849379c6c62640..6ee280aff3be51d611a8ab0c667db1fb5c991d89 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-04391----GAUSS-04400.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-04391----GAUSS-04400.md
@@ -1,4 +1,4 @@
-# GAUSS-04391 -- GAUSS-04400
+# GAUSS-04391 -- GAUSS-04400
GAUSS-04391: "Failed to initialze NativeTargetAsmPrinter for LLVM."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-04401----GAUSS-04410.md b/content/zh/docs/DatabaseReference/GAUSS-04401----GAUSS-04410.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-04401----GAUSS-04410.md
rename to content/zh/docs/DatabaseReference/GAUSS-04401----GAUSS-04410.md
index c73ad5e67137196edab9464287837f63294e23dd..50b26fb32b4f66dca835d757d8bff1f3d713f64c 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-04401----GAUSS-04410.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-04401----GAUSS-04410.md
@@ -1,4 +1,4 @@
-# GAUSS-04401 -- GAUSS-04410
+# GAUSS-04401 -- GAUSS-04410
GAUSS-04401: "The local index %u on the partition %u not exist."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-04401----GAUSS-04500.md b/content/zh/docs/DatabaseReference/GAUSS-04401----GAUSS-04500.md
similarity index 91%
rename from content/zh/docs/DataBaseReference/GAUSS-04401----GAUSS-04500.md
rename to content/zh/docs/DatabaseReference/GAUSS-04401----GAUSS-04500.md
index ad70788b289320d7c3943f1538b5293d2a58c8db..d92e58ccd9206ea196331e9f31a5e1c9249a47c4 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-04401----GAUSS-04500.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-04401----GAUSS-04500.md
@@ -1,4 +1,4 @@
-# GAUSS-04401 -- GAUSS-04500
+# GAUSS-04401 -- GAUSS-04500
- **[GAUSS-04401 -- GAUSS-04410]({{< relref "./GAUSS-04401----GAUSS-04410.md" >}})**
diff --git a/content/zh/docs/DataBaseReference/GAUSS-04411----GAUSS-04420.md b/content/zh/docs/DatabaseReference/GAUSS-04411----GAUSS-04420.md
similarity index 91%
rename from content/zh/docs/DataBaseReference/GAUSS-04411----GAUSS-04420.md
rename to content/zh/docs/DatabaseReference/GAUSS-04411----GAUSS-04420.md
index fa431b736503d42ae1c0db490cce344a3ef50a99..d9c719986b7f54b3241c122b9c66afa490cc1af4 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-04411----GAUSS-04420.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-04411----GAUSS-04420.md
@@ -1,4 +1,4 @@
-# GAUSS-04411 -- GAUSS-04420
+# GAUSS-04411 -- GAUSS-04420
GAUSS-04411: "Multi-column combined informational constraint is forbidden."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-04421----GAUSS-04430.md b/content/zh/docs/DatabaseReference/GAUSS-04421----GAUSS-04430.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-04421----GAUSS-04430.md
rename to content/zh/docs/DatabaseReference/GAUSS-04421----GAUSS-04430.md
index 921b0b58fc11f54f66983b9f664fd37eaee46f22..05670c1c0aa0e3643736d035e88fa87912f02398 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-04421----GAUSS-04430.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-04421----GAUSS-04430.md
@@ -1,4 +1,4 @@
-# GAUSS-04421 -- GAUSS-04430
+# GAUSS-04421 -- GAUSS-04430
GAUSS-04422: "%u/%u/%u invalid bcm meta buffer %u"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-04431----GAUSS-04440.md b/content/zh/docs/DatabaseReference/GAUSS-04431----GAUSS-04440.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-04431----GAUSS-04440.md
rename to content/zh/docs/DatabaseReference/GAUSS-04431----GAUSS-04440.md
index e5df61dd53a295ec9ee8ff29481af1e0c39f7d28..ea4d94428b0441b0c27102ac15e438c9a98bda37 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-04431----GAUSS-04440.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-04431----GAUSS-04440.md
@@ -1,4 +1,4 @@
-# GAUSS-04431 -- GAUSS-04440
+# GAUSS-04431 -- GAUSS-04440
GAUSS-04432: "invalid set size for BipartiteMatch"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-04441----GAUSS-04450.md b/content/zh/docs/DatabaseReference/GAUSS-04441----GAUSS-04450.md
similarity index 90%
rename from content/zh/docs/DataBaseReference/GAUSS-04441----GAUSS-04450.md
rename to content/zh/docs/DatabaseReference/GAUSS-04441----GAUSS-04450.md
index 32e81a90988e130446fc534afb84cfeb25e39a2c..20af008d8be1ed27bfb6e707e502c3dc9dfa190b 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-04441----GAUSS-04450.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-04441----GAUSS-04450.md
@@ -1,4 +1,4 @@
-# GAUSS-04441 -- GAUSS-04450
+# GAUSS-04441 -- GAUSS-04450
GAUSS-04441: "Unsupport store format, only support ORC format for DFS table."
diff --git a/content/zh/docs/DatabaseReference/GAUSS-04451----GAUSS-04460.md b/content/zh/docs/DatabaseReference/GAUSS-04451----GAUSS-04460.md
new file mode 100644
index 0000000000000000000000000000000000000000..f19bc3a29b1243f529c052e0d201d42d373dc45e
--- /dev/null
+++ b/content/zh/docs/DatabaseReference/GAUSS-04451----GAUSS-04460.md
@@ -0,0 +1,2 @@
+# GAUSS-04451 -- GAUSS-04460
+
diff --git a/content/zh/docs/DataBaseReference/GAUSS-04461----GAUSS-04470.md b/content/zh/docs/DatabaseReference/GAUSS-04461----GAUSS-04470.md
similarity index 83%
rename from content/zh/docs/DataBaseReference/GAUSS-04461----GAUSS-04470.md
rename to content/zh/docs/DatabaseReference/GAUSS-04461----GAUSS-04470.md
index 3ed24f9e6c2647b781c6c0d2cee217f2be212922..735a56a959654f28f13c4b7599f214ebbd82c99d 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-04461----GAUSS-04470.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-04461----GAUSS-04470.md
@@ -1,4 +1,4 @@
-# GAUSS-04461 -- GAUSS-04470
+# GAUSS-04461 -- GAUSS-04470
GAUSS-04468: "corrupt during reset shared hash table '%s'"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-04471----GAUSS-04480.md b/content/zh/docs/DatabaseReference/GAUSS-04471----GAUSS-04480.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-04471----GAUSS-04480.md
rename to content/zh/docs/DatabaseReference/GAUSS-04471----GAUSS-04480.md
index bc9fe63e2f1a1b64c701106cfdfcc672e0dae3af..0b79cf745f6813fbfce730e7f861f6c53d5a657b 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-04471----GAUSS-04480.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-04471----GAUSS-04480.md
@@ -1,4 +1,4 @@
-# GAUSS-04471 -- GAUSS-04480
+# GAUSS-04471 -- GAUSS-04480
GAUSS-04471: "fallocate\(fd=%d, amount=%d, offset=%ld\),write count\(%d\), errno\(%d\), maybe you use adio without XFS filesystem, if you really want do this,please turn off GUC parameter enable\_fast\_allocate"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-04481----GAUSS-04490.md b/content/zh/docs/DatabaseReference/GAUSS-04481----GAUSS-04490.md
similarity index 90%
rename from content/zh/docs/DataBaseReference/GAUSS-04481----GAUSS-04490.md
rename to content/zh/docs/DatabaseReference/GAUSS-04481----GAUSS-04490.md
index 1d3eaa8dfb12b3f2129896972a4ba19cce34747f..bef2099af6128cd6d3008aa654991b56fd48edc8 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-04481----GAUSS-04490.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-04481----GAUSS-04490.md
@@ -1,4 +1,4 @@
-# GAUSS-04481 -- GAUSS-04490
+# GAUSS-04481 -- GAUSS-04490
GAUSS-04481: "Require scratch buflist to reorder writes."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-04491----GAUSS-04500.md b/content/zh/docs/DatabaseReference/GAUSS-04491----GAUSS-04500.md
similarity index 86%
rename from content/zh/docs/DataBaseReference/GAUSS-04491----GAUSS-04500.md
rename to content/zh/docs/DatabaseReference/GAUSS-04491----GAUSS-04500.md
index 69c5fa20d2a238177df546ec672ed0055a4e09f1..e8b5ad6ba1fd59f2716aca35d5fc5c689979ae44 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-04491----GAUSS-04500.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-04491----GAUSS-04500.md
@@ -1,4 +1,4 @@
-# GAUSS-04491 -- GAUSS-04500
+# GAUSS-04491 -- GAUSS-04500
GAUSS-04492: "redundant options."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-04501----GAUSS-04510.md b/content/zh/docs/DatabaseReference/GAUSS-04501----GAUSS-04510.md
similarity index 90%
rename from content/zh/docs/DataBaseReference/GAUSS-04501----GAUSS-04510.md
rename to content/zh/docs/DatabaseReference/GAUSS-04501----GAUSS-04510.md
index a21dbb84608ce161401507c30248b178a439f8d6..dea910072327f68358c79ca6d0a4314415caadd9 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-04501----GAUSS-04510.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-04501----GAUSS-04510.md
@@ -1,4 +1,4 @@
-# GAUSS-04501 -- GAUSS-04510
+# GAUSS-04501 -- GAUSS-04510
GAUSS-04503: "wrong buffer passed to BCM\_clear, BlockNumber from buf is %u,mapBlock is %u"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-04501----GAUSS-04600.md b/content/zh/docs/DatabaseReference/GAUSS-04501----GAUSS-04600.md
similarity index 91%
rename from content/zh/docs/DataBaseReference/GAUSS-04501----GAUSS-04600.md
rename to content/zh/docs/DatabaseReference/GAUSS-04501----GAUSS-04600.md
index c5fa289747712ed6c2d6baedab72350d87f1061b..2478c7a0bfa409a88d7f1ed29f22d65890ecb7e0 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-04501----GAUSS-04600.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-04501----GAUSS-04600.md
@@ -1,4 +1,4 @@
-# GAUSS-04501 -- GAUSS-04600
+# GAUSS-04501 -- GAUSS-04600
- **[GAUSS-04501 -- GAUSS-04510]({{< relref "./GAUSS-04501----GAUSS-04510.md" >}})**
diff --git a/content/zh/docs/DataBaseReference/GAUSS-04511----GAUSS-04520.md b/content/zh/docs/DatabaseReference/GAUSS-04511----GAUSS-04520.md
similarity index 89%
rename from content/zh/docs/DataBaseReference/GAUSS-04511----GAUSS-04520.md
rename to content/zh/docs/DatabaseReference/GAUSS-04511----GAUSS-04520.md
index e339fe30f547124cf60cd852bd489687ff7e8d88..2274ee257bf93803db15adf61ecffa7376df63b1 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-04511----GAUSS-04520.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-04511----GAUSS-04520.md
@@ -1,4 +1,4 @@
-# GAUSS-04511 -- GAUSS-04520
+# GAUSS-04511 -- GAUSS-04520
GAUSS-04511: "user-defined text search parser is not yet supported."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-04521----GAUSS-04530.md b/content/zh/docs/DatabaseReference/GAUSS-04521----GAUSS-04530.md
similarity index 90%
rename from content/zh/docs/DataBaseReference/GAUSS-04521----GAUSS-04530.md
rename to content/zh/docs/DatabaseReference/GAUSS-04521----GAUSS-04530.md
index cfd5131462f2fa0d44e364d23d27de7dc0737b9e..4de704175c205522891a22977f518e60c3d1f973 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-04521----GAUSS-04530.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-04521----GAUSS-04530.md
@@ -1,4 +1,4 @@
-# GAUSS-04521 -- GAUSS-04530
+# GAUSS-04521 -- GAUSS-04530
GAUSS-04521: "DISCARD statement is not yet supported."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-04531----GAUSS-04540.md b/content/zh/docs/DatabaseReference/GAUSS-04531----GAUSS-04540.md
similarity index 94%
rename from content/zh/docs/DataBaseReference/GAUSS-04531----GAUSS-04540.md
rename to content/zh/docs/DatabaseReference/GAUSS-04531----GAUSS-04540.md
index 5a0a28d185f9a07707d9e852b07d41ed6fb1bb6e..f5a33f8d22987a6caf103f47ce13b4bf146450b4 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-04531----GAUSS-04540.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-04531----GAUSS-04540.md
@@ -1,4 +1,4 @@
-# GAUSS-04531 -- GAUSS-04540
+# GAUSS-04531 -- GAUSS-04540
GAUSS-04531: "Unexpected response from %s while sending query ID with sync"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-04541----GAUSS-04550.md b/content/zh/docs/DatabaseReference/GAUSS-04541----GAUSS-04550.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-04541----GAUSS-04550.md
rename to content/zh/docs/DatabaseReference/GAUSS-04541----GAUSS-04550.md
index c4852a70df5da1e4b92ae911de559eee3ffad544..f6f6b7d23679916f05bbccf2fb654478d585f8f9 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-04541----GAUSS-04550.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-04541----GAUSS-04550.md
@@ -1,4 +1,4 @@
-# GAUSS-04541 -- GAUSS-04550
+# GAUSS-04541 -- GAUSS-04550
GAUSS-04542: "invalid starelkind for pg\_statistic"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-04551----GAUSS-04560.md b/content/zh/docs/DatabaseReference/GAUSS-04551----GAUSS-04560.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-04551----GAUSS-04560.md
rename to content/zh/docs/DatabaseReference/GAUSS-04551----GAUSS-04560.md
index b562fb73df160f0fa8da9b7d203a6dd97db4da70..d63921cd903d1e2dd0f305542644c8a2d3f55107 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-04551----GAUSS-04560.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-04551----GAUSS-04560.md
@@ -1,4 +1,4 @@
-# GAUSS-04551 -- GAUSS-04560
+# GAUSS-04551 -- GAUSS-04560
GAUSS-04551: "could not write to roach"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-04561----GAUSS-04570.md b/content/zh/docs/DatabaseReference/GAUSS-04561----GAUSS-04570.md
similarity index 91%
rename from content/zh/docs/DataBaseReference/GAUSS-04561----GAUSS-04570.md
rename to content/zh/docs/DatabaseReference/GAUSS-04561----GAUSS-04570.md
index 91f46fe87de69e5d0e66dbabaf2787fa919e00e0..886aba2dee65a55371297cd2ddfeffd99634a19c 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-04561----GAUSS-04570.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-04561----GAUSS-04570.md
@@ -1,4 +1,4 @@
-# GAUSS-04561 -- GAUSS-04570
+# GAUSS-04561 -- GAUSS-04570
GAUSS-04562: "unsupport to reallocate memory under stack memory allocator"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-04571----GAUSS-04580.md b/content/zh/docs/DatabaseReference/GAUSS-04571----GAUSS-04580.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-04571----GAUSS-04580.md
rename to content/zh/docs/DatabaseReference/GAUSS-04571----GAUSS-04580.md
index de9c4fb0edb9d736a1cda2571df75c6a8a0e1ab2..c9c18f16d1e1e718c84944362e8fe8d30145a8ba 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-04571----GAUSS-04580.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-04571----GAUSS-04580.md
@@ -1,4 +1,4 @@
-# GAUSS-04571 -- GAUSS-04580
+# GAUSS-04571 -- GAUSS-04580
GAUSS-04572: "specified date format is null"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-04581----GAUSS-04590.md b/content/zh/docs/DatabaseReference/GAUSS-04581----GAUSS-04590.md
similarity index 94%
rename from content/zh/docs/DataBaseReference/GAUSS-04581----GAUSS-04590.md
rename to content/zh/docs/DatabaseReference/GAUSS-04581----GAUSS-04590.md
index 2a20254411781dea0bfcef3cfcc85d26d935de15..80653c27a65ceff08a9c17b73b5f42f7fe8ecc9e 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-04581----GAUSS-04590.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-04581----GAUSS-04590.md
@@ -1,4 +1,4 @@
-# GAUSS-04581 -- GAUSS-04590
+# GAUSS-04581 -- GAUSS-04590
GAUSS-04581: "BloomFilters are not compatible for merging."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-04591----GAUSS-04600.md b/content/zh/docs/DatabaseReference/GAUSS-04591----GAUSS-04600.md
similarity index 94%
rename from content/zh/docs/DataBaseReference/GAUSS-04591----GAUSS-04600.md
rename to content/zh/docs/DatabaseReference/GAUSS-04591----GAUSS-04600.md
index db8e9f4514454ed4dd9dce0dabe498c64bb2865e..4a086f111c1eeff3393037a5508a2ffb4f3d33ef 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-04591----GAUSS-04600.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-04591----GAUSS-04600.md
@@ -1,4 +1,4 @@
-# GAUSS-04591 -- GAUSS-04600
+# GAUSS-04591 -- GAUSS-04600
GAUSS-04591: "Failed to create LLVM state object ExecutionEngine: %s"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-04601----GAUSS-04610.md b/content/zh/docs/DatabaseReference/GAUSS-04601----GAUSS-04610.md
similarity index 95%
rename from content/zh/docs/DataBaseReference/GAUSS-04601----GAUSS-04610.md
rename to content/zh/docs/DatabaseReference/GAUSS-04601----GAUSS-04610.md
index 2028705233e5ecfc800c36e4133f32cad114010e..b2acb77a923b4c72cbde3008378f822aa8d43830 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-04601----GAUSS-04610.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-04601----GAUSS-04610.md
@@ -1,4 +1,4 @@
-# GAUSS-04601 -- GAUSS-04610
+# GAUSS-04601 -- GAUSS-04610
GAUSS-04601: "Failed on getting IR function : LLVMIRrtrim1!\\n"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-04601----GAUSS-04700.md b/content/zh/docs/DatabaseReference/GAUSS-04601----GAUSS-04700.md
similarity index 91%
rename from content/zh/docs/DataBaseReference/GAUSS-04601----GAUSS-04700.md
rename to content/zh/docs/DatabaseReference/GAUSS-04601----GAUSS-04700.md
index d6ab7ee4c66a7e7cc94192308a7dff0ef6578dee..0b48560b124ee5a36fc3dc0eafa0e9a7f4d34670 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-04601----GAUSS-04700.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-04601----GAUSS-04700.md
@@ -1,4 +1,4 @@
-# GAUSS-04601 -- GAUSS-04700
+# GAUSS-04601 -- GAUSS-04700
- **[GAUSS-04601 -- GAUSS-04610]({{< relref "./GAUSS-04601----GAUSS-04610.md" >}})**
diff --git a/content/zh/docs/DataBaseReference/GAUSS-04611----GAUSS-04620.md b/content/zh/docs/DatabaseReference/GAUSS-04611----GAUSS-04620.md
similarity index 90%
rename from content/zh/docs/DataBaseReference/GAUSS-04611----GAUSS-04620.md
rename to content/zh/docs/DatabaseReference/GAUSS-04611----GAUSS-04620.md
index c774251da64c528bfb80dc5642468440f2110aa8..7ffbde22453c6d9e7e9123b94749293793428241 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-04611----GAUSS-04620.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-04611----GAUSS-04620.md
@@ -1,4 +1,4 @@
-# GAUSS-04611 -- GAUSS-04620
+# GAUSS-04611 -- GAUSS-04620
GAUSS-04611: "tablespace HDFS path '%s' is too long."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-04621----GAUSS-04630.md b/content/zh/docs/DatabaseReference/GAUSS-04621----GAUSS-04630.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-04621----GAUSS-04630.md
rename to content/zh/docs/DatabaseReference/GAUSS-04621----GAUSS-04630.md
index 0cd369c486bdce7758fb4aae345919bf1c780090..7e674fc13af20695725acc222136b9a75607de0b 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-04621----GAUSS-04630.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-04621----GAUSS-04630.md
@@ -1,4 +1,4 @@
-# GAUSS-04621 -- GAUSS-04630
+# GAUSS-04621 -- GAUSS-04630
GAUSS-04622: "Password can't contain more than %d characters."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-04631----GAUSS-04640.md b/content/zh/docs/DatabaseReference/GAUSS-04631----GAUSS-04640.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-04631----GAUSS-04640.md
rename to content/zh/docs/DatabaseReference/GAUSS-04631----GAUSS-04640.md
index ce9a4888d6d6e6b6e7d36c48c9a6f65b469dc904..f1899c3d45f569f402a32ff5aaeedf5e110108a0 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-04631----GAUSS-04640.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-04631----GAUSS-04640.md
@@ -1,4 +1,4 @@
-# GAUSS-04631 -- GAUSS-04640
+# GAUSS-04631 -- GAUSS-04640
GAUSS-04631: "It is unsupported to rename database '%s' on DFS tablespace '%s'."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-04641----GAUSS-04650.md b/content/zh/docs/DatabaseReference/GAUSS-04641----GAUSS-04650.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-04641----GAUSS-04650.md
rename to content/zh/docs/DatabaseReference/GAUSS-04641----GAUSS-04650.md
index 6f4aa03b3837be09f4e50453ce1c4762283db90c..0716f502a42ea96505167a86276c0c8292e6e3bf 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-04641----GAUSS-04650.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-04641----GAUSS-04650.md
@@ -1,4 +1,4 @@
-# GAUSS-04641 -- GAUSS-04650
+# GAUSS-04641 -- GAUSS-04650
GAUSS-04641: "Num of partition keys in value-partitioned table exceeds max allowed num:%d"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-04651----GAUSS-04660.md b/content/zh/docs/DatabaseReference/GAUSS-04651----GAUSS-04660.md
similarity index 94%
rename from content/zh/docs/DataBaseReference/GAUSS-04651----GAUSS-04660.md
rename to content/zh/docs/DatabaseReference/GAUSS-04651----GAUSS-04660.md
index d451df1053505fa2970b8c614abe9eb84da678bc..e852c879ae90882ae0da5d5f95da1054361c40ae 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-04651----GAUSS-04660.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-04651----GAUSS-04660.md
@@ -1,4 +1,4 @@
-# GAUSS-04651 -- GAUSS-04660
+# GAUSS-04651 -- GAUSS-04660
GAUSS-04651: "It is not supported to rename schema '%s' which includes DFS table '%s'."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-04661----GAUSS-04670.md b/content/zh/docs/DatabaseReference/GAUSS-04661----GAUSS-04670.md
similarity index 95%
rename from content/zh/docs/DataBaseReference/GAUSS-04661----GAUSS-04670.md
rename to content/zh/docs/DatabaseReference/GAUSS-04661----GAUSS-04670.md
index 18f352ec9c7a20499121b00950c65554ed9317ec..5e79f6851f4473f704e5ddd2dcb38056603a631c 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-04661----GAUSS-04670.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-04661----GAUSS-04670.md
@@ -1,4 +1,4 @@
-# GAUSS-04661 -- GAUSS-04670
+# GAUSS-04661 -- GAUSS-04670
GAUSS-04662: "illegal chars conversion may confuse COPY null 0x%x"
diff --git a/content/zh/docs/DatabaseReference/GAUSS-04671----GAUSS-04680.md b/content/zh/docs/DatabaseReference/GAUSS-04671----GAUSS-04680.md
new file mode 100644
index 0000000000000000000000000000000000000000..d418c7c9d264ed5536e8230af01767fd5f68373e
--- /dev/null
+++ b/content/zh/docs/DatabaseReference/GAUSS-04671----GAUSS-04680.md
@@ -0,0 +1,2 @@
+# GAUSS-04671 -- GAUSS-04680
+
diff --git a/content/zh/docs/DataBaseReference/GAUSS-04681----GAUSS-04690.md b/content/zh/docs/DatabaseReference/GAUSS-04681----GAUSS-04690.md
similarity index 90%
rename from content/zh/docs/DataBaseReference/GAUSS-04681----GAUSS-04690.md
rename to content/zh/docs/DatabaseReference/GAUSS-04681----GAUSS-04690.md
index 424297312217c28f1c2d5a412b88802ba38aacae..ddb240bb7be3f6986de0aa20ea34cd8a8caab624 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-04681----GAUSS-04690.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-04681----GAUSS-04690.md
@@ -1,4 +1,4 @@
-# GAUSS-04681 -- GAUSS-04690
+# GAUSS-04681 -- GAUSS-04690
GAUSS-04681: "CUBE is limited to 12 elements"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-04691----GAUSS-04700.md b/content/zh/docs/DatabaseReference/GAUSS-04691----GAUSS-04700.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-04691----GAUSS-04700.md
rename to content/zh/docs/DatabaseReference/GAUSS-04691----GAUSS-04700.md
index fed0cd2354173d4d72a3cf52ecc92c1ae2e36c8a..688114b94858b2e1d50dc6645b2b8a7c1ffea140 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-04691----GAUSS-04700.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-04691----GAUSS-04700.md
@@ -1,4 +1,4 @@
-# GAUSS-04691 -- GAUSS-04700
+# GAUSS-04691 -- GAUSS-04700
GAUSS-04691: "INSENSITIVE CURSOR is not yet supported."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-04701----GAUSS-04710.md b/content/zh/docs/DatabaseReference/GAUSS-04701----GAUSS-04710.md
similarity index 89%
rename from content/zh/docs/DataBaseReference/GAUSS-04701----GAUSS-04710.md
rename to content/zh/docs/DatabaseReference/GAUSS-04701----GAUSS-04710.md
index eecd922706edb6d659c6f32a867a08937195abc3..465b3f57d87cc979d7a7ec335c4531afd30f3147 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-04701----GAUSS-04710.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-04701----GAUSS-04710.md
@@ -1,4 +1,4 @@
-# GAUSS-04701 -- GAUSS-04710
+# GAUSS-04701 -- GAUSS-04710
GAUSS-04706: "The parameter can not smaller than -1."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-04701----GAUSS-04800.md b/content/zh/docs/DatabaseReference/GAUSS-04701----GAUSS-04800.md
similarity index 91%
rename from content/zh/docs/DataBaseReference/GAUSS-04701----GAUSS-04800.md
rename to content/zh/docs/DatabaseReference/GAUSS-04701----GAUSS-04800.md
index 83da2d4539cbb3e61b8ebe49bbd20a2ee0c06464..f216201d4e4689f058254103b5a430bd00333286 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-04701----GAUSS-04800.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-04701----GAUSS-04800.md
@@ -1,4 +1,4 @@
-# GAUSS-04701 -- GAUSS-04800
+# GAUSS-04701 -- GAUSS-04800
- **[GAUSS-04701 -- GAUSS-04710]({{< relref "./GAUSS-04701----GAUSS-04710.md" >}})**
diff --git a/content/zh/docs/DataBaseReference/GAUSS-04711----GAUSS-04720.md b/content/zh/docs/DatabaseReference/GAUSS-04711----GAUSS-04720.md
similarity index 82%
rename from content/zh/docs/DataBaseReference/GAUSS-04711----GAUSS-04720.md
rename to content/zh/docs/DatabaseReference/GAUSS-04711----GAUSS-04720.md
index e61c394f46c1b4542103f636e995de80c4fea4b5..ec0a4b0a8bdad8180234921c0ab898f61dd9bc84 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-04711----GAUSS-04720.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-04711----GAUSS-04720.md
@@ -1,4 +1,4 @@
-# GAUSS-04711 -- GAUSS-04720
+# GAUSS-04711 -- GAUSS-04720
GAUSS-04714: "Unsupported data type : %u."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-04721----GAUSS-04730.md b/content/zh/docs/DatabaseReference/GAUSS-04721----GAUSS-04730.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-04721----GAUSS-04730.md
rename to content/zh/docs/DatabaseReference/GAUSS-04721----GAUSS-04730.md
index 5820167aea83557de222cfd4674505e28184630a..3958ee4e62f93ae367a7e8d29281b0ec52aff91d 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-04721----GAUSS-04730.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-04721----GAUSS-04730.md
@@ -1,4 +1,4 @@
-# GAUSS-04721 -- GAUSS-04730
+# GAUSS-04721 -- GAUSS-04730
GAUSS-04721: "The start index is over the limit."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-04731----GAUSS-04740.md b/content/zh/docs/DatabaseReference/GAUSS-04731----GAUSS-04740.md
similarity index 90%
rename from content/zh/docs/DataBaseReference/GAUSS-04731----GAUSS-04740.md
rename to content/zh/docs/DatabaseReference/GAUSS-04731----GAUSS-04740.md
index c8601b19d1bb6cb45bf1ceba16c874f3b5bfb8d9..d41168f4866435583a1616810cf9b155159d36f2 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-04731----GAUSS-04740.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-04731----GAUSS-04740.md
@@ -1,4 +1,4 @@
-# GAUSS-04731 -- GAUSS-04740
+# GAUSS-04731 -- GAUSS-04740
GAUSS-04731: "Data type %u has not been supported for predicate push down."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-04741----GAUSS-04750.md b/content/zh/docs/DatabaseReference/GAUSS-04741----GAUSS-04750.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-04741----GAUSS-04750.md
rename to content/zh/docs/DatabaseReference/GAUSS-04741----GAUSS-04750.md
index 233a5c6ded19bb95d82712320feda16868cc2ee5..d598981d41128886eba7ddfb33a52b93507debef 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-04741----GAUSS-04750.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-04741----GAUSS-04750.md
@@ -1,4 +1,4 @@
-# GAUSS-04741 -- GAUSS-04750
+# GAUSS-04741 -- GAUSS-04750
GAUSS-04741: "The path '%s' must be an absolute path."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-04751----GAUSS-04760.md b/content/zh/docs/DatabaseReference/GAUSS-04751----GAUSS-04760.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-04751----GAUSS-04760.md
rename to content/zh/docs/DatabaseReference/GAUSS-04751----GAUSS-04760.md
index 3e31b7d5b136420c970e5df8482fa20f030521f8..763c166529a7c6f7aa2efd60491c5438fb38c9d9 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-04751----GAUSS-04760.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-04751----GAUSS-04760.md
@@ -1,4 +1,4 @@
-# GAUSS-04751 -- GAUSS-04760
+# GAUSS-04751 -- GAUSS-04760
GAUSS-04752: "could not initialize partition pruning result cache."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-04761----GAUSS-04770.md b/content/zh/docs/DatabaseReference/GAUSS-04761----GAUSS-04770.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-04761----GAUSS-04770.md
rename to content/zh/docs/DatabaseReference/GAUSS-04761----GAUSS-04770.md
index 19e301812c1d07e3ab9491b72d5382e48c6e4591..f2ab826843168352bdb190c4492af601ff566dae 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-04761----GAUSS-04770.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-04761----GAUSS-04770.md
@@ -1,4 +1,4 @@
-# GAUSS-04761 -- GAUSS-04770
+# GAUSS-04761 -- GAUSS-04770
GAUSS-04761: "Value '%s' of option 'compression' is invalid for row table"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-04771----GAUSS-04780.md b/content/zh/docs/DatabaseReference/GAUSS-04771----GAUSS-04780.md
similarity index 85%
rename from content/zh/docs/DataBaseReference/GAUSS-04771----GAUSS-04780.md
rename to content/zh/docs/DatabaseReference/GAUSS-04771----GAUSS-04780.md
index e59db411fcd7cda2b1da8de86903ce5d7d92c92e..e28cac0165e2fcfd19fd8f886a3a0dae785ad062 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-04771----GAUSS-04780.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-04771----GAUSS-04780.md
@@ -1,4 +1,4 @@
-# GAUSS-04771 -- GAUSS-04780
+# GAUSS-04771 -- GAUSS-04780
GAUSS-04774: "Snapshot too old."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-04781----GAUSS-04790.md b/content/zh/docs/DatabaseReference/GAUSS-04781----GAUSS-04790.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-04781----GAUSS-04790.md
rename to content/zh/docs/DatabaseReference/GAUSS-04781----GAUSS-04790.md
index cbebe669f6bf17ac11a308eeb99981870ed1daa2..ad0d3bd209d737b4c8d9eb1ac478164203917152 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-04781----GAUSS-04790.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-04781----GAUSS-04790.md
@@ -1,4 +1,4 @@
-# GAUSS-04781 -- GAUSS-04790
+# GAUSS-04781 -- GAUSS-04790
GAUSS-04781: "Upper-level GROUPING found where not expected"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-04791----GAUSS-04800.md b/content/zh/docs/DatabaseReference/GAUSS-04791----GAUSS-04800.md
similarity index 95%
rename from content/zh/docs/DataBaseReference/GAUSS-04791----GAUSS-04800.md
rename to content/zh/docs/DatabaseReference/GAUSS-04791----GAUSS-04800.md
index bef18095945b579b27d9882c5b64e273bff62a95..7dd8a228ab19695d1f2884fff6fc55c3cc7077fe 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-04791----GAUSS-04800.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-04791----GAUSS-04800.md
@@ -1,4 +1,4 @@
-# GAUSS-04791 -- GAUSS-04800
+# GAUSS-04791 -- GAUSS-04800
GAUSS-04791: "invalid hashbucketId syntax"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-04801----GAUSS-04810.md b/content/zh/docs/DatabaseReference/GAUSS-04801----GAUSS-04810.md
similarity index 94%
rename from content/zh/docs/DataBaseReference/GAUSS-04801----GAUSS-04810.md
rename to content/zh/docs/DatabaseReference/GAUSS-04801----GAUSS-04810.md
index bd00948a4f237a5ae89b3701652fe17fc7900a9e..e1da66c3ea20558d5d1c23e520274591c12c5993 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-04801----GAUSS-04810.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-04801----GAUSS-04810.md
@@ -1,4 +1,4 @@
-# GAUSS-04801 -- GAUSS-04810
+# GAUSS-04801 -- GAUSS-04810
GAUSS-04803: "cache lookup failed for data source %u"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-04801----GAUSS-04900.md b/content/zh/docs/DatabaseReference/GAUSS-04801----GAUSS-04900.md
similarity index 91%
rename from content/zh/docs/DataBaseReference/GAUSS-04801----GAUSS-04900.md
rename to content/zh/docs/DatabaseReference/GAUSS-04801----GAUSS-04900.md
index 0f28abbe88d701cd80669b20267dc1cc5bf5a918..f051cbfe528183cd2e0566112e7c1885b4d1a9c0 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-04801----GAUSS-04900.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-04801----GAUSS-04900.md
@@ -1,4 +1,4 @@
-# GAUSS-04801 -- GAUSS-04900
+# GAUSS-04801 -- GAUSS-04900
- **[GAUSS-04801 -- GAUSS-04810]({{< relref "./GAUSS-04801----GAUSS-04810.md" >}})**
diff --git a/content/zh/docs/DataBaseReference/GAUSS-04811----GAUSS-04820.md b/content/zh/docs/DatabaseReference/GAUSS-04811----GAUSS-04820.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-04811----GAUSS-04820.md
rename to content/zh/docs/DatabaseReference/GAUSS-04811----GAUSS-04820.md
index 905165fd757a77f170718e30198f4fcdbf357046..3fe42cb08e803f050c0d2f3b7715967e64490d8b 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-04811----GAUSS-04820.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-04811----GAUSS-04820.md
@@ -1,4 +1,4 @@
-# GAUSS-04811 -- GAUSS-04820
+# GAUSS-04811 -- GAUSS-04820
GAUSS-04811: "could not find tuple for policy %u"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-04821----GAUSS-04830.md b/content/zh/docs/DatabaseReference/GAUSS-04821----GAUSS-04830.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-04821----GAUSS-04830.md
rename to content/zh/docs/DatabaseReference/GAUSS-04821----GAUSS-04830.md
index 0e42f43888cf8d3d106b0c1cecea2455bc2902be..0817d2ce8c35c8754536b92e95c22f389aa40867 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-04821----GAUSS-04830.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-04821----GAUSS-04830.md
@@ -1,4 +1,4 @@
-# GAUSS-04821 -- GAUSS-04830
+# GAUSS-04821 -- GAUSS-04830
GAUSS-04821: "partition key column's number of relation '%s' is not a 1-D smallint array in check partkey type."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-04831----GAUSS-04840.md b/content/zh/docs/DatabaseReference/GAUSS-04831----GAUSS-04840.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-04831----GAUSS-04840.md
rename to content/zh/docs/DatabaseReference/GAUSS-04831----GAUSS-04840.md
index 9689531180a9fb41872ebdcdf8ce822f192d7911..55389b035f86867f4f8e486e36746cd267c963f7 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-04831----GAUSS-04840.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-04831----GAUSS-04840.md
@@ -1,4 +1,4 @@
-# GAUSS-04831 -- GAUSS-04840
+# GAUSS-04831 -- GAUSS-04840
GAUSS-04831: "unexpected non-btree speculative unique index"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-04841----GAUSS-04850.md b/content/zh/docs/DatabaseReference/GAUSS-04841----GAUSS-04850.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-04841----GAUSS-04850.md
rename to content/zh/docs/DatabaseReference/GAUSS-04841----GAUSS-04850.md
index d4f3c783e57da5d6bc89b2b58eeb446700e0e9b8..d5f78c3412c4978877529f6de71385364b9b1cbd 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-04841----GAUSS-04850.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-04841----GAUSS-04850.md
@@ -1,4 +1,4 @@
-# GAUSS-04841 -- GAUSS-04850
+# GAUSS-04841 -- GAUSS-04850
GAUSS-04841: "cache lookup failed for existing\[%d\]!"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-04851----GAUSS-04860.md b/content/zh/docs/DatabaseReference/GAUSS-04851----GAUSS-04860.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-04851----GAUSS-04860.md
rename to content/zh/docs/DatabaseReference/GAUSS-04851----GAUSS-04860.md
index e68a43ce64ee3ed081ffbceb83eb271507094b75..e3892c8d40dfeb5bdd9c13c51cbf128b095e5d81 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-04851----GAUSS-04860.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-04851----GAUSS-04860.md
@@ -1,4 +1,4 @@
-# GAUSS-04851 -- GAUSS-04860
+# GAUSS-04851 -- GAUSS-04860
GAUSS-04851: "Permission for current user to get this job. current\_user: %s, job\_user: %s, job\_id: %ld"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-04861----GAUSS-04870.md b/content/zh/docs/DatabaseReference/GAUSS-04861----GAUSS-04870.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-04861----GAUSS-04870.md
rename to content/zh/docs/DatabaseReference/GAUSS-04861----GAUSS-04870.md
index 3507c6ac21141e9de87f2139e9e05eff7cd00583..484ab0a22b6dbceee5ad411966858db53145a0f0 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-04861----GAUSS-04870.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-04861----GAUSS-04870.md
@@ -1,4 +1,4 @@
-# GAUSS-04861 -- GAUSS-04870
+# GAUSS-04861 -- GAUSS-04870
GAUSS-04861: "Execute job failed, job\_id: %d."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-04871----GAUSS-04880.md b/content/zh/docs/DatabaseReference/GAUSS-04871----GAUSS-04880.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-04871----GAUSS-04880.md
rename to content/zh/docs/DatabaseReference/GAUSS-04871----GAUSS-04880.md
index ce78e13b47209ea11607077bb24fef1ad9d4145c..0abedbcca7a4d4d1623d419f8269a0a6fe8c49b3 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-04871----GAUSS-04880.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-04871----GAUSS-04880.md
@@ -1,4 +1,4 @@
-# GAUSS-04871 -- GAUSS-04880
+# GAUSS-04871 -- GAUSS-04880
GAUSS-04871: "Parameter can not be null."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-04881----GAUSS-04890.md b/content/zh/docs/DatabaseReference/GAUSS-04881----GAUSS-04890.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-04881----GAUSS-04890.md
rename to content/zh/docs/DatabaseReference/GAUSS-04881----GAUSS-04890.md
index 2488ca17b2659542b833760aa4ccf238c450a16c..8c8e49306fab61f26d6eadf92000f592286c529d 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-04881----GAUSS-04890.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-04881----GAUSS-04890.md
@@ -1,4 +1,4 @@
-# GAUSS-04881 -- GAUSS-04890
+# GAUSS-04881 -- GAUSS-04890
GAUSS-04881: "Library file name can not include character '%c'."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-04891----GAUSS-04900.md b/content/zh/docs/DatabaseReference/GAUSS-04891----GAUSS-04900.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-04891----GAUSS-04900.md
rename to content/zh/docs/DatabaseReference/GAUSS-04891----GAUSS-04900.md
index 4bfc4db77d71a891674362c4de5719aa4352c1bc..ce40b4633ce6bcd9ada674fdd51576983586d7ec 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-04891----GAUSS-04900.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-04891----GAUSS-04900.md
@@ -1,4 +1,4 @@
-# GAUSS-04891 -- GAUSS-04900
+# GAUSS-04891 -- GAUSS-04900
GAUSS-04891: "package function does not support table parameter."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-04901----GAUSS-04910.md b/content/zh/docs/DatabaseReference/GAUSS-04901----GAUSS-04910.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-04901----GAUSS-04910.md
rename to content/zh/docs/DatabaseReference/GAUSS-04901----GAUSS-04910.md
index d7e2e8d4882c6ae10f988fdb007774c74afb819a..9de1338bb7df1e90b42a50c0e769a9d3a69f0d98 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-04901----GAUSS-04910.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-04901----GAUSS-04910.md
@@ -1,4 +1,4 @@
-# GAUSS-04901 -- GAUSS-04910
+# GAUSS-04901 -- GAUSS-04910
GAUSS-04901: "pg\_hba.conf rejects replication connection for host '%s', user '%s', %s"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-04901----GAUSS-04999.md b/content/zh/docs/DatabaseReference/GAUSS-04901----GAUSS-04999.md
similarity index 91%
rename from content/zh/docs/DataBaseReference/GAUSS-04901----GAUSS-04999.md
rename to content/zh/docs/DatabaseReference/GAUSS-04901----GAUSS-04999.md
index ee2d4471f0af9c3c1cb4250543ccc1ee3f9d10d0..fcf7b10e020f3f71f05a25a422db2734902023c4 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-04901----GAUSS-04999.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-04901----GAUSS-04999.md
@@ -1,4 +1,4 @@
-# GAUSS-04901 -- GAUSS-04999
+# GAUSS-04901 -- GAUSS-04999
- **[GAUSS-04901 -- GAUSS-04910]({{< relref "./GAUSS-04901----GAUSS-04910.md" >}})**
diff --git a/content/zh/docs/DataBaseReference/GAUSS-04911----GAUSS-04920.md b/content/zh/docs/DatabaseReference/GAUSS-04911----GAUSS-04920.md
similarity index 96%
rename from content/zh/docs/DataBaseReference/GAUSS-04911----GAUSS-04920.md
rename to content/zh/docs/DatabaseReference/GAUSS-04911----GAUSS-04920.md
index af91c07db4a23bb6f1fe52cbbaf93209cf03c62b..cd209637cde8e0fcd9b56e6a833b571e984de2ef 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-04911----GAUSS-04920.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-04911----GAUSS-04920.md
@@ -1,4 +1,4 @@
-# GAUSS-04911 -- GAUSS-04920
+# GAUSS-04911 -- GAUSS-04920
GAUSS-04911: "empty password returned by client"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-04921----GAUSS-04930.md b/content/zh/docs/DatabaseReference/GAUSS-04921----GAUSS-04930.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-04921----GAUSS-04930.md
rename to content/zh/docs/DatabaseReference/GAUSS-04921----GAUSS-04930.md
index ca2c1f4d13f1144c018e607bf36eb3786e98d119..874b612bb29ff80b80e40dd00dbb9c821bdc7d1c 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-04921----GAUSS-04930.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-04921----GAUSS-04930.md
@@ -1,4 +1,4 @@
-# GAUSS-04921 -- GAUSS-04930
+# GAUSS-04921 -- GAUSS-04930
GAUSS-04921: "expected message length is %d, actual message length is %d"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-04931----GAUSS-04940.md b/content/zh/docs/DatabaseReference/GAUSS-04931----GAUSS-04940.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-04931----GAUSS-04940.md
rename to content/zh/docs/DatabaseReference/GAUSS-04931----GAUSS-04940.md
index a08cfb863e06813a0004accc362bcc62d31e3d4f..12a38c5eabd33f71ac4b6996d189f417179d23b3 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-04931----GAUSS-04940.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-04931----GAUSS-04940.md
@@ -1,4 +1,4 @@
-# GAUSS-04931 -- GAUSS-04940
+# GAUSS-04931 -- GAUSS-04940
GAUSS-04931: "NULL seqNamespace for nextval\(\)"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-04941----GAUSS-04950.md b/content/zh/docs/DatabaseReference/GAUSS-04941----GAUSS-04950.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-04941----GAUSS-04950.md
rename to content/zh/docs/DatabaseReference/GAUSS-04941----GAUSS-04950.md
index 17f24dfa677aa9a5845fabd0158d684f4c915653..73c4e9a55dcad3f26c6432077ed41643beae16fc 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-04941----GAUSS-04950.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-04941----GAUSS-04950.md
@@ -1,4 +1,4 @@
-# GAUSS-04941 -- GAUSS-04950
+# GAUSS-04941 -- GAUSS-04950
GAUSS-04941: "window function %s cannot have WITHIN GROUP"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-04951----GAUSS-04960.md b/content/zh/docs/DatabaseReference/GAUSS-04951----GAUSS-04960.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-04951----GAUSS-04960.md
rename to content/zh/docs/DatabaseReference/GAUSS-04951----GAUSS-04960.md
index 750d97dcb395e90cb3de2da7a316a614ee9d9240..9621718eaf5e157aa2904a7a6c7f65ce7af483fb 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-04951----GAUSS-04960.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-04951----GAUSS-04960.md
@@ -1,4 +1,4 @@
-# GAUSS-04951 -- GAUSS-04960
+# GAUSS-04951 -- GAUSS-04960
GAUSS-04951: "WITH GRANT OPTION is not supported in security mode."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-04961----GAUSS-04970.md b/content/zh/docs/DatabaseReference/GAUSS-04961----GAUSS-04970.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-04961----GAUSS-04970.md
rename to content/zh/docs/DatabaseReference/GAUSS-04961----GAUSS-04970.md
index dbb490dc957a3927a315b679935c516380d5d9be..f970e02e8a91366ddb6ddfeadb219796a2a73ce6 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-04961----GAUSS-04970.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-04961----GAUSS-04970.md
@@ -1,4 +1,4 @@
-# GAUSS-04961 -- GAUSS-04970
+# GAUSS-04961 -- GAUSS-04970
GAUSS-04961: "only allow column name within VALUES"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-04971----GAUSS-04980.md b/content/zh/docs/DatabaseReference/GAUSS-04971----GAUSS-04980.md
similarity index 96%
rename from content/zh/docs/DataBaseReference/GAUSS-04971----GAUSS-04980.md
rename to content/zh/docs/DatabaseReference/GAUSS-04971----GAUSS-04980.md
index caa1d9fbdac95c1e35003a20faa28736282f5b08..533992d239d6715cd6b30343cea62f9138abe2f9 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-04971----GAUSS-04980.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-04971----GAUSS-04980.md
@@ -1,4 +1,4 @@
-# GAUSS-04971 -- GAUSS-04980
+# GAUSS-04971 -- GAUSS-04980
GAUSS-04971: "No function matches the given arguments names. You might need to add explicit declare arguments names."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-04981----GAUSS-04990.md b/content/zh/docs/DatabaseReference/GAUSS-04981----GAUSS-04990.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-04981----GAUSS-04990.md
rename to content/zh/docs/DatabaseReference/GAUSS-04981----GAUSS-04990.md
index df16673d948606a8aa4398194c94128e81cdc90f..7a13565640262898db651bf469ddf7b62514da10 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-04981----GAUSS-04990.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-04981----GAUSS-04990.md
@@ -1,4 +1,4 @@
-# GAUSS-04981 -- GAUSS-04990
+# GAUSS-04981 -- GAUSS-04990
GAUSS-04981: "u\_sess-\>parser\_cxt.opr\_cache\_hash should not be null"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-04991----GAUSS-05000.md b/content/zh/docs/DatabaseReference/GAUSS-04991----GAUSS-05000.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-04991----GAUSS-05000.md
rename to content/zh/docs/DatabaseReference/GAUSS-04991----GAUSS-05000.md
index 0c7abc04816bdaba24f03e436739692b4b845c02..04779f5653a0f70451c4527c112b6d7bd61f0a96 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-04991----GAUSS-05000.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-04991----GAUSS-05000.md
@@ -1,4 +1,4 @@
-# GAUSS-04991 -- GAUSS-05000
+# GAUSS-04991 -- GAUSS-05000
GAUSS-04991: "CREATE TABLE LIKE with column sequence in different NodeGroup is not supported."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-05001----GAUSS-05010.md b/content/zh/docs/DatabaseReference/GAUSS-05001----GAUSS-05010.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-05001----GAUSS-05010.md
rename to content/zh/docs/DatabaseReference/GAUSS-05001----GAUSS-05010.md
index 6caa1dae803e62d2d49107cbf8062f7a3e536060..f624514fc2818498d18adf87b890d7392aa04084 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-05001----GAUSS-05010.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-05001----GAUSS-05010.md
@@ -1,4 +1,4 @@
-# GAUSS-05001 -- GAUSS-05010
+# GAUSS-05001 -- GAUSS-05010
GAUSS-05001: "access method 'cgin' does not support WHERE clause"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-05001----GAUSS-05100.md b/content/zh/docs/DatabaseReference/GAUSS-05001----GAUSS-05100.md
similarity index 91%
rename from content/zh/docs/DataBaseReference/GAUSS-05001----GAUSS-05100.md
rename to content/zh/docs/DatabaseReference/GAUSS-05001----GAUSS-05100.md
index 928103b1a9346fa5b21a939ee54b0dbeec26d024..24b129916943ed0261a22fd7a56f9d3f26c94d16 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-05001----GAUSS-05100.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-05001----GAUSS-05100.md
@@ -1,4 +1,4 @@
-# GAUSS-05001 -- GAUSS-05100
+# GAUSS-05001 -- GAUSS-05100
- **[GAUSS-05001 -- GAUSS-05010]({{< relref "./GAUSS-05001----GAUSS-05010.md" >}})**
diff --git a/content/zh/docs/DataBaseReference/GAUSS-05011----GAUSS-05020.md b/content/zh/docs/DatabaseReference/GAUSS-05011----GAUSS-05020.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-05011----GAUSS-05020.md
rename to content/zh/docs/DatabaseReference/GAUSS-05011----GAUSS-05020.md
index a41c663633c91797ed71e82fe7c4e63b581cd686..e201da7c16594a626a47dac7671e4508462b089d 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-05011----GAUSS-05020.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-05011----GAUSS-05020.md
@@ -1,4 +1,4 @@
-# GAUSS-05011 -- GAUSS-05020
+# GAUSS-05011 -- GAUSS-05020
GAUSS-05011: "partition parameter is not constant."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-05021----GAUSS-05030.md b/content/zh/docs/DatabaseReference/GAUSS-05021----GAUSS-05030.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-05021----GAUSS-05030.md
rename to content/zh/docs/DatabaseReference/GAUSS-05021----GAUSS-05030.md
index 26be6535a7a2c57d96ce8070891c43951c9a4610..1cf91b60dc903390985e2f5d0527523f4fbbf715 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-05021----GAUSS-05030.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-05021----GAUSS-05030.md
@@ -1,4 +1,4 @@
-# GAUSS-05021 -- GAUSS-05030
+# GAUSS-05021 -- GAUSS-05030
GAUSS-05021: "too many partition keys for partition '%s'."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-05031----GAUSS-05040.md b/content/zh/docs/DatabaseReference/GAUSS-05031----GAUSS-05040.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-05031----GAUSS-05040.md
rename to content/zh/docs/DatabaseReference/GAUSS-05031----GAUSS-05040.md
index 1f2c1eb6fdc1790560bfca28b9665569ddeb3f30..afb923f051b509dba6deb9f28b2db3f282cb505e 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-05031----GAUSS-05040.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-05031----GAUSS-05040.md
@@ -1,4 +1,4 @@
-# GAUSS-05031 -- GAUSS-05040
+# GAUSS-05031 -- GAUSS-05040
GAUSS-05031: "end value of partition '%s' NOT EQUAL up-boundary of the partition to be splitted."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-05041----GAUSS-05050.md b/content/zh/docs/DatabaseReference/GAUSS-05041----GAUSS-05050.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-05041----GAUSS-05050.md
rename to content/zh/docs/DatabaseReference/GAUSS-05041----GAUSS-05050.md
index 9d0afaf37bf7e5b7c8afc499de23a6cf92fd0e98..a3e06a6b5ed71246081e1249aaf51383f8e8e6f5 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-05041----GAUSS-05050.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-05041----GAUSS-05050.md
@@ -1,4 +1,4 @@
-# GAUSS-05041 -- GAUSS-05050
+# GAUSS-05041 -- GAUSS-05050
GAUSS-05041: "Subquery should at least have a target list or values list."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-05051----GAUSS-05060.md b/content/zh/docs/DatabaseReference/GAUSS-05051----GAUSS-05060.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-05051----GAUSS-05060.md
rename to content/zh/docs/DatabaseReference/GAUSS-05051----GAUSS-05060.md
index fcc9cd66ff5611fe0f032461b13687d87e756726..f663e97754f916b61b783bb2bb10cdab977f4304 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-05051----GAUSS-05060.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-05051----GAUSS-05060.md
@@ -1,4 +1,4 @@
-# GAUSS-05051 -- GAUSS-05060
+# GAUSS-05051 -- GAUSS-05060
GAUSS-05051: "Two WHEN NOT MATCHED clauses are not supported for MERGE INTO"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-05061----GAUSS-05070.md b/content/zh/docs/DatabaseReference/GAUSS-05061----GAUSS-05070.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-05061----GAUSS-05070.md
rename to content/zh/docs/DatabaseReference/GAUSS-05061----GAUSS-05070.md
index 97e82d6d1baeb36c9c7f2073df0f9662ec058507..e33b5d24bc42399e6fc181e85c5cf510afc472b8 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-05061----GAUSS-05070.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-05061----GAUSS-05070.md
@@ -1,4 +1,4 @@
-# GAUSS-05061 -- GAUSS-05070
+# GAUSS-05061 -- GAUSS-05070
GAUSS-05061: "Subquery should at least have a target column."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-05071----GAUSS-05080.md b/content/zh/docs/DatabaseReference/GAUSS-05071----GAUSS-05080.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-05071----GAUSS-05080.md
rename to content/zh/docs/DatabaseReference/GAUSS-05071----GAUSS-05080.md
index f35b4596eb94910a0adfd1e782ca7e941ccd80bf..78bb83daee2117ef15c0de90711c25d01e8ef63d 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-05071----GAUSS-05080.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-05071----GAUSS-05080.md
@@ -1,4 +1,4 @@
-# GAUSS-05071 -- GAUSS-05080
+# GAUSS-05071 -- GAUSS-05080
GAUSS-05071: "'%s' can't outer join with more than one relation"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-05081----GAUSS-05090.md b/content/zh/docs/DatabaseReference/GAUSS-05081----GAUSS-05090.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-05081----GAUSS-05090.md
rename to content/zh/docs/DatabaseReference/GAUSS-05081----GAUSS-05090.md
index f33f80403b195e2732519ecf46d2b533b03815b0..c5446e561589467f53c2c0720dac87dd56943d46 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-05081----GAUSS-05090.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-05081----GAUSS-05090.md
@@ -1,4 +1,4 @@
-# GAUSS-05081 -- GAUSS-05090
+# GAUSS-05081 -- GAUSS-05090
GAUSS-05081: "INSERT ON DUPLICATE KEY UPDATE is not supported on VIEW."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-05091----GAUSS-05100.md b/content/zh/docs/DatabaseReference/GAUSS-05091----GAUSS-05100.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-05091----GAUSS-05100.md
rename to content/zh/docs/DatabaseReference/GAUSS-05091----GAUSS-05100.md
index 671ad8f009b5ba8d4e9432a21ec9570ef355834a..f19d2bcea900a7a7aba956134ec35eee40a23bd2 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-05091----GAUSS-05100.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-05091----GAUSS-05100.md
@@ -1,4 +1,4 @@
-# GAUSS-05091 -- GAUSS-05100
+# GAUSS-05091 -- GAUSS-05100
GAUSS-05091: "non-integer constant in group clause"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-05101----GAUSS-05110.md b/content/zh/docs/DatabaseReference/GAUSS-05101----GAUSS-05110.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-05101----GAUSS-05110.md
rename to content/zh/docs/DatabaseReference/GAUSS-05101----GAUSS-05110.md
index 3eaa58fa22e67c6243dacdde4a7e2df79b71c327..61310135a66dde93af54e703ad67caa2011405f7 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-05101----GAUSS-05110.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-05101----GAUSS-05110.md
@@ -1,4 +1,4 @@
-# GAUSS-05101 -- GAUSS-05110
+# GAUSS-05101 -- GAUSS-05110
GAUSS-05101: "Could not alloc new memory."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-05101----GAUSS-05200.md b/content/zh/docs/DatabaseReference/GAUSS-05101----GAUSS-05200.md
similarity index 91%
rename from content/zh/docs/DataBaseReference/GAUSS-05101----GAUSS-05200.md
rename to content/zh/docs/DatabaseReference/GAUSS-05101----GAUSS-05200.md
index e4026c9ace025914db30f13e903d30d3d876b918..34f5dbde1ac85445dcd329a25134379ee18efdb7 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-05101----GAUSS-05200.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-05101----GAUSS-05200.md
@@ -1,4 +1,4 @@
-# GAUSS-05101 -- GAUSS-05200
+# GAUSS-05101 -- GAUSS-05200
- **[GAUSS-05101 -- GAUSS-05110]({{< relref "./GAUSS-05101----GAUSS-05110.md" >}})**
diff --git a/content/zh/docs/DataBaseReference/GAUSS-05111----GAUSS-05120.md b/content/zh/docs/DatabaseReference/GAUSS-05111----GAUSS-05120.md
similarity index 91%
rename from content/zh/docs/DataBaseReference/GAUSS-05111----GAUSS-05120.md
rename to content/zh/docs/DatabaseReference/GAUSS-05111----GAUSS-05120.md
index 0d08a57f463028406c149cbaa9a4dc59cfd9578d..cbb40a04b980483dc28fc0d5b92bfd981e42560b 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-05111----GAUSS-05120.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-05111----GAUSS-05120.md
@@ -1,4 +1,4 @@
-# GAUSS-05111 -- GAUSS-05120
+# GAUSS-05111 -- GAUSS-05120
GAUSS-05112: "Get buckets failed.reason:the buckets number\(%d\) is not correct\(%d\)."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-05121----GAUSS-05130.md b/content/zh/docs/DatabaseReference/GAUSS-05121----GAUSS-05130.md
similarity index 70%
rename from content/zh/docs/DataBaseReference/GAUSS-05121----GAUSS-05130.md
rename to content/zh/docs/DatabaseReference/GAUSS-05121----GAUSS-05130.md
index d2c8bcf35bbda12c7311d38798d102c253f1c1cd..af8b7c7a25968d45d2e1d669d45e838300377020 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-05121----GAUSS-05130.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-05121----GAUSS-05130.md
@@ -1,4 +1,4 @@
-# GAUSS-05121 -- GAUSS-05130
+# GAUSS-05121 -- GAUSS-05130
GAUSS-05126: "group\_name can not be NULL "
diff --git a/content/zh/docs/DataBaseReference/GAUSS-05131----GAUSS-05140.md b/content/zh/docs/DatabaseReference/GAUSS-05131----GAUSS-05140.md
similarity index 87%
rename from content/zh/docs/DataBaseReference/GAUSS-05131----GAUSS-05140.md
rename to content/zh/docs/DatabaseReference/GAUSS-05131----GAUSS-05140.md
index dc089d0fc99c486943be74022cea730855c7d0d8..d8c765aba2014f6e633689a2dd971d582b5d19e0 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-05131----GAUSS-05140.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-05131----GAUSS-05140.md
@@ -1,4 +1,4 @@
-# GAUSS-05131 -- GAUSS-05140
+# GAUSS-05131 -- GAUSS-05140
GAUSS-05133: "The InstallationGuide group has no members."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-05141----GAUSS-05150.md b/content/zh/docs/DatabaseReference/GAUSS-05141----GAUSS-05150.md
similarity index 84%
rename from content/zh/docs/DataBaseReference/GAUSS-05141----GAUSS-05150.md
rename to content/zh/docs/DatabaseReference/GAUSS-05141----GAUSS-05150.md
index a2691482e4240307dd2241a85998516749815fa1..ee62639555f48ef021df3dd9f7e9552414087dc3 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-05141----GAUSS-05150.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-05141----GAUSS-05150.md
@@ -1,4 +1,4 @@
-# GAUSS-05141 -- GAUSS-05150
+# GAUSS-05141 -- GAUSS-05150
GAUSS-05145: "cannot drop '%s' because other objects depend on it"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-05151----GAUSS-05160.md b/content/zh/docs/DatabaseReference/GAUSS-05151----GAUSS-05160.md
similarity index 94%
rename from content/zh/docs/DataBaseReference/GAUSS-05151----GAUSS-05160.md
rename to content/zh/docs/DatabaseReference/GAUSS-05151----GAUSS-05160.md
index 50149ee56b419112c3c614b37bc0aa0cfce839af..9ca42f3bbbad421797a48d8067781d3a88a0e06c 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-05151----GAUSS-05160.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-05151----GAUSS-05160.md
@@ -1,4 +1,4 @@
-# GAUSS-05151 -- GAUSS-05160
+# GAUSS-05151 -- GAUSS-05160
GAUSS-05152: "default\_storage\_nodegroup %s not defined."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-05161----GAUSS-05170.md b/content/zh/docs/DatabaseReference/GAUSS-05161----GAUSS-05170.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-05161----GAUSS-05170.md
rename to content/zh/docs/DatabaseReference/GAUSS-05161----GAUSS-05170.md
index 382676ce0c1d7d3fcc2969bc5e399866f8aca0bf..83a6da92ca5a1c57681bb87eb50a9db39ea59b7d 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-05161----GAUSS-05170.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-05161----GAUSS-05170.md
@@ -1,4 +1,4 @@
-# GAUSS-05161 -- GAUSS-05170
+# GAUSS-05161 -- GAUSS-05170
AUSS-05161: "can not open pg\_database"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-05171----GAUSS-05180.md b/content/zh/docs/DatabaseReference/GAUSS-05171----GAUSS-05180.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-05171----GAUSS-05180.md
rename to content/zh/docs/DatabaseReference/GAUSS-05171----GAUSS-05180.md
index 9746feb511fd73cd96e5dc0a40f2436918695c2e..3630818cd35f33ce637464026b3ce805a79ca330 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-05171----GAUSS-05180.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-05171----GAUSS-05180.md
@@ -1,4 +1,4 @@
-# GAUSS-05171 -- GAUSS-05180
+# GAUSS-05171 -- GAUSS-05180
GAUSS-05171: "Invalid coordinator number"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-05181----GAUSS-05190.md b/content/zh/docs/DatabaseReference/GAUSS-05181----GAUSS-05190.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-05181----GAUSS-05190.md
rename to content/zh/docs/DatabaseReference/GAUSS-05181----GAUSS-05190.md
index 5e41a9f438ea7a1402d09349d7f83de0fb5979e9..7dd238f907a253a9c85ef70e806a73c22814cfe1 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-05181----GAUSS-05190.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-05181----GAUSS-05190.md
@@ -1,4 +1,4 @@
-# GAUSS-05181 -- GAUSS-05190
+# GAUSS-05181 -- GAUSS-05190
GAUSS-05181: "Can not find location info for relation oid: %u"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-05191----GAUSS-05200.md b/content/zh/docs/DatabaseReference/GAUSS-05191----GAUSS-05200.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-05191----GAUSS-05200.md
rename to content/zh/docs/DatabaseReference/GAUSS-05191----GAUSS-05200.md
index 1fe7cd09e61ba3087cf92ba0060ac768ce1a0894..7d54f6eab9ef66a42514d9f2a640e4ca0e79331f 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-05191----GAUSS-05200.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-05191----GAUSS-05200.md
@@ -1,4 +1,4 @@
-# GAUSS-05191 -- GAUSS-05200
+# GAUSS-05191 -- GAUSS-05200
GAUSS-05191: "Failed to send command to coordinators"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-05201---GAUSS-05210.md b/content/zh/docs/DatabaseReference/GAUSS-05201---GAUSS-05210.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-05201---GAUSS-05210.md
rename to content/zh/docs/DatabaseReference/GAUSS-05201---GAUSS-05210.md
index 0a3ea405fb7ef74b6a83fe0422c40bf3d5d08aec..dd3abfa2f57769f92d2d89a7ebc875d87ca6511b 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-05201---GAUSS-05210.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-05201---GAUSS-05210.md
@@ -1,4 +1,4 @@
-# GAUSS-05201-- GAUSS-05210
+# GAUSS-05201-- GAUSS-05210
GAUSS-05201: "unrecognize LOCKMODE type."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-05201---GAUSS-05300.md b/content/zh/docs/DatabaseReference/GAUSS-05201---GAUSS-05300.md
similarity index 90%
rename from content/zh/docs/DataBaseReference/GAUSS-05201---GAUSS-05300.md
rename to content/zh/docs/DatabaseReference/GAUSS-05201---GAUSS-05300.md
index 192e8ef528ab62f507a2103f06c2824cb57c404f..2ca023fbfeda540bb5560fa8531b9838167bcc1e 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-05201---GAUSS-05300.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-05201---GAUSS-05300.md
@@ -1,4 +1,4 @@
-# GAUSS-05201-- GAUSS-05300
+# GAUSS-05201-- GAUSS-05300
- **[GAUSS-05201-- GAUSS-05210]({{< relref "./GAUSS-05201---GAUSS-05210.md" >}})**
diff --git a/content/zh/docs/DataBaseReference/GAUSS-05211---GAUSS-05220.md b/content/zh/docs/DatabaseReference/GAUSS-05211---GAUSS-05220.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-05211---GAUSS-05220.md
rename to content/zh/docs/DatabaseReference/GAUSS-05211---GAUSS-05220.md
index 6ad413827c1b8bd6b8793bb06c0963ae272fd64e..f25d693c4ab15c22d216a7f462930cd44816cc66 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-05211---GAUSS-05220.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-05211---GAUSS-05220.md
@@ -1,4 +1,4 @@
-# GAUSS-05211-- GAUSS-05220
+# GAUSS-05211-- GAUSS-05220
GAUSS-05211: "failed to receice response from node %u after notify commit"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-05221---GAUSS-05230.md b/content/zh/docs/DatabaseReference/GAUSS-05221---GAUSS-05230.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-05221---GAUSS-05230.md
rename to content/zh/docs/DatabaseReference/GAUSS-05221---GAUSS-05230.md
index 846bbca4a1610c17c0de6a22e85d2f2d21059a18..08ef80394e65115f861bfed4571614e188bd70d9 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-05221---GAUSS-05230.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-05221---GAUSS-05230.md
@@ -1,4 +1,4 @@
-# GAUSS-05221-- GAUSS-05230
+# GAUSS-05221-- GAUSS-05230
GAUSS-05221: "pooler: could not find node of node\[%d\], oid\[%u\], needCreateArrayLen\[%d\], loopIndex\[%d\], i\[%d\], j\[%d\], isNull\[%d\]"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-05231---GAUSS-05240.md b/content/zh/docs/DatabaseReference/GAUSS-05231---GAUSS-05240.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-05231---GAUSS-05240.md
rename to content/zh/docs/DatabaseReference/GAUSS-05231---GAUSS-05240.md
index 86073f515473cb24a68fe6d2c7c466c6f01d40a2..0e8b40875ee2ce24ae3febea1a56e0b44d295a27 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-05231---GAUSS-05240.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-05231---GAUSS-05240.md
@@ -1,4 +1,4 @@
-# GAUSS-05231-- GAUSS-05240
+# GAUSS-05231-- GAUSS-05240
GAUSS-05231: "malloc memory failed in dynamic loader."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-05241---GAUSS-05250.md b/content/zh/docs/DatabaseReference/GAUSS-05241---GAUSS-05250.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-05241---GAUSS-05250.md
rename to content/zh/docs/DatabaseReference/GAUSS-05241---GAUSS-05250.md
index faec1c3ad7a24c5dc15bdafd781c3d9c3a8c60dd..2c97f378be93b3a91f5362da7f5649e78ca78295 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-05241---GAUSS-05250.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-05241---GAUSS-05250.md
@@ -1,4 +1,4 @@
-# GAUSS-05241-- GAUSS-05250
+# GAUSS-05241-- GAUSS-05250
GAUSS-05241: "Text search for Finnish is not supported!"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-05251---GAUSS-05260.md b/content/zh/docs/DatabaseReference/GAUSS-05251---GAUSS-05260.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-05251---GAUSS-05260.md
rename to content/zh/docs/DatabaseReference/GAUSS-05251---GAUSS-05260.md
index e2a5ffd10ac5a72a26493f2ee3720eb7fca111eb..9850c6f264104bc72b93a0f98fc367caad7b8a1b 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-05251---GAUSS-05260.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-05251---GAUSS-05260.md
@@ -1,4 +1,4 @@
-# GAUSS-05251-- GAUSS-05260
+# GAUSS-05251-- GAUSS-05260
GAUSS-05251: "Text search for Romanian is not supported!"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-05261---GAUSS-05270.md b/content/zh/docs/DatabaseReference/GAUSS-05261---GAUSS-05270.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-05261---GAUSS-05270.md
rename to content/zh/docs/DatabaseReference/GAUSS-05261---GAUSS-05270.md
index 5abfb617ed9ebe9f7a6fb3f47364f4a207351b0b..6269f2123aa9fc97f38f11d023d8e5c5faf4d62e 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-05261---GAUSS-05270.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-05261---GAUSS-05270.md
@@ -1,4 +1,4 @@
-# GAUSS-05261-- GAUSS-05270
+# GAUSS-05261-- GAUSS-05270
GAUSS-05261: "the parameter 'len' should not be negative."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-05271---GAUSS-05280.md b/content/zh/docs/DatabaseReference/GAUSS-05271---GAUSS-05280.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-05271---GAUSS-05280.md
rename to content/zh/docs/DatabaseReference/GAUSS-05271---GAUSS-05280.md
index 537fedca5ae6b2ad9db288e949ca8e3fce338825..da641df3916c1f40360d46e1fb10a596025342a2 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-05271---GAUSS-05280.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-05271---GAUSS-05280.md
@@ -1,4 +1,4 @@
-# GAUSS-05271-- GAUSS-05280
+# GAUSS-05271-- GAUSS-05280
GAUSS-05271: "TEXT SEARCH is not yet supported."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-05281---GAUSS-05290.md b/content/zh/docs/DatabaseReference/GAUSS-05281---GAUSS-05290.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-05281---GAUSS-05290.md
rename to content/zh/docs/DatabaseReference/GAUSS-05281---GAUSS-05290.md
index 8e2a379488ba6d7d309a0f968b27ff08081cd5f0..f472020968a27e666d65a1aa33b7220de6980b8f 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-05281---GAUSS-05290.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-05281---GAUSS-05290.md
@@ -1,4 +1,4 @@
-# GAUSS-05281-- GAUSS-05290
+# GAUSS-05281-- GAUSS-05290
GAUSS-05281: "unrecognized type of Conf-\>flagMode: %d"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-05291---GAUSS-05300.md b/content/zh/docs/DatabaseReference/GAUSS-05291---GAUSS-05300.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-05291---GAUSS-05300.md
rename to content/zh/docs/DatabaseReference/GAUSS-05291---GAUSS-05300.md
index c19d47579fcaeb5f1ffa63506647e72823df3524..34a77cc1aea91c114b76c2cee378a05e0ffe8cc1 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-05291---GAUSS-05300.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-05291---GAUSS-05300.md
@@ -1,4 +1,4 @@
-# GAUSS-05291-- GAUSS-05300
+# GAUSS-05291-- GAUSS-05300
GAUSS-05291: "The input NUMCacheEntry is invalid, which is Null."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-05301----GAUSS-05310.md b/content/zh/docs/DatabaseReference/GAUSS-05301----GAUSS-05310.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-05301----GAUSS-05310.md
rename to content/zh/docs/DatabaseReference/GAUSS-05301----GAUSS-05310.md
index 267918eddd1c01247addc2d61f776a1f1b1bab4a..44e7857a4e0264814d3011a810d1af4897257b16 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-05301----GAUSS-05310.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-05301----GAUSS-05310.md
@@ -1,4 +1,4 @@
-# GAUSS-05301 -- GAUSS-05310
+# GAUSS-05301 -- GAUSS-05310
GAUSS-05301: "more than one function named '%s', %d functions are found"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-05301----GAUSS-05400.md b/content/zh/docs/DatabaseReference/GAUSS-05301----GAUSS-05400.md
similarity index 91%
rename from content/zh/docs/DataBaseReference/GAUSS-05301----GAUSS-05400.md
rename to content/zh/docs/DatabaseReference/GAUSS-05301----GAUSS-05400.md
index be778a9fc20d01f49cfb0fe2130f5619ef29af70..9e3bd1782639433f526a3046a6d56f8bcc1b3367 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-05301----GAUSS-05400.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-05301----GAUSS-05400.md
@@ -1,4 +1,4 @@
-# GAUSS-05301 -- GAUSS-05400
+# GAUSS-05301 -- GAUSS-05400
- **[GAUSS-05301 -- GAUSS-05310]({{< relref "./GAUSS-05301----GAUSS-05310.md" >}})**
diff --git a/content/zh/docs/DataBaseReference/GAUSS-05311----GAUSS-05320.md b/content/zh/docs/DatabaseReference/GAUSS-05311----GAUSS-05320.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-05311----GAUSS-05320.md
rename to content/zh/docs/DatabaseReference/GAUSS-05311----GAUSS-05320.md
index 8558d3f43ec8944a88ca33e49665508b1e10a84f..6a27e57ef509878e88a7416759ca29f1e97f8f38 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-05311----GAUSS-05320.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-05311----GAUSS-05320.md
@@ -1,4 +1,4 @@
-# GAUSS-05311 -- GAUSS-05320
+# GAUSS-05311 -- GAUSS-05320
GAUSS-05311: "MCV column numbers are not matched."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-05321----GAUSS-05330.md b/content/zh/docs/DatabaseReference/GAUSS-05321----GAUSS-05330.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-05321----GAUSS-05330.md
rename to content/zh/docs/DatabaseReference/GAUSS-05321----GAUSS-05330.md
index 1e8be5565ba1038a3d6c1c1ddf80aaa2d2da4d76..97d12a8317e36bd0f347ae688fbf77bc44d19ae4 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-05321----GAUSS-05330.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-05321----GAUSS-05330.md
@@ -1,4 +1,4 @@
-# GAUSS-05321 -- GAUSS-05330
+# GAUSS-05321 -- GAUSS-05330
GAUSS-05321: "the input timestamp must not be null."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-05331----GAUSS-05340.md b/content/zh/docs/DatabaseReference/GAUSS-05331----GAUSS-05340.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-05331----GAUSS-05340.md
rename to content/zh/docs/DatabaseReference/GAUSS-05331----GAUSS-05340.md
index a2f476f6dd8d40a8b1bcea8384a8ed8662ec1190..9ecc884d1a008c78b9a60bf5e7fb7d735b065ab8 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-05331----GAUSS-05340.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-05331----GAUSS-05340.md
@@ -1,4 +1,4 @@
-# GAUSS-05331 -- GAUSS-05340
+# GAUSS-05331 -- GAUSS-05340
GAUSS-05331: "input zero npts for path\_encode is invalid"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-05341----GAUSS-05350.md b/content/zh/docs/DatabaseReference/GAUSS-05341----GAUSS-05350.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-05341----GAUSS-05350.md
rename to content/zh/docs/DatabaseReference/GAUSS-05341----GAUSS-05350.md
index ecb26156119c8a7273241187efb4b2fd587e882a..d57049a00b770837217155a1026bb21e7e5a67d8 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-05341----GAUSS-05350.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-05341----GAUSS-05350.md
@@ -1,4 +1,4 @@
-# GAUSS-05341 -- GAUSS-05350
+# GAUSS-05341 -- GAUSS-05350
GAUSS-05341: "cannot convert infinity to numeric"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-05351----GAUSS-05360.md b/content/zh/docs/DatabaseReference/GAUSS-05351----GAUSS-05360.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-05351----GAUSS-05360.md
rename to content/zh/docs/DatabaseReference/GAUSS-05351----GAUSS-05360.md
index e788a1338992b296f7246f6e7a9a0ce689fc545f..348076b426c478942581a1ba304c0c87eb9d10d2 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-05351----GAUSS-05360.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-05351----GAUSS-05360.md
@@ -1,4 +1,4 @@
-# GAUSS-05351 -- GAUSS-05360
+# GAUSS-05351 -- GAUSS-05360
GAUSS-05351: "Unexpected null value for the plan"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-05361----GAUSS-05370.md b/content/zh/docs/DatabaseReference/GAUSS-05361----GAUSS-05370.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-05361----GAUSS-05370.md
rename to content/zh/docs/DatabaseReference/GAUSS-05361----GAUSS-05370.md
index 47364de1ff753b450e9be2fcbf48e66fa2eb7df4..fc3ef1dcf3bd366307ebeb1ab47dcff48c5e8113 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-05361----GAUSS-05370.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-05361----GAUSS-05370.md
@@ -1,4 +1,4 @@
-# GAUSS-05361 -- GAUSS-05370
+# GAUSS-05361 -- GAUSS-05370
GAUSS-05361: "Only system admin user can use this function"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-05371----GAUSS-05380.md b/content/zh/docs/DatabaseReference/GAUSS-05371----GAUSS-05380.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-05371----GAUSS-05380.md
rename to content/zh/docs/DatabaseReference/GAUSS-05371----GAUSS-05380.md
index 4c61233bbfd06db69724595082c0518eb814c6f1..aeba243a6f0c4c1f662fc34ca058cd4db9e2593b 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-05371----GAUSS-05380.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-05371----GAUSS-05380.md
@@ -1,4 +1,4 @@
-# GAUSS-05371 -- GAUSS-05380
+# GAUSS-05371 -- GAUSS-05380
GAUSS-05371: "cgroup is not initialized!"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-05381----GAUSS-05390.md b/content/zh/docs/DatabaseReference/GAUSS-05381----GAUSS-05390.md
similarity index 96%
rename from content/zh/docs/DataBaseReference/GAUSS-05381----GAUSS-05390.md
rename to content/zh/docs/DatabaseReference/GAUSS-05381----GAUSS-05390.md
index 991c2d594d70e951d5b5ebd77b9ae58a7faa56eb..2242b50e24e7321197ee6487c43acb7f19ceffd5 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-05381----GAUSS-05390.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-05381----GAUSS-05390.md
@@ -1,4 +1,4 @@
-# GAUSS-05381 -- GAUSS-05390
+# GAUSS-05381 -- GAUSS-05390
GAUSS-05381: "unsupported function or view in %s mode."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-05391----GAUSS-05400.md b/content/zh/docs/DatabaseReference/GAUSS-05391----GAUSS-05400.md
similarity index 95%
rename from content/zh/docs/DataBaseReference/GAUSS-05391----GAUSS-05400.md
rename to content/zh/docs/DatabaseReference/GAUSS-05391----GAUSS-05400.md
index fde3eb1b703abfdbb575e7bc712e312bd6dc289b..3b2d88a48f74f90270d53294661531321d01b18a 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-05391----GAUSS-05400.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-05391----GAUSS-05400.md
@@ -1,4 +1,4 @@
-# GAUSS-05391 -- GAUSS-05400
+# GAUSS-05391 -- GAUSS-05400
GAUSS-05391: "ACL string cannot be NULL."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-05401----GAUSS-05410.md b/content/zh/docs/DatabaseReference/GAUSS-05401----GAUSS-05410.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-05401----GAUSS-05410.md
rename to content/zh/docs/DatabaseReference/GAUSS-05401----GAUSS-05410.md
index b36ccddf102ae921bc4086abcea359826f715c5f..80e7836c98579981025d7989ee22dbd35024b205 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-05401----GAUSS-05410.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-05401----GAUSS-05410.md
@@ -1,4 +1,4 @@
-# GAUSS-05401 -- GAUSS-05410
+# GAUSS-05401 -- GAUSS-05410
GAUSS-05401: "must be system admin to call gs\_get\_max\_dbsize\_name."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-05401----GAUSS-05500.md b/content/zh/docs/DatabaseReference/GAUSS-05401----GAUSS-05500.md
similarity index 91%
rename from content/zh/docs/DataBaseReference/GAUSS-05401----GAUSS-05500.md
rename to content/zh/docs/DatabaseReference/GAUSS-05401----GAUSS-05500.md
index b6acc833430cbb2da29db3b405c0c488b1a3e34c..9dc5836d3c4946bd99e88c3fa362d5c24d4d40d2 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-05401----GAUSS-05500.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-05401----GAUSS-05500.md
@@ -1,4 +1,4 @@
-# GAUSS-05401 -- GAUSS-05500
+# GAUSS-05401 -- GAUSS-05500
- **[GAUSS-05401 -- GAUSS-05410]({{< relref "./GAUSS-05401----GAUSS-05410.md" >}})**
diff --git a/content/zh/docs/DataBaseReference/GAUSS-05411----GAUSS-05420.md b/content/zh/docs/DatabaseReference/GAUSS-05411----GAUSS-05420.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-05411----GAUSS-05420.md
rename to content/zh/docs/DatabaseReference/GAUSS-05411----GAUSS-05420.md
index b67f1a22f75cdf0ae5e5f9d2806931af5478e480..0a08155f7bfb0f0ee30f7525a415e6203e4f3850 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-05411----GAUSS-05420.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-05411----GAUSS-05420.md
@@ -1,4 +1,4 @@
-# GAUSS-05411 -- GAUSS-05420
+# GAUSS-05411 -- GAUSS-05420
GAUSS-05411: "Invalid attribute relation option."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-05421----GAUSS-05430.md b/content/zh/docs/DatabaseReference/GAUSS-05421----GAUSS-05430.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-05421----GAUSS-05430.md
rename to content/zh/docs/DatabaseReference/GAUSS-05421----GAUSS-05430.md
index f1bc934b50b028dc65ace6a502a38d6b9c59e186..7646e1d04d8338ebff019227368dc88eb0a71584 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-05421----GAUSS-05430.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-05421----GAUSS-05430.md
@@ -1,4 +1,4 @@
-# GAUSS-05421 -- GAUSS-05430
+# GAUSS-05421 -- GAUSS-05430
GAUSS-05421: "Table object with oid %u does not exists \(has been dropped\)"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-05431----GAUSS-05440.md b/content/zh/docs/DatabaseReference/GAUSS-05431----GAUSS-05440.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-05431----GAUSS-05440.md
rename to content/zh/docs/DatabaseReference/GAUSS-05431----GAUSS-05440.md
index d3baba1f444398c53cfb4a6e2c5c31d4455f68dd..38a7890923d48d4af68e34d0e4a27928b75b5522 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-05431----GAUSS-05440.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-05431----GAUSS-05440.md
@@ -1,4 +1,4 @@
-# GAUSS-05431 -- GAUSS-05440
+# GAUSS-05431 -- GAUSS-05440
GAUSS-05431: "bucket key column's number is not a 1-D smallint array"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-05441----GAUSS-05450.md b/content/zh/docs/DatabaseReference/GAUSS-05441----GAUSS-05450.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-05441----GAUSS-05450.md
rename to content/zh/docs/DatabaseReference/GAUSS-05441----GAUSS-05450.md
index 6bca6329eecc5d3b2175bb711c0c94ae2810e6a7..cd62cc6b6616a61de2e2278bd14703e8f04e850c 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-05441----GAUSS-05450.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-05441----GAUSS-05450.md
@@ -1,4 +1,4 @@
-# GAUSS-05441 -- GAUSS-05450
+# GAUSS-05441 -- GAUSS-05450
GAUSS-05441: "pg\_localtime must not be null!"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-05451----GAUSS-05460.md b/content/zh/docs/DatabaseReference/GAUSS-05451----GAUSS-05460.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-05451----GAUSS-05460.md
rename to content/zh/docs/DatabaseReference/GAUSS-05451----GAUSS-05460.md
index 92dea1e27284b2456b79d29afb6a9a1a58857da0..98650ad7bdf5a04b90c45e45fd4436b8de285d09 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-05451----GAUSS-05460.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-05451----GAUSS-05460.md
@@ -1,4 +1,4 @@
-# GAUSS-05451 -- GAUSS-05460
+# GAUSS-05451 -- GAUSS-05460
GAUSS-05451: "bogus lock file '%s',could not unlink it : %m"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-05461----GAUSS-05470.md b/content/zh/docs/DatabaseReference/GAUSS-05461----GAUSS-05470.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-05461----GAUSS-05470.md
rename to content/zh/docs/DatabaseReference/GAUSS-05461----GAUSS-05470.md
index 8d3053a9d647613aeef38c931ed234db8ecb1799..f3709d072942a9d6c2f38aa4d21bfbe53de49b4e 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-05461----GAUSS-05470.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-05461----GAUSS-05470.md
@@ -1,4 +1,4 @@
-# GAUSS-05461 -- GAUSS-05470
+# GAUSS-05461 -- GAUSS-05470
GAUSS-05461: "pg\_server\_to\_any returns null."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-05471----GAUSS-05480.md b/content/zh/docs/DatabaseReference/GAUSS-05471----GAUSS-05480.md
similarity index 96%
rename from content/zh/docs/DataBaseReference/GAUSS-05471----GAUSS-05480.md
rename to content/zh/docs/DatabaseReference/GAUSS-05471----GAUSS-05480.md
index 736b039e59435f0bcf4e8238d677247ccd7ec80f..39eb65ea2dd7513b6faead892c894d9cc17becdf 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-05471----GAUSS-05480.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-05471----GAUSS-05480.md
@@ -1,4 +1,4 @@
-# GAUSS-05471 -- GAUSS-05480
+# GAUSS-05471 -- GAUSS-05480
GAUSS-05472: "permission denied to set role '%s'"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-05481----GAUSS-05490.md b/content/zh/docs/DatabaseReference/GAUSS-05481----GAUSS-05490.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-05481----GAUSS-05490.md
rename to content/zh/docs/DatabaseReference/GAUSS-05481----GAUSS-05490.md
index 56dba24d4b5973d0e2d3691ff086f8c980e2e362..25a95b66104ba6ad1dbcf857ca36462f4a7731ef 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-05481----GAUSS-05490.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-05481----GAUSS-05490.md
@@ -1,4 +1,4 @@
-# GAUSS-05481 -- GAUSS-05490
+# GAUSS-05481 -- GAUSS-05490
GAUSS-05481: "%s Memory Context could not find block containing block"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-05491----GAUSS-05500.md b/content/zh/docs/DatabaseReference/GAUSS-05491----GAUSS-05500.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-05491----GAUSS-05500.md
rename to content/zh/docs/DatabaseReference/GAUSS-05491----GAUSS-05500.md
index 996c6d9f76153250b79e4be4157074aa2d45e0a9..52d82542d9162d7a21735bdef229b64d4db58d0b 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-05491----GAUSS-05500.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-05491----GAUSS-05500.md
@@ -1,4 +1,4 @@
-# GAUSS-05491 -- GAUSS-05500
+# GAUSS-05491 -- GAUSS-05500
GAUSS-05491: "data cache block %d is not owned by resource owner %s"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-05501----GAUSS-05510.md b/content/zh/docs/DatabaseReference/GAUSS-05501----GAUSS-05510.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-05501----GAUSS-05510.md
rename to content/zh/docs/DatabaseReference/GAUSS-05501----GAUSS-05510.md
index 48ef072df6f8eb4c9907b053f75e07dd06083ae5..faa9d9fa08cf47e12398d926958939b0bcbcc1df 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-05501----GAUSS-05510.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-05501----GAUSS-05510.md
@@ -1,4 +1,4 @@
-# GAUSS-05501 -- GAUSS-05510
+# GAUSS-05501 -- GAUSS-05510
GAUSS-05501: "row store : cannot write cell into either memory or disk"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-05501----GAUSS-05600.md b/content/zh/docs/DatabaseReference/GAUSS-05501----GAUSS-05600.md
similarity index 91%
rename from content/zh/docs/DataBaseReference/GAUSS-05501----GAUSS-05600.md
rename to content/zh/docs/DatabaseReference/GAUSS-05501----GAUSS-05600.md
index 159363413912325d63b70f08e4b3266d3173c823..7e5aba282ba026dbdefc64a3cf317324a09a963d 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-05501----GAUSS-05600.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-05501----GAUSS-05600.md
@@ -1,4 +1,4 @@
-# GAUSS-05501 -- GAUSS-05600
+# GAUSS-05501 -- GAUSS-05600
- **[GAUSS-05501 -- GAUSS-05510]({{< relref "./GAUSS-05501----GAUSS-05510.md" >}})**
diff --git a/content/zh/docs/DataBaseReference/GAUSS-05511----GAUSS-05520.md b/content/zh/docs/DatabaseReference/GAUSS-05511----GAUSS-05520.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-05511----GAUSS-05520.md
rename to content/zh/docs/DatabaseReference/GAUSS-05511----GAUSS-05520.md
index 3d15bb52d670e98ed0d4362a2cc04129a4f8f8fe..5257e258822cfb9a05bbb94d0d2d792f7303c499 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-05511----GAUSS-05520.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-05511----GAUSS-05520.md
@@ -1,4 +1,4 @@
-# GAUSS-05511 -- GAUSS-05520
+# GAUSS-05511 -- GAUSS-05520
GAUSS-05511: "insufficient memory allowed for sort, allowed memory is %ld byte, available memory is %ld byte"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-05521----GAUSS-05530.md b/content/zh/docs/DatabaseReference/GAUSS-05521----GAUSS-05530.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-05521----GAUSS-05530.md
rename to content/zh/docs/DatabaseReference/GAUSS-05521----GAUSS-05530.md
index 64c9473ff3212fda195f72d878c9112d1cce2d52..b47cf688082e3e37b31bb2710015fbd36b35b47e 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-05521----GAUSS-05530.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-05521----GAUSS-05530.md
@@ -1,4 +1,4 @@
-# GAUSS-05521 -- GAUSS-05530
+# GAUSS-05521 -- GAUSS-05530
GAUSS-05521: "Built-in functions should not be added into pg\_proc"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-05531----GAUSS-05540.md b/content/zh/docs/DatabaseReference/GAUSS-05531----GAUSS-05540.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-05531----GAUSS-05540.md
rename to content/zh/docs/DatabaseReference/GAUSS-05531----GAUSS-05540.md
index 9d07298af5a544588911c9be4bd19a52595a5066..497ccb4dd3e53c64108ff6eadafea58e01146fe8 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-05531----GAUSS-05540.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-05531----GAUSS-05540.md
@@ -1,4 +1,4 @@
-# GAUSS-05531 -- GAUSS-05540
+# GAUSS-05531 -- GAUSS-05540
GAUSS-05531: "\(s|pmailbox init\)\\tFailed to init pmailbox."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-05541----GAUSS-05550.md b/content/zh/docs/DatabaseReference/GAUSS-05541----GAUSS-05550.md
similarity index 89%
rename from content/zh/docs/DataBaseReference/GAUSS-05541----GAUSS-05550.md
rename to content/zh/docs/DatabaseReference/GAUSS-05541----GAUSS-05550.md
index 082a10cefe17306158b54ecf2fed04f4a654b1a8..bdf30690b9bf9e7b14c57a3891eb46c19779b194 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-05541----GAUSS-05550.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-05541----GAUSS-05550.md
@@ -1,4 +1,4 @@
-# GAUSS-05541 -- GAUSS-05550
+# GAUSS-05541 -- GAUSS-05550
GAUSS-05541: "\(r|flow ctrl\)\\tFailed to do epoll wait\[%d\] with errno\[%d\]:%s."
@@ -64,7 +64,7 @@ SQLSTATE: 22000
解决办法:请联系技术支持工程师提供技术支持。
-GAUSS-05549: "query in function exec\_on\_ExtensionReference returns too many columns"
+GAUSS-05549: "query in function exec\_on\_Extension returns too many columns"
SQLSTATE: 54011
diff --git a/content/zh/docs/DataBaseReference/GAUSS-05551----GAUSS-05560.md b/content/zh/docs/DatabaseReference/GAUSS-05551----GAUSS-05560.md
similarity index 90%
rename from content/zh/docs/DataBaseReference/GAUSS-05551----GAUSS-05560.md
rename to content/zh/docs/DatabaseReference/GAUSS-05551----GAUSS-05560.md
index feefd93c16252f357c8dafa5f9ae98c01b885c2d..1272948b7aa749eedc9b4a1612f116ea4ee9d47f 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-05551----GAUSS-05560.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-05551----GAUSS-05560.md
@@ -1,6 +1,6 @@
-# GAUSS-05551 -- GAUSS-05560
+# GAUSS-05551 -- GAUSS-05560
-GAUSS-05551: "libodbc.so.1 or libodbc.so.2 not found, which is needed to run the ExtensionReference Connector."
+GAUSS-05551: "libodbc.so.1 or libodbc.so.2 not found, which is needed to run the Extension Connector."
SQLSTATE: 58P01
diff --git a/content/zh/docs/DataBaseReference/GAUSS-05561----GAUSS-05570.md b/content/zh/docs/DatabaseReference/GAUSS-05561----GAUSS-05570.md
similarity index 88%
rename from content/zh/docs/DataBaseReference/GAUSS-05561----GAUSS-05570.md
rename to content/zh/docs/DatabaseReference/GAUSS-05561----GAUSS-05570.md
index 76dbe4cdabec1b9190cedd456d8659f298543f48..61645839c94c6c38254d02d1b4b4babc64c1fc55 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-05561----GAUSS-05570.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-05561----GAUSS-05570.md
@@ -1,4 +1,4 @@
-# GAUSS-05561 -- GAUSS-05570
+# GAUSS-05561 -- GAUSS-05570
GAUSS-05561: "Initialize ODBC Connector failed due to insufficient memory."
@@ -24,7 +24,7 @@ SQLSTATE: 22023
解决办法:请联系技术支持工程师提供技术支持。
-GAUSS-05564: "ExtensionReference Connector is not supported in current version."
+GAUSS-05564: "Extension Connector is not supported in current version."
SQLSTATE: 0A000
diff --git a/content/zh/docs/DataBaseReference/GAUSS-05571----GAUSS-05580.md b/content/zh/docs/DatabaseReference/GAUSS-05571----GAUSS-05580.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-05571----GAUSS-05580.md
rename to content/zh/docs/DatabaseReference/GAUSS-05571----GAUSS-05580.md
index 82550aa187f3ae8df8c8cac47899848d96527170..a6bf6ca807a6d5b6833a8fea389f63b754fe5a22 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-05571----GAUSS-05580.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-05571----GAUSS-05580.md
@@ -1,4 +1,4 @@
-# GAUSS-05571 -- GAUSS-05580
+# GAUSS-05571 -- GAUSS-05580
GAUSS-05571: "foreign table server is invalid."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-05581----GAUSS-05590.md b/content/zh/docs/DatabaseReference/GAUSS-05581----GAUSS-05590.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-05581----GAUSS-05590.md
rename to content/zh/docs/DatabaseReference/GAUSS-05581----GAUSS-05590.md
index 806915e29d106877c8f7a78b4e494f08b04cf699..a6cf0ab072ab309f1c07a47560f6ef051ebe5893 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-05581----GAUSS-05590.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-05581----GAUSS-05590.md
@@ -1,4 +1,4 @@
-# GAUSS-05581 -- GAUSS-05590
+# GAUSS-05581 -- GAUSS-05590
GAUSS-05581: "Failed to read file %s."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-05591----GAUSS-05600.md b/content/zh/docs/DatabaseReference/GAUSS-05591----GAUSS-05600.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-05591----GAUSS-05600.md
rename to content/zh/docs/DatabaseReference/GAUSS-05591----GAUSS-05600.md
index 0684b94f33f16d4dfee6e6cae77d8dc7e1ccabc3..877a0f13e10110eb797c89abdfd21badab38894f 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-05591----GAUSS-05600.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-05591----GAUSS-05600.md
@@ -1,4 +1,4 @@
-# GAUSS-05591 -- GAUSS-05600
+# GAUSS-05591 -- GAUSS-05600
GAUSS-05591: "\[UniqueSQL\] during get stat from remote, failed to send/recv data!"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-05601----GAUSS-05610.md b/content/zh/docs/DatabaseReference/GAUSS-05601----GAUSS-05610.md
similarity index 91%
rename from content/zh/docs/DataBaseReference/GAUSS-05601----GAUSS-05610.md
rename to content/zh/docs/DatabaseReference/GAUSS-05601----GAUSS-05610.md
index 7529dcf5b9d9dd882a7d92cc038be63b97d18bb1..b6d4f321d824b6874caa0b5f3c5ccb8089a71d8b 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-05601----GAUSS-05610.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-05601----GAUSS-05610.md
@@ -1,4 +1,4 @@
-# GAUSS-05601 -- GAUSS-05610
+# GAUSS-05601 -- GAUSS-05610
GAUSS-05601: "only system/monitor admin can get user statistics info"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-05601----GAUSS-05700.md b/content/zh/docs/DatabaseReference/GAUSS-05601----GAUSS-05700.md
similarity index 91%
rename from content/zh/docs/DataBaseReference/GAUSS-05601----GAUSS-05700.md
rename to content/zh/docs/DatabaseReference/GAUSS-05601----GAUSS-05700.md
index b43325c4813d5293ff20c8876195b27b3ac96adb..1243f6f10508f1995cad1cfe510cf8fa40ce359e 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-05601----GAUSS-05700.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-05601----GAUSS-05700.md
@@ -1,4 +1,4 @@
-# GAUSS-05601 -- GAUSS-05700
+# GAUSS-05601 -- GAUSS-05700
- **[GAUSS-05601 -- GAUSS-05610]({{< relref "./GAUSS-05601----GAUSS-05610.md" >}})**
diff --git a/content/zh/docs/DataBaseReference/GAUSS-05611----GAUSS-05620.md b/content/zh/docs/DatabaseReference/GAUSS-05611----GAUSS-05620.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-05611----GAUSS-05620.md
rename to content/zh/docs/DatabaseReference/GAUSS-05611----GAUSS-05620.md
index 4b671cec65d649bd2cdbe426bdfb7f384ceecfd5..eb5f1eb110233c4ceab6787efc35c229707d31cf 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-05611----GAUSS-05620.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-05611----GAUSS-05620.md
@@ -1,4 +1,4 @@
-# GAUSS-05611 -- GAUSS-05620
+# GAUSS-05611 -- GAUSS-05620
GAUSS-05611: "list is null, can not free"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-05621----GAUSS-05630.md b/content/zh/docs/DatabaseReference/GAUSS-05621----GAUSS-05630.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-05621----GAUSS-05630.md
rename to content/zh/docs/DatabaseReference/GAUSS-05621----GAUSS-05630.md
index 8732d4ea84470c44b2ed5c3cada3125e76f45c7f..3e43c42dd0f0c7413161602ba7c2d6a642995ff7 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-05621----GAUSS-05630.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-05621----GAUSS-05630.md
@@ -1,4 +1,4 @@
-# GAUSS-05621 -- GAUSS-05630
+# GAUSS-05621 -- GAUSS-05630
GAUSS-05621: "The 3rd argument 'report\_type' and 4th argument 'report\_scope' should not be null"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-05631----GAUSS-05640.md b/content/zh/docs/DatabaseReference/GAUSS-05631----GAUSS-05640.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-05631----GAUSS-05640.md
rename to content/zh/docs/DatabaseReference/GAUSS-05631----GAUSS-05640.md
index e153c0944af68d11097c8d18e7d88b918cd9e6c4..372acc38102cdc3765d5c526ff33f0f584f0f569 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-05631----GAUSS-05640.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-05631----GAUSS-05640.md
@@ -1,4 +1,4 @@
-# GAUSS-05631 -- GAUSS-05640
+# GAUSS-05631 -- GAUSS-05640
GAUSS-05631: "only system admin can kill snapshot thread"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-05641----GAUSS-05650.md b/content/zh/docs/DatabaseReference/GAUSS-05641----GAUSS-05650.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-05641----GAUSS-05650.md
rename to content/zh/docs/DatabaseReference/GAUSS-05641----GAUSS-05650.md
index 69dc50962b8d2ecc2c5ad19c047669eb9769bc48..9edf07601e885c752524e3d133ea76f418cbbd57 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-05641----GAUSS-05650.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-05641----GAUSS-05650.md
@@ -1,4 +1,4 @@
-# GAUSS-05641 -- GAUSS-05650
+# GAUSS-05641 -- GAUSS-05650
GAUSS-05641: "update snapshot end time stamp filled"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-05651----GAUSS-05660.md b/content/zh/docs/DatabaseReference/GAUSS-05651----GAUSS-05660.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-05651----GAUSS-05660.md
rename to content/zh/docs/DatabaseReference/GAUSS-05651----GAUSS-05660.md
index db3dc700f639ba0bc50eed4beb8945407719bdf1..238c5cc0306eba63b5038e0d225fe9491aa7c431 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-05651----GAUSS-05660.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-05651----GAUSS-05660.md
@@ -1,4 +1,4 @@
-# GAUSS-05651 -- GAUSS-05660
+# GAUSS-05651 -- GAUSS-05660
GAUSS-05651: "query or the tablename is null when snapshot create stat table"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-05661----GAUSS-05670.md b/content/zh/docs/DatabaseReference/GAUSS-05661----GAUSS-05670.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-05661----GAUSS-05670.md
rename to content/zh/docs/DatabaseReference/GAUSS-05661----GAUSS-05670.md
index da9092e039ba431ae5dc39f1d8f0e0e04e3da689..ee0466dff6b5a86601ba95a22d9a0db6b2668f6c 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-05661----GAUSS-05670.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-05661----GAUSS-05670.md
@@ -1,4 +1,4 @@
-# GAUSS-05661 -- GAUSS-05670
+# GAUSS-05661 -- GAUSS-05670
GAUSS-05661: "\[CapView\] OOM in capture view"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-05671----GAUSS-05680.md b/content/zh/docs/DatabaseReference/GAUSS-05671----GAUSS-05680.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-05671----GAUSS-05680.md
rename to content/zh/docs/DatabaseReference/GAUSS-05671----GAUSS-05680.md
index 26ed22cfd38bb7c07ac07825ef2da5cdc06263a7..8443893ba68f9da909d4df425a3066aa0dbafbb7 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-05671----GAUSS-05680.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-05671----GAUSS-05680.md
@@ -1,4 +1,4 @@
-# GAUSS-05671 -- GAUSS-05680
+# GAUSS-05671 -- GAUSS-05680
GAUSS-05671: "\[CapView\] json file can not by NULL"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-05681----GAUSS-05690.md b/content/zh/docs/DatabaseReference/GAUSS-05681----GAUSS-05690.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-05681----GAUSS-05690.md
rename to content/zh/docs/DatabaseReference/GAUSS-05681----GAUSS-05690.md
index a0965152fc1bec5ddbd3ae507b8be8211305fd01..50b01ecfd0da7e6bc48606167fed82b9bc966f1a 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-05681----GAUSS-05690.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-05681----GAUSS-05690.md
@@ -1,4 +1,4 @@
-# GAUSS-05681 -- GAUSS-05690
+# GAUSS-05681 -- GAUSS-05690
GAUSS-05681: "Encrypt OBS AK/SK failed."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-05691----GAUSS-05700.md b/content/zh/docs/DatabaseReference/GAUSS-05691----GAUSS-05700.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-05691----GAUSS-05700.md
rename to content/zh/docs/DatabaseReference/GAUSS-05691----GAUSS-05700.md
index a36079b67f83a5b89a08fc808f70e5251ac3cd0d..1d1aea9af20562230e10b04e28d45ae9214cc3f5 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-05691----GAUSS-05700.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-05691----GAUSS-05700.md
@@ -1,4 +1,4 @@
-# GAUSS-05691 -- GAUSS-05700
+# GAUSS-05691 -- GAUSS-05700
GAUSS-05691: "Decrypt EC internal error: dest plain length is too short."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-05701----GAUSS-05710.md b/content/zh/docs/DatabaseReference/GAUSS-05701----GAUSS-05710.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-05701----GAUSS-05710.md
rename to content/zh/docs/DatabaseReference/GAUSS-05701----GAUSS-05710.md
index 8943d46a219aa0fdaeff230dd44a78548b3deff2..d17278843c49483f25fedd918f63cd078e6bd6fc 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-05701----GAUSS-05710.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-05701----GAUSS-05710.md
@@ -1,4 +1,4 @@
-# GAUSS-05701 -- GAUSS-05710
+# GAUSS-05701 -- GAUSS-05710
GAUSS-05701: "Failed to get decode DEK for transparent encryption. Failure content is \[%s\].\\n"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-05701----GAUSS-05800.md b/content/zh/docs/DatabaseReference/GAUSS-05701----GAUSS-05800.md
similarity index 91%
rename from content/zh/docs/DataBaseReference/GAUSS-05701----GAUSS-05800.md
rename to content/zh/docs/DatabaseReference/GAUSS-05701----GAUSS-05800.md
index 92405288aad021474322df63f85839f21c42cee8..fcacb66d44603839fcfa9ca9997b3429fb99572e 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-05701----GAUSS-05800.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-05701----GAUSS-05800.md
@@ -1,4 +1,4 @@
-# GAUSS-05701 -- GAUSS-05800
+# GAUSS-05701 -- GAUSS-05800
- **[GAUSS-05701 -- GAUSS-05710]({{< relref "./GAUSS-05701----GAUSS-05710.md" >}})**
diff --git a/content/zh/docs/DataBaseReference/GAUSS-05711----GAUSS-05720.md b/content/zh/docs/DatabaseReference/GAUSS-05711----GAUSS-05720.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-05711----GAUSS-05720.md
rename to content/zh/docs/DatabaseReference/GAUSS-05711----GAUSS-05720.md
index 1ad81aed94ad428691689bcde67ace7dfed13ef1..b170536a2bc7a4cc641a22b21ce948ed53cafe9b 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-05711----GAUSS-05720.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-05711----GAUSS-05720.md
@@ -1,4 +1,4 @@
-# GAUSS-05711 -- GAUSS-05720
+# GAUSS-05711 -- GAUSS-05720
GAUSS-05711: "regwidth = %d is out of range, it should be in range %d to %d"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-05721----GAUSS-05730.md b/content/zh/docs/DatabaseReference/GAUSS-05721----GAUSS-05730.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-05721----GAUSS-05730.md
rename to content/zh/docs/DatabaseReference/GAUSS-05721----GAUSS-05730.md
index 39c58066bdc0a4eab0030b5cacdfb11e5fe5904a..219b7103f80870a57b64370db4960accd960932a 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-05721----GAUSS-05730.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-05721----GAUSS-05730.md
@@ -1,4 +1,4 @@
-# GAUSS-05721 -- GAUSS-05730
+# GAUSS-05721 -- GAUSS-05730
GAUSS-05721: "could not find tuple with partition OID %u."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-05731----GAUSS-05740.md b/content/zh/docs/DatabaseReference/GAUSS-05731----GAUSS-05740.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-05731----GAUSS-05740.md
rename to content/zh/docs/DatabaseReference/GAUSS-05731----GAUSS-05740.md
index 509fe2c5146a622596dab25f89039ee8df50d5d5..60f424d7d892c7fe48ffaeb50aa22528c7274852 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-05731----GAUSS-05740.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-05731----GAUSS-05740.md
@@ -1,4 +1,4 @@
-# GAUSS-05731 -- GAUSS-05740
+# GAUSS-05731 -- GAUSS-05740
GAUSS-05731: "failed to load the root CA Certificate %s\(%s\)"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-05741----GAUSS-05750.md b/content/zh/docs/DatabaseReference/GAUSS-05741----GAUSS-05750.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-05741----GAUSS-05750.md
rename to content/zh/docs/DatabaseReference/GAUSS-05741----GAUSS-05750.md
index 2f8ca90435232f50ca62f765c12ea00d8865d331..a0a16be92c79525aeeca9267ad5630e049fd08db 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-05741----GAUSS-05750.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-05741----GAUSS-05750.md
@@ -1,4 +1,4 @@
-# GAUSS-05741 -- GAUSS-05750
+# GAUSS-05741 -- GAUSS-05750
GAUSS-05741: "SSL connect failed, code %d"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-05751----GAUSS-05760.md b/content/zh/docs/DatabaseReference/GAUSS-05751----GAUSS-05760.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-05751----GAUSS-05760.md
rename to content/zh/docs/DatabaseReference/GAUSS-05751----GAUSS-05760.md
index a495f2e0e66c316f3cc0b6c12f7d60544acb9644..391588e4c996ab95e142f55101216c95f16857b4 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-05751----GAUSS-05760.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-05751----GAUSS-05760.md
@@ -1,4 +1,4 @@
-# GAUSS-05751 -- GAUSS-05760
+# GAUSS-05751 -- GAUSS-05760
GAUSS-05751: "unzCloseCurrentFile failed: err %d"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-05761----GAUSS-05770.md b/content/zh/docs/DatabaseReference/GAUSS-05761----GAUSS-05770.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-05761----GAUSS-05770.md
rename to content/zh/docs/DatabaseReference/GAUSS-05761----GAUSS-05770.md
index 80eed995d7ecdf54c20b84951f69cfaef89bfbeb..062a09a7f718bacd87e45a14a0ee14094d17a46c 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-05761----GAUSS-05770.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-05761----GAUSS-05770.md
@@ -1,4 +1,4 @@
-# GAUSS-05761 -- GAUSS-05770
+# GAUSS-05761 -- GAUSS-05770
GAUSS-05761: "Failed to get runtime info from the compute pool."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-05771----GAUSS-05780.md b/content/zh/docs/DatabaseReference/GAUSS-05771----GAUSS-05780.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-05771----GAUSS-05780.md
rename to content/zh/docs/DatabaseReference/GAUSS-05771----GAUSS-05780.md
index 10b41ff6c00d35a981737ad34e97c86117b2afe5..2f9252a45186294e3d61473b636c4846d28cdde5 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-05771----GAUSS-05780.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-05771----GAUSS-05780.md
@@ -1,4 +1,4 @@
-# GAUSS-05771 -- GAUSS-05780
+# GAUSS-05771 -- GAUSS-05780
GAUSS-05771: "Failed to open config file to connect compute pool. file path: %s"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-05781----GAUSS-05790.md b/content/zh/docs/DatabaseReference/GAUSS-05781----GAUSS-05790.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-05781----GAUSS-05790.md
rename to content/zh/docs/DatabaseReference/GAUSS-05781----GAUSS-05790.md
index a1711724fab0e6990b25911035c4bdb08a77476e..95e84150936729862e16360545566a4eeb742bd9 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-05781----GAUSS-05790.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-05781----GAUSS-05790.md
@@ -1,4 +1,4 @@
-# GAUSS-05781 -- GAUSS-05790
+# GAUSS-05781 -- GAUSS-05790
GAUSS-05781: "The key string of 'R' request could not be NULL"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-05791----GAUSS-05800.md b/content/zh/docs/DatabaseReference/GAUSS-05791----GAUSS-05800.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-05791----GAUSS-05800.md
rename to content/zh/docs/DatabaseReference/GAUSS-05791----GAUSS-05800.md
index a1f65694856adc76df03824cb915e3d4f7ce2642..5f2608ec9c1b64789740e8d0f8c30164df53a5a3 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-05791----GAUSS-05800.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-05791----GAUSS-05800.md
@@ -1,4 +1,4 @@
-# GAUSS-05791 -- GAUSS-05800
+# GAUSS-05791 -- GAUSS-05800
GAUSS-05791: "resource pool %u does not exist in htab."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-05801----GAUSS-05810.md b/content/zh/docs/DatabaseReference/GAUSS-05801----GAUSS-05810.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-05801----GAUSS-05810.md
rename to content/zh/docs/DatabaseReference/GAUSS-05801----GAUSS-05810.md
index fab821aacb172b231326166a5875ee4827e1f9af..18619ca36349a0271c7774f4e2446a8922c86ae2 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-05801----GAUSS-05810.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-05801----GAUSS-05810.md
@@ -1,4 +1,4 @@
-# GAUSS-05801 -- GAUSS-05810
+# GAUSS-05801 -- GAUSS-05810
GAUSS-05801: "redundant options: 'mem\_percent'"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-05801----GAUSS-05900.md b/content/zh/docs/DatabaseReference/GAUSS-05801----GAUSS-05900.md
similarity index 91%
rename from content/zh/docs/DataBaseReference/GAUSS-05801----GAUSS-05900.md
rename to content/zh/docs/DatabaseReference/GAUSS-05801----GAUSS-05900.md
index eef157ab61584fabc72cfd5069a43fa0227eec52..a464edd654ae01a3f4eb67ea77fd5a4e9714d098 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-05801----GAUSS-05900.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-05801----GAUSS-05900.md
@@ -1,4 +1,4 @@
-# GAUSS-05801 -- GAUSS-05900
+# GAUSS-05801 -- GAUSS-05900
- **[GAUSS-05801 -- GAUSS-05810]({{< relref "./GAUSS-05801----GAUSS-05810.md" >}})**
diff --git a/content/zh/docs/DataBaseReference/GAUSS-05811----GAUSS-05820.md b/content/zh/docs/DatabaseReference/GAUSS-05811----GAUSS-05820.md
similarity index 90%
rename from content/zh/docs/DataBaseReference/GAUSS-05811----GAUSS-05820.md
rename to content/zh/docs/DatabaseReference/GAUSS-05811----GAUSS-05820.md
index cd264f67f89b9ee9f87f4fb24db2bf90edbaaaad..0323421d94f2890fb64b6df224fac2d313ee1ac0 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-05811----GAUSS-05820.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-05811----GAUSS-05820.md
@@ -1,4 +1,4 @@
-# GAUSS-05811 -- GAUSS-05820
+# GAUSS-05811 -- GAUSS-05820
GAUSS-05811: "redundant options: 'io\_priority'"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-05821----GAUSS-05830.md b/content/zh/docs/DatabaseReference/GAUSS-05821----GAUSS-05830.md
similarity index 91%
rename from content/zh/docs/DataBaseReference/GAUSS-05821----GAUSS-05830.md
rename to content/zh/docs/DatabaseReference/GAUSS-05821----GAUSS-05830.md
index cf74db8538286868d843edb47aa5e90ef989ae29..e12cbea4d38cb82abe753a4d3b8d8162e1182cbd 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-05821----GAUSS-05830.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-05821----GAUSS-05830.md
@@ -1,4 +1,4 @@
-# GAUSS-05821 -- GAUSS-05830
+# GAUSS-05821 -- GAUSS-05830
GAUSS-05823: "Can't modify is\_foreign option when altering resource pool."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-05831----GAUSS-05840.md b/content/zh/docs/DatabaseReference/GAUSS-05831----GAUSS-05840.md
similarity index 95%
rename from content/zh/docs/DataBaseReference/GAUSS-05831----GAUSS-05840.md
rename to content/zh/docs/DatabaseReference/GAUSS-05831----GAUSS-05840.md
index b0aeace6e458931f49e60b73686cb1f5ed712105..52db4b66aa97be8473505c3045c5004eba12923e 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-05831----GAUSS-05840.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-05831----GAUSS-05840.md
@@ -1,4 +1,4 @@
-# GAUSS-05831 -- GAUSS-05840
+# GAUSS-05831 -- GAUSS-05840
GAUSS-05833: "The create resource pool statement buffer is too small\(%d\)."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-05841----GAUSS-05850.md b/content/zh/docs/DatabaseReference/GAUSS-05841----GAUSS-05850.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-05841----GAUSS-05850.md
rename to content/zh/docs/DatabaseReference/GAUSS-05841----GAUSS-05850.md
index a86dff3ff3abf966eb8f20f5c5e5ee332d5f7ef6..849f09135918acef579093b29025e880326b0f3c 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-05841----GAUSS-05850.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-05841----GAUSS-05850.md
@@ -1,4 +1,4 @@
-# GAUSS-05841 -- GAUSS-05850
+# GAUSS-05841 -- GAUSS-05850
GAUSS-05841: "user set spill space failed because its used spill space is out of spill space limit."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-05851----GAUSS-05860.md b/content/zh/docs/DatabaseReference/GAUSS-05851----GAUSS-05860.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-05851----GAUSS-05860.md
rename to content/zh/docs/DatabaseReference/GAUSS-05851----GAUSS-05860.md
index e49f0f8050c74ef32232a6415e415012102b68f8..873406dfa08f5dedc530ac60259a9ec089c5b616 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-05851----GAUSS-05860.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-05851----GAUSS-05860.md
@@ -1,4 +1,4 @@
-# GAUSS-05851 -- GAUSS-05860
+# GAUSS-05851 -- GAUSS-05860
GAUSS-05851: "resource pool %u cannot be used, for it is used by user %u"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-05861----GAUSS-05870.md b/content/zh/docs/DatabaseReference/GAUSS-05861----GAUSS-05870.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-05861----GAUSS-05870.md
rename to content/zh/docs/DatabaseReference/GAUSS-05861----GAUSS-05870.md
index 94fd9ee04758c7be9a3820278c8a135916a28beb..623dd93198ded0b1916a921d6e0388085660c5d1 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-05861----GAUSS-05870.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-05861----GAUSS-05870.md
@@ -1,4 +1,4 @@
-# GAUSS-05861 -- GAUSS-05870
+# GAUSS-05861 -- GAUSS-05870
GAUSS-05862: "session\_respool name '%s' does not exist"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-05871----GAUSS-05880.md b/content/zh/docs/DatabaseReference/GAUSS-05871----GAUSS-05880.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-05871----GAUSS-05880.md
rename to content/zh/docs/DatabaseReference/GAUSS-05871----GAUSS-05880.md
index 6615313a6f125f80a738a77018fe8c906a44e349..986095532ae9de5c7fe66d83bc103c844cd07c3c 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-05871----GAUSS-05880.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-05871----GAUSS-05880.md
@@ -1,4 +1,4 @@
-# GAUSS-05871 -- GAUSS-05880
+# GAUSS-05871 -- GAUSS-05880
GAUSS-05871: "must be superuser account to print cgroup config"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-05881----GAUSS-05890.md b/content/zh/docs/DatabaseReference/GAUSS-05881----GAUSS-05890.md
similarity index 94%
rename from content/zh/docs/DataBaseReference/GAUSS-05881----GAUSS-05890.md
rename to content/zh/docs/DatabaseReference/GAUSS-05881----GAUSS-05890.md
index b37b1e9a85ffda2ade9ba7db28025e5b90047000..e8ff011ea5b75bdd3199bbf38754c3f888d3f50f 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-05881----GAUSS-05890.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-05881----GAUSS-05890.md
@@ -1,4 +1,4 @@
-# GAUSS-05881 -- GAUSS-05890
+# GAUSS-05881 -- GAUSS-05890
GAUSS-05881: "out of memory of current memory."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-05891----GAUSS-05900.md b/content/zh/docs/DatabaseReference/GAUSS-05891----GAUSS-05900.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-05891----GAUSS-05900.md
rename to content/zh/docs/DatabaseReference/GAUSS-05891----GAUSS-05900.md
index 8c7d206baa959f06adb361ac728892f163760621..37d8ad939e182f9b7da66931c227399aed30e54f 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-05891----GAUSS-05900.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-05891----GAUSS-05900.md
@@ -1,4 +1,4 @@
-# GAUSS-05891 -- GAUSS-05900
+# GAUSS-05891 -- GAUSS-05900
GAUSS-05891: "option '%s' not recognized."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-05901----GAUSS-05910.md b/content/zh/docs/DatabaseReference/GAUSS-05901----GAUSS-05910.md
similarity index 83%
rename from content/zh/docs/DataBaseReference/GAUSS-05901----GAUSS-05910.md
rename to content/zh/docs/DatabaseReference/GAUSS-05901----GAUSS-05910.md
index 9705d6d216f487b6a5a4514f161fce06845fec8c..4dd5473139e0f17f2288f424f2fabd83ab556348 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-05901----GAUSS-05910.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-05901----GAUSS-05910.md
@@ -1,4 +1,4 @@
-# GAUSS-05901 -- GAUSS-05910
+# GAUSS-05901 -- GAUSS-05910
GAUSS-05901: "permission denied to change owner of directory"
@@ -8,7 +8,7 @@ SQLSTATE: 42501
解决办法:请联系技术支持工程师提供技术支持。
-GAUSS-05902: "could not open ExtensionReference control file: %m"
+GAUSS-05902: "could not open Extension control file: %m"
SQLSTATE: 无
@@ -16,7 +16,7 @@ SQLSTATE: 无
解决办法:请联系技术支持工程师提供技术支持。
-GAUSS-05903: "ExtensionReference '%s' already exists in schema '%s'"
+GAUSS-05903: "Extension '%s' already exists in schema '%s'"
SQLSTATE: 42710
@@ -32,7 +32,7 @@ SQLSTATE: 22000
解决办法:请联系技术支持工程师提供技术支持。
-GAUSS-05905: "ExtensionReference is null"
+GAUSS-05905: "Extension is null"
SQLSTATE: XX005
diff --git a/content/zh/docs/DataBaseReference/GAUSS-05901----GAUSS-06000.md b/content/zh/docs/DatabaseReference/GAUSS-05901----GAUSS-06000.md
similarity index 91%
rename from content/zh/docs/DataBaseReference/GAUSS-05901----GAUSS-06000.md
rename to content/zh/docs/DatabaseReference/GAUSS-05901----GAUSS-06000.md
index 31fe73a68216ffc9931ce26bbd6725ec1d4bd467..dd931aaeca519d6be18267b1bba2da14dd3982c5 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-05901----GAUSS-06000.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-05901----GAUSS-06000.md
@@ -1,4 +1,4 @@
-# GAUSS-05901 -- GAUSS-06000
+# GAUSS-05901 -- GAUSS-06000
- **[GAUSS-05901 -- GAUSS-05910]({{< relref "./GAUSS-05901----GAUSS-05910.md" >}})**
diff --git a/content/zh/docs/DataBaseReference/GAUSS-05911----GAUSS-05920.md b/content/zh/docs/DatabaseReference/GAUSS-05911----GAUSS-05920.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-05911----GAUSS-05920.md
rename to content/zh/docs/DatabaseReference/GAUSS-05911----GAUSS-05920.md
index b992ddb521cf47dc7a3db98179f460d93f993472..b54d683e85aa9d74c2557901a5fc91e897817952 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-05911----GAUSS-05920.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-05911----GAUSS-05920.md
@@ -1,4 +1,4 @@
-# GAUSS-05911 -- GAUSS-05920
+# GAUSS-05911 -- GAUSS-05920
GAUSS-05911: "u\_sess-\>instr\_cxt.global\_instr is NULL"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-05921----GAUSS-05930.md b/content/zh/docs/DatabaseReference/GAUSS-05921----GAUSS-05930.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-05921----GAUSS-05930.md
rename to content/zh/docs/DatabaseReference/GAUSS-05921----GAUSS-05930.md
index 68be67be300bfae1908775a701ab3eaf60eef9f4..8bf95a547e1809b262ac11ceb805f6c9f361c15c 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-05921----GAUSS-05930.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-05921----GAUSS-05930.md
@@ -1,4 +1,4 @@
-# GAUSS-05921 -- GAUSS-05930
+# GAUSS-05921 -- GAUSS-05930
GAUSS-05921: "row level policy '%s' for relation '%s' already exists"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-05931----GAUSS-05940.md b/content/zh/docs/DatabaseReference/GAUSS-05931----GAUSS-05940.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-05931----GAUSS-05940.md
rename to content/zh/docs/DatabaseReference/GAUSS-05931----GAUSS-05940.md
index 6e1e4f0576c5473e0525ddd87d32dfbd2a3d2892..1cbc3d7e267d60a8929c013891a4d38e01dd27a7 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-05931----GAUSS-05940.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-05931----GAUSS-05940.md
@@ -1,4 +1,4 @@
-# GAUSS-05931 -- GAUSS-05940
+# GAUSS-05931 -- GAUSS-05940
GAUSS-05931: "Not allowed to alter built-in text search dictionary"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-05941----GAUSS-05950.md b/content/zh/docs/DatabaseReference/GAUSS-05941----GAUSS-05950.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-05941----GAUSS-05950.md
rename to content/zh/docs/DatabaseReference/GAUSS-05941----GAUSS-05950.md
index 2e1cc310d585081d335e5d87f3fd340a16be1703..3ed02f36a43b3ecefbbd7867887e3186be73e18a 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-05941----GAUSS-05950.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-05941----GAUSS-05950.md
@@ -1,4 +1,4 @@
-# GAUSS-05941 -- GAUSS-05950
+# GAUSS-05941 -- GAUSS-05950
GAUSS-05941: "Unexpected length of data coming supposedly from GDS. Could be an forged attack package."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-05951----GAUSS-05960.md b/content/zh/docs/DatabaseReference/GAUSS-05951----GAUSS-05960.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-05951----GAUSS-05960.md
rename to content/zh/docs/DatabaseReference/GAUSS-05951----GAUSS-05960.md
index 4d338283f704939bf5cb396aedcf195c6b1dc99e..013df72f93b841347a2e2ce9440b1995e4132d8f 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-05951----GAUSS-05960.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-05951----GAUSS-05960.md
@@ -1,4 +1,4 @@
-# GAUSS-05951 -- GAUSS-05960
+# GAUSS-05951 -- GAUSS-05960
GAUSS-05951: "Create tablespace with absolute location can't be allowed"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-05961----GAUSS-05970.md b/content/zh/docs/DatabaseReference/GAUSS-05961----GAUSS-05970.md
similarity index 94%
rename from content/zh/docs/DataBaseReference/GAUSS-05961----GAUSS-05970.md
rename to content/zh/docs/DatabaseReference/GAUSS-05961----GAUSS-05970.md
index 136df9dc3278f257e154a8d852572596cab70cc1..f35c5323643660e0dce7b7e3ec7b76858090102a 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-05961----GAUSS-05970.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-05961----GAUSS-05970.md
@@ -1,4 +1,4 @@
-# GAUSS-05961 -- GAUSS-05970
+# GAUSS-05961 -- GAUSS-05970
GAUSS-05961: "permission denied to alter tablespace in security mode"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-05971----GAUSS-05980.md b/content/zh/docs/DatabaseReference/GAUSS-05971----GAUSS-05980.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-05971----GAUSS-05980.md
rename to content/zh/docs/DatabaseReference/GAUSS-05971----GAUSS-05980.md
index 2481a7824de9ee61db8bff99cfeeb5e0fbd33686..edb0b47ed055850653192e3488ea8182ca7776a5 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-05971----GAUSS-05980.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-05971----GAUSS-05980.md
@@ -1,4 +1,4 @@
-# GAUSS-05971 -- GAUSS-05980
+# GAUSS-05971 -- GAUSS-05980
GAUSS-05971: "conflicting or redundant option: 'user group default'"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-05981----GAUSS-05990.md b/content/zh/docs/DatabaseReference/GAUSS-05981----GAUSS-05990.md
similarity index 94%
rename from content/zh/docs/DataBaseReference/GAUSS-05981----GAUSS-05990.md
rename to content/zh/docs/DatabaseReference/GAUSS-05981----GAUSS-05990.md
index 0841472337a86ea87cfed2f456c3d7a1fac288ef..1a7a6011be12deb3f8ae9735609879f2dbf9db6c 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-05981----GAUSS-05990.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-05981----GAUSS-05990.md
@@ -1,4 +1,4 @@
-# GAUSS-05981 -- GAUSS-05990
+# GAUSS-05981 -- GAUSS-05990
GAUSS-05981: "Independent user is not supported."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-05991----GAUSS-06000.md b/content/zh/docs/DatabaseReference/GAUSS-05991----GAUSS-06000.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-05991----GAUSS-06000.md
rename to content/zh/docs/DatabaseReference/GAUSS-05991----GAUSS-06000.md
index b22c32bb33c57edf3040a34d3c7f3178a9be61fc..4c7fa75250aa69ae47f9d8ca1a101ce84beb2fe3 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-05991----GAUSS-06000.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-05991----GAUSS-06000.md
@@ -1,4 +1,4 @@
-# GAUSS-05991 -- GAUSS-06000
+# GAUSS-05991 -- GAUSS-06000
GAUSS-05991: "Only user himself can remove his own independent attribute."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-06001----GAUSS-06010.md b/content/zh/docs/DatabaseReference/GAUSS-06001----GAUSS-06010.md
similarity index 96%
rename from content/zh/docs/DataBaseReference/GAUSS-06001----GAUSS-06010.md
rename to content/zh/docs/DatabaseReference/GAUSS-06001----GAUSS-06010.md
index 9fe285c29b6b47cacf92d2d6ee500267b40f77c5..113bd6719afeb168185c16791385d6c67068d1b3 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-06001----GAUSS-06010.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-06001----GAUSS-06010.md
@@ -1,4 +1,4 @@
-# GAUSS-06001 -- GAUSS-06010
+# GAUSS-06001 -- GAUSS-06010
GAUSS-06001: "password encryption failed"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-06001----GAUSS-06100.md b/content/zh/docs/DatabaseReference/GAUSS-06001----GAUSS-06100.md
similarity index 91%
rename from content/zh/docs/DataBaseReference/GAUSS-06001----GAUSS-06100.md
rename to content/zh/docs/DatabaseReference/GAUSS-06001----GAUSS-06100.md
index b717545acc954ffc6d9d31e844940b3dc801a361..cef1f632e106573e8e88e7b3cf862dda1d221325 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-06001----GAUSS-06100.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-06001----GAUSS-06100.md
@@ -1,4 +1,4 @@
-# GAUSS-06001 -- GAUSS-06100
+# GAUSS-06001 -- GAUSS-06100
- **[GAUSS-06001 -- GAUSS-06010]({{< relref "./GAUSS-06001----GAUSS-06010.md" >}})**
diff --git a/content/zh/docs/DataBaseReference/GAUSS-06011----GAUSS-06020.md b/content/zh/docs/DatabaseReference/GAUSS-06011----GAUSS-06020.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-06011----GAUSS-06020.md
rename to content/zh/docs/DatabaseReference/GAUSS-06011----GAUSS-06020.md
index 698a950c8d5dd0f9f0928184eabda6ac9af931dc..6760f9ea88dcad8ab4d86cfd84fb81d17ef01e00 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-06011----GAUSS-06020.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-06011----GAUSS-06020.md
@@ -1,4 +1,4 @@
-# GAUSS-06011 -- GAUSS-06020
+# GAUSS-06011 -- GAUSS-06020
GAUSS-06011: "Failed to create foreign table '%s'."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-06021----GAUSS-06030.md b/content/zh/docs/DatabaseReference/GAUSS-06021----GAUSS-06030.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-06021----GAUSS-06030.md
rename to content/zh/docs/DatabaseReference/GAUSS-06021----GAUSS-06030.md
index 1923e02e11af6dda95c795b9bfbfaaefc0f53fe3..8ca7b44f64762e9f0a4c3693c5267b36ee9252f8 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-06021----GAUSS-06030.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-06021----GAUSS-06030.md
@@ -1,4 +1,4 @@
-# GAUSS-06021 -- GAUSS-06030
+# GAUSS-06021 -- GAUSS-06030
GAUSS-06021: "It is unsupported to create foreign table with to group option."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-06031----GAUSS-06040.md b/content/zh/docs/DatabaseReference/GAUSS-06031----GAUSS-06040.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-06031----GAUSS-06040.md
rename to content/zh/docs/DatabaseReference/GAUSS-06031----GAUSS-06040.md
index fa5be78ef5528d73bcea24c82577d5b139864fbb..a647773a7ac167dfde766b0a08531d068c782149 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-06031----GAUSS-06040.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-06031----GAUSS-06040.md
@@ -1,4 +1,4 @@
-# GAUSS-06031 -- GAUSS-06040
+# GAUSS-06031 -- GAUSS-06040
GAUSS-06031: "type '%s' does not exist."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-06041----GAUSS-06050.md b/content/zh/docs/DatabaseReference/GAUSS-06041----GAUSS-06050.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-06041----GAUSS-06050.md
rename to content/zh/docs/DatabaseReference/GAUSS-06041----GAUSS-06050.md
index 7006e9dced18f31f2b4b7ab85eab9418393fb498..ccd95c268f61e30499b8885d926b60a01730e23c 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-06041----GAUSS-06050.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-06041----GAUSS-06050.md
@@ -1,4 +1,4 @@
-# GAUSS-06041 -- GAUSS-06050
+# GAUSS-06041 -- GAUSS-06050
GAUSS-06041: "The table %s do not support hash bucket"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-06051----GAUSS-06060.md b/content/zh/docs/DatabaseReference/GAUSS-06051----GAUSS-06060.md
similarity index 96%
rename from content/zh/docs/DataBaseReference/GAUSS-06051----GAUSS-06060.md
rename to content/zh/docs/DatabaseReference/GAUSS-06051----GAUSS-06060.md
index 5a0bc1ddb4ab65a82f326bd69a1146fb823b3c8f..b2a31be245f62044d642655a0b90d397f121207d 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-06051----GAUSS-06060.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-06051----GAUSS-06060.md
@@ -1,4 +1,4 @@
-# GAUSS-06051 -- GAUSS-06060
+# GAUSS-06051 -- GAUSS-06060
GAUSS-06051: "It's not supported to add column with default value for timeseries tables."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-06061----GAUSS-06070.md b/content/zh/docs/DatabaseReference/GAUSS-06061----GAUSS-06070.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-06061----GAUSS-06070.md
rename to content/zh/docs/DatabaseReference/GAUSS-06061----GAUSS-06070.md
index 583b68652497fbdc8cc84e5b807fdcb32e3ea2ba..0556e765ed1321fac4f0ff02a92aff501db565ba 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-06061----GAUSS-06070.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-06061----GAUSS-06070.md
@@ -1,4 +1,4 @@
-# GAUSS-06061 -- GAUSS-06070
+# GAUSS-06061 -- GAUSS-06070
GAUSS-06061: "no temp space is available for the targeted owner"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-06071----GAUSS-06080.md b/content/zh/docs/DatabaseReference/GAUSS-06071----GAUSS-06080.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-06071----GAUSS-06080.md
rename to content/zh/docs/DatabaseReference/GAUSS-06071----GAUSS-06080.md
index 3357a955549a60c9cae607661ae98ed4eef8e25a..32d921b1efd21b5af51ae6bef7b4ac740ddc3512 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-06071----GAUSS-06080.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-06071----GAUSS-06080.md
@@ -1,4 +1,4 @@
-# GAUSS-06071 -- GAUSS-06080
+# GAUSS-06071 -- GAUSS-06080
GAUSS-06071: "cannot use expression index '%s' as replica identity"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-06081----GAUSS-06090.md b/content/zh/docs/DatabaseReference/GAUSS-06081----GAUSS-06090.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-06081----GAUSS-06090.md
rename to content/zh/docs/DatabaseReference/GAUSS-06081----GAUSS-06090.md
index f9534c4512ec7fe9545bf36171580399c03e3b67..cb41ce8bc9118432c5e9689c1c280dc43bcfd51d 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-06081----GAUSS-06090.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-06081----GAUSS-06090.md
@@ -1,4 +1,4 @@
-# GAUSS-06081 -- GAUSS-06090
+# GAUSS-06081 -- GAUSS-06090
GAUSS-06081: "can't merge partition bacause partition %s has unusable local index"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-06091----GAUSS-06100.md b/content/zh/docs/DatabaseReference/GAUSS-06091----GAUSS-06100.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-06091----GAUSS-06100.md
rename to content/zh/docs/DatabaseReference/GAUSS-06091----GAUSS-06100.md
index c8b8dc2f596f6e4c3c6ef1e299a1e7f9725e30ce..54d1d7210d954c1d8bb6904df0cf0c74185c4093 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-06091----GAUSS-06100.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-06091----GAUSS-06100.md
@@ -1,4 +1,4 @@
-# GAUSS-06091 -- GAUSS-06100
+# GAUSS-06091 -- GAUSS-06100
GAUSS-06091: "%s does not have partition !"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-06101----GAUSS-06110.md b/content/zh/docs/DatabaseReference/GAUSS-06101----GAUSS-06110.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-06101----GAUSS-06110.md
rename to content/zh/docs/DatabaseReference/GAUSS-06101----GAUSS-06110.md
index 685aac4acd6406a655abfe3c95ccc7d730c14c6a..6380148e2a1a1049155a7a9ecd46a1b628547d2d 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-06101----GAUSS-06110.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-06101----GAUSS-06110.md
@@ -1,4 +1,4 @@
-# GAUSS-06101 -- GAUSS-06110
+# GAUSS-06101 -- GAUSS-06110
GAUSS-06101: "return type '%s' must be in InstallationGuide group"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-06101----GAUSS-06200.md b/content/zh/docs/DatabaseReference/GAUSS-06101----GAUSS-06200.md
similarity index 91%
rename from content/zh/docs/DataBaseReference/GAUSS-06101----GAUSS-06200.md
rename to content/zh/docs/DatabaseReference/GAUSS-06101----GAUSS-06200.md
index 101d0c2a04d039abf385586a5bcedf2a55b1e02a..6256bd3c4abe17a562fcd06554c53ab2193bb224 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-06101----GAUSS-06200.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-06101----GAUSS-06200.md
@@ -1,4 +1,4 @@
-# GAUSS-06101 -- GAUSS-06200
+# GAUSS-06101 -- GAUSS-06200
- **[GAUSS-06101 -- GAUSS-06110]({{< relref "./GAUSS-06101----GAUSS-06110.md" >}})**
diff --git a/content/zh/docs/DataBaseReference/GAUSS-06111----GAUSS-06120.md b/content/zh/docs/DatabaseReference/GAUSS-06111----GAUSS-06120.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-06111----GAUSS-06120.md
rename to content/zh/docs/DatabaseReference/GAUSS-06111----GAUSS-06120.md
index 9eab04a50a6a83eaa6a8c99e8277dfd6d1b2f0a1..fc9362bec00866084a865cc7ff216c1ba3fa3213 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-06111----GAUSS-06120.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-06111----GAUSS-06120.md
@@ -1,4 +1,4 @@
-# GAUSS-06111 -- GAUSS-06120
+# GAUSS-06111 -- GAUSS-06120
GAUSS-06111: "the builtin function can not be renamed,its function oid is '%u'"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-06121----GAUSS-06130.md b/content/zh/docs/DatabaseReference/GAUSS-06121----GAUSS-06130.md
similarity index 95%
rename from content/zh/docs/DataBaseReference/GAUSS-06121----GAUSS-06130.md
rename to content/zh/docs/DatabaseReference/GAUSS-06121----GAUSS-06130.md
index c0ec098603151b31b35463dd4517a24320e54fb7..aea6d02474c42b89df1fe4ed3e3c1b100db45a56 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-06121----GAUSS-06130.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-06121----GAUSS-06130.md
@@ -1,4 +1,4 @@
-# GAUSS-06121 -- GAUSS-06130
+# GAUSS-06121 -- GAUSS-06130
GAUSS-06121: "invalid nodeId: %s\(%d\)"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-06131----GAUSS-06140.md b/content/zh/docs/DatabaseReference/GAUSS-06131----GAUSS-06140.md
similarity index 94%
rename from content/zh/docs/DataBaseReference/GAUSS-06131----GAUSS-06140.md
rename to content/zh/docs/DatabaseReference/GAUSS-06131----GAUSS-06140.md
index 2fc996f23422c6ce07266025b547b32e05ff4b38..62c55791909f4421ca68d054ea3814e5a419eaed 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-06131----GAUSS-06140.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-06131----GAUSS-06140.md
@@ -1,4 +1,4 @@
-# GAUSS-06131 -- GAUSS-06140
+# GAUSS-06131 -- GAUSS-06140
GAUSS-06131: "Cannot use OS-reserved file as COPY destination."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-06141----GAUSS-06150.md b/content/zh/docs/DatabaseReference/GAUSS-06141----GAUSS-06150.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-06141----GAUSS-06150.md
rename to content/zh/docs/DatabaseReference/GAUSS-06141----GAUSS-06150.md
index df54eab7b2b902ca02f9af0b5ae8dea2bebbba05..d004abc5ffa05fd607a70d73a8b38b3ad9d2f18f 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-06141----GAUSS-06150.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-06141----GAUSS-06150.md
@@ -1,4 +1,4 @@
-# GAUSS-06141 -- GAUSS-06150
+# GAUSS-06141 -- GAUSS-06150
GAUSS-06141: "out\_filename\_prefix is only allowed in write-only foreign tables"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-06151----GAUSS-06160.md b/content/zh/docs/DatabaseReference/GAUSS-06151----GAUSS-06160.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-06151----GAUSS-06160.md
rename to content/zh/docs/DatabaseReference/GAUSS-06151----GAUSS-06160.md
index 25526dc3b00a5ea531e3466baf420f8fbb875095..43c6092ea2416640c4c76bbf53eb8359ad358a44 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-06151----GAUSS-06160.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-06151----GAUSS-06160.md
@@ -1,4 +1,4 @@
-# GAUSS-06151 -- GAUSS-06160
+# GAUSS-06151 -- GAUSS-06160
GAUSS-06151: "target of symbolic link '%s' doesn't exist."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-06161----GAUSS-06170.md b/content/zh/docs/DatabaseReference/GAUSS-06161----GAUSS-06170.md
similarity index 96%
rename from content/zh/docs/DataBaseReference/GAUSS-06161----GAUSS-06170.md
rename to content/zh/docs/DatabaseReference/GAUSS-06161----GAUSS-06170.md
index 2ec5cb39b10d060692ef01232f8bf1eb9b7ddaa7..ce048e67594e8cfb6e548b3c1264f5d1b10b4c67 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-06161----GAUSS-06170.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-06161----GAUSS-06170.md
@@ -1,4 +1,4 @@
-# GAUSS-06161 -- GAUSS-06170
+# GAUSS-06161 -- GAUSS-06170
GAUSS-06162: "It is not supported to create index on DFS tablespace."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-06171----GAUSS-06180.md b/content/zh/docs/DatabaseReference/GAUSS-06171----GAUSS-06180.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-06171----GAUSS-06180.md
rename to content/zh/docs/DatabaseReference/GAUSS-06171----GAUSS-06180.md
index 865d46ae0687f463d857ce6431d03fe17ee8199f..c540e51e52f2b89178f97794b9e68eaa48dfe52c 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-06171----GAUSS-06180.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-06171----GAUSS-06180.md
@@ -1,4 +1,4 @@
-# GAUSS-06171 -- GAUSS-06180
+# GAUSS-06171 -- GAUSS-06180
GAUSS-06171: "Invaild UUID for CREATE SEQUENCE %s."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-06181----GAUSS-06190.md b/content/zh/docs/DatabaseReference/GAUSS-06181----GAUSS-06190.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-06181----GAUSS-06190.md
rename to content/zh/docs/DatabaseReference/GAUSS-06181----GAUSS-06190.md
index 11753017117269514352aa8949ceb8d795616ad7..dfb0bb8531f54149d81c4d55c1b994f42953f7af 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-06181----GAUSS-06190.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-06181----GAUSS-06190.md
@@ -1,4 +1,4 @@
-# GAUSS-06181 -- GAUSS-06190
+# GAUSS-06181 -- GAUSS-06190
GAUSS-06181: "invalid current user oid for trigger"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-06191----GAUSS-06200.md b/content/zh/docs/DatabaseReference/GAUSS-06191----GAUSS-06200.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-06191----GAUSS-06200.md
rename to content/zh/docs/DatabaseReference/GAUSS-06191----GAUSS-06200.md
index 775310479980a584bedc41c1dbab85c8af36434e..a4b60192dd49a0511e9182353d8352abd732f3f6 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-06191----GAUSS-06200.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-06191----GAUSS-06200.md
@@ -1,4 +1,4 @@
-# GAUSS-06191 -- GAUSS-06200
+# GAUSS-06191 -- GAUSS-06200
GAUSS-06191: "unexpected strategy number %d when expand a single indexqual condition"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-06201----GAUSS-06210.md b/content/zh/docs/DatabaseReference/GAUSS-06201----GAUSS-06210.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-06201----GAUSS-06210.md
rename to content/zh/docs/DatabaseReference/GAUSS-06201----GAUSS-06210.md
index 76653e0bc5d125895c5104843a436cd8eca6ec0a..8ec71bb4aab0e1b634edb9825efb518226b7631c 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-06201----GAUSS-06210.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-06201----GAUSS-06210.md
@@ -1,4 +1,4 @@
-# GAUSS-06201 -- GAUSS-06210
+# GAUSS-06201 -- GAUSS-06210
GAUSS-06201: "failed on assertion in %s line %d : %s"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-06201----GAUSS-06300.md b/content/zh/docs/DatabaseReference/GAUSS-06201----GAUSS-06300.md
similarity index 91%
rename from content/zh/docs/DataBaseReference/GAUSS-06201----GAUSS-06300.md
rename to content/zh/docs/DatabaseReference/GAUSS-06201----GAUSS-06300.md
index d2df52105668ea7f3542a9202ff9e878de22cfd2..106a8907be04ab950d0228be4110ba72ee5194e7 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-06201----GAUSS-06300.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-06201----GAUSS-06300.md
@@ -1,4 +1,4 @@
-# GAUSS-06201 -- GAUSS-06300
+# GAUSS-06201 -- GAUSS-06300
- **[GAUSS-06201 -- GAUSS-06210]({{< relref "./GAUSS-06201----GAUSS-06210.md" >}})**
diff --git a/content/zh/docs/DataBaseReference/GAUSS-06211----GAUSS-06220.md b/content/zh/docs/DatabaseReference/GAUSS-06211----GAUSS-06220.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-06211----GAUSS-06220.md
rename to content/zh/docs/DatabaseReference/GAUSS-06211----GAUSS-06220.md
index 8268e45bb90b992bcde532f637dcb889bca239e8..e674cf9dcf254f51db7689eb818e60fde9423b7b 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-06211----GAUSS-06220.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-06211----GAUSS-06220.md
@@ -1,4 +1,4 @@
-# GAUSS-06211 -- GAUSS-06220
+# GAUSS-06211 -- GAUSS-06220
GAUSS-06211: "wrong number of tlist entries when compare a subquery targetlist datatypes"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-06221----GAUSS-06230.md b/content/zh/docs/DatabaseReference/GAUSS-06221----GAUSS-06230.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-06221----GAUSS-06230.md
rename to content/zh/docs/DatabaseReference/GAUSS-06221----GAUSS-06230.md
index f5afc05aad31656910180807d995262941d206c2..d0b5d8fd43d3e534d850d3cee5028412e4ae112e 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-06221----GAUSS-06230.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-06221----GAUSS-06230.md
@@ -1,4 +1,4 @@
-# GAUSS-06221 -- GAUSS-06230
+# GAUSS-06221 -- GAUSS-06230
GAUSS-06221: "Null value error for building partitionwise join"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-06231----GAUSS-0640.md b/content/zh/docs/DatabaseReference/GAUSS-06231----GAUSS-0640.md
similarity index 94%
rename from content/zh/docs/DataBaseReference/GAUSS-06231----GAUSS-0640.md
rename to content/zh/docs/DatabaseReference/GAUSS-06231----GAUSS-0640.md
index 06bb3ec44b9b4e353cf818ad0ba3ca1bf0172476..09a3adf0687b05fd93a080e42eaad58466dff942 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-06231----GAUSS-0640.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-06231----GAUSS-0640.md
@@ -1,4 +1,4 @@
-# GAUSS-06231 -- GAUSS-0640
+# GAUSS-06231 -- GAUSS-0640
GAUSS-06231: "There is no exist vararrno with 0"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-06241----GAUSS-06250.md b/content/zh/docs/DatabaseReference/GAUSS-06241----GAUSS-06250.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-06241----GAUSS-06250.md
rename to content/zh/docs/DatabaseReference/GAUSS-06241----GAUSS-06250.md
index df2a58993f2f5cb459b93fdafcb10513cd4a290f..d0c67e91a309c1c3f08452b4a28106128959000a 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-06241----GAUSS-06250.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-06241----GAUSS-06250.md
@@ -1,4 +1,4 @@
-# GAUSS-06241 -- GAUSS-06250
+# GAUSS-06241 -- GAUSS-06250
GAUSS-06241: "unrecognized node type: %d when modify worktable wtParam."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-06251----GAUSS-06260.md b/content/zh/docs/DatabaseReference/GAUSS-06251----GAUSS-06260.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-06251----GAUSS-06260.md
rename to content/zh/docs/DatabaseReference/GAUSS-06251----GAUSS-06260.md
index 14c518bb1ff5ea26fac010b289f2a015cb7c062b..41e98f0d1911314d3c8f3e19735ae8820220a6e2 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-06251----GAUSS-06260.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-06251----GAUSS-06260.md
@@ -1,4 +1,4 @@
-# GAUSS-06251 -- GAUSS-06260
+# GAUSS-06251 -- GAUSS-06260
GAUSS-06251: "Unsupported FOR UPDATE/SHARE with limit in stream plan."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-06261----GAUSS-06270.md b/content/zh/docs/DatabaseReference/GAUSS-06261----GAUSS-06270.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-06261----GAUSS-06270.md
rename to content/zh/docs/DatabaseReference/GAUSS-06261----GAUSS-06270.md
index 11d8784d459b4990dac3f85783a043a174998198..f03731ab11c38f24f2026801474dadb045cdb050 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-06261----GAUSS-06270.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-06261----GAUSS-06270.md
@@ -1,4 +1,4 @@
-# GAUSS-06261 -- GAUSS-06270
+# GAUSS-06261 -- GAUSS-06270
GAUSS-06261: "unrecognized joinlist node type when remove relation from joinlist: %d"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-06271----GAUSS-06280.md b/content/zh/docs/DatabaseReference/GAUSS-06271----GAUSS-06280.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-06271----GAUSS-06280.md
rename to content/zh/docs/DatabaseReference/GAUSS-06271----GAUSS-06280.md
index 302781a10d94597ee465cfbe4b745027170eeb26..331067206f16aa9d0ed24dfe7007f9b37c372ea7 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-06271----GAUSS-06280.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-06271----GAUSS-06280.md
@@ -1,4 +1,4 @@
-# GAUSS-06271 -- GAUSS-06280
+# GAUSS-06271 -- GAUSS-06280
GAUSS-06271: "targetlist of stream node with plan\_node\_id %d should be equal to its child's targetlist"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-06281----GAUSS-06290.md b/content/zh/docs/DatabaseReference/GAUSS-06281----GAUSS-06290.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-06281----GAUSS-06290.md
rename to content/zh/docs/DatabaseReference/GAUSS-06281----GAUSS-06290.md
index 8f0e58fb0ef3d17a7cf92634d664b3b846e309fe..b6bddeb77f22a5fc693d60470262788293111353 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-06281----GAUSS-06290.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-06281----GAUSS-06290.md
@@ -1,4 +1,4 @@
-# GAUSS-06281 -- GAUSS-06290
+# GAUSS-06281 -- GAUSS-06290
GAUSS-06281: "Failed to get the runtime info from the compute pool."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-06291----GAUSS-06300.md b/content/zh/docs/DatabaseReference/GAUSS-06291----GAUSS-06300.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-06291----GAUSS-06300.md
rename to content/zh/docs/DatabaseReference/GAUSS-06291----GAUSS-06300.md
index c35274f87911bb261a91be4f49640be428079130..6f67cdb3e1a4cbc5b87e51f3a724ab41f3852157 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-06291----GAUSS-06300.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-06291----GAUSS-06300.md
@@ -1,4 +1,4 @@
-# GAUSS-06291 -- GAUSS-06300
+# GAUSS-06291 -- GAUSS-06300
GAUSS-06291: "Join range table do not have system column."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-06301----GAUSS-06310.md b/content/zh/docs/DatabaseReference/GAUSS-06301----GAUSS-06310.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-06301----GAUSS-06310.md
rename to content/zh/docs/DatabaseReference/GAUSS-06301----GAUSS-06310.md
index 18b69a2bbd3a3787827a35362d834d3a0681bb5c..9ea08fe490e58f0eba03ea7bc5e68207f420e4a8 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-06301----GAUSS-06310.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-06301----GAUSS-06310.md
@@ -1,4 +1,4 @@
-# GAUSS-06301 -- GAUSS-06310
+# GAUSS-06301 -- GAUSS-06310
GAUSS-06301: "invalid index oid to check for unusability"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-06301----GAUSS-06400.md b/content/zh/docs/DatabaseReference/GAUSS-06301----GAUSS-06400.md
similarity index 91%
rename from content/zh/docs/DataBaseReference/GAUSS-06301----GAUSS-06400.md
rename to content/zh/docs/DatabaseReference/GAUSS-06301----GAUSS-06400.md
index fc5d958550dcb1f905cee7144a9a35f3eb6ab7d9..640712b1ad5b4072502f58588c63e718a207e020 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-06301----GAUSS-06400.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-06301----GAUSS-06400.md
@@ -1,4 +1,4 @@
-# GAUSS-06301 -- GAUSS-06400
+# GAUSS-06301 -- GAUSS-06400
- **[GAUSS-06301 -- GAUSS-06310]({{< relref "./GAUSS-06301----GAUSS-06310.md" >}})**
diff --git a/content/zh/docs/DataBaseReference/GAUSS-06311----GAUSS-06320.md b/content/zh/docs/DatabaseReference/GAUSS-06311----GAUSS-06320.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-06311----GAUSS-06320.md
rename to content/zh/docs/DatabaseReference/GAUSS-06311----GAUSS-06320.md
index 4e696de194e935045319203eba53000eecf58fdf..6c27799489dd5d235e418a9f3dcb718b58a55e4a 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-06311----GAUSS-06320.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-06311----GAUSS-06320.md
@@ -1,4 +1,4 @@
-# GAUSS-06311 -- GAUSS-06320
+# GAUSS-06311 -- GAUSS-06320
GAUSS-06311: "function '%s' doesn't exist"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-06321----GAUSS-06330.md b/content/zh/docs/DatabaseReference/GAUSS-06321----GAUSS-06330.md
similarity index 95%
rename from content/zh/docs/DataBaseReference/GAUSS-06321----GAUSS-06330.md
rename to content/zh/docs/DatabaseReference/GAUSS-06321----GAUSS-06330.md
index 9ac1ca4975b086333fac710dbdc4cb6a1f0d3d9e..a9cec9fb9c349d2302252b2773c95ea39ae5936d 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-06321----GAUSS-06330.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-06321----GAUSS-06330.md
@@ -1,4 +1,4 @@
-# GAUSS-06321 -- GAUSS-06330
+# GAUSS-06321 -- GAUSS-06330
GAUSS-06322: "Unexpected range table entry type."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-06331----GAUSS-06340.md b/content/zh/docs/DatabaseReference/GAUSS-06331----GAUSS-06340.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-06331----GAUSS-06340.md
rename to content/zh/docs/DatabaseReference/GAUSS-06331----GAUSS-06340.md
index 1dc40f1c6a2164dd10649030778d3e6d1e9ccccd..9b3d2cf621e4f25bce64396c8467a1ed94d138fc 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-06331----GAUSS-06340.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-06331----GAUSS-06340.md
@@ -1,4 +1,4 @@
-# GAUSS-06331 -- GAUSS-06340
+# GAUSS-06331 -- GAUSS-06340
GAUSS-06331: "child rel %u not found in append\_rel\_list"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-06341----GAUSS-06350.md b/content/zh/docs/DatabaseReference/GAUSS-06341----GAUSS-06350.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-06341----GAUSS-06350.md
rename to content/zh/docs/DatabaseReference/GAUSS-06341----GAUSS-06350.md
index 8045cb6d03fb936e2c6b2615a5edaee90b9083f3..5abdfe112762846649c603aa67a28ce2b1db8aae 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-06341----GAUSS-06350.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-06341----GAUSS-06350.md
@@ -1,4 +1,4 @@
-# GAUSS-06341 -- GAUSS-06350
+# GAUSS-06341 -- GAUSS-06350
GAUSS-06341: "No data left in msg, left len:%u, desire len:%lu"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-06351----GAUSS-06360.md b/content/zh/docs/DatabaseReference/GAUSS-06351----GAUSS-06360.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-06351----GAUSS-06360.md
rename to content/zh/docs/DatabaseReference/GAUSS-06351----GAUSS-06360.md
index 1c63627b71c893799ee54d0f71fd844a53160539..e9fed472d8d5e28c4c14870e41dba411b45ce585 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-06351----GAUSS-06360.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-06351----GAUSS-06360.md
@@ -1,4 +1,4 @@
-# GAUSS-06351 -- GAUSS-06360
+# GAUSS-06351 -- GAUSS-06360
GAUSS-06351: "Variable length %d cannot be negative"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-06361----GAUSS-06370.md b/content/zh/docs/DatabaseReference/GAUSS-06361----GAUSS-06370.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-06361----GAUSS-06370.md
rename to content/zh/docs/DatabaseReference/GAUSS-06361----GAUSS-06370.md
index acd8fa8684861422c1708727fe7faee490d8e8b8..659d6e1011fb5144957e2f5db21880916beeca12 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-06361----GAUSS-06370.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-06361----GAUSS-06370.md
@@ -1,4 +1,4 @@
-# GAUSS-06361 -- GAUSS-06370
+# GAUSS-06361 -- GAUSS-06370
GAUSS-06361: "execute cmd %s fail."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-06371----GAUSS-06380.md b/content/zh/docs/DatabaseReference/GAUSS-06371----GAUSS-06380.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-06371----GAUSS-06380.md
rename to content/zh/docs/DatabaseReference/GAUSS-06371----GAUSS-06380.md
index 28146b4eec78ad363cf1a9abad41b90156c39d2c..eded6be11d9e759804f7092748a030fffcd0374e 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-06371----GAUSS-06380.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-06371----GAUSS-06380.md
@@ -1,4 +1,4 @@
-# GAUSS-06371 -- GAUSS-06380
+# GAUSS-06371 -- GAUSS-06380
GAUSS-06371: "Invalid argument: must set a 'libraryname'."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-06381----GAUSS-06390.md b/content/zh/docs/DatabaseReference/GAUSS-06381----GAUSS-06390.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-06381----GAUSS-06390.md
rename to content/zh/docs/DatabaseReference/GAUSS-06381----GAUSS-06390.md
index 957e593a7c3999a91a1d7fb145f22011e3818b1a..f22819ac7bb52325dd53f9d53fb97aa99cd2784d 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-06381----GAUSS-06390.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-06381----GAUSS-06390.md
@@ -1,4 +1,4 @@
-# GAUSS-06381 -- GAUSS-06390
+# GAUSS-06381 -- GAUSS-06390
GAUSS-06381: "%d: Parameters error."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-06391----GAUSS-06400.md b/content/zh/docs/DatabaseReference/GAUSS-06391----GAUSS-06400.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-06391----GAUSS-06400.md
rename to content/zh/docs/DatabaseReference/GAUSS-06391----GAUSS-06400.md
index 595222c5c4aa741f0b28bf2e0b775d137e718d6b..86a9008f66f36c2352727720e7430ec4a5147920 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-06391----GAUSS-06400.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-06391----GAUSS-06400.md
@@ -1,4 +1,4 @@
-# GAUSS-06391 -- GAUSS-06400
+# GAUSS-06391 -- GAUSS-06400
GAUSS-06391: "the move\_loc buffer should be invalid."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-06401----GAUSS-06410.md b/content/zh/docs/DatabaseReference/GAUSS-06401----GAUSS-06410.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-06401----GAUSS-06410.md
rename to content/zh/docs/DatabaseReference/GAUSS-06401----GAUSS-06410.md
index 19c4c7fe5cdd04d06c0ead92c483ebb03cc4b10c..48aa2996d5bf3a37efd549fe80924967f41647ea 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-06401----GAUSS-06410.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-06401----GAUSS-06410.md
@@ -1,4 +1,4 @@
-# GAUSS-06401 -- GAUSS-06410
+# GAUSS-06401 -- GAUSS-06410
GAUSS-06401: "buf\_written\_backend overflow"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-06401----GAUSS-06500.md b/content/zh/docs/DatabaseReference/GAUSS-06401----GAUSS-06500.md
similarity index 91%
rename from content/zh/docs/DataBaseReference/GAUSS-06401----GAUSS-06500.md
rename to content/zh/docs/DatabaseReference/GAUSS-06401----GAUSS-06500.md
index 9f7640d08fd1c013b8bc4468896d758a543f2c33..2bfa9dd4f09838c5edf53cb0ee53d16b39a2b0b3 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-06401----GAUSS-06500.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-06401----GAUSS-06500.md
@@ -1,4 +1,4 @@
-# GAUSS-06401 -- GAUSS-06500
+# GAUSS-06401 -- GAUSS-06500
- **[GAUSS-06401 -- GAUSS-06410]({{< relref "./GAUSS-06401----GAUSS-06410.md" >}})**
diff --git a/content/zh/docs/DataBaseReference/GAUSS-06411----GAUSS-06420.md b/content/zh/docs/DatabaseReference/GAUSS-06411----GAUSS-06420.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-06411----GAUSS-06420.md
rename to content/zh/docs/DatabaseReference/GAUSS-06411----GAUSS-06420.md
index 48e1ad5313371ce1e52e7119574d1bbaf74b065e..816632af39ef66b96a0a514c0cfce95f2e084cc4 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-06411----GAUSS-06420.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-06411----GAUSS-06420.md
@@ -1,4 +1,4 @@
-# GAUSS-06411 -- GAUSS-06420
+# GAUSS-06411 -- GAUSS-06420
GAUSS-06411: "process suicides because the victim of lwlock deadlock is an auxiliary thread"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-06421----GAUSS-06430.md b/content/zh/docs/DatabaseReference/GAUSS-06421----GAUSS-06430.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-06421----GAUSS-06430.md
rename to content/zh/docs/DatabaseReference/GAUSS-06421----GAUSS-06430.md
index d5b1a1af24aaa03cc2d5ce2e39bab871ecacd190..b6efde05be8f9f6f76b28c28883cfe66166c1644 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-06421----GAUSS-06430.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-06421----GAUSS-06430.md
@@ -1,4 +1,4 @@
-# GAUSS-06421 -- GAUSS-06430
+# GAUSS-06421 -- GAUSS-06430
GAUSS-06421: "could not create ha listen socket for '%s:%d'"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-06431----GAUSS-06440.md b/content/zh/docs/DatabaseReference/GAUSS-06431----GAUSS-06440.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-06431----GAUSS-06440.md
rename to content/zh/docs/DatabaseReference/GAUSS-06431----GAUSS-06440.md
index 1ee9a698847a6b0a5420fa74f85b9d4200b3e869..3a15e11251df11128760c63c927d52b37fa47ac3 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-06431----GAUSS-06440.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-06431----GAUSS-06440.md
@@ -1,4 +1,4 @@
-# GAUSS-06431 -- GAUSS-06440
+# GAUSS-06431 -- GAUSS-06440
GAUSS-06431: "wrong environment variable '%s'"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-06441----GAUSS-06450.md b/content/zh/docs/DatabaseReference/GAUSS-06441----GAUSS-06450.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-06441----GAUSS-06450.md
rename to content/zh/docs/DatabaseReference/GAUSS-06441----GAUSS-06450.md
index 07e7ccc00bb073afc72badb9a8ab582e23c8c85e..7fe6de3814e6ad586448cfb9492c273ffd04d49c 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-06441----GAUSS-06450.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-06441----GAUSS-06450.md
@@ -1,4 +1,4 @@
-# GAUSS-06441 -- GAUSS-06450
+# GAUSS-06441 -- GAUSS-06450
GAUSS-06441: "Can't get local connection address."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-06451----GAUSS-06460.md b/content/zh/docs/DatabaseReference/GAUSS-06451----GAUSS-06460.md
similarity index 91%
rename from content/zh/docs/DataBaseReference/GAUSS-06451----GAUSS-06460.md
rename to content/zh/docs/DatabaseReference/GAUSS-06451----GAUSS-06460.md
index 0556d1c16fd23349fdbb41dfabbc73fc5ca62186..fb4c8f36327d82e8e87c00d310c5aeaf0411b158 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-06451----GAUSS-06460.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-06451----GAUSS-06460.md
@@ -1,4 +1,4 @@
-# GAUSS-06451 -- GAUSS-06460
+# GAUSS-06451 -- GAUSS-06460
GAUSS-06457: "Unable to create table on old InstallationGuide group '%s' while in cluster resizing."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-06461----GAUSS-06470.md b/content/zh/docs/DatabaseReference/GAUSS-06461----GAUSS-06470.md
similarity index 96%
rename from content/zh/docs/DataBaseReference/GAUSS-06461----GAUSS-06470.md
rename to content/zh/docs/DatabaseReference/GAUSS-06461----GAUSS-06470.md
index 81d7098823f2f03059cc6a256a2412bc795e2a25..e729d2f4e8da1d48542c3820a599278ff19345a9 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-06461----GAUSS-06470.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-06461----GAUSS-06470.md
@@ -1,4 +1,4 @@
-# GAUSS-06461 -- GAUSS-06470
+# GAUSS-06461 -- GAUSS-06470
GAUSS-06461: "Current mode does not support FOREIGN table yet"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-06471----GAUSS-06480.md b/content/zh/docs/DatabaseReference/GAUSS-06471----GAUSS-06480.md
similarity index 95%
rename from content/zh/docs/DataBaseReference/GAUSS-06471----GAUSS-06480.md
rename to content/zh/docs/DatabaseReference/GAUSS-06471----GAUSS-06480.md
index 17e73d85fe737e045987a85937e00f8c10cdc592..aa0afc0e4c2deb097c6545569f3efcb90fe4d476 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-06471----GAUSS-06480.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-06471----GAUSS-06480.md
@@ -1,4 +1,4 @@
-# GAUSS-06471 -- GAUSS-06480
+# GAUSS-06471 -- GAUSS-06480
GAUSS-06471: "This relation doesn't support analyze with column."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-06481----GAUSS-06490.md b/content/zh/docs/DatabaseReference/GAUSS-06481----GAUSS-06490.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-06481----GAUSS-06490.md
rename to content/zh/docs/DatabaseReference/GAUSS-06481----GAUSS-06490.md
index 2c38e581a8ed9ff6ed0aab568541c46b4c77dfd9..0c40fbbf45d699ffa8b19cd4d44744c3d6570383 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-06481----GAUSS-06490.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-06481----GAUSS-06490.md
@@ -1,4 +1,4 @@
-# GAUSS-06481 -- GAUSS-06490
+# GAUSS-06481 -- GAUSS-06490
GAUSS-06481: "Invaild parameter."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-06491----GAUSS-06500.md b/content/zh/docs/DatabaseReference/GAUSS-06491----GAUSS-06500.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-06491----GAUSS-06500.md
rename to content/zh/docs/DatabaseReference/GAUSS-06491----GAUSS-06500.md
index 022bb61b6b172e9c26456c7d6b81de547d6152bd..09f1850b00f58cbf2b223475e6e16f2eba838b0a 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-06491----GAUSS-06500.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-06491----GAUSS-06500.md
@@ -1,4 +1,4 @@
-# GAUSS-06491 -- GAUSS-06500
+# GAUSS-06491 -- GAUSS-06500
GAUSS-06491: "rel\_loc\_info is NULL."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-06501----GAUSS-06510.md b/content/zh/docs/DatabaseReference/GAUSS-06501----GAUSS-06510.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-06501----GAUSS-06510.md
rename to content/zh/docs/DatabaseReference/GAUSS-06501----GAUSS-06510.md
index 23dc6685ae0116e79f7374c2a8a19c61991dc937..c467e1e90edfb09ead20e6e71bd5a1f96adc9551 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-06501----GAUSS-06510.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-06501----GAUSS-06510.md
@@ -1,4 +1,4 @@
-# GAUSS-06501 -- GAUSS-06510
+# GAUSS-06501 -- GAUSS-06510
GAUSS-06501: "canceling statement due to %s.%s"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-06501----GAUSS-06600.md b/content/zh/docs/DatabaseReference/GAUSS-06501----GAUSS-06600.md
similarity index 91%
rename from content/zh/docs/DataBaseReference/GAUSS-06501----GAUSS-06600.md
rename to content/zh/docs/DatabaseReference/GAUSS-06501----GAUSS-06600.md
index 8abccb20fda37809cfe8f3e561cbd537c10d4024..9c90eaf0d78ff98f11babfd91d7ede933f33f65a 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-06501----GAUSS-06600.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-06501----GAUSS-06600.md
@@ -1,4 +1,4 @@
-# GAUSS-06501 -- GAUSS-06600
+# GAUSS-06501 -- GAUSS-06600
- **[GAUSS-06501 -- GAUSS-06510]({{< relref "./GAUSS-06501----GAUSS-06510.md" >}})**
diff --git a/content/zh/docs/DataBaseReference/GAUSS-06511----GAUSS-06520.md b/content/zh/docs/DatabaseReference/GAUSS-06511----GAUSS-06520.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-06511----GAUSS-06520.md
rename to content/zh/docs/DatabaseReference/GAUSS-06511----GAUSS-06520.md
index cb8b77e00d3e7ef43f0a5849c71242b0fb76d045..48dbe80512bd3438aa12af1391a758c2eae06904 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-06511----GAUSS-06520.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-06511----GAUSS-06520.md
@@ -1,4 +1,4 @@
-# GAUSS-06511 -- GAUSS-06520
+# GAUSS-06511 -- GAUSS-06520
GAUSS-06511: "Too long query\_string."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-06521----GAUSS-06530.md b/content/zh/docs/DatabaseReference/GAUSS-06521----GAUSS-06530.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-06521----GAUSS-06530.md
rename to content/zh/docs/DatabaseReference/GAUSS-06521----GAUSS-06530.md
index 0b96c562f70c99f39d608bef2c7684424e4e779e..249405ebb5a65a2be25b19412208256abe315ad3 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-06521----GAUSS-06530.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-06521----GAUSS-06530.md
@@ -1,4 +1,4 @@
-# GAUSS-06521 -- GAUSS-06530
+# GAUSS-06521 -- GAUSS-06530
GAUSS-06521: "Received an invalid commit csn: %lu."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-06531----GAUSS-06540.md b/content/zh/docs/DatabaseReference/GAUSS-06531----GAUSS-06540.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-06531----GAUSS-06540.md
rename to content/zh/docs/DatabaseReference/GAUSS-06531----GAUSS-06540.md
index 86cd56995ebc089cdc78da2091ac4bba5da86e95..3da5ae834e4f82c2ff88fb48c2b6b11786e29bbb 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-06531----GAUSS-06540.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-06531----GAUSS-06540.md
@@ -1,4 +1,4 @@
-# GAUSS-06531 -- GAUSS-06540
+# GAUSS-06531 -- GAUSS-06540
GAUSS-06531: "conflict stmt name in Batch bind-execute message: bind %s, describe %s"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-06541----GAUSS-06550.md b/content/zh/docs/DatabaseReference/GAUSS-06541----GAUSS-06550.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-06541----GAUSS-06550.md
rename to content/zh/docs/DatabaseReference/GAUSS-06541----GAUSS-06550.md
index ba9700dbdfe6f951fbcb9550b503f2374ac16c60..246661509393905a56fb4ed9b9e21f5731285f9d 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-06541----GAUSS-06550.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-06541----GAUSS-06550.md
@@ -1,4 +1,4 @@
-# GAUSS-06541 -- GAUSS-06550
+# GAUSS-06541 -- GAUSS-06550
GAUSS-06541: "Unexpected receive proc signal."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-06551----GAUSS-06560.md b/content/zh/docs/DatabaseReference/GAUSS-06551----GAUSS-06560.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-06551----GAUSS-06560.md
rename to content/zh/docs/DatabaseReference/GAUSS-06551----GAUSS-06560.md
index 29450ffeeab6037d5f14b0b5159da04500d2fc51..f96927475a9e209de5576f5aefcb284e46f85eed 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-06551----GAUSS-06560.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-06551----GAUSS-06560.md
@@ -1,4 +1,4 @@
-# GAUSS-06551 -- GAUSS-06560
+# GAUSS-06551 -- GAUSS-06560
GAUSS-06551: "Failed on getting IR function : LLVMIRtextnlike!\\n"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-06561----GAUSS-06570.md b/content/zh/docs/DatabaseReference/GAUSS-06561----GAUSS-06570.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-06561----GAUSS-06570.md
rename to content/zh/docs/DatabaseReference/GAUSS-06561----GAUSS-06570.md
index 8de28167e2b4627271caa2474a8ec393e7c8815f..069ed39d78861870f8acfb4a453dead927ffcd3c 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-06561----GAUSS-06570.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-06561----GAUSS-06570.md
@@ -1,4 +1,4 @@
-# GAUSS-06561 -- GAUSS-06570
+# GAUSS-06561 -- GAUSS-06570
GAUSS-06561: "Unexpected batch information from ExprContext."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-06571----GAUSS-06580.md b/content/zh/docs/DatabaseReference/GAUSS-06571----GAUSS-06580.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-06571----GAUSS-06580.md
rename to content/zh/docs/DatabaseReference/GAUSS-06571----GAUSS-06580.md
index bf6a2b2dd3e009afd6bdff8e89559b9b88c9af73..1f866ebcdde5e01575e984df94a68218f05efec6 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-06571----GAUSS-06580.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-06571----GAUSS-06580.md
@@ -1,4 +1,4 @@
-# GAUSS-06571 -- GAUSS-06580
+# GAUSS-06571 -- GAUSS-06580
GAUSS-06571: "Failed on generating MatchOneKey Function!\\n"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-06581----GAUSS-06590.md b/content/zh/docs/DatabaseReference/GAUSS-06581----GAUSS-06590.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-06581----GAUSS-06590.md
rename to content/zh/docs/DatabaseReference/GAUSS-06581----GAUSS-06590.md
index aa05410453f042e5fef0770becf3e603bbdc6410..61f205fe739118b3d4fd524ce0efd7950534069f 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-06581----GAUSS-06590.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-06581----GAUSS-06590.md
@@ -1,4 +1,4 @@
-# GAUSS-06581 -- GAUSS-06590
+# GAUSS-06581 -- GAUSS-06590
GAUSS-06581: "cache lookup failed for relation %u when check backward scan for Index."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-06591----GAUSS-06600.md b/content/zh/docs/DatabaseReference/GAUSS-06591----GAUSS-06600.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-06591----GAUSS-06600.md
rename to content/zh/docs/DatabaseReference/GAUSS-06591----GAUSS-06600.md
index d8357956b5141a05c67bf51f7ff4184e9175992d..5cf78fc54d4d63f4b01a9b1d3ab587539143ed5d 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-06591----GAUSS-06600.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-06591----GAUSS-06600.md
@@ -1,4 +1,4 @@
-# GAUSS-06591 -- GAUSS-06600
+# GAUSS-06591 -- GAUSS-06600
GAUSS-06591: "can't initialize bitmap index scans using unusable index '%s'"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-06601----GAUSS-06610.md b/content/zh/docs/DatabaseReference/GAUSS-06601----GAUSS-06610.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-06601----GAUSS-06610.md
rename to content/zh/docs/DatabaseReference/GAUSS-06601----GAUSS-06610.md
index 5e361ef05511788144b7588cc1ce791664381afe..7212712a9f2026a1ad4747bc86a4fa04fc413ea3 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-06601----GAUSS-06610.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-06601----GAUSS-06610.md
@@ -1,4 +1,4 @@
-# GAUSS-06601 -- GAUSS-06610
+# GAUSS-06601 -- GAUSS-06610
GAUSS-06601: "The hash-join temporary file is corrupted,hashvalue:%u, length:%u."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-06601----GAUSS-06700.md b/content/zh/docs/DatabaseReference/GAUSS-06601----GAUSS-06700.md
similarity index 91%
rename from content/zh/docs/DataBaseReference/GAUSS-06601----GAUSS-06700.md
rename to content/zh/docs/DatabaseReference/GAUSS-06601----GAUSS-06700.md
index 3b9474948db188ec9bd93d2d63d9a33d796d5922..b5f794a7a8023931bc2a3d3c84c9ce95c3bf64d4 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-06601----GAUSS-06700.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-06601----GAUSS-06700.md
@@ -1,4 +1,4 @@
-# GAUSS-06601 -- GAUSS-06700
+# GAUSS-06601 -- GAUSS-06700
- **[GAUSS-06601 -- GAUSS-06610]({{< relref "./GAUSS-06601----GAUSS-06610.md" >}})**
diff --git a/content/zh/docs/DataBaseReference/GAUSS-06611----GAUSS-06620.md b/content/zh/docs/DatabaseReference/GAUSS-06611----GAUSS-06620.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-06611----GAUSS-06620.md
rename to content/zh/docs/DatabaseReference/GAUSS-06611----GAUSS-06620.md
index 09c8905aaa31b93637bcf31ad7d7c8660c7bba57..b3ab7a66fce660539390d1ae7595c65a8a7ce793 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-06611----GAUSS-06620.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-06611----GAUSS-06620.md
@@ -1,4 +1,4 @@
-# GAUSS-06611 -- GAUSS-06620
+# GAUSS-06611 -- GAUSS-06620
GAUSS-06611: "stop scan the work table due to transaction aborted and vfd invalidated"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-06621----GAUSS-06630.md b/content/zh/docs/DatabaseReference/GAUSS-06621----GAUSS-06630.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-06621----GAUSS-06630.md
rename to content/zh/docs/DatabaseReference/GAUSS-06621----GAUSS-06630.md
index 1e506d7671a7833a721513ed6d36562f84e7d948..350e83a961f1e5bca613a8d56707ef4fb107eeb1 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-06621----GAUSS-06630.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-06621----GAUSS-06630.md
@@ -1,4 +1,4 @@
-# GAUSS-06621 -- GAUSS-06630
+# GAUSS-06621 -- GAUSS-06630
GAUSS-06621: "\[LIGHT PROXY\] Failed to send cgroup to %s\[%u\]"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-06631----GAUSS-06640.md b/content/zh/docs/DatabaseReference/GAUSS-06631----GAUSS-06640.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-06631----GAUSS-06640.md
rename to content/zh/docs/DatabaseReference/GAUSS-06631----GAUSS-06640.md
index 9e99b633004c7af2da5bf0cd2f24d39e356477f3..b8184ec574c3a00ecc4b777f617c5acb8231dc94 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-06631----GAUSS-06640.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-06631----GAUSS-06640.md
@@ -1,4 +1,4 @@
-# GAUSS-06631 -- GAUSS-06640
+# GAUSS-06631 -- GAUSS-06640
GAUSS-06631: "unrecognized testexpr type: %d in a hash subplan"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-06641----GAUSS-06650.md b/content/zh/docs/DatabaseReference/GAUSS-06641----GAUSS-06650.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-06641----GAUSS-06650.md
rename to content/zh/docs/DatabaseReference/GAUSS-06641----GAUSS-06650.md
index a70a8561c9c849eb054ba41f17252367ab0aabf0..7abd22a04b240321afaf73a46f228c179d90d032 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-06641----GAUSS-06650.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-06641----GAUSS-06650.md
@@ -1,4 +1,4 @@
-# GAUSS-06641 -- GAUSS-06650
+# GAUSS-06641 -- GAUSS-06650
GAUSS-06641: "invalid relation locator info from router table\_name"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-06651----GAUSS-06660.md b/content/zh/docs/DatabaseReference/GAUSS-06651----GAUSS-06660.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-06651----GAUSS-06660.md
rename to content/zh/docs/DatabaseReference/GAUSS-06651----GAUSS-06660.md
index 9c4922f77d81a13d6637b54790036977ae422154..eebf6e0912d5e13851295b0aea40959d8490f84a 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-06651----GAUSS-06660.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-06651----GAUSS-06660.md
@@ -1,4 +1,4 @@
-# GAUSS-06651 -- GAUSS-06660
+# GAUSS-06651 -- GAUSS-06660
GAUSS-06651: "unrecognized window seek type: %d on a specified row of window frame"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-06661----GAUSS-06670.md b/content/zh/docs/DatabaseReference/GAUSS-06661----GAUSS-06670.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-06661----GAUSS-06670.md
rename to content/zh/docs/DatabaseReference/GAUSS-06661----GAUSS-06670.md
index 73ed5874b6e0858edaf677412e1eaeea6a76c4b4..2dca3e79c8195a1aef2b6a5eba7ae15888b5db88 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-06661----GAUSS-06670.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-06661----GAUSS-06670.md
@@ -1,4 +1,4 @@
-# GAUSS-06661 -- GAUSS-06670
+# GAUSS-06661 -- GAUSS-06670
GAUSS-06661: "Invaild hash bucket oid from current tuple for delete."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-06671----GAUSS-06680.md b/content/zh/docs/DatabaseReference/GAUSS-06671----GAUSS-06680.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-06671----GAUSS-06680.md
rename to content/zh/docs/DatabaseReference/GAUSS-06671----GAUSS-06680.md
index dc8ee9c0aeb4c93eca9358a327124620e4dc2383..f87ae27f98b83d1c027225b7cf504c5a4d3242ac 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-06671----GAUSS-06680.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-06671----GAUSS-06680.md
@@ -1,4 +1,4 @@
-# GAUSS-06671 -- GAUSS-06680
+# GAUSS-06671 -- GAUSS-06680
GAUSS-06671: "set-valued function called in context when calculate targetlist that cannot accept a set"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-06681----GAUSS-06690.md b/content/zh/docs/DatabaseReference/GAUSS-06681----GAUSS-06690.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-06681----GAUSS-06690.md
rename to content/zh/docs/DatabaseReference/GAUSS-06681----GAUSS-06690.md
index ad195a40d73c4b0d68df020bfda56e3abaeeb5ae..49c7b540965ae19a2755d4fc47a8929ec00c66ba 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-06681----GAUSS-06690.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-06681----GAUSS-06690.md
@@ -1,4 +1,4 @@
-# GAUSS-06681 -- GAUSS-06690
+# GAUSS-06681 -- GAUSS-06690
GAUSS-06681: "unknown operation %d when process BEFORE EACH STATEMENT triggers"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-06691----GAUSS-06700.md b/content/zh/docs/DatabaseReference/GAUSS-06691----GAUSS-06700.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-06691----GAUSS-06700.md
rename to content/zh/docs/DatabaseReference/GAUSS-06691----GAUSS-06700.md
index ef960c71c7ee7be017fe5a1be3d590add0f3a580..8464142623e9beeef844370963e679125aa95987 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-06691----GAUSS-06700.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-06691----GAUSS-06700.md
@@ -1,4 +1,4 @@
-# GAUSS-06691 -- GAUSS-06700
+# GAUSS-06691 -- GAUSS-06700
GAUSS-06691: "tableoid is NULL when try to lock current row."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-06701----GAUSS-06710.md b/content/zh/docs/DatabaseReference/GAUSS-06701----GAUSS-06710.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-06701----GAUSS-06710.md
rename to content/zh/docs/DatabaseReference/GAUSS-06701----GAUSS-06710.md
index f915900c6df8167dc52b53560dd26e55913eb050..da8909eb9fc3355fa564d5174661b58984f634c3 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-06701----GAUSS-06710.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-06701----GAUSS-06710.md
@@ -1,4 +1,4 @@
-# GAUSS-06701 -- GAUSS-06710
+# GAUSS-06701 -- GAUSS-06710
GAUSS-06701: "SPI stack corrupted when return tuple, connected level: %d"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-06701----GAUSS-06800.md b/content/zh/docs/DatabaseReference/GAUSS-06701----GAUSS-06800.md
similarity index 91%
rename from content/zh/docs/DataBaseReference/GAUSS-06701----GAUSS-06800.md
rename to content/zh/docs/DatabaseReference/GAUSS-06701----GAUSS-06800.md
index d5615f84c974a035471b76430cae5a3b7655c987..5fe2c3dc59efd3900a730ca1b69265560acaea4c 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-06701----GAUSS-06800.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-06701----GAUSS-06800.md
@@ -1,4 +1,4 @@
-# GAUSS-06701 -- GAUSS-06800
+# GAUSS-06701 -- GAUSS-06800
- **[GAUSS-06701 -- GAUSS-06710]({{< relref "./GAUSS-06701----GAUSS-06710.md" >}})**
diff --git a/content/zh/docs/DataBaseReference/GAUSS-06711----GAUSS-06720.md b/content/zh/docs/DatabaseReference/GAUSS-06711----GAUSS-06720.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-06711----GAUSS-06720.md
rename to content/zh/docs/DatabaseReference/GAUSS-06711----GAUSS-06720.md
index cfb0c3e6d39a74dd6abf54b3f0798b01f21df006..accf05a7c0796f13b6eac89bbf5cb40cfddd05b3 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-06711----GAUSS-06720.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-06711----GAUSS-06720.md
@@ -1,4 +1,4 @@
-# GAUSS-06711 -- GAUSS-06720
+# GAUSS-06711 -- GAUSS-06720
GAUSS-06711: "tuple is NULL when store to SPI tupletable."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-06721----GAUSS-06730.md b/content/zh/docs/DatabaseReference/GAUSS-06721----GAUSS-06730.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-06721----GAUSS-06730.md
rename to content/zh/docs/DatabaseReference/GAUSS-06721----GAUSS-06730.md
index b80c7715457156b5d5d4a6a3d6d9f1b64aa7776a..da9592e71b91de31468dd158025782b23a03fcdb 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-06721----GAUSS-06730.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-06721----GAUSS-06730.md
@@ -1,4 +1,4 @@
-# GAUSS-06721 -- GAUSS-06730
+# GAUSS-06721 -- GAUSS-06730
GAUSS-06721: "Unsupport '%s' command during online expansion"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-06731----GAUSS-06740.md b/content/zh/docs/DatabaseReference/GAUSS-06731----GAUSS-06740.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-06731----GAUSS-06740.md
rename to content/zh/docs/DatabaseReference/GAUSS-06731----GAUSS-06740.md
index 9b673f77b2f244effdb275c8ab2124c38748c880..f87d744f73ce8d44a4aa8b99f374a38f64168d28 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-06731----GAUSS-06740.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-06731----GAUSS-06740.md
@@ -1,4 +1,4 @@
-# GAUSS-06731 -- GAUSS-06740
+# GAUSS-06731 -- GAUSS-06740
GAUSS-06731: "unrecognized markType: %d when initializing query plan."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-06741----GAUSS-06750.md b/content/zh/docs/DatabaseReference/GAUSS-06741----GAUSS-06750.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-06741----GAUSS-06750.md
rename to content/zh/docs/DatabaseReference/GAUSS-06741----GAUSS-06750.md
index 535eaa8a3a56e95f754fd989c2e810e873a88ef6..0cef2318fd324452c5a0cf415a507e273378fc42 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-06741----GAUSS-06750.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-06741----GAUSS-06750.md
@@ -1,4 +1,4 @@
-# GAUSS-06741 -- GAUSS-06750
+# GAUSS-06741 -- GAUSS-06750
GAUSS-06741: "Expecting messages of query: %lu, but received messages of query: %lu"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-06751----GAUSS-06760.md b/content/zh/docs/DatabaseReference/GAUSS-06751----GAUSS-06760.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-06751----GAUSS-06760.md
rename to content/zh/docs/DatabaseReference/GAUSS-06751----GAUSS-06760.md
index 6e880b20b9c4cfd6b97e5d7ca0ac78591842d8c2..c21de90926b8c47da2dc4112db812ff74cfb7f52 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-06751----GAUSS-06760.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-06751----GAUSS-06760.md
@@ -1,4 +1,4 @@
-# GAUSS-06751 -- GAUSS-06760
+# GAUSS-06751 -- GAUSS-06760
GAUSS-06751: "bogus index qualification for ScalarArray, attribute number is %d."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-06761----GAUSS-06770.md b/content/zh/docs/DatabaseReference/GAUSS-06761----GAUSS-06770.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-06761----GAUSS-06770.md
rename to content/zh/docs/DatabaseReference/GAUSS-06761----GAUSS-06770.md
index 611305f15c48ff840a49e6f4fbd85624ea9c7855..c4a8083df5c91d4d1d90be4c28d0d817bee98724 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-06761----GAUSS-06770.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-06761----GAUSS-06770.md
@@ -1,4 +1,4 @@
-# GAUSS-06761 -- GAUSS-06770
+# GAUSS-06761 -- GAUSS-06770
GAUSS-06761: "paramname should not be NULL"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-06771----GAUSS-06780.md b/content/zh/docs/DatabaseReference/GAUSS-06771----GAUSS-06780.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-06771----GAUSS-06780.md
rename to content/zh/docs/DatabaseReference/GAUSS-06771----GAUSS-06780.md
index e7a23bbf784bf17910a36cb1a3661d1cc2e9f26e..fbffa46a7f6b107bf0e90c6cb8492f5832817bf0 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-06771----GAUSS-06780.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-06771----GAUSS-06780.md
@@ -1,4 +1,4 @@
-# GAUSS-06771 -- GAUSS-06780
+# GAUSS-06771 -- GAUSS-06780
GAUSS-06771: "Unsupported hashing for recursive union"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-06781----GAUSS-06790.md b/content/zh/docs/DatabaseReference/GAUSS-06781----GAUSS-06790.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-06781----GAUSS-06790.md
rename to content/zh/docs/DatabaseReference/GAUSS-06781----GAUSS-06790.md
index c57c7f29d5afd5a67fed16a1025a8bf8e80d396b..a48b6d2fcd24a97062a5cf7f80e324af2266006d 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-06781----GAUSS-06790.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-06781----GAUSS-06790.md
@@ -1,4 +1,4 @@
-# GAUSS-06781 -- GAUSS-06790
+# GAUSS-06781 -- GAUSS-06790
GAUSS-06781: "MPP with-recursive datanode:%s CTE\(%d\) recursive\_union\_finish is not set to finish"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-06791----GAUSS-06800.md b/content/zh/docs/DatabaseReference/GAUSS-06791----GAUSS-06800.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-06791----GAUSS-06800.md
rename to content/zh/docs/DatabaseReference/GAUSS-06791----GAUSS-06800.md
index 4c097dd9317a283184ab464d2482dc213343778a..542fb5241c2b932c8c1aea3cffb1b5f4dabc14dd 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-06791----GAUSS-06800.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-06791----GAUSS-06800.md
@@ -1,4 +1,4 @@
-# GAUSS-06791 -- GAUSS-06800
+# GAUSS-06791 -- GAUSS-06800
GAUSS-06791: "hash bucket is not supported in column store."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-06801----GAUSS-06810.md b/content/zh/docs/DatabaseReference/GAUSS-06801----GAUSS-06810.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-06801----GAUSS-06810.md
rename to content/zh/docs/DatabaseReference/GAUSS-06801----GAUSS-06810.md
index 0af9cf1368dd36f9b06615fc2a86bbd55d513ef6..d29bfb9b1b199855516346e46ca3a3a79f03c4ca 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-06801----GAUSS-06810.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-06801----GAUSS-06810.md
@@ -1,4 +1,4 @@
-# GAUSS-06801 -- GAUSS-06810
+# GAUSS-06801 -- GAUSS-06810
GAUSS-06801: "invalid datum int array size %d"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-06801----GAUSS-06900.md b/content/zh/docs/DatabaseReference/GAUSS-06801----GAUSS-06900.md
similarity index 91%
rename from content/zh/docs/DataBaseReference/GAUSS-06801----GAUSS-06900.md
rename to content/zh/docs/DatabaseReference/GAUSS-06801----GAUSS-06900.md
index a651601baefc6ccf5f36f8b085bf71b52ae712b1..57840e8d6d563a30ffbdd9559d2666b26a0a56db 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-06801----GAUSS-06900.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-06801----GAUSS-06900.md
@@ -1,4 +1,4 @@
-# GAUSS-06801 -- GAUSS-06900
+# GAUSS-06801 -- GAUSS-06900
- **[GAUSS-06801 -- GAUSS-06810]({{< relref "./GAUSS-06801----GAUSS-06810.md" >}})**
diff --git a/content/zh/docs/DataBaseReference/GAUSS-06811----GAUSS-06820.md b/content/zh/docs/DatabaseReference/GAUSS-06811----GAUSS-06820.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-06811----GAUSS-06820.md
rename to content/zh/docs/DatabaseReference/GAUSS-06811----GAUSS-06820.md
index abe7c35a29b7e080e03ca4fd04b3aa15b01b2b3b..ea9498577b80cbd141756b692de42c4a84328854 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-06811----GAUSS-06820.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-06811----GAUSS-06820.md
@@ -1,4 +1,4 @@
-# GAUSS-06811 -- GAUSS-06820
+# GAUSS-06811 -- GAUSS-06820
GAUSS-06811: "\[SonicHash\] Unrecognize desc type %d with type oid %u"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-06821----GAUSS-06830.md b/content/zh/docs/DatabaseReference/GAUSS-06821----GAUSS-06830.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-06821----GAUSS-06830.md
rename to content/zh/docs/DatabaseReference/GAUSS-06821----GAUSS-06830.md
index d54604d224699900af6da185341e4648fdbbebe7..e0705e0ee2d172a2a756bf5a0aa9ec72ba57beca 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-06821----GAUSS-06830.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-06821----GAUSS-06830.md
@@ -1,4 +1,4 @@
-# GAUSS-06821 -- GAUSS-06830
+# GAUSS-06821 -- GAUSS-06830
GAUSS-06821: "unrecognized node type: %s in function ExecVecMarkPos"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-06831----GAUSS-06840.md b/content/zh/docs/DatabaseReference/GAUSS-06831----GAUSS-06840.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-06831----GAUSS-06840.md
rename to content/zh/docs/DatabaseReference/GAUSS-06831----GAUSS-06840.md
index 54f2f3d85911eb5ea0e5b8b9990b97d743efbde9..f3f28304907a75997f86a3db1f072ef4906fafe9 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-06831----GAUSS-06840.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-06831----GAUSS-06840.md
@@ -1,4 +1,4 @@
-# GAUSS-06831 -- GAUSS-06840
+# GAUSS-06831 -- GAUSS-06840
GAUSS-06831: "Unaligned rows for batches need to be expression evaluation"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-06841----GAUSS-06850.md b/content/zh/docs/DatabaseReference/GAUSS-06841----GAUSS-06850.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-06841----GAUSS-06850.md
rename to content/zh/docs/DatabaseReference/GAUSS-06841----GAUSS-06850.md
index e23ae7f229653a639aab3bdb176e0ff2ecc7f051..33345be857839da2ccecea37c95984e0289fdf7c 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-06841----GAUSS-06850.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-06841----GAUSS-06850.md
@@ -1,4 +1,4 @@
-# GAUSS-06841 -- GAUSS-06850
+# GAUSS-06841 -- GAUSS-06850
GAUSS-06841: "\[%s\] no such schema found"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-06851----GAUSS-06860.md b/content/zh/docs/DatabaseReference/GAUSS-06851----GAUSS-06860.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-06851----GAUSS-06860.md
rename to content/zh/docs/DatabaseReference/GAUSS-06851----GAUSS-06860.md
index 42feb638ba51098f3604856f90eeb7a0515cf87d..254b1365ff62528474e8f66c702b2eca2cb13b29 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-06851----GAUSS-06860.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-06851----GAUSS-06860.md
@@ -1,4 +1,4 @@
-# GAUSS-06851 -- GAUSS-06860
+# GAUSS-06851 -- GAUSS-06860
GAUSS-06851: "Could not find tuple for label %lld"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-06861----GAUSS-06870.md b/content/zh/docs/DatabaseReference/GAUSS-06861----GAUSS-06870.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-06861----GAUSS-06870.md
rename to content/zh/docs/DatabaseReference/GAUSS-06861----GAUSS-06870.md
index 346c3640a55c0abaecd305d4f8a573b7dfa365c8..6d0ef60c7e0e70255b026c186dd578892a1702ba 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-06861----GAUSS-06870.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-06861----GAUSS-06870.md
@@ -1,4 +1,4 @@
-# GAUSS-06861 -- GAUSS-06870
+# GAUSS-06861 -- GAUSS-06870
GAUSS-06861: "role: \[%s\] is invalid"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-06871----GAUSS-06880.md b/content/zh/docs/DatabaseReference/GAUSS-06871----GAUSS-06880.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-06871----GAUSS-06880.md
rename to content/zh/docs/DatabaseReference/GAUSS-06871----GAUSS-06880.md
index 69d3e21e99939d867bfb8c63ecfef72d09282b1f..69fd8a654e2aa6829dd26c4a882db2787a880add 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-06871----GAUSS-06880.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-06871----GAUSS-06880.md
@@ -1,4 +1,4 @@
-# GAUSS-06871 -- GAUSS-06880
+# GAUSS-06871 -- GAUSS-06880
GAUSS-06871: "The split flag should exactly be one character and can not be NULL."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-06881----GAUSS-06890.md b/content/zh/docs/DatabaseReference/GAUSS-06881----GAUSS-06890.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-06881----GAUSS-06890.md
rename to content/zh/docs/DatabaseReference/GAUSS-06881----GAUSS-06890.md
index 39bf94300873cecde93366d3ce0a925990de8a76..3ba10d311333d978aacf0983eefdf295093c6e8f 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-06881----GAUSS-06890.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-06881----GAUSS-06890.md
@@ -1,4 +1,4 @@
-# GAUSS-06881 -- GAUSS-06890
+# GAUSS-06881 -- GAUSS-06890
GAUSS-06881: "Failed to parse the filefooter from string"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-06891----GAUSS-06900.md b/content/zh/docs/DatabaseReference/GAUSS-06891----GAUSS-06900.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-06891----GAUSS-06900.md
rename to content/zh/docs/DatabaseReference/GAUSS-06891----GAUSS-06900.md
index 48ed9b1989ec340fea6fc82b254d13ee1704317d..a51e979c2ee4296a380e71010ca4c87866db2ea2 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-06891----GAUSS-06900.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-06891----GAUSS-06900.md
@@ -1,4 +1,4 @@
-# GAUSS-06891 -- GAUSS-06900
+# GAUSS-06891 -- GAUSS-06900
GAUSS-06891: "line is larger than 1GB."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-06901----GAUSS-06910.md b/content/zh/docs/DatabaseReference/GAUSS-06901----GAUSS-06910.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-06901----GAUSS-06910.md
rename to content/zh/docs/DatabaseReference/GAUSS-06901----GAUSS-06910.md
index 8f58292fd65f5b110ff82b57645762387a04ebc5..40d467eb5676cf3fe43b583216673b5dabe2b8f9 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-06901----GAUSS-06910.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-06901----GAUSS-06910.md
@@ -1,4 +1,4 @@
-# GAUSS-06901 -- GAUSS-06910
+# GAUSS-06901 -- GAUSS-06910
GAUSS-06901: "Failed to alloc the space to fileHeader."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-06901----GAUSS-07000.md b/content/zh/docs/DatabaseReference/GAUSS-06901----GAUSS-07000.md
similarity index 91%
rename from content/zh/docs/DataBaseReference/GAUSS-06901----GAUSS-07000.md
rename to content/zh/docs/DatabaseReference/GAUSS-06901----GAUSS-07000.md
index 7c4b0f3dcee55fb3ca70f4e8a77de193055b98b9..c81e925c3d13a57bf179d48eca0f0fc055d16cc9 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-06901----GAUSS-07000.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-06901----GAUSS-07000.md
@@ -1,4 +1,4 @@
-# GAUSS-06901 -- GAUSS-07000
+# GAUSS-06901 -- GAUSS-07000
- **[GAUSS-06901 -- GAUSS-06910]({{< relref "./GAUSS-06901----GAUSS-06910.md" >}})**
diff --git a/content/zh/docs/DataBaseReference/GAUSS-06911----GAUSS-06920.md b/content/zh/docs/DatabaseReference/GAUSS-06911----GAUSS-06920.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-06911----GAUSS-06920.md
rename to content/zh/docs/DatabaseReference/GAUSS-06911----GAUSS-06920.md
index 453f4d2f8ae58076091dcd26d042d267a2a8a4da..a482206953943f0c89bf72a3ecad41c327dec74c 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-06911----GAUSS-06920.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-06911----GAUSS-06920.md
@@ -1,4 +1,4 @@
-# GAUSS-06911 -- GAUSS-06920
+# GAUSS-06911 -- GAUSS-06920
GAUSS-06911: "Only ORC/PARQUET/CARBONDATA/CSV/TEXT is supported for now."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-06921----GAUSS-06930.md b/content/zh/docs/DatabaseReference/GAUSS-06921----GAUSS-06930.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-06921----GAUSS-06930.md
rename to content/zh/docs/DatabaseReference/GAUSS-06921----GAUSS-06930.md
index 7a01b91c8d117be219965db1b7a0b44eba96bf2c..dc65a39e4992aaf9f4662de855fb7808a7057a34 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-06921----GAUSS-06930.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-06921----GAUSS-06930.md
@@ -1,4 +1,4 @@
-# GAUSS-06921 -- GAUSS-06930
+# GAUSS-06921 -- GAUSS-06930
GAUSS-06921: "bloomFilter create failed"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-06931----GAUSS-06940.md b/content/zh/docs/DatabaseReference/GAUSS-06931----GAUSS-06940.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-06931----GAUSS-06940.md
rename to content/zh/docs/DatabaseReference/GAUSS-06931----GAUSS-06940.md
index 8ac06355ee0ce2639f20aa7c22ca57f45e8c19c9..ed1bbef5544dc82e7ecd2beb9924a6cc249e6057 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-06931----GAUSS-06940.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-06931----GAUSS-06940.md
@@ -1,4 +1,4 @@
-# GAUSS-06931 -- GAUSS-06940
+# GAUSS-06931 -- GAUSS-06940
GAUSS-06931: "No hdfscfg path is specified for the server."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-06941----GAUSS-06950.md b/content/zh/docs/DatabaseReference/GAUSS-06941----GAUSS-06950.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-06941----GAUSS-06950.md
rename to content/zh/docs/DatabaseReference/GAUSS-06941----GAUSS-06950.md
index 19f3a95703ed212605766fb4a8a98d53fa609907..695bb072a6ea88b5b529b8e858262dba315f11ad 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-06941----GAUSS-06950.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-06941----GAUSS-06950.md
@@ -1,4 +1,4 @@
-# GAUSS-06941 -- GAUSS-06950
+# GAUSS-06941 -- GAUSS-06950
GAUSS-06941: "Invalid arguments for function cginbuild"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-06951----GAUSS-06960.md b/content/zh/docs/DatabaseReference/GAUSS-06951----GAUSS-06960.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-06951----GAUSS-06960.md
rename to content/zh/docs/DatabaseReference/GAUSS-06951----GAUSS-06960.md
index d69ac2848cd03648196510d9cc317f045453fbd3..c601f74a49616328bb52727bf7f050a0afa29462 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-06951----GAUSS-06960.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-06951----GAUSS-06960.md
@@ -1,4 +1,4 @@
-# GAUSS-06951 -- GAUSS-06960
+# GAUSS-06951 -- GAUSS-06960
GAUSS-06951: "'%s' is not a GIN index"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-06961----GAUSS-06970.md b/content/zh/docs/DatabaseReference/GAUSS-06961----GAUSS-06970.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-06961----GAUSS-06970.md
rename to content/zh/docs/DatabaseReference/GAUSS-06961----GAUSS-06970.md
index 7fad7eec51b8288e434d5954b1cb99ca65f7dbc0..26ed2b11b6de54226a4d6196c3fa2206347ab24f 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-06961----GAUSS-06970.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-06961----GAUSS-06970.md
@@ -1,4 +1,4 @@
-# GAUSS-06961 -- GAUSS-06970
+# GAUSS-06961 -- GAUSS-06970
GAUSS-06961: "Invalid arguments for function ginendscan"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-06971----GAUSS-06980.md b/content/zh/docs/DatabaseReference/GAUSS-06971----GAUSS-06980.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-06971----GAUSS-06980.md
rename to content/zh/docs/DatabaseReference/GAUSS-06971----GAUSS-06980.md
index 14e5f18eac07d0cd0c0774af39d508c66969f999..0f5336909671b29b8ab220ccfcda054c537b8e6c 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-06971----GAUSS-06980.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-06971----GAUSS-06980.md
@@ -1,4 +1,4 @@
-# GAUSS-06971 -- GAUSS-06980
+# GAUSS-06971 -- GAUSS-06980
GAUSS-06971: "failed to decompress keys in tuple"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-06981----GAUSS-06990.md b/content/zh/docs/DatabaseReference/GAUSS-06981----GAUSS-06990.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-06981----GAUSS-06990.md
rename to content/zh/docs/DatabaseReference/GAUSS-06981----GAUSS-06990.md
index 230f630d8c560107dc497f94dd59fd22489256b6..6b1068c544241690bf2fe0a4af5ecab01641f52b 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-06981----GAUSS-06990.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-06981----GAUSS-06990.md
@@ -1,4 +1,4 @@
-# GAUSS-06981 -- GAUSS-06990
+# GAUSS-06981 -- GAUSS-06990
GAUSS-06981: "error format single item string %s"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-06991----GAUSS-07000.md b/content/zh/docs/DatabaseReference/GAUSS-06991----GAUSS-07000.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-06991----GAUSS-07000.md
rename to content/zh/docs/DatabaseReference/GAUSS-06991----GAUSS-07000.md
index 8e7345a80cfe59b33ff87c56f2d15602f287903b..3574c8b82279a328f02eadaa1e0c7e2ef032a8e2 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-06991----GAUSS-07000.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-06991----GAUSS-07000.md
@@ -1,4 +1,4 @@
-# GAUSS-06991 -- GAUSS-07000
+# GAUSS-06991 -- GAUSS-07000
GAUSS-06991: "attempted to kill a tuple inserted by another transaction: %lu, %lu"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-07001----GAUSS-07010.md b/content/zh/docs/DatabaseReference/GAUSS-07001----GAUSS-07010.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-07001----GAUSS-07010.md
rename to content/zh/docs/DatabaseReference/GAUSS-07001----GAUSS-07010.md
index 30cfef388aad47d036b4c66842db444a9e960675..cc132956e635a85da32a4a7a7828dbbd358842d1 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-07001----GAUSS-07010.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-07001----GAUSS-07010.md
@@ -1,4 +1,4 @@
-# GAUSS-07001 -- GAUSS-07010
+# GAUSS-07001 -- GAUSS-07010
GAUSS-07001: "All built-in functions are hard coded, and they should not be updated."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-07001----GAUSS-07100.md b/content/zh/docs/DatabaseReference/GAUSS-07001----GAUSS-07100.md
similarity index 91%
rename from content/zh/docs/DataBaseReference/GAUSS-07001----GAUSS-07100.md
rename to content/zh/docs/DatabaseReference/GAUSS-07001----GAUSS-07100.md
index 405ce87c2f4d9becfd9e76097fb62367ddca4310..22ebdeaec97a2e40fe8d857fb0ac45ed18525617 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-07001----GAUSS-07100.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-07001----GAUSS-07100.md
@@ -1,4 +1,4 @@
-# GAUSS-07001 -- GAUSS-07100
+# GAUSS-07001 -- GAUSS-07100
- **[GAUSS-07001 -- GAUSS-07010]({{< relref "./GAUSS-07001----GAUSS-07010.md" >}})**
diff --git a/content/zh/docs/DataBaseReference/GAUSS-07011----GAUSS-07020.md b/content/zh/docs/DatabaseReference/GAUSS-07011----GAUSS-07020.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-07011----GAUSS-07020.md
rename to content/zh/docs/DatabaseReference/GAUSS-07011----GAUSS-07020.md
index e30313377a50dd5e4686aa2c4020d8b2649d2a03..2b9235c1fae772a39a9015ac857c97054c014662 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-07011----GAUSS-07020.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-07011----GAUSS-07020.md
@@ -1,4 +1,4 @@
-# GAUSS-07011 -- GAUSS-07020
+# GAUSS-07011 -- GAUSS-07020
GAUSS-07011: "version mismatch in index '%s': file version %u, code version %d"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-07021----GAUSS-07030.md b/content/zh/docs/DatabaseReference/GAUSS-07021----GAUSS-07030.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-07021----GAUSS-07030.md
rename to content/zh/docs/DatabaseReference/GAUSS-07021----GAUSS-07030.md
index 72b4f39323c1b3e53dad48e1eb973ddd52f2cce8..a9ce605ffdf3a11e4c061403dbe79a7a8e133a6d 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-07021----GAUSS-07030.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-07021----GAUSS-07030.md
@@ -1,4 +1,4 @@
-# GAUSS-07021 -- GAUSS-07030
+# GAUSS-07021 -- GAUSS-07030
GAUSS-07021: "Node '%s' fail to initialize libobs with OBS error code:%s"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-07031----GAUSS-07040.md b/content/zh/docs/DatabaseReference/GAUSS-07031----GAUSS-07040.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-07031----GAUSS-07040.md
rename to content/zh/docs/DatabaseReference/GAUSS-07031----GAUSS-07040.md
index f4668f9f5bb092a1cbdd1479496de7013f7c554a..1a113703ecf72ccbc3aeb7b73aae9f2c125cd847 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-07031----GAUSS-07040.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-07031----GAUSS-07040.md
@@ -1,4 +1,4 @@
-# GAUSS-07031 -- GAUSS-07040
+# GAUSS-07031 -- GAUSS-07040
GAUSS-07031: "\[REDO\_LOG\_TRACE\]ApplyReadyTxnShareLogRecords encounter fatal error:rmgrID:%u, info:%u, designatedWorker:%u"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-07041----GAUSS-07050.md b/content/zh/docs/DatabaseReference/GAUSS-07041----GAUSS-07050.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-07041----GAUSS-07050.md
rename to content/zh/docs/DatabaseReference/GAUSS-07041----GAUSS-07050.md
index 3f21cf6f8b76d3d09164aebd8d3caeeca8215b68..fa126cc401643d047752ee0b81f96c713023985b 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-07041----GAUSS-07050.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-07041----GAUSS-07050.md
@@ -1,4 +1,4 @@
-# GAUSS-07041 -- GAUSS-07050
+# GAUSS-07041 -- GAUSS-07050
GAUSS-07041: "\[REDO\_LOG\_TRACE\]AddWorkerToSet:input work id error, id:%u, work num %u"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-07051----GAUSS-07060.md b/content/zh/docs/DatabaseReference/GAUSS-07051----GAUSS-07060.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-07051----GAUSS-07060.md
rename to content/zh/docs/DatabaseReference/GAUSS-07051----GAUSS-07060.md
index 953913e949d8a4d84fe202b751f83ca11620638a..84cffa1c3ea3bdcd0b1e13ba223bf893af0787da 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-07051----GAUSS-07060.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-07051----GAUSS-07060.md
@@ -1,4 +1,4 @@
-# GAUSS-07051 -- GAUSS-07060
+# GAUSS-07051 -- GAUSS-07060
GAUSS-07051: "end xlog location %X/%X should be smaller than already tracked xlog location %X/%X"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-07061----GAUSS-07070.md b/content/zh/docs/DatabaseReference/GAUSS-07061----GAUSS-07070.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-07061----GAUSS-07070.md
rename to content/zh/docs/DatabaseReference/GAUSS-07061----GAUSS-07070.md
index 7e6f0a794e7ceb170db62c719ea965a541a2e7b6..4e11b81f569beabf9252cfed16b5b2c4e74f82be 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-07061----GAUSS-07070.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-07061----GAUSS-07070.md
@@ -1,4 +1,4 @@
-# GAUSS-07061 -- GAUSS-07070
+# GAUSS-07061 -- GAUSS-07070
GAUSS-07061: "memory is temporarily unavailable while allocate page read buffer during validate CBM file"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-07071----GAUSS-07080.md b/content/zh/docs/DatabaseReference/GAUSS-07071----GAUSS-07080.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-07071----GAUSS-07080.md
rename to content/zh/docs/DatabaseReference/GAUSS-07071----GAUSS-07080.md
index 27897477143a80626e3c019187a4bd3055fd4c5d..a8867ea8cb3a1397aed9d815fbe3ff8127559a04 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-07071----GAUSS-07080.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-07071----GAUSS-07080.md
@@ -1,4 +1,4 @@
-# GAUSS-07071 -- GAUSS-07080
+# GAUSS-07071 -- GAUSS-07080
GAUSS-07071: "memory is temporarily unavailable while allocate new CBM page"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-07081----GAUSS-07090.md b/content/zh/docs/DatabaseReference/GAUSS-07081----GAUSS-07090.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-07081----GAUSS-07090.md
rename to content/zh/docs/DatabaseReference/GAUSS-07081----GAUSS-07090.md
index 9390c750c1be4f70d526762e53e8c2875891cdc2..75e36195d083e7379b5bf8c7a86aac2c7885309e 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-07081----GAUSS-07090.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-07081----GAUSS-07090.md
@@ -1,4 +1,4 @@
-# GAUSS-07081 -- GAUSS-07090
+# GAUSS-07081 -- GAUSS-07090
GAUSS-07081: "could not find valid CBM file that contains the merging start point %08X/%08X"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-07091----GAUSS-07100.md b/content/zh/docs/DatabaseReference/GAUSS-07091----GAUSS-07100.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-07091----GAUSS-07100.md
rename to content/zh/docs/DatabaseReference/GAUSS-07091----GAUSS-07100.md
index 356d04f31f19e87b7d9d510565a91c88def5f2d2..0ee5ec264ab41fc64cc01c899dc1a776864c40fb 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-07091----GAUSS-07100.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-07091----GAUSS-07100.md
@@ -1,4 +1,4 @@
-# GAUSS-07091 -- GAUSS-07100
+# GAUSS-07091 -- GAUSS-07100
GAUSS-07091: "Corruption detected in CBM file '%s', page offset %ld"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-07101----GAUSS-07110.md b/content/zh/docs/DatabaseReference/GAUSS-07101----GAUSS-07110.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-07101----GAUSS-07110.md
rename to content/zh/docs/DatabaseReference/GAUSS-07101----GAUSS-07110.md
index 424d9d4a296167afe889225dfb9c5033ec3476e2..54589c122d038a234b846d761071eb85cef7dcac 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-07101----GAUSS-07110.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-07101----GAUSS-07110.md
@@ -1,4 +1,4 @@
-# GAUSS-07101 -- GAUSS-07110
+# GAUSS-07101 -- GAUSS-07110
GAUSS-07101: "memory is temporarily unavailable while allocate CBM block array"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-07101----GAUSS-07200.md b/content/zh/docs/DatabaseReference/GAUSS-07101----GAUSS-07200.md
similarity index 91%
rename from content/zh/docs/DataBaseReference/GAUSS-07101----GAUSS-07200.md
rename to content/zh/docs/DatabaseReference/GAUSS-07101----GAUSS-07200.md
index d9e5d4b84ab6742d2916d68419afd19fd74d681d..8cbc1ba9a83ac8fc152ae6fdb54038375f865db8 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-07101----GAUSS-07200.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-07101----GAUSS-07200.md
@@ -1,4 +1,4 @@
-# GAUSS-07101 -- GAUSS-07200
+# GAUSS-07101 -- GAUSS-07200
- **[GAUSS-07101 -- GAUSS-07110]({{< relref "./GAUSS-07101----GAUSS-07110.md" >}})**
diff --git a/content/zh/docs/DataBaseReference/GAUSS-07111----GAUSS-07120.md b/content/zh/docs/DatabaseReference/GAUSS-07111----GAUSS-07120.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-07111----GAUSS-07120.md
rename to content/zh/docs/DatabaseReference/GAUSS-07111----GAUSS-07120.md
index 77bef961384fd996e8bbc1b6744b318010786532..a139a8583b33b5e5acd10f76f0322762f4e5937b 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-07111----GAUSS-07120.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-07111----GAUSS-07120.md
@@ -1,4 +1,4 @@
-# GAUSS-07111 -- GAUSS-07120
+# GAUSS-07111 -- GAUSS-07120
GAUSS-07111: "GTM Mode: remote node sub xact can not get gxid directly from gtm"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-07121----GAUSS-07130.md b/content/zh/docs/DatabaseReference/GAUSS-07121----GAUSS-07130.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-07121----GAUSS-07130.md
rename to content/zh/docs/DatabaseReference/GAUSS-07121----GAUSS-07130.md
index b88a54ba3ea04729061239ce50498b31e2b93b19..7448c00725e1c2ffbced114736d874b0bca9c412 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-07121----GAUSS-07130.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-07121----GAUSS-07130.md
@@ -1,4 +1,4 @@
-# GAUSS-07121 -- GAUSS-07130
+# GAUSS-07121 -- GAUSS-07130
GAUSS-07121: "xactWillRemoveRelFiles: unknown op code %u"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-07131----GAUSS-07140.md b/content/zh/docs/DatabaseReference/GAUSS-07131----GAUSS-07140.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-07131----GAUSS-07140.md
rename to content/zh/docs/DatabaseReference/GAUSS-07131----GAUSS-07140.md
index 55d313f1d3fec32abbb951ae55a25be1512f5a45..f9c6c8d2169c47e6689845a9616f67bbda375ef6 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-07131----GAUSS-07140.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-07131----GAUSS-07140.md
@@ -1,4 +1,4 @@
-# GAUSS-07131 -- GAUSS-07140
+# GAUSS-07131 -- GAUSS-07140
GAUSS-07131: "could not parse xlog segment file '%s'"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-07141----GAUSS-07150.md b/content/zh/docs/DatabaseReference/GAUSS-07141----GAUSS-07150.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-07141----GAUSS-07150.md
rename to content/zh/docs/DatabaseReference/GAUSS-07141----GAUSS-07150.md
index ea7a8de23212ec409c12f61465c35d961936e56d..9b66d787042475dd7362e01adf4f1db6203f9503 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-07141----GAUSS-07150.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-07141----GAUSS-07150.md
@@ -1,4 +1,4 @@
-# GAUSS-07141 -- GAUSS-07150
+# GAUSS-07141 -- GAUSS-07150
GAUSS-07141: "lseek file error '%s' "
diff --git a/content/zh/docs/DataBaseReference/GAUSS-07151----GAUSS-07160.md b/content/zh/docs/DatabaseReference/GAUSS-07151----GAUSS-07160.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-07151----GAUSS-07160.md
rename to content/zh/docs/DatabaseReference/GAUSS-07151----GAUSS-07160.md
index 9d4e0f641f4c452e2180153c7e047a7e8386ac51..0b514d606315f79ddcf095bcf7b1727c02f48232 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-07151----GAUSS-07160.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-07151----GAUSS-07160.md
@@ -1,4 +1,4 @@
-# GAUSS-07151 -- GAUSS-07160
+# GAUSS-07151 -- GAUSS-07160
GAUSS-07151: "unexpected XLogReadBufferForRedo result when restoring backup block"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-07161----GAUSS-07170.md b/content/zh/docs/DatabaseReference/GAUSS-07161----GAUSS-07170.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-07161----GAUSS-07170.md
rename to content/zh/docs/DatabaseReference/GAUSS-07161----GAUSS-07170.md
index 6b9e71d59bc56e6b3543f93e6f68115ed1f2c7c6..7a983991d02ed9b0a8f0ac3bade9d9ec8124d7e6 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-07161----GAUSS-07170.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-07161----GAUSS-07170.md
@@ -1,4 +1,4 @@
-# GAUSS-07161 -- GAUSS-07170
+# GAUSS-07161 -- GAUSS-07170
GAUSS-07161: "could not remove %s file: %m. This will lead to residual of stale xlog segments"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-07171----GAUSS-07180.md b/content/zh/docs/DatabaseReference/GAUSS-07171----GAUSS-07180.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-07171----GAUSS-07180.md
rename to content/zh/docs/DatabaseReference/GAUSS-07171----GAUSS-07180.md
index 96cd763a36cb5a216eb500a6be44977ce0551697..594b0c430aa551d2fbb314d647d0ecda75427348 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-07171----GAUSS-07180.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-07171----GAUSS-07180.md
@@ -1,4 +1,4 @@
-# GAUSS-07171 -- GAUSS-07180
+# GAUSS-07171 -- GAUSS-07180
GAUSS-07171: "could not remove %s file before unlink col relation files: %m"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-07181----GAUSS-07190.md b/content/zh/docs/DatabaseReference/GAUSS-07181----GAUSS-07190.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-07181----GAUSS-07190.md
rename to content/zh/docs/DatabaseReference/GAUSS-07181----GAUSS-07190.md
index 899290715299c6c2fd6b630cbdae0cb54f05307c..fb8699904f676492c03da62ec15e04224ce31e92 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-07181----GAUSS-07190.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-07181----GAUSS-07190.md
@@ -1,4 +1,4 @@
-# GAUSS-07181 -- GAUSS-07190
+# GAUSS-07181 -- GAUSS-07190
GAUSS-07181: "no block with id %d registered with WAL insertion"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-07191----GAUSS-07200.md b/content/zh/docs/DatabaseReference/GAUSS-07191----GAUSS-07200.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-07191----GAUSS-07200.md
rename to content/zh/docs/DatabaseReference/GAUSS-07191----GAUSS-07200.md
index 5de98b186299e7a718ae5b43b5c9ed8ef46baa07..707866e1d01b7e25580db07297915fbd5de82de6 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-07191----GAUSS-07200.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-07191----GAUSS-07200.md
@@ -1,4 +1,4 @@
-# GAUSS-07191 -- GAUSS-07200
+# GAUSS-07191 -- GAUSS-07200
GAUSS-07191: "Must be system admin or operator admin in operation mode to control resume\_bkp\_flag function."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-07201----GAUSS-07210.md b/content/zh/docs/DatabaseReference/GAUSS-07201----GAUSS-07210.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-07201----GAUSS-07210.md
rename to content/zh/docs/DatabaseReference/GAUSS-07201----GAUSS-07210.md
index 9e9c6d6808a63ad54f5f8a123fac5b1112a2e6bc..ae931677f27bd9692fc72e7cab94b2b0b2498d54 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-07201----GAUSS-07210.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-07201----GAUSS-07210.md
@@ -1,4 +1,4 @@
-# GAUSS-07201 -- GAUSS-07210
+# GAUSS-07201 -- GAUSS-07210
GAUSS-07201: "could not read from log segment %s, offset %u, length %d, readbytes %d: %m"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-07201----GAUSS-07300.md b/content/zh/docs/DatabaseReference/GAUSS-07201----GAUSS-07300.md
similarity index 91%
rename from content/zh/docs/DataBaseReference/GAUSS-07201----GAUSS-07300.md
rename to content/zh/docs/DatabaseReference/GAUSS-07201----GAUSS-07300.md
index ec5f0e379b608fbd210413f6ccfb19371ee3c955..b6a3be4f40579a62070f9b171eb0b3f18df9b48d 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-07201----GAUSS-07300.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-07201----GAUSS-07300.md
@@ -1,4 +1,4 @@
-# GAUSS-07201 -- GAUSS-07300
+# GAUSS-07201 -- GAUSS-07300
- **[GAUSS-07201 -- GAUSS-07210]({{< relref "./GAUSS-07201----GAUSS-07210.md" >}})**
diff --git a/content/zh/docs/DataBaseReference/GAUSS-07211----GAUSS-07220.md b/content/zh/docs/DatabaseReference/GAUSS-07211----GAUSS-07220.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-07211----GAUSS-07220.md
rename to content/zh/docs/DatabaseReference/GAUSS-07211----GAUSS-07220.md
index b6d779863548e9aef0f20b8ef93a52bb88ac69e9..06a3929f0a8237ff56bb5480bbb3843707ce9c06 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-07211----GAUSS-07220.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-07211----GAUSS-07220.md
@@ -1,4 +1,4 @@
-# GAUSS-07211 -- GAUSS-07220
+# GAUSS-07211 -- GAUSS-07220
GAUSS-07211: "Read file error"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-07221----GAUSS-07230.md b/content/zh/docs/DatabaseReference/GAUSS-07221----GAUSS-07230.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-07221----GAUSS-07230.md
rename to content/zh/docs/DatabaseReference/GAUSS-07221----GAUSS-07230.md
index 6efafbab5f21badad3b2335e8b9ebbf7a33dc672..6889ade1972deb2d57ea51522b3ff2bfafcb7d5b 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-07221----GAUSS-07230.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-07221----GAUSS-07230.md
@@ -1,4 +1,4 @@
-# GAUSS-07221 -- GAUSS-07230
+# GAUSS-07221 -- GAUSS-07230
GAUSS-07221: "DW file close failed"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-07231----GAUSS-07240.md b/content/zh/docs/DatabaseReference/GAUSS-07231----GAUSS-07240.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-07231----GAUSS-07240.md
rename to content/zh/docs/DatabaseReference/GAUSS-07231----GAUSS-07240.md
index c6470150c8d273ab82489a6608f992d4bd01428c..a052323438df8d0b2657831ebe258e3aa758f87a 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-07231----GAUSS-07240.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-07231----GAUSS-07240.md
@@ -1,4 +1,4 @@
-# GAUSS-07231 -- GAUSS-07240
+# GAUSS-07231 -- GAUSS-07240
GAUSS-07231: "buffer is dirty but not in dirty page queue in TerminateBufferIO\_common"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-07241----GAUSS-07250.md b/content/zh/docs/DatabaseReference/GAUSS-07241----GAUSS-07250.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-07241----GAUSS-07250.md
rename to content/zh/docs/DatabaseReference/GAUSS-07241----GAUSS-07250.md
index 43c0780b45209227096e6051b82cd8bc675275d2..493bd456022cd8da1c5096c45bd6ce972b3e5640 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-07241----GAUSS-07250.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-07241----GAUSS-07250.md
@@ -1,4 +1,4 @@
-# GAUSS-07241 -- GAUSS-07250
+# GAUSS-07241 -- GAUSS-07250
GAUSS-07241: "Found invalid error recored: length is not the same as the attribute length."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-07251----GAUSS-07260.md b/content/zh/docs/DatabaseReference/GAUSS-07251----GAUSS-07260.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-07251----GAUSS-07260.md
rename to content/zh/docs/DatabaseReference/GAUSS-07251----GAUSS-07260.md
index 2ed364fe2f0c869984e9c3e489f4d448866d6234..a77129101ced0fd4798dfd3af58f48207995be3b 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-07251----GAUSS-07260.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-07251----GAUSS-07260.md
@@ -1,4 +1,4 @@
-# GAUSS-07251 -- GAUSS-07260
+# GAUSS-07251 -- GAUSS-07260
GAUSS-07251: "Only alphanumeric characters and \\'\_\\' is allowed in out\_filename\_prefix option"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-07261----GAUSS-07270.md b/content/zh/docs/DatabaseReference/GAUSS-07261----GAUSS-07270.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-07261----GAUSS-07270.md
rename to content/zh/docs/DatabaseReference/GAUSS-07261----GAUSS-07270.md
index bf7368f6f3ce443813f3366f4b67fc3a2c1cee35..b09c5f80ba32f978c1153ba02355956d88028ed0 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-07261----GAUSS-07270.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-07261----GAUSS-07270.md
@@ -1,4 +1,4 @@
-# GAUSS-07261 -- GAUSS-07270
+# GAUSS-07261 -- GAUSS-07270
GAUSS-07261: "Invalid 'chunksize' option value '%s' for OBS Read-Only table, valid range \[8, 512\] in MB"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-07271----GAUSS-07280.md b/content/zh/docs/DatabaseReference/GAUSS-07271----GAUSS-07280.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-07271----GAUSS-07280.md
rename to content/zh/docs/DatabaseReference/GAUSS-07271----GAUSS-07280.md
index 01d9fbf0ca30d525d60a8dd72637eb5751aab418..3d1b6ee5bdb59e2f3b84ee25f6403ee03df665a2 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-07271----GAUSS-07280.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-07271----GAUSS-07280.md
@@ -1,4 +1,4 @@
-# GAUSS-07271 -- GAUSS-07280
+# GAUSS-07271 -- GAUSS-07280
GAUSS-07271: "malloc fails, out of memory: size %lu"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-07281----GAUSS-07290.md b/content/zh/docs/DatabaseReference/GAUSS-07281----GAUSS-07290.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-07281----GAUSS-07290.md
rename to content/zh/docs/DatabaseReference/GAUSS-07281----GAUSS-07290.md
index 6c14fd6d2f1359baf21a2cea83e919cd1b5c2b74..f260a61660910c0f4074afbf27dd1f4f467763a8 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-07281----GAUSS-07290.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-07281----GAUSS-07290.md
@@ -1,4 +1,4 @@
-# GAUSS-07281 -- GAUSS-07290
+# GAUSS-07281 -- GAUSS-07290
GAUSS-07281: "Load CU failed in adio! table\(%s\), column\(%s\), relfilenode\(%u/%u/%u\), cuid\(%u\)"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-07291----GAUSS-07300.md b/content/zh/docs/DatabaseReference/GAUSS-07291----GAUSS-07300.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-07291----GAUSS-07300.md
rename to content/zh/docs/DatabaseReference/GAUSS-07291----GAUSS-07300.md
index 56bd248e129c231ae7d7911ce722643ecdf63f4d..a63e7b9a8b8e1a8a1603f4e66d097b63c95cedd7 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-07291----GAUSS-07300.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-07291----GAUSS-07300.md
@@ -1,4 +1,4 @@
-# GAUSS-07291 -- GAUSS-07300
+# GAUSS-07291 -- GAUSS-07300
GAUSS-07291: "Relation \\'%s\\' virtual cudesc tuple\(cuid %u\) not found"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-07301----GAUSS-07310.md b/content/zh/docs/DatabaseReference/GAUSS-07301----GAUSS-07310.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-07301----GAUSS-07310.md
rename to content/zh/docs/DatabaseReference/GAUSS-07301----GAUSS-07310.md
index 89a3d9bc5e8eff23f07eb7d1d187aa9670fdefe4..f6eb32399ea7f3f592568876b85613aa55e6575e 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-07301----GAUSS-07310.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-07301----GAUSS-07310.md
@@ -1,4 +1,4 @@
-# GAUSS-07301 -- GAUSS-07310
+# GAUSS-07301 -- GAUSS-07310
GAUSS-07301: "this-\>m\_srcDataSize is too large: %u"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-07301----GAUSS-07400.md b/content/zh/docs/DatabaseReference/GAUSS-07301----GAUSS-07400.md
similarity index 91%
rename from content/zh/docs/DataBaseReference/GAUSS-07301----GAUSS-07400.md
rename to content/zh/docs/DatabaseReference/GAUSS-07301----GAUSS-07400.md
index 4bd97c8d83eef1debb46c2c02b4f115bc9595ba6..1c8ef06cd89e0ba3608aca6c8a0740a67535276d 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-07301----GAUSS-07400.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-07301----GAUSS-07400.md
@@ -1,4 +1,4 @@
-# GAUSS-07301 -- GAUSS-07400
+# GAUSS-07301 -- GAUSS-07400
- **[GAUSS-07301 -- GAUSS-07310]({{< relref "./GAUSS-07301----GAUSS-07310.md" >}})**
diff --git a/content/zh/docs/DataBaseReference/GAUSS-07311----GAUSS-07320.md b/content/zh/docs/DatabaseReference/GAUSS-07311----GAUSS-07320.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-07311----GAUSS-07320.md
rename to content/zh/docs/DatabaseReference/GAUSS-07311----GAUSS-07320.md
index b5ffe21397f6a309e9632ec3be1b6c94074475dd..47051806bbb5835cd36312f10a81ea66be444adf 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-07311----GAUSS-07320.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-07311----GAUSS-07320.md
@@ -1,4 +1,4 @@
-# GAUSS-07311 -- GAUSS-07320
+# GAUSS-07311 -- GAUSS-07320
GAUSS-07311: "read file '%s' failed in load!"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-07321----GAUSS-07330.md b/content/zh/docs/DatabaseReference/GAUSS-07321----GAUSS-07330.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-07321----GAUSS-07330.md
rename to content/zh/docs/DatabaseReference/GAUSS-07321----GAUSS-07330.md
index 0d2e3d7124c6be0fe1ba24fc4a186c4eebb231bc..ee807793c54a9da28862997b6c734dbedb910a44 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-07321----GAUSS-07330.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-07321----GAUSS-07330.md
@@ -1,4 +1,4 @@
-# GAUSS-07321 -- GAUSS-07330
+# GAUSS-07321 -- GAUSS-07330
GAUSS-07321: "could not initialize OBS connector hash table"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-07331----GAUSS-07340.md b/content/zh/docs/DatabaseReference/GAUSS-07331----GAUSS-07340.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-07331----GAUSS-07340.md
rename to content/zh/docs/DatabaseReference/GAUSS-07331----GAUSS-07340.md
index c9b46eb6820031fb8377926dfc68cd41e2cc736d..1445ff11872bd10492ed3a0b3c0dd61d5c22d887 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-07331----GAUSS-07340.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-07331----GAUSS-07340.md
@@ -1,4 +1,4 @@
-# GAUSS-07331 -- GAUSS-07340
+# GAUSS-07331 -- GAUSS-07340
GAUSS-07331: "io\_submit\(\) async write failed %d, dispatch count\(%d\)"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-07341----GAUSS-07350.md b/content/zh/docs/DatabaseReference/GAUSS-07341----GAUSS-07350.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-07341----GAUSS-07350.md
rename to content/zh/docs/DatabaseReference/GAUSS-07341----GAUSS-07350.md
index d58a31ae51120b9d4cd219b50eb329906c4275b0..a91ad0efa4bb436f1891cd134a9db468f8bc84a1 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-07341----GAUSS-07350.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-07341----GAUSS-07350.md
@@ -1,4 +1,4 @@
-# GAUSS-07341 -- GAUSS-07350
+# GAUSS-07341 -- GAUSS-07350
GAUSS-07341: "standby\_redo: unknown op code %hhu"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-07351----GAUSS-07360.md b/content/zh/docs/DatabaseReference/GAUSS-07351----GAUSS-07360.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-07351----GAUSS-07360.md
rename to content/zh/docs/DatabaseReference/GAUSS-07351----GAUSS-07360.md
index 5190c9b54537febaa77a311ff4e010fe8da1d71f..052723846b6fb97483ae1d08d7bd229816742bb5 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-07351----GAUSS-07360.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-07351----GAUSS-07360.md
@@ -1,4 +1,4 @@
-# GAUSS-07351 -- GAUSS-07360
+# GAUSS-07351 -- GAUSS-07360
GAUSS-07351: "no more LWLocks available"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-07361----GAUSS-07370.md b/content/zh/docs/DatabaseReference/GAUSS-07361----GAUSS-07370.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-07361----GAUSS-07370.md
rename to content/zh/docs/DatabaseReference/GAUSS-07361----GAUSS-07370.md
index 45cc599c565c38f80c0963318c4536b6c31be0a8..3423b3531c6a4c0083da30ac889e69c5adc683a6 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-07361----GAUSS-07370.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-07361----GAUSS-07370.md
@@ -1,4 +1,4 @@
-# GAUSS-07361 -- GAUSS-07370
+# GAUSS-07361 -- GAUSS-07370
GAUSS-07361: "all &g\_instance.proc\_aux\_base are in use"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-07371----GAUSS-07380.md b/content/zh/docs/DatabaseReference/GAUSS-07371----GAUSS-07380.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-07371----GAUSS-07380.md
rename to content/zh/docs/DatabaseReference/GAUSS-07371----GAUSS-07380.md
index 3480dfb69e61e86b147a1c7574c697229724fef0..41c92e1f6ebc491b97a13ca7ec4acb8927f1e59d 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-07371----GAUSS-07380.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-07371----GAUSS-07380.md
@@ -1,4 +1,4 @@
-# GAUSS-07371 -- GAUSS-07380
+# GAUSS-07371 -- GAUSS-07380
GAUSS-07371: "get parent relation lock's lock tag failed"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-07381----GAUSS-07390.md b/content/zh/docs/DatabaseReference/GAUSS-07381----GAUSS-07390.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-07381----GAUSS-07390.md
rename to content/zh/docs/DatabaseReference/GAUSS-07381----GAUSS-07390.md
index d8a3145e74fa0e693c8c8754629f505c284e3c4d..529d25957c83fd1898aeb89296c706761f5d6d49 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-07381----GAUSS-07390.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-07381----GAUSS-07390.md
@@ -1,4 +1,4 @@
-# GAUSS-07381 -- GAUSS-07390
+# GAUSS-07381 -- GAUSS-07390
GAUSS-07381: "logical decoding requires wal\_level \>= logical"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-07391----GAUSS-07400.md b/content/zh/docs/DatabaseReference/GAUSS-07391----GAUSS-07400.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-07391----GAUSS-07400.md
rename to content/zh/docs/DatabaseReference/GAUSS-07391----GAUSS-07400.md
index 48cb00d03c98d2bd845f93b773a74acc7ceac609..a8546770e769d265c3bc82b145462279ac5ce512 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-07391----GAUSS-07400.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-07391----GAUSS-07400.md
@@ -1,4 +1,4 @@
-# GAUSS-07391 -- GAUSS-07400
+# GAUSS-07391 -- GAUSS-07400
GAUSS-07391\] : "OutputPluginPrepareWrite needs to be called before OutputPluginWrite"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-07401----GAUSS-07410.md b/content/zh/docs/DatabaseReference/GAUSS-07401----GAUSS-07410.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-07401----GAUSS-07410.md
rename to content/zh/docs/DatabaseReference/GAUSS-07401----GAUSS-07410.md
index e8c8c5f8cb99719eaba4f8b94ab0310a41c9a6d5..4d23fd0014c12ea0d75a574f8a9b22c1e6534f57 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-07401----GAUSS-07410.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-07401----GAUSS-07410.md
@@ -1,4 +1,4 @@
-# GAUSS-07401 -- GAUSS-07410
+# GAUSS-07401 -- GAUSS-07410
GAUSS-07401: "unexpected RM\_HEAP\_ID record type: %u"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-07401----GAUSS-07500.md b/content/zh/docs/DatabaseReference/GAUSS-07401----GAUSS-07500.md
similarity index 89%
rename from content/zh/docs/DataBaseReference/GAUSS-07401----GAUSS-07500.md
rename to content/zh/docs/DatabaseReference/GAUSS-07401----GAUSS-07500.md
index 1d7cbc00dd6264a10298fa24abd530e482203829..b9455f37a4a68a7fa193c923410df9adc3971bc8 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-07401----GAUSS-07500.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-07401----GAUSS-07500.md
@@ -1,4 +1,4 @@
-# GAUSS-07401 -- GAUSS-07500
+# GAUSS-07401 -- GAUSS-07500
- **[GAUSS-07401 -- GAUSS-07410]({{< relref "./GAUSS-07401----GAUSS-07410.md" >}})**
diff --git a/content/zh/docs/DataBaseReference/GAUSS-07411----GAUSS-07420.md b/content/zh/docs/DatabaseReference/GAUSS-07411----GAUSS-07420.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-07411----GAUSS-07420.md
rename to content/zh/docs/DatabaseReference/GAUSS-07411----GAUSS-07420.md
index 712c4618e108d6912f674d83c6a2f764e4834a4c..f8a84f2d6da5aa78e4d69f1436961c8291f71dc4 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-07411----GAUSS-07420.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-07411----GAUSS-07420.md
@@ -1,4 +1,4 @@
-# GAUSS-07411 -- GAUSS-07420
+# GAUSS-07411 -- GAUSS-07420
GAUSS-07411: "waiting for ourselves"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-07421----GAUSS-07430.md b/content/zh/docs/DatabaseReference/GAUSS-07421----GAUSS-07430.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-07421----GAUSS-07430.md
rename to content/zh/docs/DatabaseReference/GAUSS-07421----GAUSS-07430.md
index ce4325df983e6a18445142a51d56ff4e134a6391..a32db5a3e6a91fa928dfc46aaca719424a9b7a5e 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-07421----GAUSS-07430.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-07421----GAUSS-07430.md
@@ -1,4 +1,4 @@
-# GAUSS-07421 -- GAUSS-07430
+# GAUSS-07421 -- GAUSS-07430
GAUSS-07421: "invalid input syntax for type lsn: '%s' of start\_lsn"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-07431----GAUSS-07440.md b/content/zh/docs/DatabaseReference/GAUSS-07431----GAUSS-07440.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-07431----GAUSS-07440.md
rename to content/zh/docs/DatabaseReference/GAUSS-07431----GAUSS-07440.md
index d0575b66766f6d891cadfe073c68217887d0d6d5..ee7300862a92f57bb2f9fb36c20311f7438f825a 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-07431----GAUSS-07440.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-07431----GAUSS-07440.md
@@ -1,4 +1,4 @@
-# GAUSS-07431 -- GAUSS-07440
+# GAUSS-07431 -- GAUSS-07440
GAUSS-07431: "txn-\>subtxns is illegal point"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-07441----GAUSS-07450.md b/content/zh/docs/DatabaseReference/GAUSS-07441----GAUSS-07450.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-07441----GAUSS-07450.md
rename to content/zh/docs/DatabaseReference/GAUSS-07441----GAUSS-07450.md
index f3fc8ea28ad3b4815f4d07c37a8f8b6ad705cc8c..f885519b34f28e18afbd1347c59ad8da45d5b8a4 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-07441----GAUSS-07450.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-07441----GAUSS-07450.md
@@ -1,4 +1,4 @@
-# GAUSS-07441 -- GAUSS-07450
+# GAUSS-07441 -- GAUSS-07450
GAUSS-07441: "toast\_rel should not be NULL!"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-07451----GAUSS-07460.md b/content/zh/docs/DatabaseReference/GAUSS-07451----GAUSS-07460.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-07451----GAUSS-07460.md
rename to content/zh/docs/DatabaseReference/GAUSS-07451----GAUSS-07460.md
index 72309f30aeb6bd78ee1c8958b9b5801df14f65d7..90650b7236aca2d6d3d80237449428fd59606545 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-07451----GAUSS-07460.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-07451----GAUSS-07460.md
@@ -1,4 +1,4 @@
-# GAUSS-07451 -- GAUSS-07460
+# GAUSS-07451 -- GAUSS-07460
GAUSS-07451: "enable\_cbm\_tracking must be turn on when enable\_mix\_replication is on!"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-07461----GAUSS-07470.md b/content/zh/docs/DatabaseReference/GAUSS-07461----GAUSS-07470.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-07461----GAUSS-07470.md
rename to content/zh/docs/DatabaseReference/GAUSS-07461----GAUSS-07470.md
index 174a9b9ea4e61c69e73e5f3c5e9212fe91af3242..e2d886c2a8deadfb87f5e425cfb2ee4208661734 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-07461----GAUSS-07470.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-07461----GAUSS-07470.md
@@ -1,4 +1,4 @@
-# GAUSS-07461 -- GAUSS-07470
+# GAUSS-07461 -- GAUSS-07470
GAUSS-07461: "WAL streaming isn't employed to sync all the replication data log."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-07471----GAUSS-07480.md b/content/zh/docs/DatabaseReference/GAUSS-07471----GAUSS-07480.md
similarity index 86%
rename from content/zh/docs/DataBaseReference/GAUSS-07471----GAUSS-07480.md
rename to content/zh/docs/DatabaseReference/GAUSS-07471----GAUSS-07480.md
index 8f480552aeb7a95d7100149219ad558204b0cc7f..e8bd9c1a805e5361768cf4a0da7c0ff93bbbdd4d 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-07471----GAUSS-07480.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-07471----GAUSS-07480.md
@@ -1,4 +1,4 @@
-# GAUSS-07471 -- GAUSS-07480
+# GAUSS-07471 -- GAUSS-07480
GAUSS-07471: "The Row Store Heap Log SHOULD NOT BE synchronized in the WAL Streaming. Tracking the data header info: rnode\[%u/%u/%u\] blocknum\[%u\] pageoffset\[%lu\] size\[%u\] queueoffset\[%u/%u\]."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-50000----GAUSS-50099.md b/content/zh/docs/DatabaseReference/GAUSS-50000----GAUSS-50099.md
similarity index 94%
rename from content/zh/docs/DataBaseReference/GAUSS-50000----GAUSS-50099.md
rename to content/zh/docs/DatabaseReference/GAUSS-50000----GAUSS-50099.md
index f608f230e45c941d8c47d84da76e0b3425a8f23a..1fe82ad5a602f82e17e2feee68a049d92e19be6f 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-50000----GAUSS-50099.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-50000----GAUSS-50099.md
@@ -1,4 +1,4 @@
-# GAUSS-50000 -- GAUSS-50099
+# GAUSS-50000 -- GAUSS-50099
GAUSS-50000: "Unrecognized parameter: %s."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-50000----GAUSS-50999.md b/content/zh/docs/DatabaseReference/GAUSS-50000----GAUSS-50999.md
similarity index 91%
rename from content/zh/docs/DataBaseReference/GAUSS-50000----GAUSS-50999.md
rename to content/zh/docs/DatabaseReference/GAUSS-50000----GAUSS-50999.md
index db870bb6ff82dddea69d30170188c872f6304475..34364fabed41900c03068461861935d25c805473 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-50000----GAUSS-50999.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-50000----GAUSS-50999.md
@@ -1,4 +1,4 @@
-# GAUSS-50000 -- GAUSS-50999
+# GAUSS-50000 -- GAUSS-50999
- **[GAUSS-50000 -- GAUSS-50099]({{< relref "./GAUSS-50000----GAUSS-50099.md" >}})**
diff --git a/content/zh/docs/DataBaseReference/GAUSS-50100----GAUSS-50199.md b/content/zh/docs/DatabaseReference/GAUSS-50100----GAUSS-50199.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-50100----GAUSS-50199.md
rename to content/zh/docs/DatabaseReference/GAUSS-50100----GAUSS-50199.md
index ba475a0949fcac44efb126c7bb10460b700e3192..37cdae6b1543ce2d758a42712612c9af1c1347e5 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-50100----GAUSS-50199.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-50100----GAUSS-50199.md
@@ -1,4 +1,4 @@
-# GAUSS-50100 -- GAUSS-50199
+# GAUSS-50100 -- GAUSS-50199
GAUSS-50100: "The %s is not readable for %s."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-50200----GAUSS-50299.md b/content/zh/docs/DatabaseReference/GAUSS-50200----GAUSS-50299.md
similarity index 94%
rename from content/zh/docs/DataBaseReference/GAUSS-50200----GAUSS-50299.md
rename to content/zh/docs/DatabaseReference/GAUSS-50200----GAUSS-50299.md
index c9efc03f47ebff96559aaa2ae1c9ef259a8695cf..6f9744f6288b83b3d76e0b5f4ea1acf67cacac10 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-50200----GAUSS-50299.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-50200----GAUSS-50299.md
@@ -1,4 +1,4 @@
-# GAUSS-50200 -- GAUSS-50299
+# GAUSS-50200 -- GAUSS-50299
GAUSS-50200: "The %s already exists."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-50300----GAUSS-50399.md b/content/zh/docs/DatabaseReference/GAUSS-50300----GAUSS-50399.md
similarity index 94%
rename from content/zh/docs/DataBaseReference/GAUSS-50300----GAUSS-50399.md
rename to content/zh/docs/DatabaseReference/GAUSS-50300----GAUSS-50399.md
index e8c3cbd764b869782f6d9d856218e62d156e0a31..18195cb884eb59654ee6795f3701f515edd2600c 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-50300----GAUSS-50399.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-50300----GAUSS-50399.md
@@ -1,4 +1,4 @@
-# GAUSS-50300 -- GAUSS-50399
+# GAUSS-50300 -- GAUSS-50399
GAUSS-50300: "User %s does not exist."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-50400----GAUSS-50499.md b/content/zh/docs/DatabaseReference/GAUSS-50400----GAUSS-50499.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-50400----GAUSS-50499.md
rename to content/zh/docs/DatabaseReference/GAUSS-50400----GAUSS-50499.md
index 0dfed9fc55f829792fa0a744647588a31153b6c3..c7acd847af8af5eac13758a3ca0864b11315a5f7 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-50400----GAUSS-50499.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-50400----GAUSS-50499.md
@@ -1,4 +1,4 @@
-# GAUSS-50400 -- GAUSS-50499
+# GAUSS-50400 -- GAUSS-50499
GAUSS-50400: "The remaining space of device \[%s\] cannot be less than %s."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-50500----GAUSS-50599.md b/content/zh/docs/DatabaseReference/GAUSS-50500----GAUSS-50599.md
similarity index 89%
rename from content/zh/docs/DataBaseReference/GAUSS-50500----GAUSS-50599.md
rename to content/zh/docs/DatabaseReference/GAUSS-50500----GAUSS-50599.md
index f2f32eea47193f3e13c586c374981d23ba17a1b2..a5cbd7ea7cf36ea1699057127943c63a494e1a28 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-50500----GAUSS-50599.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-50500----GAUSS-50599.md
@@ -1,4 +1,4 @@
-# GAUSS-50500 -- GAUSS-50599
+# GAUSS-50500 -- GAUSS-50599
GAUSS-50500: "The SWAP partition is smaller than the actual memory."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-50600----GAUSS-50699.md b/content/zh/docs/DatabaseReference/GAUSS-50600----GAUSS-50699.md
similarity index 94%
rename from content/zh/docs/DataBaseReference/GAUSS-50600----GAUSS-50699.md
rename to content/zh/docs/DatabaseReference/GAUSS-50600----GAUSS-50699.md
index e3483ff9dcc31fcc857b1701cbef055ba1dc51b5..25525e147db1c9405369e514f7c590808e908610 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-50600----GAUSS-50699.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-50600----GAUSS-50699.md
@@ -1,4 +1,4 @@
-# GAUSS-50600 -- GAUSS-50699
+# GAUSS-50600 -- GAUSS-50699
GAUSS-50600: "The IP address cannot be pinged, which is caused by network faults."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-50700----GAUSS-50799.md b/content/zh/docs/DatabaseReference/GAUSS-50700----GAUSS-50799.md
similarity index 76%
rename from content/zh/docs/DataBaseReference/GAUSS-50700----GAUSS-50799.md
rename to content/zh/docs/DatabaseReference/GAUSS-50700----GAUSS-50799.md
index 5e98e9ef5c84f0296b1090f039a750d08b7237db..631c952feb0a5374243a7abfad22e61d3a37db1d 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-50700----GAUSS-50799.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-50700----GAUSS-50799.md
@@ -1,4 +1,4 @@
-# GAUSS-50700 -- GAUSS-50799
+# GAUSS-50700 -- GAUSS-50799
GAUSS-50700: "The firewall should be disabled."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-50800----GAUSS-50899.md b/content/zh/docs/DatabaseReference/GAUSS-50800----GAUSS-50899.md
similarity index 86%
rename from content/zh/docs/DataBaseReference/GAUSS-50800----GAUSS-50899.md
rename to content/zh/docs/DatabaseReference/GAUSS-50800----GAUSS-50899.md
index 29a797a9f1ae157fc3be7fbb69c72bc9e05a5fe4..cf1780fe2ef8c8f16fb85b9174424dbfa0f7e092 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-50800----GAUSS-50899.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-50800----GAUSS-50899.md
@@ -1,4 +1,4 @@
-# GAUSS-50800 -- GAUSS-50899
+# GAUSS-50800 -- GAUSS-50899
GAUSS-50800: "Regular tasks are not started."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-50900----GAUSS-50999.md b/content/zh/docs/DatabaseReference/GAUSS-50900----GAUSS-50999.md
similarity index 82%
rename from content/zh/docs/DataBaseReference/GAUSS-50900----GAUSS-50999.md
rename to content/zh/docs/DatabaseReference/GAUSS-50900----GAUSS-50999.md
index 9405e16859941b43ad722e8e059e5b20835cb4f7..90f676739c6baf696587517b96ee30a2ba4e9293 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-50900----GAUSS-50999.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-50900----GAUSS-50999.md
@@ -1,4 +1,4 @@
-# GAUSS-50900 -- GAUSS-50999
+# GAUSS-50900 -- GAUSS-50999
GAUSS-50900: "The NTPD service is not installed."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-51000----GAUSS-51099.md b/content/zh/docs/DatabaseReference/GAUSS-51000----GAUSS-51099.md
similarity index 82%
rename from content/zh/docs/DataBaseReference/GAUSS-51000----GAUSS-51099.md
rename to content/zh/docs/DatabaseReference/GAUSS-51000----GAUSS-51099.md
index 858092ffb67c865a4735ecc1462ff33b906954ff..7ac203497a5f6181bc4a37d24e1b599aaafb21ff 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-51000----GAUSS-51099.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-51000----GAUSS-51099.md
@@ -1,4 +1,4 @@
-# GAUSS-51000 -- GAUSS-51099
+# GAUSS-51000 -- GAUSS-51099
GAUSS-51000: "THP services must be shut down."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-51000----GAUSS-51999.md b/content/zh/docs/DatabaseReference/GAUSS-51000----GAUSS-51999.md
similarity index 91%
rename from content/zh/docs/DataBaseReference/GAUSS-51000----GAUSS-51999.md
rename to content/zh/docs/DatabaseReference/GAUSS-51000----GAUSS-51999.md
index 59a07a68689e79d9d917d3ee489c8a512881837d..28e351304fce1c97f11cc486f096ed67096cb357 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-51000----GAUSS-51999.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-51000----GAUSS-51999.md
@@ -1,4 +1,4 @@
-# GAUSS-51000 -- GAUSS-51999
+# GAUSS-51000 -- GAUSS-51999
- **[GAUSS-51000 -- GAUSS-51099]({{< relref "./GAUSS-51000----GAUSS-51099.md" >}})**
diff --git a/content/zh/docs/DataBaseReference/GAUSS-51100----GAUSS-51199.md b/content/zh/docs/DatabaseReference/GAUSS-51100----GAUSS-51199.md
similarity index 94%
rename from content/zh/docs/DataBaseReference/GAUSS-51100----GAUSS-51199.md
rename to content/zh/docs/DatabaseReference/GAUSS-51100----GAUSS-51199.md
index b9a971d92693f5570497731bae78c394dcc9f13c..002c51b22eb520444f282a8c8d6bd6df69fa2d3a 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-51100----GAUSS-51199.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-51100----GAUSS-51199.md
@@ -1,4 +1,4 @@
-# GAUSS-51100 -- GAUSS-51199
+# GAUSS-51100 -- GAUSS-51199
GAUSS-51100: "Failed to verify SSH trust on these nodes: %s."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-51200----GAUSS-51299.md b/content/zh/docs/DatabaseReference/GAUSS-51200----GAUSS-51299.md
similarity index 95%
rename from content/zh/docs/DataBaseReference/GAUSS-51200----GAUSS-51299.md
rename to content/zh/docs/DatabaseReference/GAUSS-51200----GAUSS-51299.md
index b2495315dc2163c4a855c8b6fb6134594a4f2433..7877179cdd41105344d1bd6c398a99f204640050 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-51200----GAUSS-51299.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-51200----GAUSS-51299.md
@@ -1,4 +1,4 @@
-# GAUSS-51200 -- GAUSS-51299
+# GAUSS-51200 -- GAUSS-51299
GAUSS-51200: "The parameter \[%s\] in the XML file does not exist."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-51300----GAUSS-51399.md b/content/zh/docs/DatabaseReference/GAUSS-51300----GAUSS-51399.md
similarity index 91%
rename from content/zh/docs/DataBaseReference/GAUSS-51300----GAUSS-51399.md
rename to content/zh/docs/DatabaseReference/GAUSS-51300----GAUSS-51399.md
index 0039e1c8b66184892dad50badf9d898316dc000a..78ca363a0808b5f01a44ec6116c0898a7ebce0db 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-51300----GAUSS-51399.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-51300----GAUSS-51399.md
@@ -1,4 +1,4 @@
-# GAUSS-51300 -- GAUSS-51399
+# GAUSS-51300 -- GAUSS-51399
GAUSS-51300: "Failed to execute SQL: %s."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-51400----GAUSS-51499.md b/content/zh/docs/DatabaseReference/GAUSS-51400----GAUSS-51499.md
similarity index 86%
rename from content/zh/docs/DataBaseReference/GAUSS-51400----GAUSS-51499.md
rename to content/zh/docs/DatabaseReference/GAUSS-51400----GAUSS-51499.md
index 715693d36505687bdb717384b8ec31a4e57eb500..88e3068ba8780fa0ce26430868cbf39768bcccd4 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-51400----GAUSS-51499.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-51400----GAUSS-51499.md
@@ -1,4 +1,4 @@
-# GAUSS-51400 -- GAUSS-51499
+# GAUSS-51400 -- GAUSS-51499
GAUSS-51400: "Failed to execute the command: %s."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-51500----GAUSS-51599.md b/content/zh/docs/DatabaseReference/GAUSS-51500----GAUSS-51599.md
similarity index 75%
rename from content/zh/docs/DataBaseReference/GAUSS-51500----GAUSS-51599.md
rename to content/zh/docs/DatabaseReference/GAUSS-51500----GAUSS-51599.md
index d9f60969d8aaa0a87ccf45640456a9e05dcb1425..e787ddff6c879063b9ac1c93878c3a760d8a14e6 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-51500----GAUSS-51599.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-51500----GAUSS-51599.md
@@ -1,4 +1,4 @@
-# GAUSS-51500 -- GAUSS-51599
+# GAUSS-51500 -- GAUSS-51599
GAUSS-51500: "Failed to call the interface %s. Exception: %s."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-51600----GAUSS-51699.md b/content/zh/docs/DatabaseReference/GAUSS-51600----GAUSS-51699.md
similarity index 95%
rename from content/zh/docs/DataBaseReference/GAUSS-51600----GAUSS-51699.md
rename to content/zh/docs/DatabaseReference/GAUSS-51600----GAUSS-51699.md
index d2e23fbf7b39ffec2ad578771a0b54810d8ea272..1ee25bb37e9ca0dbe31ed7971dc39c45635a453f 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-51600----GAUSS-51699.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-51600----GAUSS-51699.md
@@ -1,4 +1,4 @@
-# GAUSS-51600 -- GAUSS-51699
+# GAUSS-51600 -- GAUSS-51699
GAUSS-51600: "Failed to obtain the cluster status."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-51700----GAUSS-51799.md b/content/zh/docs/DatabaseReference/GAUSS-51700----GAUSS-51799.md
similarity index 91%
rename from content/zh/docs/DataBaseReference/GAUSS-51700----GAUSS-51799.md
rename to content/zh/docs/DatabaseReference/GAUSS-51700----GAUSS-51799.md
index fdf0e3b4d3f4ac3aebe8b94b32c68187fa4b7eb1..2b12882d97348b3e9f4ee5cab41344cedc5f67ce 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-51700----GAUSS-51799.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-51700----GAUSS-51799.md
@@ -1,4 +1,4 @@
-# GAUSS-51700 -- GAUSS-51799
+# GAUSS-51700 -- GAUSS-51799
GAUSS-51704: "Failed to set Cgroup."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-51800----GAUSS-51899.md b/content/zh/docs/DatabaseReference/GAUSS-51800----GAUSS-51899.md
similarity index 94%
rename from content/zh/docs/DataBaseReference/GAUSS-51800----GAUSS-51899.md
rename to content/zh/docs/DatabaseReference/GAUSS-51800----GAUSS-51899.md
index a5f9971e9142e77bca04efc1abb5afdf6e3695be..355c7af6de1ed3eb9d482e944841ae2d126c2603 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-51800----GAUSS-51899.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-51800----GAUSS-51899.md
@@ -1,4 +1,4 @@
-# GAUSS-51800 -- GAUSS-51899
+# GAUSS-51800 -- GAUSS-51899
GAUSS-51800: "The environmental variable %s is empty.·or·variable·has·exceeded·maximum·length"
diff --git a/content/zh/docs/DataBaseReference/GAUSS-51900----GAUSS-51999.md b/content/zh/docs/DatabaseReference/GAUSS-51900----GAUSS-51999.md
similarity index 82%
rename from content/zh/docs/DataBaseReference/GAUSS-51900----GAUSS-51999.md
rename to content/zh/docs/DatabaseReference/GAUSS-51900----GAUSS-51999.md
index 48af2bb1108f273f69bcfc67c3f3e8675e135aed..3d5d71be9ed4f9ee84bf9bfc44458ba755f6dc23 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-51900----GAUSS-51999.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-51900----GAUSS-51999.md
@@ -1,4 +1,4 @@
-# GAUSS-51900 -- GAUSS-51999
+# GAUSS-51900 -- GAUSS-51999
GAUSS-51900: "The current OS is not supported."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-52000----GAUSS-52099.md b/content/zh/docs/DatabaseReference/GAUSS-52000----GAUSS-52099.md
similarity index 83%
rename from content/zh/docs/DataBaseReference/GAUSS-52000----GAUSS-52099.md
rename to content/zh/docs/DatabaseReference/GAUSS-52000----GAUSS-52099.md
index d80772fd8981944bbe944827fa5e10901d5749ba..edf979e7bb608af436ea347e1de714759920d1d9 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-52000----GAUSS-52099.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-52000----GAUSS-52099.md
@@ -1,4 +1,4 @@
-# GAUSS-52000 -- GAUSS-52099
+# GAUSS-52000 -- GAUSS-52099
GAUSS-52000: "Failed to obtain time zone information about the cluster node."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-52000----GAUSS-52999.md b/content/zh/docs/DatabaseReference/GAUSS-52000----GAUSS-52999.md
similarity index 91%
rename from content/zh/docs/DataBaseReference/GAUSS-52000----GAUSS-52999.md
rename to content/zh/docs/DatabaseReference/GAUSS-52000----GAUSS-52999.md
index 9ce1fc822b7a25cf8b72cde79dc95036f754b7b9..c9b37a8172679ecf63cab6379aa5d729cec3e0ea 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-52000----GAUSS-52999.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-52000----GAUSS-52999.md
@@ -1,4 +1,4 @@
-# GAUSS-52000 -- GAUSS-52999
+# GAUSS-52000 -- GAUSS-52999
- **[GAUSS-52000 -- GAUSS-52099]({{< relref "./GAUSS-52000----GAUSS-52099.md" >}})**
diff --git a/content/zh/docs/DataBaseReference/GAUSS-52100----GAUSS-52199.md b/content/zh/docs/DatabaseReference/GAUSS-52100----GAUSS-52199.md
similarity index 88%
rename from content/zh/docs/DataBaseReference/GAUSS-52100----GAUSS-52199.md
rename to content/zh/docs/DatabaseReference/GAUSS-52100----GAUSS-52199.md
index 1ce8cf4158a375780476d7934680d383cc4a1b78..1ddce9bf1f8b0c6bb99a18c776e7e2cbcf353fb3 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-52100----GAUSS-52199.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-52100----GAUSS-52199.md
@@ -1,4 +1,4 @@
-# GAUSS-52100 -- GAUSS-52199
+# GAUSS-52100 -- GAUSS-52199
GAUSS-52100: "Failed to obtain cluster node character sets."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-52200----GAUSS-52299.md b/content/zh/docs/DatabaseReference/GAUSS-52200----GAUSS-52299.md
similarity index 83%
rename from content/zh/docs/DataBaseReference/GAUSS-52200----GAUSS-52299.md
rename to content/zh/docs/DatabaseReference/GAUSS-52200----GAUSS-52299.md
index 0e1fecb33cb5b5d0b8583cd90245c1bd53d57854..b2cde03516080502e99f349794206f97f41d031d 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-52200----GAUSS-52299.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-52200----GAUSS-52299.md
@@ -1,4 +1,4 @@
-# GAUSS-52200 -- GAUSS-52299
+# GAUSS-52200 -- GAUSS-52299
GAUSS-52200: "Unable to import module: %s."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-52300----GAUSS-52399.md b/content/zh/docs/DatabaseReference/GAUSS-52300----GAUSS-52399.md
similarity index 86%
rename from content/zh/docs/DataBaseReference/GAUSS-52300----GAUSS-52399.md
rename to content/zh/docs/DatabaseReference/GAUSS-52300----GAUSS-52399.md
index b855c5d57a0f6a74d09e87c263cac0a563e0e933..f6c0ea0cce2ce234d81c4678040111a4aeec8e5c 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-52300----GAUSS-52399.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-52300----GAUSS-52399.md
@@ -1,4 +1,4 @@
-# GAUSS-52300 -- GAUSS-52399
+# GAUSS-52300 -- GAUSS-52399
GAUSS-52300: "Failed to set OS parameters."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-52400----GAUSS-52499.md b/content/zh/docs/DatabaseReference/GAUSS-52400----GAUSS-52499.md
similarity index 91%
rename from content/zh/docs/DataBaseReference/GAUSS-52400----GAUSS-52499.md
rename to content/zh/docs/DatabaseReference/GAUSS-52400----GAUSS-52499.md
index e1cbdcb3c875c4c81e29e166367e78867ec94b85..15c4fd9bfaf5502a799d28971a15013e8a0b5cfd 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-52400----GAUSS-52499.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-52400----GAUSS-52499.md
@@ -1,4 +1,4 @@
-# GAUSS-52400 -- GAUSS-52499
+# GAUSS-52400 -- GAUSS-52499
GAUSS-52400: "InstallationGuide environment does not meet the desired result."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-52500----GAUSS-52599.md b/content/zh/docs/DatabaseReference/GAUSS-52500----GAUSS-52599.md
similarity index 88%
rename from content/zh/docs/DataBaseReference/GAUSS-52500----GAUSS-52599.md
rename to content/zh/docs/DatabaseReference/GAUSS-52500----GAUSS-52599.md
index 5abd036221ad080abdea981656f7a92ca2dc0af9..310293090d843f1f5495c2b1298f15421678f09f 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-52500----GAUSS-52599.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-52500----GAUSS-52599.md
@@ -1,4 +1,4 @@
-# GAUSS-52500 -- GAUSS-52599
+# GAUSS-52500 -- GAUSS-52599
GAUSS-52500: "Failed to delete regular tasks."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-52600----GAUSS-52699.md b/content/zh/docs/DatabaseReference/GAUSS-52600----GAUSS-52699.md
similarity index 98%
rename from content/zh/docs/DataBaseReference/GAUSS-52600----GAUSS-52699.md
rename to content/zh/docs/DatabaseReference/GAUSS-52600----GAUSS-52699.md
index 80388ada6fe28d519e608ff55c7d1eb3956c70fc..283fb5d16890a2e845104fa8c1382a7eb63d63b4 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-52600----GAUSS-52699.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-52600----GAUSS-52699.md
@@ -1,4 +1,4 @@
-# GAUSS-52600 -- GAUSS-52699
+# GAUSS-52600 -- GAUSS-52699
GAUSS-52600: "Can not obtain any cluster ring."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-52700----GAUSS-52799.md b/content/zh/docs/DatabaseReference/GAUSS-52700----GAUSS-52799.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-52700----GAUSS-52799.md
rename to content/zh/docs/DatabaseReference/GAUSS-52700----GAUSS-52799.md
index 43e47dd0a3abd9477075cf1d73da2d84f5c9be3a..0d2178621dccff692f14eb308fac9e9c94225253 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-52700----GAUSS-52799.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-52700----GAUSS-52799.md
@@ -1,4 +1,4 @@
-# GAUSS-52700 -- GAUSS-52799
+# GAUSS-52700 -- GAUSS-52799
GAUSS-52700: "Failed to update ETCD."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-52800----GAUSS-52899.md b/content/zh/docs/DatabaseReference/GAUSS-52800----GAUSS-52899.md
similarity index 94%
rename from content/zh/docs/DataBaseReference/GAUSS-52800----GAUSS-52899.md
rename to content/zh/docs/DatabaseReference/GAUSS-52800----GAUSS-52899.md
index c008945b341f4621852c6ed6c113b0b679968459..962bd35ddd87ebfaab8ce208205449bd960f9293 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-52800----GAUSS-52899.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-52800----GAUSS-52899.md
@@ -1,4 +1,4 @@
-# GAUSS-52800 -- GAUSS-52899
+# GAUSS-52800 -- GAUSS-52899
GAUSS-52800: "Cluster is %s\(%s\) now."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-52900----GAUSS-52999.md b/content/zh/docs/DatabaseReference/GAUSS-52900----GAUSS-52999.md
similarity index 95%
rename from content/zh/docs/DataBaseReference/GAUSS-52900----GAUSS-52999.md
rename to content/zh/docs/DatabaseReference/GAUSS-52900----GAUSS-52999.md
index a7be6d7bc7c459406a39873ecdb9359a9381febe..306ce475912876ceb7957ffd78d90a3fa11aa10e 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-52900----GAUSS-52999.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-52900----GAUSS-52999.md
@@ -1,4 +1,4 @@
-# GAUSS-52900 -- GAUSS-52999
+# GAUSS-52900 -- GAUSS-52999
GAUSS-52900: " Failed to upgrade strategy: %s."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-53000----GAUSS-53099.md b/content/zh/docs/DatabaseReference/GAUSS-53000----GAUSS-53099.md
similarity index 95%
rename from content/zh/docs/DataBaseReference/GAUSS-53000----GAUSS-53099.md
rename to content/zh/docs/DatabaseReference/GAUSS-53000----GAUSS-53099.md
index dea8eb92c5b5edb7234ed6e36cd3d058099f1314..8efdcf5c53e4dbcb250ed871ba6cb2def8608e07 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-53000----GAUSS-53099.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-53000----GAUSS-53099.md
@@ -1,4 +1,4 @@
-# GAUSS-53000 -- GAUSS-53099
+# GAUSS-53000 -- GAUSS-53099
GAUSS-53000: The database user \[%s\] is not match with the old user \[%s\].
diff --git a/content/zh/docs/DataBaseReference/GAUSS-53000----GAUSS-53999.md b/content/zh/docs/DatabaseReference/GAUSS-53000----GAUSS-53999.md
similarity index 88%
rename from content/zh/docs/DataBaseReference/GAUSS-53000----GAUSS-53999.md
rename to content/zh/docs/DatabaseReference/GAUSS-53000----GAUSS-53999.md
index 1b6f39be493f338ce8960d3546882fa71e9786df..f5c050cc62fb4cb701bd19e087065c454dd63ab5 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-53000----GAUSS-53999.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-53000----GAUSS-53999.md
@@ -1,4 +1,4 @@
-# GAUSS-53000 -- GAUSS-53999
+# GAUSS-53000 -- GAUSS-53999
- **[GAUSS-53000 -- GAUSS-53099]({{< relref "./GAUSS-53000----GAUSS-53099.md" >}})**
diff --git a/content/zh/docs/DataBaseReference/GAUSS-53100----GAUSS-53199.md b/content/zh/docs/DatabaseReference/GAUSS-53100----GAUSS-53199.md
similarity index 89%
rename from content/zh/docs/DataBaseReference/GAUSS-53100----GAUSS-53199.md
rename to content/zh/docs/DatabaseReference/GAUSS-53100----GAUSS-53199.md
index 9da94f0c0f2610873a74bf0dc8a8a56a5450912f..9e8117c5ceb0a60fcaefe3cfbfeaedbdf0dc44fa 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-53100----GAUSS-53199.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-53100----GAUSS-53199.md
@@ -1,4 +1,4 @@
-# GAUSS-53100 -- GAUSS-53199
+# GAUSS-53100 -- GAUSS-53199
GAUSS-53100: "\[%s\] is not supported in single cluster."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-53200----GAUSS-53299.md b/content/zh/docs/DatabaseReference/GAUSS-53200----GAUSS-53299.md
similarity index 95%
rename from content/zh/docs/DataBaseReference/GAUSS-53200----GAUSS-53299.md
rename to content/zh/docs/DatabaseReference/GAUSS-53200----GAUSS-53299.md
index 68c6c57b44c58e0721a07c95558b80c8b6ac964a..4b2f5fd360ec64a0f3f021f5ef122599564a64a4 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-53200----GAUSS-53299.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-53200----GAUSS-53299.md
@@ -1,4 +1,4 @@
-# GAUSS-53200 -- GAUSS-53299
+# GAUSS-53200 -- GAUSS-53299
GAUSS-53200: "The number of standbys for each DN instance must be the same. Please set it."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-53300----GAUSS-53399.md b/content/zh/docs/DatabaseReference/GAUSS-53300----GAUSS-53399.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/GAUSS-53300----GAUSS-53399.md
rename to content/zh/docs/DatabaseReference/GAUSS-53300----GAUSS-53399.md
index 13f2b9c1a5fdff2c6323f8b4e8e7b63e0f3caa91..227836d3ce2e2ec1dfb884b1907bcff82cfe8afd 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-53300----GAUSS-53399.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-53300----GAUSS-53399.md
@@ -1,4 +1,4 @@
-# GAUSS-53300 -- GAUSS-53399
+# GAUSS-53300 -- GAUSS-53399
diff --git a/content/zh/docs/DataBaseReference/GAUSS-53400----GAUSS-53499.md b/content/zh/docs/DatabaseReference/GAUSS-53400----GAUSS-53499.md
similarity index 89%
rename from content/zh/docs/DataBaseReference/GAUSS-53400----GAUSS-53499.md
rename to content/zh/docs/DatabaseReference/GAUSS-53400----GAUSS-53499.md
index 81ca93cbc0794b686f5a7e18b7aeb34fbd2cb923..92010bee3f1c26bdb5a27d853b813b42311f9961 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-53400----GAUSS-53499.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-53400----GAUSS-53499.md
@@ -1,4 +1,4 @@
-# GAUSS-53400 -- GAUSS-53499
+# GAUSS-53400 -- GAUSS-53499
GAUSS-53400: "Roach ETCD term operate failed."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-53500----GAUSS-53599.md b/content/zh/docs/DatabaseReference/GAUSS-53500----GAUSS-53599.md
similarity index 93%
rename from content/zh/docs/DataBaseReference/GAUSS-53500----GAUSS-53599.md
rename to content/zh/docs/DatabaseReference/GAUSS-53500----GAUSS-53599.md
index d6e05fe3a43bd1754842f5d227e35d3212677e8e..dadbdb6fd3d0b3a1f2879b802b3cc5981fa95c3d 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-53500----GAUSS-53599.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-53500----GAUSS-53599.md
@@ -1,4 +1,4 @@
-# GAUSS-53500 -- GAUSS-53599
+# GAUSS-53500 -- GAUSS-53599
GAUSS-53500: "Relation %s does not exist."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-53600----GAUSS-53699.md b/content/zh/docs/DatabaseReference/GAUSS-53600----GAUSS-53699.md
similarity index 85%
rename from content/zh/docs/DataBaseReference/GAUSS-53600----GAUSS-53699.md
rename to content/zh/docs/DatabaseReference/GAUSS-53600----GAUSS-53699.md
index 03c4e24e102fafa7901085be21dcaf62605c5703..594aeeb2a0592ffe32fc759891619cdec4a7eb3d 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-53600----GAUSS-53699.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-53600----GAUSS-53699.md
@@ -1,4 +1,4 @@
-# GAUSS-53600 -- GAUSS-53699
+# GAUSS-53600 -- GAUSS-53699
GAUSS-53600: "CA password must contain at least eight characters."
diff --git a/content/zh/docs/DataBaseReference/GAUSS-53700----GAUSS-53799.md b/content/zh/docs/DatabaseReference/GAUSS-53700----GAUSS-53799.md
similarity index 97%
rename from content/zh/docs/DataBaseReference/GAUSS-53700----GAUSS-53799.md
rename to content/zh/docs/DatabaseReference/GAUSS-53700----GAUSS-53799.md
index 7325215e98e0dcdba898d846a0474d62b67204e4..7504887c1c1670675c174ab23b10281b217f64c3 100644
--- a/content/zh/docs/DataBaseReference/GAUSS-53700----GAUSS-53799.md
+++ b/content/zh/docs/DatabaseReference/GAUSS-53700----GAUSS-53799.md
@@ -1,4 +1,4 @@
-# GAUSS-53700 -- GAUSS-53799
+# GAUSS-53700 -- GAUSS-53799
GAUSS-53700: "This patch has been loaded before!."
diff --git "a/content/zh/docs/DataBaseReference/GET_GLOBAL_PREPARED_XACTS_\345\272\237\345\274\203.md" "b/content/zh/docs/DatabaseReference/GET_GLOBAL_PREPARED_XACTS_\345\272\237\345\274\203.md"
similarity index 34%
rename from "content/zh/docs/DataBaseReference/GET_GLOBAL_PREPARED_XACTS_\345\272\237\345\274\203.md"
rename to "content/zh/docs/DatabaseReference/GET_GLOBAL_PREPARED_XACTS_\345\272\237\345\274\203.md"
index 284861dd5ba2a4d0c5c8e992f34b0c79be7b3daa..5fc437e37add75a98874afc8180e260238af2474 100644
--- "a/content/zh/docs/DataBaseReference/GET_GLOBAL_PREPARED_XACTS_\345\272\237\345\274\203.md"
+++ "b/content/zh/docs/DatabaseReference/GET_GLOBAL_PREPARED_XACTS_\345\272\237\345\274\203.md"
@@ -1,4 +1,4 @@
-# GET\_GLOBAL\_PREPARED\_XACTS(废弃)
+# GET\_GLOBAL\_PREPARED\_XACTS(废弃)
集中式及openGauss不支持该视图。
diff --git a/content/zh/docs/DataBaseReference/GS_ASP.md b/content/zh/docs/DatabaseReference/GS_ASP.md
similarity index 99%
rename from content/zh/docs/DataBaseReference/GS_ASP.md
rename to content/zh/docs/DatabaseReference/GS_ASP.md
index 553c44562ed8e7d3b37e00376b85cd3b0c1640ed..300dd36df87f5af8367dacb6a47ba7ece44bdecc 100644
--- a/content/zh/docs/DataBaseReference/GS_ASP.md
+++ b/content/zh/docs/DatabaseReference/GS_ASP.md
@@ -1,4 +1,4 @@
-# GS\_ASP
+# GS\_ASP
GS\_ASP显示被持久化的ACTIVE SESSION PROFILE样本,该表只在系统库下查询,在用户库下查询无数据。
diff --git a/content/zh/docs/DataBaseReference/GS_AUDITING.md b/content/zh/docs/DatabaseReference/GS_AUDITING.md
similarity index 99%
rename from content/zh/docs/DataBaseReference/GS_AUDITING.md
rename to content/zh/docs/DatabaseReference/GS_AUDITING.md
index f9eeea42c70c504360fe10846343360270bbc968..63bf9ce66d28dc2e9f96419db231a9c4aa63f047 100644
--- a/content/zh/docs/DataBaseReference/GS_AUDITING.md
+++ b/content/zh/docs/DatabaseReference/GS_AUDITING.md
@@ -1,4 +1,4 @@
-# GS\_AUDITING
+# GS\_AUDITING
GS\_AUDITING视图显示对数据库相关操作的所有审计信息。需要有系统管理员或安全策略管理员权限才可以访问此视图。
diff --git a/content/zh/docs/DataBaseReference/GS_AUDITING_ACCESS.md b/content/zh/docs/DatabaseReference/GS_AUDITING_ACCESS.md
similarity index 99%
rename from content/zh/docs/DataBaseReference/GS_AUDITING_ACCESS.md
rename to content/zh/docs/DatabaseReference/GS_AUDITING_ACCESS.md
index 6229e8e67d1c566737f9bff980e96ebaa12706a2..28172c690d8178e857fd4f83bfc537231fd30d29 100644
--- a/content/zh/docs/DataBaseReference/GS_AUDITING_ACCESS.md
+++ b/content/zh/docs/DatabaseReference/GS_AUDITING_ACCESS.md
@@ -1,4 +1,4 @@
-# GS\_AUDITING\_ACCESS
+# GS\_AUDITING\_ACCESS
GS\_AUDITING\_ACCESS视图显示对数据库DML相关操作的所有审计信息。需要有系统管理员或安全策略管理员权限才可以访问此视图。
diff --git a/content/zh/docs/DataBaseReference/GS_AUDITING_POLICY.md b/content/zh/docs/DatabaseReference/GS_AUDITING_POLICY.md
similarity index 98%
rename from content/zh/docs/DataBaseReference/GS_AUDITING_POLICY.md
rename to content/zh/docs/DatabaseReference/GS_AUDITING_POLICY.md
index 02d823c46cf205aa064f52eb69d08c95134410ee..d2dd12cbd4d53fcf8cab4f82c517e88ee06d61c1 100644
--- a/content/zh/docs/DataBaseReference/GS_AUDITING_POLICY.md
+++ b/content/zh/docs/DatabaseReference/GS_AUDITING_POLICY.md
@@ -1,4 +1,4 @@
-# GS\_AUDITING\_POLICY
+# GS\_AUDITING\_POLICY
GS\_AUDITING\_POLICY系统表记录统一审计的主体信息,每条记录对应一个设计策略。需要有系统管理员或安全策略管理员权限才可以访问此系统表。
diff --git a/content/zh/docs/DataBaseReference/GS_AUDITING_POLICY_ACCESS.md b/content/zh/docs/DatabaseReference/GS_AUDITING_POLICY_ACCESS.md
similarity index 98%
rename from content/zh/docs/DataBaseReference/GS_AUDITING_POLICY_ACCESS.md
rename to content/zh/docs/DatabaseReference/GS_AUDITING_POLICY_ACCESS.md
index 1287d5aa24013045512300779edfb41856d751d7..0f54f6ba352cef97028075ed0cd8442f7cc25027 100644
--- a/content/zh/docs/DataBaseReference/GS_AUDITING_POLICY_ACCESS.md
+++ b/content/zh/docs/DatabaseReference/GS_AUDITING_POLICY_ACCESS.md
@@ -1,4 +1,4 @@
-# GS\_AUDITING\_POLICY\_ACCESS
+# GS\_AUDITING\_POLICY\_ACCESS
GS\_AUDITING\_POLICY\_ACCESS系统表记录与DML数据库相关操作的统一审计信息。需要有系统管理员或安全策略管理员权限才可以访问此系统表。
diff --git a/content/zh/docs/DataBaseReference/GS_AUDITING_POLICY_FILTERS.md b/content/zh/docs/DatabaseReference/GS_AUDITING_POLICY_FILTERS.md
similarity index 98%
rename from content/zh/docs/DataBaseReference/GS_AUDITING_POLICY_FILTERS.md
rename to content/zh/docs/DatabaseReference/GS_AUDITING_POLICY_FILTERS.md
index 9c0a161df513f963006097dfe498c5662e126469..628b48e5672a937e60c9fb3f648b1aa864debcb7 100644
--- a/content/zh/docs/DataBaseReference/GS_AUDITING_POLICY_FILTERS.md
+++ b/content/zh/docs/DatabaseReference/GS_AUDITING_POLICY_FILTERS.md
@@ -1,4 +1,4 @@
-# GS\_AUDITING\_POLICY\_FILTERS
+# GS\_AUDITING\_POLICY\_FILTERS
GS\_AUDITING\_POLICY\_FILTERS系统表记录统一审计相关的过滤策略相关信息,每条记录对应一个设计策略。需要有系统管理员或安全策略管理员权限才可以访问此系统表。
diff --git a/content/zh/docs/DataBaseReference/GS_AUDITING_POLICY_PRIVILEGES.md b/content/zh/docs/DatabaseReference/GS_AUDITING_POLICY_PRIVILEGES.md
similarity index 98%
rename from content/zh/docs/DataBaseReference/GS_AUDITING_POLICY_PRIVILEGES.md
rename to content/zh/docs/DatabaseReference/GS_AUDITING_POLICY_PRIVILEGES.md
index f1dc542130d612d11b91bb93675d4a331b84dcb8..f19264b71b703bcc620be4aa99662c7729f81a4e 100644
--- a/content/zh/docs/DataBaseReference/GS_AUDITING_POLICY_PRIVILEGES.md
+++ b/content/zh/docs/DatabaseReference/GS_AUDITING_POLICY_PRIVILEGES.md
@@ -1,4 +1,4 @@
-# GS\_AUDITING\_POLICY\_PRIVILEGES
+# GS\_AUDITING\_POLICY\_PRIVILEGES
GS\_AUDITING\_POLICY\_PRIVILEGES系统表记录统一审计DDL数据库相关操作信息,每条记录对应一个设计策略。需要有系统管理员或安全策略管理员权限才可以访问此系统表。
diff --git a/content/zh/docs/DataBaseReference/GS_AUDITING_PRIVILEGE.md b/content/zh/docs/DatabaseReference/GS_AUDITING_PRIVILEGE.md
similarity index 98%
rename from content/zh/docs/DataBaseReference/GS_AUDITING_PRIVILEGE.md
rename to content/zh/docs/DatabaseReference/GS_AUDITING_PRIVILEGE.md
index c1fab502b0075eea245ef89d5f334a94697e28a0..83f9ceab47476e8ea76253dae938bf7e4cc89b67 100644
--- a/content/zh/docs/DataBaseReference/GS_AUDITING_PRIVILEGE.md
+++ b/content/zh/docs/DatabaseReference/GS_AUDITING_PRIVILEGE.md
@@ -1,4 +1,4 @@
-# GS\_AUDITING\_PRIVILEGE
+# GS\_AUDITING\_PRIVILEGE
GS\_AUDITING\_PRIVILEGE视图显示对数据库DDL相关操作的所有审计信息。需要有系统管理员或安全策略管理员权限才可以访问此视图。
diff --git a/content/zh/docs/DataBaseReference/GS_CLIENT_GLOBAL_KEYS.md b/content/zh/docs/DatabaseReference/GS_CLIENT_GLOBAL_KEYS.md
similarity index 98%
rename from content/zh/docs/DataBaseReference/GS_CLIENT_GLOBAL_KEYS.md
rename to content/zh/docs/DatabaseReference/GS_CLIENT_GLOBAL_KEYS.md
index f6e4efe20721277028405bdacb2106af8a8735d3..88da3cad640c1bce2711eaa11220ab9ae6d894ec 100644
--- a/content/zh/docs/DataBaseReference/GS_CLIENT_GLOBAL_KEYS.md
+++ b/content/zh/docs/DatabaseReference/GS_CLIENT_GLOBAL_KEYS.md
@@ -1,4 +1,4 @@
-# GS\_CLIENT\_GLOBAL\_KEYS
+# GS\_CLIENT\_GLOBAL\_KEYS
GS\_CLIENT\_GLOBAL\_KEYS系统表记录密态等值特性中客户端加密主密钥相关信息,每条记录对应一个客户端加密主密钥。
diff --git a/content/zh/docs/DataBaseReference/GS_CLIENT_GLOBAL_KEYS_ARGS.md b/content/zh/docs/DatabaseReference/GS_CLIENT_GLOBAL_KEYS_ARGS.md
similarity index 98%
rename from content/zh/docs/DataBaseReference/GS_CLIENT_GLOBAL_KEYS_ARGS.md
rename to content/zh/docs/DatabaseReference/GS_CLIENT_GLOBAL_KEYS_ARGS.md
index e57bdaa87f9944ddac2087967b5660a9d0100f37..7eec5afbd32571bb7fb7dbf8a38bcfa741386bc1 100644
--- a/content/zh/docs/DataBaseReference/GS_CLIENT_GLOBAL_KEYS_ARGS.md
+++ b/content/zh/docs/DatabaseReference/GS_CLIENT_GLOBAL_KEYS_ARGS.md
@@ -1,4 +1,4 @@
-# GS\_CLIENT\_GLOBAL\_KEYS\_ARGS
+# GS\_CLIENT\_GLOBAL\_KEYS\_ARGS
GS\_CLIENT\_GLOBAL\_KEYS\_ARGS系统表记录密态等值特性中客户端加密主密钥相关元数据信息,每条记录对应客户端加密主密钥的一个键值对信息。
diff --git a/content/zh/docs/DataBaseReference/GS_COLUMN_KEYS.md b/content/zh/docs/DatabaseReference/GS_COLUMN_KEYS.md
similarity index 99%
rename from content/zh/docs/DataBaseReference/GS_COLUMN_KEYS.md
rename to content/zh/docs/DatabaseReference/GS_COLUMN_KEYS.md
index ae3132919aae90319ca01e9833300b3e81607445..196ebaef0b9e813c6b93aa96946e3c274bb1daa4 100644
--- a/content/zh/docs/DataBaseReference/GS_COLUMN_KEYS.md
+++ b/content/zh/docs/DatabaseReference/GS_COLUMN_KEYS.md
@@ -1,4 +1,4 @@
-# GS\_COLUMN\_KEYS
+# GS\_COLUMN\_KEYS
GS\_COLUMN\_KEYS系统表记录密态等值特性中列加密密钥相关信息,每条记录对应一个列加密密钥。
diff --git a/content/zh/docs/DataBaseReference/GS_COLUMN_KEYS_ARGS.md b/content/zh/docs/DatabaseReference/GS_COLUMN_KEYS_ARGS.md
similarity index 98%
rename from content/zh/docs/DataBaseReference/GS_COLUMN_KEYS_ARGS.md
rename to content/zh/docs/DatabaseReference/GS_COLUMN_KEYS_ARGS.md
index 1161b3eebacb8bc0f9cc109ca309fdaf194552ed..3fa54f39a69c0a12bfd868d0623ec91a5cc2d5c8 100644
--- a/content/zh/docs/DataBaseReference/GS_COLUMN_KEYS_ARGS.md
+++ b/content/zh/docs/DatabaseReference/GS_COLUMN_KEYS_ARGS.md
@@ -1,4 +1,4 @@
-# GS\_COLUMN\_KEYS\_ARGS
+# GS\_COLUMN\_KEYS\_ARGS
GS\_COLUMN\_KEYS\_ARGS系统表记录密态等值特性中客户端加密主密钥相关元数据信息,每条记录对应客户端加密主密钥的一个键值对信息。
diff --git a/content/zh/docs/DataBaseReference/GS_DB_PRIVILEGE.md b/content/zh/docs/DatabaseReference/GS_DB_PRIVILEGE.md
similarity index 96%
rename from content/zh/docs/DataBaseReference/GS_DB_PRIVILEGE.md
rename to content/zh/docs/DatabaseReference/GS_DB_PRIVILEGE.md
index e4473ced2e80c87bd8347364b00b737424887a06..1e5dc9605191fa9407d6c1e3e9a0775e90383523 100644
--- a/content/zh/docs/DataBaseReference/GS_DB_PRIVILEGE.md
+++ b/content/zh/docs/DatabaseReference/GS_DB_PRIVILEGE.md
@@ -1,4 +1,4 @@
-# GS\_DB\_PRIVILEGE
+# GS\_DB\_PRIVILEGE
GS\_DB\_PRIVILEGE系统表记录ANY权限的授予情况,每条记录对应一条授权信息。
@@ -31,7 +31,7 @@ GS\_DB\_PRIVILEGE系统表记录ANY权限的授予情况,每条记录对应一
|
text
|
-用户拥有的ANY权限,取值参考表1。
+ | 用户拥有的ANY权限,取值参考表1。
|
amprocnum
diff --git a/content/zh/docs/DataBaseReference/PG_APP_WORKLOADGROUP_MAPPING.md b/content/zh/docs/DatabaseReference/PG_APP_WORKLOADGROUP_MAPPING.md
similarity index 98%
rename from content/zh/docs/DataBaseReference/PG_APP_WORKLOADGROUP_MAPPING.md
rename to content/zh/docs/DatabaseReference/PG_APP_WORKLOADGROUP_MAPPING.md
index 8f24eac6f5622024d68c6c7e729699e1a093fa95..d6d33023fae56f8c76b4ad161f54de7847759ece 100644
--- a/content/zh/docs/DataBaseReference/PG_APP_WORKLOADGROUP_MAPPING.md
+++ b/content/zh/docs/DatabaseReference/PG_APP_WORKLOADGROUP_MAPPING.md
@@ -1,4 +1,4 @@
-# PG\_APP\_WORKLOADGROUP\_MAPPING
+# PG\_APP\_WORKLOADGROUP\_MAPPING
PG\_APP\_WORKLOADGROUP\_MAPPING系统表提供了数据库负载映射组的信息。
diff --git a/content/zh/docs/DataBaseReference/PG_ATTRDEF.md b/content/zh/docs/DatabaseReference/PG_ATTRDEF.md
similarity index 99%
rename from content/zh/docs/DataBaseReference/PG_ATTRDEF.md
rename to content/zh/docs/DatabaseReference/PG_ATTRDEF.md
index eda2fbc502ba1d11fcc823c7f0ef230384cdab31..3338123c277881dfd65db7c8186d5f957b04dd14 100644
--- a/content/zh/docs/DataBaseReference/PG_ATTRDEF.md
+++ b/content/zh/docs/DatabaseReference/PG_ATTRDEF.md
@@ -1,4 +1,4 @@
-# PG\_ATTRDEF
+# PG\_ATTRDEF
PG\_ATTRDEF系统表存储列的默认值。
diff --git a/content/zh/docs/DataBaseReference/PG_ATTRIBUTE.md b/content/zh/docs/DatabaseReference/PG_ATTRIBUTE.md
similarity index 99%
rename from content/zh/docs/DataBaseReference/PG_ATTRIBUTE.md
rename to content/zh/docs/DatabaseReference/PG_ATTRIBUTE.md
index fc1d5dcaf963b3931ab9b494098ae77ac7c717af..413830b494ac196117a27cfb905b7a33d87b83c9 100644
--- a/content/zh/docs/DataBaseReference/PG_ATTRIBUTE.md
+++ b/content/zh/docs/DatabaseReference/PG_ATTRIBUTE.md
@@ -1,4 +1,4 @@
-# PG\_ATTRIBUTE
+# PG\_ATTRIBUTE
PG\_ATTRIBUTE系统表存储关于表字段的信息。
diff --git a/content/zh/docs/DataBaseReference/PG_AUTHID.md b/content/zh/docs/DatabaseReference/PG_AUTHID.md
similarity index 99%
rename from content/zh/docs/DataBaseReference/PG_AUTHID.md
rename to content/zh/docs/DatabaseReference/PG_AUTHID.md
index ae95a7f78e82d34aaa6db17396475400a1b0980f..fe8654f0343fd299838b0240550109784cde0c8f 100644
--- a/content/zh/docs/DataBaseReference/PG_AUTHID.md
+++ b/content/zh/docs/DatabaseReference/PG_AUTHID.md
@@ -1,4 +1,4 @@
-# PG\_AUTHID
+# PG\_AUTHID
PG\_AUTHID系统表存储有关数据库认证标识符(角色)的信息。角色把“用户”的概念包含在内。一个用户实际上就是一个rolcanlogin标志被设置的角色。任何角色(不管rolcanlogin设置与否)都能够把其他角色作为成员。
diff --git a/content/zh/docs/DataBaseReference/PG_AUTH_HISTORY.md b/content/zh/docs/DatabaseReference/PG_AUTH_HISTORY.md
similarity index 99%
rename from content/zh/docs/DataBaseReference/PG_AUTH_HISTORY.md
rename to content/zh/docs/DatabaseReference/PG_AUTH_HISTORY.md
index 5738964ad788401bbb99b125833c1b867f72e9f1..2f72c3a9dbf353d650491240a2793804e3819847 100644
--- a/content/zh/docs/DataBaseReference/PG_AUTH_HISTORY.md
+++ b/content/zh/docs/DatabaseReference/PG_AUTH_HISTORY.md
@@ -1,4 +1,4 @@
-# PG\_AUTH\_HISTORY
+# PG\_AUTH\_HISTORY
PG\_AUTH\_HISTORY系统表记录了角色的认证历史。需要有系统管理员权限才可以访问此系统表。
diff --git a/content/zh/docs/DataBaseReference/PG_AUTH_MEMBERS.md b/content/zh/docs/DatabaseReference/PG_AUTH_MEMBERS.md
similarity index 99%
rename from content/zh/docs/DataBaseReference/PG_AUTH_MEMBERS.md
rename to content/zh/docs/DatabaseReference/PG_AUTH_MEMBERS.md
index 305037e3566f10b5d4db52a12639880bed5d424d..43b95e4013ebd7783b14f628c13b0fb5b58e22b8 100644
--- a/content/zh/docs/DataBaseReference/PG_AUTH_MEMBERS.md
+++ b/content/zh/docs/DatabaseReference/PG_AUTH_MEMBERS.md
@@ -1,4 +1,4 @@
-# PG\_AUTH\_MEMBERS
+# PG\_AUTH\_MEMBERS
PG\_AUTH\_MEMBERS系统表存储显示角色之间的成员关系。
diff --git a/content/zh/docs/DataBaseReference/PG_AVAILABLE_EXTENSIONS.md b/content/zh/docs/DatabaseReference/PG_AVAILABLE_EXTENSIONS.md
similarity index 97%
rename from content/zh/docs/DataBaseReference/PG_AVAILABLE_EXTENSIONS.md
rename to content/zh/docs/DatabaseReference/PG_AVAILABLE_EXTENSIONS.md
index 88d9159879bc447108b47327f0c0f397b93d1e98..ebad01108bde7c0d9ae8066ac67943fcefe2ee22 100644
--- a/content/zh/docs/DataBaseReference/PG_AVAILABLE_EXTENSIONS.md
+++ b/content/zh/docs/DatabaseReference/PG_AVAILABLE_EXTENSIONS.md
@@ -1,8 +1,8 @@
-# PG\_AVAILABLE\_ExtensionReferenceS
+# PG\_AVAILABLE\_ExtensionS
-PG\_AVAILABLE\_ExtensionReferenceS视图显示数据库中某些特性的扩展信息。
+PG\_AVAILABLE\_ExtensionS视图显示数据库中某些特性的扩展信息。
-**表 1** PG\_AVAILABLE\_ExtensionReferenceS字段
+**表 1** PG\_AVAILABLE\_ExtensionS字段
名称
diff --git a/content/zh/docs/DataBaseReference/PG_AVAILABLE_EXTENSION_VERSIONS.md b/content/zh/docs/DatabaseReference/PG_AVAILABLE_EXTENSION_VERSIONS.md
similarity index 98%
rename from content/zh/docs/DataBaseReference/PG_AVAILABLE_EXTENSION_VERSIONS.md
rename to content/zh/docs/DatabaseReference/PG_AVAILABLE_EXTENSION_VERSIONS.md
index c84a71f3220e25bc6f3740a05195c3db2b1cfee1..70f7819b0572699152ae0cf0e7c0f679cb778f88 100644
--- a/content/zh/docs/DataBaseReference/PG_AVAILABLE_EXTENSION_VERSIONS.md
+++ b/content/zh/docs/DatabaseReference/PG_AVAILABLE_EXTENSION_VERSIONS.md
@@ -1,8 +1,8 @@
-# PG\_AVAILABLE\_ExtensionReference\_VERSIONS
+# PG\_AVAILABLE\_Extension\_VERSIONS
-PG\_AVAILABLE\_ExtensionReference\_VERSIONS视图显示数据库中某些特性的扩展版本信息。
+PG\_AVAILABLE\_Extension\_VERSIONS视图显示数据库中某些特性的扩展版本信息。
-**表 1** PG\_AVAILABLE\_ExtensionReference\_VERSIONS字段
+**表 1** PG\_AVAILABLE\_Extension\_VERSIONS字段
名称
diff --git a/content/zh/docs/DataBaseReference/PG_CAST.md b/content/zh/docs/DatabaseReference/PG_CAST.md
similarity index 99%
rename from content/zh/docs/DataBaseReference/PG_CAST.md
rename to content/zh/docs/DatabaseReference/PG_CAST.md
index bc546e3b7801b79e0e9615d82832df19e11c8e55..d2d7effae043d792159d7a616eadf22dc5afa836 100644
--- a/content/zh/docs/DataBaseReference/PG_CAST.md
+++ b/content/zh/docs/DatabaseReference/PG_CAST.md
@@ -1,4 +1,4 @@
-# PG\_CAST
+# PG\_CAST
PG\_CAST系统表存储数据类型之间的转化关系。
diff --git a/content/zh/docs/DataBaseReference/PG_CLASS.md b/content/zh/docs/DatabaseReference/PG_CLASS.md
similarity index 99%
rename from content/zh/docs/DataBaseReference/PG_CLASS.md
rename to content/zh/docs/DatabaseReference/PG_CLASS.md
index 49b85989ee4898f88e0e8dcf86cc64d48f0a1ec1..334437a9cf0294057550537c0f93dc53f08d451e 100644
--- a/content/zh/docs/DataBaseReference/PG_CLASS.md
+++ b/content/zh/docs/DatabaseReference/PG_CLASS.md
@@ -1,4 +1,4 @@
-# PG\_CLASS
+# PG\_CLASS
PG\_CLASS系统表存储数据库对象信息及其之间的关系。
diff --git a/content/zh/docs/DataBaseReference/PG_COLLATION.md b/content/zh/docs/DatabaseReference/PG_COLLATION.md
similarity index 99%
rename from content/zh/docs/DataBaseReference/PG_COLLATION.md
rename to content/zh/docs/DatabaseReference/PG_COLLATION.md
index a144cf6e9d50e7a07951cb5de644fb62ce13069a..7edc77b1a00a903cd6c723a786fa056427624837 100644
--- a/content/zh/docs/DataBaseReference/PG_COLLATION.md
+++ b/content/zh/docs/DatabaseReference/PG_COLLATION.md
@@ -1,4 +1,4 @@
-# PG\_COLLATION
+# PG\_COLLATION
PG\_COLLATION系统表描述可用的排序规则,本质上从一个SQL名称映射到操作系统本地类别。
diff --git a/content/zh/docs/DataBaseReference/PG_COMM_DELAY.md b/content/zh/docs/DatabaseReference/PG_COMM_DELAY.md
similarity index 99%
rename from content/zh/docs/DataBaseReference/PG_COMM_DELAY.md
rename to content/zh/docs/DatabaseReference/PG_COMM_DELAY.md
index e84d7ed61a51e759483b2c83c24e42701945f973..c9c9b6df18a1fc71766837d4ad3184df7e00927c 100644
--- a/content/zh/docs/DataBaseReference/PG_COMM_DELAY.md
+++ b/content/zh/docs/DatabaseReference/PG_COMM_DELAY.md
@@ -1,4 +1,4 @@
-# PG\_COMM\_DELAY
+# PG\_COMM\_DELAY
PG\_COMM\_DELAY视图展示单个节点的通信库时延状态。
diff --git a/content/zh/docs/DataBaseReference/PG_COMM_RECV_STREAM.md b/content/zh/docs/DatabaseReference/PG_COMM_RECV_STREAM.md
similarity index 99%
rename from content/zh/docs/DataBaseReference/PG_COMM_RECV_STREAM.md
rename to content/zh/docs/DatabaseReference/PG_COMM_RECV_STREAM.md
index 18261b13bbde5254d68ccbd971e2311965f5f11b..ced51868e9461c7f5bfda969cb80f787837e463c 100644
--- a/content/zh/docs/DataBaseReference/PG_COMM_RECV_STREAM.md
+++ b/content/zh/docs/DatabaseReference/PG_COMM_RECV_STREAM.md
@@ -1,4 +1,4 @@
-# PG\_COMM\_RECV\_STREAM
+# PG\_COMM\_RECV\_STREAM
PG\_COMM\_RECV\_STREAM视图展示节点上所有的通信库接收流状态。
diff --git a/content/zh/docs/DataBaseReference/PG_COMM_SEND_STREAM.md b/content/zh/docs/DatabaseReference/PG_COMM_SEND_STREAM.md
similarity index 99%
rename from content/zh/docs/DataBaseReference/PG_COMM_SEND_STREAM.md
rename to content/zh/docs/DatabaseReference/PG_COMM_SEND_STREAM.md
index c4449677f73cdf2811b6b61c649ff5b13e2f1194..cf21aaf0e592850f3914c97670ba7e23c3bd6e56 100644
--- a/content/zh/docs/DataBaseReference/PG_COMM_SEND_STREAM.md
+++ b/content/zh/docs/DatabaseReference/PG_COMM_SEND_STREAM.md
@@ -1,4 +1,4 @@
-# PG\_COMM\_SEND\_STREAM
+# PG\_COMM\_SEND\_STREAM
PG\_COMM\_SEND\_STREAM视图展示节点上所有的通信库发送流状态。
diff --git a/content/zh/docs/DataBaseReference/PG_COMM_STATUS.md b/content/zh/docs/DatabaseReference/PG_COMM_STATUS.md
similarity index 99%
rename from content/zh/docs/DataBaseReference/PG_COMM_STATUS.md
rename to content/zh/docs/DatabaseReference/PG_COMM_STATUS.md
index 915bddaa803ca61a9c801f729ccf68e4f763caa0..6988b98769399fc9044376b0e086c1687b1668a6 100644
--- a/content/zh/docs/DataBaseReference/PG_COMM_STATUS.md
+++ b/content/zh/docs/DatabaseReference/PG_COMM_STATUS.md
@@ -1,4 +1,4 @@
-# PG\_COMM\_STATUS
+# PG\_COMM\_STATUS
PG\_COMM\_STATUS视图展示节点的通信库状态。
diff --git a/content/zh/docs/DataBaseReference/PG_CONSTRAINT.md b/content/zh/docs/DatabaseReference/PG_CONSTRAINT.md
similarity index 99%
rename from content/zh/docs/DataBaseReference/PG_CONSTRAINT.md
rename to content/zh/docs/DatabaseReference/PG_CONSTRAINT.md
index ffad4029e0062d7821ff18cb8fed783ee74dfe3c..656d1848a921951cd443ca135f0313ce7392c83f 100644
--- a/content/zh/docs/DataBaseReference/PG_CONSTRAINT.md
+++ b/content/zh/docs/DatabaseReference/PG_CONSTRAINT.md
@@ -1,4 +1,4 @@
-# PG\_CONSTRAINT
+# PG\_CONSTRAINT
PG\_CONSTRAINT系统表存储表上的检查约束、主键和唯一约束。
@@ -216,7 +216,7 @@ PG\_CONSTRAINT系统表存储表上的检查约束、主键和唯一约束。
|
---|
-> **须知:**
+> **须知:**
>
>- consrc在被引用的对象改变之后不会被更新,它不会跟踪字段的名称修改。与其依赖这个字段,最好还是使用pg\_get\_constraintdef\(\)来抽取一个检查约束的定义。
>- pg\_class.relchecks需要和在此表上为给定关系找到的检查约束的数目一致。
diff --git a/content/zh/docs/DataBaseReference/PG_CONTROL_GROUP_CONFIG.md b/content/zh/docs/DatabaseReference/PG_CONTROL_GROUP_CONFIG.md
similarity index 97%
rename from content/zh/docs/DataBaseReference/PG_CONTROL_GROUP_CONFIG.md
rename to content/zh/docs/DatabaseReference/PG_CONTROL_GROUP_CONFIG.md
index 99c2b26016c9203180e981a926b75fcfc683e9c8..b669ae9ac2a1692b0e4dd42acf44dc9fd0522d10 100644
--- a/content/zh/docs/DataBaseReference/PG_CONTROL_GROUP_CONFIG.md
+++ b/content/zh/docs/DatabaseReference/PG_CONTROL_GROUP_CONFIG.md
@@ -1,4 +1,4 @@
-# PG\_CONTROL\_GROUP\_CONFIG
+# PG\_CONTROL\_GROUP\_CONFIG
PG\_CONTROL\_GROUP\_CONFIG视图存储系统的控制组配置信息。查询该视图需要sysadmin权限。
diff --git a/content/zh/docs/DataBaseReference/PG_CONVERSION.md b/content/zh/docs/DatabaseReference/PG_CONVERSION.md
similarity index 99%
rename from content/zh/docs/DataBaseReference/PG_CONVERSION.md
rename to content/zh/docs/DatabaseReference/PG_CONVERSION.md
index bd304729d0ff2ad398a7204afc748ead371ae2fc..99e50faf260cbdff08e0d0379211ad1cfca593b4 100644
--- a/content/zh/docs/DataBaseReference/PG_CONVERSION.md
+++ b/content/zh/docs/DatabaseReference/PG_CONVERSION.md
@@ -1,4 +1,4 @@
-# PG\_CONVERSION
+# PG\_CONVERSION
PG\_CONVERSION系统表描述编码转换信息。
diff --git a/content/zh/docs/DataBaseReference/PG_CURSORS.md b/content/zh/docs/DatabaseReference/PG_CURSORS.md
similarity index 99%
rename from content/zh/docs/DataBaseReference/PG_CURSORS.md
rename to content/zh/docs/DatabaseReference/PG_CURSORS.md
index 9d7ebc52e7584a35608b18a01f759d797b2f6fa4..2cbd40911da2133fbfdd2e9161ef43b123164536 100644
--- a/content/zh/docs/DataBaseReference/PG_CURSORS.md
+++ b/content/zh/docs/DatabaseReference/PG_CURSORS.md
@@ -1,4 +1,4 @@
-# PG\_CURSORS
+# PG\_CURSORS
PG\_CURSORS视图列出了当前可用的游标。
diff --git a/content/zh/docs/DataBaseReference/PG_DATABASE.md b/content/zh/docs/DatabaseReference/PG_DATABASE.md
similarity index 99%
rename from content/zh/docs/DataBaseReference/PG_DATABASE.md
rename to content/zh/docs/DatabaseReference/PG_DATABASE.md
index 2589ae88b6c5118c31055d8ee6919b4879dd2e59..f0254a7d727a8d7cb0d4d6c33f83a8a12f6cc159 100644
--- a/content/zh/docs/DataBaseReference/PG_DATABASE.md
+++ b/content/zh/docs/DatabaseReference/PG_DATABASE.md
@@ -1,4 +1,4 @@
-# PG\_DATABASE
+# PG\_DATABASE
PG\_DATABASE系统表存储关于可用数据库的信息。
diff --git a/content/zh/docs/DataBaseReference/PG_DB_ROLE_SETTING.md b/content/zh/docs/DatabaseReference/PG_DB_ROLE_SETTING.md
similarity index 99%
rename from content/zh/docs/DataBaseReference/PG_DB_ROLE_SETTING.md
rename to content/zh/docs/DatabaseReference/PG_DB_ROLE_SETTING.md
index 1c4a04f9864d7876672848e1e68cd9b4e50fab9c..25faef0b8206256c7f82531328c8e717730249c9 100644
--- a/content/zh/docs/DataBaseReference/PG_DB_ROLE_SETTING.md
+++ b/content/zh/docs/DatabaseReference/PG_DB_ROLE_SETTING.md
@@ -1,4 +1,4 @@
-# PG\_DB\_ROLE\_SETTING
+# PG\_DB\_ROLE\_SETTING
PG\_DB\_ROLE\_SETTING系统表存储数据库运行时每个角色与数据绑定的配置项的默认值。
diff --git a/content/zh/docs/DataBaseReference/PG_DEFAULT_ACL.md b/content/zh/docs/DatabaseReference/PG_DEFAULT_ACL.md
similarity index 99%
rename from content/zh/docs/DataBaseReference/PG_DEFAULT_ACL.md
rename to content/zh/docs/DatabaseReference/PG_DEFAULT_ACL.md
index ef59a60b2e708aae0f22526b222ac24cb1076bf5..712436584e1b282ab3fa29045819932a4d58e031 100644
--- a/content/zh/docs/DataBaseReference/PG_DEFAULT_ACL.md
+++ b/content/zh/docs/DatabaseReference/PG_DEFAULT_ACL.md
@@ -1,4 +1,4 @@
-# PG\_DEFAULT\_ACL
+# PG\_DEFAULT\_ACL
PG\_DEFAULT\_ACL系统表存储为新建对象设置的初始权限。
diff --git a/content/zh/docs/DataBaseReference/PG_DEPEND.md b/content/zh/docs/DatabaseReference/PG_DEPEND.md
similarity index 97%
rename from content/zh/docs/DataBaseReference/PG_DEPEND.md
rename to content/zh/docs/DatabaseReference/PG_DEPEND.md
index 0e8b49b21f3371667ca74529c5e55cf5b78a3258..e09a970742ae5f2cad7b62aaa4c2a0e04b79da48 100644
--- a/content/zh/docs/DataBaseReference/PG_DEPEND.md
+++ b/content/zh/docs/DatabaseReference/PG_DEPEND.md
@@ -1,4 +1,4 @@
-# PG\_DEPEND
+# PG\_DEPEND
PG\_DEPEND系统表记录数据库对象之间的依赖关系。这个信息允许DROP命令找出哪些其它对象必须由DROP CASCADE删除,或者是在DROP RESTRICT的情况下避免删除。
@@ -88,6 +88,6 @@ PG\_DEPEND系统表记录数据库对象之间的依赖关系。这个信息允
- DEPENDENCY\_NORMAL \(n\):独立创建的对象之间的一般关系。有依赖的对象可以在不影响被引用对象的情况下删除。被引用对象只有在声明了CASCADE的情况下删除,这时有依赖的对象也被删除。例子:一个表字段对其数据类型有一般依赖关系。
- DEPENDENCY\_AUTO \(a\):有依赖对象可以和被引用对象分别删除,并且如果删除了被引用对象则应该被自动删除(不管是RESTRICT或CASCADE模式)。例子:一个表上面的命名约束是在该表上的自动依赖关系,因此如果删除了表,它也会被删除。
- DEPENDENCY\_INTERNAL \(i\):有依赖的对象是作为被引用对象的一部分创建的,实际上只是它的内部实现的一部分。DROP有依赖对象是不能直接允许的(将告诉用户发出一条删除被引用对象的DROP)。一个对被引用对象的DROP将传播到有依赖对象,不管是否声明了CASCADE。
-- DEPENDENCY\_ExtensionReference \(e\):依赖对象是被依赖对象ExtensionReference的一个成员(请参见[PG\_EXTENSION](PG_EXTENSION.md))。依赖对象只可以通过在被依赖对象上DROP ExtensionReference删除。函数上这个依赖类型和内部依赖一样动作,但是它为了清晰和简化gs\_dump保持分开。
+- DEPENDENCY\_Extension \(e\):依赖对象是被依赖对象Extension的一个成员(请参见[PG\_EXTENSION](PG_EXTENSION.md))。依赖对象只可以通过在被依赖对象上DROP Extension删除。函数上这个依赖类型和内部依赖一样动作,但是它为了清晰和简化gs\_dump保持分开。
- DEPENDENCY\_PIN \(p\):没有依赖对象;这种类型的记录标志着系统本身依赖于被引用对象,因此这个对象决不能被删除。这种类型的记录只有在initdb的时候创建。有依赖对象的字段里是零。
diff --git a/content/zh/docs/DataBaseReference/PG_DESCRIPTION.md b/content/zh/docs/DatabaseReference/PG_DESCRIPTION.md
similarity index 95%
rename from content/zh/docs/DataBaseReference/PG_DESCRIPTION.md
rename to content/zh/docs/DatabaseReference/PG_DESCRIPTION.md
index 101546c957b2c24772bc38b4e4aa4f9ef614b0ad..7defc7f9e02f097a4e113db3f19e84eeed7cfa1d 100644
--- a/content/zh/docs/DataBaseReference/PG_DESCRIPTION.md
+++ b/content/zh/docs/DatabaseReference/PG_DESCRIPTION.md
@@ -1,10 +1,10 @@
-# PG\_AboutopenGauss
+# PG\_DESCRIPTION
-PG\_AboutopenGauss系统表可以给每个数据库对象存储一个可选的描述(注释)。许多内置的系统对象的描述提供了PG\_AboutopenGauss的初始内容。
+PG\_DESCRIPTION系统表可以给每个数据库对象存储一个可选的描述(注释)。许多内置的系统对象的描述提供了PG\_DESCRIPTION的初始内容。
-这个表的功能类似[PG\_SHAboutopenGauss](PG_SHDESCRIPTION.md),用于记录openGauss范围内共享对象的注释。
+这个表的功能类似[PG_SHDESCRIPTION](PG_SHDESCRIPTION.md),用于记录openGauss范围内共享对象的注释。
-**表 1** PG\_AboutopenGauss字段
+**表 1** PG_SHDESCRIPTION字段
名称
@@ -44,7 +44,7 @@ PG\_AboutopenGauss系统表可以给每个数据库对象存储一个可选的
| 对于一个表字段的注释,它是字段号(objoid和classoid指向表自身)。对于其它对象类型,它是零。
|
-AboutopenGauss
+ | Description
|
text
|
@@ -56,3 +56,4 @@ PG\_AboutopenGauss系统表可以给每个数据库对象存储一个可选的
+
diff --git a/content/zh/docs/DataBaseReference/PG_DIRECTORY.md b/content/zh/docs/DatabaseReference/PG_DIRECTORY.md
similarity index 99%
rename from content/zh/docs/DataBaseReference/PG_DIRECTORY.md
rename to content/zh/docs/DatabaseReference/PG_DIRECTORY.md
index 306dcbc0d4d7912d5bfe059ae61fdb39fa2cdd60..d24efdc17d35577e7ec74b6833abd4b0445d4d42 100644
--- a/content/zh/docs/DataBaseReference/PG_DIRECTORY.md
+++ b/content/zh/docs/DatabaseReference/PG_DIRECTORY.md
@@ -1,4 +1,4 @@
-# PG\_DIRECTORY
+# PG\_DIRECTORY
PG\_DIRECTORY系统表用于保存用户添加的directory对象可以通过CREATE DIRECTORY语句向该表中添加记录,目前只有系统管理员用户可以向该表中添加记录。
diff --git a/content/zh/docs/DataBaseReference/PG_ENUM.md b/content/zh/docs/DatabaseReference/PG_ENUM.md
similarity index 99%
rename from content/zh/docs/DataBaseReference/PG_ENUM.md
rename to content/zh/docs/DatabaseReference/PG_ENUM.md
index 950ae79c8cf87c24acbc817cc1b38126ed2f1e4d..ac5cb2abc2ccf185e642a188d644a20faf15eadb 100644
--- a/content/zh/docs/DataBaseReference/PG_ENUM.md
+++ b/content/zh/docs/DatabaseReference/PG_ENUM.md
@@ -1,4 +1,4 @@
-# PG\_ENUM
+# PG\_ENUM
PG\_ENUM系统表包含显示每个枚举类型值和标签的记录。给定枚举类型的内部表示实际上是PG\_ENUM里面相关行的OID。
diff --git a/content/zh/docs/DataBaseReference/PG_EVENT_TRIGGER.md b/content/zh/docs/DatabaseReference/PG_EVENT_TRIGGER.md
similarity index 99%
rename from content/zh/docs/DataBaseReference/PG_EVENT_TRIGGER.md
rename to content/zh/docs/DatabaseReference/PG_EVENT_TRIGGER.md
index aa6336d01238acf646d09b9e09bc6d4966747667..7bf6e1e1a2daa6f66aefb0d7245de924f604e2d5 100644
--- a/content/zh/docs/DataBaseReference/PG_EVENT_TRIGGER.md
+++ b/content/zh/docs/DatabaseReference/PG_EVENT_TRIGGER.md
@@ -1,4 +1,4 @@
-# PG\_EVENT\_TRIGGER
+# PG\_EVENT\_TRIGGER
PG\_EVENT\_TRIGGER系统表存储每个事件触发器的信息。
diff --git a/content/zh/docs/DataBaseReference/PG_EXTENSION.md b/content/zh/docs/DatabaseReference/PG_EXTENSION.md
similarity index 98%
rename from content/zh/docs/DataBaseReference/PG_EXTENSION.md
rename to content/zh/docs/DatabaseReference/PG_EXTENSION.md
index 96dbec3bdfde3c8ca2d1c183998d7b8ce186b02c..0184c6463ca799e19b1ae4443377f3403d075d3a 100644
--- a/content/zh/docs/DataBaseReference/PG_EXTENSION.md
+++ b/content/zh/docs/DatabaseReference/PG_EXTENSION.md
@@ -1,8 +1,8 @@
-# PG\_ExtensionReference
+# PG\_Extension
-PG\_ExtensionReference系统表存储关于所安装扩展的信息。openGauss默认扩展是PLPGSQL和MOT\_FDW。
+PG\_Extension系统表存储关于所安装扩展的信息。openGauss默认扩展是PLPGSQL和MOT\_FDW。
-**表 1** PG\_ExtensionReference
+**表 1** PG\_Extension
名称
diff --git a/content/zh/docs/DataBaseReference/PG_EXTENSION_DATA_SOURCE.md b/content/zh/docs/DatabaseReference/PG_EXTENSION_DATA_SOURCE.md
similarity index 96%
rename from content/zh/docs/DataBaseReference/PG_EXTENSION_DATA_SOURCE.md
rename to content/zh/docs/DatabaseReference/PG_EXTENSION_DATA_SOURCE.md
index 6832959a88941bec35b5f10bd4b68a9d1ffa19bf..f56ef5915838ae259a8a6584e8d1a2eeff989415 100644
--- a/content/zh/docs/DataBaseReference/PG_EXTENSION_DATA_SOURCE.md
+++ b/content/zh/docs/DatabaseReference/PG_EXTENSION_DATA_SOURCE.md
@@ -1,8 +1,8 @@
-# PG\_ExtensionReference\_DATA\_SOURCE
+# PG\_Extension_DATA\_SOURCE
-PG\_ExtensionReference\_DATA\_SOURCE系统表存储外部数据源对象的信息。一个外部数据源对象(Data Source)包含了外部数据库的一些口令编码等信息,主要配合ExtensionReference Connector使用。
+PG\_Extension_DATA\_SOURCE系统表存储外部数据源对象的信息。一个外部数据源对象(Data Source)包含了外部数据库的一些口令编码等信息,主要配合Extension Connector使用。
-**表 1** PG\_ExtensionReference\_DATA\_SOURCE字段
+**表 1** PG\_Extension_DATA\_SOURCE字段
名称
diff --git a/content/zh/docs/DataBaseReference/PG_EXT_STATS.md b/content/zh/docs/DatabaseReference/PG_EXT_STATS.md
similarity index 99%
rename from content/zh/docs/DataBaseReference/PG_EXT_STATS.md
rename to content/zh/docs/DatabaseReference/PG_EXT_STATS.md
index 5f26a5919fc1f8d32fb42a44b2e26ae7a874c08c..d02a7242f6006459aa7eb3819a30a540a0db0e86 100644
--- a/content/zh/docs/DataBaseReference/PG_EXT_STATS.md
+++ b/content/zh/docs/DatabaseReference/PG_EXT_STATS.md
@@ -1,4 +1,4 @@
-# PG\_EXT\_STATS
+# PG\_EXT\_STATS
PG\_EXT\_STATS视图提供对存储在[PG\_STATISTIC\_EXT](PG_STATISTIC_EXT.md)表里面的扩展统计信息的访问。扩展统计信息目前包括多列统计信息。
diff --git a/content/zh/docs/DataBaseReference/PG_FOREIGN_DATA_WRAPPER.md b/content/zh/docs/DatabaseReference/PG_FOREIGN_DATA_WRAPPER.md
similarity index 99%
rename from content/zh/docs/DataBaseReference/PG_FOREIGN_DATA_WRAPPER.md
rename to content/zh/docs/DatabaseReference/PG_FOREIGN_DATA_WRAPPER.md
index e3c2e332ccbf2f324bdcb1f2b7af6077dd4cb669..18c5214894cc1d759d43da44c0a623c6ddedc093 100644
--- a/content/zh/docs/DataBaseReference/PG_FOREIGN_DATA_WRAPPER.md
+++ b/content/zh/docs/DatabaseReference/PG_FOREIGN_DATA_WRAPPER.md
@@ -1,4 +1,4 @@
-# PG\_FOREIGN\_DATA\_WRAPPER
+# PG\_FOREIGN\_DATA\_WRAPPER
PG\_FOREIGN\_DATA\_WRAPPER系统表存储外部数据封装器定义。一个外部数据封装器是在外部服务器上驻留外部数据的机制,是可以访问的。
diff --git a/content/zh/docs/DataBaseReference/PG_FOREIGN_SERVER.md b/content/zh/docs/DatabaseReference/PG_FOREIGN_SERVER.md
similarity index 99%
rename from content/zh/docs/DataBaseReference/PG_FOREIGN_SERVER.md
rename to content/zh/docs/DatabaseReference/PG_FOREIGN_SERVER.md
index 79645fe3a0d875fad2c354307d39614d6d22c8e9..c3b31ddb3b4a40caec98320ad2b6656622b48f42 100644
--- a/content/zh/docs/DataBaseReference/PG_FOREIGN_SERVER.md
+++ b/content/zh/docs/DatabaseReference/PG_FOREIGN_SERVER.md
@@ -1,4 +1,4 @@
-# PG\_FOREIGN\_SERVER
+# PG\_FOREIGN\_SERVER
PG\_FOREIGN\_SERVER系统表存储外部服务器定义。一个外部服务器描述了一个外部数据源,例如一个远程服务器。外部服务器通过外部数据封装器访问。
diff --git a/content/zh/docs/DataBaseReference/PG_FOREIGN_TABLE.md b/content/zh/docs/DatabaseReference/PG_FOREIGN_TABLE.md
similarity index 99%
rename from content/zh/docs/DataBaseReference/PG_FOREIGN_TABLE.md
rename to content/zh/docs/DatabaseReference/PG_FOREIGN_TABLE.md
index da32161608b816a89d6e6b86ab9edfe56779e83b..7019ddecb186b7581dc068a20e5bf2b0f6c4830d 100644
--- a/content/zh/docs/DataBaseReference/PG_FOREIGN_TABLE.md
+++ b/content/zh/docs/DatabaseReference/PG_FOREIGN_TABLE.md
@@ -1,4 +1,4 @@
-# PG\_FOREIGN\_TABLE
+# PG\_FOREIGN\_TABLE
PG\_FOREIGN\_TABLE系统表存储外部表的辅助信息。
diff --git a/content/zh/docs/DataBaseReference/PG_GET_INVALID_BACKENDS.md b/content/zh/docs/DatabaseReference/PG_GET_INVALID_BACKENDS.md
similarity index 99%
rename from content/zh/docs/DataBaseReference/PG_GET_INVALID_BACKENDS.md
rename to content/zh/docs/DatabaseReference/PG_GET_INVALID_BACKENDS.md
index 2a82c474b64a459636189b197742c75a5f2947f4..288b3b0b9516c99ca6420abd35714fc7443ab6de 100644
--- a/content/zh/docs/DataBaseReference/PG_GET_INVALID_BACKENDS.md
+++ b/content/zh/docs/DatabaseReference/PG_GET_INVALID_BACKENDS.md
@@ -1,4 +1,4 @@
-# PG\_GET\_INVALID\_BACKENDS
+# PG\_GET\_INVALID\_BACKENDS
PG\_GET\_INVALID\_BACKENDS视图提供显示数据库主节点上连接到当前备机的后台线程信息。
diff --git a/content/zh/docs/DataBaseReference/PG_GET_SENDERS_CATCHUP_TIME.md b/content/zh/docs/DatabaseReference/PG_GET_SENDERS_CATCHUP_TIME.md
similarity index 99%
rename from content/zh/docs/DataBaseReference/PG_GET_SENDERS_CATCHUP_TIME.md
rename to content/zh/docs/DatabaseReference/PG_GET_SENDERS_CATCHUP_TIME.md
index 03dd5452d17dfa930d84e72cef73642dd220bbdc..1500ba25e1a086bef8b1fc582c3d73c2ecd5474b 100644
--- a/content/zh/docs/DataBaseReference/PG_GET_SENDERS_CATCHUP_TIME.md
+++ b/content/zh/docs/DatabaseReference/PG_GET_SENDERS_CATCHUP_TIME.md
@@ -1,4 +1,4 @@
-# PG\_GET\_SENDERS\_CATCHUP\_TIME
+# PG\_GET\_SENDERS\_CATCHUP\_TIME
PG\_GET\_SENDERS\_CATCHUP\_TIME视图显示数据库节点上当前活跃的主备发送线程的追赶信息。
diff --git a/content/zh/docs/DataBaseReference/PG_GROUP.md b/content/zh/docs/DatabaseReference/PG_GROUP.md
similarity index 99%
rename from content/zh/docs/DataBaseReference/PG_GROUP.md
rename to content/zh/docs/DatabaseReference/PG_GROUP.md
index 652fed32dc6b4eef6923a6fe38acada9235b458a..740e24b97b6518e4e31a2560ecf0a8ab441d2ab8 100644
--- a/content/zh/docs/DataBaseReference/PG_GROUP.md
+++ b/content/zh/docs/DatabaseReference/PG_GROUP.md
@@ -1,4 +1,4 @@
-# PG\_GROUP
+# PG\_GROUP
PG\_GROUP视图查看数据库认证角色及角色之间的成员关系。
diff --git a/content/zh/docs/DataBaseReference/PG_GTT_ATTACHED_PIDS.md b/content/zh/docs/DatabaseReference/PG_GTT_ATTACHED_PIDS.md
similarity index 99%
rename from content/zh/docs/DataBaseReference/PG_GTT_ATTACHED_PIDS.md
rename to content/zh/docs/DatabaseReference/PG_GTT_ATTACHED_PIDS.md
index 87285bf73b8cd4a9687a1f71e3913eafc071e0e7..650a89e5b23bb681a7c55c9dca486ebd8fd79547 100644
--- a/content/zh/docs/DataBaseReference/PG_GTT_ATTACHED_PIDS.md
+++ b/content/zh/docs/DatabaseReference/PG_GTT_ATTACHED_PIDS.md
@@ -1,4 +1,4 @@
-# PG\_GTT\_ATTACHED\_PIDS
+# PG\_GTT\_ATTACHED\_PIDS
PG\_GTT\_ATTACHED\_PIDS视图查看哪些会话正在使用全局临时表,调用pg\_get\_attached\_pid函数。
diff --git a/content/zh/docs/DataBaseReference/PG_GTT_RELSTATS.md b/content/zh/docs/DatabaseReference/PG_GTT_RELSTATS.md
similarity index 99%
rename from content/zh/docs/DataBaseReference/PG_GTT_RELSTATS.md
rename to content/zh/docs/DatabaseReference/PG_GTT_RELSTATS.md
index dee9cd6aebfd579684db98cfc15c78011f692db4..3f740b650feb48a2e92c6dacf7f7cdd4678029ac 100644
--- a/content/zh/docs/DataBaseReference/PG_GTT_RELSTATS.md
+++ b/content/zh/docs/DatabaseReference/PG_GTT_RELSTATS.md
@@ -1,4 +1,4 @@
-# PG\_GTT\_RELSTATS
+# PG\_GTT\_RELSTATS
PG\_GTT\_RELSTATS视图查看当前会话所有全局临时表基本信息,调用pg\_get\_gtt\_relstats函数。
diff --git a/content/zh/docs/DataBaseReference/PG_GTT_STATS.md b/content/zh/docs/DatabaseReference/PG_GTT_STATS.md
similarity index 99%
rename from content/zh/docs/DataBaseReference/PG_GTT_STATS.md
rename to content/zh/docs/DatabaseReference/PG_GTT_STATS.md
index 7d4cd64531605f0e047d21dbaf5172b04b11efe1..a1723287b7b942e6e30cba3b13029366d6608fba 100644
--- a/content/zh/docs/DataBaseReference/PG_GTT_STATS.md
+++ b/content/zh/docs/DatabaseReference/PG_GTT_STATS.md
@@ -1,4 +1,4 @@
-# PG\_GTT\_STATS
+# PG\_GTT\_STATS
PG\_GTT\_STATS视图查看当前会话所有全局临时表单列统计信息,调用pg\_get\_gtt\_statistics函数。
diff --git a/content/zh/docs/DataBaseReference/PG_HASHBUCKET.md b/content/zh/docs/DatabaseReference/PG_HASHBUCKET.md
similarity index 99%
rename from content/zh/docs/DataBaseReference/PG_HASHBUCKET.md
rename to content/zh/docs/DatabaseReference/PG_HASHBUCKET.md
index 59907f8572dac3cdf32cd9d2b2661f9c13e164eb..6ad8a8c97f15ed4d82819ea2f0fb6c2671c10dd3 100644
--- a/content/zh/docs/DataBaseReference/PG_HASHBUCKET.md
+++ b/content/zh/docs/DatabaseReference/PG_HASHBUCKET.md
@@ -1,4 +1,4 @@
-# PG\_HASHBUCKET
+# PG\_HASHBUCKET
PG\_HASHBUCKET系统表存储hash bucket信息。
diff --git a/content/zh/docs/DataBaseReference/PG_INDEX.md b/content/zh/docs/DatabaseReference/PG_INDEX.md
similarity index 99%
rename from content/zh/docs/DataBaseReference/PG_INDEX.md
rename to content/zh/docs/DatabaseReference/PG_INDEX.md
index c8da9962b8b29266ebe2775a98b7ec2cba663d91..7d428621540acce590bdf6d23df6b0c38c04172e 100644
--- a/content/zh/docs/DataBaseReference/PG_INDEX.md
+++ b/content/zh/docs/DatabaseReference/PG_INDEX.md
@@ -1,4 +1,4 @@
-# PG\_INDEX
+# PG\_INDEX
PG\_INDEX系统表存储索引的一部分信息,其他的信息大多数在PG\_CLASS中。
diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_INDEXES.md b/content/zh/docs/DatabaseReference/PG_INDEXES.md
similarity index 99%
rename from content/docs-lite/zh/docs/DataBaseReference/PG_INDEXES.md
rename to content/zh/docs/DatabaseReference/PG_INDEXES.md
index 879b6fa94d83bc282798796d6fe364bc7d413bd6..67a006abc3069db1fa1714606c615c43ec5ee381 100644
--- a/content/docs-lite/zh/docs/DataBaseReference/PG_INDEXES.md
+++ b/content/zh/docs/DatabaseReference/PG_INDEXES.md
@@ -1,4 +1,4 @@
-# PG\_INDEXES
+# PG\_INDEXES
PG\_INDEXES视图提供对数据库中每个索引的有用信息的访问。
@@ -46,7 +46,7 @@ PG\_INDEXES视图提供对数据库中每个索引的有用信息的访问。
| name
|
-PG_TABLESPACE.nspname
+ | PG_TABLESPACE.spcname
|
包含索引的表空间名称。
|
diff --git a/content/zh/docs/DataBaseReference/PG_INHERITS.md b/content/zh/docs/DatabaseReference/PG_INHERITS.md
similarity index 99%
rename from content/zh/docs/DataBaseReference/PG_INHERITS.md
rename to content/zh/docs/DatabaseReference/PG_INHERITS.md
index db458a978429f487e68a79b6b3cf35fb04703d91..1cc8bcddb133a9863b024e73ea5b0e1f5564f6af 100644
--- a/content/zh/docs/DataBaseReference/PG_INHERITS.md
+++ b/content/zh/docs/DatabaseReference/PG_INHERITS.md
@@ -1,4 +1,4 @@
-# PG\_INHERITS
+# PG\_INHERITS
PG\_INHERITS系统表记录关于表继承层次的信息。数据库里每个直接的子系表都有一条记录。间接的继承可以通过追溯记录链来判断。
diff --git a/content/zh/docs/DataBaseReference/PG_JOB.md b/content/zh/docs/DatabaseReference/PG_JOB.md
similarity index 99%
rename from content/zh/docs/DataBaseReference/PG_JOB.md
rename to content/zh/docs/DatabaseReference/PG_JOB.md
index 5169ef6f1b16a0113e12fe0a8763b964865443c8..875d28a47466edeb2e0768f60e341cb2d151d6ce 100644
--- a/content/zh/docs/DataBaseReference/PG_JOB.md
+++ b/content/zh/docs/DatabaseReference/PG_JOB.md
@@ -1,4 +1,4 @@
-# PG\_JOB
+# PG\_JOB
PG\_JOB系统表存储用户创建的定时任务的任务详细信息,定时任务线程定时轮询pg\_job系统表中的时间,当任务到期会触发任务的执行,并更新pg\_job表中的任务状态。该系统表属于Shared Relation,所有创建的job记录对所有数据库可见。
diff --git a/content/zh/docs/DataBaseReference/PG_JOB_PROC.md b/content/zh/docs/DatabaseReference/PG_JOB_PROC.md
similarity index 99%
rename from content/zh/docs/DataBaseReference/PG_JOB_PROC.md
rename to content/zh/docs/DatabaseReference/PG_JOB_PROC.md
index b76fa03213a3b71fb802e3855afed67bdebf97f1..9de4291a8007cf11f0a47870125de47116649035 100644
--- a/content/zh/docs/DataBaseReference/PG_JOB_PROC.md
+++ b/content/zh/docs/DatabaseReference/PG_JOB_PROC.md
@@ -1,4 +1,4 @@
-# PG\_JOB\_PROC
+# PG\_JOB\_PROC
PG\_JOB\_PROC系统表对应PG\_JOB表中每个任务的作业内容(包括:PL/SQL代码块、匿名块)。将存储过程信息独立出来,如果放到PG\_JOB中,被加载到共享内存的时候,会占用不必要的空间,所以在使用的时候再进行查询获取。
diff --git a/content/zh/docs/DataBaseReference/PG_LANGUAGE.md b/content/zh/docs/DatabaseReference/PG_LANGUAGE.md
similarity index 99%
rename from content/zh/docs/DataBaseReference/PG_LANGUAGE.md
rename to content/zh/docs/DatabaseReference/PG_LANGUAGE.md
index c5504e1dc091712c7766b2ae6f21f9b9d29a86ab..e52ea0611711a500e78529c7268a4ceed52bdc71 100644
--- a/content/zh/docs/DataBaseReference/PG_LANGUAGE.md
+++ b/content/zh/docs/DatabaseReference/PG_LANGUAGE.md
@@ -1,4 +1,4 @@
-# PG\_LANGUAGE
+# PG\_LANGUAGE
PG\_LANGUAGE系统表登记编程语言,用户可以用这些语言或接口写函数或者存储过程。
diff --git a/content/zh/docs/DataBaseReference/PG_LARGEOBJECT.md b/content/zh/docs/DatabaseReference/PG_LARGEOBJECT.md
similarity index 99%
rename from content/zh/docs/DataBaseReference/PG_LARGEOBJECT.md
rename to content/zh/docs/DatabaseReference/PG_LARGEOBJECT.md
index 6bbf100d9884420672054abab31b9d4d3d5da27b..ef063c73011cbe2338cc2f8fd591de5693a1470d 100644
--- a/content/zh/docs/DataBaseReference/PG_LARGEOBJECT.md
+++ b/content/zh/docs/DatabaseReference/PG_LARGEOBJECT.md
@@ -1,4 +1,4 @@
-# PG\_LARGEOBJECT
+# PG\_LARGEOBJECT
PG\_LARGEOBJECT系统表保存那些标记着“大对象”的数据。一个大对象是使用其创建时分配的OID标识的。每个大对象都分解成足够小的小段或者“页面”以便以行的形式存储在PG\_LARGEOBJECT里。每页的数据定义为LOBLKSIZE。
diff --git a/content/zh/docs/DataBaseReference/PG_LARGEOBJECT_METADATA.md b/content/zh/docs/DatabaseReference/PG_LARGEOBJECT_METADATA.md
similarity index 99%
rename from content/zh/docs/DataBaseReference/PG_LARGEOBJECT_METADATA.md
rename to content/zh/docs/DatabaseReference/PG_LARGEOBJECT_METADATA.md
index 4f50291d2e2c87bc0197b6e7e5aaaf8653baee92..302ee7329d30f1148e7534b55a2966b52b766345 100644
--- a/content/zh/docs/DataBaseReference/PG_LARGEOBJECT_METADATA.md
+++ b/content/zh/docs/DatabaseReference/PG_LARGEOBJECT_METADATA.md
@@ -1,4 +1,4 @@
-# PG\_LARGEOBJECT\_METADATA
+# PG\_LARGEOBJECT\_METADATA
PG\_LARGEOBJECT\_METADATA系统表存储与大数据相关的元数据。实际的大对象数据存储在PG\_LARGEOBJECT里。
diff --git a/content/zh/docs/DataBaseReference/PG_LOCKS.md b/content/zh/docs/DatabaseReference/PG_LOCKS.md
similarity index 99%
rename from content/zh/docs/DataBaseReference/PG_LOCKS.md
rename to content/zh/docs/DatabaseReference/PG_LOCKS.md
index 6f8646d8e07e1207578887b19fd3ed1c78b012f8..ec1dca622d68aef001690f24b55ca83b81ab0a3c 100644
--- a/content/zh/docs/DataBaseReference/PG_LOCKS.md
+++ b/content/zh/docs/DatabaseReference/PG_LOCKS.md
@@ -1,4 +1,4 @@
-# PG\_LOCKS
+# PG\_LOCKS
PG\_LOCKS视图存储各打开事务所持有的锁信息。
diff --git a/content/zh/docs/DataBaseReference/PG_NAMESPACE.md b/content/zh/docs/DatabaseReference/PG_NAMESPACE.md
similarity index 99%
rename from content/zh/docs/DataBaseReference/PG_NAMESPACE.md
rename to content/zh/docs/DatabaseReference/PG_NAMESPACE.md
index 42676fa6fe2bde12a0f355dafa0fefd22a16c8ad..3a89fa248a2203a8289c5671abc41105f433924d 100644
--- a/content/zh/docs/DataBaseReference/PG_NAMESPACE.md
+++ b/content/zh/docs/DatabaseReference/PG_NAMESPACE.md
@@ -1,4 +1,4 @@
-# PG\_NAMESPACE
+# PG\_NAMESPACE
PG\_NAMESPACE系统表存储名称空间,即存储schema相关的信息。
diff --git a/content/zh/docs/DataBaseReference/PG_NODE_ENV.md b/content/zh/docs/DatabaseReference/PG_NODE_ENV.md
similarity index 99%
rename from content/zh/docs/DataBaseReference/PG_NODE_ENV.md
rename to content/zh/docs/DatabaseReference/PG_NODE_ENV.md
index 42a632be45fc7120e4196db195b388752abd595a..5146d6c49718f09acbdd1b2927c522f1eb81548f 100644
--- a/content/zh/docs/DataBaseReference/PG_NODE_ENV.md
+++ b/content/zh/docs/DatabaseReference/PG_NODE_ENV.md
@@ -1,4 +1,4 @@
-# PG\_NODE\_ENV
+# PG\_NODE\_ENV
PG\_NODE\_ENV视图提供获取当前节点的环境变量信息。
diff --git a/content/zh/docs/DataBaseReference/PG_OBJECT.md b/content/zh/docs/DatabaseReference/PG_OBJECT.md
similarity index 98%
rename from content/zh/docs/DataBaseReference/PG_OBJECT.md
rename to content/zh/docs/DatabaseReference/PG_OBJECT.md
index fe6f9ada30991b2ce031234e6b9ff12487c00a4a..e2e3290e448ac49c00e763d2eb4f2330b1072143 100644
--- a/content/zh/docs/DataBaseReference/PG_OBJECT.md
+++ b/content/zh/docs/DatabaseReference/PG_OBJECT.md
@@ -1,4 +1,4 @@
-# PG\_OBJECT
+# PG\_OBJECT
PG\_OBJECT系统表存储限定类型对象(普通表、索引、序列、视图、存储过程和函数)的创建用户、创建时间和最后修改时间。
@@ -66,7 +66,7 @@ PG\_OBJECT系统表存储限定类型对象(普通表、索引、序列、视
---|
-> **须知:**
+> **须知:**
>
>- 无法记录初始化数据库(initdb)过程中所创建或修改的对象,即PG\_OBJECT无法查询到该对象记录。
>- 对于升级前创建的对象,再次修改时会记录其修改时间(mtime),对表或索引执行DDL操作时会记录其所属事务的事务提交序列号(changecsn)。由于无法得知该对象创建时间,因此ctime和createcsn为空。
diff --git a/content/zh/docs/DataBaseReference/PG_OPCLASS.md b/content/zh/docs/DatabaseReference/PG_OPCLASS.md
similarity index 99%
rename from content/zh/docs/DataBaseReference/PG_OPCLASS.md
rename to content/zh/docs/DatabaseReference/PG_OPCLASS.md
index 13249408c8a022adb917278d12905b49c0cbd88f..7a6d6241171061dde24367d3063df8dc993256fa 100644
--- a/content/zh/docs/DataBaseReference/PG_OPCLASS.md
+++ b/content/zh/docs/DatabaseReference/PG_OPCLASS.md
@@ -1,4 +1,4 @@
-# PG\_OPCLASS
+# PG\_OPCLASS
PG\_OPCLASS系统表定义索引访问方法操作符类。
diff --git a/content/zh/docs/DataBaseReference/PG_OPERATOR.md b/content/zh/docs/DatabaseReference/PG_OPERATOR.md
similarity index 99%
rename from content/zh/docs/DataBaseReference/PG_OPERATOR.md
rename to content/zh/docs/DatabaseReference/PG_OPERATOR.md
index a752dba9bbc7f39e6598ae91e229b332bdd07497..1f289dc89f0bbba417116af4b5039878fcb0a28f 100644
--- a/content/zh/docs/DataBaseReference/PG_OPERATOR.md
+++ b/content/zh/docs/DatabaseReference/PG_OPERATOR.md
@@ -1,4 +1,4 @@
-# PG\_OPERATOR
+# PG\_OPERATOR
PG\_OPERATOR系统表存储有关操作符的信息。
diff --git a/content/zh/docs/DataBaseReference/PG_OPFAMILY.md b/content/zh/docs/DatabaseReference/PG_OPFAMILY.md
similarity index 99%
rename from content/zh/docs/DataBaseReference/PG_OPFAMILY.md
rename to content/zh/docs/DatabaseReference/PG_OPFAMILY.md
index 9ab5ef15e2a6e1f7db624822c254b91c981a6743..0490f7f84f45a5fd2b5bfc712404471d0548ec10 100644
--- a/content/zh/docs/DataBaseReference/PG_OPFAMILY.md
+++ b/content/zh/docs/DatabaseReference/PG_OPFAMILY.md
@@ -1,4 +1,4 @@
-# PG\_OPFAMILY
+# PG\_OPFAMILY
PG\_OPFAMILY系统表定义操作符族。
diff --git a/content/zh/docs/DataBaseReference/PG_OS_THREADS.md b/content/zh/docs/DatabaseReference/PG_OS_THREADS.md
similarity index 99%
rename from content/zh/docs/DataBaseReference/PG_OS_THREADS.md
rename to content/zh/docs/DatabaseReference/PG_OS_THREADS.md
index 3ade516e48e75783fc68e3412f0763be19558229..08db69a76fb388b3f769704f193b98a74f4e0218 100644
--- a/content/zh/docs/DataBaseReference/PG_OS_THREADS.md
+++ b/content/zh/docs/DatabaseReference/PG_OS_THREADS.md
@@ -1,4 +1,4 @@
-# PG\_OS\_THREADS
+# PG\_OS\_THREADS
PG\_OS\_THREADS视图提供当前节点下所有线程的状态信息。
diff --git a/content/zh/docs/DataBaseReference/PG_PARTITION.md b/content/zh/docs/DatabaseReference/PG_PARTITION.md
similarity index 99%
rename from content/zh/docs/DataBaseReference/PG_PARTITION.md
rename to content/zh/docs/DatabaseReference/PG_PARTITION.md
index 8083b96c3c7e7fb73125d8738300fb023fdc0ac0..bc58df453341d14363400cd38ea328b921dfa28e 100644
--- a/content/zh/docs/DataBaseReference/PG_PARTITION.md
+++ b/content/zh/docs/DatabaseReference/PG_PARTITION.md
@@ -1,4 +1,4 @@
-# PG\_PARTITION
+# PG\_PARTITION
PG\_PARTITION系统表存储数据库内所有分区表(partitioned table)、分区(table partition)、分区上toast表和分区索引(index partition)四类对象的信息。分区表索引(partitioned index)的信息不在PG\_PARTITION系统表中保存。
diff --git a/content/zh/docs/DataBaseReference/PG_PLTEMPLATE.md b/content/zh/docs/DatabaseReference/PG_PLTEMPLATE.md
similarity index 99%
rename from content/zh/docs/DataBaseReference/PG_PLTEMPLATE.md
rename to content/zh/docs/DatabaseReference/PG_PLTEMPLATE.md
index 3e1f7f36d0fa4a5c9587ff82e37f38fc5a6cbf48..e4e5e986612b209285a50fcf2a016087e569785f 100644
--- a/content/zh/docs/DataBaseReference/PG_PLTEMPLATE.md
+++ b/content/zh/docs/DatabaseReference/PG_PLTEMPLATE.md
@@ -1,4 +1,4 @@
-# PG\_PLTEMPLATE
+# PG\_PLTEMPLATE
PG\_PLTEMPLATE系统表存储过程语言的“模板”信息。
diff --git a/content/zh/docs/DataBaseReference/PG_PREPARED_STATEMENTS.md b/content/zh/docs/DatabaseReference/PG_PREPARED_STATEMENTS.md
similarity index 99%
rename from content/zh/docs/DataBaseReference/PG_PREPARED_STATEMENTS.md
rename to content/zh/docs/DatabaseReference/PG_PREPARED_STATEMENTS.md
index 88d5640777ff672ab3ada0477147d48c195c004c..9071dab74e643e3cd0e404104161f8822e9c699c 100644
--- a/content/zh/docs/DataBaseReference/PG_PREPARED_STATEMENTS.md
+++ b/content/zh/docs/DatabaseReference/PG_PREPARED_STATEMENTS.md
@@ -1,4 +1,4 @@
-# PG\_PREPARED\_STATEMENTS
+# PG\_PREPARED\_STATEMENTS
PG\_PREPARED\_STATEMENTS视图显示当前会话所有可用的预备语句。
diff --git a/content/zh/docs/DataBaseReference/PG_PREPARED_XACTS.md b/content/zh/docs/DatabaseReference/PG_PREPARED_XACTS.md
similarity index 99%
rename from content/zh/docs/DataBaseReference/PG_PREPARED_XACTS.md
rename to content/zh/docs/DatabaseReference/PG_PREPARED_XACTS.md
index 30cda4f798e38daedd0338c35274ea1e299e0680..e276f7fa39f7eb776fceed26c96b2b8e1417a63f 100644
--- a/content/zh/docs/DataBaseReference/PG_PREPARED_XACTS.md
+++ b/content/zh/docs/DatabaseReference/PG_PREPARED_XACTS.md
@@ -1,4 +1,4 @@
-# PG\_PREPARED\_XACTS
+# PG\_PREPARED\_XACTS
PG\_PREPARED\_XACTS视图显示当前准备好进行两阶段提交的事务的信息。
diff --git a/content/zh/docs/DataBaseReference/PG_PROC.md b/content/zh/docs/DatabaseReference/PG_PROC.md
similarity index 99%
rename from content/zh/docs/DataBaseReference/PG_PROC.md
rename to content/zh/docs/DatabaseReference/PG_PROC.md
index c6c35f9a8594afe501e6362c033f080967d937cc..7b27b29077b5bff99a6498062fafebe0a52af069 100644
--- a/content/zh/docs/DataBaseReference/PG_PROC.md
+++ b/content/zh/docs/DatabaseReference/PG_PROC.md
@@ -1,4 +1,4 @@
-# PG\_PROC
+# PG\_PROC
PG\_PROC系统表存储函数或过程的信息。
@@ -213,7 +213,7 @@ PG\_PROC系统表存储函数或过程的信息。
| aclitem[]
|
-访问权限。具体请参见GRANT和REVOKE。
+ | 访问权限。具体请参见GRANT和REVOKE。
|
prodefaultargpos
diff --git a/content/zh/docs/DataBaseReference/PG_PUBLICATION.md b/content/zh/docs/DatabaseReference/PG_PUBLICATION.md
similarity index 98%
rename from content/zh/docs/DataBaseReference/PG_PUBLICATION.md
rename to content/zh/docs/DatabaseReference/PG_PUBLICATION.md
index 3217f70c8c519393a9a7557067524a69c3809ef3..6c83ed76dbcab8c3ebbc10d065e5a7cf6f81ca07 100644
--- a/content/zh/docs/DataBaseReference/PG_PUBLICATION.md
+++ b/content/zh/docs/DatabaseReference/PG_PUBLICATION.md
@@ -1,4 +1,4 @@
-# PG\_PUBLICATION
+# PG\_PUBLICATION
系统表pg\_publication包含当前数据库中创建的所有publication。
diff --git a/content/zh/docs/DataBaseReference/PG_PUBLICATION_REL.md b/content/zh/docs/DatabaseReference/PG_PUBLICATION_REL.md
similarity index 98%
rename from content/zh/docs/DataBaseReference/PG_PUBLICATION_REL.md
rename to content/zh/docs/DatabaseReference/PG_PUBLICATION_REL.md
index 55638eef5c72d4d66c2833ea31f25a75cd55235d..9cbd8320d98e92bc316c6ce81ac63ea70483176d 100644
--- a/content/zh/docs/DataBaseReference/PG_PUBLICATION_REL.md
+++ b/content/zh/docs/DatabaseReference/PG_PUBLICATION_REL.md
@@ -1,4 +1,4 @@
-# PG\_PUBLICATION\_REL
+# PG\_PUBLICATION\_REL
系统表PG\_PUBLICATION\_REL包含当前数据库中的表和publication之间的映射,这是一种多对多映射。
diff --git a/content/zh/docs/DataBaseReference/PG_PUBLICATION_TABLES.md b/content/zh/docs/DatabaseReference/PG_PUBLICATION_TABLES.md
similarity index 97%
rename from content/zh/docs/DataBaseReference/PG_PUBLICATION_TABLES.md
rename to content/zh/docs/DatabaseReference/PG_PUBLICATION_TABLES.md
index 402df77e59e1ab1da43c4d1873da2acb7335e58c..6d312bef2a7ab64482038ce4745dadf3f93dd48b 100644
--- a/content/zh/docs/DataBaseReference/PG_PUBLICATION_TABLES.md
+++ b/content/zh/docs/DatabaseReference/PG_PUBLICATION_TABLES.md
@@ -1,4 +1,4 @@
-# PG\_PUBLICATION\_TABLES
+# PG\_PUBLICATION\_TABLES
视图PG\_PUBLICATION\_TABLES提供publication与其所发布的表之间的映射信息。和底层的系统表pg\_publication\_rel不同,这个视图展开了定义为FOR ALL TABLES的publication,这样对这类publication来说,每一个合格的表都有一行。
diff --git a/content/zh/docs/DataBaseReference/PG_RANGE.md b/content/zh/docs/DatabaseReference/PG_RANGE.md
similarity index 99%
rename from content/zh/docs/DataBaseReference/PG_RANGE.md
rename to content/zh/docs/DatabaseReference/PG_RANGE.md
index e421ebfbf2c68d4df4f3cf9fd856877e61d380d7..07acb90a368a1f2b45b0c9d91524dc198b5b5fb5 100644
--- a/content/zh/docs/DataBaseReference/PG_RANGE.md
+++ b/content/zh/docs/DatabaseReference/PG_RANGE.md
@@ -1,4 +1,4 @@
-# PG\_RANGE
+# PG\_RANGE
PG\_RANGE系统表存储关于范围类型的信息。除了[PG\_TYPE](PG_TYPE.md)里类型的记录。
diff --git a/content/zh/docs/DataBaseReference/PG_REPLICATION_ORIGIN.md b/content/zh/docs/DatabaseReference/PG_REPLICATION_ORIGIN.md
similarity index 96%
rename from content/zh/docs/DataBaseReference/PG_REPLICATION_ORIGIN.md
rename to content/zh/docs/DatabaseReference/PG_REPLICATION_ORIGIN.md
index d0fb2ae1bd8c44350d38877c2c237b19dfda666e..d620979cae1413384728b5f190610dab82d42fff 100644
--- a/content/zh/docs/DataBaseReference/PG_REPLICATION_ORIGIN.md
+++ b/content/zh/docs/DatabaseReference/PG_REPLICATION_ORIGIN.md
@@ -1,4 +1,4 @@
-# PG\_REPLICATION\_ORIGIN
+# PG\_REPLICATION\_ORIGIN
PG\_REPLICATION\_ORIGIN系统表包含所有已创建的复制源,该表为全局共享表,即在每个节点上只有一份pg\_replication\_origin,而不是每个数据库一份。
diff --git a/content/zh/docs/DataBaseReference/PG_REPLICATION_ORIGIN_STATUS.md b/content/zh/docs/DatabaseReference/PG_REPLICATION_ORIGIN_STATUS.md
similarity index 97%
rename from content/zh/docs/DataBaseReference/PG_REPLICATION_ORIGIN_STATUS.md
rename to content/zh/docs/DatabaseReference/PG_REPLICATION_ORIGIN_STATUS.md
index 2ab8bb4e05796c01791c4e7bf10545245a3d76c8..be66dd64093b994832e929236cd370868c71996e 100644
--- a/content/zh/docs/DataBaseReference/PG_REPLICATION_ORIGIN_STATUS.md
+++ b/content/zh/docs/DatabaseReference/PG_REPLICATION_ORIGIN_STATUS.md
@@ -1,4 +1,4 @@
-# PG\_REPLICATION\_ORIGIN\_STATUS
+# PG\_REPLICATION\_ORIGIN\_STATUS
获取复制源的复制状态。
diff --git a/content/zh/docs/DataBaseReference/PG_REPLICATION_SLOTS.md b/content/zh/docs/DatabaseReference/PG_REPLICATION_SLOTS.md
similarity index 99%
rename from content/zh/docs/DataBaseReference/PG_REPLICATION_SLOTS.md
rename to content/zh/docs/DatabaseReference/PG_REPLICATION_SLOTS.md
index b9a486c83d796078f611292dde9c0a0243a7cb24..cb22f61075db28282086888a866957c840227731 100644
--- a/content/zh/docs/DataBaseReference/PG_REPLICATION_SLOTS.md
+++ b/content/zh/docs/DatabaseReference/PG_REPLICATION_SLOTS.md
@@ -1,4 +1,4 @@
-# PG\_REPLICATION\_SLOTS
+# PG\_REPLICATION\_SLOTS
PG\_REPLICATION\_SLOTS视图查看复制槽的信息。
diff --git a/content/zh/docs/DataBaseReference/PG_RESOURCE_POOL.md b/content/zh/docs/DatabaseReference/PG_RESOURCE_POOL.md
similarity index 99%
rename from content/zh/docs/DataBaseReference/PG_RESOURCE_POOL.md
rename to content/zh/docs/DatabaseReference/PG_RESOURCE_POOL.md
index 9bb2feab09e91969293e1199c1912a3bb6d65afd..0bd453714162798d6071fd6054146e7e25811a68 100644
--- a/content/zh/docs/DataBaseReference/PG_RESOURCE_POOL.md
+++ b/content/zh/docs/DatabaseReference/PG_RESOURCE_POOL.md
@@ -1,4 +1,4 @@
-# PG\_RESOURCE\_POOL
+# PG\_RESOURCE\_POOL
PG\_RESOURCE\_POOL系统表提供了数据库资源池的信息。
diff --git a/content/zh/docs/DataBaseReference/PG_REWRITE.md b/content/zh/docs/DatabaseReference/PG_REWRITE.md
similarity index 99%
rename from content/zh/docs/DataBaseReference/PG_REWRITE.md
rename to content/zh/docs/DatabaseReference/PG_REWRITE.md
index af56ae1745d46759e277d0e1f1374afaebfd5a64..878d5b3a696915c9e7bfef30c606ea2d05d86ab9 100644
--- a/content/zh/docs/DataBaseReference/PG_REWRITE.md
+++ b/content/zh/docs/DatabaseReference/PG_REWRITE.md
@@ -1,4 +1,4 @@
-# PG\_REWRITE
+# PG\_REWRITE
PG\_REWRITE系统表存储为表和视图定义的重写规则。
diff --git a/content/zh/docs/DataBaseReference/PG_RLSPOLICIES.md b/content/zh/docs/DatabaseReference/PG_RLSPOLICIES.md
similarity index 99%
rename from content/zh/docs/DataBaseReference/PG_RLSPOLICIES.md
rename to content/zh/docs/DatabaseReference/PG_RLSPOLICIES.md
index 3b1aeb1738566252d4264c32f7b44365e2b8b313..832a569ff0b8241ccde101c25039117d18915639 100644
--- a/content/zh/docs/DataBaseReference/PG_RLSPOLICIES.md
+++ b/content/zh/docs/DatabaseReference/PG_RLSPOLICIES.md
@@ -1,4 +1,4 @@
-# PG\_RLSPOLICIES
+# PG\_RLSPOLICIES
PG\_RLSPOLICIES视图提供查询行级访问控制策略。
diff --git a/content/zh/docs/DataBaseReference/PG_RLSPOLICY.md b/content/zh/docs/DatabaseReference/PG_RLSPOLICY.md
similarity index 99%
rename from content/zh/docs/DataBaseReference/PG_RLSPOLICY.md
rename to content/zh/docs/DatabaseReference/PG_RLSPOLICY.md
index ac0cadb39a3a3bc891ab2489e14cf76514efe2d7..74f1deb01ad421da43c3a13dd4f091a3c156a4b3 100644
--- a/content/zh/docs/DataBaseReference/PG_RLSPOLICY.md
+++ b/content/zh/docs/DatabaseReference/PG_RLSPOLICY.md
@@ -1,4 +1,4 @@
-# PG\_RLSPOLICY
+# PG\_RLSPOLICY
PG\_RLSPOLICY系统表存储行级访问控制策略。
diff --git a/content/zh/docs/DataBaseReference/PG_ROLES.md b/content/zh/docs/DatabaseReference/PG_ROLES.md
similarity index 99%
rename from content/zh/docs/DataBaseReference/PG_ROLES.md
rename to content/zh/docs/DatabaseReference/PG_ROLES.md
index ba00daa5f538eabc70816cf23c942b1ad6dbfba3..c7ebfde4d666c78a2a8bffc34fb931097f83302e 100644
--- a/content/zh/docs/DataBaseReference/PG_ROLES.md
+++ b/content/zh/docs/DatabaseReference/PG_ROLES.md
@@ -1,4 +1,4 @@
-# PG\_ROLES
+# PG\_ROLES
PG\_ROLES视图提供访问数据库角色的相关信息,初始化用户和具有sysadmin属性或createrole属性的用户可以查看全部角色的信息,其他用户只能查看自己的信息。
diff --git a/content/zh/docs/DataBaseReference/PG_RULES.md b/content/zh/docs/DatabaseReference/PG_RULES.md
similarity index 99%
rename from content/zh/docs/DataBaseReference/PG_RULES.md
rename to content/zh/docs/DatabaseReference/PG_RULES.md
index ec34e7522fb990b904068a7b4aefa60e4579a2e6..f7f083177beb548f79f326e9cc6593e652c58c41 100644
--- a/content/zh/docs/DataBaseReference/PG_RULES.md
+++ b/content/zh/docs/DatabaseReference/PG_RULES.md
@@ -1,4 +1,4 @@
-# PG\_RULES
+# PG\_RULES
PG\_RULES视图提供对查询重写规则的有用信息访问的接口。
diff --git a/content/zh/docs/DataBaseReference/PG_RUNNING_XACTS.md b/content/zh/docs/DatabaseReference/PG_RUNNING_XACTS.md
similarity index 99%
rename from content/zh/docs/DataBaseReference/PG_RUNNING_XACTS.md
rename to content/zh/docs/DatabaseReference/PG_RUNNING_XACTS.md
index 174483bbfee20c4ba8f4b417468a86433192e76b..d3731f2ee82e2876b0d1c66c56b4655a10d127dc 100644
--- a/content/zh/docs/DataBaseReference/PG_RUNNING_XACTS.md
+++ b/content/zh/docs/DatabaseReference/PG_RUNNING_XACTS.md
@@ -1,4 +1,4 @@
-# PG\_RUNNING\_XACTS
+# PG\_RUNNING\_XACTS
PG\_RUNNING\_XACTS视图主要功能是显示当前节点运行事务的信息。
diff --git a/content/zh/docs/DataBaseReference/PG_SECLABEL.md b/content/zh/docs/DatabaseReference/PG_SECLABEL.md
similarity index 99%
rename from content/zh/docs/DataBaseReference/PG_SECLABEL.md
rename to content/zh/docs/DatabaseReference/PG_SECLABEL.md
index 7467dd5ea38f98aebac6bffed192fb3d17647162..5b2afdffaa8a70336c483eb9fdc23afff918e92a 100644
--- a/content/zh/docs/DataBaseReference/PG_SECLABEL.md
+++ b/content/zh/docs/DatabaseReference/PG_SECLABEL.md
@@ -1,4 +1,4 @@
-# PG\_SECLABEL
+# PG\_SECLABEL
PG\_SECLABEL系统表存储数据对象上的安全标签。
diff --git a/content/zh/docs/DataBaseReference/PG_SECLABELS.md b/content/zh/docs/DatabaseReference/PG_SECLABELS.md
similarity index 99%
rename from content/zh/docs/DataBaseReference/PG_SECLABELS.md
rename to content/zh/docs/DatabaseReference/PG_SECLABELS.md
index 887231ff55d1a03f280d8bb916cb51ac22f5d477..3cdcc85e88420347750c7c49b12faf3dc16f0b1a 100644
--- a/content/zh/docs/DataBaseReference/PG_SECLABELS.md
+++ b/content/zh/docs/DatabaseReference/PG_SECLABELS.md
@@ -1,4 +1,4 @@
-# PG\_SECLABELS
+# PG\_SECLABELS
PG\_SECLABELS视图提供关于安全标签的信息。
diff --git a/content/zh/docs/DataBaseReference/PG_SESSION_IOSTAT.md b/content/zh/docs/DatabaseReference/PG_SESSION_IOSTAT.md
similarity index 99%
rename from content/zh/docs/DataBaseReference/PG_SESSION_IOSTAT.md
rename to content/zh/docs/DatabaseReference/PG_SESSION_IOSTAT.md
index 53ef441ee9f45559fd52009491cc81f2f2edb7aa..e86a6295fe4c9e811328ea1dbb7f348ffbbcc229 100644
--- a/content/zh/docs/DataBaseReference/PG_SESSION_IOSTAT.md
+++ b/content/zh/docs/DatabaseReference/PG_SESSION_IOSTAT.md
@@ -1,4 +1,4 @@
-# PG\_SESSION\_IOSTAT
+# PG\_SESSION\_IOSTAT
PG\_SESSION\_IOSTAT视图显示当前用户执行作业正在运行时的IO负载管理相关信息。查询该视图需要sysadmin权限或者monitor admin权限。
diff --git a/content/zh/docs/DataBaseReference/PG_SESSION_WLMSTAT.md b/content/zh/docs/DatabaseReference/PG_SESSION_WLMSTAT.md
similarity index 99%
rename from content/zh/docs/DataBaseReference/PG_SESSION_WLMSTAT.md
rename to content/zh/docs/DatabaseReference/PG_SESSION_WLMSTAT.md
index f9f9ccac3e8198cf0791614dc64ff360e08c2b85..6989fe6aa5c32d25f38d6b0591356a719f8642bd 100644
--- a/content/zh/docs/DataBaseReference/PG_SESSION_WLMSTAT.md
+++ b/content/zh/docs/DatabaseReference/PG_SESSION_WLMSTAT.md
@@ -1,4 +1,4 @@
-# PG\_SESSION\_WLMSTAT
+# PG\_SESSION\_WLMSTAT
PG\_SESSION\_WLMSTAT视图显示当前用户执行作业正在运行时的负载管理相关信息。查询该视图需要sysadmin权限。
diff --git a/content/zh/docs/DataBaseReference/PG_SET.md b/content/zh/docs/DatabaseReference/PG_SET.md
similarity index 98%
rename from content/zh/docs/DataBaseReference/PG_SET.md
rename to content/zh/docs/DatabaseReference/PG_SET.md
index 0bffe1a5fa1034a953e866113cfcbda249fef4d5..d46096230d3417b210eeafca5c6f5b2b9cb864bc 100644
--- a/content/zh/docs/DataBaseReference/PG_SET.md
+++ b/content/zh/docs/DatabaseReference/PG_SET.md
@@ -1,4 +1,4 @@
-# PG\_SET
+# PG\_SET
PG\_SET系统表存储SET数据类型定义的元数据。
diff --git a/content/zh/docs/DataBaseReference/PG_SETTINGS.md b/content/zh/docs/DatabaseReference/PG_SETTINGS.md
similarity index 99%
rename from content/zh/docs/DataBaseReference/PG_SETTINGS.md
rename to content/zh/docs/DatabaseReference/PG_SETTINGS.md
index f9d337916868b1ed75845c6f9eaa6475bec54f12..76a2bc3179943ad33d25ee8a1bc7b399108922a4 100644
--- a/content/zh/docs/DataBaseReference/PG_SETTINGS.md
+++ b/content/zh/docs/DatabaseReference/PG_SETTINGS.md
@@ -1,4 +1,4 @@
-# PG\_SETTINGS
+# PG\_SETTINGS
PG\_SETTINGS视图显示数据库运行时参数的相关信息。
diff --git a/content/zh/docs/DataBaseReference/PG_SHADOW.md b/content/zh/docs/DatabaseReference/PG_SHADOW.md
similarity index 99%
rename from content/zh/docs/DataBaseReference/PG_SHADOW.md
rename to content/zh/docs/DatabaseReference/PG_SHADOW.md
index 2e6748ec701158bd86510d343b189f6ee654003a..de1e424d185d524c2dbe4c0566e0b5a39272635b 100644
--- a/content/zh/docs/DataBaseReference/PG_SHADOW.md
+++ b/content/zh/docs/DatabaseReference/PG_SHADOW.md
@@ -1,4 +1,4 @@
-# PG\_SHADOW
+# PG\_SHADOW
PG\_SHADOW视图显示了所有在PG\_AUTHID中标记了rolcanlogin的角色的属性。
diff --git a/content/zh/docs/DataBaseReference/PG_SHDEPEND.md b/content/zh/docs/DatabaseReference/PG_SHDEPEND.md
similarity index 99%
rename from content/zh/docs/DataBaseReference/PG_SHDEPEND.md
rename to content/zh/docs/DatabaseReference/PG_SHDEPEND.md
index 3813628b1e24145aa389756af24229792d775483..c2cfc447276a123fa2d0916b9406003e897dc976 100644
--- a/content/zh/docs/DataBaseReference/PG_SHDEPEND.md
+++ b/content/zh/docs/DatabaseReference/PG_SHDEPEND.md
@@ -1,4 +1,4 @@
-# PG\_SHDEPEND
+# PG\_SHDEPEND
PG\_SHDEPEND系统表记录数据库对象和共享对象(比如角色)之间的依赖性关系。这些信息允许openGauss保证在企图删除这些对象之前,这些对象是没有被引用的。
diff --git a/content/zh/docs/DataBaseReference/PG_SHDESCRIPTION.md b/content/zh/docs/DatabaseReference/PG_SHDESCRIPTION.md
similarity index 92%
rename from content/zh/docs/DataBaseReference/PG_SHDESCRIPTION.md
rename to content/zh/docs/DatabaseReference/PG_SHDESCRIPTION.md
index cdc486e6b16604d52a8b573ed9768d8444ae770f..3e213e1148813dd3e8e1edfa1d52e4b42c7ddd8d 100644
--- a/content/zh/docs/DataBaseReference/PG_SHDESCRIPTION.md
+++ b/content/zh/docs/DatabaseReference/PG_SHDESCRIPTION.md
@@ -1,12 +1,12 @@
-# PG\_SHAboutopenGauss
+# PG\_SHDescription
-PG\_SHAboutopenGauss系统表为共享数据库对象存储可选的注释。可以使用COMMENT命令操作注释的内容,使用psql的\\d命令查看注释内容。
+PG\_SHDescription系统表为共享数据库对象存储可选的注释。可以使用COMMENT命令操作注释的内容,使用psql的\\d命令查看注释内容。
-PG\_AboutopenGauss提供了类似的功能,它记录了单个数据库中对象的注释。
+PG\_Description提供了类似的功能,它记录了单个数据库中对象的注释。
-不同于大多数系统表,PG\_SHAboutopenGauss是在openGauss里面所有的数据库之间共享的:每个openGauss只有一个PG\_SHAboutopenGauss,而不是每个数据库一个。
+不同于大多数系统表,PG\_SHDescription是在openGauss里面所有的数据库之间共享的:每个openGauss只有一个PG\_SHDescription,而不是每个数据库一个。
-**表 1** PG\_SHAboutopenGauss字段
+**表 1** PG\_SHDescription字段
名称
@@ -37,7 +37,7 @@ PG\_AboutopenGauss提供了类似的功能,它记录了单个数据库中对
| 这个对象出现的系统表的OID。
|
-AboutopenGauss
+ | Description
|
text
|
diff --git a/content/zh/docs/DataBaseReference/PG_SHSECLABEL.md b/content/zh/docs/DatabaseReference/PG_SHSECLABEL.md
similarity index 99%
rename from content/zh/docs/DataBaseReference/PG_SHSECLABEL.md
rename to content/zh/docs/DatabaseReference/PG_SHSECLABEL.md
index 471c959047e54607e3eef7a5eebc78a6316f80dd..e364b6705e0ee30acde38590add1696b2612c78d 100644
--- a/content/zh/docs/DataBaseReference/PG_SHSECLABEL.md
+++ b/content/zh/docs/DatabaseReference/PG_SHSECLABEL.md
@@ -1,4 +1,4 @@
-# PG\_SHSECLABEL
+# PG\_SHSECLABEL
PG\_SHSECLABEL系统表存储在共享数据库对象上的安全标签。安全标签可以用SECURITY LABEL命令操作。
diff --git a/content/zh/docs/DataBaseReference/PG_STATIO_ALL_INDEXES.md b/content/zh/docs/DatabaseReference/PG_STATIO_ALL_INDEXES.md
similarity index 99%
rename from content/zh/docs/DataBaseReference/PG_STATIO_ALL_INDEXES.md
rename to content/zh/docs/DatabaseReference/PG_STATIO_ALL_INDEXES.md
index e754534a48ba89107c4e5f2859ca17f19dcfed0f..9916651fc70979d6b13be00b6281e0d2d4e4ef3a 100644
--- a/content/zh/docs/DataBaseReference/PG_STATIO_ALL_INDEXES.md
+++ b/content/zh/docs/DatabaseReference/PG_STATIO_ALL_INDEXES.md
@@ -1,4 +1,4 @@
-# PG\_STATIO\_ALL\_INDEXES
+# PG\_STATIO\_ALL\_INDEXES
PG\_STATIO\_ALL\_INDEXES视图将包含当前数据库中的每个索引行,显示特定索引的I/O的统计。
diff --git a/content/zh/docs/DataBaseReference/PG_STATIO_ALL_SEQUENCES.md b/content/zh/docs/DatabaseReference/PG_STATIO_ALL_SEQUENCES.md
similarity index 99%
rename from content/zh/docs/DataBaseReference/PG_STATIO_ALL_SEQUENCES.md
rename to content/zh/docs/DatabaseReference/PG_STATIO_ALL_SEQUENCES.md
index 48c76672fadefd87e4c1fcb9d7b6038965099287..a9d9ed31d5889b4e34c1d7bf5475414d4fecbc08 100644
--- a/content/zh/docs/DataBaseReference/PG_STATIO_ALL_SEQUENCES.md
+++ b/content/zh/docs/DatabaseReference/PG_STATIO_ALL_SEQUENCES.md
@@ -1,4 +1,4 @@
-# PG\_STATIO\_ALL\_SEQUENCES
+# PG\_STATIO\_ALL\_SEQUENCES
PG\_STATIO\_ALL\_SEQUENCES视图包含当前数据库中每个序列的I/O的统计信息。
diff --git a/content/zh/docs/DataBaseReference/PG_STATIO_ALL_TABLES.md b/content/zh/docs/DatabaseReference/PG_STATIO_ALL_TABLES.md
similarity index 99%
rename from content/zh/docs/DataBaseReference/PG_STATIO_ALL_TABLES.md
rename to content/zh/docs/DatabaseReference/PG_STATIO_ALL_TABLES.md
index b9043fb0da25ccba8fc074001e6609ce90db9bc9..da9ff71b05cee73a58dd33736eff7347d58994d5 100644
--- a/content/zh/docs/DataBaseReference/PG_STATIO_ALL_TABLES.md
+++ b/content/zh/docs/DatabaseReference/PG_STATIO_ALL_TABLES.md
@@ -1,4 +1,4 @@
-# PG\_STATIO\_ALL\_TABLES
+# PG\_STATIO\_ALL\_TABLES
PG\_STATIO\_ALL\_TABLES视图将包含当前数据库中每个表(包括TOAST表)的I/O统计信息。
diff --git a/content/zh/docs/DataBaseReference/PG_STATIO_SYS_INDEXES.md b/content/zh/docs/DatabaseReference/PG_STATIO_SYS_INDEXES.md
similarity index 99%
rename from content/zh/docs/DataBaseReference/PG_STATIO_SYS_INDEXES.md
rename to content/zh/docs/DatabaseReference/PG_STATIO_SYS_INDEXES.md
index 94567065653f496aab1bfa970daa2935149baf61..6389e3efd15487a391deadd9cdad46376018475f 100644
--- a/content/zh/docs/DataBaseReference/PG_STATIO_SYS_INDEXES.md
+++ b/content/zh/docs/DatabaseReference/PG_STATIO_SYS_INDEXES.md
@@ -1,4 +1,4 @@
-# PG\_STATIO\_SYS\_INDEXES
+# PG\_STATIO\_SYS\_INDEXES
PG\_STATIO\_SYS\_INDEXES视图显示命名空间中所有系统表索引的IO状态信息。
diff --git a/content/zh/docs/DataBaseReference/PG_STATIO_SYS_SEQUENCES.md b/content/zh/docs/DatabaseReference/PG_STATIO_SYS_SEQUENCES.md
similarity index 99%
rename from content/zh/docs/DataBaseReference/PG_STATIO_SYS_SEQUENCES.md
rename to content/zh/docs/DatabaseReference/PG_STATIO_SYS_SEQUENCES.md
index b5f65e12592a00eb091599ccfb06acfb97a8c4b4..8bc5495b738a1753ee88ade81cb27ef13b40d4e1 100644
--- a/content/zh/docs/DataBaseReference/PG_STATIO_SYS_SEQUENCES.md
+++ b/content/zh/docs/DatabaseReference/PG_STATIO_SYS_SEQUENCES.md
@@ -1,4 +1,4 @@
-# PG\_STATIO\_SYS\_SEQUENCES
+# PG\_STATIO\_SYS\_SEQUENCES
PG\_STATIO\_SYS\_SEQUENCES视图显示命名空间中所有序列的IO状态信息。
diff --git a/content/zh/docs/DataBaseReference/PG_STATIO_SYS_TABLES.md b/content/zh/docs/DatabaseReference/PG_STATIO_SYS_TABLES.md
similarity index 99%
rename from content/zh/docs/DataBaseReference/PG_STATIO_SYS_TABLES.md
rename to content/zh/docs/DatabaseReference/PG_STATIO_SYS_TABLES.md
index 83256b4317b8373f0f13196aad108657d1e895af..8daee55739d36661db0e6df22f3c1b1da145f061 100644
--- a/content/zh/docs/DataBaseReference/PG_STATIO_SYS_TABLES.md
+++ b/content/zh/docs/DatabaseReference/PG_STATIO_SYS_TABLES.md
@@ -1,4 +1,4 @@
-# PG\_STATIO\_SYS\_TABLES
+# PG\_STATIO\_SYS\_TABLES
PG\_STATIO\_SYS\_TABLES视图显示命名空间中所有系统表的IO状态信息。
diff --git a/content/zh/docs/DataBaseReference/PG_STATIO_USER_INDEXES.md b/content/zh/docs/DatabaseReference/PG_STATIO_USER_INDEXES.md
similarity index 99%
rename from content/zh/docs/DataBaseReference/PG_STATIO_USER_INDEXES.md
rename to content/zh/docs/DatabaseReference/PG_STATIO_USER_INDEXES.md
index 524ac8840577c85bce3df4861e034343d3664666..d338511e67867d83d0402fbed7d1432636ca833c 100644
--- a/content/zh/docs/DataBaseReference/PG_STATIO_USER_INDEXES.md
+++ b/content/zh/docs/DatabaseReference/PG_STATIO_USER_INDEXES.md
@@ -1,4 +1,4 @@
-# PG\_STATIO\_USER\_INDEXES
+# PG\_STATIO\_USER\_INDEXES
PG\_STATIO\_USER\_INDEXES视图显示命名空间中所有用户关系表索引的IO状态信息。
diff --git a/content/zh/docs/DataBaseReference/PG_STATIO_USER_SEQUENCES.md b/content/zh/docs/DatabaseReference/PG_STATIO_USER_SEQUENCES.md
similarity index 99%
rename from content/zh/docs/DataBaseReference/PG_STATIO_USER_SEQUENCES.md
rename to content/zh/docs/DatabaseReference/PG_STATIO_USER_SEQUENCES.md
index adfa11dad0eb96a4713ac1e1b08a3be12e9c2854..d4a5534f80d5d1c111a8daa03dae6b38f562c38a 100644
--- a/content/zh/docs/DataBaseReference/PG_STATIO_USER_SEQUENCES.md
+++ b/content/zh/docs/DatabaseReference/PG_STATIO_USER_SEQUENCES.md
@@ -1,4 +1,4 @@
-# PG\_STATIO\_USER\_SEQUENCES
+# PG\_STATIO\_USER\_SEQUENCES
PG\_STATIO\_USER\_SEQUENCES视图显示命名空间中所有用户关系表类型为序列的IO状态信息。
diff --git a/content/zh/docs/DataBaseReference/PG_STATIO_USER_TABLES.md b/content/zh/docs/DatabaseReference/PG_STATIO_USER_TABLES.md
similarity index 99%
rename from content/zh/docs/DataBaseReference/PG_STATIO_USER_TABLES.md
rename to content/zh/docs/DatabaseReference/PG_STATIO_USER_TABLES.md
index c35ca6d8917d4f9f9ad4aecc11e0f83e5b31f4df..e73b5e4bc0f2df494d10055701b5811651d8f416 100644
--- a/content/zh/docs/DataBaseReference/PG_STATIO_USER_TABLES.md
+++ b/content/zh/docs/DatabaseReference/PG_STATIO_USER_TABLES.md
@@ -1,4 +1,4 @@
-# PG\_STATIO\_USER\_TABLES
+# PG\_STATIO\_USER\_TABLES
PG\_STATIO\_USER\_TABLES视图显示命名空间中所有用户关系表的IO状态信息。
diff --git a/content/zh/docs/DataBaseReference/PG_STATISTIC.md b/content/zh/docs/DatabaseReference/PG_STATISTIC.md
similarity index 99%
rename from content/zh/docs/DataBaseReference/PG_STATISTIC.md
rename to content/zh/docs/DatabaseReference/PG_STATISTIC.md
index dbbbf7367fe0f1968e9763a87d4201f38bb1949f..f6f065ea1c925de91683f1efa6fad44d693aa9bc 100644
--- a/content/zh/docs/DataBaseReference/PG_STATISTIC.md
+++ b/content/zh/docs/DatabaseReference/PG_STATISTIC.md
@@ -1,4 +1,4 @@
-# PG\_STATISTIC
+# PG\_STATISTIC
PG\_STATISTIC系统表存储有关该数据库中表和索引列的统计数据。默认只有系统管理员权限才可以访问此系统表,普通用户需要授权才可以访问。
diff --git a/content/zh/docs/DataBaseReference/PG_STATISTIC_EXT.md b/content/zh/docs/DatabaseReference/PG_STATISTIC_EXT.md
similarity index 99%
rename from content/zh/docs/DataBaseReference/PG_STATISTIC_EXT.md
rename to content/zh/docs/DatabaseReference/PG_STATISTIC_EXT.md
index 0fbb7887c9fd98df4d5c21e075d8a63e20268330..060d98cafca2f544617b835e3795a95fffef9eba 100644
--- a/content/zh/docs/DataBaseReference/PG_STATISTIC_EXT.md
+++ b/content/zh/docs/DatabaseReference/PG_STATISTIC_EXT.md
@@ -1,4 +1,4 @@
-# PG\_STATISTIC\_EXT
+# PG\_STATISTIC\_EXT
PG\_STATISTIC\_EXT系统表存储有关该数据库中表的扩展统计数据,包括多列统计数据和表达式统计数据(后续支持)。收集哪些扩展统计数据是由用户指定的。需要有系统管理员权限才可以访问此系统表。
diff --git a/content/zh/docs/DataBaseReference/PG_STATS.md b/content/zh/docs/DatabaseReference/PG_STATS.md
similarity index 99%
rename from content/zh/docs/DataBaseReference/PG_STATS.md
rename to content/zh/docs/DatabaseReference/PG_STATS.md
index ee771d3b5cca1310da97c79e120bb3478c89bdd2..ed65cb9ddc08ca8e2cacd9b3691c8db881f3c128 100644
--- a/content/zh/docs/DataBaseReference/PG_STATS.md
+++ b/content/zh/docs/DatabaseReference/PG_STATS.md
@@ -1,4 +1,4 @@
-# PG\_STATS
+# PG\_STATS
PG\_STATS视图提供对存储在pg\_statistic表里面的单列统计信息的访问。该视图记录的统计信息更新时间间隔由参数autovacuum\_naptime设置。
diff --git a/content/zh/docs/DataBaseReference/PG_STAT_ACTIVITY.md b/content/zh/docs/DatabaseReference/PG_STAT_ACTIVITY.md
similarity index 99%
rename from content/zh/docs/DataBaseReference/PG_STAT_ACTIVITY.md
rename to content/zh/docs/DatabaseReference/PG_STAT_ACTIVITY.md
index d2663164055f61220d615150501aa8317791fd4f..2a986be7da25d0eed59b2ab528eb175435f60899 100644
--- a/content/zh/docs/DataBaseReference/PG_STAT_ACTIVITY.md
+++ b/content/zh/docs/DatabaseReference/PG_STAT_ACTIVITY.md
@@ -1,4 +1,4 @@
-# PG\_STAT\_ACTIVITY
+# PG\_STAT\_ACTIVITY
PG\_STAT\_ACTIVITY视图显示和当前用户查询相关的信息,字段保存的是上一次执行的信息。
diff --git a/content/zh/docs/DataBaseReference/PG_STAT_ACTIVITY_NG.md b/content/zh/docs/DatabaseReference/PG_STAT_ACTIVITY_NG.md
similarity index 99%
rename from content/zh/docs/DataBaseReference/PG_STAT_ACTIVITY_NG.md
rename to content/zh/docs/DatabaseReference/PG_STAT_ACTIVITY_NG.md
index a349cbe73d7f6bcdaaa4b32d55f25aaae8496c99..9fbb6d8e0326f3ed2ce9dca93a89ef0d5499f7f2 100644
--- a/content/zh/docs/DataBaseReference/PG_STAT_ACTIVITY_NG.md
+++ b/content/zh/docs/DatabaseReference/PG_STAT_ACTIVITY_NG.md
@@ -1,4 +1,4 @@
-# PG\_STAT\_ACTIVITY\_NG
+# PG\_STAT\_ACTIVITY\_NG
PG\_STAT\_ACTIVITY\_NG视图显示在当前用户所属的逻辑数据库实例下,所有查询的相关信息。
diff --git a/content/zh/docs/DataBaseReference/PG_STAT_ALL_INDEXES.md b/content/zh/docs/DatabaseReference/PG_STAT_ALL_INDEXES.md
similarity index 99%
rename from content/zh/docs/DataBaseReference/PG_STAT_ALL_INDEXES.md
rename to content/zh/docs/DatabaseReference/PG_STAT_ALL_INDEXES.md
index 7e453a08d8fd86f8c181f60dd8ca2e3c382a0d77..1bdebeab6ab865249e38255452353f0035a5bf89 100644
--- a/content/zh/docs/DataBaseReference/PG_STAT_ALL_INDEXES.md
+++ b/content/zh/docs/DatabaseReference/PG_STAT_ALL_INDEXES.md
@@ -1,4 +1,4 @@
-# PG\_STAT\_ALL\_INDEXES
+# PG\_STAT\_ALL\_INDEXES
PG\_STAT\_ALL\_INDEXES视图将包含当前数据库中的每个索引行,显示访问特定索引的统计。
diff --git a/content/zh/docs/DataBaseReference/PG_STAT_ALL_TABLES.md b/content/zh/docs/DatabaseReference/PG_STAT_ALL_TABLES.md
similarity index 99%
rename from content/zh/docs/DataBaseReference/PG_STAT_ALL_TABLES.md
rename to content/zh/docs/DatabaseReference/PG_STAT_ALL_TABLES.md
index b8d9731863f684ca53777c73b8c802b38cef22b0..3dad3728ef6a95323e6e86805e76c57284536490 100644
--- a/content/zh/docs/DataBaseReference/PG_STAT_ALL_TABLES.md
+++ b/content/zh/docs/DatabaseReference/PG_STAT_ALL_TABLES.md
@@ -1,4 +1,4 @@
-# PG\_STAT\_ALL\_TABLES
+# PG\_STAT\_ALL\_TABLES
PG\_STAT\_ALL\_TABLES视图将包含当前数据库中每个表的一行(包括TOAST表),显示访问特定表的统计信息。
diff --git a/content/zh/docs/DataBaseReference/PG_STAT_BAD_BLOCK.md b/content/zh/docs/DatabaseReference/PG_STAT_BAD_BLOCK.md
similarity index 99%
rename from content/zh/docs/DataBaseReference/PG_STAT_BAD_BLOCK.md
rename to content/zh/docs/DatabaseReference/PG_STAT_BAD_BLOCK.md
index 67ffdb0a982552837eecf2fcb37ad97743adfa08..73a490ed188f6b68c910dc5bbddcb0f5816d5f4f 100644
--- a/content/zh/docs/DataBaseReference/PG_STAT_BAD_BLOCK.md
+++ b/content/zh/docs/DatabaseReference/PG_STAT_BAD_BLOCK.md
@@ -1,4 +1,4 @@
-# PG\_STAT\_BAD\_BLOCK
+# PG\_STAT\_BAD\_BLOCK
PG\_STAT\_BAD\_BLOCK视图显示自节点启动后,读取数据时出现Page/CU校验失败的统计信息。
diff --git a/content/zh/docs/DataBaseReference/PG_STAT_BGWRITER.md b/content/zh/docs/DatabaseReference/PG_STAT_BGWRITER.md
similarity index 99%
rename from content/zh/docs/DataBaseReference/PG_STAT_BGWRITER.md
rename to content/zh/docs/DatabaseReference/PG_STAT_BGWRITER.md
index 321946f03027d4193893a33f50ad070292ebdbfe..2edcca24e3e9928b61807aa4853f25880149be99 100644
--- a/content/zh/docs/DataBaseReference/PG_STAT_BGWRITER.md
+++ b/content/zh/docs/DatabaseReference/PG_STAT_BGWRITER.md
@@ -1,4 +1,4 @@
-# PG\_STAT\_BGWRITER
+# PG\_STAT\_BGWRITER
PG\_STAT\_BGWRITER视图显示关于后端写进程活动的统计信息。
diff --git a/content/zh/docs/DataBaseReference/PG_STAT_DATABASE.md b/content/zh/docs/DatabaseReference/PG_STAT_DATABASE.md
similarity index 99%
rename from content/zh/docs/DataBaseReference/PG_STAT_DATABASE.md
rename to content/zh/docs/DatabaseReference/PG_STAT_DATABASE.md
index 3c644a629c0d5a1ec59d12c14536f8094fc2eeb8..e707491b5cfd0fce356f3edd7dbd072ff8181511 100644
--- a/content/zh/docs/DataBaseReference/PG_STAT_DATABASE.md
+++ b/content/zh/docs/DatabaseReference/PG_STAT_DATABASE.md
@@ -1,4 +1,4 @@
-# PG\_STAT\_DATABASE
+# PG\_STAT\_DATABASE
PG\_STAT\_DATABASE视图将包含openGauss中每个数据库的数据库统计信息。
diff --git a/content/zh/docs/DataBaseReference/PG_STAT_DATABASE_CONFLICTS.md b/content/zh/docs/DatabaseReference/PG_STAT_DATABASE_CONFLICTS.md
similarity index 99%
rename from content/zh/docs/DataBaseReference/PG_STAT_DATABASE_CONFLICTS.md
rename to content/zh/docs/DatabaseReference/PG_STAT_DATABASE_CONFLICTS.md
index 9151bf05f67570804e6d0caafe11b06fda403e77..bec8df5cc078a9281ba72c4714905381b09e5915 100644
--- a/content/zh/docs/DataBaseReference/PG_STAT_DATABASE_CONFLICTS.md
+++ b/content/zh/docs/DatabaseReference/PG_STAT_DATABASE_CONFLICTS.md
@@ -1,4 +1,4 @@
-# PG\_STAT\_DATABASE\_CONFLICTS
+# PG\_STAT\_DATABASE\_CONFLICTS
PG\_STAT\_DATABASE\_CONFLICTS视图显示数据库冲突状态的统计信息。
diff --git a/content/zh/docs/DataBaseReference/PG_STAT_REPLICATION.md b/content/zh/docs/DatabaseReference/PG_STAT_REPLICATION.md
similarity index 99%
rename from content/zh/docs/DataBaseReference/PG_STAT_REPLICATION.md
rename to content/zh/docs/DatabaseReference/PG_STAT_REPLICATION.md
index 21f996fd67891161a506e81b6b69f8b7dc0874e9..761c5ed9117a42449e8616f3504200f97160531c 100644
--- a/content/zh/docs/DataBaseReference/PG_STAT_REPLICATION.md
+++ b/content/zh/docs/DatabaseReference/PG_STAT_REPLICATION.md
@@ -1,4 +1,4 @@
-# PG\_STAT\_REPLICATION
+# PG\_STAT\_REPLICATION
PG\_STAT\_REPLICATION视图用于描述日志同步状态信息,例如发起端发送日志位置,接收端接收日志位置等。
diff --git a/content/zh/docs/DataBaseReference/PG_STAT_SUBSCRIPTION.md b/content/zh/docs/DatabaseReference/PG_STAT_SUBSCRIPTION.md
similarity index 98%
rename from content/zh/docs/DataBaseReference/PG_STAT_SUBSCRIPTION.md
rename to content/zh/docs/DatabaseReference/PG_STAT_SUBSCRIPTION.md
index 5721bd0d10e1eb178ae44d13942ec7fbf8a835e5..750ef87b9ffe73da725b54b7303eed420c234e16 100644
--- a/content/zh/docs/DataBaseReference/PG_STAT_SUBSCRIPTION.md
+++ b/content/zh/docs/DatabaseReference/PG_STAT_SUBSCRIPTION.md
@@ -1,4 +1,4 @@
-# PG\_STAT\_SUBSCRIPTION
+# PG\_STAT\_SUBSCRIPTION
获取订阅的详细同步信息。
diff --git a/content/zh/docs/DataBaseReference/PG_STAT_SYS_INDEXES.md b/content/zh/docs/DatabaseReference/PG_STAT_SYS_INDEXES.md
similarity index 99%
rename from content/zh/docs/DataBaseReference/PG_STAT_SYS_INDEXES.md
rename to content/zh/docs/DatabaseReference/PG_STAT_SYS_INDEXES.md
index 06b06e5e96855f8ff0eb841131d82bc2825c24c5..64c4d9168ae94a60f6f07cd12ad50e83aeac52f2 100644
--- a/content/zh/docs/DataBaseReference/PG_STAT_SYS_INDEXES.md
+++ b/content/zh/docs/DatabaseReference/PG_STAT_SYS_INDEXES.md
@@ -1,4 +1,4 @@
-# PG\_STAT\_SYS\_INDEXES
+# PG\_STAT\_SYS\_INDEXES
PG\_STAT\_SYS\_INDEXES视图显示pg\_catalog、information\_schema模式中所有系统表的索引状态信息。
diff --git a/content/zh/docs/DataBaseReference/PG_STAT_SYS_TABLES.md b/content/zh/docs/DatabaseReference/PG_STAT_SYS_TABLES.md
similarity index 99%
rename from content/zh/docs/DataBaseReference/PG_STAT_SYS_TABLES.md
rename to content/zh/docs/DatabaseReference/PG_STAT_SYS_TABLES.md
index 13d0351578b893405e3629cc6356732777397f89..7c481a9392859939c7c34bf896db6dcc9fcee6a4 100644
--- a/content/zh/docs/DataBaseReference/PG_STAT_SYS_TABLES.md
+++ b/content/zh/docs/DatabaseReference/PG_STAT_SYS_TABLES.md
@@ -1,4 +1,4 @@
-# PG\_STAT\_SYS\_TABLES
+# PG\_STAT\_SYS\_TABLES
PG\_STAT\_SYS\_TABLES视图显示pg\_catalog、information\_schema模式的所有命名空间中系统表的统计信息。
diff --git a/content/zh/docs/DataBaseReference/PG_STAT_USER_FUNCTIONS.md b/content/zh/docs/DatabaseReference/PG_STAT_USER_FUNCTIONS.md
similarity index 99%
rename from content/zh/docs/DataBaseReference/PG_STAT_USER_FUNCTIONS.md
rename to content/zh/docs/DatabaseReference/PG_STAT_USER_FUNCTIONS.md
index c57a5c7a47abbd88792352bb6545381d4e183edf..8020443c009094ffddcfba03a93ee25d6eec08fe 100644
--- a/content/zh/docs/DataBaseReference/PG_STAT_USER_FUNCTIONS.md
+++ b/content/zh/docs/DatabaseReference/PG_STAT_USER_FUNCTIONS.md
@@ -1,4 +1,4 @@
-# PG\_STAT\_USER\_FUNCTIONS
+# PG\_STAT\_USER\_FUNCTIONS
PG\_STAT\_USER\_FUNCTIONS视图显示命名空间中用户自定义函数(函数语言为非内部语言)的状态信息。
diff --git a/content/zh/docs/DataBaseReference/PG_STAT_USER_INDEXES.md b/content/zh/docs/DatabaseReference/PG_STAT_USER_INDEXES.md
similarity index 99%
rename from content/zh/docs/DataBaseReference/PG_STAT_USER_INDEXES.md
rename to content/zh/docs/DatabaseReference/PG_STAT_USER_INDEXES.md
index c4b4781d5c336fd629610762bc53fe825ca8c571..089ab65c7f74ced9213993561ee68040d62fdfd4 100644
--- a/content/zh/docs/DataBaseReference/PG_STAT_USER_INDEXES.md
+++ b/content/zh/docs/DatabaseReference/PG_STAT_USER_INDEXES.md
@@ -1,4 +1,4 @@
-# PG\_STAT\_USER\_INDEXES
+# PG\_STAT\_USER\_INDEXES
PG\_STAT\_USER\_INDEXES视图显示数据库中用户自定义普通表和toast表的索引状态信息。
diff --git a/content/zh/docs/DataBaseReference/PG_STAT_USER_TABLES.md b/content/zh/docs/DatabaseReference/PG_STAT_USER_TABLES.md
similarity index 99%
rename from content/zh/docs/DataBaseReference/PG_STAT_USER_TABLES.md
rename to content/zh/docs/DatabaseReference/PG_STAT_USER_TABLES.md
index e2cb95bc951c577aa828147852f1100fbcac0e19..3a4c8d6e5e0bce277931f800ddab21ef4fbbd303 100644
--- a/content/zh/docs/DataBaseReference/PG_STAT_USER_TABLES.md
+++ b/content/zh/docs/DatabaseReference/PG_STAT_USER_TABLES.md
@@ -1,4 +1,4 @@
-# PG\_STAT\_USER\_TABLES
+# PG\_STAT\_USER\_TABLES
PG\_STAT\_USER\_TABLES视图显示所有命名空间中用户自定义普通表和toast表的状态信息。
diff --git a/content/zh/docs/DataBaseReference/PG_STAT_XACT_ALL_TABLES.md b/content/zh/docs/DatabaseReference/PG_STAT_XACT_ALL_TABLES.md
similarity index 99%
rename from content/zh/docs/DataBaseReference/PG_STAT_XACT_ALL_TABLES.md
rename to content/zh/docs/DatabaseReference/PG_STAT_XACT_ALL_TABLES.md
index bbf1860e7666fc11b5acc4942126ab67b846c43e..090fdf843bebcb024a6af931367bf9efca55d153 100644
--- a/content/zh/docs/DataBaseReference/PG_STAT_XACT_ALL_TABLES.md
+++ b/content/zh/docs/DatabaseReference/PG_STAT_XACT_ALL_TABLES.md
@@ -1,4 +1,4 @@
-# PG\_STAT\_XACT\_ALL\_TABLES
+# PG\_STAT\_XACT\_ALL\_TABLES
PG\_STAT\_XACT\_ALL\_TABLES视图显示命名空间中所有普通表和toast表的事务状态信息。
diff --git a/content/zh/docs/DataBaseReference/PG_STAT_XACT_SYS_TABLES.md b/content/zh/docs/DatabaseReference/PG_STAT_XACT_SYS_TABLES.md
similarity index 99%
rename from content/zh/docs/DataBaseReference/PG_STAT_XACT_SYS_TABLES.md
rename to content/zh/docs/DatabaseReference/PG_STAT_XACT_SYS_TABLES.md
index cab52942b917d6a5db94a3fc53833518b0956c54..32783463dde8a33340397bb675df0d1f3f1ed37a 100644
--- a/content/zh/docs/DataBaseReference/PG_STAT_XACT_SYS_TABLES.md
+++ b/content/zh/docs/DatabaseReference/PG_STAT_XACT_SYS_TABLES.md
@@ -1,4 +1,4 @@
-# PG\_STAT\_XACT\_SYS\_TABLES
+# PG\_STAT\_XACT\_SYS\_TABLES
PG\_STAT\_XACT\_SYS\_TABLES视图显示命名空间中系统表的事务状态信息。
diff --git a/content/zh/docs/DataBaseReference/PG_STAT_XACT_USER_FUNCTIONS.md b/content/zh/docs/DatabaseReference/PG_STAT_XACT_USER_FUNCTIONS.md
similarity index 99%
rename from content/zh/docs/DataBaseReference/PG_STAT_XACT_USER_FUNCTIONS.md
rename to content/zh/docs/DatabaseReference/PG_STAT_XACT_USER_FUNCTIONS.md
index aebd7ce56f12c8d11e57305db2da8623665db079..c3040108dab47cedcb78ea6db8c0f0b486b34f29 100644
--- a/content/zh/docs/DataBaseReference/PG_STAT_XACT_USER_FUNCTIONS.md
+++ b/content/zh/docs/DatabaseReference/PG_STAT_XACT_USER_FUNCTIONS.md
@@ -1,4 +1,4 @@
-# PG\_STAT\_XACT\_USER\_FUNCTIONS
+# PG\_STAT\_XACT\_USER\_FUNCTIONS
PG\_STAT\_XACT\_USER\_FUNCTIONS视图包含每个函数的执行的统计信息。
diff --git a/content/zh/docs/DataBaseReference/PG_STAT_XACT_USER_TABLES.md b/content/zh/docs/DatabaseReference/PG_STAT_XACT_USER_TABLES.md
similarity index 99%
rename from content/zh/docs/DataBaseReference/PG_STAT_XACT_USER_TABLES.md
rename to content/zh/docs/DatabaseReference/PG_STAT_XACT_USER_TABLES.md
index edc668ff1947894eadb661cfc0d5361185175a53..2600c5c9295fd37b37bd0de30a311190701dbef0 100644
--- a/content/zh/docs/DataBaseReference/PG_STAT_XACT_USER_TABLES.md
+++ b/content/zh/docs/DatabaseReference/PG_STAT_XACT_USER_TABLES.md
@@ -1,4 +1,4 @@
-# PG\_STAT\_XACT\_USER\_TABLES
+# PG\_STAT\_XACT\_USER\_TABLES
PG\_STAT\_XACT\_USER\_TABLES视图显示命名空间中用户表的事务状态信息。
diff --git a/content/zh/docs/DataBaseReference/PG_SUBSCRIPTION.md b/content/zh/docs/DatabaseReference/PG_SUBSCRIPTION.md
similarity index 99%
rename from content/zh/docs/DataBaseReference/PG_SUBSCRIPTION.md
rename to content/zh/docs/DatabaseReference/PG_SUBSCRIPTION.md
index 2aa8dbc842586aa4671ae3e5c4ac07778d94bdc3..66c92d3c059c84c03df14b1e5e67ed4a1729018b 100644
--- a/content/zh/docs/DataBaseReference/PG_SUBSCRIPTION.md
+++ b/content/zh/docs/DatabaseReference/PG_SUBSCRIPTION.md
@@ -1,4 +1,4 @@
-# PG\_SUBSCRIPTION
+# PG\_SUBSCRIPTION
系统表PG\_SUBSCRIPTION包含所有现有的逻辑复制订阅。需要有系统管理员权限才可以访问此系统表。
diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_SUBSCRIPTION_REL.md b/content/zh/docs/DatabaseReference/PG_SUBSCRIPTION_REL.md
similarity index 97%
rename from content/docs-lite/zh/docs/DataBaseReference/PG_SUBSCRIPTION_REL.md
rename to content/zh/docs/DatabaseReference/PG_SUBSCRIPTION_REL.md
index 6e054cb35902d5a974b2dc63141bc3e66219e3ae..c2be8a85f031f6a6ae6c5045d8e9fb4afec71693 100644
--- a/content/docs-lite/zh/docs/DataBaseReference/PG_SUBSCRIPTION_REL.md
+++ b/content/zh/docs/DatabaseReference/PG_SUBSCRIPTION_REL.md
@@ -1,8 +1,8 @@
-# PG\_SUBSCRIPTION\_REL
+# PG\_SUBSCRIPTION\_REL
系统表PG\_SUBSCRIPTION\_REL包含每个订阅中每个被复制表的状态,是多对多的映射关系。
-该系统表仅包含运行[CREATE SUBSCRIPTION](../SQLReference/CREATE-SUBSCRIPTION.md)或[ALTER SUBSCRIPTION ... REFRESH PUBLICATION](ALTER-SUBSCRIPTION.md)后对订阅已知的表。
+该系统表仅包含运行[CREATE SUBSCRIPTION](../SQLReference/CREATE-SUBSCRIPTION.md)或[ALTER SUBSCRIPTION ... REFRESH PUBLICATION](../SQLReference/ALTER-SUBSCRIPTION.md)后对订阅已知的表。
**表 1** PG\_SUBSCRIPTION\_REL字段
diff --git a/content/zh/docs/DataBaseReference/PG_SYNONYM.md b/content/zh/docs/DatabaseReference/PG_SYNONYM.md
similarity index 98%
rename from content/zh/docs/DataBaseReference/PG_SYNONYM.md
rename to content/zh/docs/DatabaseReference/PG_SYNONYM.md
index 2979c1e37960adc944eda6b019a6cc0ef00c6026..14aa3cc757dc1a8f0b555c8143eb7d9b41d32cb0 100644
--- a/content/zh/docs/DataBaseReference/PG_SYNONYM.md
+++ b/content/zh/docs/DatabaseReference/PG_SYNONYM.md
@@ -1,4 +1,4 @@
-# PG\_SYNONYM
+# PG\_SYNONYM
PG\_SYNONYM系统表存储同义词对象名与其他数据库对象名间的映射信息。
diff --git a/content/zh/docs/DataBaseReference/PG_TABLES.md b/content/zh/docs/DatabaseReference/PG_TABLES.md
similarity index 99%
rename from content/zh/docs/DataBaseReference/PG_TABLES.md
rename to content/zh/docs/DatabaseReference/PG_TABLES.md
index 7ae25190f34e81d49012a5a577d17c70fd90a56c..5d7916b96b537e9c6a6a218838ab230020323f4f 100644
--- a/content/zh/docs/DataBaseReference/PG_TABLES.md
+++ b/content/zh/docs/DatabaseReference/PG_TABLES.md
@@ -1,4 +1,4 @@
-# PG\_TABLES
+# PG\_TABLES
PG\_TABLES视图提供了对数据库中每个表访问的有用信息。
diff --git a/content/zh/docs/DataBaseReference/PG_TABLESPACE.md b/content/zh/docs/DatabaseReference/PG_TABLESPACE.md
similarity index 98%
rename from content/zh/docs/DataBaseReference/PG_TABLESPACE.md
rename to content/zh/docs/DatabaseReference/PG_TABLESPACE.md
index 2377f61042f21b5eb4f7a6d8af08e34259b04eed..81eb371c343aac48e1285abb401e4fac4b747976 100644
--- a/content/zh/docs/DataBaseReference/PG_TABLESPACE.md
+++ b/content/zh/docs/DatabaseReference/PG_TABLESPACE.md
@@ -1,4 +1,4 @@
-# PG\_TABLESPACE
+# PG\_TABLESPACE
PG\_TABLESPACE系统表存储表空间信息。
@@ -38,7 +38,7 @@ PG\_TABLESPACE系统表存储表空间信息。
aclitem[]
|
-GRANT和REVOKE。
+ | GRANT和REVOKE。
|
spcoptions
diff --git a/content/zh/docs/DataBaseReference/PG_TDE_INFO.md b/content/zh/docs/DatabaseReference/PG_TDE_INFO.md
similarity index 99%
rename from content/zh/docs/DataBaseReference/PG_TDE_INFO.md
rename to content/zh/docs/DatabaseReference/PG_TDE_INFO.md
index 0291df7e321d51c5f4c949f5fcad8d7311189524..d542fda49ca91d03be9c21c27334fdb29a9feef1 100644
--- a/content/zh/docs/DataBaseReference/PG_TDE_INFO.md
+++ b/content/zh/docs/DatabaseReference/PG_TDE_INFO.md
@@ -1,4 +1,4 @@
-# PG\_TDE\_INFO
+# PG\_TDE\_INFO
PG\_TDE\_INFO视图提供了openGauss加密信息。
diff --git a/content/zh/docs/DataBaseReference/PG_THREAD_WAIT_STATUS.md b/content/zh/docs/DatabaseReference/PG_THREAD_WAIT_STATUS.md
similarity index 99%
rename from content/zh/docs/DataBaseReference/PG_THREAD_WAIT_STATUS.md
rename to content/zh/docs/DatabaseReference/PG_THREAD_WAIT_STATUS.md
index 6046eff6946cff1257cd4c0aaf5cd7bcfe085a71..35b42c3c1d7c445094fdb5fe22d47f4746dde28f 100644
--- a/content/zh/docs/DataBaseReference/PG_THREAD_WAIT_STATUS.md
+++ b/content/zh/docs/DatabaseReference/PG_THREAD_WAIT_STATUS.md
@@ -1,4 +1,4 @@
-# PG\_THREAD\_WAIT\_STATUS
+# PG\_THREAD\_WAIT\_STATUS
通过PG\_THREAD\_WAIT\_STATUS视图可以检测当前实例中工作线程(backend thread)以及辅助线程(auxiliary thread)的阻塞等待情况。
@@ -339,7 +339,7 @@ wait\_status列的等待状态有以下状态。
当wait\_status为acquire lwlock、acquire lock或者wait io时,表示有等待事件。正在等待获取wait\_event列对应类型的轻量级锁、事务锁,或者正在进行IO。
-其中,wait\_status值为acquire lwlock(轻量级锁)时对应的wait\_event等待事件类型与描述信息如下。(wait\_event为ExtensionReference时,表示此时的轻量级锁是动态分配的锁,未被监控。)
+其中,wait\_status值为acquire lwlock(轻量级锁)时对应的wait\_event等待事件类型与描述信息如下。(wait\_event为Extension时,表示此时的轻量级锁是动态分配的锁,未被监控。)
**表 3** 轻量级锁等待事件列表
@@ -545,7 +545,7 @@ wait\_status列的等待状态有以下状态。
| 用于元数据循环淘汰。
|
-ExtensionReferenceConnectorLibLock
+ | ExtensionConnectorLibLock
|
用于初始化ODBC连接场景,在加载与卸载特定动态库时进行加锁。
|
@@ -752,7 +752,7 @@ wait\_status列的等待状态有以下状态。
MultiXactMember Ctl
|
-保护MultiXact member的slrubuffer。
+ | 保护MultiXact member的slru buffer。
|
OldSerXid SLRU Ctl
@@ -940,7 +940,7 @@ wait\_status列的等待状态有以下状态。
| 用于管理行存储的数据页复制。
|
-ExtensionReference
+ | Extension
|
其他轻量锁。
|
diff --git a/content/zh/docs/DataBaseReference/PG_TIMEZONE_ABBREVS.md b/content/zh/docs/DatabaseReference/PG_TIMEZONE_ABBREVS.md
similarity index 98%
rename from content/zh/docs/DataBaseReference/PG_TIMEZONE_ABBREVS.md
rename to content/zh/docs/DatabaseReference/PG_TIMEZONE_ABBREVS.md
index c59fd1b2501b3cf6095fedb5ac433270e821fb68..042e5b78e0e7995de66328c3e7718df5206fb7e6 100644
--- a/content/zh/docs/DataBaseReference/PG_TIMEZONE_ABBREVS.md
+++ b/content/zh/docs/DatabaseReference/PG_TIMEZONE_ABBREVS.md
@@ -1,4 +1,4 @@
-# PG\_TIMEZONE\_ABBREVS
+# PG\_TIMEZONE\_ABBREVS
PG\_TIMEZONE\_ABBREVS视图提供了显示了所有可用的时区信息。
diff --git a/content/zh/docs/DataBaseReference/PG_TIMEZONE_NAMES.md b/content/zh/docs/DatabaseReference/PG_TIMEZONE_NAMES.md
similarity index 99%
rename from content/zh/docs/DataBaseReference/PG_TIMEZONE_NAMES.md
rename to content/zh/docs/DatabaseReference/PG_TIMEZONE_NAMES.md
index c91869e665016718c9f3d1c72683edc3ff80065e..40d390c258df790644845ac4df01e5294fcdd5f3 100644
--- a/content/zh/docs/DataBaseReference/PG_TIMEZONE_NAMES.md
+++ b/content/zh/docs/DatabaseReference/PG_TIMEZONE_NAMES.md
@@ -1,4 +1,4 @@
-# PG\_TIMEZONE\_NAMES
+# PG\_TIMEZONE\_NAMES
PG\_TIMEZONE\_NAMES视图提供了显示了所有能够被SET TIMEZONE识别的时区名及其缩写、UTC偏移量、是否夏时制。
diff --git a/content/zh/docs/DataBaseReference/PG_TOTAL_MEMORY_DETAIL.md b/content/zh/docs/DatabaseReference/PG_TOTAL_MEMORY_DETAIL.md
similarity index 98%
rename from content/zh/docs/DataBaseReference/PG_TOTAL_MEMORY_DETAIL.md
rename to content/zh/docs/DatabaseReference/PG_TOTAL_MEMORY_DETAIL.md
index 58ad34cc55dea02be870e0351b886230babc2810..ae049b62e3e8be8f96a7ef3375c15763c4ddcf5e 100644
--- a/content/zh/docs/DataBaseReference/PG_TOTAL_MEMORY_DETAIL.md
+++ b/content/zh/docs/DatabaseReference/PG_TOTAL_MEMORY_DETAIL.md
@@ -1,7 +1,9 @@
-# PG\_TOTAL\_MEMORY\_DETAIL
+# PG\_TOTAL\_MEMORY\_DETAIL
PG\_TOTAL\_MEMORY\_DETAIL视图显示某个数据库节点内存使用情况。
+此视图依赖内存保护功能开启。
+
**表 1** PG\_TOTAL\_MEMORY\_DETAIL字段
diff --git a/content/zh/docs/DataBaseReference/PG_TOTAL_USER_RESOURCE_INFO.md b/content/zh/docs/DatabaseReference/PG_TOTAL_USER_RESOURCE_INFO.md
similarity index 99%
rename from content/zh/docs/DataBaseReference/PG_TOTAL_USER_RESOURCE_INFO.md
rename to content/zh/docs/DatabaseReference/PG_TOTAL_USER_RESOURCE_INFO.md
index 252f98bb7b1577c24f0cf1ea729178857055fb61..2b5ff18c116c4576df196a1ea7f1b02546eff04a 100644
--- a/content/zh/docs/DataBaseReference/PG_TOTAL_USER_RESOURCE_INFO.md
+++ b/content/zh/docs/DatabaseReference/PG_TOTAL_USER_RESOURCE_INFO.md
@@ -1,4 +1,4 @@
-# PG\_TOTAL\_USER\_RESOURCE\_INFO
+# PG\_TOTAL\_USER\_RESOURCE\_INFO
PG\_TOTAL\_USER\_RESOURCE\_INFO视图显示所有用户资源使用情况,需要使用管理员用户进行查询。此视图在参数[use\_workload\_manager](负载管理.md)为on时才有效。其中,IO相关监控项在参数enable\_logical\_io\_statistics为on时才有效。
diff --git a/content/zh/docs/DataBaseReference/PG_TOTAL_USER_RESOURCE_INFO_OID.md b/content/zh/docs/DatabaseReference/PG_TOTAL_USER_RESOURCE_INFO_OID.md
similarity index 99%
rename from content/zh/docs/DataBaseReference/PG_TOTAL_USER_RESOURCE_INFO_OID.md
rename to content/zh/docs/DatabaseReference/PG_TOTAL_USER_RESOURCE_INFO_OID.md
index a81ac1b3baaddad01289d659e72017dc597abd88..8e2ee61a542156bd176c711d0ed18d1b6c697928 100644
--- a/content/zh/docs/DataBaseReference/PG_TOTAL_USER_RESOURCE_INFO_OID.md
+++ b/content/zh/docs/DatabaseReference/PG_TOTAL_USER_RESOURCE_INFO_OID.md
@@ -1,4 +1,4 @@
-# PG\_TOTAL\_USER\_RESOURCE\_INFO\_OID
+# PG\_TOTAL\_USER\_RESOURCE\_INFO\_OID
PG\_TOTAL\_USER\_RESOURCE\_INFO\_OID视图显示所有用户资源使用情况,需要使用管理员用户进行查询。此视图在参数[use\_workload\_manager](负载管理.md)为on时才有效。
diff --git a/content/zh/docs/DataBaseReference/PG_TRIGGER.md b/content/zh/docs/DatabaseReference/PG_TRIGGER.md
similarity index 99%
rename from content/zh/docs/DataBaseReference/PG_TRIGGER.md
rename to content/zh/docs/DatabaseReference/PG_TRIGGER.md
index 9b8e6cb330e03b46645e196c314e5a8f8ebb83ac..7e4eb4fcf85276b41b84f2b0d77684319c3c1cda 100644
--- a/content/zh/docs/DataBaseReference/PG_TRIGGER.md
+++ b/content/zh/docs/DatabaseReference/PG_TRIGGER.md
@@ -1,4 +1,4 @@
-# PG\_TRIGGER
+# PG\_TRIGGER
PG\_TRIGGER系统表存储触发器信息。
diff --git a/content/zh/docs/DataBaseReference/PG_TS_CONFIG.md b/content/zh/docs/DatabaseReference/PG_TS_CONFIG.md
similarity index 99%
rename from content/zh/docs/DataBaseReference/PG_TS_CONFIG.md
rename to content/zh/docs/DatabaseReference/PG_TS_CONFIG.md
index 6132564800adc00c4c164d0b71437b4fa7472ee7..142a37f04c7cc66ef3d4ac11391e381ecf5be234 100644
--- a/content/zh/docs/DataBaseReference/PG_TS_CONFIG.md
+++ b/content/zh/docs/DatabaseReference/PG_TS_CONFIG.md
@@ -1,4 +1,4 @@
-# PG\_TS\_CONFIG
+# PG\_TS\_CONFIG
PG\_TS\_CONFIG系统表包含表示文本搜索配置的记录。一个配置指定一个特定的文本搜索解析器和一个为了每个解析器的输出类型使用的字典的列表。
diff --git a/content/zh/docs/DataBaseReference/PG_TS_CONFIG_MAP.md b/content/zh/docs/DatabaseReference/PG_TS_CONFIG_MAP.md
similarity index 99%
rename from content/zh/docs/DataBaseReference/PG_TS_CONFIG_MAP.md
rename to content/zh/docs/DatabaseReference/PG_TS_CONFIG_MAP.md
index 0aecd513d34557fba147c888d21604414e594e8a..fc279a136eaf983c7662d3954f7d1d732a14322a 100644
--- a/content/zh/docs/DataBaseReference/PG_TS_CONFIG_MAP.md
+++ b/content/zh/docs/DatabaseReference/PG_TS_CONFIG_MAP.md
@@ -1,4 +1,4 @@
-# PG\_TS\_CONFIG\_MAP
+# PG\_TS\_CONFIG\_MAP
PG\_TS\_CONFIG\_MAP系统表包含为每个文本搜索配置的解析器的每个输出符号类型,显示哪个文本搜索字典应该被咨询、以什么顺序搜索的记录。
diff --git a/content/zh/docs/DataBaseReference/PG_TS_DICT.md b/content/zh/docs/DatabaseReference/PG_TS_DICT.md
similarity index 99%
rename from content/zh/docs/DataBaseReference/PG_TS_DICT.md
rename to content/zh/docs/DatabaseReference/PG_TS_DICT.md
index b21fe294de9e7ae9db24c641dfcefa044f8fe074..09d7331cf301014c4b3e27813d31fd4cb2431127 100644
--- a/content/zh/docs/DataBaseReference/PG_TS_DICT.md
+++ b/content/zh/docs/DatabaseReference/PG_TS_DICT.md
@@ -1,4 +1,4 @@
-# PG\_TS\_DICT
+# PG\_TS\_DICT
PG\_TS\_DICT系统表包含定义文本搜索字典的记录。字典取决于文本搜索模板,该模板声明所有需要的实现函数;字典本身提供模板支持的用户可设置的参数的值。
diff --git a/content/zh/docs/DataBaseReference/PG_TS_PARSER.md b/content/zh/docs/DatabaseReference/PG_TS_PARSER.md
similarity index 99%
rename from content/zh/docs/DataBaseReference/PG_TS_PARSER.md
rename to content/zh/docs/DatabaseReference/PG_TS_PARSER.md
index c98de14764ca373c41550ff92bf768b9987f5901..6acc7aa52082eade596c9efac0e52ad46df15762 100644
--- a/content/zh/docs/DataBaseReference/PG_TS_PARSER.md
+++ b/content/zh/docs/DatabaseReference/PG_TS_PARSER.md
@@ -1,4 +1,4 @@
-# PG\_TS\_PARSER
+# PG\_TS\_PARSER
PG\_TS\_PARSER系统表包含定义文本解析器的记录。解析器负责分裂输入文本为词位,并且为每个词位分配标记类型。新解析器必须由数据库系统管理员创建。
diff --git a/content/zh/docs/DataBaseReference/PG_TS_TEMPLATE.md b/content/zh/docs/DatabaseReference/PG_TS_TEMPLATE.md
similarity index 99%
rename from content/zh/docs/DataBaseReference/PG_TS_TEMPLATE.md
rename to content/zh/docs/DatabaseReference/PG_TS_TEMPLATE.md
index b9498a44b548938513fab2f20d2fea373aa54d8b..cc937bc1e39116aba360e3e7b22a6b2858c584a9 100644
--- a/content/zh/docs/DataBaseReference/PG_TS_TEMPLATE.md
+++ b/content/zh/docs/DatabaseReference/PG_TS_TEMPLATE.md
@@ -1,4 +1,4 @@
-# PG\_TS\_TEMPLATE
+# PG\_TS\_TEMPLATE
PG\_TS\_TEMPLATE系统表包含定义文本搜索模板的记录。模板是文本搜索字典的类的实现框架。因为模板必须通过C语言级别的函数实现,索引新模板的创建必须由数据库系统管理员创建。
diff --git a/content/zh/docs/DataBaseReference/PG_TYPE.md b/content/zh/docs/DatabaseReference/PG_TYPE.md
similarity index 99%
rename from content/zh/docs/DataBaseReference/PG_TYPE.md
rename to content/zh/docs/DatabaseReference/PG_TYPE.md
index c26a5df83762db50d90f3ec3eeca0855d3cbc7fe..345dca1f2141e5e5c6e88651751f5e77fda1eebb 100644
--- a/content/zh/docs/DataBaseReference/PG_TYPE.md
+++ b/content/zh/docs/DatabaseReference/PG_TYPE.md
@@ -1,4 +1,4 @@
-# PG\_TYPE
+# PG\_TYPE
PG\_TYPE系统表存储数据类型的相关信息。
diff --git a/content/zh/docs/DataBaseReference/PG_USER.md b/content/zh/docs/DatabaseReference/PG_USER.md
similarity index 99%
rename from content/zh/docs/DataBaseReference/PG_USER.md
rename to content/zh/docs/DatabaseReference/PG_USER.md
index 63f17c00b9b67fff74f27ec3f8261f04954f7aa8..d7f10be904f8d46794cb1a92112c2574c65ce9be 100644
--- a/content/zh/docs/DataBaseReference/PG_USER.md
+++ b/content/zh/docs/DatabaseReference/PG_USER.md
@@ -1,4 +1,4 @@
-# PG\_USER
+# PG\_USER
PG\_USER视图提供了访问数据库用户的信息,默认只有初始化用户和具有sysadmin属性的用户可以查看,其余用户需要赋权后才可以查看。
diff --git a/content/zh/docs/DataBaseReference/PG_USER_MAPPING.md b/content/zh/docs/DatabaseReference/PG_USER_MAPPING.md
similarity index 99%
rename from content/zh/docs/DataBaseReference/PG_USER_MAPPING.md
rename to content/zh/docs/DatabaseReference/PG_USER_MAPPING.md
index f52cb57f0cc8b41805579233a5ec7636d4f4304e..8b8120a1f3dbf6d1087ad8b01054e20c90a51f95 100644
--- a/content/zh/docs/DataBaseReference/PG_USER_MAPPING.md
+++ b/content/zh/docs/DatabaseReference/PG_USER_MAPPING.md
@@ -1,4 +1,4 @@
-# PG\_USER\_MAPPING
+# PG\_USER\_MAPPING
PG\_USER\_MAPPING系统表存储从本地用户到远程的映射。
diff --git a/content/zh/docs/DataBaseReference/PG_USER_MAPPINGS.md b/content/zh/docs/DatabaseReference/PG_USER_MAPPINGS.md
similarity index 99%
rename from content/zh/docs/DataBaseReference/PG_USER_MAPPINGS.md
rename to content/zh/docs/DatabaseReference/PG_USER_MAPPINGS.md
index 3912ad519cf964675a9fcb4b382e88eaca7b4566..82a7d7f19deb56a7f84f329f892ec4fc87132b11 100644
--- a/content/zh/docs/DataBaseReference/PG_USER_MAPPINGS.md
+++ b/content/zh/docs/DatabaseReference/PG_USER_MAPPINGS.md
@@ -1,4 +1,4 @@
-# PG\_USER\_MAPPINGS
+# PG\_USER\_MAPPINGS
PG\_USER\_MAPPINGS视图提供访问关于用户映射的信息的接口。
diff --git a/content/zh/docs/DataBaseReference/PG_USER_STATUS.md b/content/zh/docs/DatabaseReference/PG_USER_STATUS.md
similarity index 99%
rename from content/zh/docs/DataBaseReference/PG_USER_STATUS.md
rename to content/zh/docs/DatabaseReference/PG_USER_STATUS.md
index cb51b46423a8b44e136e531b5a8ce2ae1f702c03..f13ffba40de8a5518e54bab9c0f0c12d56e96d34 100644
--- a/content/zh/docs/DataBaseReference/PG_USER_STATUS.md
+++ b/content/zh/docs/DatabaseReference/PG_USER_STATUS.md
@@ -1,4 +1,4 @@
-# PG\_USER\_STATUS
+# PG\_USER\_STATUS
PG\_USER\_STATUS系统表提供了访问数据库用户的状态。需要有系统管理员权限才可以访问此系统表
diff --git a/content/zh/docs/DataBaseReference/PG_VARIABLE_INFO.md b/content/zh/docs/DatabaseReference/PG_VARIABLE_INFO.md
similarity index 99%
rename from content/zh/docs/DataBaseReference/PG_VARIABLE_INFO.md
rename to content/zh/docs/DatabaseReference/PG_VARIABLE_INFO.md
index bd68376f6a90f5f4649021d8df27c8453611222a..f6ecb390daa0dd710f895b994bfc858f49d09587 100644
--- a/content/zh/docs/DataBaseReference/PG_VARIABLE_INFO.md
+++ b/content/zh/docs/DatabaseReference/PG_VARIABLE_INFO.md
@@ -1,4 +1,4 @@
-# PG\_VARIABLE\_INFO
+# PG\_VARIABLE\_INFO
PG\_VARIABLE\_INFO视图用于查询openGauss中当前节点的xid、oid的状态。
diff --git a/content/zh/docs/DataBaseReference/PG_VIEWS.md b/content/zh/docs/DatabaseReference/PG_VIEWS.md
similarity index 99%
rename from content/zh/docs/DataBaseReference/PG_VIEWS.md
rename to content/zh/docs/DatabaseReference/PG_VIEWS.md
index 45fd08a8584c1cc3d1cd3156907a105613e13849..7c5cdede4d8a3b8527a734cd45d4605a406ee373 100644
--- a/content/zh/docs/DataBaseReference/PG_VIEWS.md
+++ b/content/zh/docs/DatabaseReference/PG_VIEWS.md
@@ -1,4 +1,4 @@
-# PG\_VIEWS
+# PG\_VIEWS
PG\_VIEWS视图提供访问数据库中每个视图的有用信息。
diff --git a/content/zh/docs/DataBaseReference/PG_WLM_STATISTICS.md b/content/zh/docs/DatabaseReference/PG_WLM_STATISTICS.md
similarity index 99%
rename from content/zh/docs/DataBaseReference/PG_WLM_STATISTICS.md
rename to content/zh/docs/DatabaseReference/PG_WLM_STATISTICS.md
index b6b31ceb555e2fe90a28798fc5a644d3bd8394de..5ccdd56470ec4431cc6638bcd4ed0cd645890ab4 100644
--- a/content/zh/docs/DataBaseReference/PG_WLM_STATISTICS.md
+++ b/content/zh/docs/DatabaseReference/PG_WLM_STATISTICS.md
@@ -1,4 +1,4 @@
-# PG\_WLM\_STATISTICS
+# PG\_WLM\_STATISTICS
PG\_WLM\_STATISTICS视图显示作业结束后或已被处理异常后的负载管理相关信息。查询该视图需要sysadmin权限。
diff --git a/content/zh/docs/DataBaseReference/PG_WORKLOAD_GROUP.md b/content/zh/docs/DatabaseReference/PG_WORKLOAD_GROUP.md
similarity index 99%
rename from content/zh/docs/DataBaseReference/PG_WORKLOAD_GROUP.md
rename to content/zh/docs/DatabaseReference/PG_WORKLOAD_GROUP.md
index 3d428f8fa50d93b01dd183124e37922cc638ff1a..aeea50da968d92d80bc424901747949e4d3ed62a 100644
--- a/content/zh/docs/DataBaseReference/PG_WORKLOAD_GROUP.md
+++ b/content/zh/docs/DatabaseReference/PG_WORKLOAD_GROUP.md
@@ -1,4 +1,4 @@
-# PG\_WORKLOAD\_GROUP
+# PG\_WORKLOAD\_GROUP
PG\_WORKLOAD\_GROUP系统表提供了数据库负载组的信息。
diff --git a/content/zh/docs/DataBaseReference/PLAN_TABLE.md b/content/zh/docs/DatabaseReference/PLAN_TABLE.md
similarity index 99%
rename from content/zh/docs/DataBaseReference/PLAN_TABLE.md
rename to content/zh/docs/DatabaseReference/PLAN_TABLE.md
index 7b183db53360b2d728fff32ca3d46935b1625c4c..542f7c8d42c96933a7fb1c696d09e5f5642f3951 100644
--- a/content/zh/docs/DataBaseReference/PLAN_TABLE.md
+++ b/content/zh/docs/DatabaseReference/PLAN_TABLE.md
@@ -1,4 +1,4 @@
-# PLAN\_TABLE
+# PLAN\_TABLE
PLAN\_TABLE显示用户通过执行EXPLAIN PLAN收集到的计划信息。计划信息的生命周期是session级别,session退出后相应的数据将被清除。同时不同session和不同user间的数据是相互隔离的。
@@ -79,7 +79,7 @@ PLAN\_TABLE显示用户通过执行EXPLAIN PLAN收集到的计划信息。计划
-> **说明:**
+> **说明:**
>
>- object\_type取值范围为[PG\_CLASS](PG_CLASS.md)中定义的relkind类型(TABLE普通表,INDEX索引,SEQUENCE序列,VIEW视图,COMPOSITE TYPE复合类型,TOASTVALUE TOAST表)和计划使用到的rtekind\(SUBQUERY,JOIN,FUNCTION,VALUES,CTE,REMOTE\_QUERY\)。
>- object\_owner对于RTE来说是计划中使用的对象描述,非用户定义的类型不存在object\_owner。
diff --git a/content/zh/docs/DataBaseReference/PLAN_TABLE_DATA.md b/content/zh/docs/DatabaseReference/PLAN_TABLE_DATA.md
similarity index 99%
rename from content/zh/docs/DataBaseReference/PLAN_TABLE_DATA.md
rename to content/zh/docs/DatabaseReference/PLAN_TABLE_DATA.md
index dc5c35199c80b4a10491bcaff9256faca88cadc7..e5e56b30f93f3bb8166beca97eea4987f412b9fc 100644
--- a/content/zh/docs/DataBaseReference/PLAN_TABLE_DATA.md
+++ b/content/zh/docs/DatabaseReference/PLAN_TABLE_DATA.md
@@ -1,4 +1,4 @@
-# PLAN\_TABLE\_DATA
+# PLAN\_TABLE\_DATA
PLAN\_TABLE\_DATA存储了用户通过执行EXPLAIN PLAN收集到的计划信息。与PLAN\_TABLE视图不同的是PLAN\_TABLE\_DATA表存储了所有session和user执行EXPLAIN PLAN收集的计划信息。
@@ -93,7 +93,7 @@ PLAN\_TABLE\_DATA存储了用户通过执行EXPLAIN PLAN收集到的计划信息
|
-> **说明:**
+> **说明:**
>
>- PLAN\_TABLE\_DATA中包含了当前节点所有用户、所有会话的数据,仅管理员有访问权限。普通用户可以通过[PLAN\_TABLE](PLAN_TABLE.md)视图查看属于自己的数据。
>- PLAN\_TABLE\_DATA中的数据是用户通过执行EXPLAIN PLAN命令后由系统自动插入表中,因此禁止用户手动对数据进行插入或更新,否则会引起表中的数据混乱。需要对表中数据删除时,建议通过[PLAN\_TABLE](PLAN_TABLE.md)视图。
diff --git a/content/zh/docs/DataBaseReference/Query-22.md b/content/zh/docs/DatabaseReference/Query-22.md
similarity index 97%
rename from content/zh/docs/DataBaseReference/Query-22.md
rename to content/zh/docs/DatabaseReference/Query-22.md
index b4104781328a1a81a21961b151bd95046e64eb59..1c3225b0c579ad93f87ad0eada2621396bef1a7b 100644
--- a/content/zh/docs/DataBaseReference/Query-22.md
+++ b/content/zh/docs/DatabaseReference/Query-22.md
@@ -1,4 +1,4 @@
-# Query
+# Query
## instr\_unique\_sql\_count
@@ -16,7 +16,7 @@
**默认值**:100
-> **注意:**
+> **注意:**
>- 在开启自动淘汰的情况下,如果该值设置的较小,可能会导致系统频繁的进行自动淘汰,有可能会影响数据库系统性能,所以实际场景中建议不要将该值设置的过小,建议值为200000。
>
>- 在开启自动淘汰的情况下,如果该值设置的较大(例如38347922),清理过程中可能会引发大内存问题而无法清理。
@@ -146,7 +146,7 @@ full sql stat level为全量SQL跟踪级别,取值范围为OFF、L0、L1、L2
slow sql stat level为慢SQL的跟踪级别,取值范围为OFF、L0、L1、L2
-> **说明:**
+> **说明:**
>若全量SQL跟踪级别值为非OFF时,当前SQL跟踪级别值为全量SQL和慢SQL的较高级别(L2 \> L1 \> L0),级别说明请参见《数据库参考》的“系统表和系统视图 > 系统表 > STATEMENT_HISTORY”中的“STATEMENT_HISTORY字段”表格。
**默认值:**OFF,L0
@@ -161,7 +161,7 @@ slow sql stat level为慢SQL的跟踪级别,取值范围为OFF、L0、L1、L2
**默认值:**off
-> **注意:**
+> **注意:**
>由于快照有部分信息是来源于unique sql,所以开启自动淘汰的情况下,在生成wdr报告时,如果选择的起始快照和终止快照跨过了淘汰发生的时间,会导致无法生成wdr报告。
## track\_stmt\_standby\_chain_size
diff --git a/content/zh/docs/DataBaseReference/Query_GUC.md b/content/zh/docs/DatabaseReference/Query_GUC.md
similarity index 84%
rename from content/zh/docs/DataBaseReference/Query_GUC.md
rename to content/zh/docs/DatabaseReference/Query_GUC.md
index 42412fe35585765c2486fadbab16f35fc744cb46..4c70e8a0ae330002b270d4c03769e1bd56189540 100644
--- a/content/zh/docs/DataBaseReference/Query_GUC.md
+++ b/content/zh/docs/DatabaseReference/Query_GUC.md
@@ -1,4 +1,4 @@
-# Query
+# Query
## instr\_unique\_sql\_count
@@ -16,7 +16,7 @@
**默认值**:100
-> **注意:**
+> **注意:**
>- 在开启自动淘汰的情况下,如果该值设置的较小,可能会导致系统频繁的进行自动淘汰,有可能会影响数据库系统性能,所以实际场景中建议不要将该值设置的过小,建议值为200000。
>
>- 在开启自动淘汰的情况下,如果该值设置的较大(例如38347922),清理过程中可能会引发大内存问题而无法清理。
@@ -146,7 +146,7 @@ full sql stat level为全量SQL跟踪级别,取值范围为OFF、L0、L1、L2
slow sql stat level为慢SQL的跟踪级别,取值范围为OFF、L0、L1、L2
-> **说明:**
+> **说明:**
>若全量SQL跟踪级别值为非OFF时,当前SQL跟踪级别值为全量SQL和慢SQL的较高级别(L2 \> L1 \> L0),级别说明请参见《数据库参考》的“系统表和系统视图 > 系统表 > STATEMENT_HISTORY”中的“STATEMENT_HISTORY字段”表格。
**默认值:**OFF,L0
@@ -161,10 +161,37 @@ slow sql stat level为慢SQL的跟踪级别,取值范围为OFF、L0、L1、L2
**默认值:**off
-> **注意:**
+> **注意:**
>由于快照有部分信息是来源于unique sql,所以开启自动淘汰的情况下,在生成wdr报告时,如果选择的起始快照和终止快照跨过了淘汰发生的时间,会导致无法生成wdr报告。
-## track\_stmt\_standby\_chain_\size
+## enable\_slow\_query\_log(废弃)
+
+**参数说明:**是否将慢查询信息写到日志文件中,在该版本中已废弃。
+
+该参数属于SIGHUP类型参数,请参考[表1](重设参数.md#zh-cn_topic_0283137176_zh-cn_topic_0237121562_zh-cn_topic_0059777490_t91a6f212010f4503b24d7943aed6d846)中对应设置方法进行设置。
+
+**取值范围:**布尔型
+
+- on:表示需要将慢查询信息写到日志文件中。
+- off:表示不需要将慢查询信息写到日志文件中。
+
+**默认值**:on
+
+## query\_log\_file(废弃)
+
+**参数说明:**GUC参数enable\_slow\_query\_log设置为ON,表示需要将慢查询记录写进日志文件中,query\_log\_file决定服务器慢查询日志文件的名称,仅sysadmin用户可以访问。通常日志文件名是按照strftime模式生成,因此可以用系统时间定义日志文件名,用%转义字符实现,在该版本中已废弃。
+
+该参数属于SIGHUP类型参数,请参考[表1](重设参数.md#zh-cn_topic_0283137176_zh-cn_topic_0237121562_zh-cn_topic_0059777490_t91a6f212010f4503b24d7943aed6d846)中对应设置方法进行设置。
+
+> **须知:**
+>
+>建议使用%转义字符定义日志文件名称,否则难以对日志文件进行有效的管理。
+
+**取值范围:**字符串
+
+**默认值:**slow\_query\_log-%Y-%m-%d\_%H%M%S.log
+
+## track\_stmt\_standby\_chain_size
**参数说明:**组合参数,控制备机快/慢SQL记录的最大占用内存与磁盘空间。以60秒为周期读取该参数,并执行清理超过保留时间的记录,仅sysadmin用户可以访问。
@@ -187,4 +214,4 @@ slow sql stat level为慢SQL的跟踪级别,取值范围为OFF、L0、L1、L2
清理时按照每16M数据的粒度进行清理,因此最大会有16M数据量的延迟误差。
-**默认值:**32, 1024, 16, 512
+**默认值:**32, 1024, 16, 512
\ No newline at end of file
diff --git "a/content/zh/docs/DataBaseReference/SQL\346\240\207\345\207\206\351\224\231\350\257\257\347\240\201\350\257\264\346\230\216.md" "b/content/zh/docs/DatabaseReference/SQL\346\240\207\345\207\206\351\224\231\350\257\257\347\240\201\350\257\264\346\230\216.md"
similarity index 99%
rename from "content/zh/docs/DataBaseReference/SQL\346\240\207\345\207\206\351\224\231\350\257\257\347\240\201\350\257\264\346\230\216.md"
rename to "content/zh/docs/DatabaseReference/SQL\346\240\207\345\207\206\351\224\231\350\257\257\347\240\201\350\257\264\346\230\216.md"
index 8fa39859757ce7508862295fb552543b5d0706b8..e843034a020d46add33c20808d9953a316e18d63 100644
--- "a/content/zh/docs/DataBaseReference/SQL\346\240\207\345\207\206\351\224\231\350\257\257\347\240\201\350\257\264\346\230\216.md"
+++ "b/content/zh/docs/DatabaseReference/SQL\346\240\207\345\207\206\351\224\231\350\257\257\347\240\201\350\257\264\346\230\216.md"
@@ -1,4 +1,4 @@
-# SQL标准错误码说明
+# SQL标准错误码说明
根据X/Open和SQL Access Group SQL CAE规范(1992)所进行的定义,SQLERROR返回SQLSTATE值。SQLSTATE值是包含五个字符的字符串,由2个字符的SQL错误类和3个字符的子类构成。五个字符包含数值或者大写字母, 代表各种错误或者警告条件的代码。成功的状态是由00000标识的。SQLSTATE代码大多数情况下都是定义在SQL标准里的。
diff --git a/content/zh/docs/DataBaseReference/STATEMENT_HISTORY.md b/content/zh/docs/DatabaseReference/STATEMENT_HISTORY.md
similarity index 98%
rename from content/zh/docs/DataBaseReference/STATEMENT_HISTORY.md
rename to content/zh/docs/DatabaseReference/STATEMENT_HISTORY.md
index 4c37e9bad13ff2ef194f9bb2fbe253591bba283e..059bbbac7b9eb6dbea6cba3bdbe88a3ca79808c5 100644
--- a/content/zh/docs/DataBaseReference/STATEMENT_HISTORY.md
+++ b/content/zh/docs/DatabaseReference/STATEMENT_HISTORY.md
@@ -1,4 +1,4 @@
-# STATEMENT\_HISTORY
+# STATEMENT\_HISTORY
获得当前节点的执行语句的信息。查询系统表必须具有sysadmin权限。只可在系统库中查询到结果,用户库中无法查询。
@@ -467,7 +467,7 @@
| bytea
|
-等待事件和语句锁事件的列表。 记录级别的值是L0时,开始记录等待事件的列表。显示当前语句event等待相关的统计信息。具体事件信息见等待状态列表、轻量级锁等待事件列表、IO等待事件列表和事务锁等待事件列表。关于每种事务锁对业务的影响程度,请参考LOCK语法小节的详细描述。 记录级别的值是L2时,开始记录语句锁事件的列表。该列表按时间顺序记录事件,记录的数量受参数track_stmt_details_size的影响。该字段为二进制,需要借助解析函数pg_catalog.statement_detail_decode读取,见(表6)。
+ | 等待事件和语句锁事件的列表。 记录级别的值是L0时,开始记录等待事件的列表。显示当前语句event等待相关的统计信息。具体事件信息见等待状态列表、轻量级锁等待事件列表、IO等待事件列表和事务锁等待事件列表。关于每种事务锁对业务的影响程度,请参考LOCK语法小节的详细描述。 记录级别的值是L2时,开始记录语句锁事件的列表。该列表按时间顺序记录事件,记录的数量受参数track_stmt_details_size的影响。该字段为二进制,需要借助解析函数pg_catalog.statement_detail_decode读取,见(表6)。
事件包括:
- 加锁开始
- 加锁结束
- 等锁开始
- 等锁结束
- 放锁开始
- 放锁结束
- 轻量级等锁开始
- 轻量级等锁结束
|
diff --git a/content/zh/docs/DataBaseReference/Undo.md b/content/zh/docs/DatabaseReference/Undo.md
similarity index 95%
rename from content/zh/docs/DataBaseReference/Undo.md
rename to content/zh/docs/DatabaseReference/Undo.md
index c2ff90249c2c3eddad298bdf2a8d1beb176421ce..7da73f70c960da5fb63a807b421134a8c11c48ae 100644
--- a/content/zh/docs/DataBaseReference/Undo.md
+++ b/content/zh/docs/DatabaseReference/Undo.md
@@ -1,4 +1,4 @@
-# Undo
+# Undo
## undo\_space\_limit\_size
diff --git a/content/zh/docs/DataBaseReference/_PG_FOREIGN_DATA_WRAPPERS.md b/content/zh/docs/DatabaseReference/_PG_FOREIGN_DATA_WRAPPERS.md
similarity index 98%
rename from content/zh/docs/DataBaseReference/_PG_FOREIGN_DATA_WRAPPERS.md
rename to content/zh/docs/DatabaseReference/_PG_FOREIGN_DATA_WRAPPERS.md
index a589380e56c95651688cbed3a6b588fd14ed9259..dee97bba8c3998a34b9a20aee879a63b05e55932 100644
--- a/content/zh/docs/DataBaseReference/_PG_FOREIGN_DATA_WRAPPERS.md
+++ b/content/zh/docs/DatabaseReference/_PG_FOREIGN_DATA_WRAPPERS.md
@@ -1,4 +1,4 @@
-# \_PG\_FOREIGN\_DATA\_WRAPPERS
+# \_PG\_FOREIGN\_DATA\_WRAPPERS
显示外部数据封装器的信息。该视图只有sysadmin权限可以查看。
diff --git a/content/zh/docs/DataBaseReference/_PG_USER_MAPPINGS.md b/content/zh/docs/DatabaseReference/_PG_USER_MAPPINGS.md
similarity index 98%
rename from content/zh/docs/DataBaseReference/_PG_USER_MAPPINGS.md
rename to content/zh/docs/DatabaseReference/_PG_USER_MAPPINGS.md
index 089a5ab9bc6b14f5fabd4d2fe4f4d957b76f37e9..abf803a183abede049726885daa68f4b4002ccf4 100644
--- a/content/zh/docs/DataBaseReference/_PG_USER_MAPPINGS.md
+++ b/content/zh/docs/DatabaseReference/_PG_USER_MAPPINGS.md
@@ -1,4 +1,4 @@
-# \_PG\_USER\_MAPPINGS
+# \_PG\_USER\_MAPPINGS
存储从本地用户到远程的映射。该视图只有sysadmin权限可以查看。
diff --git "a/content/zh/docs/DataBaseReference/cm_agent\345\217\202\346\225\260.md" "b/content/zh/docs/DatabaseReference/cm_agent\345\217\202\346\225\260.md"
similarity index 99%
rename from "content/zh/docs/DataBaseReference/cm_agent\345\217\202\346\225\260.md"
rename to "content/zh/docs/DatabaseReference/cm_agent\345\217\202\346\225\260.md"
index 46373e1749c31e58fb3372e64900b445b4784f2b..4643ebc07703b468fd6343b6a5739b4cdfbd57d9 100644
--- "a/content/zh/docs/DataBaseReference/cm_agent\345\217\202\346\225\260.md"
+++ "b/content/zh/docs/DatabaseReference/cm_agent\345\217\202\346\225\260.md"
@@ -1,4 +1,4 @@
-# cm\_agent参数
+# cm\_agent参数
## log\_dir
@@ -151,7 +151,7 @@
**参数说明**:扩容场景下,设置新增的扩容分片数,用于上报磁盘容量告警时的阈值计算。
-> **说明:**
+> **说明:**
>该分片数请与实际扩容分片数设置为一致。
**取值范围**:整型,0\~232 - 1,单位为个。该参数设置为0,表示关闭磁盘扩容告警上报;该参数设置为大于0,表示开启磁盘扩容告警上报,且告警上报的阈值根据此参数设置的分片数量进行计算。修改后需要重启cm\_agent才能生效。参数修改请参考[表2](重设参数.md#zh-cn_topic_0283137176_zh-cn_topic_0237121562_zh-cn_topic_0059777490_t290c8f15953843db8d8e53d867cd893d)进行设置。
diff --git "a/content/zh/docs/DataBaseReference/cm_server\345\217\202\346\225\260.md" "b/content/zh/docs/DatabaseReference/cm_server\345\217\202\346\225\260.md"
similarity index 98%
rename from "content/zh/docs/DataBaseReference/cm_server\345\217\202\346\225\260.md"
rename to "content/zh/docs/DatabaseReference/cm_server\345\217\202\346\225\260.md"
index 07d99c58a48af8d6afd74b9c4a67322dc2cd198b..1742f6584a06d23d338c51510d1e1bd6465ca4a6 100644
--- "a/content/zh/docs/DataBaseReference/cm_server\345\217\202\346\225\260.md"
+++ "b/content/zh/docs/DatabaseReference/cm_server\345\217\202\346\225\260.md"
@@ -1,4 +1,4 @@
-# cm\_server参数
+# cm\_server参数
## log\_dir
@@ -245,7 +245,7 @@
## force\_promote
-**参数说明:**cm\_server是否打开强起逻辑(指数据库状态为Unknown的时候以丢失部分数据为代价保证数据库基本功能可用)的开关。0代表功能关闭,1代表功能开启。该参数同时适用于dn。
+**参数说明:**cm\_server是否打开强启逻辑(指数据库状态为Unknown的时候以丢失部分数据为代价保证数据库基本功能可用)的开关。0代表功能关闭,1代表功能开启。该参数同时适用于dn。
**取值范围:**整型,0\~1。在cm\_server上修改后需要重启cm\_server才能生效。
@@ -253,7 +253,7 @@
## switch\_rto
-**参数说明:**cm\_server强起逻辑等待时延。在force\_promote被置为1时,当数据库的某一分片处于无主状态开始计时,等待该延迟时间后开始执行强起逻辑。
+**参数说明:**cm\_server强启逻辑等待时延。在force\_promote被置为1时,当数据库的某一分片处于无主状态开始计时,等待该延迟时间后开始执行强启逻辑。
**取值范围:**整型,60\~2147483647,单位为秒。修改后需要重启cm\_server才能生效。
@@ -303,7 +303,7 @@
- off表示不启用ssl。
- **默认值**:off
- > **须知:**
+ > **须知:**
>出于安全性考虑,建议不要关闭该配置。关闭后cm将**不使用**加密通信,所有信息明文传播,可能带来窃听、篡改、冒充等安全风险。
diff --git "a/content/zh/docs/DataBaseReference/openGauss\344\272\213\345\212\241.md" "b/content/zh/docs/DatabaseReference/openGauss\344\272\213\345\212\241.md"
similarity index 95%
rename from "content/zh/docs/DataBaseReference/openGauss\344\272\213\345\212\241.md"
rename to "content/zh/docs/DatabaseReference/openGauss\344\272\213\345\212\241.md"
index c8056165206c355f5ef54f4e5eaa4334c2f2a42e..db9f619fe9bee26b7d00d3989fad7bccb8a9a3b7 100644
--- "a/content/zh/docs/DataBaseReference/openGauss\344\272\213\345\212\241.md"
+++ "b/content/zh/docs/DatabaseReference/openGauss\344\272\213\345\212\241.md"
@@ -1,4 +1,4 @@
-# openGauss事务
+# openGauss事务
介绍openGauss事务隔离、事务只读、最大prepared事务数、维护模式目的参数设置及取值范围等内容。
@@ -43,7 +43,7 @@
- on表示该功能启用。
- off表示该功能被禁用。
-> **须知:**
+> **须知:**
>谨慎打开这个开关,避免引起openGauss数据不一致。
**默认值:**off
@@ -111,7 +111,7 @@
在备机请求主机进行日志复制时,如果application\_name参数没有设置,那么该参数会被用来作为备机在主机上的流复制槽名字。该流复制槽的命名方式为 "该参数值\_备机ip\_备机port"。其中,备机ip和备机port取自replconninfo参数中指定的备机ip和端口号。该流复制槽最大长度为61个字符,如果拼接后的字符串超过该长度,则会使用截断后的pgxc\_node\_name进行拼接,以保证流复制槽名字长度小于等于61个字符。
-> **注意:**
+> **注意:**
>此参数修改后会导致连接数据库实例失败,不建议进行修改。
**取值范围:**字符串
diff --git "a/content/zh/docs/DataBaseReference/openGauss\345\217\257\350\277\220\350\241\214\350\204\232\346\234\254\345\212\237\350\203\275\350\257\264\346\230\216.md" "b/content/zh/docs/DatabaseReference/openGauss\345\217\257\350\277\220\350\241\214\350\204\232\346\234\254\345\212\237\350\203\275\350\257\264\346\230\216.md"
similarity index 99%
rename from "content/zh/docs/DataBaseReference/openGauss\345\217\257\350\277\220\350\241\214\350\204\232\346\234\254\345\212\237\350\203\275\350\257\264\346\230\216.md"
rename to "content/zh/docs/DatabaseReference/openGauss\345\217\257\350\277\220\350\241\214\350\204\232\346\234\254\345\212\237\350\203\275\350\257\264\346\230\216.md"
index 6a0b7726178d1b940f8c58327aa488a0c47312fb..2b82d47682c85b6dfe782c6c865a56842f54e49e 100644
--- "a/content/zh/docs/DataBaseReference/openGauss\345\217\257\350\277\220\350\241\214\350\204\232\346\234\254\345\212\237\350\203\275\350\257\264\346\230\216.md"
+++ "b/content/zh/docs/DatabaseReference/openGauss\345\217\257\350\277\220\350\241\214\350\204\232\346\234\254\345\212\237\350\203\275\350\257\264\346\230\216.md"
@@ -1,4 +1,4 @@
-# openGauss可运行脚本功能说明
+# openGauss可运行脚本功能说明
以下是openGauss常用可执行脚本,仅供openGauss接口使用。
diff --git a/content/zh/docs/DatabaseReference/public_sys-resources/icon-caution.png b/content/zh/docs/DatabaseReference/public_sys-resources/icon-caution.png
new file mode 100644
index 0000000000000000000000000000000000000000..64225130e40623f9d66943cd01d9222145400010
Binary files /dev/null and b/content/zh/docs/DatabaseReference/public_sys-resources/icon-caution.png differ
diff --git a/content/zh/docs/DatabaseReference/public_sys-resources/icon-danger.png b/content/zh/docs/DatabaseReference/public_sys-resources/icon-danger.png
new file mode 100644
index 0000000000000000000000000000000000000000..ddaf56a1d67c1a62fc17244eab421625d09b2929
Binary files /dev/null and b/content/zh/docs/DatabaseReference/public_sys-resources/icon-danger.png differ
diff --git a/content/zh/docs/DatabaseReference/public_sys-resources/icon-note.png b/content/zh/docs/DatabaseReference/public_sys-resources/icon-note.png
new file mode 100644
index 0000000000000000000000000000000000000000..789e42a8a4e810f4848631a7a64a8fe521ef0fe4
Binary files /dev/null and b/content/zh/docs/DatabaseReference/public_sys-resources/icon-note.png differ
diff --git a/content/zh/docs/DatabaseReference/public_sys-resources/icon-notice.png b/content/zh/docs/DatabaseReference/public_sys-resources/icon-notice.png
new file mode 100644
index 0000000000000000000000000000000000000000..21ce3f259efdaae743389e414434b864c69dd482
Binary files /dev/null and b/content/zh/docs/DatabaseReference/public_sys-resources/icon-notice.png differ
diff --git a/content/zh/docs/DatabaseReference/public_sys-resources/icon-tip.png b/content/zh/docs/DatabaseReference/public_sys-resources/icon-tip.png
new file mode 100644
index 0000000000000000000000000000000000000000..88512187b1f94c2b41be2031edb52bd9220919b7
Binary files /dev/null and b/content/zh/docs/DatabaseReference/public_sys-resources/icon-tip.png differ
diff --git a/content/zh/docs/DatabaseReference/public_sys-resources/icon-warning.png b/content/zh/docs/DatabaseReference/public_sys-resources/icon-warning.png
new file mode 100644
index 0000000000000000000000000000000000000000..7dd8edd5ee9c3519079786ba6fd2dd4f0801a5e8
Binary files /dev/null and b/content/zh/docs/DatabaseReference/public_sys-resources/icon-warning.png differ
diff --git "a/content/zh/docs/DataBaseReference/\344\270\273\346\234\215\345\212\241\345\231\250.md" "b/content/zh/docs/DatabaseReference/\344\270\273\346\234\215\345\212\241\345\231\250.md"
similarity index 78%
rename from "content/zh/docs/DataBaseReference/\344\270\273\346\234\215\345\212\241\345\231\250.md"
rename to "content/zh/docs/DatabaseReference/\344\270\273\346\234\215\345\212\241\345\231\250.md"
index 5bc3a11276b73fb33520879b9bd4e3cbd26ac785..47a6e86bb6035d779f1359a63bfb6e976279ffdc 100644
--- "a/content/zh/docs/DataBaseReference/\344\270\273\346\234\215\345\212\241\345\231\250.md"
+++ "b/content/zh/docs/DatabaseReference/\344\270\273\346\234\215\345\212\241\345\231\250.md"
@@ -1,4 +1,4 @@
-# 主服务器
+# 主服务器
## synchronous\_standby\_names
@@ -6,7 +6,7 @@
该参数属于SIGHUP类型参数,请参考[表1](重设参数.md#zh-cn_topic_0237121562_zh-cn_topic_0059777490_t91a6f212010f4503b24d7943aed6d846)中对应设置方法进行设置。
-> **须知:**
+> **须知:**
>
>- 当前连接的同步备机是列表中的第一个名称。如果当前同步备机失去连接,则它会立即更换下一个优先级更高的备机,并将此备机的名称放入列表中。
>
@@ -18,7 +18,7 @@
- [FIRST] ***num_sync*** (***standby_name*** [, ...])
- ***standby_name*** [, ...]
-> **说明:**
+> **说明:**
>- 其中 ***num_sync*** 是事务需要等待其回复的同步复制的备机的数量,***standby_name*** 是备机的名称,FIRST以及ANY指定从所列服务器中选取同步复制的备机的策略。
>
>- ANY N \(node1,node2,...\) 表示在括号内任选N个主机名称作为同步复制的备机名称列表。例如,ANY 1 \(node1,node2\) 表示在node1和node2中任选一个作为同步复制的备机名称。
@@ -43,7 +43,7 @@
**默认值:**\*
-> **说明:**
+> **说明:**
>
>- 备机名称列表中不可出现重复的名称,配置中num_sync 不可大于备机列表数量。
>
@@ -81,7 +81,7 @@
**默认值**:0
-> **须知:**
+> **须知:**
>
>配置该参数可能会对RPO造成影响, 若主机在所配置的超时时间窗口内发生故障,则从开始阻塞到主机故障这段时间窗口内的数据可能丢失。
@@ -91,7 +91,7 @@
该参数属于SIGHUP类型参数,请参考[表1](重设参数.md#zh-cn_topic_0237121562_zh-cn_topic_0059777490_t91a6f212010f4503b24d7943aed6d846)中对应设置方法进行设置。
-> **须知:**
+> **须知:**
>
>- 此参数属于性能测试参数,用于测试带有备机和不带备机的性能参数。关闭参数后,不能进行切换、故障等异常场景测试,否则会出现主备从不一致的情况。
>- 此参数属于受控参数,不建议正常业务场景下关闭此参数。
@@ -110,7 +110,7 @@
该参数属于INTERNAL类型参数,默认值为off,不允许外部修改。
-> **须知:**
+> **须知:**
>
>- 此参数目前不允许正常业务场景下改变其值,即关闭WAL日志、数据页混合复制模式。
>- 当前版本默认不支持主备从部署模式。
@@ -201,7 +201,7 @@
**默认值**:300
-> **说明:**
+> **说明:**
>
>- 单位只能设置为秒。
>- 当前版本默认不支持主备从部署模式。
@@ -220,23 +220,6 @@
**默认值**:-1
-## check_sync_standby
-
-**参数说明:**打开备机检查开关,主备场景下配置了正确的synchronous_standby_names参数后,当同步备故障时,主机写业务直接报错写失败。该参数属于USERSET类型参数,请参考[表1](重设参数.md#zh-cn_topic_0237121562_zh-cn_topic_0059777490_t91a6f212010f4503b24d7943aed6d846)中对应设置方法进行设置。
-
-**取值范围:** on/off
-
-- on表示开启备机检查。
-- off表示关闭备机检查。
-
-**默认值:**off
-
-> **说明:**
->
->- 该参数不支持在job work和自治事务中同步,有可能导致检查不生效。
->- 若指定用户或session中未设置备机检查,开启强同步提交模式下备机故障,执行一个表的写操作会导致另一个用户或session中的同一个表的查询hang,此时需要备机恢复或者手动terminate hang住的客户端。
->- 不支持非写操作中触发写日志的场景中(vacuum analyze,gs_clean等)开启备机检查开关。若备机不满足同步备配置,则该场景会导致业务hang,需要手动terminate。
-
## sync_config_strategy
**参数说明:**主机和备机、备机和级联备之间配置文件的同步策略。
@@ -251,7 +234,7 @@
**默认值:**all_node
-> **须知:**
+> **须知:**
>
>- 在一个包含了主机、备机和级联备的openGauss集群中,主机相对于备机是发送端,备机相对于主机是接收端,备机相对于级联备是发送端,级联备相对于备机是接收端。
>
@@ -277,7 +260,7 @@
**默认值:** off
-> **须知:**
+> **须知:**
>
>- 如果最大可用模式most_available_sync配置为on,且所有同步备机都故障时,该功能不生效。因为没有同步备可以触发该LSN的持久化。
>
@@ -288,3 +271,47 @@
>- 该功能开启后,如果主机在等待同步备机达成多数派一致性的过程中被主动停止,不会提示“该事务已在本地提交,可能未同步到远端”,避免上层业务以为数据已经达成一致。
>
>- 该功能开启后,因为等待同步的时间会由于持久化数据而变长,带有同步备的主备集群的性能会受到影响。测试数据显示,与不开启该功能相比,性能约下降20%。
+
+## hadr\_recovery\_time\_target
+
+**参数说明:**在流式容灾模式下设置hadr\_recovery\_time\_target能够让备数据库实例完成日志写入和回放。
+
+该参数属于SIGHUP类型参数,请参考[表1](重设参数.md#zh-cn_topic_0283137176_zh-cn_topic_0237121562_zh-cn_topic_0059777490_t91a6f212010f4503b24d7943aed6d846)中对应设置方法进行设置。
+
+**取值范围**:整型,0\~3600 (秒)
+
+0是指不开启日志流控,1\~3600是指备机能够在hadr\_recovery\_time\_target时间内完成日志的写入和回放,可以保证主数据库实例与备数据库实例切换时能够在hadr\_recovery\_time\_target秒完成日志写入和回放,保证备数据库实例能够快速升主。hadr\_recovery\_time\_target设置时间过小会影响主机的性能,设置过大会失去流控效果。
+
+**默认值:**0
+
+## hadr\_recovery\_point\_target
+
+**参数说明:**在流式容灾模式下设置hadr\_recovery\_point\_target能够让备数据库实例完成日志刷盘的rpo时间。
+
+该参数属于SIGHUP类型参数,请参考[表1](重设参数.md#zh-cn_topic_0283137176_zh-cn_topic_0237121562_zh-cn_topic_0059777490_t91a6f212010f4503b24d7943aed6d846)中对应设置方法进行设置。
+
+**取值范围**:整型,0\~3600 (秒)
+
+0是指不开启日志流控,1\~3600是指备机能够在hadr\_recovery\_point\_target时间内完成日志的刷盘,可以保证主数据库实例与备数据库实例切换时日志差距能够在hadr\_recovery\_point\_target秒内,保障备数据库实例升主日志量。hadr\_recovery\_point\_target设置时间过小会影响主机的性能,设置过大会失去流控效果。
+
+**默认值:**0
+
+## hadr\_super\_user\_record\_path
+
+**参数说明**:该参数为流式异地容灾参数,表示备数据库实例中hadr\_disaster用户的加密文件存放路径。该参数属于SIGHUP类型参数,请
+
+参考[表1](重设参数.md#zh-cn_topic_0283137176_zh-cn_topic_0237121562_zh-cn_topic_0059777490_t91a6f212010f4503b24d7943aed6d846)中方式对应设置方法进行设置。
+
+**修改建议:**由流式容灾密码传递工具自动设置,不需要用户手动添加。
+
+**取值范围**:字符串
+
+**默认值**:NULL
+
+> **须知:**
+>
+>- 在一个包含了主机、备机和级联备的数据库实例中,主机相对于备机是发送端,备机相对于主机是接收端,备机相对于级联备是发送端,级联备相对于备机是接收端。
+>- 发送端主动向接收端同步配置文件、接收端请求发送端同步配置文件是两个独立的事件,均会使得配置文件同步。若不希望配置文件同步,则需要在接收端配置为none\_node,发送端若为备机只能配置为none\_node,发送端若为主机,配置为none\_node时主机与所有备机都不同步,为only\_sync\_node时仅与同步备同步,不与异步备同步。
+>- 配置参数同步的具体表现为,发送端发送配置文件,对接收端配置文件中的对应参数直接覆盖。若设置了配置文件需要同步的策略,则修改接收端配置参数后,发送端会立刻覆盖接收端的配置参数,使得接收端修改不生效。
+>- 即使设置了配置文件需要同步的策略,仍有部分配置参数不会被同步。包括:"application\_name", "archive\_command", "audit\_directory", "available\_zone", "comm\_control\_port", "comm\_sctp\_port", "listen\_addresses", "log\_directory", "port", "replconninfo1", "replconninfo2", "replconninfo3", "replconninfo4", "replconninfo5", "replconninfo6", "replconninfo7", "replconninfo8", "replconninfo9", "replconninfo10", "replconninfo11", "replconninfo12", "replconninfo13", "replconninfo14", "replconninfo15", "replconninfo16", "replconninfo17", "replconninfo18", "ssl", "ssl\_ca\_file", "ssl\_cert\_file", "ssl\_ciphers", "ssl\_crl\_file", "ssl\_key\_file", "ssl\_renegotiation\_limit", "ssl\_cert\_notify\_time", "synchronous\_standby\_names", "local\_bind\_address", "perf\_directory", "query\_log\_directory", "asp\_log\_directory", "streaming\_router\_port", "enable\_upsert\_to\_merge", "archive\_dest", "recovery\_min\_apply\_delay", "sync\_config\_strategy"。
+
diff --git "a/content/zh/docs/DataBaseReference/\344\274\230\345\214\226\345\231\250\345\274\200\351\224\200\345\270\270\351\207\217.md" "b/content/zh/docs/DatabaseReference/\344\274\230\345\214\226\345\231\250\345\274\200\351\224\200\345\270\270\351\207\217.md"
similarity index 96%
rename from "content/zh/docs/DataBaseReference/\344\274\230\345\214\226\345\231\250\345\274\200\351\224\200\345\270\270\351\207\217.md"
rename to "content/zh/docs/DatabaseReference/\344\274\230\345\214\226\345\231\250\345\274\200\351\224\200\345\270\270\351\207\217.md"
index 3b27d37b099ec92fe734f8ce82cee9b5757afec9..79009f24411de5465652b6952a59bceab593fae7 100644
--- "a/content/zh/docs/DataBaseReference/\344\274\230\345\214\226\345\231\250\345\274\200\351\224\200\345\270\270\351\207\217.md"
+++ "b/content/zh/docs/DatabaseReference/\344\274\230\345\214\226\345\231\250\345\274\200\351\224\200\345\270\270\351\207\217.md"
@@ -1,4 +1,4 @@
-# 优化器开销常量
+# 优化器开销常量
介绍优化器开销常量。这里描述的开销可以按照任意标准度量。只关心其相对值,因此以相同的系数缩放它们将不会对优化器的选择产生任何影响。缺省时,它们以抓取顺序页的开销为基本单位。也就是说将seq\_page\_cost设为1.0,同时其他开销参数以它为基准设置。也可以使用其他基准,比如以毫秒计的实际执行时间。
@@ -18,14 +18,14 @@
该参数属于USERSET类型参数,请参考[表1](重设参数.md#zh-cn_topic_0237121562_zh-cn_topic_0059777490_t91a6f212010f4503b24d7943aed6d846)中对应设置方法进行设置。
-> **须知:**
+> **须知:**
>虽然服务器允许将random\_page\_cost设置的比seq\_page\_cost小,但是物理上实际不受影响。如果所有数据库都位于随机访问内存中时,两者设置为相等很合理。因为在此种情况下,非顺序抓取页并没有副作用。同样,在缓冲率很高的数据库上,应该相对于CPU参数同时降低这两个值,因为获取内存中的页要比通常情况下开销小很多。
**取值范围**:浮点型,0~DBL\_MAX。
**默认值**:4
-> **说明:**
+> **说明:**
>- 对于特别表空间中的表和索引,可以通过设置同名的表空间的参数来覆盖这个值。
>- 相对于seq\_page\_cost,减少这个值将导致系统更倾向于使用索引扫描,而增加这个值使得索引扫描开销比较高。可以通过同时增加或减少这两个值来调整磁盘I/O相对于CPU的开销。
diff --git "a/content/zh/docs/DataBaseReference/\344\274\230\345\214\226\345\231\250\346\226\271\346\263\225\351\205\215\347\275\256.md" "b/content/zh/docs/DatabaseReference/\344\274\230\345\214\226\345\231\250\346\226\271\346\263\225\351\205\215\347\275\256.md"
similarity index 99%
rename from "content/zh/docs/DataBaseReference/\344\274\230\345\214\226\345\231\250\346\226\271\346\263\225\351\205\215\347\275\256.md"
rename to "content/zh/docs/DatabaseReference/\344\274\230\345\214\226\345\231\250\346\226\271\346\263\225\351\205\215\347\275\256.md"
index 16815bb2c0742db45f7a0b5fc52581cb1c36c41b..e2dd6929ecbfeda02cc8199e33a5ee838bc9bf80 100644
--- "a/content/zh/docs/DataBaseReference/\344\274\230\345\214\226\345\231\250\346\226\271\346\263\225\351\205\215\347\275\256.md"
+++ "b/content/zh/docs/DatabaseReference/\344\274\230\345\214\226\345\231\250\346\226\271\346\263\225\351\205\215\347\275\256.md"
@@ -1,4 +1,4 @@
-# 优化器方法配置
+# 优化器方法配置
这些配置参数提供了影响查询优化器选择查询规划的原始方法。如果优化器为特定的查询选择的缺省规划并不是最优的,可以通过使用这些配置参数强制优化器选择一个不同的规划来临时解决这个问题。更好的方法包括调节优化器开销常量、手动运行ANALYZE、增加配置参数default\_statistics\_target的值、增加使用ALTER TABLE SET STATISTICS为指定列增加收集的统计信息。
diff --git "a/content/zh/docs/DataBaseReference/\344\275\277\347\224\250CSV\346\240\274\345\274\217\345\206\231\346\227\245\345\277\227.md" "b/content/zh/docs/DatabaseReference/\344\275\277\347\224\250CSV\346\240\274\345\274\217\345\206\231\346\227\245\345\277\227.md"
similarity index 99%
rename from "content/zh/docs/DataBaseReference/\344\275\277\347\224\250CSV\346\240\274\345\274\217\345\206\231\346\227\245\345\277\227.md"
rename to "content/zh/docs/DatabaseReference/\344\275\277\347\224\250CSV\346\240\274\345\274\217\345\206\231\346\227\245\345\277\227.md"
index 5627c5777d87808b5bbaab48eb3aa839fb3841d0..b65a5cb9c50be0eee3d5b73898b9e0d149a45324 100644
--- "a/content/zh/docs/DataBaseReference/\344\275\277\347\224\250CSV\346\240\274\345\274\217\345\206\231\346\227\245\345\277\227.md"
+++ "b/content/zh/docs/DatabaseReference/\344\275\277\347\224\250CSV\346\240\274\345\274\217\345\206\231\346\227\245\345\277\227.md"
@@ -1,4 +1,4 @@
-# 使用CSV格式写日志
+# 使用CSV格式写日志
## 前提条件
@@ -184,7 +184,7 @@ application_name text
COPY gaussdb_log FROM '/opt/data/pg_log/logfile.csv' WITH csv;
```
-> **说明:**
+> **说明:**
>此处的日志名“logfile.csv”要换成实际生成的日志的名称。
## 简化输入
diff --git "a/content/zh/docs/DataBaseReference/\345\205\250\345\261\200\344\270\264\346\227\266\350\241\250.md" "b/content/zh/docs/DatabaseReference/\345\205\250\345\261\200\344\270\264\346\227\266\350\241\250.md"
similarity index 76%
rename from "content/zh/docs/DataBaseReference/\345\205\250\345\261\200\344\270\264\346\227\266\350\241\250.md"
rename to "content/zh/docs/DatabaseReference/\345\205\250\345\261\200\344\270\264\346\227\266\350\241\250.md"
index d5c94abe8e127ed3362473f4a888779ad73e39b8..8cabb2bf77ee8169cd587de1150feb51be627596 100644
--- "a/content/zh/docs/DataBaseReference/\345\205\250\345\261\200\344\270\264\346\227\266\350\241\250.md"
+++ "b/content/zh/docs/DatabaseReference/\345\205\250\345\261\200\344\270\264\346\227\266\350\241\250.md"
@@ -1,4 +1,4 @@
-# 全局临时表
+# 全局临时表
## max\_active\_global\_temporary\_table
@@ -27,7 +27,7 @@
**参数说明:**是否支持全局临时表truncate table和DML的并发执行,以及全局临时表truncate table和truncate table的并发执行。
-该参数SIGHUP类型参数,请参考[表1](https://gitee.com/opengauss/docs/blob/33dd523b07ca669b90346b9831510ee891c05069/content/docs-lite/zh/docs/DeveloperGuide/重设参数.md#zh-cn_topic_0283137176_zh-cn_topic_0237121562_zh-cn_topic_0059777490_t91a6f212010f4503b24d7943aed6d846)中对应设置方法进行设置。
+该参数SIGHUP类型参数,请参考[表1](重设参数.md#zh-cn_topic_0283137176_zh-cn_topic_0237121562_zh-cn_topic_0059777490_t91a6f212010f4503b24d7943aed6d846)中对应设置方法进行设置。
**取值范围:**布尔型
diff --git "a/content/zh/docs/DataBaseReference/\345\205\250\345\261\200\344\270\264\346\227\266\350\241\250_GUC.md" "b/content/zh/docs/DatabaseReference/\345\205\250\345\261\200\344\270\264\346\227\266\350\241\250_GUC.md"
similarity index 76%
rename from "content/zh/docs/DataBaseReference/\345\205\250\345\261\200\344\270\264\346\227\266\350\241\250_GUC.md"
rename to "content/zh/docs/DatabaseReference/\345\205\250\345\261\200\344\270\264\346\227\266\350\241\250_GUC.md"
index d5c94abe8e127ed3362473f4a888779ad73e39b8..8cabb2bf77ee8169cd587de1150feb51be627596 100644
--- "a/content/zh/docs/DataBaseReference/\345\205\250\345\261\200\344\270\264\346\227\266\350\241\250_GUC.md"
+++ "b/content/zh/docs/DatabaseReference/\345\205\250\345\261\200\344\270\264\346\227\266\350\241\250_GUC.md"
@@ -1,4 +1,4 @@
-# 全局临时表
+# 全局临时表
## max\_active\_global\_temporary\_table
@@ -27,7 +27,7 @@
**参数说明:**是否支持全局临时表truncate table和DML的并发执行,以及全局临时表truncate table和truncate table的并发执行。
-该参数SIGHUP类型参数,请参考[表1](https://gitee.com/opengauss/docs/blob/33dd523b07ca669b90346b9831510ee891c05069/content/docs-lite/zh/docs/DeveloperGuide/重设参数.md#zh-cn_topic_0283137176_zh-cn_topic_0237121562_zh-cn_topic_0059777490_t91a6f212010f4503b24d7943aed6d846)中对应设置方法进行设置。
+该参数SIGHUP类型参数,请参考[表1](重设参数.md#zh-cn_topic_0283137176_zh-cn_topic_0237121562_zh-cn_topic_0059777490_t91a6f212010f4503b24d7943aed6d846)中对应设置方法进行设置。
**取值范围:**布尔型
diff --git "a/content/zh/docs/DataBaseReference/\345\205\266\344\273\226\344\274\230\345\214\226\345\231\250\351\200\211\351\241\271.md" "b/content/zh/docs/DatabaseReference/\345\205\266\344\273\226\344\274\230\345\214\226\345\231\250\351\200\211\351\241\271.md"
similarity index 96%
rename from "content/zh/docs/DataBaseReference/\345\205\266\344\273\226\344\274\230\345\214\226\345\231\250\351\200\211\351\241\271.md"
rename to "content/zh/docs/DatabaseReference/\345\205\266\344\273\226\344\274\230\345\214\226\345\231\250\351\200\211\351\241\271.md"
index 16e3e1ca3be69e26fa8e8148eab72fd1fc1f35f5..e78c1ea2cdf209e65d4feb0a6241efdeda7bb7a0 100644
--- "a/content/zh/docs/DataBaseReference/\345\205\266\344\273\226\344\274\230\345\214\226\345\231\250\351\200\211\351\241\271.md"
+++ "b/content/zh/docs/DatabaseReference/\345\205\266\344\273\226\344\274\230\345\214\226\345\231\250\351\200\211\351\241\271.md"
@@ -1,4 +1,4 @@
-# 其他优化器选项
+# 其他优化器选项
## explain\_dna\_file
@@ -6,8 +6,10 @@
该参数属于USERSET类型参数,请参考[表1](重设参数.md#zh-cn_topic_0237121562_zh-cn_topic_0059777490_t91a6f212010f4503b24d7943aed6d846)中对应设置方法进行设置。
-> **须知:**
->这个参数的取值必须是绝对路径加上.csv格式的文件名。
+> **须知:**
+>
+>- 这个参数的取值必须是绝对路径加上.csv格式的文件名。
+>- 查询计划需为stream计划,才可以导出导出的csv信息的目标文件。
**取值范围**:字符串
@@ -26,7 +28,8 @@
- summary:代表是在pretty的基础上增加了对打印信息的分析。
- run:代表在summary的基础上,将统计的信息输出到csv格式的文件中,以便于进一步分析。
-**默认值**:pretty(当前版本参数取值仅normal生效,若设置为非normal,显示格式依然为normal)
+**默认值**:normal(当前版本参数取值仅normal生效,若设置为非normal,显示格式依然为normal,并行查询下除外)
+
## analysis\_options
@@ -36,12 +39,11 @@
**取值范围**:字符串
-- LLVM\_COMPILE表示在explain performance显示界面中显示每个线程的codegen编译时间。
+- LLVM\_COMPILE表示在开启并行执行,且explain的显示格式设置为非normal的条件下,explain显示界面中显示线程的codegen编译时间。
- HASH\_CONFLICT表示在数据库节点进程的pg\_log目录中的log日志中显示hash表的统计信息,包括hash表大小、hash链长、hash冲突情况。
- STREAM\_DATA\_CHECK表示对网络传输前后的数据进行CRC校验。
- > **说明:**
- >pretty模式当前版本不支持。
+
**默认值**:ALL,on\(\),off\(LLVM\_COMPILE、HASH\_CONFLICT、STREAM\_DATA\_CHECK\),不开启任何定位功能。
@@ -207,6 +209,9 @@ set rewrite_rule=none; --关闭所有可选查询重写规则
**默认值**:1800,即30min
+> **须知:**
+> 由于内部的GPC清理周期为5分钟,也就是5分钟检查清理一次,所以并非一超时就被清理,而是超时后的下一个检查周期被清理,即超时后5分钟内被清理。
+
## enable\_global\_stats
**参数说明**:标识当前统计信息模式,区别采用全局统计信息收集模式还是单节点统计信息收集模式,默认创建为采用全局统计信息模式。当关闭该参数时,则默认收集openGauss第一个节点的统计信息,此时可能会影响生成查询计划的质量,但信息收集性能较优,建议客户谨慎考虑。该参数当前版本已废弃,请勿设置。
@@ -376,7 +381,7 @@ set sql_beta_feature=none;
**取值范围**:整型,-100~10000。
-> **须知:**
+> **须知:**
>
>- 比默认值大的正数数值增加了ANALYZE所需的时间,但是可能会改善优化器的估计质量。
>
@@ -404,13 +409,13 @@ set sql_beta_feature=none;
- off表示不检查约束。
- partition表示只检查继承的子表和UNION ALL子查询。
- > **须知:**
+ > **须知:**
>当constraint\_exclusion为on,优化器用查询条件和表的CHECK约束比较,并且在查询条件和约束冲突的时候忽略对表的扫描。
**默认值**:partition
-> **说明:**
+> **说明:**
>目前, constraint\_exclusion缺省被打开,通常用来实现表分区。如果所有的表都打开它,对于简单的查询强加了额外的规划,并且对简单查询没有益处。如果不用分区表,可以关掉它。
## cursor\_tuple\_fraction
@@ -421,7 +426,7 @@ set sql_beta_feature=none;
**取值范围**:浮点型,0.0~1.0。
-> **须知:**
+> **须知:**
>比默认值小的值与使用“fast start”为游标规划的值相偏离,从而使得前几行恢复的很快而抓取全部的行需要很长的时间。比默认值大的值加大了总的估计的时间。在最大的值1.0处,像正常的查询一样规划游标,只考虑总的估计时间和传送第一行的时间。
**默认值**:0.1
@@ -434,7 +439,7 @@ set sql_beta_feature=none;
**取值范围**:整型,1~INT\_MAX。
-> **须知:**
+> **须知:**
>比默认值小的数值将降低规划时间,但是可能生成差的执行计划。
**默认值**:8
@@ -447,7 +452,7 @@ set sql_beta_feature=none;
**取值范围**:整型,1~INT\_MAX。
-> **须知:**
+> **须知:**
>
>- 设置为1会避免任何JOIN重排。这样就使得查询中指定的连接顺序就是实际的连接顺序。查询优化器并不是总能选取最优的连接顺序,高级用户可以选择暂时把这个变量设置为1,然后指定它们需要的连接顺序。
>
@@ -467,7 +472,7 @@ OPTIMIZE\_PLAN表示通过动态规划算法进行代价估算的最优plan,
**默认值**:0
-> **须知:**
+> **须知:**
>
>- 当该参数设置为随机执行计划模式时,优化器会生成不同的随机执行计划,该执行计划可能不是最优计划。因此在随机计划模式下,会对查询性能产生影响,所以建议在升级、扩容、缩容等正常业务操作或运维过程中将该参数保持为默认值0。
>
@@ -494,7 +499,7 @@ OPTIMIZE\_PLAN表示通过动态规划算法进行代价估算的最优plan,
- on表示允许开启代码生成优化。
- off表示不允许开启代码生成优化。
- > **须知:**
+ > **须知:**
>目前LLVM优化仅支持向量化执行引擎特性,在其他场景下建议关闭此参数。
**默认值**:on
@@ -510,7 +515,7 @@ OPTIMIZE\_PLAN表示通过动态规划算法进行代价估算的最优plan,
- partial表示当所计算表达式中即使包含部分未被codegen化的函数时,仍可借助表达式全codegen框架调用LLVM动态编译优化策略。
- pure表示当所计算表达式整体可被codegen化时,才考虑调用LLVM动态编译优化策略。
- > **须知:**
+ > **须知:**
>在开启代码生成优化会导致查询性能下降的场景下可以设置此参数为pure,其他场景下建议不改变此参数的默认值partial。
@@ -602,7 +607,7 @@ OPTIMIZE\_PLAN表示通过动态规划算法进行代价估算的最优plan,
- on表示在满足约束条件时使用基于面向列的hash表设计的Hash Agg算子。
- off表示不使用面向列的hash表设计的Hash Agg算子。
-> **说明:**
+> **说明:**
>
>- 在开启enable\_sonic\_hashagg,且查询达到约束条件使用基于面向列的hash表设计的Hash Agg算子时,查询对应的Hash Agg算子内存使用通常可获得精简。但对于代码生成技术可获得显著性能提升的场景enable\_codegen打开后获得较大性能提升,对应的算子查询性能可能会出现劣化。
>
@@ -621,7 +626,7 @@ OPTIMIZE\_PLAN表示通过动态规划算法进行代价估算的最优plan,
- on表示在满足约束条件时使用基于面向列的hash表设计的Hash Join算子。
- off表示不使用面向列的hash表设计的Hash Join算子。
-> **说明:**
+> **说明:**
>
>- 当前开关仅适用于Inner Join的场景。
>
@@ -708,7 +713,7 @@ OPTIMIZE\_PLAN表示通过动态规划算法进行代价估算的最优plan,
- force\_generic\_plan表示强制走generic plan。
- force\_custom\_plan表示强制走custom plan。
-> **说明:**
+> **说明:**
>
>- 此参数只对prepare语句生效,一般用在prepare语句中参数化字段存在比较严重的数据倾斜的场景下。
>
@@ -778,7 +783,7 @@ OPTIMIZE\_PLAN表示通过动态规划算法进行代价估算的最优plan,
**取值范围**:整型,1\~64。打开固定SMP功能,系统会使用固定并行度。
-> **说明:**
+> **说明:**
>在开启并行查询后,请保证系统CPU、内存、网络等资源充足,以达到最佳效果。
**默认值**:1
diff --git "a/content/zh/docs/DataBaseReference/\345\205\266\344\273\226\347\274\272\347\234\201.md" "b/content/zh/docs/DatabaseReference/\345\205\266\344\273\226\347\274\272\347\234\201.md"
similarity index 96%
rename from "content/zh/docs/DataBaseReference/\345\205\266\344\273\226\347\274\272\347\234\201.md"
rename to "content/zh/docs/DatabaseReference/\345\205\266\344\273\226\347\274\272\347\234\201.md"
index 1b1d3308290d1f9ccb86a81189f91ee11dac016d..f2ca20d93603643ab8208c7fea9ada69df6a3862 100644
--- "a/content/zh/docs/DataBaseReference/\345\205\266\344\273\226\347\274\272\347\234\201.md"
+++ "b/content/zh/docs/DatabaseReference/\345\205\266\344\273\226\347\274\272\347\234\201.md"
@@ -1,4 +1,4 @@
-# 其他缺省
+# 其他缺省
主要介绍数据库系统默认的库加载参数。
@@ -16,7 +16,7 @@ dynamic_library_path = '/usr/local/lib/gaussdb:/opt/testgs/lib:$libdir'
**取值范围:**字符串
-> **说明:**
+> **说明:**
>设置为空字符串,表示关闭自动路径搜索。
**默认值:**$libdir
diff --git "a/content/zh/docs/DataBaseReference/\345\205\266\345\256\203\351\200\211\351\241\271.md" "b/content/zh/docs/DatabaseReference/\345\205\266\345\256\203\351\200\211\351\241\271.md"
similarity index 94%
rename from "content/zh/docs/DataBaseReference/\345\205\266\345\256\203\351\200\211\351\241\271.md"
rename to "content/zh/docs/DatabaseReference/\345\205\266\345\256\203\351\200\211\351\241\271.md"
index 298e85c64d05e1af1d814e330a31d720ca5d496f..89a21b0cd186f6eb8a87cf432ff79526f0ce5f39 100644
--- "a/content/zh/docs/DataBaseReference/\345\205\266\345\256\203\351\200\211\351\241\271.md"
+++ "b/content/zh/docs/DatabaseReference/\345\205\266\345\256\203\351\200\211\351\241\271.md"
@@ -1,4 +1,4 @@
-# 其它选项
+# 其它选项
## enable\_default\_ustore\_table
@@ -158,7 +158,7 @@
**默认值:**空
-> **说明:**
+> **说明:**
>请勿手动设置该参数,设置不当将导致openGauss不可用。
## transparent\_encrypt\_kms\_url
@@ -183,9 +183,9 @@
## basebackup\_timeout
-**参数说明:**备份传输完成后连接无读写的超时时间。
+**参数说明:** 备份传输完成后连接无读写的超时时间。该参数并非备份超期时间,而是指服务端、客户端连接无数据交互后连接最长保持时间。
-通过gs\_basebackup工具作传输时,如果指定较高压缩率时,可能在传输表空间完成后超时(客户端需要压缩传输数据)。
+通过gs\_basebackup工具作传输时,如果指定较高压缩率时(压缩等级指定8或者9),可能在传输表空间完成后超时(客户端需要压缩传输数据)。
**取值范围:**整型,0 \~ INT\_MAX,单位为秒。其中0表示禁用该功能。
@@ -205,7 +205,7 @@
**参数说明**:自治事务最大链接数,同一时间自治事务执行的最大并发数。当设置为0时,将无法执行自治事务。
-该参数属于INTERNAL类型参数,请参考[表1](重设参数.md#zh-cn_topic_0237121562_zh-cn_topic_0059777490_t91a6f212010f4503b24d7943aed6d846)中对应设置方法进行设置。
+该参数属于POSTMASTER类型参数,请参考[表1](重设参数.md#zh-cn_topic_0237121562_zh-cn_topic_0059777490_t91a6f212010f4503b24d7943aed6d846)中对应设置方法进行设置。
**取值范围**:0-1024
@@ -222,7 +222,7 @@
- off表示关闭SeqScan优化
**默认值**:off
-> **说明:**
+> **说明:**
>该参数只能优化EXPLAIN ANALYZE语句的seqscan算子的执行时间
## sql\_ignore\_strategy
@@ -231,7 +231,7 @@
该参数属于USERSET类型,请参考[表1](重设参数.md#zh-cn_topic_0283137176_zh-cn_topic_0237121562_zh-cn_topic_0059777490_t91a6f212010f4503b24d7943aed6d846)中对应设置方法进行设置。
-> **说明:**
+> **说明:**
>ignore_error hint的信息请参考[将部分Error降级为Warning的Hint](../PerformanceTuningGuide/将部分Error降级为Warning的Hint.md)。
**取值范围:**枚举类型
diff --git "a/content/zh/docs/DataBaseReference/\345\206\205\345\255\230-21.md" "b/content/zh/docs/DatabaseReference/\345\206\205\345\255\230-21.md"
similarity index 96%
rename from "content/zh/docs/DataBaseReference/\345\206\205\345\255\230-21.md"
rename to "content/zh/docs/DatabaseReference/\345\206\205\345\255\230-21.md"
index 54f9fe76328a03e2e7319f39f8f748c93aa4a4cf..7f0f16a423a4b7fd1ea6899c4c14f23b7f3e285d 100644
--- "a/content/zh/docs/DataBaseReference/\345\206\205\345\255\230-21.md"
+++ "b/content/zh/docs/DatabaseReference/\345\206\205\345\255\230-21.md"
@@ -1,8 +1,8 @@
-# 内存
+# 内存
介绍与内存相关的参数设置。
-> **须知:**
+> **须知:**
>这些参数只能在数据库服务重新启动后生效。
## memorypool\_enable
@@ -41,7 +41,7 @@
**默认值:**on
-> **注意:**
+> **注意:**
>
>- 若max\_process\_memory-shared\_buffers-cstore\_buffers-元数据少于2G,openGauss强制把enable\_memory\_limit设置为off。其中元数据是openGauss内部使用的内存和部分并发参数,如max\_connections、thread\_pool\_attr、max\_prepared\_transactions等参数相关。
>
@@ -61,7 +61,7 @@
数据库节点上该数值需要根据系统物理内存及单节点部署主数据库节点个数决定。建议计算公式如下:\(物理内存大小 - vm.min\_free\_kbytes\) \\\* 0.7 / \(1 + 主节点个数\)。该系数的目的是尽可能保证系统的可靠性,不会因数据库内存膨胀导致节点OOM。这个公式中提到vm.min\_free\_kbytes,其含义是预留操作系统内存供内核使用,通常用作操作系统内核中通信收发内存分配,至少为5%内存。即,max\_process\_memory = 物理内存 \* 0.665 / \(1 + 主节点个数\)。
-> **注意:**
+> **注意:**
>当该值设置不合理,即大于服务器物理内存,可能导致操作系统OOM问题。
## enable\_memory\_context\_control
@@ -178,7 +178,7 @@ segment\_buffers 用来缓存段页式段头的内容,属于关键元数据信
**默认值:**10
-> **说明:**
+> **说明:**
>
>一般不需要对事务显式进行PREPARE操作,如果业务对事务进行显示PREPARE操作,为避免在准备步骤失败,需要调大该值,大于需要进行PREPARE业务的并发数。
@@ -213,7 +213,7 @@ segment\_buffers 用来缓存段页式段头的内容,属于关键元数据信
**默认值:**0
-> **须知:**
+> **须知:**
>
>- 如果设置的query\_mem值大于0,在生成执行计划时,优化器会将作业的估算内存调整为该值。
>
@@ -229,7 +229,7 @@ segment\_buffers 用来缓存段页式段头的内容,属于关键元数据信
**默认值:**0
-> **须知:**
+> **须知:**
>
>- 如果设置的query\_max\_mem值大于0,当作业执行时所使用内存超过该值时,将报错退出。
>
@@ -257,7 +257,7 @@ segment\_buffers 用来缓存段页式段头的内容,属于关键元数据信
该参数属于USERSET类型参数,请参考[表1](重设参数.md#zh-cn_topic_0237121562_zh-cn_topic_0059777490_t91a6f212010f4503b24d7943aed6d846)中对应设置方法进行设置。
-> **须知:**
+> **须知:**
>
>同样,多个正在运行的会话可能会同时进行表的局部排序操作。因此,使用的总内存可能是psort\_work\_mem的几倍。
@@ -271,7 +271,7 @@ segment\_buffers 用来缓存段页式段头的内容,属于关键元数据信
该参数属于USERSET类型参数,请参考[表1](重设参数.md#zh-cn_topic_0237121562_zh-cn_topic_0059777490_t91a6f212010f4503b24d7943aed6d846)中对应设置方法进行设置。
-> **须知:**
+> **须知:**
>
>max\_loaded\_cudesc设置过高时,有可能引起内存分配不足。
@@ -348,7 +348,7 @@ segment\_buffers 用来缓存段页式段头的内容,属于关键元数据信
## resilience_memory_reject_percent
-**参数说明**:用于控制内存过载逃生的动态内存占用百分比。该参数仅在GUC参数use_workload_manager和enable_memory_limit打开时生效。该参数属于SIGHUP类型参数,请参考[表1](https://gitee.com/opengauss/docs/blob/33dd523b07ca669b90346b9831510ee891c05069/content/docs-lite/zh/docs/DeveloperGuide/重设参数.md#zh-cn_topic_0283137176_zh-cn_topic_0237121562_zh-cn_topic_0059777490_t91a6f212010f4503b24d7943aed6d846)中对应设置方法进行设置。
+**参数说明**:用于控制内存过载逃生的动态内存占用百分比。该参数仅在GUC参数use_workload_manager和enable_memory_limit打开时生效。该参数属于SIGHUP类型参数,请参考[表1](重设参数.md#zh-cn_topic_0283137176_zh-cn_topic_0237121562_zh-cn_topic_0059777490_t91a6f212010f4503b24d7943aed6d846)中对应设置方法进行设置。
**取值范围**:字符串,长度大于0
@@ -367,7 +367,7 @@ resilience_memory_reject_percent = '70,90'
表示内存使用超过最大内存上限的90%后禁止新连接接入并kill堆积的会话,kill会话过程中内存恢复到最大内存的70%以下时停止kill会话并允许新连接接入。
->  **须知:**
+>  **须知:**
>
> - 最大动态内存和已使用的动态内存可以通过gs_total_memory_detail视图查询获得,最大动态内存:max_dynamic_memory,已使用的动态内存:dynamic_used_memory。
> - 该参数如果设置的百分比过小,则会频繁触发内存过载逃生流程,会使正在执行的会话被强制退出,新连接短时间接入失败,需要根据实际内存使用情况慎重设置。
\ No newline at end of file
diff --git "a/content/zh/docs/DataBaseReference/\345\206\205\345\255\230_GUC\345\217\202\346\225\260.md" "b/content/zh/docs/DatabaseReference/\345\206\205\345\255\230_GUC\345\217\202\346\225\260.md"
similarity index 88%
rename from "content/zh/docs/DataBaseReference/\345\206\205\345\255\230_GUC\345\217\202\346\225\260.md"
rename to "content/zh/docs/DatabaseReference/\345\206\205\345\255\230_GUC\345\217\202\346\225\260.md"
index 54f9fe76328a03e2e7319f39f8f748c93aa4a4cf..54469debae0e1f10e34b0e565b496f182692730f 100644
--- "a/content/zh/docs/DataBaseReference/\345\206\205\345\255\230_GUC\345\217\202\346\225\260.md"
+++ "b/content/zh/docs/DatabaseReference/\345\206\205\345\255\230_GUC\345\217\202\346\225\260.md"
@@ -1,8 +1,8 @@
-# 内存
+# 内存
介绍与内存相关的参数设置。
-> **须知:**
+> **须知:**
>这些参数只能在数据库服务重新启动后生效。
## memorypool\_enable
@@ -41,7 +41,7 @@
**默认值:**on
-> **注意:**
+> **注意:**
>
>- 若max\_process\_memory-shared\_buffers-cstore\_buffers-元数据少于2G,openGauss强制把enable\_memory\_limit设置为off。其中元数据是openGauss内部使用的内存和部分并发参数,如max\_connections、thread\_pool\_attr、max\_prepared\_transactions等参数相关。
>
@@ -61,7 +61,7 @@
数据库节点上该数值需要根据系统物理内存及单节点部署主数据库节点个数决定。建议计算公式如下:\(物理内存大小 - vm.min\_free\_kbytes\) \\\* 0.7 / \(1 + 主节点个数\)。该系数的目的是尽可能保证系统的可靠性,不会因数据库内存膨胀导致节点OOM。这个公式中提到vm.min\_free\_kbytes,其含义是预留操作系统内存供内核使用,通常用作操作系统内核中通信收发内存分配,至少为5%内存。即,max\_process\_memory = 物理内存 \* 0.665 / \(1 + 主节点个数\)。
-> **注意:**
+> **注意:**
>当该值设置不合理,即大于服务器物理内存,可能导致操作系统OOM问题。
## enable\_memory\_context\_control
@@ -178,7 +178,7 @@ segment\_buffers 用来缓存段页式段头的内容,属于关键元数据信
**默认值:**10
-> **说明:**
+> **说明:**
>
>一般不需要对事务显式进行PREPARE操作,如果业务对事务进行显示PREPARE操作,为避免在准备步骤失败,需要调大该值,大于需要进行PREPARE业务的并发数。
@@ -213,7 +213,7 @@ segment\_buffers 用来缓存段页式段头的内容,属于关键元数据信
**默认值:**0
-> **须知:**
+> **须知:**
>
>- 如果设置的query\_mem值大于0,在生成执行计划时,优化器会将作业的估算内存调整为该值。
>
@@ -229,7 +229,7 @@ segment\_buffers 用来缓存段页式段头的内容,属于关键元数据信
**默认值:**0
-> **须知:**
+> **须知:**
>
>- 如果设置的query\_max\_mem值大于0,当作业执行时所使用内存超过该值时,将报错退出。
>
@@ -257,7 +257,7 @@ segment\_buffers 用来缓存段页式段头的内容,属于关键元数据信
该参数属于USERSET类型参数,请参考[表1](重设参数.md#zh-cn_topic_0237121562_zh-cn_topic_0059777490_t91a6f212010f4503b24d7943aed6d846)中对应设置方法进行设置。
-> **须知:**
+> **须知:**
>
>同样,多个正在运行的会话可能会同时进行表的局部排序操作。因此,使用的总内存可能是psort\_work\_mem的几倍。
@@ -271,7 +271,7 @@ segment\_buffers 用来缓存段页式段头的内容,属于关键元数据信
该参数属于USERSET类型参数,请参考[表1](重设参数.md#zh-cn_topic_0237121562_zh-cn_topic_0059777490_t91a6f212010f4503b24d7943aed6d846)中对应设置方法进行设置。
-> **须知:**
+> **须知:**
>
>max\_loaded\_cudesc设置过高时,有可能引起内存分配不足。
@@ -346,9 +346,35 @@ segment\_buffers 用来缓存段页式段头的内容,属于关键元数据信
**默认值**:256MB
+## memory\_trace\_level
+
+**参数说明**:动态内存使用超过最大动态内存的90%后,记录内存申请信息的管控等级。该参数仅在use\_workload\_manager和enable\_memory\_limit打开时生效。该参数属于SIGHUP类型参数,请参考[表1](重设参数.md#zh-cn_topic_0283137176_zh-cn_topic_0237121562_zh-cn_topic_0059777490_t91a6f212010f4503b24d7943aed6d846)中对应设置方法进行设置。
+
+**取值范围**:枚举型
+
+- none:表示不记录内存申请信息。
+- level1:动态内存使用超过最大动态内存的90%后,会记录以下信息,并将记录的内存信息保存在$GAUSSLOG/mem\_log目录下。
+ - 全局内存概况。
+ - instance,session,thread三种类型的所有内存上下文中内存占用前20的内存上下文的内存使用情况。
+ - 每个内存上下文的totalsize、freesize字段。
+
+- level2:动态内存使用超过最大动态内存的90%后,会记录以下信息,并将记录的内存信息保存在$GAUSSLOG/mem\_log目录下。
+ - 全局内存概况。
+ - instance,session,thread三种类型的所有内存上下文中内存占用前20的内存上下文的内存使用情况。
+ - 每个内存上下文的totalsize,freesize字段。
+ - 每个内存上下文上所有内存申请的详细信息,包含申请内存所在的文件,行号和大小。
+
+**默认值**:level1
+
+> **须知:**
+>
+>- 该参数设置为level2后,会记录每个内存上下文的内存申请详情(file,line,size字段),会对性能影响较大,需慎重设置。
+>- 记录的内存快照信息可以通过系统函数gs\_get\_history\_memory\_detail\(cstring\)查询,函数详情请参考“SQL参考 \> 函数和操作符 \> 统计信息函数”章节查询。
+>- 记录的内存上下文是经过将同一类型所有重名的内存上下文进行汇总之后得到的。
+
## resilience_memory_reject_percent
-**参数说明**:用于控制内存过载逃生的动态内存占用百分比。该参数仅在GUC参数use_workload_manager和enable_memory_limit打开时生效。该参数属于SIGHUP类型参数,请参考[表1](https://gitee.com/opengauss/docs/blob/33dd523b07ca669b90346b9831510ee891c05069/content/docs-lite/zh/docs/DeveloperGuide/重设参数.md#zh-cn_topic_0283137176_zh-cn_topic_0237121562_zh-cn_topic_0059777490_t91a6f212010f4503b24d7943aed6d846)中对应设置方法进行设置。
+**参数说明**:用于控制内存过载逃生的动态内存占用百分比。该参数仅在GUC参数use_workload_manager和enable_memory_limit打开时生效。该参数属于SIGHUP类型参数,请参考[表1](重设参数.md#zh-cn_topic_0283137176_zh-cn_topic_0237121562_zh-cn_topic_0059777490_t91a6f212010f4503b24d7943aed6d846)中对应设置方法进行设置。
**取值范围**:字符串,长度大于0
@@ -367,7 +393,7 @@ resilience_memory_reject_percent = '70,90'
表示内存使用超过最大内存上限的90%后禁止新连接接入并kill堆积的会话,kill会话过程中内存恢复到最大内存的70%以下时停止kill会话并允许新连接接入。
->  **须知:**
+>  **须知:**
>
> - 最大动态内存和已使用的动态内存可以通过gs_total_memory_detail视图查询获得,最大动态内存:max_dynamic_memory,已使用的动态内存:dynamic_used_memory。
> - 该参数如果设置的百分比过小,则会频繁触发内存过载逃生流程,会使正在执行的会话被强制退出,新连接短时间接入失败,需要根据实际内存使用情况慎重设置。
\ No newline at end of file
diff --git "a/content/zh/docs/DataBaseReference/\345\206\205\345\255\230\350\241\250.md" "b/content/zh/docs/DatabaseReference/\345\206\205\345\255\230\350\241\250.md"
similarity index 96%
rename from "content/zh/docs/DataBaseReference/\345\206\205\345\255\230\350\241\250.md"
rename to "content/zh/docs/DatabaseReference/\345\206\205\345\255\230\350\241\250.md"
index b67602bae4132db8a90aef80341e861bd832845a..b53de9edc17b947e303fc6f54a91081bffcfd057 100644
--- "a/content/zh/docs/DataBaseReference/\345\206\205\345\255\230\350\241\250.md"
+++ "b/content/zh/docs/DatabaseReference/\345\206\205\345\255\230\350\241\250.md"
@@ -1,4 +1,4 @@
-# 内存表
+# 内存表
介绍内存表的配置参数。
@@ -22,7 +22,7 @@
**默认值**:true
-> **说明:**
+> **说明:**
>即使将force\_pseudo\_codegen\_mot设置为true,而当前平台不支持原生LLVM,那么仍然会使用伪LLVM。
## enable\_codegen\_mot\_print
diff --git "a/content/zh/docs/DataBaseReference/\345\206\205\346\240\270\350\265\204\346\272\220\344\275\277\347\224\250.md" "b/content/zh/docs/DatabaseReference/\345\206\205\346\240\270\350\265\204\346\272\220\344\275\277\347\224\250.md"
similarity index 95%
rename from "content/zh/docs/DataBaseReference/\345\206\205\346\240\270\350\265\204\346\272\220\344\275\277\347\224\250.md"
rename to "content/zh/docs/DatabaseReference/\345\206\205\346\240\270\350\265\204\346\272\220\344\275\277\347\224\250.md"
index 433038db9b9b2b0d23981f9e8e0271e1478b2658..3c3f8cc7cec24f74726f5660d829106fc8c2a4af 100644
--- "a/content/zh/docs/DataBaseReference/\345\206\205\346\240\270\350\265\204\346\272\220\344\275\277\347\224\250.md"
+++ "b/content/zh/docs/DatabaseReference/\345\206\205\346\240\270\350\265\204\346\272\220\344\275\277\347\224\250.md"
@@ -1,4 +1,4 @@
-# 内核资源使用
+# 内核资源使用
介绍与操作系统内核相关的参数,这些参数是否生效依赖于操作系统的设置。
@@ -24,7 +24,7 @@
该参数属于POSTMASTER类型参数,请参考[表1](重设参数.md#zh-cn_topic_0237121562_zh-cn_topic_0059777490_t91a6f212010f4503b24d7943aed6d846)中对应设置方法进行设置。
-> **须知:**
+> **须知:**
>- 如果被声明的库不存在,openGauss服务将会启动失败。
>- 每一个支持openGauss的库都有一个特殊的标记用于保证兼容性。因此,不支持openGauss的库不能用这种方法加载。
diff --git "a/content/zh/docs/DataBaseReference/\345\214\272\345\237\237\345\222\214\346\240\274\345\274\217\345\214\226.md" "b/content/zh/docs/DatabaseReference/\345\214\272\345\237\237\345\222\214\346\240\274\345\274\217\345\214\226.md"
similarity index 94%
rename from "content/zh/docs/DataBaseReference/\345\214\272\345\237\237\345\222\214\346\240\274\345\274\217\345\214\226.md"
rename to "content/zh/docs/DatabaseReference/\345\214\272\345\237\237\345\222\214\346\240\274\345\274\217\345\214\226.md"
index 11f9471316cc839cbfe44ab0b15d11c5a21d2f52..d2f36c83fb772e228372ceee0fc4485bc58cba0b 100644
--- "a/content/zh/docs/DataBaseReference/\345\214\272\345\237\237\345\222\214\346\240\274\345\274\217\345\214\226.md"
+++ "b/content/zh/docs/DatabaseReference/\345\214\272\345\237\237\345\222\214\346\240\274\345\274\217\345\214\226.md"
@@ -1,4 +1,4 @@
-# 区域和格式化
+# 区域和格式化
介绍时间格式设置的相关参数。
@@ -14,7 +14,7 @@
**默认值:**ISO, MDY
-> **说明:**
+> **说明:**
>
>gs\_initdb会将这个参数初始化成与[lc\_time](#zh-cn_topic_0283136798_zh-cn_topic_0237124733_zh-cn_topic_0059778109_scbb410b3c5c94682a3eec218c7ff0220)一致的值。
@@ -34,7 +34,7 @@
- iso\_8601表示产生与在ISO 8601中定义的“格式与代号”相匹配的输出。
- a表示与numtodsinterval函数相匹配的输出结果,详细请参考[numtodsinterval](../SQLReference/时间和日期处理函数和操作符.md#zh-cn_topic_0283136846_zh-cn_topic_0237121972_zh-cn_topic_0059779084_lf9dae2de082b41c094177f70cf798433)。
-> **须知:**
+> **须知:**
>
>IntervalStyle参数也会影响不明确的间隔输入的说明。
@@ -50,7 +50,7 @@
**默认值:**GMT
-> **说明:**
+> **说明:**
>
>gs\_initdb将设置一个与其系统环境一致的时区值。
@@ -64,7 +64,7 @@
**默认值:**Default
-> **说明:**
+> **说明:**
>
>Default表示通用时区的缩写, 适合绝大部分情况。但也可设置其他诸如 'Australia' 和 'India' 等用来定义特定的安装。而设置除此之外的时区缩写, 需要在建数据库之前通过相应的配置文件进行设置。
@@ -76,7 +76,7 @@
**取值范围:**整型,-15~3
-> **说明:**
+> **说明:**
>
>- 设置为3,表示包括部分关键的数据位。这个功能对转储那些需要精确恢复的浮点数据特别有用。
>- 设置为负数,表示消除不需要的数据位。
@@ -93,7 +93,7 @@
**取值范围:**兼容PostgreSQL所有的字符编码类型。其中UTF8表示使用数据库的字符编码类型。
-> **说明:**
+> **说明:**
>
>- 使用命令locale -a查看当前系统支持的区域和相应的编码格式,并可以选择进行设置。
>- 默认情况下,gs\_initdb会根据当前的系统环境初始化此参数,通过locale命令可以查看当前的配置环境。
@@ -115,7 +115,7 @@
**取值范围:**字符串
-> **说明:**
+> **说明:**
>
>- 使用命令locale -a查看当前系统支持的区域和相应的编码格式,并可以选择进行设置。
>- 默认情况下,gs\_initdb会根据当前的系统环境初始化此参数,通过locale命令可以查看当前的配置环境。
@@ -130,7 +130,7 @@
**取值范围:**字符串
-> **说明:**
+> **说明:**
>
>- 使用命令locale -a查看当前系统支持的区域和相应的编码格式,并可以选择进行设置。
>- 默认情况下,gs\_initdb会根据当前的系统环境初始化此参数,通过locale命令可以查看当前的配置环境。
@@ -145,7 +145,7 @@
**取值范围:**字符串
-> **说明:**
+> **说明:**
>
>- 使用命令locale -a查看当前系统支持的区域和相应的编码格式,并可以选择进行设置。
>- 默认情况下,gs\_initdb会根据当前的系统环境初始化此参数,通过locale命令可以查看当前的配置环境。
@@ -160,7 +160,7 @@
**取值范围:**字符串
-> **说明:**
+> **说明:**
>
>- 使用命令locale -a查看当前系统支持的区域和相应的编码格式,并可以选择进行设置。
>- 默认情况下,gs\_initdb会根据当前的系统环境初始化此参数,通过locale命令可以查看当前的配置环境。
@@ -181,7 +181,7 @@
**取值范围:**字符串
-> **说明:**
+> **说明:**
>
>openGauss支持pg\_catalog.english、pg\_catalog.simple两种配置。
diff --git "a/content/zh/docs/DataBaseReference/\345\215\207\347\272\247\345\217\202\346\225\260.md" "b/content/zh/docs/DatabaseReference/\345\215\207\347\272\247\345\217\202\346\225\260.md"
similarity index 93%
rename from "content/zh/docs/DataBaseReference/\345\215\207\347\272\247\345\217\202\346\225\260.md"
rename to "content/zh/docs/DatabaseReference/\345\215\207\347\272\247\345\217\202\346\225\260.md"
index 15ad874a11389b41bc78c498f20ecf2ac8f6d7a1..376d4494fa61666feed2b54f3d86f65016e48637 100644
--- "a/content/zh/docs/DataBaseReference/\345\215\207\347\272\247\345\217\202\346\225\260.md"
+++ "b/content/zh/docs/DatabaseReference/\345\215\207\347\272\247\345\217\202\346\225\260.md"
@@ -1,4 +1,4 @@
-# 升级参数
+# 升级参数
## IsInplaceUpgrade
@@ -37,5 +37,5 @@
**默认值**:0
-> **说明:**
+> **说明:**
>特殊情况:在使用灰度升级的情况下,若选择策略为大版本升级,即需要执行升级脚本和替换二进制包,会将upgrade_mode设置为2,选择策略为小版本升级,只替换二进制包,则不会设置upgrade_mode设置为2。
diff --git "a/content/zh/docs/DataBaseReference/\345\216\206\345\217\262\347\211\210\346\234\254\345\205\274\345\256\271\346\200\247.md" "b/content/zh/docs/DatabaseReference/\345\216\206\345\217\262\347\211\210\346\234\254\345\205\274\345\256\271\346\200\247.md"
similarity index 63%
rename from "content/zh/docs/DataBaseReference/\345\216\206\345\217\262\347\211\210\346\234\254\345\205\274\345\256\271\346\200\247.md"
rename to "content/zh/docs/DatabaseReference/\345\216\206\345\217\262\347\211\210\346\234\254\345\205\274\345\256\271\346\200\247.md"
index 75102252f9564b730bd027681570047b3f3b4c05..3216572c51a9849bfa3a7d986f4f5d437244e06d 100644
--- "a/content/zh/docs/DataBaseReference/\345\216\206\345\217\262\347\211\210\346\234\254\345\205\274\345\256\271\346\200\247.md"
+++ "b/content/zh/docs/DatabaseReference/\345\216\206\345\217\262\347\211\210\346\234\254\345\205\274\345\256\271\346\200\247.md"
@@ -1,127 +1,142 @@
-# 历史版本兼容性
+# 历史版本兼容性
openGauss介绍数据库的向下兼容性和对外兼容性特性的参数控制。数据库系统的向后兼容性能够为旧版本的数据库应用提供支持。本节介绍的参数主要控制数据库的向后兼容性。
## array\_nulls
-**参数说明:**控制数组输入解析器是否将未用引用的NULL识别为数组的一个NULL元素。
+**参数说明:** 控制数组输入解析器是否将未用引号的NULL识别为数组的一个NULL元素。
该参数属于USERSET类型参数,请参考[表2](重设参数.md#zh-cn_topic_0237121562_zh-cn_topic_0059777490_t290c8f15953843db8d8e53d867cd893d)中对应设置方法进行设置。
-**取值范围:**布尔型
+**取值范围:** 布尔型
- on表示允许向数组中输入空元素。
- off表示向下兼容旧式模式。仍然能够创建包含NULL值的数组。
-**默认值:**on
+**默认值:** on
## backslash\_quote
-**参数说明:**控制字符串文本中的单引号是否能够用\\'表示。
+**参数说明:** 控制字符串文本中的单引号是否能够用\\'表示。
该参数属于USERSET类型参数,请参考[表2](重设参数.md#zh-cn_topic_0237121562_zh-cn_topic_0059777490_t290c8f15953843db8d8e53d867cd893d)中对应设置方法进行设置。
-> **须知:**
+> **须知:**
>在字符串文本符合SQL标准的情况下,\\没有任何其他含义。这个参数影响的是如何处理不符合标准的字符串文本,包括明确的字符串转义语法是(E'...')。
-**取值范围:**枚举类型
+**取值范围:** 枚举类型
- on表示一直允许使用\\'表示。
- off表示拒绝使用\\'表示。
- safe\_encoding表示仅在客户端字符集编码不会在多字节字符末尾包含\\的ASCII值时允许。
-**默认值:**safe\_encoding
+**默认值:** safe\_encoding
## escape\_string\_warning
-**参数说明:**警告在普通字符串中直接使用反斜杠转义。
+**参数说明:** 警告在普通字符串中直接使用反斜杠转义。
- 如果需要使用反斜杠作为转义,可以调整为使用转义字符串语法(E'...')来做转义,因为在每个SQL标准中,普通字符串的默认行为现在将反斜杠作为一个普通字符。
- 这个变量可以帮助定位需要改变的代码。
该参数属于USERSET类型参数,请参考[表2](重设参数.md#zh-cn_topic_0237121562_zh-cn_topic_0059777490_t290c8f15953843db8d8e53d867cd893d)中对应设置方法进行设置。
-**取值范围:**布尔型
+**取值范围:** 布尔型
-**默认值:**on
+**默认值:** on
## lo\_compat\_privileges
-**参数说明:**控制是否启动对大对象权限检查的向后兼容模式。
+**参数说明:** 控制是否启动对大对象权限检查的向后兼容模式。
该参数属于SUSET类型参数,请参考[表2](重设参数.md#zh-cn_topic_0237121562_zh-cn_topic_0059777490_t290c8f15953843db8d8e53d867cd893d)中对应设置方法进行设置。
-**取值范围:**布尔型
+**取值范围:** 布尔型
on表示当读取或修改大对象时禁用权限检查,与PostgreSQL 9.0以前的版本兼容。
-**默认值:**off
+**默认值:** off
## quote\_all\_identifiers
-**参数说明:**当数据库生成SQL时,此选项强制引用所有的标识符(包括非关键字)。这将影响到EXPLAIN的输出及函数的结果,例如pg\_get\_viewdef。详细说明请参见gs\_dump的--quote-all-identifiers选项。
+**参数说明:** 当数据库生成SQL时,此选项强制引用所有的标识符(包括非关键字)。这将影响到EXPLAIN的输出及函数的结果,例如pg\_get\_viewdef。详细说明请参见gs\_dump的--quote-all-identifiers选项。
该参数属于USERSET类型参数,请参考[表2](重设参数.md#zh-cn_topic_0237121562_zh-cn_topic_0059777490_t290c8f15953843db8d8e53d867cd893d)中对应设置方法进行设置。
-**取值范围:**布尔型
+**取值范围:** 布尔型
- on表示打开强制引用。
- off表示关闭强制引用。
-**默认值:**off
+**默认值:** off
## sql\_inheritance
-**参数说明:**控制继承语义。用来控制继承表的访问策略,off表示各种命令不能访问子表,即默认使用ONLY关键字。这是为了兼容旧版本而设置的。
+**参数说明:** 控制继承语义。用来控制继承表的访问策略,off表示各种命令不能访问子表,即默认使用ONLY关键字。这是为了兼容旧版本而设置的。
该参数属于USERSET类型参数,请参考[表2](重设参数.md#zh-cn_topic_0237121562_zh-cn_topic_0059777490_t290c8f15953843db8d8e53d867cd893d)中对应设置方法进行设置。
-**取值范围:**布尔型
+**取值范围:** 布尔型
- on表示可以访问子表。
- off表示不访问子表。
-**默认值:**on
+**默认值:** on
## standard\_conforming\_strings
-**参数说明:**控制普通字符串文本('...')中是否按照SQL标准把反斜扛当普通文本。
+**参数说明:** 控制普通字符串文本('...')中是否按照SQL标准把反斜扛当普通文本。
- 应用程序通过检查这个参数可以判断字符串文本的处理方式。
- 建议明确使用转义字符串语法(E'...')来转义字符。
该参数属于USERSET类型参数,请参考[表2](重设参数.md#zh-cn_topic_0237121562_zh-cn_topic_0059777490_t290c8f15953843db8d8e53d867cd893d)中对应设置方法进行设置。
-**取值范围:**布尔型
+**取值范围:** 布尔型
- on表示打开控制功能。
- off表示关闭控制功能。
-**默认值:**on
+**默认值:** on
## synchronize\_seqscans
-**参数说明:**控制启动同步的顺序扫描。在大约相同的时间内并行扫描读取相同的数据块,共享I/O负载。
+**参数说明:** 控制启动同步的顺序扫描。在大约相同的时间内并行扫描读取相同的数据块,共享I/O负载。
该参数属于USERSET类型参数,请参考[表2](重设参数.md#zh-cn_topic_0237121562_zh-cn_topic_0059777490_t290c8f15953843db8d8e53d867cd893d)中对应设置方法进行设置。
-**取值范围:**布尔型
+**取值范围:** 布尔型
- on表示扫描可能从表的中间开始,然后选择“环绕”方式来覆盖所有的行,为了与已经在进行中的扫描活动同步。这可能会造成没有用ORDER BY子句的查询得到行排序造成不可预测的后果。
- off表示确保顺序扫描是从表头开始的。
-**默认值:**on
+**默认值:** on
## enable\_beta\_features
-**参数说明:**控制开启某些非正式发布的特性,仅用于POC验证。这些特性属于延伸特性,建议客户谨慎开启,在某些功能场景下可能存在问题。
+**参数说明:** 控制开启某些非正式发布的特性,仅用于POC验证。这些特性属于延伸特性,建议客户谨慎开启,在某些功能场景下可能存在问题。
该参数属于USERSET类型参数,请参考[表2](重设参数.md#zh-cn_topic_0237121562_zh-cn_topic_0059777490_t290c8f15953843db8d8e53d867cd893d)中对应设置方法进行设置。
-**取值范围:**布尔型
+**取值范围:** 布尔型
- on表示开启这些功能受限的特性,保持前向兼容。但某些场景可能存在功能上的问题。
- off表示禁止使用这些特性。
-**默认值:**off
+**默认值:** off
+
+## default\_with\_oids
+
+**参数说明:** 在没有声明WITH OIDS和WITHOUT OIDS的情况下,这个选项控制在新创建的表中CREATE TABLE和CREATE TABLE AS是否包含一个OID字段。它还决定SELECT INTO创建的表里面是否包含OID 。该参数暂未使用。
+
+不推荐在用户表中使用OID,故默认设置为off。需要带有OID字段的表应该在创建时声明WITH OIDS 。
+
+该参数属于USERSET类型参数,请参考[表1](重设参数.md#zh-cn_topic_0283137176_zh-cn_topic_0237121562_zh-cn_topic_0059777490_t91a6f212010f4503b24d7943aed6d846)中对应设置方法进行设置。
+
+**取值范围:** 布尔型
+
+- on表示在新创建的表中CREATE TABLE和CREATE TABLE AS可以包含一个OID字段。
+- off表示在新创建的表中CREATE TABLE和CREATE TABLE AS不可以包含一个OID字段。
+
+**默认值:** off
diff --git "a/content/zh/docs/DataBaseReference/\345\217\214\346\225\260\346\215\256\345\272\223\345\256\236\344\276\213\345\244\215\345\210\266\345\217\202\346\225\260.md" "b/content/zh/docs/DatabaseReference/\345\217\214\346\225\260\346\215\256\345\272\223\345\256\236\344\276\213\345\244\215\345\210\266\345\217\202\346\225\260.md"
similarity index 87%
rename from "content/zh/docs/DataBaseReference/\345\217\214\346\225\260\346\215\256\345\272\223\345\256\236\344\276\213\345\244\215\345\210\266\345\217\202\346\225\260.md"
rename to "content/zh/docs/DatabaseReference/\345\217\214\346\225\260\346\215\256\345\272\223\345\256\236\344\276\213\345\244\215\345\210\266\345\217\202\346\225\260.md"
index 4692ce1cee48b26146ad73ca45f899f168792d53..7aa2e15b6b816c55c49cf7961f74cad35de71fb8 100644
--- "a/content/zh/docs/DataBaseReference/\345\217\214\346\225\260\346\215\256\345\272\223\345\256\236\344\276\213\345\244\215\345\210\266\345\217\202\346\225\260.md"
+++ "b/content/zh/docs/DatabaseReference/\345\217\214\346\225\260\346\215\256\345\272\223\345\256\236\344\276\213\345\244\215\345\210\266\345\217\202\346\225\260.md"
@@ -1,4 +1,4 @@
-# 双数据库实例复制参数
+# 双数据库实例复制参数
## RepOriginId
diff --git "a/content/zh/docs/DataBaseReference/\345\217\214\346\234\272\345\244\215\345\210\266.md" "b/content/zh/docs/DatabaseReference/\345\217\214\346\234\272\345\244\215\345\210\266.md"
similarity index 73%
rename from "content/zh/docs/DataBaseReference/\345\217\214\346\234\272\345\244\215\345\210\266.md"
rename to "content/zh/docs/DatabaseReference/\345\217\214\346\234\272\345\244\215\345\210\266.md"
index 86d130237019e3a46d5f429efb8bdc916bfb5bf9..435b39470a937a144d7458f0b564d87a497a6a97 100644
--- "a/content/zh/docs/DataBaseReference/\345\217\214\346\234\272\345\244\215\345\210\266.md"
+++ "b/content/zh/docs/DatabaseReference/\345\217\214\346\234\272\345\244\215\345\210\266.md"
@@ -1,4 +1,4 @@
-# 双机复制
+# 双机复制
- **[发送端服务器](发送端服务器.md)**
diff --git "a/content/zh/docs/DataBaseReference/\345\217\221\351\200\201\347\253\257\346\234\215\345\212\241\345\231\250.md" "b/content/zh/docs/DatabaseReference/\345\217\221\351\200\201\347\253\257\346\234\215\345\212\241\345\231\250.md"
similarity index 89%
rename from "content/zh/docs/DataBaseReference/\345\217\221\351\200\201\347\253\257\346\234\215\345\212\241\345\231\250.md"
rename to "content/zh/docs/DatabaseReference/\345\217\221\351\200\201\347\253\257\346\234\215\345\212\241\345\231\250.md"
index b0fbf34cae6c76b776fbabbb098ba68c1e81307a..f7c023a65a9319c9d2b9a98d9f4cf1d9c1da21e5 100644
--- "a/content/zh/docs/DataBaseReference/\345\217\221\351\200\201\347\253\257\346\234\215\345\212\241\345\231\250.md"
+++ "b/content/zh/docs/DatabaseReference/\345\217\221\351\200\201\347\253\257\346\234\215\345\212\241\345\231\250.md"
@@ -1,4 +1,4 @@
-# 发送端服务器
+# 发送端服务器
## max\_wal\_senders
@@ -6,7 +6,7 @@
该参数属于POSTMASTER类型参数,请参考[表1](重设参数.md#zh-cn_topic_0237121562_zh-cn_topic_0059777490_t91a6f212010f4503b24d7943aed6d846)中对应设置方法进行设置。
-> **须知:**
+> **须知:**
>
>[wal\_level](设置.md#zh-cn_topic_0283137354_zh-cn_topic_0237124707_zh-cn_topic_0059778393_s2c76f5957066407a959191148f2c780f)必须设置为archive或者hot\_standby以允许备机的连接。
@@ -43,7 +43,7 @@
该参数属于SIGHUP类型参数,请参考[表1](重设参数.md#zh-cn_topic_0237121562_zh-cn_topic_0059777490_t91a6f212010f4503b24d7943aed6d846)中对应设置方法进行设置。
-> **须知:**
+> **须知:**
>
>- 如果主机数据较大,重建备机数据库时需要增大此参数的值,主机数据在 500G时,此参数的参考值为600s。
>
@@ -117,13 +117,30 @@
**默认值**:8192
+## logical\_decode\_options\_default
+
+**参数说明**:指定逻辑解码启动时未指定解码选项的全局默认值。
+
+该参数属于SIGHUP类型参数,请参考[表1](重设参数.md#zh-cn_topic_0283137176_zh-cn_topic_0237121562_zh-cn_topic_0059777490_t91a6f212010f4503b24d7943aed6d846)中对应设置方法进行设置。
+
+当前支持指定的逻辑解码选项包括:parallel-decode-num, parallel-queue-size, max-txn-in-memory, max-reorderbuffer-in-memory, exclude-users。选项的意义请参考《开发者指南》的“应用程序开发教程 \> 基于JDBC开发 \> 示例:逻辑复制代码示例”章节。
+
+**取值范围**:通过逗号分隔的key=value字符串,例如:'parallel-decode-num=4,parallel-queue-size=128,exclude-users=userA'。其中空字符串表示采用程序硬编码的默认值。
+
+**默认值:**""
+
+> **须知:**
+>
+>- 该参数SIGHUP生效并不会影响已经启动的逻辑解码流程;后续逻辑解码启动将使用该参数设置的选项作为其默认配置,并优先使用启动命令中指定选项的设置。
+>- 这里exclude-users选项和逻辑解码启动选项存在差异,不允许指定多个黑名单用户。
+
## enable\_wal\_shipping\_compression
**参数说明:** 在流式容灾模式下设置启动跨数据库实例日志压缩功能。
该参数属于SIGHUP类型参数,请参考[表1](重设参数.md#zh-cn_topic_0237121562_zh-cn_topic_0059777490_t91a6f212010f4503b24d7943aed6d846)中对应设置方法进行设置。
-> **须知:**
+> **须知:**
>该参数仅作用于流式容灾中跨数据库实例传输的一对walsender与walreceiver中,在主数据库实例上配置。
**取值范围**:布尔型
@@ -139,7 +156,7 @@
该参数属于SIGHUP类型参数,请参考[表1](重设参数.md#zh-cn_topic_0283137176_zh-cn_topic_0237121562_zh-cn_topic_0059777490_t91a6f212010f4503b24d7943aed6d846)中对应设置方法进行设置。
-> **须知:**
+> **须知:**
>
>- 如果主机上开启了UUID验证功能、且配置了非空字符串的repl\_uuid验证码,那么备机也需要开启UUID验证功能、且配置相同的repl\_uuid验证码,否则主备日志复制和备机重建请求将被主机拒绝。
>- 该参数支持SIGHUP动态加载新值。修改之后,不影响已建连的主备连接,对后续主备复制请求和主备重建请求生效。
@@ -161,7 +178,7 @@
该参数属于SIGHUP类型参数,请参考[表1](重设参数.md#zh-cn_topic_0283137176_zh-cn_topic_0237121562_zh-cn_topic_0059777490_t91a6f212010f4503b24d7943aed6d846)中对应设置方法进行设置。
-> **须知:**
+> **须知:**
>
>- 如果主机上开启了UUID验证功能、且配置了非空字符串的repl\_uuid验证码,那么备机也需要开启UUID验证功能、且配置相同的repl\_uuid验证码,否则主备日志复制和备机重建请求将被主机拒绝。
>- 该参数支持SIGHUP动态加载新值。修改之后,不影响已建连的主备连接,对后续主备复制请求和主备重建请求生效。
@@ -342,3 +359,13 @@
**取值范围:** 字符串。其中空字符串表示没有配置节点信息。
**默认值:** 空字符串
+
+## max\_keep\_log\_seg
+
+**参数说明:**流控参数,逻辑复制在DN本地会解析物理日志转换成逻辑日志,当未被解析的物理日志文件数量大于该参数时会触发限流。此参数为0表示关闭限流功能。
+
+该参数属于USERSET类型参数,请参考[表1](重设参数.md#zh-cn_topic_0283137176_zh-cn_topic_0237121562_zh-cn_topic_0059777490_t91a6f212010f4503b24d7943aed6d846)中对应设置方法进行设置。
+
+**取值范围:**整型,0 \~ 2147483647。
+
+**默认值:**0
\ No newline at end of file
diff --git "a/content/zh/docs/DataBaseReference/\345\220\216\347\253\257\345\206\231\350\277\233\347\250\213.md" "b/content/zh/docs/DatabaseReference/\345\220\216\347\253\257\345\206\231\350\277\233\347\250\213.md"
similarity index 98%
rename from "content/zh/docs/DataBaseReference/\345\220\216\347\253\257\345\206\231\350\277\233\347\250\213.md"
rename to "content/zh/docs/DatabaseReference/\345\220\216\347\253\257\345\206\231\350\277\233\347\250\213.md"
index fc62b8a018f92be7de0e60f47d353ffc79c6f89c..4749759992a5c776d307910ce402f57ca69591ab 100644
--- "a/content/zh/docs/DataBaseReference/\345\220\216\347\253\257\345\206\231\350\277\233\347\250\213.md"
+++ "b/content/zh/docs/DatabaseReference/\345\220\216\347\253\257\345\206\231\350\277\233\347\250\213.md"
@@ -1,4 +1,4 @@
-# 后端写进程
+# 后端写进程
介绍后端写(background writer)进程的参数配置。后端写进程的功能就是把共享缓冲区中的脏数据(指共享缓冲区中新增或者修改的内容)写入到磁盘。目的是让数据库进程在进行用户查询时可以很少或者几乎不等待写动作的发生(写动作由后端写进程完成)。
@@ -36,7 +36,7 @@
**取值范围:**整型,0~1000
-> **说明:**
+> **说明:**
>此参数设置为0表示禁用后端写功能,禁用后端写功能不会对checkpoints产生影响。
**默认值:**100
diff --git "a/content/zh/docs/DataBaseReference/\345\221\212\350\255\246\346\243\200\346\265\213.md" "b/content/zh/docs/DatabaseReference/\345\221\212\350\255\246\346\243\200\346\265\213.md"
similarity index 98%
rename from "content/zh/docs/DataBaseReference/\345\221\212\350\255\246\346\243\200\346\265\213.md"
rename to "content/zh/docs/DatabaseReference/\345\221\212\350\255\246\346\243\200\346\265\213.md"
index 0ecc0a61ef8669fbe1de1bd48a78a060d2c11b08..271b55b16547ae0ffe4715fdff1fec3917d5075b 100644
--- "a/content/zh/docs/DataBaseReference/\345\221\212\350\255\246\346\243\200\346\265\213.md"
+++ "b/content/zh/docs/DatabaseReference/\345\221\212\350\255\246\346\243\200\346\265\213.md"
@@ -1,4 +1,4 @@
-# 告警检测
+# 告警检测
在openGauss运行的过程中,会对数据库中的错误场景进行检测,便于用户及早感知到openGauss的错误。
diff --git "a/content/zh/docs/DataBaseReference/\345\233\236\346\273\232\347\233\270\345\205\263\345\217\202\346\225\260.md" "b/content/zh/docs/DatabaseReference/\345\233\236\346\273\232\347\233\270\345\205\263\345\217\202\346\225\260.md"
similarity index 86%
rename from "content/zh/docs/DataBaseReference/\345\233\236\346\273\232\347\233\270\345\205\263\345\217\202\346\225\260.md"
rename to "content/zh/docs/DatabaseReference/\345\233\236\346\273\232\347\233\270\345\205\263\345\217\202\346\225\260.md"
index 04c6843d8c3da7e8e2ac8a8a4bcbdd318420d286..f4ace392cdfa6044867e6a7b4da6d8fd2c0dc5eb 100644
--- "a/content/zh/docs/DataBaseReference/\345\233\236\346\273\232\347\233\270\345\205\263\345\217\202\346\225\260.md"
+++ "b/content/zh/docs/DatabaseReference/\345\233\236\346\273\232\347\233\270\345\205\263\345\217\202\346\225\260.md"
@@ -1,4 +1,4 @@
-# 回滚相关参数
+# 回滚相关参数
## max\_undo\_workers
diff --git "a/content/zh/docs/DataBaseReference/\345\237\272\344\272\216\345\274\200\351\224\200\347\232\204\346\270\205\347\220\206\345\273\266\350\277\237.md" "b/content/zh/docs/DatabaseReference/\345\237\272\344\272\216\345\274\200\351\224\200\347\232\204\346\270\205\347\220\206\345\273\266\350\277\237.md"
similarity index 97%
rename from "content/zh/docs/DataBaseReference/\345\237\272\344\272\216\345\274\200\351\224\200\347\232\204\346\270\205\347\220\206\345\273\266\350\277\237.md"
rename to "content/zh/docs/DatabaseReference/\345\237\272\344\272\216\345\274\200\351\224\200\347\232\204\346\270\205\347\220\206\345\273\266\350\277\237.md"
index 87f9b2191f28608f3c2518087aecec89711ce0d5..201e4fce3042ca090bcd53ff61e992ff49140c66 100644
--- "a/content/zh/docs/DataBaseReference/\345\237\272\344\272\216\345\274\200\351\224\200\347\232\204\346\270\205\347\220\206\345\273\266\350\277\237.md"
+++ "b/content/zh/docs/DatabaseReference/\345\237\272\344\272\216\345\274\200\351\224\200\347\232\204\346\270\205\347\220\206\345\273\266\350\277\237.md"
@@ -1,8 +1,8 @@
-# 基于开销的清理延迟
+# 基于开销的清理延迟
这个特性的目的是允许管理员减少VACUUM和ANALYZE语句在并发活动的数据库上的I/O影响。比如,像VACUUM和ANALYZE这样的维护语句并不需要迅速完成,并且不希望他们严重干扰系统执行其他的数据库操作。基于开销的清理延迟为管理员提供了一个实现这个目的手段。
-> **须知:**
+> **须知:**
>有些清理操作会持有关键的锁,这些操作应该尽快结束并释放锁。所以openGauss的机制是,在这类操作过程中,基于开销的清理延迟不会发生作用。为了避免在这种情况下的长延时,实际的开销限制取下面两者之间的较大值:
>- vacuum\_cost\_delay\*accumulated\_balance/vacuum\_cost\_limit
>
diff --git "a/content/zh/docs/DataBaseReference/\345\237\272\345\233\240\346\237\245\350\257\242\344\274\230\345\214\226\345\231\250.md" "b/content/zh/docs/DatabaseReference/\345\237\272\345\233\240\346\237\245\350\257\242\344\274\230\345\214\226\345\231\250.md"
similarity index 90%
rename from "content/zh/docs/DataBaseReference/\345\237\272\345\233\240\346\237\245\350\257\242\344\274\230\345\214\226\345\231\250.md"
rename to "content/zh/docs/DatabaseReference/\345\237\272\345\233\240\346\237\245\350\257\242\344\274\230\345\214\226\345\231\250.md"
index 20718dbcdcd2e0abe64e3ba2b2fa6d894ebbb3aa..667f3a54b826d7f6209168e015bbbd757e0212d4 100644
--- "a/content/zh/docs/DataBaseReference/\345\237\272\345\233\240\346\237\245\350\257\242\344\274\230\345\214\226\345\231\250.md"
+++ "b/content/zh/docs/DatabaseReference/\345\237\272\345\233\240\346\237\245\350\257\242\344\274\230\345\214\226\345\231\250.md"
@@ -1,4 +1,4 @@
-# 基因查询优化器
+# 基因查询优化器
介绍基因查询优化器相关的参数。基因查询优化器(GEQO)是一种启发式的查询规划算法。这个算法减少了对复杂查询规划的时间,而且生成规划的开销有时也小于正常的详尽的查询算法。
@@ -8,7 +8,7 @@
该参数属于USERSET类型参数,请参考[表1](重设参数.md#zh-cn_topic_0237121562_zh-cn_topic_0059777490_t91a6f212010f4503b24d7943aed6d846)中对应设置方法进行设置。
-> **须知:**
+> **须知:**
>通常情况下在执行过程中不要关闭,geqo\_threshold变量提供了更精细的控制GEQO的方法。
**取值范围**:布尔型
@@ -24,7 +24,7 @@
该参数属于USERSET类型参数,请参考[表1](重设参数.md#zh-cn_topic_0237121562_zh-cn_topic_0059777490_t91a6f212010f4503b24d7943aed6d846)中对应设置方法进行设置。
-> **须知:**
+> **须知:**
>- 对于简单的查询,通常用详尽搜索方法,当涉及多个表的查询的时候,用GEQO可以更好的管理查询。
>- 一个FULL OUTER JOIN构造仅作为一个FROM项。
@@ -38,12 +38,12 @@
该参数属于USERSET类型参数,请参考[表1](重设参数.md#zh-cn_topic_0237121562_zh-cn_topic_0059777490_t91a6f212010f4503b24d7943aed6d846)中对应设置方法进行设置。
-> **须知:**
+> **须知:**
>geqo\_effort实际上并没有直接做任何事情,只是用于计算其他影响GEQO的变量的默认值。如果愿意,可以手工设置其他参数。
**取值范围**:整型,1~10。
-> **须知:**
+> **须知:**
>比默认值大的数值增加了查询规划的时间,但是也增加了选中有效查询的几率。
**默认值**:5
@@ -56,7 +56,7 @@
**取值范围**:整型,0~INT\_MAX。
-> **须知:**
+> **须知:**
>至少是2,且有用的值一般在100到1000之间。设置为0,表示使用系统自适应方式,openGauss会基于geqo\_effort和表的个数选取合适的值。
**默认值**:0
@@ -69,7 +69,7 @@
**取值范围**:整型,0~INT\_MAX。
-> **须知:**
+> **须知:**
>必须至少是1,且有用的值介于100和1000之间。如果设置为0,则基于geqo\_pool\_size选取合适的值。
**默认值**:0
@@ -92,7 +92,7 @@
**取值范围**:浮点型,0.0~1.0。
-> **须知:**
+> **须知:**
>不同的值会改变搜索的连接路径,从而影响了所找路径的优劣。
**默认值**:0
diff --git "a/content/zh/docs/DataBaseReference/\345\244\207\344\273\275\346\201\242\345\244\215.md" "b/content/zh/docs/DatabaseReference/\345\244\207\344\273\275\346\201\242\345\244\215.md"
similarity index 96%
rename from "content/zh/docs/DataBaseReference/\345\244\207\344\273\275\346\201\242\345\244\215.md"
rename to "content/zh/docs/DatabaseReference/\345\244\207\344\273\275\346\201\242\345\244\215.md"
index c815f3f86bca0c91ae9641a28b1671eab37efbac..f4459ad9f30d67ce04ab6b435d3dbe89327d98db 100644
--- "a/content/zh/docs/DataBaseReference/\345\244\207\344\273\275\346\201\242\345\244\215.md"
+++ "b/content/zh/docs/DatabaseReference/\345\244\207\344\273\275\346\201\242\345\244\215.md"
@@ -1,4 +1,4 @@
-# 备份恢复
+# 备份恢复
## operation\_mode
diff --git "a/content/zh/docs/DataBaseReference/\345\244\207\346\234\215\345\212\241\345\231\250.md" "b/content/zh/docs/DatabaseReference/\345\244\207\346\234\215\345\212\241\345\231\250.md"
similarity index 94%
rename from "content/zh/docs/DataBaseReference/\345\244\207\346\234\215\345\212\241\345\231\250.md"
rename to "content/zh/docs/DatabaseReference/\345\244\207\346\234\215\345\212\241\345\231\250.md"
index 3deedbbabead4e7f7b0fbb742bff40a1774cd061..8fab80d66636a916a25c8e2ee81de37cbdaf5026 100644
--- "a/content/zh/docs/DataBaseReference/\345\244\207\346\234\215\345\212\241\345\231\250.md"
+++ "b/content/zh/docs/DatabaseReference/\345\244\207\346\234\215\345\212\241\345\231\250.md"
@@ -1,4 +1,4 @@
-# 备服务器
+# 备服务器
## hot\_standby
@@ -6,7 +6,7 @@
该参数属于POSTMASTER类型参数,请参考[表1](重设参数.md#zh-cn_topic_0237121562_zh-cn_topic_0059777490_t91a6f212010f4503b24d7943aed6d846)中对应设置方法进行设置。
-> **须知:**
+> **须知:**
>- 如果此参数设置为on,[wal\_level](设置.md#zh-cn_topic_0283137354_zh-cn_topic_0237124707_zh-cn_topic_0059778393_s2c76f5957066407a959191148f2c780f)必须设置为hot\_standby,否则将导致数据库无法启动。
>- 在双机环境中,因为会对双机其他一些功能产生影响,hot\_standby参数不能设置成off。
>- 如果hot\_standby参数曾经被关闭,且wal\_level参数曾被设置低于hot\_standby等级,那么,再次打开hot\_standby参数之前,为了确保主备环境下备机上待回放的日志都可以支持备机查询功能,需要进行如下操作:
@@ -27,7 +27,7 @@
该参数属于SIGHUP类型参数,请参考[表1](重设参数.md#zh-cn_topic_0237121562_zh-cn_topic_0059777490_t91a6f212010f4503b24d7943aed6d846)中对应设置方法进行设置。
-> **须知:**
+> **须知:**
>-1表示允许备机一直等待冲突的查询完成。
**取值范围:**整型,范围:-1\~INT\_MAX,单位为毫秒。
@@ -40,7 +40,7 @@
该参数属于SIGHUP类型参数,请参考[表1](重设参数.md#zh-cn_topic_0237121562_zh-cn_topic_0059777490_t91a6f212010f4503b24d7943aed6d846)中对应设置方法进行设置。
-> **须知:**
+> **须知:**
>-1表示允许备机一直等待冲突的查询完成。
**取值范围:**整型(毫秒),范围:-1\~INT\_MAX。
@@ -57,7 +57,7 @@
**默认值:**5s**(即**5000ms)
->  **须知:**
+>  **须知:**
> 当该参数设置为0时,表示关闭备机向主机反馈日志接收位置等信息,可能会导致主机事务提交阻塞、switchover操作失败等异常现象。正常业务场景,不建议将该参数设置为0。
## hot\_standby\_feedback
@@ -73,7 +73,7 @@
**默认值:**off
-> **须知:**
+> **须知:**
>当该参数为on时,主机的旧版本数据的清理会受限于备机正在读的事务,即主机只允许清理小于备机反馈回来的事务所作的更改。
>所以,若该参数开启时,会影响主机的性能。
diff --git "a/content/zh/docs/DataBaseReference/\345\244\207\346\234\272\346\224\257\346\214\201\345\206\231\350\257\255\345\217\245\345\217\202\346\225\260.md" "b/content/zh/docs/DatabaseReference/\345\244\207\346\234\272\346\224\257\346\214\201\345\206\231\350\257\255\345\217\245\345\217\202\346\225\260.md"
similarity index 88%
rename from "content/zh/docs/DataBaseReference/\345\244\207\346\234\272\346\224\257\346\214\201\345\206\231\350\257\255\345\217\245\345\217\202\346\225\260.md"
rename to "content/zh/docs/DatabaseReference/\345\244\207\346\234\272\346\224\257\346\214\201\345\206\231\350\257\255\345\217\245\345\217\202\346\225\260.md"
index 8ec5ed50a59785eb9b60d3d990025a153e3533b3..b2b6f34924464543a6f5562d8408276b763f12a5 100644
--- "a/content/zh/docs/DataBaseReference/\345\244\207\346\234\272\346\224\257\346\214\201\345\206\231\350\257\255\345\217\245\345\217\202\346\225\260.md"
+++ "b/content/zh/docs/DatabaseReference/\345\244\207\346\234\272\346\224\257\346\214\201\345\206\231\350\257\255\345\217\245\345\217\202\346\225\260.md"
@@ -1,4 +1,4 @@
-# 备机支持写语句参数
+# 备机支持写语句参数
## enable\_remote\_excute
@@ -10,7 +10,7 @@
**默认值:**off
-> **说明:**
+> **说明:**
>- enable\_remote\_excute参数在单机模式下默认false。
>- 若开启备机允许执行写语句需要将此参数设置为true。
>- 开关打开后,允许备机执行写语句和DDL,支持简单查询和扩展查询;此状态下读语句仍然在备机执行,写语句会转发到主机执行。
diff --git "a/content/zh/docs/DataBaseReference/\345\256\211\345\205\250\345\222\214\350\256\244\350\257\201_postgresql-conf.md" "b/content/zh/docs/DatabaseReference/\345\256\211\345\205\250\345\222\214\350\256\244\350\257\201_postgresql-conf.md"
similarity index 97%
rename from "content/zh/docs/DataBaseReference/\345\256\211\345\205\250\345\222\214\350\256\244\350\257\201_postgresql-conf.md"
rename to "content/zh/docs/DatabaseReference/\345\256\211\345\205\250\345\222\214\350\256\244\350\257\201_postgresql-conf.md"
index c93d7041597d07eb860151de4928fe4a805d39e4..b7e62817021fd80f76a0f2b5c687c18c7f518f0f 100644
--- "a/content/zh/docs/DataBaseReference/\345\256\211\345\205\250\345\222\214\350\256\244\350\257\201_postgresql-conf.md"
+++ "b/content/zh/docs/DatabaseReference/\345\256\211\345\205\250\345\222\214\350\256\244\350\257\201_postgresql-conf.md"
@@ -1,4 +1,4 @@
-# 安全和认证(postgresql.conf)
+# 安全和认证(postgresql.conf)
介绍设置客户端和服务器的安全认证方式的相关参数。
@@ -22,7 +22,7 @@
**默认值:**10000
-> **须知:**
+> **须知:**
>迭代次数设置过小会降低口令存储的安全性,设置过大会导致认证、用户创建等涉及口令加密的场景性能劣化,请根据实际硬件条件合理设置迭代次数,推荐采用默认迭代次数。
## session\_authorization
@@ -55,7 +55,7 @@
**默认值:**0
-> **须知:**
+> **须知:**
>openGauss gsql客户端中有自动重连机制,所以针对初始化用户本地连接,超时后gsql表现的现象为断开后重连。
## ssl
@@ -69,10 +69,10 @@
- on表示启用SSL连接。
- off表示不启用SSL连接。
-> **须知:**
+> **须知:**
>开启此参数需要同时配置ssl\_cert\_file、ssl\_key\_file和ssl\_ca\_file等参数及对应文件,不正确的配置可能会导致openGauss无法正常启动。
-**默认值:**on
+**默认值:**off
## require\_ssl
@@ -85,7 +85,7 @@
- on表示服务器端强制要求SSL连接。
- off表示服务器端对是否通过SSL连接不作强制要求。
-> **须知:**
+> **须知:**
>openGauss目前支持SSL的场景为客户端连接数据库主节点场景,该参数目前建议只在数据库主节点中开启。
**默认值:**off
@@ -204,7 +204,7 @@
该参数属于SIGHUP类型参数,请参考[表1](重设参数.md#zh-cn_topic_0237121562_zh-cn_topic_0059777490_t91a6f212010f4503b24d7943aed6d846)中对应设置方法进行设置。
-> **须知:**
+> **须知:**
>从安全性考虑,请勿关闭密码复杂度策略。
**取值范围:**0、1
@@ -220,7 +220,7 @@
该参数属于SIGHUP类型参数,请参考[表1](重设参数.md#zh-cn_topic_0237121562_zh-cn_topic_0059777490_t91a6f212010f4503b24d7943aed6d846)中对应设置方法进行设置。
-> **须知:**
+> **须知:**
>
>修改密码时会检查配置参数[password\_reuse\_time](#zh-cn_topic_0237124696_zh-cn_topic_0059778664_s36625909efc14a42af3e142435ae9794)和[password\_reuse\_max](#zh-cn_topic_0237124696_zh-cn_topic_0059778664_scad28ae18dfc4557b10f51bf147a9e53)。
>- 当[password\_reuse\_time](#zh-cn_topic_0237124696_zh-cn_topic_0059778664_s36625909efc14a42af3e142435ae9794)和[password\_reuse\_max](#zh-cn_topic_0237124696_zh-cn_topic_0059778664_scad28ae18dfc4557b10f51bf147a9e53)都为正数时,只要满足其中任一个,即可认为密码可以重用。
@@ -241,7 +241,7 @@
该参数属于SIGHUP类型参数,请参考[表1](重设参数.md#zh-cn_topic_0237121562_zh-cn_topic_0059777490_t91a6f212010f4503b24d7943aed6d846)中对应设置方法进行设置。
-> **须知:**
+> **须知:**
>
>修改密码时会检查配置参数[password\_reuse\_time](#zh-cn_topic_0237124696_zh-cn_topic_0059778664_s36625909efc14a42af3e142435ae9794)和[password\_reuse\_max](#zh-cn_topic_0237124696_zh-cn_topic_0059778664_scad28ae18dfc4557b10f51bf147a9e53)。
>- 当[password\_reuse\_time](#zh-cn_topic_0237124696_zh-cn_topic_0059778664_s36625909efc14a42af3e142435ae9794)和[password\_reuse\_max](#zh-cn_topic_0237124696_zh-cn_topic_0059778664_scad28ae18dfc4557b10f51bf147a9e53)都为正数时,只要满足其中任一个,即可认为密码可以重用。
@@ -262,7 +262,7 @@
该参数属于SIGHUP类型参数,请参考[表1](重设参数.md#zh-cn_topic_0237121562_zh-cn_topic_0059777490_t91a6f212010f4503b24d7943aed6d846)中对应设置方法进行设置。
-> **须知:**
+> **须知:**
>password\_lock\_time和[failed\_login\_attempts](#zh-cn_topic_0237124696_zh-cn_topic_0059778664_sc155ec2258b34e78a2ffcf797e66b959)必须都为正数时锁定和解锁功能才能生效。
**取值范围:**浮点型,最小值为0,最大值为365,单位为天。
@@ -278,7 +278,7 @@
该参数属于SIGHUP类型参数,请参考[表1](重设参数.md#zh-cn_topic_0237121562_zh-cn_topic_0059777490_t91a6f212010f4503b24d7943aed6d846)中对应设置方法进行设置。
-> **须知:**
+> **须知:**
>failed\_login\_attempts和[password\_lock\_time](#zh-cn_topic_0237124696_zh-cn_topic_0059778664_s5e488e82235e4bd5b470b57a44a38c27)必须都为正数时锁定和解锁功能才能生效。
**取值范围:**整型,最小值为0,最大值为1000。
@@ -301,7 +301,7 @@
- 2表示采用sha256方式对密码加密。
- 3表示采用sm3方式对密码加密。
-> **须知:**
+> **须知:**
>md5加密算法安全性低,存在安全风险,不建议用户使用。
**默认值:**2
diff --git "a/content/zh/docs/DataBaseReference/\345\256\211\345\205\250\351\205\215\347\275\256.md" "b/content/zh/docs/DatabaseReference/\345\256\211\345\205\250\351\205\215\347\275\256.md"
similarity index 98%
rename from "content/zh/docs/DataBaseReference/\345\256\211\345\205\250\351\205\215\347\275\256.md"
rename to "content/zh/docs/DatabaseReference/\345\256\211\345\205\250\351\205\215\347\275\256.md"
index d48e0c65997abf11ce276bf4b6666ef84e8ef71e..005d3692a1af81a99a27f95a0859ed15a7cfb4fc 100644
--- "a/content/zh/docs/DataBaseReference/\345\256\211\345\205\250\351\205\215\347\275\256.md"
+++ "b/content/zh/docs/DatabaseReference/\345\256\211\345\205\250\351\205\215\347\275\256.md"
@@ -1,4 +1,4 @@
-# 安全配置
+# 安全配置
## elastic\_search\_ip\_addr
diff --git "a/content/zh/docs/DataBaseReference/\345\256\232\346\227\266\344\273\273\345\212\241.md" "b/content/zh/docs/DatabaseReference/\345\256\232\346\227\266\344\273\273\345\212\241.md"
similarity index 97%
rename from "content/zh/docs/DataBaseReference/\345\256\232\346\227\266\344\273\273\345\212\241.md"
rename to "content/zh/docs/DatabaseReference/\345\256\232\346\227\266\344\273\273\345\212\241.md"
index 53b10bc41340a1e23ab8b1e99d80d35c85650521..620c2e49995e3fc43b81329a7ab56cd15148facc 100644
--- "a/content/zh/docs/DataBaseReference/\345\256\232\346\227\266\344\273\273\345\212\241.md"
+++ "b/content/zh/docs/DatabaseReference/\345\256\232\346\227\266\344\273\273\345\212\241.md"
@@ -1,4 +1,4 @@
-# 定时任务
+# 定时任务
## job\_queue\_processes
diff --git "a/content/zh/docs/DataBaseReference/\345\256\241\350\256\241.md" "b/content/zh/docs/DatabaseReference/\345\256\241\350\256\241.md"
similarity index 76%
rename from "content/zh/docs/DataBaseReference/\345\256\241\350\256\241.md"
rename to "content/zh/docs/DatabaseReference/\345\256\241\350\256\241.md"
index dd0b7bcf3656430b95aa5818bdd1d39acff774a1..a04ea109e705e6d76e9655d463e8b9f2a0ef3d02 100644
--- "a/content/zh/docs/DataBaseReference/\345\256\241\350\256\241.md"
+++ "b/content/zh/docs/DatabaseReference/\345\256\241\350\256\241.md"
@@ -1,4 +1,4 @@
-# 审计
+# 审计
- **[审计开关](审计开关.md)**
diff --git "a/content/zh/docs/DataBaseReference/\345\256\241\350\256\241\345\274\200\345\205\263.md" "b/content/zh/docs/DatabaseReference/\345\256\241\350\256\241\345\274\200\345\205\263.md"
similarity index 95%
rename from "content/zh/docs/DataBaseReference/\345\256\241\350\256\241\345\274\200\345\205\263.md"
rename to "content/zh/docs/DatabaseReference/\345\256\241\350\256\241\345\274\200\345\205\263.md"
index 317da539db16e48b6748522222b08d25974744f8..a37c42ba81c8fa2b6f6de7979768f3744d46fd35 100644
--- "a/content/zh/docs/DataBaseReference/\345\256\241\350\256\241\345\274\200\345\205\263.md"
+++ "b/content/zh/docs/DatabaseReference/\345\256\241\350\256\241\345\274\200\345\205\263.md"
@@ -1,4 +1,4 @@
-# 审计开关
+# 审计开关
## audit\_enabled
@@ -23,7 +23,7 @@
**默认值:**pg\_audit。如果使用om工具部署openGauss,则审计日志路径为“$GAUSSLOG/pg\_audit/实例名称”。
->  **须知:**
+>  **须知:**
>
> - 不同的DN实例需要设置不同的审计文件存储目录,否则会导致审计日志异常。
> - 当配置文件中audit_directory的值为非法路径时,会导致审计功能无法使用。
@@ -51,7 +51,7 @@
**默认值**:1d
-> **须知:**
+> **须知:**
>请不要随意调整此参数,否则可能会导致audit\_resource\_policy无法生效,如果需要控制审计日志的存储空间和时间,请使用[audit\_resource\_policy](#zh-cn_topic_0237124745_section939915522551)、[audit\_space\_limit](#zh-cn_topic_0237124745_zh-cn_topic_0059777744_s167d5900250946bca199444c0617c714)和[audit\_file\_remain\_time](#zh-cn_topic_0237124745_section149961828185211)参数进行控制。
## audit\_rotation\_size
@@ -64,7 +64,7 @@
**默认值**:10MB
-> **须知:**
+> **须知:**
>请不要随意调整此参数,否则可能会导致audit\_resource\_policy无法生效,如果需要控制审计日志的存储空间和时间,请使用audit\_resource\_policy、audit\_space\_limit和audit\_file\_remain\_time参数进行控制。
## audit\_resource\_policy
@@ -110,7 +110,7 @@
**默认值:**1048576
-> **须知:**
+> **须知:**
>请尽量保证此参数为1048576,并不要随意调整此参数,否则可能会导致audit\_resource\_policy无法生效,如果需要控制审计日志的存储空间和时间,请使用audit\_resource\_policy、audit\_space\_limit和audit\_file\_remain\_time参数进行控制。
## audit\_thread\_num
@@ -123,5 +123,5 @@
**默认值:**1
-> **须知:**
+> **须知:**
>当audit\_dml\_state开关打开且在高性能场景下,建议增大此参数保证审计消息可以被及时处理和记录。
\ No newline at end of file
diff --git "a/content/zh/docs/DataBaseReference/\345\256\242\346\210\267\347\253\257\350\277\236\346\216\245\347\274\272\347\234\201\350\256\276\347\275\256.md" "b/content/zh/docs/DatabaseReference/\345\256\242\346\210\267\347\253\257\350\277\236\346\216\245\347\274\272\347\234\201\350\256\276\347\275\256.md"
similarity index 68%
rename from "content/zh/docs/DataBaseReference/\345\256\242\346\210\267\347\253\257\350\277\236\346\216\245\347\274\272\347\234\201\350\256\276\347\275\256.md"
rename to "content/zh/docs/DatabaseReference/\345\256\242\346\210\267\347\253\257\350\277\236\346\216\245\347\274\272\347\234\201\350\256\276\347\275\256.md"
index 66d74d9078676dba0d0aee77c0fb916b5ac55ae1..2464b01fc0d85da7e98b5ace93817a6ea55d9318 100644
--- "a/content/zh/docs/DataBaseReference/\345\256\242\346\210\267\347\253\257\350\277\236\346\216\245\347\274\272\347\234\201\350\256\276\347\275\256.md"
+++ "b/content/zh/docs/DatabaseReference/\345\256\242\346\210\267\347\253\257\350\277\236\346\216\245\347\274\272\347\234\201\350\256\276\347\275\256.md"
@@ -1,4 +1,4 @@
-# 客户端连接缺省设置
+# 客户端连接缺省设置
- **[语句行为](语句行为.md)**
diff --git "a/content/zh/docs/DataBaseReference/\345\256\271\351\224\231\346\200\247.md" "b/content/zh/docs/DatabaseReference/\345\256\271\351\224\231\346\200\247.md"
similarity index 97%
rename from "content/zh/docs/DataBaseReference/\345\256\271\351\224\231\346\200\247.md"
rename to "content/zh/docs/DatabaseReference/\345\256\271\351\224\231\346\200\247.md"
index 6c73da05172def513da0cdfb933e4d6e1508c842..b7a7fab6082cc25d934388a048c9011235552a08 100644
--- "a/content/zh/docs/DataBaseReference/\345\256\271\351\224\231\346\200\247.md"
+++ "b/content/zh/docs/DatabaseReference/\345\256\271\351\224\231\346\200\247.md"
@@ -1,4 +1,4 @@
-# 容错性
+# 容错性
当数据库系统发生错误时,以下参数控制服务器处理错误的方式。
diff --git "a/content/zh/docs/DataBaseReference/\345\271\263\345\217\260\345\222\214\345\256\242\346\210\267\347\253\257\345\205\274\345\256\271\346\200\247.md" "b/content/zh/docs/DatabaseReference/\345\271\263\345\217\260\345\222\214\345\256\242\346\210\267\347\253\257\345\205\274\345\256\271\346\200\247.md"
similarity index 89%
rename from "content/zh/docs/DataBaseReference/\345\271\263\345\217\260\345\222\214\345\256\242\346\210\267\347\253\257\345\205\274\345\256\271\346\200\247.md"
rename to "content/zh/docs/DatabaseReference/\345\271\263\345\217\260\345\222\214\345\256\242\346\210\267\347\253\257\345\205\274\345\256\271\346\200\247.md"
index e51c63206d6fad7db6ac55e5352ef5006ae69860..e3f56711d9c774a253f5e2f66a86d3a346e55c3c 100644
--- "a/content/zh/docs/DataBaseReference/\345\271\263\345\217\260\345\222\214\345\256\242\346\210\267\347\253\257\345\205\274\345\256\271\346\200\247.md"
+++ "b/content/zh/docs/DatabaseReference/\345\271\263\345\217\260\345\222\214\345\256\242\346\210\267\347\253\257\345\205\274\345\256\271\346\200\247.md"
@@ -1,4 +1,4 @@
-# 平台和客户端兼容性
+# 平台和客户端兼容性
很多平台都使用数据库系统,数据库系统的对外兼容性给平台提供了很大的方便。
@@ -15,7 +15,7 @@
**默认值**:on
-> **须知:**
+> **须知:**
>该参数调整会修改内部数据类型转换规则,导致不可预期的行为,请谨慎操作。
## nls\_timestamp\_format
@@ -38,7 +38,7 @@
**默认值:**1024
-> **说明:**
+> **说明:**
>目前能返回的最大长度是1073741823,超出此长度后会有out of memory的报错。
## max\_function\_args
@@ -67,7 +67,7 @@
**默认值:**off
-> **说明:**
+> **说明:**
>新用户经常在涉及NULL的表达式上语义混淆,故默认值设为off。
## support\_extended\_features
@@ -98,9 +98,9 @@
**默认值:**A
-> **须知:**
+> **须知:**
>
->- 该参数只能在执行[CREATE DATABASE](../SQLReference/create-database.md)命令创建数据库时通过dbcompatibility设置。
+>- 该参数只能在执行[CREATE DATABASE](../SQLReference/CREATE-DATABASE.md)命令创建数据库时通过dbcompatibility设置。
>
>- 在数据库中,该参数只能是确定的一个值,要么始终设置为A,要么始终设置为B,请勿任意改动,否则会导致数据库行为不一致。
@@ -114,7 +114,7 @@
**默认值:**""
-> **说明:**
+> **说明:**
>
>- 当前只支持[表1 兼容性B模式配置项](#table18793103274617)。
>- 配置多个兼容性配置项时,相邻配置项用逗号隔开,例如:set b\_format\_behavior\_compat\_options='enable\_set\_variables,set\_session\_transaction';
@@ -177,7 +177,7 @@
**默认值:**空
-> **说明:**
+> **说明:**
>
>- 当前只支持[表1](#zh-cn_topic_0283137574_zh-cn_topic_0237124754_table182861153114812)。
>
@@ -234,7 +234,7 @@
若设置此配置项,则to_number()函数结果与pg11保持一致,否则默认与O db保持一致。
-unbind_dive_bound
+ | unbind_divide_bound
|
控制对整数除法的结果进行范围校验。
若设置此配置项,则不需要对除法结果做范围校验,例如,INT_MIN/(-1)可以得到输出结果为INT_MAX+1,反之,则会因为超过结果大于INT_MAX而报越界错误。
@@ -264,7 +264,7 @@ length
|
merge_update_multi
|
-控制在使用MERGE INTO ... WHEN MATCHED THEN UPDATE(参考MERGE INTO)和INSERT ... ON DUPLICATE KEY UPDATE(参考INSERT)时,当目标表中一条目标数据与多条源数据冲突时UPDATE行为。 若设置此配置项,当存在上述场景时,该冲突行将会多次执行UPDATE;否则(默认)报错,即MERGE或INSERT操作失败。
+ | 控制在使用MERGE INTO ... WHEN MATCHED THEN UPDATE(参考MERGE INTO)和INSERT ... ON DUPLICATE KEY UPDATE(参考INSERT)时,当目标表中一条目标数据与多条源数据冲突时UPDATE行为。 若设置此配置项,当存在上述场景时,该冲突行将会多次执行UPDATE;否则(默认)报错,即MERGE或INSERT操作失败。
|
hide_tailing_zero
@@ -351,11 +351,6 @@ length
| 控制substr(str, from, for)在不同场景下的表现。默认情况下,当from小于0时,substr将从字符串尾部开始计数;当for小于1时,substr将返回NULL。开启该参数后,当from小于0时,将从字符串的第一位的前(-from + 1)位开始计数;当for小于0时,substr将报错。该参数仅在sql_compatibility参数的值为PG时生效。
|
-plpgsql_dependency
- |
-开启此参数后,创建函数,存储过程,包支持未定义的对象。可以新建成功。可以在GS_DEPENDENCIES和GS_DEPENDENCIES_OBJ查询对应的依赖关系。 开启此参数后,创建PLSQL对象时,会主动维护依赖于该PLSQL对象的OID,不再需要用户手动更新。 注意: 1.在并发创建PLSQL对象时,如果需要维护的对象间存在竞争关系,可能会造成死锁。
- |
-
allow_orderby_undistinct_column |
SQL语法兼容B的情况下,开启此参数后,select语句支持order by后面的列不在distinct中。如: select distinct a from test order by b; 注意:该参数只支持distinct,不支持distinct on,且当 DOLPHIN 插件存在时不生效,转由 dolphin.sql_mode 参数控制。dolphin.sql_mode 未设置 sql_mode_full_group 选项时相当于打开此选项。 |
@@ -367,6 +362,42 @@ length
+## plsql\_compile\_check\_options
+
+**参数说明:**数据库兼容性行为配置项,该参数的值由若干个配置项用逗号隔开构成。
+
+该参数属于USERSET类型参数,请参考[表1](重设参数.md#zh-cn_topic_0283137176_zh-cn_topic_0237121562_zh-cn_topic_0059777490_t91a6f212010f4503b24d7943aed6d846)中对应设置方法进行设置。
+
+**取值范围:**字符串
+
+**默认值:**""
+
+> **说明:**
+>
+>- 当前只支持[表2](#zh-cn_topic_0283137574_zh-cn_topic_0237124754_table182861153114812)。
+>- 配置多个兼容性配置项时,相邻配置项用逗号隔开,例如:set plsql\_compile\_check\_options='for\_loop,outparam';
+
+**表 3** 兼容性配置项
+
+兼容性配置项
+ |
+兼容性行为控制
+ |
+
+
+for_loop
+ |
+控制存储过程中FOR_LOOP查询语句行为设置此项时,在FOR rec IN query LOOP语句中,若rec已经定义,不会复用已经定义的rec变量,而且重新建立一个新的变量。否则,会复用已经定义的rec变量,不会建立新的变量。(与proc_implicit_for_loop_variable相同,后续进性收编)
+ |
+
+outparam
+ |
+out重载条件下,有重载函数;将对out出参常量进性检查,禁止out出参为常量报错。
+ |
+
+
+
+
## plpgsql.variable\_conflict
**参数说明**:设置同名的存储过程变量和表的列的使用优先级。
@@ -385,7 +416,7 @@ length
**参数说明:**控制是否开启与Teradata数据库相应兼容的特征。该参数在用户连接上与TD兼容的数据库时,可以将参数设置成为on(即超长字符串自动截断功能启用),该功能启用后,在后续的insert语句中,对目标表中char和varchar类型的列插入超长字符串时,会按照目标表中相应列定义的最大长度对超长字符串进行自动截断。保证数据都能插入目标表中,而不是报错。
-> **说明:**
+> **说明:**
>超长字符串自动截断功能不适用于insert语句包含外表的场景。如果向字符集为字节类型编码(SQL\_ASCII、LATIN1等)的数据库中插入多字节字符数据(如汉字等),且字符数据跨越截断位置,这种情况下,按照字节长度自动截断,自动截断后会在尾部产生非预期结果。如果用户有对于截断结果正确性的要求,建议用户采用UTF8等能够按照字符截断的输入字符集作为数据库的编码集。
该参数属于USERSET类型参数,请参考[表1](重设参数.md#zh-cn_topic_0237121562_zh-cn_topic_0059777490_t91a6f212010f4503b24d7943aed6d846)中对应设置方法进行设置。
@@ -397,6 +428,19 @@ length
**默认值:**off
+## uppercase\_attribute\_name
+
+**参数说明**:设置列名以大写形式返回给客户端。该参数仅限于ORA兼容模式和集中式环境下使用。
+
+该参数属于USERSET类型参数,请参考[表1](重设参数.md#zh-cn_topic_0237121562_zh-cn_topic_0059777490_t91a6f212010f4503b24d7943aed6d846)中对应设置方法进行设置。
+
+**取值范围:**布尔型
+
+- on表示开启列名以大写形式返回给客户端。
+- off表示关闭列名以大写形式返回给客户端。
+
+**默认值**:off
+
## lastval\_supported
**参数说明:**控制是否可以使用lastval函数。
diff --git "a/content/zh/docs/DataBaseReference/\345\274\200\345\217\221\344\272\272\345\221\230\351\200\211\351\241\271.md" "b/content/zh/docs/DatabaseReference/\345\274\200\345\217\221\344\272\272\345\221\230\351\200\211\351\241\271.md"
similarity index 96%
rename from "content/zh/docs/DataBaseReference/\345\274\200\345\217\221\344\272\272\345\221\230\351\200\211\351\241\271.md"
rename to "content/zh/docs/DatabaseReference/\345\274\200\345\217\221\344\272\272\345\221\230\351\200\211\351\241\271.md"
index c291df74cf0ef8d25df600ec887d6db85d184c3c..65d46f4a6cd91d5228e284514070ad95dc880915 100644
--- "a/content/zh/docs/DataBaseReference/\345\274\200\345\217\221\344\272\272\345\221\230\351\200\211\351\241\271.md"
+++ "b/content/zh/docs/DatabaseReference/\345\274\200\345\217\221\344\272\272\345\221\230\351\200\211\351\241\271.md"
@@ -1,4 +1,4 @@
-# 开发人员选项
+# 开发人员选项
## allow\_system\_table\_mods
@@ -13,7 +13,7 @@
**默认值:**off
-> **注意:**
+> **注意:**
>不建议修改该参数默认值,若设置为on,可能导致系统表损坏,甚至数据库无法启动。
## debug\_assertions
@@ -27,7 +27,7 @@
- on表示打开断言检查。
- off表示不打开断言检查。
-> **说明:**
+> **说明:**
>当启用断言选项编译openGauss时,debug\_assertions缺省值为on 。
**默认值:**off
@@ -51,7 +51,7 @@
该参数属于BACKEND类型参数,请参考[表1](重设参数.md#zh-cn_topic_0283137176_zh-cn_topic_0237121562_zh-cn_topic_0059777490_t91a6f212010f4503b24d7943aed6d846)中对应设置方法进行设置。
-> **须知:**
+> **须知:**
>这个参数在从系统索引被破坏的表中恢复数据的时候非常有用。
**取值范围:**布尔型
@@ -71,7 +71,7 @@
**默认值:**0
-> **说明:**
+> **说明:**
>此参数只用于调试和问题定位,为避免影响正常业务运行,生产环境下请确保参数值为默认值0。参数设置为非0时可能会因认证延迟时间过长导致数据库实例状态异常。
## pre\_auth\_delay
@@ -84,7 +84,7 @@
**默认值:**0
-> **说明:**
+> **说明:**
>此参数只用于调试和问题定位,为避免影响正常业务运行,生产环境下请确保参数值为默认值0。参数设置为非0时可能会因认证延迟时间过长导致数据库实例状态异常。
## trace\_notify
@@ -110,7 +110,7 @@
**默认值:**log
-> **说明:**
+> **说明:**
>
>- 默认值log表示不影响记录决策。
>
@@ -216,7 +216,7 @@
**默认值**:off
-> **说明:**
+> **说明:**
>当前版本不支持加速数据库实例,因此该参数设置后不生效。
## support\_batch\_bind
@@ -243,7 +243,7 @@
- 'none':表示不启用本特性。
- 'all':表示将部分共享数据和线程分布到不同的NUMA节点下,减少远端访存次数,提高性能。目前仅适用于拥有多个NUMA节点的ARM服务器,并且要求全部NUMA节点都可用于数据库进程,不支持仅选择一部分NUMA节点。
-> **说明:**
+> **说明:**
>当前版本x86平台下不支持numa\_distribute\_mode设置为all。
**默认值**:'none'
@@ -256,7 +256,7 @@
**取值范围**:布尔型
-**默认值**:on
+**默认值**:off
## advance\_xlog\_file\_num
@@ -281,6 +281,19 @@
**默认值**:off
+## enable\_csqual\_pushdown
+
+**参数说明**:进行查询时,是否要将过滤条件下推,进行Rough Check。
+
+该参数属于SUSET类型参数,请参考[表1](重设参数.md#zh-cn_topic_0283137176_zh-cn_topic_0237121562_zh-cn_topic_0059777490_t91a6f212010f4503b24d7943aed6d846)中对应设置方法进行设置。
+
+**取值范围**:布尔型
+
+- on表示进行查询时,要将过滤条件下推,进行Rough Check。
+- off表示进行查询时,不要将过滤条件下推,进行Rough Check。
+
+**默认值**:on
+
## string\_hash\_compatible
**参数说明:**该参数用来说明char类型和varchar/text类型的hash值计算方式是否相同,以此来判断进行分布列从char类型到相同值的varchar/text类型转换,数据分布变化时,是否需要进行重分布。
@@ -292,7 +305,7 @@
- on表示计算方式相同,不需要进行重分布。
- off表示计算方式不同,需要进行重分布。
-> **说明:**
+> **说明:**
>计算方式的不同主要体现在字符串计算hash值时传入的字节长度上。(如果为char,则会忽略字符串后面空格的长度,如果为text或varchar,则会保留字符串后面空格的长度。)hash值的计算会影响到查询的计算结果,因此此参数一旦设置后,在整个数据库使用过程中不能再对其进行修改,以避免查询错误。
**默认值:**off
@@ -329,7 +342,7 @@
ustore\_attr='ustore\_verify\_level=FAST;ustore\_verify\_module=UPAGE:UBTREE:UNDO:REDO'。
-> **说明:**
+> **说明:**
>ustore\_attr设置参数值时,key和value之间的"="前后不要有空格或者其他字符,例如ustore\_attr='ustore\_verify\_level = FAST;,内核代码校验会发现参数不合法,导致参数设置失败。
- ustore\_verify\_level:控制校验的级别。
@@ -527,7 +540,7 @@ ustore\_attr='ustore\_verify\_level=FAST;ustore\_verify\_module=UPAGE:UBTREE:UND
**默认值**:空字符串
-> **注意:**
+> **注意:**
>
>+ ustore\_attr参数设置请慎重,建议在工程师协助下修改。
>+ 该参数只适用于集中式或者openGauss单机上的USTORE存储引擎表。
\ No newline at end of file
diff --git "a/content/zh/docs/DataBaseReference/\345\274\202\346\255\245IO.md" "b/content/zh/docs/DatabaseReference/\345\274\202\346\255\245IO.md"
similarity index 97%
rename from "content/zh/docs/DataBaseReference/\345\274\202\346\255\245IO.md"
rename to "content/zh/docs/DatabaseReference/\345\274\202\346\255\245IO.md"
index 463622a70aeef7617d051b51816140ad79de7d54..9a67a4c70cc7b8902b913f772dc7af29528eb43d 100644
--- "a/content/zh/docs/DataBaseReference/\345\274\202\346\255\245IO.md"
+++ "b/content/zh/docs/DatabaseReference/\345\274\202\346\255\245IO.md"
@@ -1,4 +1,4 @@
-# 异步IO
+# 异步IO
## enable\_adio\_debug
@@ -13,7 +13,7 @@
**默认值:**off
-> **说明:**
+> **说明:**
>
>当前版本暂不支持打开该开关,即使用户手动设置为打开,系统内部也会自动设置为关闭状态。
@@ -23,7 +23,7 @@
该参数属于INTERNAL类型参数,为固定参数,用户无法修改此参数,只能查看。
-> **说明:**
+> **说明:**
>
>当前版本暂不支持开启异步IO功能,默认该功能关闭。
diff --git "a/content/zh/docs/DataBaseReference/\345\275\222\346\241\243.md" "b/content/zh/docs/DatabaseReference/\345\275\222\346\241\243.md"
similarity index 79%
rename from "content/zh/docs/DataBaseReference/\345\275\222\346\241\243.md"
rename to "content/zh/docs/DatabaseReference/\345\275\222\346\241\243.md"
index 811595a262e316eed5421453851d460d2739aa2c..3392c4e3f8c0bdae67d37f3828452c0c306b6906 100644
--- "a/content/zh/docs/DataBaseReference/\345\275\222\346\241\243.md"
+++ "b/content/zh/docs/DatabaseReference/\345\275\222\346\241\243.md"
@@ -1,4 +1,4 @@
-# 归档
+# 归档
## archive\_mode
@@ -6,7 +6,7 @@
该参数属于SIGHUP类型参数,请参考[表1](重设参数.md#zh-cn_topic_0237121562_zh-cn_topic_0059777490_t91a6f212010f4503b24d7943aed6d846)中对应设置方法进行设置。
-> **须知:**
+> **须知:**
>当[wal\_level](设置.md#zh-cn_topic_0283137354_zh-cn_topic_0237124707_zh-cn_topic_0059778393_s2c76f5957066407a959191148f2c780f)设置成minimal时,archive\_mode参数无法使用。
**取值范围**:布尔型
@@ -22,7 +22,7 @@
该参数属于SIGHUP类型参数,请参考[表1](重设参数.md#zh-cn_topic_0237121562_zh-cn_topic_0059777490_t91a6f212010f4503b24d7943aed6d846)中对应设置方法进行设置。
-> **须知:**
+> **须知:**
>
>- 当archive\_dest和archive\_command同时配置时,WAL日志优先保存到archive\_dest所设置的目录中,archive\_command配置的命令不生效。
>- 字符串中任何%p都被要归档的文件的绝对路径代替,而任何%f都只被该文件名代替(相对路径都相对于数据目录的)。如果需要在命令里嵌入%字符就必须双写%。
@@ -52,7 +52,7 @@
该参数属于SIGHUP类型参数,请参考[表1](重设参数.md#zh-cn_topic_0237121562_zh-cn_topic_0059777490_t91a6f212010f4503b24d7943aed6d846)中对应设置方法进行设置。
-> **须知:**
+> **须知:**
>
>- 当archive\_dest和archive\_command同时配置时,WAL日志优先保存到archive\_dest所设置的目录中,archive\_command配置的命令不生效。
>- 字符串中如果是相对路径为相对于数据目录的。示例如下。
@@ -71,7 +71,7 @@
该参数属于SIGHUP类型参数,请参考[表1](重设参数.md#zh-cn_topic_0237121562_zh-cn_topic_0059777490_t91a6f212010f4503b24d7943aed6d846)中对应设置方法进行设置。
-> **须知:**
+> **须知:**
>
>- 超过该参数设定的时间时强制切换WAL段。
>- 由于强制切换而提早关闭的归档文件仍然与完整的归档文件长度相同。因此,将archive\_timeout设为很小的值将导致占用巨大的归档存储空间,建议将archive\_timeout设置为60秒。
@@ -80,3 +80,17 @@
**默认值**:0
+## archive\_interval
+
+**参数说明:**表示归档间隔时间。
+
+该参数属于SIGHUP类型参数,请参考[表1](重设参数.md#zh-cn_topic_0283137176_zh-cn_topic_0237121562_zh-cn_topic_0059777490_t91a6f212010f4503b24d7943aed6d846)中对应设置方法进行设置。
+
+> **须知:**
+>
+>- 超过该参数设定的时间时强制归档日志文件。
+>- 由于归档有IO操作,不可过于频繁的归档,也不能设置较大影响PITR的RPO建议使用默认值。
+
+**取值范围**:整型,1 \~ 1000,单位为秒。
+
+**默认值:**1
\ No newline at end of file
diff --git "a/content/zh/docs/DataBaseReference/\346\200\247\350\203\275\347\273\237\350\256\241.md" "b/content/zh/docs/DatabaseReference/\346\200\247\350\203\275\347\273\237\350\256\241.md"
similarity index 93%
rename from "content/zh/docs/DataBaseReference/\346\200\247\350\203\275\347\273\237\350\256\241.md"
rename to "content/zh/docs/DatabaseReference/\346\200\247\350\203\275\347\273\237\350\256\241.md"
index 0d0141812019a893f8de4615a34fff8fddaaff43..bc1d26e90f83e610e52acf83a1076c0cd1d63f71 100644
--- "a/content/zh/docs/DataBaseReference/\346\200\247\350\203\275\347\273\237\350\256\241.md"
+++ "b/content/zh/docs/DatabaseReference/\346\200\247\350\203\275\347\273\237\350\256\241.md"
@@ -1,4 +1,4 @@
-# 性能统计
+# 性能统计
在数据库运行过程中,会涉及到锁的访问、磁盘IO操作、无效消息的处理,这些操作都可能是数据库的性能瓶颈,通过openGauss提供的性能统计方法,可以方便定位性能问题。
@@ -15,7 +15,7 @@
这些参数属于SUSET类型参数,请参考[表1](重设参数.md#zh-cn_topic_0237121562_zh-cn_topic_0059777490_t91a6f212010f4503b24d7943aed6d846)中对应设置方法进行设置。
-> **须知:**
+> **须知:**
>- log\_statement\_stats记录总的语句统计数据,而其他的只记录针对每个模块的统计数据。
>- log\_statement\_stats不能和其他任何针对每个模块统计的选项一起打开。
diff --git "a/content/zh/docs/DataBaseReference/\346\223\215\344\275\234\345\256\241\350\256\241.md" "b/content/zh/docs/DatabaseReference/\346\223\215\344\275\234\345\256\241\350\256\241.md"
similarity index 99%
rename from "content/zh/docs/DataBaseReference/\346\223\215\344\275\234\345\256\241\350\256\241.md"
rename to "content/zh/docs/DatabaseReference/\346\223\215\344\275\234\345\256\241\350\256\241.md"
index 54a670d497f7a523dfd9a502a38b9f22ac1319d8..722717ebbcc8f9ce360eccefc83c6a0b09c643ea 100644
--- "a/content/zh/docs/DataBaseReference/\346\223\215\344\275\234\345\256\241\350\256\241.md"
+++ "b/content/zh/docs/DatabaseReference/\346\223\215\344\275\234\345\256\241\350\256\241.md"
@@ -1,4 +1,4 @@
-# 操作审计
+# 操作审计
## audit\_system\_object
@@ -469,7 +469,7 @@
- 0表示关闭SET审计功能。
- 1表示开启SET审计功能。
-**默认值:**1
+**默认值:**0
## audit\_xid\_info
@@ -484,7 +484,7 @@
**默认值:**0
-> **须知:**
+> **须知:**
>如果开启此开关,审计日志中detail\_info信息则以xid开始,例如:
>```
>detail_info: xid=14619 , create table t1(id int);
@@ -530,7 +530,8 @@
**默认值:**off
-> **须知:**
+> **须知:**
>- 出于安全考虑,默认情况下,只有初始用户才能够创建、修改和删除DIRECTORY对象。
>- 如果开启了enable\_access\_server\_directory,具有SYSADMIN权限的用户和继承了内置角色gs\_role\_directory\_create权限的用户可以创建directory对象;具有SYSADMIN权限的用户、directory对象的属主、被授予了该directory的DROP权限的用户或者继承了内置角色gs\_role\_directory\_drop权限的用户可以删除directory对象;具有SYSADMIN权限的用户和directory对象的属主可以修改directory对象的所有者,且要求该用户是新属主的成员。
+>- 当修改directory属主时,若新属主与原属主相同,视为未修改属主。即使用户没有修改DIERECTORY的权限,也不会报错。
diff --git "a/content/zh/docs/DataBaseReference/\346\225\260\346\215\256\345\272\223\345\217\202\350\200\203.md" "b/content/zh/docs/DatabaseReference/\346\225\260\346\215\256\345\272\223\345\217\202\350\200\203.md"
similarity index 100%
rename from "content/zh/docs/DataBaseReference/\346\225\260\346\215\256\345\272\223\345\217\202\350\200\203.md"
rename to "content/zh/docs/DatabaseReference/\346\225\260\346\215\256\345\272\223\345\217\202\350\200\203.md"
diff --git "a/content/zh/docs/DataBaseReference/\346\226\207\344\273\266\344\275\215\347\275\256.md" "b/content/zh/docs/DatabaseReference/\346\226\207\344\273\266\344\275\215\347\275\256.md"
similarity index 77%
rename from "content/zh/docs/DataBaseReference/\346\226\207\344\273\266\344\275\215\347\275\256.md"
rename to "content/zh/docs/DatabaseReference/\346\226\207\344\273\266\344\275\215\347\275\256.md"
index 5b61ca1b2f3196c3f218aa85484716be5a0b2bd0..e5e04d491f32e4a0be48ef9c19060de90b5be7c8 100644
--- "a/content/zh/docs/DataBaseReference/\346\226\207\344\273\266\344\275\215\347\275\256.md"
+++ "b/content/zh/docs/DatabaseReference/\346\226\207\344\273\266\344\275\215\347\275\256.md"
@@ -1,10 +1,10 @@
-# 文件位置
+# 文件位置
数据库安装后会自动生成三个配置文件(postgresql.conf、pg\_hba.conf和pg\_ident.conf),并统一存放在数据目录(data)下。用户可以使用本节介绍的方法修改配置文件的名称和存放路径。
修改任意一个配置文件的存放目录时,postgresql.conf里的data\_directory参数必须设置为实际数据目录(data)。
-> **须知:**
+> **须知:**
>考虑到配置文件修改一旦出错对数据库的影响很大,不建议安装后再修改本节的配置文件。
## data\_directory
@@ -54,10 +54,27 @@
该参数属于POSTMASTER类型参数,请参考[表1](重设参数.md#zh-cn_topic_0237121562_zh-cn_topic_0059777490_t91a6f212010f4503b24d7943aed6d846)中对应设置方法进行设置。
-> **须知:**
+> **须知:**
>这个参数只能在数据库服务重新启动后生效。
**取值范围:**字符串
**默认值:**空
+## enable\_default\_cfunc\_libpath
+
+**参数说明:**设置openGauss创建C函数时的so文件是否使用默认路径。
+
+该参数属于POSTMASTER类型参数,请参考[表1](重设参数.md#zh-cn_topic_0283137176_zh-cn_topic_0237121562_zh-cn_topic_0059777490_t91a6f212010f4503b24d7943aed6d846)中对应设置方法进行设置。
+
+**取值范围:**布尔型
+
+on:代表创建C函数时,so文件必须放在指定的目录($libdir/proc\_srclib)下。
+
+off:代表创建C函数时,so文件可以放在任意可访问的目录下。
+
+**默认值:**on
+
+> **须知:**
+>
+>参数设置成off时,.so文件可以放在任意可访问的目录下或使用系统自带的.so,存在安全风险,不建议使用。
\ No newline at end of file
diff --git "a/content/zh/docs/DataBaseReference/\346\227\245\345\277\227\345\233\236\346\224\276.md" "b/content/zh/docs/DatabaseReference/\346\227\245\345\277\227\345\233\236\346\224\276.md"
similarity index 98%
rename from "content/zh/docs/DataBaseReference/\346\227\245\345\277\227\345\233\236\346\224\276.md"
rename to "content/zh/docs/DatabaseReference/\346\227\245\345\277\227\345\233\236\346\224\276.md"
index 1fa426cd3c2cdf43ded17df70069b242ca603c37..e37cdc4e0b2283d2f3c33927c31bcbe6c240e34b 100644
--- "a/content/zh/docs/DataBaseReference/\346\227\245\345\277\227\345\233\236\346\224\276.md"
+++ "b/content/zh/docs/DatabaseReference/\346\227\245\345\277\227\345\233\236\346\224\276.md"
@@ -1,4 +1,4 @@
-# 日志回放
+# 日志回放
## recovery\_time\_target
@@ -72,7 +72,7 @@
该参数属于SIGHUP类型参数,请参考[表1](重设参数.md#zh-cn_topic_0237121562_zh-cn_topic_0059777490_t91a6f212010f4503b24d7943aed6d846)中对应设置方法进行设置。
-> **须知:**
+> **须知:**
>
>- 此参数主节点设置无效,必须设置在需要延迟的备节点上,推荐设置在异步备上,设置了延时的异步备如果升主RTO时间会比较长。
>- 延迟时间是根据主服务器上事务提交的时间戳与备机上的当前时间来计算,因此需要保证主备系统时钟一致。
diff --git "a/content/zh/docs/DataBaseReference/\346\237\245\347\234\213\345\217\202\346\225\260\345\275\223\345\211\215\345\217\226\345\200\274.md" "b/content/zh/docs/DatabaseReference/\346\237\245\347\234\213\345\217\202\346\225\260\345\275\223\345\211\215\345\217\226\345\200\274.md"
similarity index 96%
rename from "content/zh/docs/DataBaseReference/\346\237\245\347\234\213\345\217\202\346\225\260\345\275\223\345\211\215\345\217\226\345\200\274.md"
rename to "content/zh/docs/DatabaseReference/\346\237\245\347\234\213\345\217\202\346\225\260\345\275\223\345\211\215\345\217\226\345\200\274.md"
index d7dd717a65441730fb7dad979896c8c1d89f196f..321a8e3f65d1c12f87b042cb141a4c3b0305f0da 100644
--- "a/content/zh/docs/DataBaseReference/\346\237\245\347\234\213\345\217\202\346\225\260\345\275\223\345\211\215\345\217\226\345\200\274.md"
+++ "b/content/zh/docs/DatabaseReference/\346\237\245\347\234\213\345\217\202\346\225\260\345\275\223\345\211\215\345\217\226\345\200\274.md"
@@ -1,4 +1,4 @@
-# 查看参数当前取值
+# 查看参数当前取值
openGauss安装后,有一套默认的运行参数,为了使openGauss与业务的配合度更高,用户需要根据业务场景和数据量的大小进行GUC参数调整。
diff --git "a/content/zh/docs/DataBaseReference/\346\237\245\347\234\213\347\263\273\347\273\237\350\241\250.md" "b/content/zh/docs/DatabaseReference/\346\237\245\347\234\213\347\263\273\347\273\237\350\241\250.md"
similarity index 97%
rename from "content/zh/docs/DataBaseReference/\346\237\245\347\234\213\347\263\273\347\273\237\350\241\250.md"
rename to "content/zh/docs/DatabaseReference/\346\237\245\347\234\213\347\263\273\347\273\237\350\241\250.md"
index d0eee54d7c8f52cc7208d2ef6333f7dc92df5570..04865b6682317fd7ad8770877f483cca2fac06ee 100644
--- "a/content/zh/docs/DataBaseReference/\346\237\245\347\234\213\347\263\273\347\273\237\350\241\250.md"
+++ "b/content/zh/docs/DatabaseReference/\346\237\245\347\234\213\347\263\273\347\273\237\350\241\250.md"
@@ -1,4 +1,4 @@
-# 查看系统表
+# 查看系统表
除了创建的表以外,数据库还包含很多系统表。这些系统表包含openGauss安装信息以及openGauss上运行的各种查询和进程的信息。可以通过查询系统表来收集有关数据库的信息。
@@ -126,7 +126,7 @@ ool | 0 | |
FATAL: terminating connection due to administrator command
```
- > **说明:**
+ > **说明:**
>gsql客户端使用PG\_TERMINATE\_BACKEND函数结束当前会话后台线程时,客户端不会退出而是自动重连。即还会返回“The connection to the server was lost. Attempting reset: Succeeded.”
>```
>FATAL: terminating connection due to administrator command
diff --git "a/content/zh/docs/DataBaseReference/\346\237\245\350\257\242\345\222\214\347\264\242\345\274\225\347\273\237\350\256\241\346\224\266\351\233\206\345\231\250.md" "b/content/zh/docs/DatabaseReference/\346\237\245\350\257\242\345\222\214\347\264\242\345\274\225\347\273\237\350\256\241\346\224\266\351\233\206\345\231\250.md"
similarity index 86%
rename from "content/zh/docs/DataBaseReference/\346\237\245\350\257\242\345\222\214\347\264\242\345\274\225\347\273\237\350\256\241\346\224\266\351\233\206\345\231\250.md"
rename to "content/zh/docs/DatabaseReference/\346\237\245\350\257\242\345\222\214\347\264\242\345\274\225\347\273\237\350\256\241\346\224\266\351\233\206\345\231\250.md"
index 8202a26b719b3c876d0ee197a6a433730cab6e2e..0c7ddd212d7077cfe1aecbb6b871755495df7bf6 100644
--- "a/content/zh/docs/DataBaseReference/\346\237\245\350\257\242\345\222\214\347\264\242\345\274\225\347\273\237\350\256\241\346\224\266\351\233\206\345\231\250.md"
+++ "b/content/zh/docs/DatabaseReference/\346\237\245\350\257\242\345\222\214\347\264\242\345\274\225\347\273\237\350\256\241\346\224\266\351\233\206\345\231\250.md"
@@ -1,4 +1,4 @@
-# 查询和索引统计收集器
+# 查询和索引统计收集器
查询和索引统计收集器负责收集数据库系统运行中的统计数据,如在一个表和索引上进行了多少次插入与更新操作、磁盘块的数量和元组的数量、每个表上最近一次执行清理和分析操作的时间等。可以通过查询系统视图pg\_stats和pg\_statistic查看统计数据。下面的参数设置服务器范围内的统计收集特性。
@@ -28,7 +28,7 @@
**默认值:**on
-> **说明:**
+> **说明:**
>在AutoVacuum自动清理进程中选择清理的数据库时,需要数据库的统计数据,故默认值设为on。
## track\_io\_timing
@@ -50,7 +50,7 @@
该参数属于SUSET类型参数,请参考[表1](重设参数.md#zh-cn_topic_0237121562_zh-cn_topic_0059777490_t91a6f212010f4503b24d7943aed6d846)中对应设置方法进行设置。
-> **须知:**
+> **须知:**
>当SQL语言函数设置为调用查询的“内联”函数时,不管是否设置此选项,这些SQL语言函数无法被追踪到。
**取值范围:**枚举类型
@@ -77,7 +77,7 @@
该参数属于SIGHUP类型参数,请参考[表1](重设参数.md#zh-cn_topic_0237121562_zh-cn_topic_0059777490_t91a6f212010f4503b24d7943aed6d846)中对应设置方法进行设置。
-> **须知:**
+> **须知:**
>将其设置为一个基于RAM的文件系统目录会减少实际的I/O开销并可以提升其性能。
**取值范围:**字符串
@@ -107,15 +107,6 @@
**默认值:**on
-## plan_collect_thresh
-**参数说明:** 控制收集每个会话中当前正在执行计划的统计数据。
-该参数属于SUSET类型参数,请参考[表1](重设参数.md#zh-cn_topic_0237121562_zh-cn_topic_0059777490_t91a6f212010f4503b24d7943aed6d846)中对应设置方法进行设置。
-**取值范围:** 整型,-1~2147483647
-- -1表示不收集运行态计划。
-- 0表计划执行之前收集一次运行态计划。
-- \>0表示当计划中所有算子增量返回tuple数量之和大于等于该值时收集一次运行态计划。
-
-**默认值:** 0
## track\_sql\_count
@@ -132,7 +123,7 @@
**默认值:on**
-> **说明:**
+> **说明:**
>
>- track\_sql\_count参数受track\_activities约束:
>
diff --git "a/content/zh/docs/DataBaseReference/\346\237\245\350\257\242\350\247\204\345\210\222.md" "b/content/zh/docs/DatabaseReference/\346\237\245\350\257\242\350\247\204\345\210\222.md"
similarity index 81%
rename from "content/zh/docs/DataBaseReference/\346\237\245\350\257\242\350\247\204\345\210\222.md"
rename to "content/zh/docs/DatabaseReference/\346\237\245\350\257\242\350\247\204\345\210\222.md"
index a5c2e60f824a1f392763dee0053bfcf1863f3ad5..ceb2b92efb8d1f609798818ff899e6ad6a7b24c2 100644
--- "a/content/zh/docs/DataBaseReference/\346\237\245\350\257\242\350\247\204\345\210\222.md"
+++ "b/content/zh/docs/DatabaseReference/\346\237\245\350\257\242\350\247\204\345\210\222.md"
@@ -1,8 +1,8 @@
-# 查询规划
+# 查询规划
介绍查询优化器方法配置、开销常量、规划算法以及一些配置参数。
-> **说明:**
+> **说明:**
>优化器中涉及的两个参数:
>- INT\_MAX数据类型INT的最大值,其值为2147483647。
>- DBL\_MAX数据类型FLOAT的最大值。
diff --git "a/content/zh/docs/DataBaseReference/\346\243\200\346\237\245\347\202\271.md" "b/content/zh/docs/DatabaseReference/\346\243\200\346\237\245\347\202\271.md"
similarity index 98%
rename from "content/zh/docs/DataBaseReference/\346\243\200\346\237\245\347\202\271.md"
rename to "content/zh/docs/DatabaseReference/\346\243\200\346\237\245\347\202\271.md"
index cb674073e08d6e47e26d8e68206642ad8e456573..44afeab9b00e6878c72b322637f140899d178fdb 100644
--- "a/content/zh/docs/DataBaseReference/\346\243\200\346\237\245\347\202\271.md"
+++ "b/content/zh/docs/DatabaseReference/\346\243\200\346\237\245\347\202\271.md"
@@ -1,4 +1,4 @@
-# 检查点
+# 检查点
## checkpoint\_segments
@@ -34,7 +34,7 @@
**默认值:**0.5
-> **说明:**
+> **说明:**
>默认值0.5表示每个checkpoint需要在checkpoints间隔时间的50%内完成。
## checkpoint\_warning
diff --git "a/content/zh/docs/DataBaseReference/\347\211\210\346\234\254\345\222\214\345\271\263\345\217\260\345\205\274\345\256\271\346\200\247.md" "b/content/zh/docs/DatabaseReference/\347\211\210\346\234\254\345\222\214\345\271\263\345\217\260\345\205\274\345\256\271\346\200\247.md"
similarity index 68%
rename from "content/zh/docs/DataBaseReference/\347\211\210\346\234\254\345\222\214\345\271\263\345\217\260\345\205\274\345\256\271\346\200\247.md"
rename to "content/zh/docs/DatabaseReference/\347\211\210\346\234\254\345\222\214\345\271\263\345\217\260\345\205\274\345\256\271\346\200\247.md"
index 3b2cc4faa2229e98dca3bbe5f37242e52004a26f..520830570c2667cf383eb152b315873d8f256a38 100644
--- "a/content/zh/docs/DataBaseReference/\347\211\210\346\234\254\345\222\214\345\271\263\345\217\260\345\205\274\345\256\271\346\200\247.md"
+++ "b/content/zh/docs/DatabaseReference/\347\211\210\346\234\254\345\222\214\345\271\263\345\217\260\345\205\274\345\256\271\346\200\247.md"
@@ -1,4 +1,4 @@
-# 版本和平台兼容性
+# 版本和平台兼容性
- **[历史版本兼容性](历史版本兼容性.md)**
diff --git "a/content/zh/docs/DataBaseReference/\347\224\250\346\210\267\345\222\214\346\235\203\351\231\220\345\256\241\350\256\241.md" "b/content/zh/docs/DatabaseReference/\347\224\250\346\210\267\345\222\214\346\235\203\351\231\220\345\256\241\350\256\241.md"
similarity index 94%
rename from "content/zh/docs/DataBaseReference/\347\224\250\346\210\267\345\222\214\346\235\203\351\231\220\345\256\241\350\256\241.md"
rename to "content/zh/docs/DatabaseReference/\347\224\250\346\210\267\345\222\214\346\235\203\351\231\220\345\256\241\350\256\241.md"
index a3125290a60f1ac459cc68b3eb936e7126123142..0fc46ad83372ce2a4f93de7b2c858884b4db2a1e 100644
--- "a/content/zh/docs/DataBaseReference/\347\224\250\346\210\267\345\222\214\346\235\203\351\231\220\345\256\241\350\256\241.md"
+++ "b/content/zh/docs/DatabaseReference/\347\224\250\346\210\267\345\222\214\346\235\203\351\231\220\345\256\241\350\256\241.md"
@@ -1,4 +1,4 @@
-# 用户和权限审计
+# 用户和权限审计
## audit\_login\_logout
@@ -32,7 +32,7 @@
**默认值:** 1
->  **说明:**
+>  **说明:**
>
> openGauss启动时DN执行备升主流程,因此DN启动时审计日志中类型为system_switch。
@@ -95,6 +95,6 @@
**默认值:** 空字符串
-> **须知:**
+> **须知:**
>- 当执行的SQL语句同时满足full\_audit\_users和no\_audit\_client参数配置时,以no\_audit\_client配置优先,不记录审计日志。
>- 数据库服务端内部工具或节点之间通信也会产生审计日志,针对这些风险较低的审计场景的可以通过配置no\_audit\_client参数不记录审计,以节约审计日志占用空间,提升审计日志查询性能。
\ No newline at end of file
diff --git "a/content/zh/docs/DataBaseReference/\347\224\250\346\210\267\350\207\252\345\256\232\344\271\211\345\207\275\346\225\260-2.md" "b/content/zh/docs/DatabaseReference/\347\224\250\346\210\267\350\207\252\345\256\232\344\271\211\345\207\275\346\225\260-2.md"
similarity index 95%
rename from "content/zh/docs/DataBaseReference/\347\224\250\346\210\267\350\207\252\345\256\232\344\271\211\345\207\275\346\225\260-2.md"
rename to "content/zh/docs/DatabaseReference/\347\224\250\346\210\267\350\207\252\345\256\232\344\271\211\345\207\275\346\225\260-2.md"
index d8822adea2309b81deeb7aa3a17c5e13ee35057f..7ed972adf61d97fa1479ce6761f6cba4e5072010 100644
--- "a/content/zh/docs/DataBaseReference/\347\224\250\346\210\267\350\207\252\345\256\232\344\271\211\345\207\275\346\225\260-2.md"
+++ "b/content/zh/docs/DatabaseReference/\347\224\250\346\210\267\350\207\252\345\256\232\344\271\211\345\207\275\346\225\260-2.md"
@@ -1,4 +1,4 @@
-# 用户自定义函数
+# 用户自定义函数
## udf\_memory\_limit
@@ -42,7 +42,7 @@
- JDK8 JVM系统属性参数(以–D开头如–Djava.ext.dirs,可参见JDK[官方](https://docs.oracle.com/javase/tutorial/deployment/doingMoreWithRIA/properties.html)说明)
- 用户自定义参数(以–D开头,如–Duser.defined.option)
-> **须知:**
+> **须知:**
>如果用户在pljava\_vmoptions中设置参数不满足上述取值范围,会在使用PL/Java语言函数时报错。此参数的详细说明参见[PL/pgSQL语言函数](../SQLReference/PL-pgSQL语言函数.md)。
**默认值:**空
diff --git "a/content/zh/docs/DataBaseReference/\347\224\250\346\210\267\350\207\252\345\256\232\344\271\211\345\207\275\346\225\260_GUC.md" "b/content/zh/docs/DatabaseReference/\347\224\250\346\210\267\350\207\252\345\256\232\344\271\211\345\207\275\346\225\260_GUC.md"
similarity index 95%
rename from "content/zh/docs/DataBaseReference/\347\224\250\346\210\267\350\207\252\345\256\232\344\271\211\345\207\275\346\225\260_GUC.md"
rename to "content/zh/docs/DatabaseReference/\347\224\250\346\210\267\350\207\252\345\256\232\344\271\211\345\207\275\346\225\260_GUC.md"
index d8822adea2309b81deeb7aa3a17c5e13ee35057f..7ed972adf61d97fa1479ce6761f6cba4e5072010 100644
--- "a/content/zh/docs/DataBaseReference/\347\224\250\346\210\267\350\207\252\345\256\232\344\271\211\345\207\275\346\225\260_GUC.md"
+++ "b/content/zh/docs/DatabaseReference/\347\224\250\346\210\267\350\207\252\345\256\232\344\271\211\345\207\275\346\225\260_GUC.md"
@@ -1,4 +1,4 @@
-# 用户自定义函数
+# 用户自定义函数
## udf\_memory\_limit
@@ -42,7 +42,7 @@
- JDK8 JVM系统属性参数(以–D开头如–Djava.ext.dirs,可参见JDK[官方](https://docs.oracle.com/javase/tutorial/deployment/doingMoreWithRIA/properties.html)说明)
- 用户自定义参数(以–D开头,如–Duser.defined.option)
-> **须知:**
+> **须知:**
>如果用户在pljava\_vmoptions中设置参数不满足上述取值范围,会在使用PL/Java语言函数时报错。此参数的详细说明参见[PL/pgSQL语言函数](../SQLReference/PL-pgSQL语言函数.md)。
**默认值:**空
diff --git "a/content/zh/docs/DataBaseReference/\347\243\201\347\233\230\347\251\272\351\227\264.md" "b/content/zh/docs/DatabaseReference/\347\243\201\347\233\230\347\251\272\351\227\264.md"
similarity index 92%
rename from "content/zh/docs/DataBaseReference/\347\243\201\347\233\230\347\251\272\351\227\264.md"
rename to "content/zh/docs/DatabaseReference/\347\243\201\347\233\230\347\251\272\351\227\264.md"
index dfb89c3891ce068b5b15ac0b43a643984c437141..c0802e29e9f4b7177c070f7fbdf4c20f8cb83e48 100644
--- "a/content/zh/docs/DataBaseReference/\347\243\201\347\233\230\347\251\272\351\227\264.md"
+++ "b/content/zh/docs/DatabaseReference/\347\243\201\347\233\230\347\251\272\351\227\264.md"
@@ -1,4 +1,4 @@
-# 磁盘空间
+# 磁盘空间
介绍与磁盘空间相关的参数,用于限制临时文件所占用的磁盘空间。
@@ -20,7 +20,7 @@
该参数属于SUSET类型参数,请参考[表1](重设参数.md#zh-cn_topic_0237121562_zh-cn_topic_0059777490_t91a6f212010f4503b24d7943aed6d846)中对应设置方法进行设置。
-> **须知:**
+> **须知:**
>SQL查询执行时使用的临时表空间不在此限制。
**取值范围:**整型,-1\~2147483647,单位为KB。其中-1表示没有限制。
diff --git "a/content/zh/docs/DataBaseReference/\347\254\254\344\270\211\346\226\271\345\272\223\351\224\231\350\257\257\347\240\201\350\257\264\346\230\216.md" "b/content/zh/docs/DatabaseReference/\347\254\254\344\270\211\346\226\271\345\272\223\351\224\231\350\257\257\347\240\201\350\257\264\346\230\216.md"
similarity index 97%
rename from "content/zh/docs/DataBaseReference/\347\254\254\344\270\211\346\226\271\345\272\223\351\224\231\350\257\257\347\240\201\350\257\264\346\230\216.md"
rename to "content/zh/docs/DatabaseReference/\347\254\254\344\270\211\346\226\271\345\272\223\351\224\231\350\257\257\347\240\201\350\257\264\346\230\216.md"
index 1deafc2eeca86937c7510176d4dff87fd764a42c..af10e713147a2ea705316c198947b70cceea67ef 100644
--- "a/content/zh/docs/DataBaseReference/\347\254\254\344\270\211\346\226\271\345\272\223\351\224\231\350\257\257\347\240\201\350\257\264\346\230\216.md"
+++ "b/content/zh/docs/DatabaseReference/\347\254\254\344\270\211\346\226\271\345\272\223\351\224\231\350\257\257\347\240\201\350\257\264\346\230\216.md"
@@ -1,4 +1,4 @@
-# 第三方库错误码说明
+# 第三方库错误码说明
第三方错误码的值是包含五个字符的字符串,由3个字符的错误类型和2个字符的子类构成。五个字符包含数值或者大写字母,代表各种错误或者警告条件的代码。
@@ -79,7 +79,7 @@
-> **须知:**
+> **须知:**
>
>1. 根据错误级别的不同,将ORC\_ERROR及其以上级别的错误打印在psql端,将详细的堆栈信息打印在对应的CN/DN日志中,ORC\_ERROR以下级别的错误打印仅打印在对应的CN/DN日志中。
>2. 用户可根据错误码及对应的报错信息定位错误位置分析并解决问题。
diff --git "a/content/zh/docs/DataBaseReference/\347\255\211\345\276\205\344\272\213\344\273\266.md" "b/content/zh/docs/DatabaseReference/\347\255\211\345\276\205\344\272\213\344\273\266.md"
similarity index 92%
rename from "content/zh/docs/DataBaseReference/\347\255\211\345\276\205\344\272\213\344\273\266.md"
rename to "content/zh/docs/DatabaseReference/\347\255\211\345\276\205\344\272\213\344\273\266.md"
index 77404df3657dad6f396848d00ab76c1ccdd848a8..00191e4c49b411516cfa93dd680e8d861d066ee7 100644
--- "a/content/zh/docs/DataBaseReference/\347\255\211\345\276\205\344\272\213\344\273\266.md"
+++ "b/content/zh/docs/DatabaseReference/\347\255\211\345\276\205\344\272\213\344\273\266.md"
@@ -1,4 +1,4 @@
-# 等待事件
+# 等待事件
## enable\_instr\_track\_wait
diff --git "a/content/zh/docs/DataBaseReference/\347\263\273\347\273\237\346\200\247\350\203\275\345\277\253\347\205\247.md" "b/content/zh/docs/DatabaseReference/\347\263\273\347\273\237\346\200\247\350\203\275\345\277\253\347\205\247.md"
similarity index 98%
rename from "content/zh/docs/DataBaseReference/\347\263\273\347\273\237\346\200\247\350\203\275\345\277\253\347\205\247.md"
rename to "content/zh/docs/DatabaseReference/\347\263\273\347\273\237\346\200\247\350\203\275\345\277\253\347\205\247.md"
index 6989b8ff3542fdd218e1ce56915f97ef13eb86fa..ca390714f55192256e4caf2518c5fa84ac61ace2 100644
--- "a/content/zh/docs/DataBaseReference/\347\263\273\347\273\237\346\200\247\350\203\275\345\277\253\347\205\247.md"
+++ "b/content/zh/docs/DatabaseReference/\347\263\273\347\273\237\346\200\247\350\203\275\345\277\253\347\205\247.md"
@@ -1,4 +1,4 @@
-# 系统性能快照
+# 系统性能快照
## enable\_wdr\_snapshot
diff --git "a/content/zh/docs/DataBaseReference/\347\263\273\347\273\237\350\241\250.md" "b/content/zh/docs/DatabaseReference/\347\263\273\347\273\237\350\241\250.md"
similarity index 99%
rename from "content/zh/docs/DataBaseReference/\347\263\273\347\273\237\350\241\250.md"
rename to "content/zh/docs/DatabaseReference/\347\263\273\347\273\237\350\241\250.md"
index 45dd8b32a2de6613d8fc1efaf58d4fbe143acd1a..b1f3119685cbc5acf421c398739b389e157e2c58 100644
--- "a/content/zh/docs/DataBaseReference/\347\263\273\347\273\237\350\241\250.md"
+++ "b/content/zh/docs/DatabaseReference/\347\263\273\347\273\237\350\241\250.md"
@@ -1,4 +1,4 @@
-# 系统表
+# 系统表
- **[GS\_ASP](GS_ASP.md)**
diff --git "a/content/zh/docs/DataBaseReference/\347\263\273\347\273\237\350\241\250\345\222\214\347\263\273\347\273\237\350\247\206\345\233\276.md" "b/content/zh/docs/DatabaseReference/\347\263\273\347\273\237\350\241\250\345\222\214\347\263\273\347\273\237\350\247\206\345\233\276.md"
similarity index 71%
rename from "content/zh/docs/DataBaseReference/\347\263\273\347\273\237\350\241\250\345\222\214\347\263\273\347\273\237\350\247\206\345\233\276.md"
rename to "content/zh/docs/DatabaseReference/\347\263\273\347\273\237\350\241\250\345\222\214\347\263\273\347\273\237\350\247\206\345\233\276.md"
index 1a6757a1f58250223e61296f7a480304bd1a63d3..4ce4f64e2d83d81751d51a35b70727c48d9baed2 100644
--- "a/content/zh/docs/DataBaseReference/\347\263\273\347\273\237\350\241\250\345\222\214\347\263\273\347\273\237\350\247\206\345\233\276.md"
+++ "b/content/zh/docs/DatabaseReference/\347\263\273\347\273\237\350\241\250\345\222\214\347\263\273\347\273\237\350\247\206\345\233\276.md"
@@ -1,4 +1,4 @@
-# 系统表和系统视图
+# 系统表和系统视图
- **[系统表和系统视图概述](系统表和系统视图概述.md)**
diff --git "a/content/zh/docs/DataBaseReference/\347\263\273\347\273\237\350\241\250\345\222\214\347\263\273\347\273\237\350\247\206\345\233\276\346\246\202\350\277\260.md" "b/content/zh/docs/DatabaseReference/\347\263\273\347\273\237\350\241\250\345\222\214\347\263\273\347\273\237\350\247\206\345\233\276\346\246\202\350\277\260.md"
similarity index 89%
rename from "content/zh/docs/DataBaseReference/\347\263\273\347\273\237\350\241\250\345\222\214\347\263\273\347\273\237\350\247\206\345\233\276\346\246\202\350\277\260.md"
rename to "content/zh/docs/DatabaseReference/\347\263\273\347\273\237\350\241\250\345\222\214\347\263\273\347\273\237\350\247\206\345\233\276\346\246\202\350\277\260.md"
index c7cad05b8d3ebd54d6ef044ee7925b2e04dc2bdb..9bc29455df882d816ffb4ed16737c6b3caff57b1 100644
--- "a/content/zh/docs/DataBaseReference/\347\263\273\347\273\237\350\241\250\345\222\214\347\263\273\347\273\237\350\247\206\345\233\276\346\246\202\350\277\260.md"
+++ "b/content/zh/docs/DatabaseReference/\347\263\273\347\273\237\350\241\250\345\222\214\347\263\273\347\273\237\350\247\206\345\233\276\346\246\202\350\277\260.md"
@@ -1,4 +1,4 @@
-# 系统表和系统视图概述
+# 系统表和系统视图概述
系统表是openGauss存放结构元数据的地方,它是openGauss数据库系统运行控制信息的来源,是数据库系统的核心组成部分。
@@ -8,7 +8,7 @@
用户可以删除后重新创建这些表、增加列、插入和更新数值,但是用户修改系统表会导致系统信息的不一致,从而导致系统控制紊乱。正常情况下不应该由用户手工修改系统表或系统视图,或者手工重命名系统表或系统视图所在的模式,而是由SQL语句关联的系统表操作自动维护系统表信息。
-> **须知:**
+> **须知:**
>
>不建议用户修改系统表和系统视图的权限。
>
diff --git "a/content/zh/docs/DataBaseReference/\347\263\273\347\273\237\350\247\206\345\233\276.md" "b/content/zh/docs/DatabaseReference/\347\263\273\347\273\237\350\247\206\345\233\276.md"
similarity index 99%
rename from "content/zh/docs/DataBaseReference/\347\263\273\347\273\237\350\247\206\345\233\276.md"
rename to "content/zh/docs/DatabaseReference/\347\263\273\347\273\237\350\247\206\345\233\276.md"
index c79bee42251c27c5451207eb48c98a9ff737032d..552ec38e1fca764053cbee711c6e77ed2dfafe76 100644
--- "a/content/zh/docs/DataBaseReference/\347\263\273\347\273\237\350\247\206\345\233\276.md"
+++ "b/content/zh/docs/DatabaseReference/\347\263\273\347\273\237\350\247\206\345\233\276.md"
@@ -1,4 +1,4 @@
-# 系统视图
+# 系统视图
- **[GET\_GLOBAL\_PREPARED\_XACTS(废弃)](GET_GLOBAL_PREPARED_XACTS_废弃.md)**
diff --git "a/content/zh/docs/DataBaseReference/\347\272\277\347\250\213\346\261\240.md" "b/content/zh/docs/DatabaseReference/\347\272\277\347\250\213\346\261\240.md"
similarity index 86%
rename from "content/zh/docs/DataBaseReference/\347\272\277\347\250\213\346\261\240.md"
rename to "content/zh/docs/DatabaseReference/\347\272\277\347\250\213\346\261\240.md"
index 1f6eb5ae1bd51826d7376622f4bdffe4e656936d..9143a2512ff1028cf30acad26c42b485c428da8d 100644
--- "a/content/zh/docs/DataBaseReference/\347\272\277\347\250\213\346\261\240.md"
+++ "b/content/zh/docs/DatabaseReference/\347\272\277\347\250\213\346\261\240.md"
@@ -1,4 +1,4 @@
-# 线程池
+# 线程池
## enable\_thread\_pool
@@ -29,7 +29,7 @@
## thread_pool_stream_attr
-**参数说明:**用于控制stream线程池功能的详细属性,stream线程只在DN生效,该参数仅在enable_thread_pool打开后生效,仅sysadmin用户可以访问。该参数属于POSTMASTER类型参数,请参考[表1](https://gitee.com/opengauss/docs/blob/33dd523b07ca669b90346b9831510ee891c05069/content/docs-lite/zh/docs/DeveloperGuide/重设参数.md#zh-cn_topic_0283137176_zh-cn_topic_0237121562_zh-cn_topic_0059777490_t91a6f212010f4503b24d7943aed6d846)中对应设置方法进行设置。
+**参数说明:**用于控制stream线程池功能的详细属性,stream线程只在DN生效,该参数仅在enable_thread_pool打开后生效,仅sysadmin用户可以访问。该参数属于POSTMASTER类型参数,请参考[表1](重设参数.md#zh-cn_topic_0283137176_zh-cn_topic_0237121562_zh-cn_topic_0059777490_t91a6f212010f4503b24d7943aed6d846)中对应设置方法进行设置。
**取值范围:**字符串,长度大于0
@@ -46,11 +46,11 @@ stream_thread_num:16
stream_proc_ratio:0.2
-group_num、cpubind_info:参见[thread_pool_attr](https://gitee.com/opengauss/docs/blob/33dd523b07ca669b90346b9831510ee891c05069/content/docs-lite/zh/docs/DeveloperGuide/线程池.md#zh-cn_topic_0283137548_zh-cn_topic_0237124743_section787511112134)。
+group_num、cpubind_info:参见[thread_pool_attr](#zh-cn_topic_0283137548_zh-cn_topic_0237124743_section787511112134)。
## resilience_threadpool_reject_cond
-**参数说明**:用于控制线程池过载逃生的堆积会话数占比。该参数仅在GUC参数use_workload_manager和enable_thread_pool打开时生效。该参数属于SIGHUP类型参数,请参考[表1](https://gitee.com/opengauss/docs/blob/33dd523b07ca669b90346b9831510ee891c05069/content/docs-lite/zh/docs/DeveloperGuide/重设参数.md#zh-cn_topic_0283137176_zh-cn_topic_0237121562_zh-cn_topic_0059777490_t91a6f212010f4503b24d7943aed6d846)中对应设置方法进行设置。
+**参数说明**:用于控制线程池过载逃生的堆积会话数占比。该参数仅在GUC参数use_workload_manager和enable_thread_pool打开时生效。该参数属于SIGHUP类型参数,请参考[表1](重设参数.md#zh-cn_topic_0283137176_zh-cn_topic_0237121562_zh-cn_topic_0059777490_t91a6f212010f4503b24d7943aed6d846)中对应设置方法进行设置。
**取值范围**:字符串,长度大于0
@@ -69,7 +69,7 @@ resilience_threadpool_reject_cond = '100,200'
表示已经堆积的会话数超过线程池初始设置的线程数的200%后禁止新连接接入并kill堆积的会话,kill会话过程中会话数恢复到线程池初始设置的线程数的100%以下时停止kill会话并允许新连接接入。
->  **须知:**
+>  **须知:**
>
> - 已经堆积的会话数可以通过查询pg_stat_activity视图有多少条数据获得,需要过滤少量后台线程;线程池设置的初试线程池线程数目可以通过查询thread_pool_attr参数获得。
> - 该参数如果设置的百分比过小,则会频繁触发线程池过载逃生流程,会使正在执行的会话被强制退出,新连接短时间接入失败,需要根据实际线程池使用情况慎重设置。
\ No newline at end of file
diff --git "a/content/zh/docs/DataBaseReference/\350\207\252\345\212\250\346\270\205\347\220\206.md" "b/content/zh/docs/DatabaseReference/\350\207\252\345\212\250\346\270\205\347\220\206.md"
similarity index 99%
rename from "content/zh/docs/DataBaseReference/\350\207\252\345\212\250\346\270\205\347\220\206.md"
rename to "content/zh/docs/DatabaseReference/\350\207\252\345\212\250\346\270\205\347\220\206.md"
index 9f4088de19cd130c802bf6b5fc41c107280ef9a5..c15fec11323dcc45f21347d4150e52f53e20002d 100644
--- "a/content/zh/docs/DataBaseReference/\350\207\252\345\212\250\346\270\205\347\220\206.md"
+++ "b/content/zh/docs/DatabaseReference/\350\207\252\345\212\250\346\270\205\347\220\206.md"
@@ -1,4 +1,4 @@
-# 自动清理
+# 自动清理
系统自动清理线程(autovacuum)自动执行VACUUM和ANALYZE命令,回收被标识为删除状态的记录空间,并更新表的统计数据。
@@ -8,7 +8,7 @@
该参数属于SIGHUP类型参数,请参考[表1](重设参数.md#zh-cn_topic_0283137176_zh-cn_topic_0237121562_zh-cn_topic_0059777490_t91a6f212010f4503b24d7943aed6d846)中对应设置方法进行设置。
-> **说明:**
+> **说明:**
>
>- 如果希望系统在故障恢复后,具备自动清理两阶段事务的功能,请将autovacuum设置为on;
>- 当设置autovacuum为on,[autovacuum\_max\_workers](#zh-cn_topic_0237124730_zh-cn_topic_0059778244_s76932f79410248ba8923017d19982673)为0时,表示系统不会自动进行autovacuum,只会在故障恢复后,自动清理两阶段事务;
diff --git "a/content/zh/docs/DataBaseReference/\350\256\260\345\275\225\346\227\245\345\277\227\347\232\204\344\275\215\347\275\256.md" "b/content/zh/docs/DatabaseReference/\350\256\260\345\275\225\346\227\245\345\277\227\347\232\204\344\275\215\347\275\256.md"
similarity index 96%
rename from "content/zh/docs/DataBaseReference/\350\256\260\345\275\225\346\227\245\345\277\227\347\232\204\344\275\215\347\275\256.md"
rename to "content/zh/docs/DatabaseReference/\350\256\260\345\275\225\346\227\245\345\277\227\347\232\204\344\275\215\347\275\256.md"
index 4b7fe3606771882f172bd409c081e816b9974bc8..74938012246016224364c153b7a3c139ec5bfb70 100644
--- "a/content/zh/docs/DataBaseReference/\350\256\260\345\275\225\346\227\245\345\277\227\347\232\204\344\275\215\347\275\256.md"
+++ "b/content/zh/docs/DatabaseReference/\350\256\260\345\275\225\346\227\245\345\277\227\347\232\204\344\275\215\347\275\256.md"
@@ -1,4 +1,4 @@
-# 记录日志的位置
+# 记录日志的位置
## log\_destination
@@ -29,7 +29,7 @@
该参数属于POSTMASTER类型参数,请参考[表1](重设参数.md#zh-cn_topic_0237121562_zh-cn_topic_0059777490_t91a6f212010f4503b24d7943aed6d846)中对应设置方法进行设置。
-> **须知:**
+> **须知:**
>将服务器日志发送到stderr时可以不使用logging\_collector参数,此时日志消息会被发送到服务器的stderr指向的空间。这种方法的缺点是日志回滚困难,只适用于较小的日志容量。
**取值范围:**布尔型
@@ -45,7 +45,7 @@
该参数属于SIGHUP类型参数,请参考[表1](重设参数.md#zh-cn_topic_0237121562_zh-cn_topic_0059777490_t91a6f212010f4503b24d7943aed6d846)中对应设置方法进行设置。
-> **须知:**
+> **须知:**
>
>- 当配置文件中log\_directory的值为非法路径时,会导致openGauss无法重新启动。
>
@@ -53,7 +53,7 @@
>
>- 在沙箱环境,路径中不可以包含/var/chroot,例如log的绝对路径是/var/chroot/var/lib/log/Ruby/pg\_log/cn\_log,则只需要设置为/var/lib/log/Ruby/pg\_log/cn\_log。
>
-> **说明:**
+> **说明:**
>
>- 合法路径:用户对此路径有读写权限。
>
@@ -69,7 +69,7 @@
该参数属于SIGHUP类型参数,请参考[表1](重设参数.md#zh-cn_topic_0237121562_zh-cn_topic_0059777490_t91a6f212010f4503b24d7943aed6d846)中对应设置方法进行设置。
-> **须知:**
+> **须知:**
>
>- 建议使用%转义字符定义日志文件名称,否则难以对日志文件进行有效的管理。
>
@@ -85,7 +85,7 @@
该参数属于SIGHUP类型参数,请参考[表1](重设参数.md#zh-cn_topic_0237121562_zh-cn_topic_0059777490_t91a6f212010f4503b24d7943aed6d846)中对应设置方法进行设置。
-> **须知:**
+> **须知:**
>
>- 使用此选项前请设置log\_directory,将日志存储到数据目录之外的地方。
>
@@ -93,7 +93,7 @@
**取值范围:**整型,0000~0777(8进制计数,转化为十进制 0 \~ 511)。
-> **说明:**
+> **说明:**
>
>- 0600表示只允许服务器管理员读写日志文件。
>
diff --git "a/content/zh/docs/DataBaseReference/\350\256\260\345\275\225\346\227\245\345\277\227\347\232\204\345\206\205\345\256\271.md" "b/content/zh/docs/DatabaseReference/\350\256\260\345\275\225\346\227\245\345\277\227\347\232\204\345\206\205\345\256\271.md"
similarity index 98%
rename from "content/zh/docs/DataBaseReference/\350\256\260\345\275\225\346\227\245\345\277\227\347\232\204\345\206\205\345\256\271.md"
rename to "content/zh/docs/DatabaseReference/\350\256\260\345\275\225\346\227\245\345\277\227\347\232\204\345\206\205\345\256\271.md"
index a5a0d245c14511b2ce2cc95b76a78ea1ccdfed04..daa54e05f8444fa8feeb571d5b80ebbfc22774cb 100644
--- "a/content/zh/docs/DataBaseReference/\350\256\260\345\275\225\346\227\245\345\277\227\347\232\204\345\206\205\345\256\271.md"
+++ "b/content/zh/docs/DatabaseReference/\350\256\260\345\275\225\346\227\245\345\277\227\347\232\204\345\206\205\345\256\271.md"
@@ -1,4 +1,4 @@
-# 记录日志的内容
+# 记录日志的内容
## debug\_print\_parse
@@ -39,7 +39,7 @@
**默认值:**off
- **须知:**
+ **须知:**
- 只有当日志的级别为log及以上时,debug\_print\_parse、debug\_print\_rewritten和debug\_print\_plan的调试信息才会输出。当这些选项打开时,调试信息只会记录在服务器的日志中,而不会输出到客户端的日志中。通过设置[client\_min\_messages](记录日志的时间.md#zh-cn_topic_0237124722_zh-cn_topic_0059778452_s2955da1f1cb24b0aa68ddc77700233e0)和[log\_min\_messages](记录日志的时间.md#zh-cn_topic_0237124722_zh-cn_topic_0059778452_sc6c47ec8cc1b47e28be98dbb24b1b39a)参数可以改变日志级别。
@@ -77,7 +77,7 @@
该参数属于BACKEND类型参数,请参考[表1](重设参数.md#zh-cn_topic_0237121562_zh-cn_topic_0059777490_t91a6f212010f4503b24d7943aed6d846)中对应设置方法进行设置。
-> **须知:**
+> **须知:**
>有些客户端程序(例如gsql),在判断是否需要口令的时候会尝试连接两次,因此日志消息中重复的“connection receive”(收到连接请求)并不意味着一定是问题。
**取值范围:**布尔型
@@ -253,7 +253,7 @@
- **说明:**
+ **说明:**
转义字符%c打印一个会话ID,由两个4字节的十六进制数组成,通过字符“.”分开。这两个十六进制数分别表示进程的启动时间及进程编号,所以%c也可以看作是保存打印这些名目的途径的空间。比如,从pg\_stat\_activity中产生会话ID,可以用下面的查询:
```
@@ -269,7 +269,7 @@ FROM pg_stat_activity;
**默认值:**%m %c %d %p %a %x %n %e
- **说明:**
+ **说明:**
%m %c %d %p %a %x %n %e表示在日志开头附加会话开始时间戳、会话ID、数据库名、线程ID、应用程序名、事务ID、报错节点、SQLSTATE错误码。
@@ -292,7 +292,7 @@ FROM pg_stat_activity;
该参数属于SUSET类型参数,请参考[表1](重设参数.md#zh-cn_topic_0237121562_zh-cn_topic_0059777490_t91a6f212010f4503b24d7943aed6d846)中对应设置方法进行设置。
- **须知:**
+ **须知:**
即使log\_statement设置为all,包含简单语法错误的语句也不会被记录,因为仅在完成基本的语法分析并确定了语句类型之后才记录日志。在使用扩展查询协议的情况下,在执行阶段之前(语法分析或规划阶段)同样不会记录。将log\_min\_error\_statement设为ERROR或更低才能记录这些语句。
@@ -329,7 +329,7 @@ FROM pg_stat_activity;
**默认值:**PRC
- **说明:**
+ **说明:**
gs\_initdb进行相应系统环境设置时会对默认值进行修改。
@@ -421,7 +421,7 @@ EAT,COMM_IPC,COMM_PARAM,TIMESERIES,SCHEMA,SEGMENT_PAGE,LIGHTPROXY,HOTKEY,THREAD_
- off表示不打开该功能。
- log表示打开该功能,可以在数据库节点的执行计划中看到没有查询优化的具体原因。
- **须知:**
+ **须知:**
提供在log中显示语句没有查询优化的具体原因,需要将参数设置成log级别,log\_min\_messages设置成debug4级别,logging\_module设置'on\(OPFUSION\)',注意log内容可能会比较多,尽可能在调优期间执行少量作业使用。
diff --git "a/content/zh/docs/DataBaseReference/\350\256\260\345\275\225\346\227\245\345\277\227\347\232\204\346\227\266\351\227\264.md" "b/content/zh/docs/DatabaseReference/\350\256\260\345\275\225\346\227\245\345\277\227\347\232\204\346\227\266\351\227\264.md"
similarity index 98%
rename from "content/zh/docs/DataBaseReference/\350\256\260\345\275\225\346\227\245\345\277\227\347\232\204\346\227\266\351\227\264.md"
rename to "content/zh/docs/DatabaseReference/\350\256\260\345\275\225\346\227\245\345\277\227\347\232\204\346\227\266\351\227\264.md"
index c6fc3e78c212bb1f2dfbc1e7fe44391e9a01e290..465107113089941b11660dd7bd9279ddaaae9916 100644
--- "a/content/zh/docs/DataBaseReference/\350\256\260\345\275\225\346\227\245\345\277\227\347\232\204\346\227\266\351\227\264.md"
+++ "b/content/zh/docs/DatabaseReference/\350\256\260\345\275\225\346\227\245\345\277\227\347\232\204\346\227\266\351\227\264.md"
@@ -1,4 +1,4 @@
-# 记录日志的时间
+# 记录日志的时间
## client\_min\_messages
@@ -6,7 +6,7 @@
该参数属于USERSET类型参数,请参考[表1](重设参数.md#zh-cn_topic_0237121562_zh-cn_topic_0059777490_t91a6f212010f4503b24d7943aed6d846)中对应设置方法进行设置。
-> **须知:**
+> **须知:**
>当client\_min\_messages和[log\_min\_messages](#zh-cn_topic_0237124722_zh-cn_topic_0059778452_sc6c47ec8cc1b47e28be98dbb24b1b39a)取相同值时,其值所代表的级别不同。
**取值范围:**枚举类型,有效值有debug、debug5、debug4、debug3、debug2、debug1、info、log、notice、warning、error、fatal、panic。参数的详细信息请参见[表1](#zh-cn_topic_0237124722_zh-cn_topic_0059778452_zh-cn_topic_0058967791_table55180162)。在实际设置过程中,如果设置的级别大于error,为fatal或panic,系统会默认将级别转为error。
@@ -19,7 +19,7 @@
该参数属于SUSET类型参数,请参考[表1](重设参数.md#zh-cn_topic_0237121562_zh-cn_topic_0059777490_t91a6f212010f4503b24d7943aed6d846)中对应设置方法进行设置。
-> **须知:**
+> **须知:**
>当[client\_min\_messages](#zh-cn_topic_0237124722_zh-cn_topic_0059778452_s2955da1f1cb24b0aa68ddc77700233e0)和log\_min\_messages取相同值log时所代表的消息级别不同。
>部分日志信息的打印需要同时配置该参数与logging_modules,即设置该参数打开后可能还需要设置logging_modules打开对应模块的日志打印开关。
@@ -35,7 +35,7 @@
**取值范围:**枚举类型,有效值有debug、debug5、debug4、debug3、debug2、debug1、info、log、notice、warning、error、fatal、panic。参数的详细信息请参见[表1](#zh-cn_topic_0237124722_zh-cn_topic_0059778452_zh-cn_topic_0058967791_table55180162)。
-> **说明:**
+> **说明:**
>- 设置为error,表示导致错误、日志消息、致命错误、panic的语句都将被记录。
>- 设置为panic,表示关闭此特性。
@@ -49,7 +49,7 @@
该参数属于SUSET类型参数,请参考[表1](重设参数.md#zh-cn_topic_0237121562_zh-cn_topic_0059777490_t91a6f212010f4503b24d7943aed6d846)中对应设置方法进行设置。
-> **须知:**
+> **须知:**
>当此选项与[log\_statement](记录日志的内容.md#zh-cn_topic_0237124723_zh-cn_topic_0059778400_s77b3e2e16a3e4705a139bef98688be8a)同时使用时,已经被log\_statement记录的语句文本不会被重复记录。在没有使用syslog情况下,推荐使用[log\_line\_prefix](记录日志的内容.md#zh-cn_topic_0237124723_zh-cn_topic_0059778400_sd57ce2167a8149239e10ab0cef12b949)记录PID或会话ID,方便将当前语句消息连接到最后的持续时间消息。
**取值范围:**整型,-1 \~ INT\_MAX,单位为毫秒。
@@ -66,7 +66,7 @@
该参数属于SUSET类型参数,请参考[表1](重设参数.md#zh-cn_topic_0237121562_zh-cn_topic_0059777490_t91a6f212010f4503b24d7943aed6d846)中对应设置方法进行设置。
-> **须知:**
+> **须知:**
>该参数作为客户现场问题定位手段使用,且由于频繁的打印函数栈会对系统的开销及稳定性有一定的影响,因此如果需要进行问题定位时,建议避免将backtrace\_min\_messages的值设置为fatal及panic以外的级别。
**取值范围:**枚举类型
@@ -171,7 +171,7 @@
该参数属于USERSET类型参数,请参考[表1](重设参数.md#zh-cn_topic_0237121562_zh-cn_topic_0059777490_t91a6f212010f4503b24d7943aed6d846)中对应设置方法进行设置。
-> **须知:**
+> **须知:**
>该参数以毫秒为单位,建议在使用过程中设置值为1000的整数倍,即设置值以秒为最小单位。该参数所控制的性能日志文件以prf为扩展名,文件放置在$GAUSSLOG/gs\_profile/目录下面,其中node\_name是由postgres.conf文件中的pgxc\_node\_name的值,不建议外部使用该参数。
**取值范围:**0\~2147483647,单位为毫秒(ms)。
diff --git "a/content/zh/docs/DataBaseReference/\350\256\276\347\275\256.md" "b/content/zh/docs/DatabaseReference/\350\256\276\347\275\256.md"
similarity index 86%
rename from "content/zh/docs/DataBaseReference/\350\256\276\347\275\256.md"
rename to "content/zh/docs/DatabaseReference/\350\256\276\347\275\256.md"
index 3559d4b908d3e5badce113b5706de44b89ba00dd..e6a6d6812efffade1f310819d84b5d5ade9323c9 100644
--- "a/content/zh/docs/DataBaseReference/\350\256\276\347\275\256.md"
+++ "b/content/zh/docs/DatabaseReference/\350\256\276\347\275\256.md"
@@ -1,4 +1,4 @@
-# 设置
+# 设置
## wal\_level
@@ -6,7 +6,7 @@
该参数属于POSTMASTER类型参数,请参考[表1](重设参数.md#zh-cn_topic_0237121562_zh-cn_topic_0059777490_t91a6f212010f4503b24d7943aed6d846)中对应设置方法进行设置。
-> **须知:**
+> **须知:**
>- 如果需要启用WAL日志归档和主备机的数据流复制,必须将此参数设置为archive或者hot\_standby。
@@ -43,7 +43,7 @@
该参数属于SIGHUP类型参数,请参考[表1](重设参数.md#zh-cn_topic_0237121562_zh-cn_topic_0059777490_t91a6f212010f4503b24d7943aed6d846)中对应设置方法进行设置。
-> **须知:**
+> **须知:**
>- 使用fsync\(\)系统函数可以保证在操作系统或者硬件崩溃的情况下将数据恢复到一个已知的状态。
@@ -97,7 +97,7 @@
该参数属于SIGHUP类型参数,请参考[表1](重设参数.md#zh-cn_topic_0237121562_zh-cn_topic_0059777490_t91a6f212010f4503b24d7943aed6d846)中对应设置方法进行设置。
-> **须知:**
+> **须知:**
>
>如果将[fsync](#zh-cn_topic_0283137354_zh-cn_topic_0237124707_zh-cn_topic_0059778393_sb6cc47bbe02c47a785c873b1959ad0df)关闭,这个参数的设置就没有意义,因为所有数据更新都不会强制写入磁盘。
@@ -107,14 +107,14 @@
- fdatasync表示每次提交的时候都调用fdatasync\(\)。(支持suse10和suse11)。
- fsync\_writethrough表示每次提交的时候调用fsync\(\)强制把缓冲区任何数据写入磁盘。
- > **说明:**
+ > **说明:**
>
>由于历史原因,Windows平台支持将wal\_sync\_method设置为fsync\_writethrough。在Windows平台上fsync\_writethrough和fsync等效。
- fsync表示每次提交的时候调用fsync\(\)。(支持suse10和suse11)
- open\_sync表示用带O\_SYNC选项的open\(\)写“WAL”文件。(支持suse10和suse11)
- > **说明:**
+ > **说明:**
>
>不是所有的平台都支持以上参数。
@@ -127,7 +127,7 @@
该参数属于SIGHUP类型参数,请参考[表1](重设参数.md#zh-cn_topic_0237121562_zh-cn_topic_0059777490_t91a6f212010f4503b24d7943aed6d846)中对应设置方法进行设置。
-> **须知:**
+> **须知:**
>- 设置这个参数是因为在操作系统崩溃过程中可能磁盘页面只写入了一部分内容,从而导致在同一个页面中包含新旧数据的混合。在崩溃后的恢复期间,由于在WAL日志中存储的行变化信息不够完整,因此无法完全恢复该页。把完整的页面影像保存下来就可以保证页面被正确还原,代价是增加了写入WAL日志的数据量。
@@ -174,7 +174,7 @@
该参数属于SIGHUP类型参数,请参考[表1](重设参数.md#zh-cn_topic_0237121562_zh-cn_topic_0059777490_t91a6f212010f4503b24d7943aed6d846)中对应设置方法进行设置。
-> **须知:**
+> **须知:**
>
>如果时间过长可能造成WAL缓冲区的内存不足,时间过短会引起WAL不断写入,增加磁盘I/O负担。
@@ -188,7 +188,7 @@
该参数属于USERSET类型参数,请参考[表1](重设参数.md#zh-cn_topic_0237121562_zh-cn_topic_0059777490_t91a6f212010f4503b24d7943aed6d846)中对应设置方法进行设置。
-> **须知:**
+> **须知:**
>
>- 设置为非 0 值时事务执行commit后不会立即写入WAL中,而仍存放在WAL缓冲区中,等待WalWriter进程周期性写入磁盘。
>
@@ -258,6 +258,36 @@
**默认值:**10
+## xlog\_file\_path
+
+**参数说明:**双数据库实例共享存储场景下,xlog日志共享盘的路径。本参数在数据库系统初始化时由OM进行配置,不建议用户自行修改。
+
+该参数属于POSTMASTER类型参数,请参考[表1](重设参数.md#zh-cn_topic_0283137176_zh-cn_topic_0237121562_zh-cn_topic_0059777490_t91a6f212010f4503b24d7943aed6d846)中对应设置方法进行设置。
+
+**取值范围**:字符串。
+
+**默认值:**NULL
+
+## xlog\_file\_size
+
+**参数说明:**双数据库实例共享存储场景下,xlog日志共享盘的大小。本参数在数据库系统初始化时由OM进行配置,不建议用户自行修改。
+
+该参数属于POSTMASTER类型参数,请参考[表1](重设参数.md#zh-cn_topic_0283137176_zh-cn_topic_0237121562_zh-cn_topic_0059777490_t91a6f212010f4503b24d7943aed6d846)中对应设置方法进行设置。
+
+**取值范围**:长整型,5053733504\~576460752303423487,单位是字节。
+
+**默认值:**549755813888
+
+## xlog\_lock\_file\_path
+
+**参数说明:**双数据库实例共享存储场景下,xlog日志共享盘抢占的锁文件的路径。本参数在数据库系统初始化时由OM进行配置,不建议用户自行修改。
+
+该参数属于POSTMASTER类型参数,请参考[表1](重设参数.md#zh-cn_topic_0283137176_zh-cn_topic_0237121562_zh-cn_topic_0059777490_t91a6f212010f4503b24d7943aed6d846)中对应设置方法进行设置。
+
+**取值范围**:字符串。
+
+**默认值**:NULL
+
## force\_promote
**参考说明:**备机强切功能开关。
@@ -276,7 +306,7 @@
该参数属于SIGHUP类型参数,请参考[表1](重设参数.md#zh-cn_topic_0283137176_zh-cn_topic_0237121562_zh-cn_topic_0059777490_t91a6f212010f4503b24d7943aed6d846)中对应设置方法进行设置。
-> **须知:**
+> **须知:**
>
>如果时间过长可能造成Xlog刷盘频率降低,降低Xlog处理性能。
diff --git "a/content/zh/docs/DataBaseReference/\350\257\255\345\217\245\350\241\214\344\270\272.md" "b/content/zh/docs/DatabaseReference/\350\257\255\345\217\245\350\241\214\344\270\272.md"
similarity index 97%
rename from "content/zh/docs/DataBaseReference/\350\257\255\345\217\245\350\241\214\344\270\272.md"
rename to "content/zh/docs/DatabaseReference/\350\257\255\345\217\245\350\241\214\344\270\272.md"
index ea9ac757e1e2093fa7a02125f0575c4738525b40..3eb0c192a7270ac31c273d334577a3098c6a4cca 100644
--- "a/content/zh/docs/DataBaseReference/\350\257\255\345\217\245\350\241\214\344\270\272.md"
+++ "b/content/zh/docs/DatabaseReference/\350\257\255\345\217\245\350\241\214\344\270\272.md"
@@ -1,4 +1,4 @@
-# 语句行为
+# 语句行为
介绍SQL语句执行过程的相关默认参数。
@@ -17,7 +17,7 @@
**取值范围:**
字符串
-> **说明:**
+> **说明:**
>
>- 设置为“$user”,public时,支持共享数据库(没有用户具有私有模式和所有共享使用public)、用户私有模式和这些功能的组合使用。可以通过改变默认搜索路径来获得其他效果,无论是全局化的还是私有化的。
>- 设置为空串('')的时候,系统会自动转换成一对双引号。
@@ -26,7 +26,7 @@
**默认值:**
“$user”,public
-> **说明:**
+> **说明:**
>$user表示与当前会话用户名同名的模式名,如果这样的模式不存在,$user将被忽略。
## current\_schema
@@ -42,7 +42,7 @@
**默认值:**
"$user",public
-> **说明:**
+> **说明:**
>$user表示与当前会话用户名同名的模式名,如果这样的模式不存在,$user将被忽略。
## default\_tablespace
@@ -152,7 +152,7 @@ off
该参数属于SUSET类型参数,请参考[表2](重设参数.md#zh-cn_topic_0237121562_zh-cn_topic_0059777490_t290c8f15953843db8d8e53d867cd893d)中对应设置方法进行设置。
-> **须知:**
+> **须知:**
>设置此参数会丢弃之前任何缓存的执行计划。
**取值范围:**
@@ -188,7 +188,7 @@ origin
**取值范围:**
整型,0~576 460 752 303 423 487
-> **说明:**
+> **说明:**
>尽管随时可以将此参数设为0到10亿之间的任意值,但是,VACUUM将默认其有效值范围限制在[autovacuum\_freeze\_max\_age](自动清理.md#zh-cn_topic_0237124730_zh-cn_topic_0059778244_s7857d2d0002547a3853b7aac36a458b3)的50%以内。
**默认值:**
@@ -204,7 +204,7 @@ origin
**取值范围:**
整型,0~576 460 752 303 423 487
-> **说明:**
+> **说明:**
>尽管随时可以将此参数设为零到20亿之间的值,但是,VACUUM将默认其有效值范围限制在[autovacuum\_freeze\_max\_age](自动清理.md#zh-cn_topic_0237124730_zh-cn_topic_0059778244_s7857d2d0002547a3853b7aac36a458b3)的95%以内。定期的手动VACUUM可以在对此表的反重叠自动清理启动之前运行。
**默认值:**4000000000
diff --git "a/content/zh/docs/DataBaseReference/\350\264\237\350\275\275\347\256\241\347\220\206.md" "b/content/zh/docs/DatabaseReference/\350\264\237\350\275\275\347\256\241\347\220\206.md"
similarity index 91%
rename from "content/zh/docs/DataBaseReference/\350\264\237\350\275\275\347\256\241\347\220\206.md"
rename to "content/zh/docs/DatabaseReference/\350\264\237\350\275\275\347\256\241\347\220\206.md"
index d61e8e79152ac2794ebace5043f4d1c25599172a..344c28a8281d1454f6b809be9229899745e2447b 100644
--- "a/content/zh/docs/DataBaseReference/\350\264\237\350\275\275\347\256\241\347\220\206.md"
+++ "b/content/zh/docs/DatabaseReference/\350\264\237\350\275\275\347\256\241\347\220\206.md"
@@ -1,4 +1,4 @@
-# 负载管理
+# 负载管理
未对数据库资源做控制时,容易出现并发任务抢占资源导致操作系统过载甚至最终崩溃。操作系统过载时,其响应用户任务的速度会变慢甚至无响应;操作系统崩溃时,整个系统将无法对用户提供任何服务。openGauss的负载管理功能能够基于可用资源的多少均衡数据库的负载,以避免数据库系统过载。
@@ -13,7 +13,7 @@
- on表示打开资源管理。
- off表示关闭资源管理。
- > **说明:**
+ > **说明:**
>- 当使用[表2](重设参数.md#zh-cn_topic_0283137176_zh-cn_topic_0237121562_zh-cn_topic_0059777490_t91a6f212010f4503b24d7943aed6d846)中的方式二来修改参数值时,新参数值只能对更改操作执行后启动的线程生效。此外,对于后台线程以及线程复用执行的新作业,该参数值的改动不会生效。如果希望这类线程即时识别参数变化,可以使用kill session或重启节点的方式来实现。
@@ -78,7 +78,7 @@
**默认值**:空
-> **须知:**
+> **须知:**
>该参数不允许用户进行设置,建议保持默认值。
## enable\_resource\_track
@@ -140,7 +140,7 @@
该参数属于USERSET类型参数,请参考[表2](重设参数.md#zh-cn_topic_0283137176_zh-cn_topic_0237121562_zh-cn_topic_0059777490_t290c8f15953843db8d8e53d867cd893d)中的方法一和方法二进行设置。
-**取值范围**:整型,0~730,单位为天。
+**取值范围**:整型,0 ~ 3650,单位为天。
+ 值等于0时,用户历史资源监控数据将永久保存。
@@ -261,7 +261,7 @@
**默认值**:on
->  **须知:**
+>  **须知:**
> 黑匣子功能生成core文件依赖操作系统开放ptrace接口。若发生权限不足\(errno = 1\),请确保/proc/sys/kernel/yama/ptrace\_scope配置合理。
## bbox\_dump\_count
@@ -274,7 +274,7 @@
**默认值**:8
-> **说明:**
+> **说明:**
>在并发产生core文件时,core文件的产生个数可能大于bbox\_dump\_count。
## bbox\_dump\_path
@@ -399,3 +399,35 @@
**默认值**:0
+## bbox\_blanklist\_items
+
+**参数说明:**黑匣子core文件的脱敏数据选项。此参数只有当[enable\_bbox\_dump](#zh-cn_topic_0283137479_zh-cn_topic_0237124729_zh-cn_topic_0059777791_section10758942101117)为on时才生效。
+
+该参数属于POSTMASTER类型参数,请参考[表1](重设参数.md#zh-cn_topic_0283137176_zh-cn_topic_0237121562_zh-cn_topic_0059777490_t91a6f212010f4503b24d7943aed6d846)中对应设置方法进行设置。
+
+**取值范围**:字符型,以逗号分隔的敏感数据选项的字符串。
+
+**默认值:**空。表示bbox生成的core文件脱敏所有支持的敏感数据项。
+
+目前支持脱敏的数据项:
+
+- SHARED\_BUFFER:buffer数据缓冲区
+- XLOG\_BUFFER:redo日志缓冲区
+- DW\_BUFFER:双写数据缓冲区
+- XLOG\_MESSAGE\_SEND:主备日复制日志发送缓冲区
+- WALRECIVER\_CTL\_BLOCK:主备复制日志接收缓冲区
+- DATA\_MESSAGE\_SEND:主备复制数据发送缓冲区
+- DATA\_WRITER\_QUEUE:主备复制数据接收缓冲区
+
+
+
+## current\_logic\_cluster
+
+**参数说明**:显示当前的逻辑数据库实例名称。
+
+该参数属于INTERNAL类型参数,为固定参数,用户无法修改此参数,只能查看。
+
+**取值范围**:字符串。
+
+**默认值:**空
+
diff --git "a/content/zh/docs/DataBaseReference/\350\264\237\350\275\275\347\256\241\347\220\206_GUC\345\217\202\346\225\260.md" "b/content/zh/docs/DatabaseReference/\350\264\237\350\275\275\347\256\241\347\220\206_GUC\345\217\202\346\225\260.md"
similarity index 96%
rename from "content/zh/docs/DataBaseReference/\350\264\237\350\275\275\347\256\241\347\220\206_GUC\345\217\202\346\225\260.md"
rename to "content/zh/docs/DatabaseReference/\350\264\237\350\275\275\347\256\241\347\220\206_GUC\345\217\202\346\225\260.md"
index d61e8e79152ac2794ebace5043f4d1c25599172a..a460a9ae1709caa2a5525fc05069ee2b956c66bc 100644
--- "a/content/zh/docs/DataBaseReference/\350\264\237\350\275\275\347\256\241\347\220\206_GUC\345\217\202\346\225\260.md"
+++ "b/content/zh/docs/DatabaseReference/\350\264\237\350\275\275\347\256\241\347\220\206_GUC\345\217\202\346\225\260.md"
@@ -1,4 +1,4 @@
-# 负载管理
+# 负载管理
未对数据库资源做控制时,容易出现并发任务抢占资源导致操作系统过载甚至最终崩溃。操作系统过载时,其响应用户任务的速度会变慢甚至无响应;操作系统崩溃时,整个系统将无法对用户提供任何服务。openGauss的负载管理功能能够基于可用资源的多少均衡数据库的负载,以避免数据库系统过载。
@@ -13,7 +13,7 @@
- on表示打开资源管理。
- off表示关闭资源管理。
- > **说明:**
+ > **说明:**
>- 当使用[表2](重设参数.md#zh-cn_topic_0283137176_zh-cn_topic_0237121562_zh-cn_topic_0059777490_t91a6f212010f4503b24d7943aed6d846)中的方式二来修改参数值时,新参数值只能对更改操作执行后启动的线程生效。此外,对于后台线程以及线程复用执行的新作业,该参数值的改动不会生效。如果希望这类线程即时识别参数变化,可以使用kill session或重启节点的方式来实现。
@@ -78,7 +78,7 @@
**默认值**:空
-> **须知:**
+> **须知:**
>该参数不允许用户进行设置,建议保持默认值。
## enable\_resource\_track
@@ -140,7 +140,7 @@
该参数属于USERSET类型参数,请参考[表2](重设参数.md#zh-cn_topic_0283137176_zh-cn_topic_0237121562_zh-cn_topic_0059777490_t290c8f15953843db8d8e53d867cd893d)中的方法一和方法二进行设置。
-**取值范围**:整型,0~730,单位为天。
+**取值范围**:整型,0 ~ 3650,单位为天。
+ 值等于0时,用户历史资源监控数据将永久保存。
@@ -261,7 +261,7 @@
**默认值**:on
->  **须知:**
+>  **须知:**
> 黑匣子功能生成core文件依赖操作系统开放ptrace接口。若发生权限不足\(errno = 1\),请确保/proc/sys/kernel/yama/ptrace\_scope配置合理。
## bbox\_dump\_count
@@ -274,7 +274,7 @@
**默认值**:8
-> **说明:**
+> **说明:**
>在并发产生core文件时,core文件的产生个数可能大于bbox\_dump\_count。
## bbox\_dump\_path
diff --git "a/content/zh/docs/DataBaseReference/\350\265\204\346\272\220\346\261\240\345\214\226\345\217\202\346\225\260.md" "b/content/zh/docs/DatabaseReference/\350\265\204\346\272\220\346\261\240\345\214\226\345\217\202\346\225\260.md"
similarity index 94%
rename from "content/zh/docs/DataBaseReference/\350\265\204\346\272\220\346\261\240\345\214\226\345\217\202\346\225\260.md"
rename to "content/zh/docs/DatabaseReference/\350\265\204\346\272\220\346\261\240\345\214\226\345\217\202\346\225\260.md"
index c73e143effb94e82cf96fabaa7845ab092312c4b..c0afd6d926844d205be2024c3e887ddea8f86e94 100644
--- "a/content/zh/docs/DataBaseReference/\350\265\204\346\272\220\346\261\240\345\214\226\345\217\202\346\225\260.md"
+++ "b/content/zh/docs/DatabaseReference/\350\265\204\346\272\220\346\261\240\345\214\226\345\217\202\346\225\260.md"
@@ -1,4 +1,4 @@
-# 资源池化参数
+# 资源池化参数
## ss\_enable\_dss
@@ -10,7 +10,7 @@
**默认值:** off
-> **说明:**
+> **说明:**
>- ss\_enable\_dss参数在单机模式下默认off。
>- 若开启资源池化模式需要将此参数设置为on。
>- om自动安装资源池化模式后,此参数默认为on。
@@ -25,7 +25,7 @@
**默认值:** off
-> **说明:**
+> **说明:**
>- ss\_enable\_dms参数在单机模式下默认off。
>- 若开启资源池化模式需要将此参数设置为on。
>- om自动安装资源池化模式后,此参数默认为on。
@@ -40,7 +40,7 @@
**默认值:** on
-> **说明:**
+> **说明:**
>- 该参数生效的前提是opengauss的ssl参数设置为on(总开关)。
>- 手动修改此参数需在所有节点修改重启生效,单个节点修改重启会超时失败。
>- 如果此参数关闭,主备机之间不走SSL连接,有被仿冒攻击和信息泄露的风险。
@@ -55,7 +55,7 @@
**默认值:** on
-> **说明:**
+> **说明:**
>ss\_enable\_catalog\_centralized目前不支持修改,只支持使用默认值。
## ss\_instance\_id
@@ -64,7 +64,7 @@
该参数属于POSTMASTER类型参数,请参考[表1](重设参数.md#zh-cn_topic_0283137176_zh-cn_topic_0237121562_zh-cn_topic_0059777490_t91a6f212010f4503b24d7943aed6d846)中对应设置方法进行设置。
-**默认值:** 整型。取值范围0\~2。
+**默认值:** 整型。取值范围0\~63。
## ss\_dss\_vg\_name
@@ -126,7 +126,7 @@
**默认值:** TCP
-> **说明:**
+> **说明:**
>RDMA通信依赖CX5网卡,并且依赖OCK RDMA动态库。开启前请确保已配置正确。
## ss\_interconnect\_url
@@ -169,7 +169,7 @@
**默认值:** off
-> **说明:**
+> **说明:**
>scrlock需要使用CX5网卡,并且依赖OCK RDMA动态库。开启前请确保已配置正确。
## ss_enable_scrlock_sleep_mode
@@ -182,7 +182,7 @@
**默认值:** on
-> **说明:**
+> **说明:**
>scrlock睡眠模式会降低scrlock对CPU的占用,但是会增加scrlock的时延。
## ss_scrlock_server_port
@@ -215,7 +215,7 @@
**默认值:** ""
-> **说明:**
+> **说明:**
>- 该参数允许为空,此时scrlock worker不绑定CPU。
>- 该参数表示的起止CPU数量需要不小于2。
@@ -229,7 +229,7 @@
**默认值:** ""
-> **说明:**
+> **说明:**
>该参数为空时,等效于该参数为"0 0",即scrlock server占用0号CPU。
## ss_log_level
@@ -244,7 +244,7 @@
**默认值:** 7
-> **说明:**
+> **说明:**
>- 高并发场景下,不建议配置debug日志。此时如果配置debug日志,其他参数采用默认值,消息线程会频繁打印日志。该场景下可能出现消息线程繁忙导致处理CM查询节点状态请求超时,因此显示备节点的状态不是normal的情况。
## ss_log_backup_file_count
@@ -287,7 +287,7 @@
**默认值:** on
-> **说明:**
+> **说明:**
>- 该参数只在debug版本允许被使用。
## ss_enable_reform
@@ -300,5 +300,5 @@
**默认值:** on
-> **说明:**
+> **说明:**
>- 该参数只在debug版本允许被使用。
\ No newline at end of file
diff --git "a/content/zh/docs/DataBaseReference/\350\265\204\346\272\220\346\266\210\350\200\227.md" "b/content/zh/docs/DatabaseReference/\350\265\204\346\272\220\346\266\210\350\200\227.md"
similarity index 84%
rename from "content/zh/docs/DataBaseReference/\350\265\204\346\272\220\346\266\210\350\200\227.md"
rename to "content/zh/docs/DatabaseReference/\350\265\204\346\272\220\346\266\210\350\200\227.md"
index 6e466c3dba886c57ba79fcc08251d9ad034dfa93..a65dafbce78d559264bff9e16b2ce127b9d27d10 100644
--- "a/content/zh/docs/DataBaseReference/\350\265\204\346\272\220\346\266\210\350\200\227.md"
+++ "b/content/zh/docs/DatabaseReference/\350\265\204\346\272\220\346\266\210\350\200\227.md"
@@ -1,4 +1,4 @@
-# 资源消耗
+# 资源消耗
- **[内存](内存-21.md)**
diff --git "a/content/zh/docs/DataBaseReference/\350\277\220\350\241\214\346\227\266\347\273\237\350\256\241.md" "b/content/zh/docs/DatabaseReference/\350\277\220\350\241\214\346\227\266\347\273\237\350\256\241.md"
similarity index 69%
rename from "content/zh/docs/DataBaseReference/\350\277\220\350\241\214\346\227\266\347\273\237\350\256\241.md"
rename to "content/zh/docs/DatabaseReference/\350\277\220\350\241\214\346\227\266\347\273\237\350\256\241.md"
index 50b63e773339cd2ce31d03815799f7c6738d86f4..c7f6d3313457e94acae2853054d19653997f0b4d 100644
--- "a/content/zh/docs/DataBaseReference/\350\277\220\350\241\214\346\227\266\347\273\237\350\256\241.md"
+++ "b/content/zh/docs/DatabaseReference/\350\277\220\350\241\214\346\227\266\347\273\237\350\256\241.md"
@@ -1,4 +1,4 @@
-# 运行时统计
+# 运行时统计
- **[查询和索引统计收集器](查询和索引统计收集器.md)**
diff --git "a/content/zh/docs/DataBaseReference/\350\277\236\346\216\245\345\222\214\350\256\244\350\257\201.md" "b/content/zh/docs/DatabaseReference/\350\277\236\346\216\245\345\222\214\350\256\244\350\257\201.md"
similarity index 76%
rename from "content/zh/docs/DataBaseReference/\350\277\236\346\216\245\345\222\214\350\256\244\350\257\201.md"
rename to "content/zh/docs/DatabaseReference/\350\277\236\346\216\245\345\222\214\350\256\244\350\257\201.md"
index 77cec9c53099946260e961caa95ba8884304f2d4..842d062b5a8443c0e30e41295174e458a76aae30 100644
--- "a/content/zh/docs/DataBaseReference/\350\277\236\346\216\245\345\222\214\350\256\244\350\257\201.md"
+++ "b/content/zh/docs/DatabaseReference/\350\277\236\346\216\245\345\222\214\350\256\244\350\257\201.md"
@@ -1,4 +1,4 @@
-# 连接和认证
+# 连接和认证
- **[连接设置](连接设置.md)**
diff --git "a/content/zh/docs/DataBaseReference/\350\277\236\346\216\245\346\261\240\345\217\202\346\225\260.md" "b/content/zh/docs/DatabaseReference/\350\277\236\346\216\245\346\261\240\345\217\202\346\225\260.md"
similarity index 92%
rename from "content/zh/docs/DataBaseReference/\350\277\236\346\216\245\346\261\240\345\217\202\346\225\260.md"
rename to "content/zh/docs/DatabaseReference/\350\277\236\346\216\245\346\261\240\345\217\202\346\225\260.md"
index 52f7dea47919630fbe151e85dbc57e1e9311b9e2..4dd8b688a52cc57d5ef5fd99d7095475f2c813dc 100644
--- "a/content/zh/docs/DataBaseReference/\350\277\236\346\216\245\346\261\240\345\217\202\346\225\260.md"
+++ "b/content/zh/docs/DatabaseReference/\350\277\236\346\216\245\346\261\240\345\217\202\346\225\260.md"
@@ -1,4 +1,4 @@
-# 连接池参数
+# 连接池参数
当使用连接池访问数据库时,在系统运行过程中,数据库连接是被当作对象存储在内存中的,当用户需要访问数据库时,并非建立一个新的连接,而是从连接池中取出一个已建立的空闲连接来使用。用户使用完毕后,数据库并非将连接关闭,而是将连接放回连接池中,以供下一个请求访问使用。
@@ -6,7 +6,7 @@
**参数说明:**Pooler链接自动清理功能使用,当链接池中链接空闲时间超过所设置值时,会触发自动清理机制,清理各节点的空闲链接数到minimum\_pool\_size。
-> **说明:**
+> **说明:**
>此参数在该版本不生效。
该参数属于USERSET类型参数,请参考[表2](重设参数.md#zh-cn_topic_0283137176_zh-cn_topic_0237121562_zh-cn_topic_0059777490_t290c8f15953843db8d8e53d867cd893d)中对应设置方法进行设置。
@@ -19,7 +19,7 @@
**参数说明:**Pooler链接自动清理功能使用,自动清理后各pooler链接池对应节点的链接数最小剩余量,当参数设置为0时,可以关闭pooler链接自动清理功能。
-> **说明:**
+> **说明:**
>此参数在该版本不生效。
该参数属于USERSET类型参数,请参考[表2](重设参数.md#zh-cn_topic_0283137176_zh-cn_topic_0237121562_zh-cn_topic_0059777490_t290c8f15953843db8d8e53d867cd893d)中对应设置方法进行设置。
diff --git "a/content/zh/docs/DataBaseReference/\350\277\236\346\216\245\350\256\276\347\275\256.md" "b/content/zh/docs/DatabaseReference/\350\277\236\346\216\245\350\256\276\347\275\256.md"
similarity index 86%
rename from "content/zh/docs/DataBaseReference/\350\277\236\346\216\245\350\256\276\347\275\256.md"
rename to "content/zh/docs/DatabaseReference/\350\277\236\346\216\245\350\256\276\347\275\256.md"
index d2405f0a43120562af4a8661cb2ca67a22ed7064..15ccfad490aec4ceef63b821b663db2e717dc4a2 100644
--- "a/content/zh/docs/DataBaseReference/\350\277\236\346\216\245\350\256\276\347\275\256.md"
+++ "b/content/zh/docs/DatabaseReference/\350\277\236\346\216\245\350\256\276\347\275\256.md"
@@ -1,4 +1,4 @@
-# 连接设置
+# 连接设置
介绍设置客户端和服务器连接方式相关的参数。
@@ -30,6 +30,16 @@
**默认值:**数据库实例安装好后,根据XML配置文件中不同实例的IP地址配置不同默认值。DN的默认参数值为:listen\_addresses = 'x.x.x.x'。
+>  **说明:**
+>
+> - 支持gs\_guc reload方式进行设置该参数值,GaussDB KernelopenGauss内核会按照“侦听新IP、保留重复IP的侦听、关闭无效IP侦听”的策略,动态侦听该参数配置的IP。若存在非法IP(如本机未配置此IP、无效的IP值、该IP已被侦听等)时,内核侦听IP失败,此时会出现listen\_addresses设置值和实际侦听IP的状况不匹配。
+> - 若通过gs\_guc reload方式设置参数值,且参数值中均为非法IP时,侦听新IP失败,同时会取消全部旧IP的侦听。若参数为空时,直接拦截而保持旧IP侦听。
+> - 若在进程启动参数中配置listen\_addresses后,该参数将强制指定为设置值而不会被reload修改。
+> - 若设置新参数值和已设置旧参数值相同时,将不再进行侦听动作。故设置listen\_addresses参数值且列表中某非法IP时,内核侦听此IP失败;待IP变为合法后,再次设置相同参数值,由于前后两次参数值相同,则不会侦听此IP。此时需通过gs\_guc reload方式将此IP从参数值中去除,并再次设置添加该IP,才会成功侦听。
+> - 通过gs\_guc reload方式刷新该参数后,若不再侦听某IP后,需再执行gs\_validate\_ext\_listen\_ip函数进行清理连接操作,具体入参及执行详见该函数说明。
+> - 禁止gs\_guc工具通过"-N all"方式reload刷新所有DN的listen\_addresses参数值,仅允许单DN设置。
+> - 动态修改listen\_addresses属于高危操作,若配置有误可能导致数据库无法接受新连接,进而影响业务,请谨慎操作。
+
## local\_bind\_address
**参数说明:**声明当前节点连接openGauss其他节点绑定的本地IP地址。
@@ -44,13 +54,13 @@
该参数属于POSTMASTER类型参数,请参考[表1](重设参数.md#zh-cn_topic_0237121562_zh-cn_topic_0059777490_t91a6f212010f4503b24d7943aed6d846)中对应设置方法进行设置。
-> **说明:**
+> **说明:**
>
>该参数由安装时的配置文件指定,请勿轻易修改,否则修改后会影响数据库正常通信。
**取值范围:**整型,1~65535
-> **说明:**
+> **说明:**
>- 设置端口号时,请设置一个未被占用的端口号。设置多个实例的端口号,不可冲突。
@@ -67,7 +77,7 @@
该参数属于POSTMASTER类型参数,请参考[表1](重设参数.md#zh-cn_topic_0237121562_zh-cn_topic_0059777490_t91a6f212010f4503b24d7943aed6d846)中对应设置方法进行设置。
-**取值范围:**整型。最小值为10(要大于max\_wal\_senders),理论最大值为262143,实际最大值为动态值,计算公式为“262143 - job\_queue\_processes - autovacuum\_max\_workers - AUXILIARY\_BACKENDS - AV\_LAUNCHER\_PROCS - max\_inner\_tool\_connections”。[job\_queue\_processes](其它选项.md#zh-cn_topic_0283137574_zh-cn_topic_0237124754_zh-cn_topic_0059778487_section10342177134137)、[autovacuum\_max\_workers](自动清理.md#zh-cn_topic_0283137694_zh-cn_topic_0237124730_zh-cn_topic_0059778244_s76932f79410248ba8923017d19982673)和[max\_inner\_tool\_connections](#zh-cn_topic_0283136886_section132711513143211)的值取决于对应GUC参数的设置。AUXILIARY\_BACKENDS为预留辅助线程数,固定为20。AV\_LAUNCHER\_PROCS为预留autovacuum的lancher线程数,固定为2。
+**取值范围:**整型。最小值为10(要大于max\_wal\_senders),理论最大值为262143,实际最大值为动态值,计算公式为“262143 - job\_queue\_processes - autovacuum\_max\_workers - AUXILIARY\_BACKENDS - AV\_LAUNCHER\_PROCS - max\_inner\_tool\_connections”。[job\_queue\_processes](定时任务.md#zh-cn_topic_0283137574_zh-cn_topic_0237124754_zh-cn_topic_0059778487_section10342177134137)、[autovacuum\_max\_workers](自动清理.md#zh-cn_topic_0283137694_zh-cn_topic_0237124730_zh-cn_topic_0059778244_s76932f79410248ba8923017d19982673)和[max\_inner\_tool\_connections](#zh-cn_topic_0283136886_section132711513143211)的值取决于对应GUC参数的设置。AUXILIARY\_BACKENDS为预留辅助线程数,固定为20。AV\_LAUNCHER\_PROCS为预留autovacuum的lancher线程数,固定为2。
**默认值:**
@@ -83,7 +93,7 @@
- 若配置max\_connections过大,超过计算公式所描述的最大动态值,会出现节点拉起失败问题,报错提示“invalid value for parameter "max\_connections"”。
- 若未按照对外出口规格配置仅调大max\_connections参数值,未同比例调整内存参数。业务压力大时,容易出现内存不足,报错提示“memory is temporarily unavailable”。
-> **说明:**
+> **说明:**
>- 对于管理员用户的连接数限制会略超过max\_connections设置,目的是为了让管理员在链接被普通用户占满后仍可以连接上数据库,再超过一定范围(sysadmin\_reserved\_connections参数)后才会报错。即管理员用户的最大连接数等于max\_connections + sysadmin\_reserved\_connections。
@@ -153,7 +163,7 @@ Unix域套接字使用普通的Unix文件系统权限集。这个参数的值应
**默认值:**0777
-> **说明:**
+> **说明:**
>在Linux中,文档具有十个属性,其中第一个属性为文档类型,后面九个为权限属性,分别为Owner、Group及Others这三个组别的read、write、execute属性。
>文档的权限属性分别简写为r、w、x,这九个属性三个为一组,也可以使用数字来表示文档的权限,对照表如下:
@@ -200,7 +210,7 @@ Unix域套接字使用普通的Unix文件系统权限集。这个参数的值应
**默认值:**空字符串
-> **说明:**
+> **说明:**
>- 空字符串,表示当前连接数据库的驱动不支持自动设置connection\_info参数或应用程序未设置。
@@ -223,7 +233,7 @@ Unix域套接字使用普通的Unix文件系统权限集。这个参数的值应
**默认值:**off
-> **说明:**
+> **说明:**
>
>- opengauss-server从3.1.0版本后支持多数据库网络协议功能,默认为opengauss数据库协议。
>- 当加载了dolphin插件,并且开启了此参数后,可以通过mysql数据库协议访问opengauss中B兼容类型的数据库。
@@ -239,7 +249,7 @@ Unix域套接字使用普通的Unix文件系统权限集。这个参数的值应
**默认值:**3308
-> **说明:**
+> **说明:**
>
>- 当加载了dophin插件,并且开启了dolphin数据库协议后,可以使用此功能。
>- 设置端口号时,请设置一个未被占用的端口号,不能同opengauss数据库协议的端口号冲突。
diff --git "a/content/zh/docs/DatabaseReference/\351\200\232\344\277\241\345\272\223\345\217\202\346\225\260.md" "b/content/zh/docs/DatabaseReference/\351\200\232\344\277\241\345\272\223\345\217\202\346\225\260.md"
new file mode 100644
index 0000000000000000000000000000000000000000..8db7345299dbd3c28b9d09392f16692bb113e09e
--- /dev/null
+++ "b/content/zh/docs/DatabaseReference/\351\200\232\344\277\241\345\272\223\345\217\202\346\225\260.md"
@@ -0,0 +1,227 @@
+# 通信库参数
+
+本节介绍通信库相关的参数设置及取值范围等内容。
+
+## tcp\_keepalives\_idle
+
+**参数说明:**在支持TCP\_KEEPIDLE套接字选项的系统上,设置发送活跃信号的间隔秒数。不设置发送保持活跃信号,连接就会处于闲置状态。
+
+该参数属于USERSET类型参数,请参考[表1](重设参数.md#zh-cn_topic_0237121562_zh-cn_topic_0059777490_t91a6f212010f4503b24d7943aed6d846)中对应设置方法进行设置。
+
+> **须知:**
+>
+>- 如果操作系统不支持TCP\_KEEPIDLE选项,这个参数的值必须为0。
+>
+>- 在通过Unix域套接字进行的连接的操作系统上,这个参数将被忽略。
+>
+>- 将该值设置为0时,将使用系统的值。
+>
+>- 该参数在不同的**会话之间不共享**,也就是说不同的会话连接可能有不同的值。
+>
+>- 查看该参数时查出来的是**当前会话连接内的参数值**,而不是**guc副本的值**。
+
+**取值范围:**0-3600,单位为s。
+
+**默认值:**0
+
+## tcp\_keepalives\_interval
+
+**参数说明:**在支持TCP\_KEEPINTVL套接字选项的操作系统上,以秒数声明在重新传输之间等待响应的时间。
+
+该参数属于USERSET类型参数,请参考[表1](重设参数.md#zh-cn_topic_0237121562_zh-cn_topic_0059777490_t91a6f212010f4503b24d7943aed6d846)中对应设置方法进行设置。
+
+**取值范围:**0-180,单位为s。
+
+**默认值:**0
+
+> **须知:**
+>
+>- 如果操作系统不支持TCP\_KEEPINTVL选项,这个参数的值必须为0。
+>
+>- 在通过Unix域套接字进行的连接的操作系统上,这个参数将被忽略。
+>
+>- 将该值设置为0时,将使用系统的值。
+>
+>- 该参数在不同的**会话之间不共享**,也就是说不同的会话连接可能有不同的值。
+>
+>- 查看该参数时查出来的是**当前会话连接内的参数值**,而不是**guc副本的值**。
+
+## tcp\_keepalives\_count
+
+**参数说明:**在支持TCP\_KEEPCNT套接字选项的操作系统上,设置openGauss服务端在断开与客户端连接之前可以等待的保持活跃信号个数。
+
+该参数属于USERSET类型参数,请参考[表1](重设参数.md#zh-cn_topic_0237121562_zh-cn_topic_0059777490_t91a6f212010f4503b24d7943aed6d846)中对应设置方法进行设置。
+
+> **须知:**
+>
+>- 如果操作系统不支持TCP\_KEEPCNT选项,这个参数的值必须为0。
+>
+>- 在通过Unix域套接字进行连接的操作系统上,这个参数将被忽略。
+>
+>- 将该值设置为0时,将使用系统的值。
+>
+>- 该参数在不同的**会话之间不共享**,也就是说不同的会话连接可能有不同的值。
+>
+>- 查看该参数时查出来的是**当前会话连接内的参数值**,而不是**guc副本的值**。
+
+**取值范围:**0-100,其中0表示openGauss未收到客户端反馈的保持活跃信号则立即断开连接。
+
+**默认值:**0
+
+## tcp\_user\_timeout
+
+**参数说明:**在支持TCP\_USER\_TIMEOUT套接字选项的操作系统上,设置GaussDB KernelopenGauss在发送数据时,指定传输的数据在TCP连接被强制关闭之前可以保持未确认状态的最大时长。
+
+该参数属于SIGHUP类型参数,请参考[表1](重设参数.md#zh-cn_topic_0283137176_zh-cn_topic_0237121562_zh-cn_topic_0059777490_t91a6f212010f4503b24d7943aed6d846)中对应设置方法进行设置。
+
+> **须知:**
+>
+>- 如果操作系统不支持TCP\_USER\_TIMEOUT选项,这个参数的值将不生效,默认为0。
+>- 在通过Unix域套接字进行连接的操作系统上,这个参数将被忽略。
+
+**取值范围:**0-3600000,单位为ms。其中0表示跟随操作系统设置。
+
+**默认值:**0
+
+注意,不同操作系统内核下,这个参数生效结果将不同:
+
+- aarch64 EulerOS(Linux内核版本:4.19),超时时间即为该参数设置值。
+
+- x86 Euler2.5(Linux内核版本:3.10),超时时间不是该参数设置值,而是不同区间的最大值,即超时时间取值为:tcp\_user\_timeout设置值所处“Linux TCP重传总耗时”区间的上限最大值。例如:tcp\_user\_timeout=40000时,重传总耗时为51秒。
+
+ **表 1** x86 Euler2.5(Linux内核版本:3.10)tcp\_user\_timeout参数取值示意
+
+ Linux TCP重传次数
+ |
+ Linux TCP重传总耗时区间(秒)
+ |
+ tcp_user_timeout设置举例(毫秒)
+ |
+ 实际Linux TCP重传总耗时(秒)
+ |
+
+
+ 1
+ |
+ (0.2,0.6]
+ |
+ 400
+ |
+ 0.6
+ |
+
+ 2
+ |
+ (0.6,1.4]
+ |
+ 1000
+ |
+ 1.4
+ |
+
+ 3
+ |
+ (1.4,3]
+ |
+ 2000
+ |
+ 3
+ |
+
+ 4
+ |
+ (3,6.2]
+ |
+ 4000
+ |
+ 6.2
+ |
+
+ 5
+ |
+ (6.2,12.6]
+ |
+ 10000
+ |
+ 12.6
+ |
+
+ 6
+ |
+ (12.6,25.4]
+ |
+ 20000
+ |
+ 25.4
+ |
+
+ 7
+ |
+ (25.4,51]
+ |
+ 40000
+ |
+ 51
+ |
+
+ 8
+ |
+ (51,102.2]
+ |
+ 80000
+ |
+ 102.2
+ |
+
+ 9
+ |
+ (102.2,204.6]
+ |
+ 150000
+ |
+ 204.6
+ |
+
+ 10
+ |
+ (204.6,324.6]
+ |
+ 260000
+ |
+ 324.6
+ |
+
+ 11
+ |
+ (324.6,444.6]
+ |
+ 400000
+ |
+ 444.6
+ |
+
+
+
+
+注:TCP每次重传耗时随重传次数指数增加,当TCP一次重传到达120秒后,后续每次重传都将耗时120秒不再变化。
+
+## comm\_proxy\_attr
+
+**参数说明:**通信代理库相关参数配置。
+
+> **说明:**
+- 该参数仅支持欧拉2.9系统下的集中式ARM单机。
+>- 本功能在线程池开启状态下生效,即enable\_thread\_pool为on。
+>- 配置该参数时需同步配置GUC参数local\_bind\_address为libos\_kni的网卡IP。
+>- 参数模板:comm\_proxy\_attr = '\{enable\_libnet:true, enable\_dfx:false, numa\_num:4, numa\_bind:\[\[30,31\],\[62,63\],\[94,95\],\[126,127\]\]\}'
+>- 可配置参数说明。
+> - enable\_libnet:是否开启用户态协议,取值范围:true、false。
+> - enable\_dfx:是否开启通信代理库视图,取值范围:true、false。
+> - numa\_num:机器环境中numa的数量,支持2P、4P服务器,取值范围:4、8。
+> - numa\_bind:代理线程绑核参数,每个numa两个CPU绑核,共numa\_num组,取值范围:\[0,cpu数-1\]。
+
+该参数属于POSTMASTER类型参数,请参考[表1](重设参数.md#zh-cn_topic_0237121562_zh-cn_topic_0059777490_t91a6f212010f4503b24d7943aed6d846)中对应设置方法进行设置。
+
+**取值范围**:字符串,长度大于0。
+
+**默认值:**'none'
\ No newline at end of file
diff --git "a/content/zh/docs/DataBaseReference/\351\200\232\344\277\241\347\237\251\351\230\265.md" "b/content/zh/docs/DatabaseReference/\351\200\232\344\277\241\347\237\251\351\230\265.md"
similarity index 99%
rename from "content/zh/docs/DataBaseReference/\351\200\232\344\277\241\347\237\251\351\230\265.md"
rename to "content/zh/docs/DatabaseReference/\351\200\232\344\277\241\347\237\251\351\230\265.md"
index e56471c6c43aa38ad3eaa04e17536d51221cbd69..255195ee35482c44d816c293b585c06c219c01ed 100644
--- "a/content/zh/docs/DataBaseReference/\351\200\232\344\277\241\347\237\251\351\230\265.md"
+++ "b/content/zh/docs/DatabaseReference/\351\200\232\344\277\241\347\237\251\351\230\265.md"
@@ -1,4 +1,4 @@
-# 通信矩阵
+# 通信矩阵
**表 1** 通信矩阵
diff --git "a/content/zh/docs/DataBaseReference/\351\205\215\347\275\256\350\277\220\350\241\214\345\217\202\346\225\260.md" "b/content/zh/docs/DatabaseReference/\351\205\215\347\275\256\350\277\220\350\241\214\345\217\202\346\225\260.md"
similarity index 65%
rename from "content/zh/docs/DataBaseReference/\351\205\215\347\275\256\350\277\220\350\241\214\345\217\202\346\225\260.md"
rename to "content/zh/docs/DatabaseReference/\351\205\215\347\275\256\350\277\220\350\241\214\345\217\202\346\225\260.md"
index 716c25f77019581080b78f358dc9e7573eaf3e44..e5f011af0bfd960ca15406a0381ef5fec2490c67 100644
--- "a/content/zh/docs/DataBaseReference/\351\205\215\347\275\256\350\277\220\350\241\214\345\217\202\346\225\260.md"
+++ "b/content/zh/docs/DatabaseReference/\351\205\215\347\275\256\350\277\220\350\241\214\345\217\202\346\225\260.md"
@@ -1,4 +1,4 @@
-# 配置运行参数
+# 配置运行参数
- **[查看参数当前取值](查看参数当前取值.md)**
diff --git "a/content/zh/docs/DataBaseReference/\351\207\215\350\256\276\345\217\202\346\225\260.md" "b/content/zh/docs/DatabaseReference/\351\207\215\350\256\276\345\217\202\346\225\260.md"
similarity index 99%
rename from "content/zh/docs/DataBaseReference/\351\207\215\350\256\276\345\217\202\346\225\260.md"
rename to "content/zh/docs/DatabaseReference/\351\207\215\350\256\276\345\217\202\346\225\260.md"
index 33e98da1f9b1f5741a72cc0c786fb862f1b47b24..074263a98fe76fa0489f8979a04f7c5c04382f65 100644
--- "a/content/zh/docs/DataBaseReference/\351\207\215\350\256\276\345\217\202\346\225\260.md"
+++ "b/content/zh/docs/DatabaseReference/\351\207\215\350\256\276\345\217\202\346\225\260.md"
@@ -1,4 +1,4 @@
-# 重设参数
+# 重设参数
## 背景信息
@@ -133,7 +133,7 @@ openGauss提供了四种方式来修改GUC参数,具体操作请参考[表2](#
|