From 15b4a66c27d8e32400dcbe2ea7074c05e8a81a60 Mon Sep 17 00:00:00 2001 From: Freyaqqianjin Date: Fri, 31 Mar 2023 01:55:16 +0000 Subject: [PATCH 01/75] =?UTF-8?q?fixed=201a9ce83=20from=20https://gitee.co?= =?UTF-8?q?m/yanzi2021/docs/pulls/4786=20update=20content/en/menu/index.md?= =?UTF-8?q?.=20=E4=BF=AE=E6=94=B9=E7=BC=A9=E8=BF=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Freyaqqianjin --- content/en/menu/index.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/content/en/menu/index.md b/content/en/menu/index.md index 5f1951c32..cd4f863c7 100644 --- a/content/en/menu/index.md +++ b/content/en/menu/index.md @@ -25,7 +25,7 @@ headless: true - [Basic Features]({{< relref "./docs/AboutopenGauss/basic-features.md" >}}) - [Enhanced Features]({{< relref "./docs/AboutopenGauss/enhanced-features.md" >}}) - [Characteristic Description]({{< relref "./docs/AboutopenGauss/CharacteristicDescription.md" >}}) - - [High Performance]({{< relref "./docs/AboutopenGauss/high-performance.md" >}}) + - [High Performance]({{< relref "./docs/AboutopenGauss/high-performance.md" >}}) - [CBO Optimizer]({{< relref "./docs/AboutopenGauss/cbo-optimizer.md" >}}) - [LLVM]({{< relref "./docs/AboutopenGauss/llvm.md" >}}) - [Vectorized Engine]({{< relref "./docs/AboutopenGauss/vectorized-engine.md" >}}) @@ -60,13 +60,13 @@ headless: true - [Primary/Standby Shared Storage]({{< relref "./docs/AboutopenGauss/primary-standby-shared-storage.md" >}}) - [Maintainability]({{< relref "./docs/AboutopenGauss/maintainability.md" >}}) - [Gray Upgrade]({{< relref "./docs/AboutopenGauss/gray-upgrade.md" >}}) - - [Rolling Upgrade]({{< relref "./docs/AboutopenGauss/rolling-upgrade.md" >}}) + - [Rolling Upgrade]({{< relref "./docs/AboutopenGauss/rolling-upgrade.md" >}}) - [Workload Diagnosis Report \(WDR\)]({{< relref "./docs/AboutopenGauss/workload-diagnosis-report-wdr.md" >}}) - [Slow SQL Diagnosis]({{< relref "./docs/AboutopenGauss/slow-sql-diagnosis.md" >}}) - [Session Performance Diagnosis]({{< relref "./docs/AboutopenGauss/session-performance-diagnosis.md" >}}) - [System KPI-aided Diagnosis]({{< relref "./docs/AboutopenGauss/system-kpi-aided-diagnosis.md" >}}) - - [Built-in Stack Tool]({{< relref "./docs/AboutopenGauss/built-in-stack-tool.md" >}}) - - [SQL PATCH]({{< relref "./docs/AboutopenGauss/sql-patch.md" >}}) + - [Built-in Stack Tool]({{< relref "./docs/AboutopenGauss/built-in-stack-tool.md" >}}) + - [SQL PATCH]({{< relref "./docs/AboutopenGauss/sql-patch.md" >}}) - [Database Security]({{< relref "./docs/AboutopenGauss/database-security.md" >}}) - [Access Control Model]({{< relref "./docs/AboutopenGauss/access-control-model.md" >}}) - [Separation of Control and Access Permissions]({{< relref "./docs/AboutopenGauss/separation-of-control-and-access-permissions.md" >}}) @@ -124,7 +124,7 @@ headless: true - [Distributed Database Capability]({{< relref "./docs/AboutopenGauss/distributed-database-capability.md" >}}) - [Deploying a Distributed Database Using Kubernetes]({{< relref "./docs/AboutopenGauss/deploying-a-distributed-database-using-kubernetes.md" >}}) - [Distributed Analysis Capabilities]({{< relref "./docs/AboutopenGauss/distributed-analysis-capabilities.md" >}}) - - [Workload Management]({{< relref "./docs/AboutopenGauss/workload-management.md" >}}) + - [Workload Management]({{< relref "./docs/AboutopenGauss/workload-management.md" >}}) - [High-Latency Escape at the Infrastructure Layer]({{< relref "./docs/AboutopenGauss/high-latency-escape-at-the-infrastructure-layer.md" >}}) - [Technical White Paper]({{< relref "./docs/TechnicalWhitePaper/Technicalwhitepaper.md" >}}) - [Product Positioning]({{< relref "./docs/TechnicalWhitePaper/product-positioning.md" >}}) -- Gitee From f9773fc7910a4a8ecd46bdcb0a6ed5cb0cbf2043 Mon Sep 17 00:00:00 2001 From: Freyaqqianjin Date: Fri, 31 Mar 2023 01:42:23 +0000 Subject: [PATCH 02/75] =?UTF-8?q?fixed=206d4c6ff=20from=20https://gitee.co?= =?UTF-8?q?m/yanzi2021/docs/pulls/4786=20update=20content/en/docs/Aboutope?= =?UTF-8?q?nGauss/operating-environment.md.=20=E4=BF=AE=E6=94=B9Arm?= =?UTF-8?q?=E5=A4=A7=E5=B0=8F=E5=86=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Freyaqqianjin --- content/en/docs/AboutopenGauss/operating-environment.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/AboutopenGauss/operating-environment.md b/content/en/docs/AboutopenGauss/operating-environment.md index c942e673c..d2e508b2f 100644 --- a/content/en/docs/AboutopenGauss/operating-environment.md +++ b/content/en/docs/AboutopenGauss/operating-environment.md @@ -4,13 +4,13 @@ openGauss supports: -- ARM server and x86\_64-based universal PC server +- Arm server and x86\_64-based universal PC server - SATA, SAS, and SSD local storage - 1-gigabit and 10-gigabit Ethernet ## Supported OSs -- ARM: +- Arm: - openEuler 20.03LTS \(recommended\) - openEuler 22.03LTS - Kirin V10 -- Gitee From 01c6b999be3c0ea14d6be43bf61f836e544ea5e0 Mon Sep 17 00:00:00 2001 From: Freyaqqianjin Date: Fri, 31 Mar 2023 01:40:24 +0000 Subject: [PATCH 03/75] fixed 0c4f5ad from https://gitee.com/yanzi2021/docs/pulls/4786 update content/en/docs/Releasenotes/resolved-issues.md. Signed-off-by: Freyaqqianjin --- content/en/docs/Releasenotes/resolved-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/Releasenotes/resolved-issues.md b/content/en/docs/Releasenotes/resolved-issues.md index 394088c4f..29c0df051 100644 --- a/content/en/docs/Releasenotes/resolved-issues.md +++ b/content/en/docs/Releasenotes/resolved-issues.md @@ -1,3 +1,3 @@ # Resolved Issues -This is the ninth release of openGauss. It does not involve any CVEs. +This is the tenth release of openGauss. It does not involve any CVEs. -- Gitee From 5d58a29bd960bb821eb353115ae829c52a2b794d Mon Sep 17 00:00:00 2001 From: Freyaqqianjin Date: Fri, 31 Mar 2023 01:39:44 +0000 Subject: [PATCH 04/75] =?UTF-8?q?fixed=20ea54a1c=20from=20https://gitee.co?= =?UTF-8?q?m/yanzi2021/docs/pulls/4786=20update=20content/en/docs/Releasen?= =?UTF-8?q?otes/common-vulnerabilities-and-exposures-(cves).md.=20?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=89=88=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Freyaqqianjin --- .../Releasenotes/common-vulnerabilities-and-exposures-(cves).md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/Releasenotes/common-vulnerabilities-and-exposures-(cves).md b/content/en/docs/Releasenotes/common-vulnerabilities-and-exposures-(cves).md index 3e2c6a688..6f493fd33 100644 --- a/content/en/docs/Releasenotes/common-vulnerabilities-and-exposures-(cves).md +++ b/content/en/docs/Releasenotes/common-vulnerabilities-and-exposures-(cves).md @@ -1,3 +1,3 @@ # Common Vulnerabilities and Exposures \(CVEs\) -This is the ninth release of openGauss. It does not involve any common vulnerabilities and exposures \(CVEs\). +This is the tenth release of openGauss. It does not involve any common vulnerabilities and exposures \(CVEs\). -- Gitee From c108166940d604c2b48bf524bd9e725f453e5060 Mon Sep 17 00:00:00 2001 From: Freyaqqianjin Date: Fri, 31 Mar 2023 01:37:22 +0000 Subject: [PATCH 05/75] =?UTF-8?q?fixed=205bcd024=20from=20https://gitee.co?= =?UTF-8?q?m/yanzi2021/docs/pulls/4786=20update=20content/en/docs/Releasen?= =?UTF-8?q?otes/Releasenotes.md.=20=E4=BF=AE=E6=94=B9=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Freyaqqianjin --- content/en/docs/Releasenotes/Releasenotes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/Releasenotes/Releasenotes.md b/content/en/docs/Releasenotes/Releasenotes.md index 3ae564367..ec7325803 100644 --- a/content/en/docs/Releasenotes/Releasenotes.md +++ b/content/en/docs/Releasenotes/Releasenotes.md @@ -1,3 +1,3 @@ # Release Notes -This document describes the release notes of openGauss 3.1.0. +This document describes the release notes of openGauss 5.0.0. -- Gitee From 5e0cea67226a0da7e96a4adc84fb0d09ea52f03d Mon Sep 17 00:00:00 2001 From: liyang0608 <264327807@qq.com> Date: Fri, 31 Mar 2023 10:09:24 +0800 Subject: [PATCH 06/75] fixed af5c94c from https://gitee.com/liyang0608/docs/pulls/4788 fix bugs --- ...57\345\242\203\351\203\250\347\275\262.md" | 62 +++++++++++-------- 1 file changed, 35 insertions(+), 27 deletions(-) diff --git "a/content/zh/docs/DatabaseAdministrationGuide/\350\265\204\346\272\220\346\261\240\345\214\226\345\274\200\345\217\221\350\200\205\347\216\257\345\242\203\351\203\250\347\275\262.md" "b/content/zh/docs/DatabaseAdministrationGuide/\350\265\204\346\272\220\346\261\240\345\214\226\345\274\200\345\217\221\350\200\205\347\216\257\345\242\203\351\203\250\347\275\262.md" index 0b88f38f5..2d296a505 100644 --- "a/content/zh/docs/DatabaseAdministrationGuide/\350\265\204\346\272\220\346\261\240\345\214\226\345\274\200\345\217\221\350\200\205\347\216\257\345\242\203\351\203\250\347\275\262.md" +++ "b/content/zh/docs/DatabaseAdministrationGuide/\350\265\204\346\272\220\346\261\240\345\214\226\345\274\200\345\217\221\350\200\205\347\216\257\345\242\203\351\203\250\347\275\262.md" @@ -30,12 +30,11 @@ openGauss资源池化是openGauss推出的一种新型的集群架构.通过DMS - 已经自行使用编译方式编译出了openGauss带资源池化代码的debug版本的安装包, 可以通过确认生成的bin目录下是否有dssserver, dsscmd, lib目录下是否有libdms.so, libdssapi.so , libdssaio.so, 来判断,同时要保证编译openGauss时使用的是测试版本的DSS组件和DMS组件,详细参考下面的步骤。 ## 独立编译安装指南 -- - >![](public_sys-resources/icon-caution.gif) **注意:** - > - > 以下部署操作请勿用于生产环境 +>![](public_sys-resources/icon-caution.gif) **注意:** +> +> 以下部署操作请勿用于生产环境 -- >![](public_sys-resources/icon-note.gif) **说明:** + >![](public_sys-resources/icon-note.gif) **说明:** > - openGauss必须用Debug模式编译,不能使用Release模式,DMS和DSS组件需要使用测试版本。 > - 手动编译安装的方式中,没有包含CM和OM组件,而正式的使用环境中DSS组件和DMS组件对CM有依赖,所以在编译openGauss之前需要先用测试的模式分别编译DSS和DMS组件,参考下面的编译方式说明。 @@ -148,10 +147,9 @@ export DSS_HOME=/home/test/dss/dss0/dssdba ```shell data:/home/test/dss/dev/dss-dba ``` -- - >![](public_sys-resources/icon-caution.gif) **注意:** - > - > 一台服务器上建多个dn(数据库)节点, ip是相同的, 服务使用的端口号不同。 +> ![](public_sys-resources/icon-caution.gif) **注意:** +> +> 一台服务器上建多个dn(数据库)节点, ip是相同的, 服务使用的端口号不同。 7. 创建存放数据库数据的数据卷, 启动dssserver服务。 @@ -168,10 +166,9 @@ export DSS_HOME=/home/test/dss/dss0/dssdba dsscmd lsvg -U UDS:/home/test/dss/dss0/.dss_unix_d_socket dsscmd ls -m M -p +data -U UDS:/home/test/dss/dss0/.dss_unix_d_socket ``` -- - >![](public_sys-resources/icon-caution.gif) **注意:** - > - > dss不支持启动后修改卷组配置,如涉及修改请重新执行上述步骤。 +> ![](public_sys-resources/icon-caution.gif) **注意:** +> +> dss不支持启动后修改卷组配置,如涉及修改请重新执行上述步骤。 8. 依次执行每个节点的gs_initdb操作。 @@ -225,17 +222,28 @@ sed '91 ahost all all 0.0.0.0/0 sha256' -i /home/tes ``` ## 部分补充说明 -- >![](public_sys-resources/icon-note.gif) **说明:** - > - >- ss_log_level参数用于控制日志中打印DMS和DSS相关的日志, 日志目录在pg_log/DMS里面。 - >- 17102和18102是dssserver要用的端口。 - >- 1613和1614是dms通信要用的端口。 - >- 12210和13210是openGauss数据库提供服务需要用的端口。 - >- dssserver配置中INST_ID不能有冲突, 比如多个dssserver配置成相同的ID。 - >- 该方式搭建出来的环境不支持高可用, 不能测试倒换和failover。 - >- 如果启动时报错,提示如“dms library version is not matched”等报错,表示DMS/DSS组件版本号错误,请参考编译步骤重新编译。 - >- 非CM环境下,限制了0节点为主节点,因此需要确保initdb阶段0节点创建成功。 - >- 如果安装过程出现报错,再次initdb时候可能会提示目录不为空。此时需要清理文件系统及DSS中的残留文件。文件系统可以通过rm命令直接删除node文件夹,DSS中可以对模拟的块设备文件头部写0(DSS将元数据信息记录在头部),清理完成后重新从第7步开始执行,清理命令参考如下 - > - > rm -rf /home/test/data/node1 /home/test/data/node2 - > dd if=/dev/zero of=/home/test/dss/dev/dss-dba bs=2M count=10 conv=notrunc >/dev/null 2>&1 + ++ ss_log_level参数用于控制日志中打印DMS和DSS相关的日志, 日志目录在pg_log/DMS里面。 + + - 17102和18102是dssserver要用的端口。 + + - 1613和1614是dms通信要用的端口。 + + - 12210和13210是openGauss数据库提供服务需要用的端口。 + + - dssserver配置中INST_ID不能有冲突, 比如多个dssserver配置成相同的ID。 + + - 该方式搭建出来的环境不支持高可用, 不能测试倒换和failover。 + + - 如果启动时报错,提示如“dms library version is not matched”等报错,表示DMS/DSS组件版本号错误,请参考编译步骤重新编译。 + + - 非CM环境下,限制了0节点为主节点,因此需要确保initdb阶段0节点创建成功。 + + - 如果安装过程出现报错,再次initdb时候可能会提示目录不为空。此时需要清理文件系统及DSS中的残留文件。文件系统可以通过rm命令直接删除node文件夹,DSS中可以对模拟的块设备文件头部写0(DSS将元数据信息记录在头部),清理完成后重新从第7步开始执行,清理命令参考如下: + + ``` + rm -rf /home/test/data/node1 /home/test/data/node2 + dd if=/dev/zero of=/home/test/dss/dev/dss-dba bs=2M count=10 conv=notrunc >/dev/null 2>&1 + ``` + + -- Gitee From db2f1dc4d5b0efcca99cd955134d104569e18894 Mon Sep 17 00:00:00 2001 From: liu-tong-8848 Date: Fri, 31 Mar 2023 11:59:29 +0800 Subject: [PATCH 07/75] =?UTF-8?q?fixed=20e62b370=20from=20https://gitee.co?= =?UTF-8?q?m/liu-tong-8848/docs/pulls/4796=20=E6=B7=BB=E5=8A=A0=E6=96=87?= =?UTF-8?q?=E6=A1=A3=E7=BA=A6=E6=9D=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...7\201\347\247\273\345\267\245\345\205\267gs_rep_portal.md" | 2 ++ ...70\200\351\224\256\345\274\217\350\277\201\347\247\273.md" | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git "a/content/zh/docs/AboutopenGauss/MySQL\344\270\200\351\224\256\345\274\217\350\277\201\347\247\273\345\267\245\345\205\267gs_rep_portal.md" "b/content/zh/docs/AboutopenGauss/MySQL\344\270\200\351\224\256\345\274\217\350\277\201\347\247\273\345\267\245\345\205\267gs_rep_portal.md" index d1122a388..7aabfc22e 100644 --- "a/content/zh/docs/AboutopenGauss/MySQL\344\270\200\351\224\256\345\274\217\350\277\201\347\247\273\345\267\245\345\205\267gs_rep_portal.md" +++ "b/content/zh/docs/AboutopenGauss/MySQL\344\270\200\351\224\256\345\274\217\350\277\201\347\247\273\345\267\245\345\205\267gs_rep_portal.md" @@ -26,6 +26,8 @@ gs_rep_portal是一个用Java编写的,在linux系统上运行的,集成了 - 同一个迁移计划的增量迁移和反向迁移不会同时开启,如果一个计划中包含了增量迁移和反向迁移,那么需要用户手动停止增量迁移,启动反向迁移。当用户启动反向迁移之后,无法再启动增量迁移。 +- 用户在停止增量迁移之后到启动反向迁移之前,禁止向openGauss进行作业,否则会导致这之间的数据丢失。 + - portal使用的workspace.id只能为小写字母与数字的组合。 - portal在启动多个计划时,需要保证MySQL数据库实例各不相同,openGauss端数据库各不相同,且同一个MySQL数据库实例和openGauss端数据库的增量迁移和反向迁移不能同时开启。 diff --git "a/content/zh/docs/DataMigrationGuide/MySQL\344\270\200\351\224\256\345\274\217\350\277\201\347\247\273.md" "b/content/zh/docs/DataMigrationGuide/MySQL\344\270\200\351\224\256\345\274\217\350\277\201\347\247\273.md" index 5716b2450..0ac5a0d39 100644 --- "a/content/zh/docs/DataMigrationGuide/MySQL\344\270\200\351\224\256\345\274\217\350\277\201\347\247\273.md" +++ "b/content/zh/docs/DataMigrationGuide/MySQL\344\270\200\351\224\256\345\274\217\350\277\201\347\247\273.md" @@ -10,6 +10,8 @@ gs_rep_portal是一个用Java编写的,在linux系统上运行的,集成了 - 同一个迁移计划的增量迁移和反向迁移不会同时开启,如果一个计划中包含了增量迁移和反向迁移,那么需要用户手动停止增量迁移,启动反向迁移。当用户启动反向迁移之后,无法再启动增量迁移。 +- 用户在停止增量迁移之后到启动反向迁移之前,禁止向openGauss进行作业,否则会导致这之间的数据丢失。 + - portal使用的workspace.id只能为小写字母与数字的组合。 - portal在启动多个计划时,需要保证MySQL数据库实例各不相同,openGauss端数据库各不相同,且同一个MySQL数据库实例和openGauss端数据库的增量迁移和反向迁移不能同时开启。 @@ -340,7 +342,7 @@ sh gs_rep_portal.sh start_plan1 2 & 增量迁移功能是持续将MySQL端的数据修改同步到openGauss端的功能,而反向迁移功能是持续将openGauss端的数据修改同步到MySQL端的功能,所以二者均不会自动关闭。如果用户想要停止增量迁移功能,需要另开窗口输入指令停止增量迁移功能,反向迁移功能同理。 -并且需要注意的是:增量迁移和反向迁移不能同时开启,如果一个计划中包含了增量迁移和反向迁移,那么需要用户手动停止增量迁移,启动反向迁移。 +并且需要注意的是:增量迁移和反向迁移不能同时开启,如果一个计划中包含了增量迁移和反向迁移,那么需要用户手动停止增量迁移,启动反向迁移。用户在停止增量迁移之后到启动反向迁移之前,禁止向openGauss进行作业,否则会导致这之间的数据丢失。 以启动默认计划3为例: -- Gitee From fe398ff67b19bfcf3928c999f37ec5cc55edb45e Mon Sep 17 00:00:00 2001 From: Freyaqqianjin Date: Fri, 31 Mar 2023 06:28:21 +0000 Subject: [PATCH 08/75] fixed 4353e4b from https://gitee.com/freyaqqianjin/docs/pulls/4798 update content/en/docs/InstallationGuide/installation.md. Signed-off-by: Freyaqqianjin --- .../en/docs/InstallationGuide/installation.md | 149 +----------------- 1 file changed, 5 insertions(+), 144 deletions(-) diff --git a/content/en/docs/InstallationGuide/installation.md b/content/en/docs/InstallationGuide/installation.md index 4348ca77f..93b2a14df 100644 --- a/content/en/docs/InstallationGuide/installation.md +++ b/content/en/docs/InstallationGuide/installation.md @@ -1,148 +1,9 @@ -# Installation +# Installation Guide -## Prerequisites +## Overview -- A user group and a common user have been created. -- All the server OSs and networks are functioning properly. -- You must have the read, write, and execute permissions on the decompression directory, installation directory, and data directory of the database installation package. The installation directory and data directory must be empty, and the installation directory, data directory, and log directory cannot overlap. -- You have the execute permission on the downloaded openGauss Lite package. -- Before the installation, check whether the specified port is occupied. If the port is occupied, change the port or stop the process that uses the port. -- Environment variables: Ensure that *GAUSSHOME*, *GAUSSDATA*, *GAUSSLOG*, and *GAUSSENV* do not exist during new installation. If subsequent operations such as configuration and startup are performed, ensure that these environment variables are properly configured. +This document describes how to install the openGauss. ->![](public_sys-resources/icon-caution.gif) **CAUTION:** ->If the **history** command is not disabled before the installation, manually clear sensitive information in the **HISTORY** records after the installation to prevent information leakage. ->If the **history** command has been disabled before the installation, ignore this note. +## Intended Audience -## Procedure - -1. Log in to the host where the openGauss Lite is installed as a common user and decompress the Lite package to the installation directory. - - ``` - tar -zxf openGauss-Lite-3.0.0-openEuler-aarch64.tar.gz -C ~/openGauss - ``` - -2. Assume that the decompressed package is stored in the **/opt/software/openGauss** directory. Go to the directory generated after the decompression. - - ``` - cd ~/openGauss - ``` - -3. Run the **install.sh** script to install the openGauss Lite installation package. - - ``` - For standalone installation: echo password | sh ./install.sh --mode single -D ~/openGauss/data -R ~/openGauss/install --start - For primary/standby installation: - 1. On the primary node: echo password | sh ./install.sh --mode primary -D ~/openGauss/data -R ~/openGauss/install -C "replconninfo1='localhost=ip1 localport=port1 remotehost=ip2 remoteport=port2'" --start - 2. On the standby node: echo password | sh ./install.sh --mode standby -D ~/openGauss/data -R ~/openGauss/install -C "replconninfo1='localhost=ip1 localport=port1 remotehost=ip2 remoteport=port2'" --start - ``` - - >![](public_sys-resources/icon-note.gif) **NOTE:** - > - > - > - >- -**-D|--data-path**: data directory, which cannot overlap with the installation directory and must be empty. - >- -**-R|--app-path**: installation directory, which cannot overlap with the data directory. - >- -**-l|--log-path**: log directory. - >- -**-f|--guc-file**: GUC configuration file, which is used to set GUC parameters in batches. By default, it is **opengauss\_lite.conf** in the same directory as the installation script and can be specified. - >- -**-m|--mode**: node type. The value can be **primary**, **standby**, or **single** (standalone). The default value is **single**. - >- -**-n|--nodename**: instance name. The default value is **master** for the primary node, **slave** for the standby node, or **single** for a standalone system. - >- -**-P|--gsinit-parameter**: initialization parameter. For details, see "Tools Used in the System \> gs\_initdb" in *Tool Reference*. For security purposes, you are not advised to use this API to transmit passwords. You are advised to use the echo and pipe modes to transmit passwords. If the passwords set on the primary and standby nodes are different, the password set on the primary node is used. The password contains 8 to 32 characters. - >- -**C|--dn\_guc**: database configuration parameter. For details, see "Server Tools \> gs\_guc" in *Tool Reference*. - >- --**--env-sep-file**: separates the environment variable file. The environment variables required are written to this file. By default, the user's bashrc file is used. Do not transfer the directory. - >- --**--start**: indicates whether to start the cluster after the installation is complete. The cluster is not started by default. - >- --**--ulimit**: indicates whether to configure the maximum number of files. The value can be **1000000**. By default, the maximum number of files is not configured. - >- --**--cert-path**: specifies the SSL certificate path. If this parameter is transferred, the SSL parameter is set to **on** and the certificate in this path is copied to the data directory. - >- --**--ssl-client-ip**: client IP address. This parameter takes effect only when **--cert-path** is enabled. The client IP address is added to the whitelist. - >- -**-h|--help**: displays usage instructions. - > - > - > - >![](./public_sys-resources/icon-caution.gif) **Caution:** - > - > - > - >- Each step is reentrant. Therefore, if environment variables are separated, you need to specify the environment variable path for each step. - > - >- Ensure that the IP address types of the primary and standby nodes are the same. If the primary node uses an IPv6 address, the standby node must also use an IPv6 address. - > - >- If there are multiple standby nodes, you need to transfer the information about all nodes during the installation on each node. Pay attention to the information about the local node and the remote node. - > - >- If the error message "ulimit: open files: cannot modify limit: Operation not permitted" is displayed when you set **ulimit**, change the maximum number of files that can be configured by the user in **/etc/security/limits.conf** as the **root** user. - > - >- If the installation stops abnormally, check whether the installation directory and data directory meet the expected requirements. If necessary, manually clear the environment variables. - > - >- During primary/standby environment installation, if **sslmode=verify-ca** is used in **replconninfo**, the standby node cannot connect to the primary node. To solve this problem, perform the following operations: - > *${GAUSSDATA}* indicates the DN data directory. - > Example: sh install.sh -R \~/app -m primary -D \~/data -l \~/log --start -C "replconninfo1='localhost=xxx.xx.xx.x localport=xxxx remotehost=xxx.xx.xx.x remoteport=xxxx sslmode=verify-ca'" - > - > Procedure - > - > - Prepare certificates and private keys. For details about how to generate a certificate, see "Database Security Management \> Managing SSL Certificates \> Generating Certificates" in *Developer Guide*. - > Conventions for configuration file names on the server: - > - Certificate name: server.crt - > - Private key name: server.key - > - Private key password and encrypted file: server.key.cipher and server.key.rand - > Conventions for configuration file names on the client: - > - Certificate name: client.crt - > - Private key name: client.key - > - Private key password and encrypted file: client.key.cipher and client.key.rand - > - Root certificate name: cacert.pem - > - Names of files on in the revoked certificate list: sslcrl-file.crl - > - Copy the certificates to the data directory of each node. - > 1. Copy the configuration files **server.crt**, **server.key**, **server.key.cipher**, and **server.key.rand** on the server to the corresponding directories. - > 2. Copy the configuration files **client.crt**, **client.key**, **client.key.cipher**, **client.key.rand**, and **cacert.pem** (if a CRL needs to be configured, the CRL must contain **sslcrl-file.crl**) on the client to the corresponding directories. - > - (Optional) Encrypt the user password (skip this step if private keys have been generated for the certificates). - > - On the primary node: gs\_guc encrypt -M server -K *Database password* -D $\{GAUSSDATA\}/ - > - On the standby node: gs\_guc encrypt -M client -K Database password -D $\{GAUSSDATA\}/ - > *${GAUSSDATA}* indicates the data directory. - > - Configure SSL. - > ``` - > gs_guc set -D ${GAUSSDATA} -c "ssl=on" - > gs_guc set -D ${GAUSSDATA} -c "ssl_ciphers = 'ALL'" - > gs_guc set -D ${GAUSSDATA} -c "ssl_cert_file = 'server.crt'" - > gs_guc set -D ${GAUSSDATA} -c "ssl_key_file = 'server.key'" - > gs_guc set -D ${GAUSSDATA} -c "ssl_ca_file = 'cacert.pem'" - > ``` - > - Export the following environment variables from the standby node (the file permission cannot be greater than **600**): - > ``` - > export PGSSLCERT="${GAUSSDATA}/client.crt" - > export PGSSLKEY="${GAUSSDATA}/client.key" - > export PGSSLROOTCERT="${GAUSSDATA}/cacert.pem" - > ``` - > - Restart the openGauss primary and standby nodes in sequence. - > ``` - > gs_ctl restart -D ${GAUSSDATA} - > ``` - - - -4. After the installation is complete, check whether the process is normal by using **ps** and **gs\_ctl**. - - ``` - ps ux | grep gaussdb - gs_ctl query -D /opt/data - ``` - - Run the **ps** command to display information similar to the following: - - ``` - omm 24209 11.9 1.0 1852000 355816 pts/0 Sl 01:54 0:33 /opt/install/bin/gaussdb -D /opt/data - omm 20377 0.0 0.0 119880 1216 pts/0 S+ 15:37 0:00 grep --color=auto gaussdb - ``` - - Run the **gs\_ctl** command to display information similar to the following: - - ``` - gs_ctl query ,datadir is /opt/data - HA state: - local_role : Normal - static_connections : 0 - db_state : Normal - detail_information : Normal - - Senders info: - No information - - Receiver info: - No information - ``` +This document is intended for openGauss users with a basic understanding of database, and is also recommended for administrators, system engineers, and maintenance personnel. -- Gitee From 3aaa550cfce2f09889f69150710b334b91dbe954 Mon Sep 17 00:00:00 2001 From: Freyaqqianjin Date: Fri, 31 Mar 2023 06:19:42 +0000 Subject: [PATCH 09/75] fixed 9008cca from https://gitee.com/freyaqqianjin/docs/pulls/4798 update content/en/menu/index.md. Signed-off-by: Freyaqqianjin --- content/en/menu/index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/en/menu/index.md b/content/en/menu/index.md index cd4f863c7..e29f4e8c8 100644 --- a/content/en/menu/index.md +++ b/content/en/menu/index.md @@ -101,6 +101,7 @@ headless: true - [Publication-Subscription]({{< relref "./docs/AboutopenGauss/publication-subscription.md" >}}) - [Foreign Key Lock Enhancement]({{< relref "./docs/AboutopenGauss/foreign-key-lock-enhancement.md" >}}) - [Data Compression in OLTP Scenarios]({{< relref "./docs/AboutopenGauss/data-compression-in-oltp-scenarios.md" >}}) + - [Event Trigger]({{< relref "./docs/AboutopenGauss/event-trigger.md" >}}) - [Application Development Interfaces]({{< relref "./docs/AboutopenGauss/application-development-interfaces.md" >}}) - [Standard SQL]({{< relref "./docs/AboutopenGauss/standard-sql.md" >}}) - [Standard Development Interfaces]({{< relref "./docs/AboutopenGauss/standard-development-interfaces.md" >}}) @@ -140,7 +141,7 @@ headless: true - [Getting Started]({{< relref "./docs/GettingStarted/GettingStarted.md" >}}) - [Understanding openGauss]({{< relref "./docs/GettingStarted/understanding-opengauss.md" >}}) - [Installation]({{< relref "./docs/GettingStarted/installation.md" >}}) - - [Preparing for Installation]({{< relref "./docs/GettingStarted/preparing-for-installation.md" >}}) + - [Preparing for Installation]({{< relref "./docs/GettingStarted/preparing-for-installation.md" >}}) - [Obtaining and Verifying an Installation Package]({{< relref "./docs/GettingStarted/obtaining-and-verifying-an-installation-package.md" >}}) - [Preparing the Software and Hardware Installation Environment]({{< relref "./docs/GettingStarted/preparing-the-software-and-hardware-installation-environment.md" >}}) - [Container-based Installation on a Single Node]({{< relref "./docs/GettingStarted/container-based-installation-on-a-single-node.md" >}}) -- Gitee From c4d984d1ac1c65f5ccea94f9ccef8d6f978c0703 Mon Sep 17 00:00:00 2001 From: Freyaqqianjin Date: Fri, 31 Mar 2023 05:56:51 +0000 Subject: [PATCH 10/75] =?UTF-8?q?fixed=20c52c4ae=20from=20https://gitee.co?= =?UTF-8?q?m/freyaqqianjin/docs/pulls/4798=20=E5=88=A0=E9=99=A4=E6=96=87?= =?UTF-8?q?=E4=BB=B6=20content/en/docs/AboutopenGauss/mysql-to-opengauss-m?= =?UTF-8?q?igration-tool-chameleon.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...l-to-opengauss-migration-tool-chameleon.md | 31 ------------------- 1 file changed, 31 deletions(-) delete mode 100644 content/en/docs/AboutopenGauss/mysql-to-opengauss-migration-tool-chameleon.md diff --git a/content/en/docs/AboutopenGauss/mysql-to-opengauss-migration-tool-chameleon.md b/content/en/docs/AboutopenGauss/mysql-to-opengauss-migration-tool-chameleon.md deleted file mode 100644 index 0a6cdaaad..000000000 --- a/content/en/docs/AboutopenGauss/mysql-to-opengauss-migration-tool-chameleon.md +++ /dev/null @@ -1,31 +0,0 @@ -# MySQL to openGauss Migration Tool Chameleon - -## Availability - -This feature is available since openGauss 3.0.0. - -## Introduction - -Chameleon is Python-based. It supports real-time data replication from MySQL to openGauss. The tool can replicate initial full data and incremental data in real time to migrate them from MySQL to openGauss. It supports migration of various data types in MySQL, and maintains the precision of floating-point data, including decimal, dec, numeric, float, float4, float8, real, double, double precision and fixed after migration. - -## Benefits - -You can use Chameleon to migrate data from the MySQL database to the openGauss database. - -## Description - -Chameleon provides full and incremental data replication functions to migrate data from the MySQL database to the openGauss database. Chameleon stores the mappings between MySQL and openGauss data types and supports migration of various data types in MySQL. Specifically, floating-point data in MySQL, including decimal, dec, numeric, float, float4, float8, real, double, double precision and fixed, will be converted to the numeric\[p, s\] type in openGauss if the precision is specified or contained by default. If the precision is not specified, the data will be converted to the numeric data type in openGauss. In this way, the data precision remains unchanged after offline and online migration. - -## Enhancements - -None. - -## Constraints - -- MySQL 5.7 is supported. -- If incompatibility still exists after data type mapping, table data migration fails, but the subsequent offline data migration process does not terminate. - -## Dependencies - -None. - -- Gitee From 0d7a603db6157f3c730c14304f45e3c8a8c440ae Mon Sep 17 00:00:00 2001 From: Freyaqqianjin Date: Fri, 31 Mar 2023 02:53:41 +0000 Subject: [PATCH 11/75] fixed 5758008 from https://gitee.com/freyaqqianjin/docs/pulls/4798 add event-trigger.md Signed-off-by: Freyaqqianjin --- .../en/docs/AboutopenGauss/event-trigger.md | 34 +++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 content/en/docs/AboutopenGauss/event-trigger.md diff --git a/content/en/docs/AboutopenGauss/event-trigger.md b/content/en/docs/AboutopenGauss/event-trigger.md new file mode 100644 index 000000000..c3c349dbd --- /dev/null +++ b/content/en/docs/AboutopenGauss/event-trigger.md @@ -0,0 +1,34 @@ +# Event Trigger + +## Availability + +This feature is available since openGauss 5.0.0. + + +## Introduction + +An event trigger is used to capture and process DDL operations. + +## Benefits + +A typical application scenario is as follows: An event trigger is used to capture DDL operations and target objects to implement data synchronization. + +## Description + +The event trigger can capture DDL operations in the current database and target objects of DDL operations. It cannot capture operations on shared objects, such as databases, roles, and tablespaces. +The event trigger can capture four types of events: ddl_command_start, ddl_command_end, sql_drop, and table_rewrite. +1. The ddl_command_start event occurs before the CREATE, ALTER, DROP, SECURITY LABEL, COMMENT, GRANT, or REVOKE statement is executed. The existence of the affected object is not checked before the event trigger is used. +2. The ddl_command_end event captures DDL operations and occurs after DDL execution. +3. The sql_drop event captures any operation of deleting database objects and is executed before ddl_command_end. +4. The table_rewrite event occurs only before the table is overwritten by some actions of the ALTER TABLE and ALTER TYPE statements. + + +## Constraints + +- This feature is available only in PG-compatible mode. +- Only the system administrator can add, delete, and modify the event trigger. +- Built-in functions related to the event trigger can be used only for event trigger functions (the return type is event_trigger). + +## Dependencies + +None. -- Gitee From 82677184f654e1f651a13f5c8384666ae0510324 Mon Sep 17 00:00:00 2001 From: Freyaqqianjin Date: Fri, 31 Mar 2023 02:36:09 +0000 Subject: [PATCH 12/75] fixed dada1e9 from https://gitee.com/freyaqqianjin/docs/pulls/4798 update content/en/docs/AboutopenGauss/rolling-upgrade.md. Signed-off-by: Freyaqqianjin --- content/en/docs/AboutopenGauss/rolling-upgrade.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/content/en/docs/AboutopenGauss/rolling-upgrade.md b/content/en/docs/AboutopenGauss/rolling-upgrade.md index 2307a39b5..4ce7b5ea7 100644 --- a/content/en/docs/AboutopenGauss/rolling-upgrade.md +++ b/content/en/docs/AboutopenGauss/rolling-upgrade.md @@ -1,4 +1,4 @@ -# Gray Upgrade +# Rolling Upgrade ## Availability @@ -6,15 +6,15 @@ This feature is available since openGauss 3.1.0. ## Introduction -Based on gray upgrade, specified nodes can be upgraded at first and then the remaining nodes be upgraded. +In gray upgrade, you can upgrade some specified nodes and then the remaining nodes. ## Benefits -Based on gray upgrade, provides a kind of function which can upgrade specified nodes. Without interrupting services, upgrade specified nodes and then upgrade the remaining nodes. +The gray upgrade provides the function of upgrading specified nodes. This ensures that some nodes are upgraded before the remaining nodes without interrupting services. ## Description -Gray upgrade is an online upgrade mode that upgrades specified nodes. At present, the rolling upgrade is to add the function of upgrading specified nodes on the basis of the gray upgrade. During upgrade specified nodes, which is the same as the gray upgrade, if only the binary files of the database need to be replaced, to minimize the impact on services, the two sets of binary files exist on the same node at the same time, and the soft connection switchover mode is used to switch the process version \(one intermittent disconnection within 10 seconds\). All nodes can be upgraded in two steps. The first step is to upgrade the specified node, and the second step is to upgrade the remaining nodes. The submit operation must be performed only after all nodes are upgraded. +Rolling upgrade is an online upgrade mode that upgrades certain nodes. Currently, rolling upgrade adds the function of upgrading specified nodes based on gray upgrade. Similar to gray upgrade, when some nodes are upgraded, database binary files need to be replaced. To minimize the impact on services, two sets of binary files coexist on the same node. The process version is switched and upgraded through soft connection switchover (intermittent disconnection once within 10 seconds). You can upgrade all nodes in two steps. The first step is to upgrade specified nodes, and the second step is to upgrade remaining nodes. The commit operation must be performed only after all nodes are upgraded. ## Enhancements @@ -22,8 +22,8 @@ None. ## Constraints -All constraints of gray upgrade are met. -For details about the gray upgrade constraints, see "Before You Start \> Upgrade Impact and Constraints" in _Upgrade Guide_. +All gray upgrade constraints are met. +For details about the gray upgrade constraints, see "Before You Start \> Upgrade Impact and Constraints" in *Upgrade Guide*. ## Dependencies -- Gitee From d32b9e0f7b34a302add4d47a233ee22298a741e2 Mon Sep 17 00:00:00 2001 From: Freyaqqianjin Date: Fri, 31 Mar 2023 06:52:22 +0000 Subject: [PATCH 13/75] update content/en/menu/index.md. Signed-off-by: Freyaqqianjin --- content/en/menu/index.md | 1 - 1 file changed, 1 deletion(-) diff --git a/content/en/menu/index.md b/content/en/menu/index.md index e29f4e8c8..0c3e355fd 100644 --- a/content/en/menu/index.md +++ b/content/en/menu/index.md @@ -119,7 +119,6 @@ headless: true - [Intelligent Cardinality Estimation]({{< relref "./docs/AboutopenGauss/intelligent-cardinality-estimation.md" >}}) - [Adaptive Plan Selection]({{< relref "./docs/AboutopenGauss/adaptive-plan-selection.md" >}}) - [Tool Chain]({{< relref "./docs/AboutopenGauss/tool-chain.md" >}}) - - [MySQL to openGauss Migration Tool Chameleon]({{< relref "./docs/AboutopenGauss/mysql-to-opengauss-migration-tool-chameleon.md" >}}) - [OpenGauss Client Tool DataStudio]({{< relref "./docs/AboutopenGauss/opengauss-client-tool-datastudio.md" >}}) - [Middleware]({{< relref "./docs/AboutopenGauss/middleware.md" >}}) - [Distributed Database Capability]({{< relref "./docs/AboutopenGauss/distributed-database-capability.md" >}}) -- Gitee From 116fc0ed5523768e5376e2cd27a086d7bd0ffc45 Mon Sep 17 00:00:00 2001 From: Freyaqqianjin Date: Fri, 31 Mar 2023 07:26:10 +0000 Subject: [PATCH 14/75] =?UTF-8?q?fixed=2069f240d=20from=20https://gitee.co?= =?UTF-8?q?m/freyaqqianjin/docs/pulls/4798=20=E5=88=A0=E9=99=A4=E6=96=87?= =?UTF-8?q?=E4=BB=B6=20content/en/docs/Developerguide/debugging.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- content/en/docs/Developerguide/debugging.md | 160 -------------------- 1 file changed, 160 deletions(-) delete mode 100644 content/en/docs/Developerguide/debugging.md diff --git a/content/en/docs/Developerguide/debugging.md b/content/en/docs/Developerguide/debugging.md deleted file mode 100644 index 46669ebdc..000000000 --- a/content/en/docs/Developerguide/debugging.md +++ /dev/null @@ -1,160 +0,0 @@ -# Debugging - -## Syntax - -**RAISE** - -The syntax of RAISE is as follows: - -**Figure 1** raise\_format::= -![](figures/raise_format.png "raise_format") - -**Figure 2** raise\_condition::= -![](figures/raise_condition.png "raise_condition") - -**Figure 3** raise\_sqlstate::= -![](figures/raise_sqlstate.png "raise_sqlstate") - -**Figure 4** raise\_option::= -![](figures/raise_option.png "raise_option") - -**Figure 5** raise::= -![](figures/raise.png "raise") - -**Parameter description**: - -- The level option is used to specify the error level, that is, **DEBUG**, **LOG**, **INFO**, **NOTICE**, **WARNING**, or **EXCEPTION** \(default\). **EXCEPTION** throws an error that normally terminates the current transaction and the others only generate information at their levels. The [log\_min\_messages](logging-time.md#en-us_topic_0283137528_en-us_topic_0237124722_en-us_topic_0059778452_sc6c47ec8cc1b47e28be98dbb24b1b39a) and [client\_min\_messages](logging-time.md#en-us_topic_0283137528_en-us_topic_0237124722_en-us_topic_0059778452_s2955da1f1cb24b0aa68ddc77700233e0) parameters control whether the error messages of specific levels are reported to the client and are written to the server log. -- **format**: specifies the error message text to be reported, a format string. The format string can be appended with an expression for insertion to the message text. In a format string, **%** is replaced by the parameter value attached to format and **%%** is used to print **%**. For example: - - ``` - --v_job_id replaces % in the string. - RAISE NOTICE 'Calling cs_create_job(%)',v_job_id; - ``` - -- **option = expression**: inserts additional information to an error report. The keyword option can be **MESSAGE**, **DETAIL**, **HINT**, or **ERRCODE**, and each expression can be any string. - - **MESSAGE**: specifies the error message text. This option cannot be used in a **RAISE** statement that contains a format character string in front of **USING**. - - **DETAIL**: specifies detailed information of an error. - - **HINT**: prints hint information. - - **ERRCODE**: designates an error code \(SQLSTATE\) to a report. A condition name or a five-character SQLSTATE error code can be used. - -- **condition\_name**: specifies the condition name corresponding to the error code. -- **sqlstate**: specifies the error code. - -If neither a condition name nor an **SQLSTATE** is designated in a **RAISE EXCEPTION** command, the **RAISE EXCEPTION \(P0001\)** is used by default. If no message text is designated, the condition name or SQLSTATE is used as the message text by default. - ->![](public_sys-resources/icon-notice.gif) **NOTICE:** ->- If the **SQLSTATE** designates an error code, the error code is not limited to a defined error code. It can be any error code containing five digits or ASCII uppercase rather than **00000**. Do not use an error code ended with three zeros because such error codes are category codes and can be captured by the whole category. ->- In O-compatible mode, SQLCODE is equivalent to SQLSTATE. - ->![](public_sys-resources/icon-note.gif) **NOTE:** ->- The syntax shown in [Figure 5](#en-us_topic_0283137518_en-us_topic_0237122256_en-us_topic_0059777683_f6b9d7253ecad413e9ee92ba78199a6b4) is not followed by any parameter. This form is used only for the EXCEPTION statement in a BEGIN block so that the error can be re-processed. ->- For the condition name specified by ERRCODE and condition\_name, see [Description of SQL Error Codes](description-of-sql-error-codes.md). Only ERROR condition names are supported. - -**EXCEPTION\_INIT** - -In O-compatible mode, EXCEPTION\_INIT can be used to define the SQLCODE error code. The syntax is as follows: - -**Figure 6** exception\_init::= - - -![](figures/捕获.png) - -**Parameter description**: - -- **exception\_name** indicates the name of the exception declared by the user. The **EXCEPTION\_INIT** syntax must follow the declared exception. -- **sqlcode** is a customized SQL code, which must be a negative integer ranging from –2147483647 to –1. - ->![](public_sys-resources/icon-notice.gif) **NOTICE:** ->When **EXCEPTION\_INIT** is used to customize an SQL code, SQLSTATE is equivalent to SQLCODE, and SQLERRM is in the format of *xxx***: non-GaussDB Exception**. For example, if the customized SQL code is **–1**, SQLSTATE is **–1** and SQLERRM is **1: non-GaussDB Exception**. - -## Example - -Display error and hint information when a transaction terminates: - -``` -CREATE OR REPLACE PROCEDURE proc_raise1(user_id in integer) -AS -BEGIN -RAISE EXCEPTION 'Noexistence ID --> %',user_id USING HINT = 'Please check your user ID'; -END; -/ - -call proc_raise1(300011); - --- Execution result: -ERROR: Noexistence ID --> 300011 -HINT: Please check your user ID -``` - -Two methods are available for setting **SQLSTATE**: - -``` -CREATE OR REPLACE PROCEDURE proc_raise2(user_id in integer) -AS -BEGIN -RAISE 'Duplicate user ID: %',user_id USING ERRCODE = 'unique_violation'; -END; -/ - -\set VERBOSITY verbose -call proc_raise2(300011); - --- Execution result: -ERROR: Duplicate user ID: 300011 -SQLSTATE: 23505 -``` - -If the main parameter is a condition name or **SQLSTATE**, the following applies: - -RAISE division\_by\_zero; - -RAISE SQLSTATE '22012'; - -For example: - -``` -CREATE OR REPLACE PROCEDURE division(div in integer, dividend in integer) -AS -DECLARE -res int; - BEGIN - IF dividend=0 THEN - RAISE division_by_zero; - RETURN; - ELSE - res := div/dividend; - RAISE INFO 'division result: %', res; - RETURN; - END IF; - END; -/ -call division(3,0); - --- Execution result: -ERROR: division_by_zero -``` - -Alternatively: - -``` -RAISE unique_violation USING MESSAGE = 'Duplicate user ID: ' || user_id; -``` - -In O-compatible mode, EXCEPTION\_INIT can be used to customize error codes SQLCODE. - -``` -declare - deadlock_detected exception; - pragma exception_init(deadlock_detected, -1); -begin - if 1 > 0 then - raise deadlock_detected; - end if; -exception - when deadlock_detected then - raise notice 'sqlcode:%,sqlstate:%,sqlerrm:%',sqlcode,sqlstate,sqlerrm; -end; -/ --- Execution result: -NOTICE: sqlcode:-1,sqlstate:-1,sqlerrm: 1: non-GaussDB Exception -``` -- Gitee From 8280157395aaa3a0351f58072cd77312f3554578 Mon Sep 17 00:00:00 2001 From: Freyaqqianjin Date: Fri, 31 Mar 2023 07:25:34 +0000 Subject: [PATCH 15/75] fixed 551d4ce from https://gitee.com/freyaqqianjin/docs/pulls/4798 add commissioning.md Signed-off-by: Freyaqqianjin --- .../en/docs/Developerguide/commissioning.md | 160 ++++++++++++++++++ 1 file changed, 160 insertions(+) create mode 100644 content/en/docs/Developerguide/commissioning.md diff --git a/content/en/docs/Developerguide/commissioning.md b/content/en/docs/Developerguide/commissioning.md new file mode 100644 index 000000000..2cbdefa32 --- /dev/null +++ b/content/en/docs/Developerguide/commissioning.md @@ -0,0 +1,160 @@ +# Commissioning + +To control the output of log files and better understand the operating status of the database, modify specific configuration parameters in the **postgresql.conf** file in the instance data directory. + +[Table 1](#en-us_topic_0283136686_en-us_topic_0237120444_en-us_topic_0059779333_tec23904511dd4695b8b01f8c7c04563a) describes the adjustable configuration parameters. + +**Table 1** Configuration parameters + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Parameter

+

Description

+

Value Range

+

Remarks

+

client_min_messages

+

Level of messages to be sent to clients.

+
  • DEBUG5
  • DEBUG4
  • DEBUG3
  • DEBUG2
  • DEBUG1
  • LOG
  • NOTICE
  • WARNING
  • ERROR
  • FATAL
  • PANIC
+

Default value: NOTICE

+

Messages of the set level or lower will be sent to clients. The lower the level is, the fewer the messages will be sent.

+

log_min_messages

+

Level of messages to be recorded in server logs.

+
  • DEBUG5
  • DEBUG4
  • DEBUG3
  • DEBUG2
  • DEBUG1
  • INFO
  • NOTICE
  • WARNING
  • ERROR
  • LOG
  • FATAL
  • PANIC
+

Default value: WARNING

+

Messages higher than the set level will be recorded in logs. The higher the level is, the fewer the server logs will be recorded.

+

log_min_error_statement

+

Level of SQL error statements to be recorded in server logs.

+
  • DEBUG5
  • DEBUG4
  • DEBUG3
  • DEBUG2
  • DEBUG1
  • INFO
  • NOTICE
  • WARNING
  • ERROR
  • FATAL
  • PANIC
+

Default value: ERROR

+

SQL error statements of the set level or higher will be recorded in server logs.

+

Only a system administrator is allowed to modify this parameter.

+

log_min_duration_statement

+

Minimum execution duration of a statement. If the execution duration of a statement is equal to or longer than the set milliseconds, the statement and its duration will be recorded in logs. Enabling this function can help you track the query attempts to be optimized.

+

INT type

+

Default value: 30min

+

Unit: millisecond

+

The value –1 indicates that the function is disabled.

+

Only a system administrator is allowed to modify this parameter.

+

log_connections/log_disconnections

+

Whether to record a server log message when each session is connected or disconnected.

+
  • on: The system records a log server when each session is connected or disconnected.
  • off: The system does not record a log server when each session is connected or disconnected.
+

Default value: off

+

-

+

log_duration

+

Whether to record the duration of each executed statement.

+
  • on: The system records the duration of each executed statement.
  • off: The system does not record the duration of each executed statement.
+

Default value: off

+

Only a system administrator is allowed to modify this parameter.

+

log_statement

+

SQL statements to be recorded in logs.

+
  • none: The system does not record any SQL statements.
  • ddl: The system records data definition statements.
  • mod: The system records data definition statements and data operation statements.
  • all: The system records all statements.
+

Default value: none

+

Only a system administrator is allowed to modify this parameter.

+

log_hostname

+

Whether to record host names.

+
  • on: The system records host names.
  • off: The system does not record host names.
+

Default value: off

+

By default, connection logs only record the IP addresses of connected hosts. With this function, the host names will also be recorded.

+

This parameter affects parameters in Querying Audit Results, GS_SESSION_MEMORY_DETAIL, PG_STAT_ACTIVITY, and log_line_prefix.

+
+ +[Table 2](#en-us_topic_0283136686_en-us_topic_0237120444_en-us_topic_0059779333_t3c729a4a94d145c7bdc4ca788236d8a7) describes the preceding parameter levels. + +**Table 2** Description of log level parameters + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Level

+

Description

+

DEBUG[1-5]

+

Provides information that can be used by developers. Level 1 is the lowest level whereas level 5 is the highest level.

+

INFO

+

Provides information about users' hidden requests, for example, information about the VACUUM VERBOSE process.

+

NOTICE

+

Provides information that may be important to users, for example, truncations of long identifiers or indexes created as a part of a primary key.

+

WARNING

+

Provides warning information for users, for example, COMMIT out of transaction blocks.

+

ERROR

+

Reports an error that causes a command to terminate.

+

LOG

+

Reports information that administrators may be interested in, for example, the activity levels of check points.

+

FATAL

+

Reports the reason that causes a session to terminate.

+

PANIC

+

Reports the reason that causes all sessions to terminate.

+
+ -- Gitee From 7e17900d7767128711985a419c0d34e1fa8f13bf Mon Sep 17 00:00:00 2001 From: Freyaqqianjin Date: Fri, 31 Mar 2023 07:24:28 +0000 Subject: [PATCH 16/75] fixed 48e77bf from https://gitee.com/freyaqqianjin/docs/pulls/4798 update content/en/menu/index.md. Signed-off-by: Freyaqqianjin --- content/en/menu/index.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/content/en/menu/index.md b/content/en/menu/index.md index cd4f863c7..4e4c5df80 100644 --- a/content/en/menu/index.md +++ b/content/en/menu/index.md @@ -297,10 +297,12 @@ headless: true - [Development Process]({{< relref "./docs/DeveloperGuide/development-process-libpq.md" >}}) - [Example]({{< relref "./docs/DeveloperGuide/example-libpq.md" >}}) - [libpq API Reference]({{< relref "./docs/DeveloperGuide/libpq-api-reference.md" >}}) - - [Database Connection Control Functions]({{< relref "./docs/DeveloperGuide/database-connection-control-functions.md" >}}) + - [Database Connection Control Functions]({{< relref "./docs/DeveloperGuide/database-connection-control-functions.md" >}}) + - [Database Statement Execution Functions]({{< relref "./docs/DeveloperGuide/database-statement-execution-functions.md" >}}) - [Functions for Asynchronous Command Processing]({{< relref "./docs/DeveloperGuide/functions-for-asynchronous-command-processing.md" >}}) + - [Functions for Canceling Queries in Progress]({{< relref "./docs/DeveloperGuide/functions-for-canceling-queries-in-progress.md" >}}) - [Link Parameters]({{< relref "./docs/DeveloperGuide/link-parameters-libpq.md" >}}) - - [Compilation and Debugging]({{< relref "./docs/DeveloperGuide/debugging.md" >}}) + - [Compilation and Debugging]({{< relref "./docs/DeveloperGuide/commissioning.md" >}}) - [Compilation Guide]({{< relref "./docs/CompilationGuide/Compilation.md" >}}) - [Setting up the Compilation Environment]({{< relref "./docs/CompilationGuide/setting-up-the-compilation-environment.md" >}}) - [Compiling the Version]({{< relref "./docs/CompilationGuide/compiling-the-version.md" >}}) -- Gitee From 796ed87e49a54c2a2dc7b98297be519b0aa65f55 Mon Sep 17 00:00:00 2001 From: Freyaqqianjin Date: Fri, 31 Mar 2023 07:12:07 +0000 Subject: [PATCH 17/75] fixed b69c74e from https://gitee.com/freyaqqianjin/docs/pulls/4798 add database-statement-execution-functions.md Signed-off-by: Freyaqqianjin --- .../database-statement-execution-functions.md | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 content/en/docs/Developerguide/database-statement-execution-functions.md diff --git a/content/en/docs/Developerguide/database-statement-execution-functions.md b/content/en/docs/Developerguide/database-statement-execution-functions.md new file mode 100644 index 000000000..453abf41a --- /dev/null +++ b/content/en/docs/Developerguide/database-statement-execution-functions.md @@ -0,0 +1,29 @@ +# **Database Statement Execution Functions** + +After the connection to the database server is successfully established, you can use the functions described in this section to execute SQL queries and commands. + +- **[PQclear](pqclear.md)** + +- **[PQexec](pqexec.md)** + +- **[PQexecParams](pqexecparams.md)** + +- **[PQexecParamsBatch](pqexecparamsbatch.md)** + +- **[PQexecPrepared](pqexecprepared.md)** + +- **[PQexecPreparedBatch](pqexecpreparedbatch.md)** + +- **[PQfname](pqfname.md)** + +- **[PQgetvalue](pqgetvalue.md)** + +- **[PQnfields](pqnfields.md)** + +- **[PQntuples](pqntuples.md)** + +- **[PQprepare](pqprepare.md)** + +- **[PQresultStatus](pqresultstatus.md)** + + -- Gitee From 8a8c17d70a287861e1c9bb210b968400ac71e6c0 Mon Sep 17 00:00:00 2001 From: Freyaqqianjin Date: Fri, 31 Mar 2023 07:05:55 +0000 Subject: [PATCH 18/75] fixed db2953b from https://gitee.com/freyaqqianjin/docs/pulls/4798 update content/en/docs/Developerguide/development-based-on-libpq.md. Signed-off-by: Freyaqqianjin --- .../docs/Developerguide/development-based-on-libpq.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/content/en/docs/Developerguide/development-based-on-libpq.md b/content/en/docs/Developerguide/development-based-on-libpq.md index 1a37c957f..d696a2c5d 100644 --- a/content/en/docs/Developerguide/development-based-on-libpq.md +++ b/content/en/docs/Developerguide/development-based-on-libpq.md @@ -2,14 +2,4 @@ **libpq** is a C application programming interface to openGauss. **libpq** contains a set of library functions that allow client programs to send query requests to the openGauss servers and obtain query results. It is also the underlying engine of other openGauss application interfaces, such as ODBC. This section provides two examples to show how to write code using **libpq**. -- **[Dependent Header Files of libpq](dependent-header-files-of-libpq.md)** - -- **[Development Process](development-process.md)** - -- **[Example](example.md)** - -- **[libpq API Reference](libpq-api-reference.md)** - -- **[Link Parameters](link-parameters.md)** - -- Gitee From 20f4a28f444430a9fc2d811cbff2df83a0a0264b Mon Sep 17 00:00:00 2001 From: liyang0608 <264327807@qq.com> Date: Fri, 31 Mar 2023 16:36:47 +0800 Subject: [PATCH 19/75] fix bugs --- .../docs/AboutopenGauss/enhanced-features.md | 2 +- ...support-for-advanced-analysis-functions.md | 3 +- .../gauss-00571----gauss-00580.md | 2 +- .../en/docs/DatabaseOMGuide/log-reference.md | 2 +- .../routinely-maintaining-tables.md | 2 +- .../installing-the-opengauss.md | 2 +- ...ons-oriented-to-application-development.md | 2 +- .../how-to-use-gsql.md | 3 +- .../ToolandCommandReference/overview-0.md | 2 +- .../troubleshooting.md | 14 ++--- .../docs/AboutopenGauss/enhanced-features.md | 2 +- ...ity-query-in-a-fully-encrypted-database.md | 2 +- ...support-for-advanced-analysis-functions.md | 2 +- .../en/docs/DatabaseOMGuide/log-reference.md | 2 +- .../DatabaseOMGuide/routine-maintenance.md | 57 +++++++++++++---- content/en/docs/GettingStarted/.keep | 0 .../en/docs/InstallationGuide/installation.md | 2 +- content/en/docs/Releasenotes/features.md | 2 +- .../core-database-technologies.md | 62 +++++++++++++++---- .../docs/ToolandCommandReference/gs_cgroup.md | 2 +- .../en/docs/ToolandCommandReference/gsql.md | 18 +++--- .../ToolandCommandReference/pg_recvlogical.md | 2 +- 22 files changed, 128 insertions(+), 59 deletions(-) delete mode 100644 content/en/docs/GettingStarted/.keep diff --git a/content/docs-lite/en/docs/AboutopenGauss/enhanced-features.md b/content/docs-lite/en/docs/AboutopenGauss/enhanced-features.md index 98af15947..24b420da4 100644 --- a/content/docs-lite/en/docs/AboutopenGauss/enhanced-features.md +++ b/content/docs-lite/en/docs/AboutopenGauss/enhanced-features.md @@ -94,7 +94,7 @@ In a wide table containing a huge amount of data, a query usually only involves - For DML statements, UPDATE, COPY, BULKLOAD, and DELETE are supported. - Triggers and primary foreign keys are not supported. - - Psort index, B-tree index, and GIN index are supported. For details, see [CREATE INDEX](../SQLReference/create-index.md)"**SQL Reference** \> **SQL Syntax** \> **CREATE INDEX**" in the *Developer Guide*. + - Psort index, B-tree index, and GIN index are supported. For details, see [CREATE INDEX](../SQLReference/create-index.md). - Data compression in column store diff --git a/content/docs-lite/en/docs/AboutopenGauss/support-for-advanced-analysis-functions.md b/content/docs-lite/en/docs/AboutopenGauss/support-for-advanced-analysis-functions.md index 744cf205d..fb305f555 100644 --- a/content/docs-lite/en/docs/AboutopenGauss/support-for-advanced-analysis-functions.md +++ b/content/docs-lite/en/docs/AboutopenGauss/support-for-advanced-analysis-functions.md @@ -35,8 +35,7 @@ sales | 4 | 4800 | 4866.6666666666666667 The analysis function **avg\(salary\) OVER \(PARTITION BY depname\)** easily calculates each employee's salary and the average salary of the department. -Currently, the system supports the following analysis functions: **row\_number\(\)**, **rank\(\)**, **dense\_rank\(\)**, **percent\_rank\(\)**, **cume\_dist\(\)**, **ntile\(\)**, **lag\(\)**, **lead\(\)**, **first\_value\(\)**, **last\_value\(\)**, and **nth\_value\(\)**. For details about functions and statements, see [Window Functions](../SQLReference/window-functions.md) -"SQL Reference \> Functions and Operators \> Window Functions" in the _Developer Guide_. +Currently, the system supports the following analysis functions: **row\_number\(\)**, **rank\(\)**, **dense\_rank\(\)**, **percent\_rank\(\)**, **cume\_dist\(\)**, **ntile\(\)**, **lag\(\)**, **lead\(\)**, **first\_value\(\)**, **last\_value\(\)**, and **nth\_value\(\)**. For details about functions and statements, see [Window Functions](../SQLReference/window-functions.md). ## Enhancements diff --git a/content/docs-lite/en/docs/DataBaseReference/gauss-00571----gauss-00580.md b/content/docs-lite/en/docs/DataBaseReference/gauss-00571----gauss-00580.md index cd7ea56d0..9f2649e7c 100644 --- a/content/docs-lite/en/docs/DataBaseReference/gauss-00571----gauss-00580.md +++ b/content/docs-lite/en/docs/DataBaseReference/gauss-00571----gauss-00580.md @@ -46,7 +46,7 @@ SQLSTATE: 42501 Description: You have no permission to create users. -Solution: Check user permissions. For details, see "Database Security Management \> Managing Users and Their Permissions \> Users" in the _Developer Guide_. +Solution: Check user permissions. For details, see [Users](../DatabaseAdministrationGuide//users.md). GAUSS-00580: "Separation of privileges is used,user can't be created because of too many privileges." diff --git a/content/docs-lite/en/docs/DatabaseOMGuide/log-reference.md b/content/docs-lite/en/docs/DatabaseOMGuide/log-reference.md index 0fd873244..e99d31872 100644 --- a/content/docs-lite/en/docs/DatabaseOMGuide/log-reference.md +++ b/content/docs-lite/en/docs/DatabaseOMGuide/log-reference.md @@ -128,7 +128,7 @@ You are advised to dump expired logs periodically to save disk space and prevent After the audit function is enabled, a large number of audit logs will be generated, which occupy large storage space. You can customize an audit log maintenance policy based on the size of available storage space. -For details, see "Database Security Management \> Configuring Database Audit \> Maintaining Audit Logs" in the _Developer Guide_. +For details, see [Maintaining Audit Logs](../DatabaseAdministrationGuide/maintaining-audit-logs.md). ## WAL diff --git a/content/docs-lite/en/docs/DatabaseOMGuide/routinely-maintaining-tables.md b/content/docs-lite/en/docs/DatabaseOMGuide/routinely-maintaining-tables.md index d29d6e783..845a18661 100644 --- a/content/docs-lite/en/docs/DatabaseOMGuide/routinely-maintaining-tables.md +++ b/content/docs-lite/en/docs/DatabaseOMGuide/routinely-maintaining-tables.md @@ -81,7 +81,7 @@ You need to routinely run **VACUUM**, **VACUUM FULL**, and **ANALYZE** to ma ``` >![](public_sys-resources/icon-note.gif) **NOTE:** - >**VACUUM** and **ANALYZE** cause a substantial increase in I/O traffic, which may affect other active sessions. Therefore, you are advised to set the cost-based vacuum delay feature by specifying the **vacuum\_cost\_delay** parameter. For details, see "GUC Parameters \> Resource Consumption \> Cost-based Vacuum Delay" in the _Developer Guide_. + >**VACUUM** and **ANALYZE** cause a substantial increase in I/O traffic, which may affect other active sessions. Therefore, you are advised to set the cost-based vacuum delay feature by specifying the **vacuum\_cost\_delay** parameter. For details, see [Cost-based Vacuum Delay](../DataBaseReference/cost-based-vacuum-delay.md). 3. Delete a table. diff --git a/content/docs-lite/en/docs/InstallationGuide/installing-the-opengauss.md b/content/docs-lite/en/docs/InstallationGuide/installing-the-opengauss.md index 4348ca77f..58cdff253 100644 --- a/content/docs-lite/en/docs/InstallationGuide/installing-the-opengauss.md +++ b/content/docs-lite/en/docs/InstallationGuide/installing-the-opengauss.md @@ -77,7 +77,7 @@ > > Procedure > - > - Prepare certificates and private keys. For details about how to generate a certificate, see "Database Security Management \> Managing SSL Certificates \> Generating Certificates" in *Developer Guide*. + > - Prepare certificates and private keys. For details about how to generate a certificate, see [Generating Certificates](../DatabaseAdministrationGuide/generating-certificates.md). > Conventions for configuration file names on the server: > - Certificate name: server.crt > - Private key name: server.key diff --git a/content/docs-lite/en/docs/Technicalwhitepaper/basic-functions-oriented-to-application-development.md b/content/docs-lite/en/docs/Technicalwhitepaper/basic-functions-oriented-to-application-development.md index d3aad4f2b..896391db7 100644 --- a/content/docs-lite/en/docs/Technicalwhitepaper/basic-functions-oriented-to-application-development.md +++ b/content/docs-lite/en/docs/Technicalwhitepaper/basic-functions-oriented-to-application-development.md @@ -4,7 +4,7 @@ openGauss supports standard SQL statements. The SQL standard is an international standard and is updated periodically. SQL standards are classified into core features and optional features. Most databases do not fully support SQL standards. SQL features are built by database vendors to maintain customers and push up application migration costs. New SQL features are increasingly different among vendors. Currently, there is no authoritative SQL standard test. - openGauss supports most of the SQL:2011 core features and some optional features. For details about the feature list, see "SQL Reference \> SQL Syntax" in the _Developer Guide_. + openGauss supports most of the SQL:2011 core features and some optional features. For details about the feature list, see [SQL Syntax](../SQLReference/sql-syntax.md). The introduction of standard SQL provides a unified SQL interface for all database vendors, reducing the learning costs of users and openGauss application migration costs. diff --git a/content/docs-lite/en/docs/ToolandCommandReference/how-to-use-gsql.md b/content/docs-lite/en/docs/ToolandCommandReference/how-to-use-gsql.md index e36c938b7..870a71c6a 100644 --- a/content/docs-lite/en/docs/ToolandCommandReference/how-to-use-gsql.md +++ b/content/docs-lite/en/docs/ToolandCommandReference/how-to-use-gsql.md @@ -6,8 +6,7 @@ The user using **gsql** must have the permission to access the database. ## Background -You can use the **gsql** command to connect to the local database or remote database. When connecting to the remote database, enable remote connection on the server. For details, see "Working with Databases \> Connecting to a Database \> Using gsql to Connect to a Database \> Remotely Connecting to a Database" in the _Developer Guide_. - +You can use the **gsql** command to connect to the local database or remote database. When connecting to the remote database, enable remote connection on the server. For details, see [Gsql Connection and Usage](../GettingStarted/gsql-connection-and-usage.md). ## Procedure 1. Connect to the openGauss server using the **gsql** tool. diff --git a/content/docs-lite/en/docs/ToolandCommandReference/overview-0.md b/content/docs-lite/en/docs/ToolandCommandReference/overview-0.md index 5845a1199..2c776c18b 100644 --- a/content/docs-lite/en/docs/ToolandCommandReference/overview-0.md +++ b/content/docs-lite/en/docs/ToolandCommandReference/overview-0.md @@ -2,7 +2,7 @@ ## Basic Features -- **Connect to the database**: By default, only the local server can be connected. To connect to a remote database, you must configure the server. For details, see Database Usage \> Connecting to a Database \> Using gsql to Connect to a Database \> Remotely Connecting to a Database in the _Developer Guide_. +- **Connect to the database**: By default, only the local server can be connected. To connect to a remote database, you must configure the server. For details, see [Gsql Connection and Usage](../GettingStarted/gsql-connection-and-usage.md). >![](public_sys-resources/icon-note.gif) **NOTE:** >If **gsql** is used to connect to a database, the connection timeout period will be 5 minutes. If the database has not correctly set up a connection and authenticated the identity of the client within this period, **gsql** will time out and exit. diff --git a/content/docs-lite/en/docs/ToolandCommandReference/troubleshooting.md b/content/docs-lite/en/docs/ToolandCommandReference/troubleshooting.md index c7813bbb0..e663fc633 100644 --- a/content/docs-lite/en/docs/ToolandCommandReference/troubleshooting.md +++ b/content/docs-lite/en/docs/ToolandCommandReference/troubleshooting.md @@ -6,7 +6,7 @@ Connect to the database, and run **show log\_hostname** to check whether **log\_hostname** is enabled in the database. - If it is enabled, the database kernel will use DNS to check the name of the host where the client is deployed. If the host where the database is configured with an incorrect or unreachable DNS server, the database connection will take a long time to set up. For details about this parameter, see the description of **log\_hostname** in section "GUC Parameter Description \> Error Reports and Logs \> Log Content" in the _Developer Guide_. + If it is enabled, the database kernel will use DNS to check the name of the host where the client is deployed. If the host where the database is configured with an incorrect or unreachable DNS server, the database connection will take a long time to set up. For details about this parameter, see the description of **log\_hostname** in section [Log Content](../DataBaseReference/logging-content.md). - The database kernel slowly runs the initialization statement. @@ -26,7 +26,7 @@ It indicates that the **SELECT VERSION\(\)** statement was run slowly. - After the database is connected, you can run the **explain performance select version\(\)** statement to find the reason why the initialization statement was run slowly. For more information, see "Performance Tuning \> SQL Tuning Guide \> SQL Execution Plan" in the _Developer Guide_. + After the database is connected, you can run the **explain performance select version\(\)** statement to find the reason why the initialization statement was run slowly. For more information, see [SQL Execution Plan](../PerformanceTuningGuide/sql-execution-plan-overview.md). An uncommon scenario is that the disk of the machine where the DN resides is full or faulty, affecting queries and leading to user authentication failures. As a result, the connection process is suspended. To solve this problem, simply clear the data disk space of the DN. @@ -59,8 +59,8 @@ - gsql: FATAL: Forbid remote connection with trust method! - For security purposes, remote login in trust mode is forbidden. In this case, you need to modify the connection authentication information in the **pg\_hba.conf** file. For details, see "Database Security Management \> Client Access Authentication \> Configuration File Reference" in the _Developer Guide_. - + For security purposes, remote login in trust mode is forbidden. In this case, you need to modify the connection authentication information in the **pg\_hba.conf** file. For details, see [Configuration File Reference](../DatabaseAdministrationGuide/configuration-file-reference.md). + >![](public_sys-resources/icon-note.gif) **NOTE:** >Do not modify the configurations of database hosts in the **pg\_hba. conf** file. Otherwise, the database may become faulty. It is recommended that service applications be deployed outside the database instead of inside the database. @@ -70,7 +70,7 @@ If they are different, set **$PGHOST** to the directory specified by **unix\_socket\_directory**. - For more information about **unix\_socket\_directory**, see "GUC Parameter Description \> Connection and Authentication \> Connection Settings" in the _Developer Guide_. + For more information about **unix\_socket\_directory**, see [Connection Settings](../DataBaseReference/connection-settings.md). - The "libpq.so" loaded mismatch the version of gsql, please check it. @@ -235,8 +235,8 @@ Check whether DN logs contain information similar to "FATAL: cipher file "/data/coordinator/server.key.cipher" has group or world access". This error is usually caused by incorrect tampering with the permissions for data directories or some key files. For details about how to correct the permissions, see related permissions for files on other normal instances. - gsql: FATAL: GSS authentication method is not allowed because XXXX user password is not disabled. - - In **pg\_hba.conf** of the target DN, the authentication mode is set to **gss** for authenticating the IP address of the current client. However, this authentication algorithm cannot authenticate clients. Change the authentication algorithm to **sha256** and try again. For details, see "Database Security Management \> Client Access Authentication \> Configuration File Reference" in the _Developer Guide_. +- + In **pg\_hba.conf** of the target DN, the authentication mode is set to **gss** for authenticating the IP address of the current client. However, this authentication algorithm cannot authenticate clients. Change the authentication algorithm to **sha256** and try again. For details, see [Configuration File Reference](../DatabaseAdministrationGuide/configuration-file-reference.md). >![](public_sys-resources/icon-note.gif) **NOTE:** >- Do not modify the configurations of database hosts in the **pg\_hba. conf** file. Otherwise, the database may become faulty. diff --git a/content/en/docs/AboutopenGauss/enhanced-features.md b/content/en/docs/AboutopenGauss/enhanced-features.md index 11c618917..5691adb6f 100644 --- a/content/en/docs/AboutopenGauss/enhanced-features.md +++ b/content/en/docs/AboutopenGauss/enhanced-features.md @@ -165,7 +165,7 @@ openGauss supports 10,000 concurrent connections through server thread pools. It To locate performance issues of a query, you can use **EXPLAIN PERFORMANCE** to query its execution plan. However, this method produces many logs, requires to modify service logic, and depends on expertise to locate problems. SQL self-diagnosis enables users to locate performance issues more efficiently. -Before running a job, set the GUC parameters **resource\_track\_level** and **resource\_track\_cost**, and obtain the possible performance issues after job execution by checking the related system view. The system view describes the possible causes of performance issues. To optimize low-performance jobs, see "**Performance Tuning **\> **SQL Tuning** \> **Typical SQL Optimization Methods** \> **Optimizing SQL Self-Diagnosis**" in the *Developer Guide*. +Before running a job, set the GUC parameters **resource\_track\_level** and **resource\_track\_cost**, and obtain the possible performance issues after job execution by checking the related system view. The system view describes the possible causes of performance issues. To optimize low-performance jobs, see [Optimizing SQL Self-Diagnosis](../PerformanceTuningGuide/optimizing-sql-self-diagnosis.md). SQL self-diagnosis helps users locate and optimize performance issues without affecting operations or modifying service logic. diff --git a/content/en/docs/AboutopenGauss/equality-query-in-a-fully-encrypted-database.md b/content/en/docs/AboutopenGauss/equality-query-in-a-fully-encrypted-database.md index ec2226372..6e1464836 100644 --- a/content/en/docs/AboutopenGauss/equality-query-in-a-fully-encrypted-database.md +++ b/content/en/docs/AboutopenGauss/equality-query-in-a-fully-encrypted-database.md @@ -46,7 +46,7 @@ None. - Data can only be imported to the encrypted table by running **copy from stdin**, **\\copy**, or **insert into values \(...\)** on the client. - Copying an encrypted table to a file is not supported. - The system does not support encrypted queries, such as sorting, range query, and fuzzy query, except equality query. -- The encrypted syntax of stored procedures for some functions is supported. For details about the constraints, see "Encrypted Functions and Stored Procedures" in the *Developer Guide*. +- The encrypted syntax of stored procedures for some functions is supported. For details about the constraints, see [Encrypted Functions and Stored Procedures](../DatabaseAdministrationGuide/encrypted-functions-and-stored-procedures.md). - Non-encrypted table data cannot be inserted into encrypted table data using the **INSERT INTO... SELECT...** or **MERGE INTO** syntax. - For a request in connection state, the CEK information change on the server can be detected only after the cache update operation is triggered \(for example, the user is changed or the encrypted column fails to be decrypted\) and the connection is re-established. - Encrypted equality query is not supported on columns encrypted using the random encryption algorithm. diff --git a/content/en/docs/AboutopenGauss/support-for-advanced-analysis-functions.md b/content/en/docs/AboutopenGauss/support-for-advanced-analysis-functions.md index 2830b77b5..a3c35ebb7 100644 --- a/content/en/docs/AboutopenGauss/support-for-advanced-analysis-functions.md +++ b/content/en/docs/AboutopenGauss/support-for-advanced-analysis-functions.md @@ -35,7 +35,7 @@ sales | 4 | 4800 | 4866.6666666666666667 The analysis function **avg\(salary\) OVER \(PARTITION BY depname\)** easily calculates each employee's salary and the average salary of the department. -Currently, the system supports the following analysis functions: **row\_number\(\)**, **rank\(\)**, **dense\_rank\(\)**, **percent\_rank\(\)**, **cume\_dist\(\)**, **ntile\(\)**, **lag\(\)**, **lead\(\)**, **first\_value\(\)**, **last\_value\(\)**, and **nth\_value\(\)**. For details about functions and statements, see "SQL Reference \> Functions and Operators \> Window Functions" in the _Developer Guide_. +Currently, the system supports the following analysis functions: **row\_number\(\)**, **rank\(\)**, **dense\_rank\(\)**, **percent\_rank\(\)**, **cume\_dist\(\)**, **ntile\(\)**, **lag\(\)**, **lead\(\)**, **first\_value\(\)**, **last\_value\(\)**, and **nth\_value\(\)**. For details about functions and statements, see [Window Functions](../SQLReference/window-functions.md). ## Enhancements diff --git a/content/en/docs/DatabaseOMGuide/log-reference.md b/content/en/docs/DatabaseOMGuide/log-reference.md index 2ab3d03ad..5cf7f17f9 100644 --- a/content/en/docs/DatabaseOMGuide/log-reference.md +++ b/content/en/docs/DatabaseOMGuide/log-reference.md @@ -137,7 +137,7 @@ You are advised to dump expired logs periodically to save disk space and prevent After the audit function is enabled, a large number of audit logs will be generated, which occupy large storage space. You can customize an audit log maintenance policy based on the size of available storage space. -For details, see "Database Security Management \> Configuring Database Audit \> Maintaining Audit Logs" in the *Developer Guide*. +For details, see [Maintaining Audit Logs](../DatabaseAdministrationGuide/maintaining-audit-logs.md). ## WALs diff --git a/content/en/docs/DatabaseOMGuide/routine-maintenance.md b/content/en/docs/DatabaseOMGuide/routine-maintenance.md index b473e0a84..6d52c0d56 100644 --- a/content/en/docs/DatabaseOMGuide/routine-maintenance.md +++ b/content/en/docs/DatabaseOMGuide/routine-maintenance.md @@ -2,18 +2,49 @@ -- [Routine Maintenance Check Items](#routine-maintenance-check-items) -- [Checking OS Parameters](#checking-os-parameters) -- [Checking openGauss Health Status](#checking-opengauss-health-status) -- [Checking Database Performance](#checking-database-performance) -- [Checking and Deleting Logs](#checking-and-deleting-logs) -- [Checking Time Consistency](#checking-time-consistency) -- [Checking the Number of Application Connections](#checking-the-number-of-application-connections) -- [Routinely Maintaining Tables](#routinely-maintaining-tables) -- [Routinely Recreating an Index](#routinely-recreating-an-index) -- [Exporting and Viewing the WDR](#exporting-and-viewing-the-wdr) -- [Data Security Maintenance Suggestions](#data-security-maintenance-suggestions) -- [Slow SQL Diagnosis](#slow-sql-diagnosis) +- [Routine Maintenance](#routine-maintenance) + - [Routine Maintenance Check Items](#routine-maintenance-check-items) + - [Checking openGauss Status](#checking-opengauss-status) + - [Checking Lock Information](#checking-lock-information) + - [Collecting Event Statistics](#collecting-event-statistics) + - [Checking Objects](#checking-objects) + - [Checking an SQL Report](#checking-an-sql-report) + - [Backing Up Data](#backing-up-data) + - [Checking Basic Information](#checking-basic-information) + - [Checking OS Parameters](#checking-os-parameters) + - [Check Method](#check-method) + - [Exception Handling](#exception-handling) + - [Checking openGauss Health Status](#checking-opengauss-health-status) + - [Check Method](#check-method-1) + - [Exception Handling](#exception-handling-1) + - [Checking Database Performance](#checking-database-performance) + - [Check Method](#check-method-2) + - [Exception Handling](#exception-handling-2) + - [Checking and Deleting Logs](#checking-and-deleting-logs) + - [Checking OS Logs](#checking-os-logs) + - [Checking openGauss Run Logs](#checking-opengauss-run-logs) + - [Cleaning Run Logs](#cleaning-run-logs) + - [Checking Time Consistency](#checking-time-consistency) + - [Procedure](#procedure) + - [Checking the Number of Application Connections](#checking-the-number-of-application-connections) + - [Procedure](#procedure-1) + - [Exception Handling](#exception-handling-3) + - [Routinely Maintaining Tables](#routinely-maintaining-tables) + - [Related Concepts](#related-concepts) + - [Procedure](#procedure-2) + - [Maintenance Suggestions](#maintenance-suggestions) + - [Routinely Recreating an Index](#routinely-recreating-an-index) + - [Background](#background) + - [Methods](#methods) + - [Procedure](#procedure-3) + - [Exporting and Viewing the WDR](#exporting-and-viewing-the-wdr) + - [Data Security Maintenance Suggestions](#data-security-maintenance-suggestions) + - [Preventing Data Loss](#preventing-data-loss) + - [Preventing Illegal Data Access](#preventing-illegal-data-access) + - [Preventing System Logs from Leaking Personal Data](#preventing-system-logs-from-leaking-personal-data) + - [Slow SQL Diagnosis](#slow-sql-diagnosis) + - [Background](#background-1) + - [Prerequisites](#prerequisites) @@ -1607,7 +1638,7 @@ You need to routinely run **VACUUM**, **VACUUM FULL**, and **ANALYZE** to ma ``` >![](public_sys-resources/icon-note.gif) **NOTE:** - >**VACUUM** and **ANALYZE** cause a substantial increase in I/O traffic, which may affect other active sessions. Therefore, you are advised to set the cost-based vacuum delay feature by specifying the **vacuum\_cost\_delay** parameter. For details, see "GUC Parameters \> Resource Consumption \> Cost-based Vacuum Delay" in the *Developer Guide*. + >**VACUUM** and **ANALYZE** cause a substantial increase in I/O traffic, which may affect other active sessions. Therefore, you are advised to set the cost-based vacuum delay feature by specifying the **vacuum\_cost\_delay** parameter. For details, see [Cost-based Vacuum Delay](../DataBaseReference/cost-based-vacuum-delay.md). 3. Delete a table. diff --git a/content/en/docs/GettingStarted/.keep b/content/en/docs/GettingStarted/.keep deleted file mode 100644 index e69de29bb..000000000 diff --git a/content/en/docs/InstallationGuide/installation.md b/content/en/docs/InstallationGuide/installation.md index 4348ca77f..342470a23 100644 --- a/content/en/docs/InstallationGuide/installation.md +++ b/content/en/docs/InstallationGuide/installation.md @@ -77,7 +77,7 @@ > > Procedure > - > - Prepare certificates and private keys. For details about how to generate a certificate, see "Database Security Management \> Managing SSL Certificates \> Generating Certificates" in *Developer Guide*. + > - Prepare certificates and private keys. For details about how to generate a certificate, see [Generating Certificates](../DatabaseAdministrationGuide/generating-certificates.md). > Conventions for configuration file names on the server: > - Certificate name: server.crt > - Private key name: server.key diff --git a/content/en/docs/Releasenotes/features.md b/content/en/docs/Releasenotes/features.md index 9ba7a4f2e..fffab6a01 100644 --- a/content/en/docs/Releasenotes/features.md +++ b/content/en/docs/Releasenotes/features.md @@ -45,7 +45,7 @@ This section describes openGauss 3.1.1. Compared with openGauss 3.1.0, it has th The CM installation can be decoupled when the database process already exists. In addition, the CM component can be upgraded independently, enhancing the reliability of the database cluster. - Enhanced MySQL compatibility - Version 3.1.1 supports the following syntax points: (Only some typical syntax points are listed. For details, see section "MySQL Compatibility" in the Developer Guide.) + Version 3.1.1 supports the following syntax points: Only some typical syntax points are listed. For details, see [MySQL Compatibility](../DataMigrationGuide/b-compatible-description.md). - Operators: !, ->, and ->> - System functions: 28 JSON class functions, such as JSON_ARRAY(), JSON_OBJECT(), JSON_QUOTE(), JSON_CONTAINS(), JSON_CONTAINS_PATH(), and JSON_EXTRACT(), support any\_value, database, and default functions. - DDLs: diff --git a/content/en/docs/Technicalwhitepaper/core-database-technologies.md b/content/en/docs/Technicalwhitepaper/core-database-technologies.md index 32767c81f..64039499c 100644 --- a/content/en/docs/Technicalwhitepaper/core-database-technologies.md +++ b/content/en/docs/Technicalwhitepaper/core-database-technologies.md @@ -1,13 +1,53 @@ # Core Database Technologies -- [Basic Functions Oriented to Application Development](#Basic Functions Oriented to Application Development) -- [High Performance](#high-performance) -- [High Scalability](#high-scalability) -- [HA](#ha) -- [Maintainability](#maintainability) -- [Database Security](#database-security) -- [AI Capabilities](#ai-capabilities) +- [Core Database Technologies](#core-database-technologies) + - [Basic Functions Oriented to Application Development](#basic-functions-oriented-to-application-development) + - [High Performance](#high-performance) + - [CBO Optimizer](#cbo-optimizer) + - [Hybrid Row-Column Storage](#hybrid-row-column-storage) + - [In-place Upate Storage](#in-place-upate-storage) + - [Xlog Lockless Update and Parallel Page Playback](#xlog-lockless-update-and-parallel-page-playback) + - [Adaptive Compression](#adaptive-compression) + - [Partition](#partition) + - [SQL Bypass](#sql-bypass) + - [Kunpeng NUMA Architecture Optimization](#kunpeng-numa-architecture-optimization) + - [High Concurrency of the Thread Pool](#high-concurrency-of-the-thread-pool) + - [Parallel Query](#parallel-query) + - [Dynamic Build and Execution](#dynamic-build-and-execution) + - [High Scalability](#high-scalability) + - [High Concurrency of the Thread Pool](#high-concurrency-of-the-thread-pool-1) + - [HA](#ha) + - [Primary/Standby](#primarystandby) + - [Logical Backup](#logical-backup) + - [Physical Backup](#physical-backup) + - [Flashback Restoration](#flashback-restoration) + - [Ultimate RTO](#ultimate-rto) + - [Logical Replication](#logical-replication) + - [Point-In-Time Recovery (PITR)](#point-in-time-recovery-pitr) + - [High Availability Based on the Paxos Protocol (DCF)](#high-availability-based-on-the-paxos-protocol-dcf) + - [Two-City Three-DC DR](#two-city-three-dc-dr) + - [Maintainability](#maintainability) + - [Workload Diagnosis Report](#workload-diagnosis-report) + - [Slow SQL Diagnosis](#slow-sql-diagnosis) + - [Database Security](#database-security) + - [Access Control](#access-control) + - [Separation of Control and Access Permissions](#separation-of-control-and-access-permissions) + - [Built-in Database Role Permission Management](#built-in-database-role-permission-management) + - [Database Encryption Authentication](#database-encryption-authentication) + - [Database Audit](#database-audit) + - [Network Communication Security](#network-communication-security) + - [Row-Level Security](#row-level-security) + - [Resource Labels](#resource-labels) + - [Dynamic Data Masking](#dynamic-data-masking) + - [Unified Auditing](#unified-auditing) + - [Password Strength Verification](#password-strength-verification) + - [Data Encryption and Storage](#data-encryption-and-storage) + - [Ledger Database](#ledger-database) + - [AI Capabilities](#ai-capabilities) + - [AI4DB](#ai4db) + - [DB4AI](#db4ai) + - [ABO Optimizer](#abo-optimizer) @@ -17,8 +57,8 @@ openGauss supports standard SQL statements. The SQL standard is an international standard and is updated periodically. SQL standards are classified into core features and optional features. Most databases do not fully support SQL standards. SQL features are built by database vendors to maintain customers and push up application migration costs. New SQL features are increasingly different among vendors. Currently, there is no authoritative SQL standard test. - openGauss supports most of the SQL:2011 core features and some optional features. For details about the feature list, see "SQL Reference \> SQL Syntax" in the *Developer Guide*. - + openGauss supports most of the SQL:2011 core features and some optional features. For details about the feature list, see [SQL Syntax](../SQLReference/sql-syntax.md). + The introduction of standard SQL provides a unified SQL interface for all database vendors, reducing the learning costs of users and openGauss application migration costs. - Standard Development Interfaces @@ -63,7 +103,7 @@ - Commit; - Rollback; - Set transaction \(used for setting the isolation level, read/write mode, and delay mode\). For details about the syntax, see the *Developer Guide*. + Set transaction \(used for setting the isolation level, read/write mode, and delay mode\). For details about the syntax, see the *SQLReference*. - Support for Functions and Stored Procedures @@ -77,7 +117,7 @@ 4. To process SQL statements, the stored procedure process assigns a memory fragment to store context association. Cursors are handles or pointers to context areas. With cursors, stored procedures can control alterations in context areas. 5. Six levels of exception information are supported to facilitate the debugging of stored procedures. Stored procedure debugging is a debugging method. During the development of a stored procedure, you can trace the process executed by the stored procedure step by step and find the error cause or program bug based on the variable value to improve the fault locating efficiency. You can set breakpoints and perform independent debugging. - openGauss supports functions and stored procedures in the SQL standard, which enhances the usability of stored procedures. For details about how to use the stored procedures, see the *Developer Guide*. + openGauss supports functions and stored procedures in the SQL standard, which enhances the usability of stored procedures. For details about how to use the stored procedures, see the *SQLReference*. - PG Interface Compatibility diff --git a/content/en/docs/ToolandCommandReference/gs_cgroup.md b/content/en/docs/ToolandCommandReference/gs_cgroup.md index 97d1609c4..a960a5314 100644 --- a/content/en/docs/ToolandCommandReference/gs_cgroup.md +++ b/content/en/docs/ToolandCommandReference/gs_cgroup.md @@ -6,7 +6,7 @@ When jobs are batch processed in a cluster, loads on servers significantly vary **gs\_cgroup** creates Cgroups configuration files for the OS user of a database and generates Cgroups that the OS user sets in the OS. **gs\_cgroup** also allows users to add or delete Cgroups, update Cgroup resource quotas, allocate CPU cores or I/O resources, set exception thresholds, and handle the exceptions. **gs\_cgroup** is responsible only for Cgroups operations performed on the node where the current OS resides, and needs to be centrally configured across nodes by invoking the same statement. -For details, see "Resource Load Management" in _Developer Guide_. +For details, see [Resource Load Management](../PerformanceTuningGuide/resource-load-management.md). ## Examples diff --git a/content/en/docs/ToolandCommandReference/gsql.md b/content/en/docs/ToolandCommandReference/gsql.md index 223eece27..e2c089a49 100644 --- a/content/en/docs/ToolandCommandReference/gsql.md +++ b/content/en/docs/ToolandCommandReference/gsql.md @@ -6,8 +6,8 @@ **Basic Features** -- **Connect to the database**: For details, see [Remotely Connecting to a Database]() -- "Database Usage \> Connecting to a Database \> Using gsql to Connect to a Database \> Remotely Connecting to a Database" in the _Developer Guide_. +- **Connect to the database**: For details, see [Gsql Connection and Usage](../GettingStarted/gsql-connection-and-usage.md). + >![](public_sys-resources/icon-note.gif) **NOTE:** > @@ -439,7 +439,7 @@ The user has the permission to access the database. **Background** -Use the **gsql** command to connect to the remote database service. When connecting to the remote database service, enable remote connection on the server. For details, see "Database Usage \> Connecting to a Database \> Using gsql to Connect to a Database \> Remotely Connecting to a Database" in the _Developer Guide_. +Use the **gsql** command to connect to the remote database service. When connecting to the remote database service, enable remote connection on the server. For details, see [Gsql Connection and Usage](../GettingStarted/gsql-connection-and-usage.md). **Procedure** @@ -2200,7 +2200,7 @@ You can, as required, write ?, \(R+|\), \(R|\), and R to the following **PATTER Connect to the database, and run **show log\_hostname** to check whether **log\_hostname** is enabled in the database. - If it is enabled, the database kernel will use DNS to check the name of the host where the client is deployed. If the primary database node is configured with an incorrect or unreachable DNS server, the database connection will take a long time to set up. For details about this parameter, see the description of log\_hostname in section "GUC Parameter Description \> Error Reports and Logs \> Log Content" in the _Developer Guide_. + If it is enabled, the database kernel will use DNS to check the name of the host where the client is deployed. If the primary database node is configured with an incorrect or unreachable DNS server, the database connection will take a long time to set up. For details about this parameter, see the description of log\_hostname in section [Log Content](../DataBaseReference//logging-content.md). - The database kernel slowly runs the initialization statement. @@ -2219,7 +2219,7 @@ You can, as required, write ?, \(R+|\), \(R|\), and R to the following **PATTER It indicates that the **SELECT VERSION\(\)** statement was run slowly. - After the database is connected, you can run the **explain performance select version\(\)** statement to find the reason why the initialization statement was run slowly. For more information, see "Performance Tuning \> SQL Tuning Guide \> SQL Execution Plan" in the _Developer Guide_. + After the database is connected, you can run the **explain performance select version\(\)** statement to find the reason why the initialization statement was run slowly. For more information, see [SQL Execution Plan](../PerformanceTuningGuide/sql-execution-plan-overview.md). An uncommon scenario is that the disk of the machine where the primary database node resides is full or faulty, affecting queries and leading to user authentication failures. As a result, the connection process is suspended. To solve this problem, simply clear the data disk space of the primary database node. @@ -2252,7 +2252,7 @@ You can, as required, write ?, \(R+|\), \(R|\), and R to the following **PATTER - gsql: FATAL: Forbid remote connection with trust method! - For security purposes, remote login in trust mode is forbidden. In this case, you need to modify the connection authentication information in the **pg\_hba.conf** file. For details, see "Database Security Management \> Client Access Authentication \> Configuration File Reference" in the _Developer Guide_. + For security purposes, remote login in trust mode is forbidden. In this case, you need to modify the connection authentication information in the **pg\_hba.conf** file. For details, see [Configuration File Reference](../DatabaseAdministrationGuide/configuration-file-reference.md). >![](public_sys-resources/icon-note.gif) **NOTE:** >Do not modify the configurations of the openGauss host in the **pg\_hba. conf** file. Otherwise, the database may become faulty. It is recommended that service applications be deployed outside the openGauss. @@ -2263,8 +2263,7 @@ You can, as required, write ?, \(R+|\), \(R|\), and R to the following **PATTER If they are different, set **$PGHOST** to the directory specified by **unix\_socket\_directory**. - For more information about **unix\_socket\_directory**, see "GUC Parameter Description \> Connection and Authentication \> Connection Settings" in the _Developer Guide_. - + For more information about **unix\_socket\_directory**, see [Connection Settings](../DataBaseReference/connection-settings.md). - The "libpq.so" loaded mismatch the version of gsql, please check it. This problem occurs because the version of **libpq.so** used in the environment does not match that of **gsql**. Run the **ldd gsql** command to check the version of the loaded **libpq.so**, and then load correct **libpq.so** by modifying the environment variable **LD\_LIBRARY\_PATH**. @@ -2408,7 +2407,8 @@ You can, as required, write ?, \(R+|\), \(R|\), and R to the following **PATTER - gsql: FATAL: GSS authentication method is not allowed because XXXX user password is not disabled. - In **pg\_hba.conf** of the target primary database node, the authentication mode is set to **gss** for authenticating the IP address of the current client. However, this authentication algorithm cannot authenticate clients. Change the authentication algorithm to **sha256** and try again. For details, see "Database Security Management \> Client Access Authentication \> Configuration File Reference" in the _Developer Guide_. + In **pg\_hba.conf** of the target primary database node, the authentication mode is set to **gss** for authenticating the IP address of the current client. However, this authentication algorithm cannot authenticate clients. Change the authentication algorithm to **sha256** and try again. For details, see [Configuration File Reference](../DatabaseAdministrationGuide/configuration-file-reference.md). + >![](public_sys-resources/icon-note.gif) **NOTE:** >- Do not modify the configurations of the openGauss host in the **pg\_hba. conf** file. Otherwise, the database may become faulty. diff --git a/content/en/docs/ToolandCommandReference/pg_recvlogical.md b/content/en/docs/ToolandCommandReference/pg_recvlogical.md index a29143fae..4622513a4 100644 --- a/content/en/docs/ToolandCommandReference/pg_recvlogical.md +++ b/content/en/docs/ToolandCommandReference/pg_recvlogical.md @@ -71,7 +71,7 @@ Logical replication slot behavior parameters are mandatory and must be specified The value can be **include-xids**, **skip-empty-xacts**, **include-timestamp**, **only-local**, **force-binary**, **white-table-list**, **standby-connection**, **parallel-decode-num**, **decode-style**, or **sending-batch**. - For details, see "SQL Reference \> Functions and Operators \> System Administration Functions \> Logical Replication Functions \> pg\_logical\_slot\_peek\_changes \> options" and "Application Development Guide > Development Based on JDBC > Example: Logic Replication Code" in *Developer Guide*. + For details, see [pg\_logical\_slot\_peek\_changes](../SQLReference/logical-replication-functions.md) and [Example: Logic Replication Code](../Developerguide/example-logic-replication-code.md). Link: https://opengauss.org/en/docs/latest/docs/Developerguide/%E7%A4%BA%E4%BE%8B-%E9%80%BB%E8%BE%91%E5%A4%8D%E5%88%B6%E4%BB%A3%E7%A0%81%E7%A4%BA%E4%BE%8B.html - -P, --plugin=PLUGIN -- Gitee From d29cb893159f4cd18d12d7b2bc80d8ee6b79ddcf Mon Sep 17 00:00:00 2001 From: pxq <1456889284@qq.com> Date: Fri, 31 Mar 2023 14:15:14 +0000 Subject: [PATCH 20/75] =?UTF-8?q?update=20content/zh/docs/Releasenotes/?= =?UTF-8?q?=E5=8F=82=E4=B8=8E=E8=B4=A1=E7=8C=AE.md.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: pxq <1456889284@qq.com> --- .../\345\217\202\344\270\216\350\264\241\347\214\256.md" | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git "a/content/zh/docs/Releasenotes/\345\217\202\344\270\216\350\264\241\347\214\256.md" "b/content/zh/docs/Releasenotes/\345\217\202\344\270\216\350\264\241\347\214\256.md" index e146aac60..f19e7583a 100644 --- "a/content/zh/docs/Releasenotes/\345\217\202\344\270\216\350\264\241\347\214\256.md" +++ "b/content/zh/docs/Releasenotes/\345\217\202\344\270\216\350\264\241\347\214\256.md" @@ -2,17 +2,17 @@ **参与贡献** -作为openGauss用户,你可以通过多种方式协助openGauss社区。参与社区贡献的方法请参见[社区贡献](https://opengauss.org/zh/contribution.html),这里简单列出部分方式供参考。 +作为openGauss用户,你可以通过多种方式协助openGauss社区。参与社区贡献的方法请参见[社区贡献](https://opengauss.org/zh/contribution/),这里简单列出部分方式供参考。 **特别兴趣小组** -openGauss将拥有共同兴趣的人们聚在一起,组成了不同的特别兴趣小组(SIG)。当前已有的SIG请参见[SIG列表](https://opengauss.org/zh/contribution.html)。 +openGauss将拥有共同兴趣的人们聚在一起,组成了不同的特别兴趣小组(SIG)。当前已有的SIG请参见[SIG列表](https://opengauss.org/zh/contribution/)。 -我们欢迎并鼓励你加入已有的SIG或创建新的SIG,创建方法请参见[SIG管理指南](https://gitee.com/opengauss/tc/blob/master/sigs/README.md)。 +我们欢迎并鼓励你加入已有的SIG或创建新的SIG,创建方法请参见[SIG管理指南](https://gitee.com/opengauss/tc/blob/master/sigs/README.md/)。 **邮件列表和任务** -欢迎你积极地帮助用户解决在[邮件列表](https://opengauss.org/zh/community/mails.html)和issue任务(包括[代码仓任务](https://gitee.com/organizations/opengauss/issues))中提出的问题。另外,我们也欢迎你提出问题。这些都将帮助openGauss社区更好地发展。 +欢迎你积极地帮助用户解决在[邮件列表](https://opengauss.org/zh/community/onlineCommunication/)和issue任务(包括[代码仓任务](https://gitee.com/organizations/opengauss/issues))中提出的问题。另外,我们也欢迎你提出问题。这些都将帮助openGauss社区更好地发展。 **文档** -- Gitee From fe1d601037db0893a160e46205ba303ff533575b Mon Sep 17 00:00:00 2001 From: pxq <1456889284@qq.com> Date: Fri, 31 Mar 2023 14:16:37 +0000 Subject: [PATCH 21/75] =?UTF-8?q?update=20content/docs-lite/zh/docs/Releas?= =?UTF-8?q?enotes/=E5=8F=82=E4=B8=8E=E8=B4=A1=E7=8C=AE.md.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: pxq <1456889284@qq.com> --- .../\345\217\202\344\270\216\350\264\241\347\214\256.md" | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git "a/content/docs-lite/zh/docs/Releasenotes/\345\217\202\344\270\216\350\264\241\347\214\256.md" "b/content/docs-lite/zh/docs/Releasenotes/\345\217\202\344\270\216\350\264\241\347\214\256.md" index e146aac60..f19e7583a 100644 --- "a/content/docs-lite/zh/docs/Releasenotes/\345\217\202\344\270\216\350\264\241\347\214\256.md" +++ "b/content/docs-lite/zh/docs/Releasenotes/\345\217\202\344\270\216\350\264\241\347\214\256.md" @@ -2,17 +2,17 @@ **参与贡献** -作为openGauss用户,你可以通过多种方式协助openGauss社区。参与社区贡献的方法请参见[社区贡献](https://opengauss.org/zh/contribution.html),这里简单列出部分方式供参考。 +作为openGauss用户,你可以通过多种方式协助openGauss社区。参与社区贡献的方法请参见[社区贡献](https://opengauss.org/zh/contribution/),这里简单列出部分方式供参考。 **特别兴趣小组** -openGauss将拥有共同兴趣的人们聚在一起,组成了不同的特别兴趣小组(SIG)。当前已有的SIG请参见[SIG列表](https://opengauss.org/zh/contribution.html)。 +openGauss将拥有共同兴趣的人们聚在一起,组成了不同的特别兴趣小组(SIG)。当前已有的SIG请参见[SIG列表](https://opengauss.org/zh/contribution/)。 -我们欢迎并鼓励你加入已有的SIG或创建新的SIG,创建方法请参见[SIG管理指南](https://gitee.com/opengauss/tc/blob/master/sigs/README.md)。 +我们欢迎并鼓励你加入已有的SIG或创建新的SIG,创建方法请参见[SIG管理指南](https://gitee.com/opengauss/tc/blob/master/sigs/README.md/)。 **邮件列表和任务** -欢迎你积极地帮助用户解决在[邮件列表](https://opengauss.org/zh/community/mails.html)和issue任务(包括[代码仓任务](https://gitee.com/organizations/opengauss/issues))中提出的问题。另外,我们也欢迎你提出问题。这些都将帮助openGauss社区更好地发展。 +欢迎你积极地帮助用户解决在[邮件列表](https://opengauss.org/zh/community/onlineCommunication/)和issue任务(包括[代码仓任务](https://gitee.com/organizations/opengauss/issues))中提出的问题。另外,我们也欢迎你提出问题。这些都将帮助openGauss社区更好地发展。 **文档** -- Gitee From f2739557b724b52bd74e8a94bbd29974e0b1efe3 Mon Sep 17 00:00:00 2001 From: liyang0608 <264327807@qq.com> Date: Mon, 3 Apr 2023 11:01:44 +0800 Subject: [PATCH 22/75] fixed 58970a6 from https://gitee.com/liyang0608/docs/pulls/4820 fix bugs --- content/docs-lite/en/docs/AboutopenGauss/gray-upgrade.md | 2 +- content/docs-lite/zh/docs/GettingStarted/GettingStarted.md | 2 +- content/en/docs/AboutopenGauss/gray-upgrade.md | 4 ++-- content/en/docs/AboutopenGauss/rolling-upgrade.md | 2 +- content/en/docs/DatabaseOMGuide/upgrade-process.md | 2 +- ...24\250\345\274\200\345\217\221\346\214\207\345\215\227.md" | 1 + content/zh/docs/GettingStarted/.keep | 0 content/zh/docs/GettingStarted/GettingStarted.md | 2 +- ...6\257\345\242\203_\344\274\201\344\270\232\347\211\210.md" | 2 +- 9 files changed, 9 insertions(+), 8 deletions(-) delete mode 100644 content/zh/docs/GettingStarted/.keep diff --git a/content/docs-lite/en/docs/AboutopenGauss/gray-upgrade.md b/content/docs-lite/en/docs/AboutopenGauss/gray-upgrade.md index 0cbe68873..5a94e9a65 100644 --- a/content/docs-lite/en/docs/AboutopenGauss/gray-upgrade.md +++ b/content/docs-lite/en/docs/AboutopenGauss/gray-upgrade.md @@ -22,7 +22,7 @@ None. ## Constraints -For details about the gray upgrade constraints, see "Before You Start \> Upgrade Impact and Constraints" in _Upgrade Guide_. +For details about the gray upgrade constraints, see [Before You Start ](../DatabaseOMGuide/before-you-start.md). ## Dependencies diff --git a/content/docs-lite/zh/docs/GettingStarted/GettingStarted.md b/content/docs-lite/zh/docs/GettingStarted/GettingStarted.md index 6694f4974..6c2410820 100644 --- a/content/docs-lite/zh/docs/GettingStarted/GettingStarted.md +++ b/content/docs-lite/zh/docs/GettingStarted/GettingStarted.md @@ -4,6 +4,6 @@ 例如, [安装指南](../InstallationGuide/installation.md)提供有关安装要求和过程的信息,而 [数据库管理指南](../DatabaseAdministrationGuide/数据库管理指南.md)提供有关管理的信息。 - [应用开发指南](../DeveloperGuide/应用开发指南.md)部分介绍了openGauss的许多重要功能。 + [应用开发指南](../Developerguide/应用开发指南.md)部分介绍了openGauss的许多重要功能。 例如, [内存优化表MOT管理](../DatabaseAdministrationGuide/内存优化表MOT管理.md)部分详细介绍了内存优化表,这是一种与标准存储引擎并排嵌入的高性能存储引擎。其中包括MOT简介(包括性能基准),使用MOT部分为完整的手册指南,MOT概念部分作为总结,以便大家对MOT设计和技术有更深入的了解。 \ No newline at end of file diff --git a/content/en/docs/AboutopenGauss/gray-upgrade.md b/content/en/docs/AboutopenGauss/gray-upgrade.md index 0cbe68873..231049f52 100644 --- a/content/en/docs/AboutopenGauss/gray-upgrade.md +++ b/content/en/docs/AboutopenGauss/gray-upgrade.md @@ -22,8 +22,8 @@ None. ## Constraints -For details about the gray upgrade constraints, see "Before You Start \> Upgrade Impact and Constraints" in _Upgrade Guide_. - +For details about the gray upgrade constraints, see [Before You Start](../DatabaseOMGuide/before-you-start.md). + ## Dependencies None. diff --git a/content/en/docs/AboutopenGauss/rolling-upgrade.md b/content/en/docs/AboutopenGauss/rolling-upgrade.md index 4ce7b5ea7..e58b76ed1 100644 --- a/content/en/docs/AboutopenGauss/rolling-upgrade.md +++ b/content/en/docs/AboutopenGauss/rolling-upgrade.md @@ -23,7 +23,7 @@ None. ## Constraints All gray upgrade constraints are met. -For details about the gray upgrade constraints, see "Before You Start \> Upgrade Impact and Constraints" in *Upgrade Guide*. +For details about the gray upgrade constraints, see [Before You Start](../DatabaseOMGuide/before-you-start.md). ## Dependencies diff --git a/content/en/docs/DatabaseOMGuide/upgrade-process.md b/content/en/docs/DatabaseOMGuide/upgrade-process.md index e84b03cdf..e22ba8b59 100644 --- a/content/en/docs/DatabaseOMGuide/upgrade-process.md +++ b/content/en/docs/DatabaseOMGuide/upgrade-process.md @@ -42,7 +42,7 @@ This section describes the process for upgrade from an earlier version to the ta

The duration is the same as the operation duration. Generally, the duration does not exceed 30 minutes.

-

Start the upgrade according to the upgrade guide.

+

Start the upgrade according to the Database O&M Guide.

Verify the upgrade.

diff --git "a/content/zh/docs/Developerguide/\345\272\224\347\224\250\345\274\200\345\217\221\346\214\207\345\215\227.md" "b/content/zh/docs/Developerguide/\345\272\224\347\224\250\345\274\200\345\217\221\346\214\207\345\215\227.md" index e69de29bb..aafa7f220 100644 --- "a/content/zh/docs/Developerguide/\345\272\224\347\224\250\345\274\200\345\217\221\346\214\207\345\215\227.md" +++ "b/content/zh/docs/Developerguide/\345\272\224\347\224\250\345\274\200\345\217\221\346\214\207\345\215\227.md" @@ -0,0 +1 @@ +# 应用开发指南 \ No newline at end of file diff --git a/content/zh/docs/GettingStarted/.keep b/content/zh/docs/GettingStarted/.keep deleted file mode 100644 index e69de29bb..000000000 diff --git a/content/zh/docs/GettingStarted/GettingStarted.md b/content/zh/docs/GettingStarted/GettingStarted.md index c2c530202..e77764506 100644 --- a/content/zh/docs/GettingStarted/GettingStarted.md +++ b/content/zh/docs/GettingStarted/GettingStarted.md @@ -4,6 +4,6 @@ 例如, [安装指南](../InstallationGuide/InstallationGuide.md)提供有关安装要求和过程的信息,而 [数据库管理](../DatabaseAdministrationGuide/数据库管理指南.md)提供有关管理的信息。 - [应用开发指南](../DeveloperGuide/应用开发指南.md)介绍了openGauss的应用开发指导。 + [应用开发指南](../Developerguide/应用开发指南.md)介绍了openGauss的应用开发指导。 例如, [内存优化表MOT管理](../DatabaseAdministrationGuide/内存优化表MOT管理.md)部分详细介绍了内存优化表,这是一种与标准存储引擎并排嵌入的高性能存储引擎。其中包括MOT简介(包括性能基准),使用MOT部分为完整的手册指南,MOT概念部分作为总结,以便大家对MOT设计和技术有更深入的了解。 \ No newline at end of file diff --git "a/content/zh/docs/InstallationGuide/\345\207\206\345\244\207\350\275\257\347\241\254\344\273\266\345\256\211\350\243\205\347\216\257\345\242\203_\344\274\201\344\270\232\347\211\210.md" "b/content/zh/docs/InstallationGuide/\345\207\206\345\244\207\350\275\257\347\241\254\344\273\266\345\256\211\350\243\205\347\216\257\345\242\203_\344\274\201\344\270\232\347\211\210.md" index 3b25ed2ae..281a94960 100644 --- "a/content/zh/docs/InstallationGuide/\345\207\206\345\244\207\350\275\257\347\241\254\344\273\266\345\256\211\350\243\205\347\216\257\345\242\203_\344\274\201\344\270\232\347\211\210.md" +++ "b/content/zh/docs/InstallationGuide/\345\207\206\345\244\207\350\275\257\347\241\254\344\273\266\345\256\211\350\243\205\347\216\257\345\242\203_\344\274\201\344\270\232\347\211\210.md" @@ -174,7 +174,7 @@ openGauss的软件依赖要求如[表3](#table1212531681911)所示。 ![](public_sys-resources/icon-caution.gif) **注意:** -以下动作需要以root用户进行操作操作完成后请及时注销root用户,避免误操作。 +以下动作需要以root用户进行操作,操作完成后请及时注销root用户,避免误操作。 ### 关闭操作系统防火墙 -- Gitee From 2cf6796d47ded39163da89279acd89dbfab13586 Mon Sep 17 00:00:00 2001 From: pxq <1456889284@qq.com> Date: Mon, 3 Apr 2023 16:37:15 +0800 Subject: [PATCH 23/75] =?UTF-8?q?fix:=E4=BF=AE=E6=AD=A3=E9=93=BE=E6=8E=A5?= =?UTF-8?q?=E5=AE=98=E7=BD=91=E7=9A=84=E8=B6=85=E9=93=BE=E6=8E=A5=E5=9C=B0?= =?UTF-8?q?=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../en/docs/Appendix/obtaining-opengauss-resources.md | 6 +++--- .../en/docs/BriefTutorial/obtaining-opengauss-resources.md | 6 +++--- content/docs-lite/en/docs/BriefTutorial/python.md | 2 +- .../mot-sample-tpc-c-benchmark.md | 2 +- .../container-based-installation-on-a-single-node.md | 2 +- content/docs-lite/en/docs/GettingStarted/python.md | 2 +- .../PerformanceTuningGuide/testing-mot-tpcc-performance.md | 2 +- .../PerformanceTuningGuide/testing-tpc-c-performance.md | 2 +- content/docs-lite/en/docs/Releasenotes/contribution.md | 6 +++--- ...auss\350\265\204\346\272\220\350\216\267\345\217\226.md" | 6 +++--- ...346\240\267\344\276\213TPC-C\345\237\272\345\207\206.md" | 2 +- content/docs-lite/zh/docs/GettingStarted/Python.md | 2 +- ...\265\213\350\257\225MOT-TPCC\346\200\247\350\203\275.md" | 2 +- ...\346\265\213\350\257\225TPCC\346\200\247\350\203\275.md" | 2 +- .../prometheus-exporter-environment-deployment.md | 2 +- content/en/docs/Appendix/obtaining-opengauss-resources.md | 6 +++--- .../en/docs/BriefTutorial/obtaining-opengauss-resources.md | 6 +++--- content/en/docs/BriefTutorial/python.md | 2 +- content/en/docs/DataMigrationGuide/data-check.md | 2 +- content/en/docs/DataMigrationGuide/full-migration.md | 2 +- content/en/docs/DataMigrationGuide/reverse-migration.md | 2 +- .../docs/DatabaseAdministrationGuide/MOT-JIT-Diagnostics.md | 2 +- .../mot-sample-tpc-c-benchmark.md | 2 +- content/en/docs/ExtensionReference/dolphin-rename-user.md | 2 +- .../container-based-installation-on-a-single-node.md | 2 +- content/en/docs/GettingStarted/python.md | 2 +- .../installation-on-a-single-node_container.md | 2 +- .../PerformanceTuningGuide/testing-mot-tpc-c-performance.md | 2 +- .../PerformanceTuningGuide/testing-tpc-c-performance.md | 2 +- content/en/docs/Releasenotes/contribution.md | 6 +++--- content/en/docs/ToolandCommandReference/pg_recvlogical.md | 2 +- ...\266\347\216\257\345\242\203\351\203\250\347\275\262.md" | 2 +- ...auss\350\265\204\346\272\220\350\216\267\345\217\226.md" | 6 +++--- .../\347\211\210\346\234\254\347\274\226\350\257\221.md" | 2 +- .../\345\205\250\351\207\217\350\277\201\347\247\273.md" | 2 +- .../\345\217\215\345\220\221\350\277\201\347\247\273.md" | 2 +- .../\345\242\236\351\207\217\350\277\201\347\247\273.md" | 2 +- ...346\240\267\344\276\213TPC-C\345\237\272\345\207\206.md" | 2 +- content/zh/docs/ExtensionReference/dolphin-RENAME-USER.md | 2 +- content/zh/docs/GettingStarted/Python.md | 2 +- ...\265\213\350\257\225MOT-TPCC\346\200\247\350\203\275.md" | 2 +- ...\346\265\213\350\257\225TPCC\346\200\247\350\203\275.md" | 2 +- content/zh/docs/SQLReference/SELECT.md | 4 ++-- content/zh/docs/ToolandCommandReference/pg_recvlogical.md | 2 +- 44 files changed, 61 insertions(+), 61 deletions(-) diff --git a/content/docs-lite/en/docs/Appendix/obtaining-opengauss-resources.md b/content/docs-lite/en/docs/Appendix/obtaining-opengauss-resources.md index 375df4e8e..50eb874c1 100644 --- a/content/docs-lite/en/docs/Appendix/obtaining-opengauss-resources.md +++ b/content/docs-lite/en/docs/Appendix/obtaining-opengauss-resources.md @@ -19,7 +19,7 @@ openGauss provides online resources that contain a lot of useful information, su openGauss has opened the database source code and an [openGauss community](https://gitee.com/opengauss) has been established. openGauss encourages users to contribute to and cooperate with the community, hoping to jointly build an enterprise-level open-source database community that can integrate diversified technical architectures. -The openGauss community is organized based on different Special Interest Groups \(SIGs\) to better manage and improve the work process. SIGs are open to everyone to make contributions. Each SIG has one or more code repositories on the Gitee platform. You can commit issues, participate in issue discussions, pull requests, and review code in the code repository of an SIG. [Table 1](#table9705652154412) lists common SIGs. You can find the SIGs that you are interested in from the SIG list. For details about how to contribute to the community, see [Contribution](https://opengauss.org/zh/contribution.html). +The openGauss community is organized based on different Special Interest Groups \(SIGs\) to better manage and improve the work process. SIGs are open to everyone to make contributions. Each SIG has one or more code repositories on the Gitee platform. You can commit issues, participate in issue discussions, pull requests, and review code in the code repository of an SIG. [Table 1](#table9705652154412) lists common SIGs. You can find the SIGs that you are interested in from the SIG list. For details about how to contribute to the community, see [Contribution](https://opengauss.org/zh/contribution/). **Table 1** Common SIGs in the openGauss community @@ -135,11 +135,11 @@ The openGauss community is organized based on different Special Interest Groups ## Blog -openGauss provides a [blog](https://opengauss.org/zh/blogs/blogs.html) section, where users can exchange their problems and experience during the use of openGauss. If you encounter any problem, you can also search for other users' solutions. Or, post blogs to share your experience with other users, helping them solve problems. +openGauss provides a [blog](https://opengauss.org/zh/blogs/) section, where users can exchange their problems and experience during the use of openGauss. If you encounter any problem, you can also search for other users' solutions. Or, post blogs to share your experience with other users, helping them solve problems. ## Mailing List -The openGauss community uses the mailing list for online communication. We sincerely invite you to participate indiscussions through the mailing list. For details, see [Communication](https://opengauss.org/zh/community/onlineCommunication.html). +The openGauss community uses the mailing list for online communication. We sincerely invite you to participate indiscussions through the mailing list. For details, see [Communication](https://opengauss.org/zh/community/onlineCommunication/). ## Learning Platform diff --git a/content/docs-lite/en/docs/BriefTutorial/obtaining-opengauss-resources.md b/content/docs-lite/en/docs/BriefTutorial/obtaining-opengauss-resources.md index 375df4e8e..50eb874c1 100644 --- a/content/docs-lite/en/docs/BriefTutorial/obtaining-opengauss-resources.md +++ b/content/docs-lite/en/docs/BriefTutorial/obtaining-opengauss-resources.md @@ -19,7 +19,7 @@ openGauss provides online resources that contain a lot of useful information, su openGauss has opened the database source code and an [openGauss community](https://gitee.com/opengauss) has been established. openGauss encourages users to contribute to and cooperate with the community, hoping to jointly build an enterprise-level open-source database community that can integrate diversified technical architectures. -The openGauss community is organized based on different Special Interest Groups \(SIGs\) to better manage and improve the work process. SIGs are open to everyone to make contributions. Each SIG has one or more code repositories on the Gitee platform. You can commit issues, participate in issue discussions, pull requests, and review code in the code repository of an SIG. [Table 1](#table9705652154412) lists common SIGs. You can find the SIGs that you are interested in from the SIG list. For details about how to contribute to the community, see [Contribution](https://opengauss.org/zh/contribution.html). +The openGauss community is organized based on different Special Interest Groups \(SIGs\) to better manage and improve the work process. SIGs are open to everyone to make contributions. Each SIG has one or more code repositories on the Gitee platform. You can commit issues, participate in issue discussions, pull requests, and review code in the code repository of an SIG. [Table 1](#table9705652154412) lists common SIGs. You can find the SIGs that you are interested in from the SIG list. For details about how to contribute to the community, see [Contribution](https://opengauss.org/zh/contribution/). **Table 1** Common SIGs in the openGauss community @@ -135,11 +135,11 @@ The openGauss community is organized based on different Special Interest Groups ## Blog -openGauss provides a [blog](https://opengauss.org/zh/blogs/blogs.html) section, where users can exchange their problems and experience during the use of openGauss. If you encounter any problem, you can also search for other users' solutions. Or, post blogs to share your experience with other users, helping them solve problems. +openGauss provides a [blog](https://opengauss.org/zh/blogs/) section, where users can exchange their problems and experience during the use of openGauss. If you encounter any problem, you can also search for other users' solutions. Or, post blogs to share your experience with other users, helping them solve problems. ## Mailing List -The openGauss community uses the mailing list for online communication. We sincerely invite you to participate indiscussions through the mailing list. For details, see [Communication](https://opengauss.org/zh/community/onlineCommunication.html). +The openGauss community uses the mailing list for online communication. We sincerely invite you to participate indiscussions through the mailing list. For details, see [Communication](https://opengauss.org/zh/community/onlineCommunication/). ## Learning Platform diff --git a/content/docs-lite/en/docs/BriefTutorial/python.md b/content/docs-lite/en/docs/BriefTutorial/python.md index 36f696b54..c930a5888 100644 --- a/content/docs-lite/en/docs/BriefTutorial/python.md +++ b/content/docs-lite/en/docs/BriefTutorial/python.md @@ -29,7 +29,7 @@ openGauss supports the psycopg2 feature and allows psycopg2 to be connected in S ## Loading a Driver - Before using the driver, perform the following operations: - 1. Download the compiled psycopg2 package from the [openGauss website](https://opengauss.org/zh/download.html). + 1. Download the compiled psycopg2 package from the [openGauss website](https://opengauss.org/zh/download/). >![](public_sys-resources/icon-note.gif) **NOTE:** >The psycopg2 downloaded from the openGauss website matches Python 3.6. If you use Python of another version, you need to compile psycopg2. The compilation method is similar to that in the PostgreSQL database. You only need to modify the code for verifying the version number of **setup.py** during compilation by running the following command: diff --git a/content/docs-lite/en/docs/DatabaseAdministrationGuide/mot-sample-tpc-c-benchmark.md b/content/docs-lite/en/docs/DatabaseAdministrationGuide/mot-sample-tpc-c-benchmark.md index 6c2c0b82d..252d3d5c2 100644 --- a/content/docs-lite/en/docs/DatabaseAdministrationGuide/mot-sample-tpc-c-benchmark.md +++ b/content/docs-lite/en/docs/DatabaseAdministrationGuide/mot-sample-tpc-c-benchmark.md @@ -126,7 +126,7 @@ For example, to test TPCC, the **BenchmarkSQL** can be used, as follows – - The schema creation scripts in the **benchmarksql** tool need to be adjusted to MOT syntax and unsupported DDLs need to be avoided. The adjusted scripts can be directly downloaded from the following link – [https://opengauss.obs.cn-south-1.myhuaweicloud.com/1.0.0/MOT-TPCC-Benchmark.tar.gz](https://opengauss.obs.cn-south-1.myhuaweicloud.com/1.0.0/MOT-TPCC-Benchmark.tar.gz). The contents of this tar file includes sql.common.opengauss.mot folder and jTPCCTData.java file as well as a sample configuration file postgresql.conf and a TPCC properties file props.mot for reference. - Place the sql.common.opengauss.mot folder in the same level as sql.common under run folder and replace the file src/client/jTPCCTData.java with the downloaded java file. - Edit the file runDatabaseBuild.sh under run folder to remove **extraHistID** from **AFTER\_LOAD** list to avoid unsupported alter table DDL. -- Replace the JDBC driver under lib/postgres folder with the openGauss JDBC driver available from the following link – [https://opengauss.org/en/download.html](https://opengauss.org/en/download.html). +- Replace the JDBC driver under lib/postgres folder with the openGauss JDBC driver available from the following link – [https://opengauss.org/en/download/](https://opengauss.org/en/download/). The only change done in the downloaded java file \(compared to the original one\) was to comment the error log printing for serialization and duplicate key errors. These errors are normal in case of MOT, since it uses Optimistic Concurrency Control \(OCC\) mechanism. diff --git a/content/docs-lite/en/docs/GettingStarted/container-based-installation-on-a-single-node.md b/content/docs-lite/en/docs/GettingStarted/container-based-installation-on-a-single-node.md index 47d8802a1..e96e4f56e 100644 --- a/content/docs-lite/en/docs/GettingStarted/container-based-installation-on-a-single-node.md +++ b/content/docs-lite/en/docs/GettingStarted/container-based-installation-on-a-single-node.md @@ -16,7 +16,7 @@ Use the **buildDockerImage.sh** script to build a Docker image. This script is >![](public_sys-resources/icon-note.gif) **NOTE:** > -> - Before the installation, you need to provide the openGauss binary installation package. After decompressing the package, place the package \(**openGauss-***X.X.X***-CentOS-64bit.tar.bz2**\) in the **dockerfiles/**<*version*\> folder. The binary package can be downloaded from [https://opengauss.org/en/download.html](https://opengauss.org/en/download.html). Ensure that the correct yum source is available. +> - Before the installation, you need to provide the openGauss binary installation package. After decompressing the package, place the package \(**openGauss-***X.X.X***-CentOS-64bit.tar.bz2**\) in the **dockerfiles/**<*version*\> folder. The binary package can be downloaded from [https://opengauss.org/en/download/](https://opengauss.org/en/download/). Ensure that the correct yum source is available. > > - If the **-i** option is not specified when you run the **buildDockerImage.sh** script, the SHA-256 check is performed by default. You need to manually write the check result to the **sha256\_file\_amd64** file. > ``` diff --git a/content/docs-lite/en/docs/GettingStarted/python.md b/content/docs-lite/en/docs/GettingStarted/python.md index 36f696b54..c930a5888 100644 --- a/content/docs-lite/en/docs/GettingStarted/python.md +++ b/content/docs-lite/en/docs/GettingStarted/python.md @@ -29,7 +29,7 @@ openGauss supports the psycopg2 feature and allows psycopg2 to be connected in S ## Loading a Driver - Before using the driver, perform the following operations: - 1. Download the compiled psycopg2 package from the [openGauss website](https://opengauss.org/zh/download.html). + 1. Download the compiled psycopg2 package from the [openGauss website](https://opengauss.org/zh/download/). >![](public_sys-resources/icon-note.gif) **NOTE:** >The psycopg2 downloaded from the openGauss website matches Python 3.6. If you use Python of another version, you need to compile psycopg2. The compilation method is similar to that in the PostgreSQL database. You only need to modify the code for verifying the version number of **setup.py** during compilation by running the following command: diff --git a/content/docs-lite/en/docs/PerformanceTuningGuide/testing-mot-tpcc-performance.md b/content/docs-lite/en/docs/PerformanceTuningGuide/testing-mot-tpcc-performance.md index 7e345efe5..f8c099bc5 100644 --- a/content/docs-lite/en/docs/PerformanceTuningGuide/testing-mot-tpcc-performance.md +++ b/content/docs-lite/en/docs/PerformanceTuningGuide/testing-mot-tpcc-performance.md @@ -126,7 +126,7 @@ For example, to test TPCC, the **BenchmarkSQL** can be used, as follows – - The schema creation scripts in the **benchmarksql** tool need to be adjusted to MOT syntax and unsupported DDLs need to be avoided. The adjusted scripts can be directly downloaded from the following link – [https://opengauss.obs.cn-south-1.myhuaweicloud.com/1.0.0/MOT-TPCC-Benchmark.tar.gz](https://opengauss.obs.cn-south-1.myhuaweicloud.com/1.0.0/MOT-TPCC-Benchmark.tar.gz). The contents of this tar file includes sql.common.opengauss.mot folder and jTPCCTData.java file as well as a sample configuration file postgresql.conf and a TPCC properties file props.mot for reference. - Place the sql.common.opengauss.mot folder in the same level as sql.common under run folder and replace the file src/client/jTPCCTData.java with the downloaded java file. - Edit the file runDatabaseBuild.sh under run folder to remove **extraHistID** from **AFTER\_LOAD** list to avoid unsupported alter table DDL. -- Replace the JDBC driver under lib/postgres folder with the openGauss JDBC driver available from the following link – [https://opengauss.org/en/download.html](https://opengauss.org/en/download.html). +- Replace the JDBC driver under lib/postgres folder with the openGauss JDBC driver available from the following link – [https://opengauss.org/en/download/](https://opengauss.org/en/download/). The only change done in the downloaded java file \(compared to the original one\) was to comment the error log printing for serialization and duplicate key errors. These errors are normal in case of MOT, since it uses Optimistic Concurrency Control \(OCC\) mechanism. diff --git a/content/docs-lite/en/docs/PerformanceTuningGuide/testing-tpc-c-performance.md b/content/docs-lite/en/docs/PerformanceTuningGuide/testing-tpc-c-performance.md index fdbff71b9..b500ade61 100644 --- a/content/docs-lite/en/docs/PerformanceTuningGuide/testing-tpc-c-performance.md +++ b/content/docs-lite/en/docs/PerformanceTuningGuide/testing-tpc-c-performance.md @@ -11,7 +11,7 @@ postgresql-9.3-1102.jdbc41.jar.bak # Backup .jar file. ``` - The JDBC version package adapted to openGauss is obtained from [openGauss-x.x.x-JDBC .tar.gz](https://opengauss.org/zh/download.html). + The JDBC version package adapted to openGauss is obtained from [openGauss-x.x.x-JDBC .tar.gz](https://opengauss.org/zh/download/). 3. Go to the root directory of benchmarksql-5.0 and run the **ant** command for compilation. diff --git a/content/docs-lite/en/docs/Releasenotes/contribution.md b/content/docs-lite/en/docs/Releasenotes/contribution.md index f309307d3..d84f7b548 100644 --- a/content/docs-lite/en/docs/Releasenotes/contribution.md +++ b/content/docs-lite/en/docs/Releasenotes/contribution.md @@ -2,17 +2,17 @@ **Participating in Contribution** -As an openGauss user, you can contribute to the openGauss community in multiple ways. For details about how to contribute to the community, see [Contribution](https://opengauss.org/en/contribution.html). Here, some methods are listed for reference. +As an openGauss user, you can contribute to the openGauss community in multiple ways. For details about how to contribute to the community, see [Contribution](https://opengauss.org/en/contribution/). Here, some methods are listed for reference. **Special Interest Groups \(SIGs\)** -openGauss brings together people of common interest to form different SIGs. For details about existing SIGs, see the [SIG list](https://opengauss.org/en/contribution.html). +openGauss brings together people of common interest to form different SIGs. For details about existing SIGs, see the [SIG list](https://opengauss.org/en/contribution/). You are welcome to join an existing SIG or create a SIG. For details about how to create a SIG, see [Special Interest Group \(SIG\)](https://gitee.com/opengauss/tc/blob/master/sigs/README.en.md). **Mail List and Issues** -You are welcome to actively help users solve problems raised in the [mail list](https://opengauss.org/en/community/mails.html) and issues \(including [code repository issues](https://gitee.com/organizations/opengauss/issues)\). In addition, you can submit an issue. All these will help the openGauss community develop better. +You are welcome to actively help users solve problems raised in the [mail list](https://opengauss.org/en/community/onlineCommunication/) and issues \(including [code repository issues](https://gitee.com/organizations/opengauss/issues)\). In addition, you can submit an issue. All these will help the openGauss community develop better. **Documents** diff --git "a/content/docs-lite/zh/docs/Appendix/openGauss\350\265\204\346\272\220\350\216\267\345\217\226.md" "b/content/docs-lite/zh/docs/Appendix/openGauss\350\265\204\346\272\220\350\216\267\345\217\226.md" index 532e458e0..e08f3b32b 100644 --- "a/content/docs-lite/zh/docs/Appendix/openGauss\350\265\204\346\272\220\350\216\267\345\217\226.md" +++ "b/content/docs-lite/zh/docs/Appendix/openGauss\350\265\204\346\272\220\350\216\267\345\217\226.md" @@ -19,7 +19,7 @@ openGauss提供了在线资源,其中包含大量有用的信息,例如常 openGauss已经开放数据库源代码,成立了[openGauss开源社区](https://gitee.com/opengauss)。openGauss鼓励用户进行社区贡献、合作,希望能共同构建一个能够融合多元化技术架构的企业级开源数据库社区。 -openGauss社区按照不同的SIGs(Special Interest Groups)来组织,以便于更好的管理和改善工作流程。 SIG是开放的,欢迎任何人加入并参与贡献。每一个SIG在码云上拥有一个或多个代码仓库。 您可以在SIG对应的代码仓库上提交Issue,参与Issue讨论,提交Pull Request,参与代码检视等。 常用SIG见[表1](#table9705652154412),您可以从SIG说明列表中找到您感兴趣的SIG。参与贡献的方法请参见[社区贡献](https://opengauss.org/zh/contribution.html)。 +openGauss社区按照不同的SIGs(Special Interest Groups)来组织,以便于更好的管理和改善工作流程。 SIG是开放的,欢迎任何人加入并参与贡献。每一个SIG在码云上拥有一个或多个代码仓库。 您可以在SIG对应的代码仓库上提交Issue,参与Issue讨论,提交Pull Request,参与代码检视等。 常用SIG见[表1](#table9705652154412),您可以从SIG说明列表中找到您感兴趣的SIG。参与贡献的方法请参见[社区贡献](https://opengauss.org/zh/contribution/)。 **表 1** openGauss社区常见SIG @@ -135,11 +135,11 @@ openGauss社区按照不同的SIGs(Special Interest Groups)来组织,以 ## 博客 -openGauss提供了[博客](https://opengauss.org/zh/blogs/blogs.html)板块,此处汇聚了openGauss用户在使用过程中的问题解决和心得。如果遇到问题,您也可以在此处进行搜索,查看其他用户的解决办法。您在使用过程中的心得,也可以发表博客分享给其他用户,帮助更多的人解决问题。 +openGauss提供了[博客](https://opengauss.org/zh/blogs/)板块,此处汇聚了openGauss用户在使用过程中的问题解决和心得。如果遇到问题,您也可以在此处进行搜索,查看其他用户的解决办法。您在使用过程中的心得,也可以发表博客分享给其他用户,帮助更多的人解决问题。 ## 邮件列表 -openGauss社区使用邮件列表进行线上沟通交流。我们真诚地邀请您通过邮件列表参与讨论,详情请参见[线上交流](https://opengauss.org/zh/community/onlineCommunication.html)。 +openGauss社区使用邮件列表进行线上沟通交流。我们真诚地邀请您通过邮件列表参与讨论,详情请参见[线上交流](https://opengauss.org/zh/community/onlineCommunication/)。 ## 学习交流平台 diff --git "a/content/docs-lite/zh/docs/DatabaseAdministrationGuide/MOT\346\240\267\344\276\213TPC-C\345\237\272\345\207\206.md" "b/content/docs-lite/zh/docs/DatabaseAdministrationGuide/MOT\346\240\267\344\276\213TPC-C\345\237\272\345\207\206.md" index 237685427..9b67146c0 100644 --- "a/content/docs-lite/zh/docs/DatabaseAdministrationGuide/MOT\346\240\267\344\276\213TPC-C\345\237\272\345\207\206.md" +++ "b/content/docs-lite/zh/docs/DatabaseAdministrationGuide/MOT\346\240\267\344\276\213TPC-C\345\237\272\345\207\206.md" @@ -126,7 +126,7 @@ tpm-C指标单位表示为每分钟事务数-C,而C表示TPC-C特定基准。 - benchmarksql工具中的模式创建脚本需要调整为MOT语法,避免使用不支持的DDL。下载调整后的脚本:[https://opengauss.obs.cn-south-1.myhuaweicloud.com/1.0.0/MOT-TPCC-Benchmark.tar.gz](https://opengauss.obs.cn-south-1.myhuaweicloud.com/1.0.0/MOT-TPCC-Benchmark.tar.gz)。该tar文件的内容包括sql.common.opengauss.mot文件夹和jTPCCTData.java文件,以及一个示例配置文件postgresql.conf和TPCC属性文件props.mot供参考。 - 将sql.common.opengauss.mot文件夹放在run文件夹下与sql.common同级的文件夹,用下载的Java文件替换src/client/jTPCCTData.java文件。 - 编辑run文件夹下的runDatabaseBuild.sh文件,将extraHistID从AFTER\_LOAD列表中删除,以避免不支持的ALTER表DDL。 -- 将lib/postgres文件夹下的JDBC驱动替换为openGauss JDBC。驱动下载链接:[https://opengauss.org/en/download.html](https://opengauss.org/en/download.html)。 +- 将lib/postgres文件夹下的JDBC驱动替换为openGauss JDBC。驱动下载链接:[https://opengauss.org/en/download/](https://opengauss.org/en/download/)。 在下载的Java文件(与原始文件相比)中所做的唯一更改是注释错误日志打印,以进行序列化和重复键错误。这些错误在MOT中是正常的,因为MOT使用的是乐观并发控制(OCC)机制。 diff --git a/content/docs-lite/zh/docs/GettingStarted/Python.md b/content/docs-lite/zh/docs/GettingStarted/Python.md index 2a58ac892..ad9c626c6 100644 --- a/content/docs-lite/zh/docs/GettingStarted/Python.md +++ b/content/docs-lite/zh/docs/GettingStarted/Python.md @@ -29,7 +29,7 @@ openGauss数据库提供了对Psycopg2特性的支持,并且支持psycopg2通 ## 加载驱动 - 在使用驱动之前,需要做如下操作: - 1. 从[openGauss官网](https://opengauss.org/zh/download.html)上下载编译好的psycopg2压缩包。 + 1. 从[openGauss官网](https://opengauss.org/zh/download/)上下载编译好的psycopg2压缩包。 >![](public_sys-resources/icon-note.gif) **说明:** >openGauss官网上下载的psycopg2适配的版本为Python3.6,如果使用其他版本的Python, 需要自行编译psycopg2,编译方法与在PostgreSQL数据库下基本相同。只是需要修改一下编译时的setup.py版本号校验部分的代码,可通过如下命令实现: diff --git "a/content/docs-lite/zh/docs/PerformanceTuningGuide/\346\265\213\350\257\225MOT-TPCC\346\200\247\350\203\275.md" "b/content/docs-lite/zh/docs/PerformanceTuningGuide/\346\265\213\350\257\225MOT-TPCC\346\200\247\350\203\275.md" index 54573703c..248cfd170 100644 --- "a/content/docs-lite/zh/docs/PerformanceTuningGuide/\346\265\213\350\257\225MOT-TPCC\346\200\247\350\203\275.md" +++ "b/content/docs-lite/zh/docs/PerformanceTuningGuide/\346\265\213\350\257\225MOT-TPCC\346\200\247\350\203\275.md" @@ -126,7 +126,7 @@ tpm-C指标单位表示为每分钟事务数-C,而C表示TPC-C特定基准。 - benchmarksql工具中的模式创建脚本需要调整为MOT语法,避免使用不支持的DDL。下载调整后的脚本:[https://opengauss.obs.cn-south-1.myhuaweicloud.com/1.0.0/MOT-TPCC-Benchmark.tar.gz](https://opengauss.obs.cn-south-1.myhuaweicloud.com/1.0.0/MOT-TPCC-Benchmark.tar.gz)。该tar文件的内容包括sql.common.opengauss.mot文件夹和jTPCCTData.java文件,以及一个示例配置文件postgresql.conf和TPCC属性文件props.mot供参考。 - 将sql.common.opengauss.mot文件夹放在run文件夹下与sql.common同级的文件夹,用下载的Java文件替换src/client/jTPCCTData.java文件。 - 编辑run文件夹下的runDatabaseBuild.sh文件,将extraHistID从AFTER\_LOAD列表中删除,以避免不支持的ALTER表DDL。 -- 将lib/postgres文件夹下的JDBC驱动替换为openGauss JDBC。驱动下载链接:[https://opengauss.org/en/download.html](https://opengauss.org/en/download.html)。 +- 将lib/postgres文件夹下的JDBC驱动替换为openGauss JDBC。驱动下载链接:[https://opengauss.org/en/download/](https://opengauss.org/en/download/)。 在下载的Java文件(与原始文件相比)中所做的唯一更改是注释错误日志打印,以进行序列化和重复键错误。这些错误在MOT中是正常的,因为MOT使用的是乐观并发控制(OCC)机制。 diff --git "a/content/docs-lite/zh/docs/PerformanceTuningGuide/\346\265\213\350\257\225TPCC\346\200\247\350\203\275.md" "b/content/docs-lite/zh/docs/PerformanceTuningGuide/\346\265\213\350\257\225TPCC\346\200\247\350\203\275.md" index 3a9b1a275..0d1637bcf 100644 --- "a/content/docs-lite/zh/docs/PerformanceTuningGuide/\346\265\213\350\257\225TPCC\346\200\247\350\203\275.md" +++ "b/content/docs-lite/zh/docs/PerformanceTuningGuide/\346\265\213\350\257\225TPCC\346\200\247\350\203\275.md" @@ -11,7 +11,7 @@ postgresql-9.3-1102.jdbc41.jar.bak # 自带jar备份。 ``` - openGauss适配的JDBC版本包获取路径为[openGauss-x.x.x-JDBC .tar.gz](https://opengauss.org/zh/download.html)。 + openGauss适配的JDBC版本包获取路径为[openGauss-x.x.x-JDBC .tar.gz](https://opengauss.org/zh/download/)。 3. 进入benchmarksql-5.0根目录, 输入ant命令进行编译。 diff --git a/content/en/docs/AIFeatureGuide/prometheus-exporter-environment-deployment.md b/content/en/docs/AIFeatureGuide/prometheus-exporter-environment-deployment.md index f3d8f36d1..4ae937176 100644 --- a/content/en/docs/AIFeatureGuide/prometheus-exporter-environment-deployment.md +++ b/content/en/docs/AIFeatureGuide/prometheus-exporter-environment-deployment.md @@ -161,6 +161,6 @@ The exporter component uses HTTPS for communication by default. Therefore, you n >The default communication protocol used by openGauss is incompatible with PostgreSQL. As a result, the PostgreSQL-based Python driver **psycopg2-binary** installed using the PyPI source cannot connect to the openGauss database. >Therefore, you need to compile **psycopg2** or modify GUC parameters for adaptation. You can also download **psycopg2** compiled based on openGauss from the openGauss official website. \(The official website provides only the compilation packages of some Python versions. You need to check whether the compilation packages are consistent with the current Python version.\) >- Download the openGauss Python driver from the official website: -> https://opengauss.org/en/download.html +> https://opengauss.org/en/download/ >- For details about the adaptation of the Python driver, see the openGauss operation guide at: > https://mp.weixin.qq.com/s/2TobUQKtw0N9sBpMZJr6zw diff --git a/content/en/docs/Appendix/obtaining-opengauss-resources.md b/content/en/docs/Appendix/obtaining-opengauss-resources.md index ab06cb717..17bf33ab1 100644 --- a/content/en/docs/Appendix/obtaining-opengauss-resources.md +++ b/content/en/docs/Appendix/obtaining-opengauss-resources.md @@ -19,7 +19,7 @@ openGauss provides online resources that contain a lot of useful information, su openGauss has opened the database source code and an [openGauss community](https://gitee.com/opengauss) has been established. openGauss encourages users to contribute to and cooperate with the community, hoping to jointly build an enterprise-level open-source database community that can integrate diversified technical architectures. -The openGauss community is organized based on different Special Interest Groups \(SIGs\) to better manage and improve the work process. SIGs are open to everyone to make contributions. Each SIG has one or more code repositories on the Gitee platform. You can commit issues, participate in issue discussions, pull requests, and review code in the code repository of an SIG. [Table 1](#table9705652154412) lists common SIGs. You can find the SIGs that you are interested in from the SIG list. For details about how to contribute to the community, see [Contribution](https://opengauss.org/zh/contribution.html). +The openGauss community is organized based on different Special Interest Groups \(SIGs\) to better manage and improve the work process. SIGs are open to everyone to make contributions. Each SIG has one or more code repositories on the Gitee platform. You can commit issues, participate in issue discussions, pull requests, and review code in the code repository of an SIG. [Table 1](#table9705652154412) lists common SIGs. You can find the SIGs that you are interested in from the SIG list. For details about how to contribute to the community, see [Contribution](https://opengauss.org/zh/contribution/). **Table 1** Common SIGs in the openGauss community @@ -135,11 +135,11 @@ The openGauss community is organized based on different Special Interest Groups ## Blog -openGauss provides a [blog](https://opengauss.org/zh/blogs/blogs.html) section, where users can exchange their problems and experience during the use of openGauss. If you encounter any problem, you can also search for other users' solutions. Or, post blogs to share your experience with other users, helping them solve problems. +openGauss provides a [blog](https://opengauss.org/zh/blogs/) section, where users can exchange their problems and experience during the use of openGauss. If you encounter any problem, you can also search for other users' solutions. Or, post blogs to share your experience with other users, helping them solve problems. ## Mailing List -The openGauss community uses the mailing list for online communication. We sincerely invite you to participate indiscussions through the mailing list. For details, see [Communication](https://opengauss.org/zh/community/onlineCommunication.html). +The openGauss community uses the mailing list for online communication. We sincerely invite you to participate indiscussions through the mailing list. For details, see [Communication](https://opengauss.org/zh/community/onlineCommunication/). ## Learning Platform diff --git a/content/en/docs/BriefTutorial/obtaining-opengauss-resources.md b/content/en/docs/BriefTutorial/obtaining-opengauss-resources.md index ab06cb717..17bf33ab1 100644 --- a/content/en/docs/BriefTutorial/obtaining-opengauss-resources.md +++ b/content/en/docs/BriefTutorial/obtaining-opengauss-resources.md @@ -19,7 +19,7 @@ openGauss provides online resources that contain a lot of useful information, su openGauss has opened the database source code and an [openGauss community](https://gitee.com/opengauss) has been established. openGauss encourages users to contribute to and cooperate with the community, hoping to jointly build an enterprise-level open-source database community that can integrate diversified technical architectures. -The openGauss community is organized based on different Special Interest Groups \(SIGs\) to better manage and improve the work process. SIGs are open to everyone to make contributions. Each SIG has one or more code repositories on the Gitee platform. You can commit issues, participate in issue discussions, pull requests, and review code in the code repository of an SIG. [Table 1](#table9705652154412) lists common SIGs. You can find the SIGs that you are interested in from the SIG list. For details about how to contribute to the community, see [Contribution](https://opengauss.org/zh/contribution.html). +The openGauss community is organized based on different Special Interest Groups \(SIGs\) to better manage and improve the work process. SIGs are open to everyone to make contributions. Each SIG has one or more code repositories on the Gitee platform. You can commit issues, participate in issue discussions, pull requests, and review code in the code repository of an SIG. [Table 1](#table9705652154412) lists common SIGs. You can find the SIGs that you are interested in from the SIG list. For details about how to contribute to the community, see [Contribution](https://opengauss.org/zh/contribution/). **Table 1** Common SIGs in the openGauss community @@ -135,11 +135,11 @@ The openGauss community is organized based on different Special Interest Groups ## Blog -openGauss provides a [blog](https://opengauss.org/zh/blogs/blogs.html) section, where users can exchange their problems and experience during the use of openGauss. If you encounter any problem, you can also search for other users' solutions. Or, post blogs to share your experience with other users, helping them solve problems. +openGauss provides a [blog](https://opengauss.org/zh/blogs/) section, where users can exchange their problems and experience during the use of openGauss. If you encounter any problem, you can also search for other users' solutions. Or, post blogs to share your experience with other users, helping them solve problems. ## Mailing List -The openGauss community uses the mailing list for online communication. We sincerely invite you to participate indiscussions through the mailing list. For details, see [Communication](https://opengauss.org/zh/community/onlineCommunication.html). +The openGauss community uses the mailing list for online communication. We sincerely invite you to participate indiscussions through the mailing list. For details, see [Communication](https://opengauss.org/zh/community/onlineCommunication/). ## Learning Platform diff --git a/content/en/docs/BriefTutorial/python.md b/content/en/docs/BriefTutorial/python.md index fcdd1d82d..7c8f90129 100644 --- a/content/en/docs/BriefTutorial/python.md +++ b/content/en/docs/BriefTutorial/python.md @@ -29,7 +29,7 @@ openGauss supports the psycopg2 feature and allows psycopg2 to be connected in S ## Loading a Driver - Before using the driver, perform the following operations: - 1. Download the compiled psycopg2 package from the [openGauss website](https://opengauss.org/zh/download.html). + 1. Download the compiled psycopg2 package from the [openGauss website](https://opengauss.org/zh/download/). >![](public_sys-resources/icon-note.gif) **NOTE:** >The psycopg2 downloaded from the openGauss website matches Python 3.6. If you use Python of another version, you need to compile psycopg2. The compilation method is similar to that in the PostgreSQL database. You only need to modify the code for verifying the version number of **setup.py** during compilation by running the following command: diff --git a/content/en/docs/DataMigrationGuide/data-check.md b/content/en/docs/DataMigrationGuide/data-check.md index 893c79eb3..d3a9b4394 100644 --- a/content/en/docs/DataMigrationGuide/data-check.md +++ b/content/en/docs/DataMigrationGuide/data-check.md @@ -160,7 +160,7 @@ The debezium service listens to the incremental data of the source MySQL databas Download the package from the following link, decompress the package, configure related configuration files, and run the shell script to start the service: For details about the configuration information and operation procedure, see the source code installation part. ``` -https://opengauss.obs.cn-south-1.myhuaweicloud.com/latest/tools/openGauss-datachecker-performance-5.0.0.tar.gz +https://opengauss.obs.cn-south-1.myhuaweicloud.com/5.0.0/tools/openGauss-datachecker-performance-5.0.0.tar.gz tar -zxvf openGauss-datachecker-performance-5.0.0.tar.gz ``` diff --git a/content/en/docs/DataMigrationGuide/full-migration.md b/content/en/docs/DataMigrationGuide/full-migration.md index 944cdf7c7..8b84b520c 100644 --- a/content/en/docs/DataMigrationGuide/full-migration.md +++ b/content/en/docs/DataMigrationGuide/full-migration.md @@ -17,7 +17,7 @@ ARM+openEuler 20.03 or x86+CentOS 5.7 ## Installing Chameleon - **Installing using WHL** - 1. Download the installation package. Download address: [https://opengauss.obs.cn-south-1.myhuaweicloud.com/latest/chameleon/chameleon-1.0.0-py3-none-any.whl](https://gitee.com/link?target=https%3A%2F%2Fopengauss.obs.cn-south-1.myhuaweicloud.com%2Flatest%2Fchameleon%2Fchameleon-1.0.0-py3-none-any.whl). After the installation package is downloaded, install it in the Python virtual environment. + 1. Download the installation package. Download address: [https://opengauss.obs.cn-south-1.myhuaweicloud.com/5.0.0/chameleon/chameleon-1.0.0-py3-none-any.whl](https://gitee.com/link?target=https%3A%2F%2Fopengauss.obs.cn-south-1.myhuaweicloud.com%2Flatest%2Fchameleon%2Fchameleon-1.0.0-py3-none-any.whl). After the installation package is downloaded, install it in the Python virtual environment. 2. Run the following commands to create and activate the Python virtual environment: ``` diff --git a/content/en/docs/DataMigrationGuide/reverse-migration.md b/content/en/docs/DataMigrationGuide/reverse-migration.md index a53ebdfa1..b890a2a12 100644 --- a/content/en/docs/DataMigrationGuide/reverse-migration.md +++ b/content/en/docs/DataMigrationGuide/reverse-migration.md @@ -79,4 +79,4 @@ The reverse-migration tool is an independent JAR package. You can delete the JAR ## Precautions -Reverse migration depends on the logical decoding capability of openGauss. For details about the restrictions, see [Logical Decoding Overview](https://opengauss.org/en/docs/latest/docs/Developerguide/overview-100.html). +Reverse migration depends on the logical decoding capability of openGauss. For details about the restrictions, see [Logical Decoding Overview](https://docs.opengauss.org/en/docs/5.0.0/docs/Developerguide/overview-100.html). diff --git a/content/en/docs/DatabaseAdministrationGuide/MOT-JIT-Diagnostics.md b/content/en/docs/DatabaseAdministrationGuide/MOT-JIT-Diagnostics.md index 27ce0c164..f5954559e 100644 --- a/content/en/docs/DatabaseAdministrationGuide/MOT-JIT-Diagnostics.md +++ b/content/en/docs/DatabaseAdministrationGuide/MOT-JIT-Diagnostics.md @@ -169,7 +169,7 @@ select proc_oid, id, parent_id, substr(query, 0, 50), namespace, weight, total, ## Miscellaneous -Another useful system table to get information about stored procedures and functions is [**pg_proc**](https://opengauss.org/en/docs/2.0.0/docs/Developerguide/pg_proc.html). +Another useful system table to get information about stored procedures and functions is [**pg_proc**](https://docs.opengauss.org/en/docs/2.0.0/docs/Developerguide/pg_proc.html). For example, body of a stored procedure can be queried using the following query: diff --git a/content/en/docs/DatabaseAdministrationGuide/mot-sample-tpc-c-benchmark.md b/content/en/docs/DatabaseAdministrationGuide/mot-sample-tpc-c-benchmark.md index 94b407077..f7293e259 100644 --- a/content/en/docs/DatabaseAdministrationGuide/mot-sample-tpc-c-benchmark.md +++ b/content/en/docs/DatabaseAdministrationGuide/mot-sample-tpc-c-benchmark.md @@ -125,7 +125,7 @@ For example, to test TPCC, the **BenchmarkSQL** can be used, as follows – - The schema creation scripts in the **benchmarksql** tool need to be adjusted to MOT syntax and unsupported DDLs need to be avoided. The adjusted scripts can be directly downloaded from the following link – [https://opengauss.obs.cn-south-1.myhuaweicloud.com/1.0.0/MOT-TPCC-Benchmark.tar.gz](https://opengauss.obs.cn-south-1.myhuaweicloud.com/1.0.0/MOT-TPCC-Benchmark.tar.gz). The contents of this tar file includes sql.common.opengauss.mot folder and jTPCCTData.java file as well as a sample configuration file postgresql.conf and a TPCC properties file props.mot for reference. - Place the sql.common.opengauss.mot folder in the same level as sql.common under run folder and replace the file src/client/jTPCCTData.java with the downloaded java file. - Edit the file runDatabaseBuild.sh under run folder to remove **extraHistID** from **AFTER\_LOAD** list to avoid unsupported alter table DDL. -- Replace the JDBC driver under lib/postgres folder with the openGauss JDBC driver available from the following link – [https://opengauss.org/en/download.html](https://opengauss.org/en/download.html). +- Replace the JDBC driver under lib/postgres folder with the openGauss JDBC driver available from the following link – [https://opengauss.org/en/download/](https://opengauss.org/en/download/). The only change done in the downloaded java file \(compared to the original one\) was to comment the error log printing for serialization and duplicate key errors. These errors are normal in case of MOT, since it uses Optimistic Concurrency Control \(OCC\) mechanism. diff --git a/content/en/docs/ExtensionReference/dolphin-rename-user.md b/content/en/docs/ExtensionReference/dolphin-rename-user.md index 2a1d58a16..f63c5a6be 100644 --- a/content/en/docs/ExtensionReference/dolphin-rename-user.md +++ b/content/en/docs/ExtensionReference/dolphin-rename-user.md @@ -38,4 +38,4 @@ rename user ## Helpful Links -[ALTER USER](https://opengauss.org/zh/docs/latest/docs/BriefTutorial/%E9%99%84%E5%BD%95-SQL%E8%AF%AD%E6%B3%95.html) +[ALTER USER](https://docs.opengauss.org/zh/docs/5.0.0/docs/BriefTutorial/%E9%99%84%E5%BD%95-SQL%E8%AF%AD%E6%B3%95.html) diff --git a/content/en/docs/GettingStarted/container-based-installation-on-a-single-node.md b/content/en/docs/GettingStarted/container-based-installation-on-a-single-node.md index 47d8802a1..e96e4f56e 100644 --- a/content/en/docs/GettingStarted/container-based-installation-on-a-single-node.md +++ b/content/en/docs/GettingStarted/container-based-installation-on-a-single-node.md @@ -16,7 +16,7 @@ Use the **buildDockerImage.sh** script to build a Docker image. This script is >![](public_sys-resources/icon-note.gif) **NOTE:** > -> - Before the installation, you need to provide the openGauss binary installation package. After decompressing the package, place the package \(**openGauss-***X.X.X***-CentOS-64bit.tar.bz2**\) in the **dockerfiles/**<*version*\> folder. The binary package can be downloaded from [https://opengauss.org/en/download.html](https://opengauss.org/en/download.html). Ensure that the correct yum source is available. +> - Before the installation, you need to provide the openGauss binary installation package. After decompressing the package, place the package \(**openGauss-***X.X.X***-CentOS-64bit.tar.bz2**\) in the **dockerfiles/**<*version*\> folder. The binary package can be downloaded from [https://opengauss.org/en/download/](https://opengauss.org/en/download/). Ensure that the correct yum source is available. > > - If the **-i** option is not specified when you run the **buildDockerImage.sh** script, the SHA-256 check is performed by default. You need to manually write the check result to the **sha256\_file\_amd64** file. > ``` diff --git a/content/en/docs/GettingStarted/python.md b/content/en/docs/GettingStarted/python.md index fcdd1d82d..7c8f90129 100644 --- a/content/en/docs/GettingStarted/python.md +++ b/content/en/docs/GettingStarted/python.md @@ -29,7 +29,7 @@ openGauss supports the psycopg2 feature and allows psycopg2 to be connected in S ## Loading a Driver - Before using the driver, perform the following operations: - 1. Download the compiled psycopg2 package from the [openGauss website](https://opengauss.org/zh/download.html). + 1. Download the compiled psycopg2 package from the [openGauss website](https://opengauss.org/zh/download/). >![](public_sys-resources/icon-note.gif) **NOTE:** >The psycopg2 downloaded from the openGauss website matches Python 3.6. If you use Python of another version, you need to compile psycopg2. The compilation method is similar to that in the PostgreSQL database. You only need to modify the code for verifying the version number of **setup.py** during compilation by running the following command: diff --git a/content/en/docs/InstallationGuide/installation-on-a-single-node_container.md b/content/en/docs/InstallationGuide/installation-on-a-single-node_container.md index fa1d41919..bf5b776f8 100644 --- a/content/en/docs/InstallationGuide/installation-on-a-single-node_container.md +++ b/content/en/docs/InstallationGuide/installation-on-a-single-node_container.md @@ -16,7 +16,7 @@ Use the **buildDockerImage.sh** script to build a Docker image. This script is >![](public_sys-resources/icon-note.gif) **NOTE:** > -> - Before the installation, you need to provide the openGauss binary installation package. After decompressing the package, place the package \(**openGauss-***X.X.X***-CentOS-64bit.tar.bz2**\) in the **dockerfiles/**<*version*\> folder. The binary package can be downloaded from [https://opengauss.org/en/download.html](https://opengauss.org/en/download.html). Ensure that the correct yum source is available. +> - Before the installation, you need to provide the openGauss binary installation package. After decompressing the package, place the package \(**openGauss-***X.X.X***-CentOS-64bit.tar.bz2**\) in the **dockerfiles/**<*version*\> folder. The binary package can be downloaded from [https://opengauss.org/en/download/](https://opengauss.org/en/download/). Ensure that the correct yum source is available. > > - If the **-i** option is not specified when you run the **buildDockerImage.sh** script, the SHA-256 check is performed by default. You need to manually write the check result to the **sha256\_file\_amd64** file. > ``` diff --git a/content/en/docs/PerformanceTuningGuide/testing-mot-tpc-c-performance.md b/content/en/docs/PerformanceTuningGuide/testing-mot-tpc-c-performance.md index 203d0db99..e6e4a4d7b 100644 --- a/content/en/docs/PerformanceTuningGuide/testing-mot-tpc-c-performance.md +++ b/content/en/docs/PerformanceTuningGuide/testing-mot-tpc-c-performance.md @@ -125,7 +125,7 @@ For example, to test TPCC, the **BenchmarkSQL** can be used, as follows – - The schema creation scripts in the **benchmarksql** tool need to be adjusted to MOT syntax and unsupported DDLs need to be avoided. The adjusted scripts can be directly downloaded from the following link – [https://opengauss.obs.cn-south-1.myhuaweicloud.com/1.0.0/MOT-TPCC-Benchmark.tar.gz](https://opengauss.obs.cn-south-1.myhuaweicloud.com/1.0.0/MOT-TPCC-Benchmark.tar.gz). The contents of this tar file includes sql.common.opengauss.mot folder and jTPCCTData.java file as well as a sample configuration file postgresql.conf and a TPCC properties file props.mot for reference. - Place the sql.common.opengauss.mot folder in the same level as sql.common under run folder and replace the file src/client/jTPCCTData.java with the downloaded java file. - Edit the file runDatabaseBuild.sh under run folder to remove **extraHistID** from **AFTER\_LOAD** list to avoid unsupported alter table DDL. -- Replace the JDBC driver under lib/postgres folder with the openGauss JDBC driver available from the following link – [https://opengauss.org/en/download.html](https://opengauss.org/en/download.html). +- Replace the JDBC driver under lib/postgres folder with the openGauss JDBC driver available from the following link – [https://opengauss.org/en/download/](https://opengauss.org/en/download/). The only change done in the downloaded java file \(compared to the original one\) was to comment the error log printing for serialization and duplicate key errors. These errors are normal in case of MOT, since it uses Optimistic Concurrency Control \(OCC\) mechanism. diff --git a/content/en/docs/PerformanceTuningGuide/testing-tpc-c-performance.md b/content/en/docs/PerformanceTuningGuide/testing-tpc-c-performance.md index 9b0b19f05..f074ef4cf 100644 --- a/content/en/docs/PerformanceTuningGuide/testing-tpc-c-performance.md +++ b/content/en/docs/PerformanceTuningGuide/testing-tpc-c-performance.md @@ -11,7 +11,7 @@ postgresql-9.3-1102.jdbc41.jar.bak #Backup .jar file. ``` - The JDBC version package adapted to openGauss is obtained from [openGauss-x.x.x-JDBC .tar.gz](https://opengauss.org/zh/download.html). + The JDBC version package adapted to openGauss is obtained from [openGauss-x.x.x-JDBC .tar.gz](https://opengauss.org/zh/download/). 3. Go to the root directory of benchmarksql-5.0 and run the **ant** command for compilation. diff --git a/content/en/docs/Releasenotes/contribution.md b/content/en/docs/Releasenotes/contribution.md index f309307d3..d84f7b548 100644 --- a/content/en/docs/Releasenotes/contribution.md +++ b/content/en/docs/Releasenotes/contribution.md @@ -2,17 +2,17 @@ **Participating in Contribution** -As an openGauss user, you can contribute to the openGauss community in multiple ways. For details about how to contribute to the community, see [Contribution](https://opengauss.org/en/contribution.html). Here, some methods are listed for reference. +As an openGauss user, you can contribute to the openGauss community in multiple ways. For details about how to contribute to the community, see [Contribution](https://opengauss.org/en/contribution/). Here, some methods are listed for reference. **Special Interest Groups \(SIGs\)** -openGauss brings together people of common interest to form different SIGs. For details about existing SIGs, see the [SIG list](https://opengauss.org/en/contribution.html). +openGauss brings together people of common interest to form different SIGs. For details about existing SIGs, see the [SIG list](https://opengauss.org/en/contribution/). You are welcome to join an existing SIG or create a SIG. For details about how to create a SIG, see [Special Interest Group \(SIG\)](https://gitee.com/opengauss/tc/blob/master/sigs/README.en.md). **Mail List and Issues** -You are welcome to actively help users solve problems raised in the [mail list](https://opengauss.org/en/community/mails.html) and issues \(including [code repository issues](https://gitee.com/organizations/opengauss/issues)\). In addition, you can submit an issue. All these will help the openGauss community develop better. +You are welcome to actively help users solve problems raised in the [mail list](https://opengauss.org/en/community/onlineCommunication/) and issues \(including [code repository issues](https://gitee.com/organizations/opengauss/issues)\). In addition, you can submit an issue. All these will help the openGauss community develop better. **Documents** diff --git a/content/en/docs/ToolandCommandReference/pg_recvlogical.md b/content/en/docs/ToolandCommandReference/pg_recvlogical.md index 4622513a4..64bbbd371 100644 --- a/content/en/docs/ToolandCommandReference/pg_recvlogical.md +++ b/content/en/docs/ToolandCommandReference/pg_recvlogical.md @@ -72,7 +72,7 @@ Logical replication slot behavior parameters are mandatory and must be specified The value can be **include-xids**, **skip-empty-xacts**, **include-timestamp**, **only-local**, **force-binary**, **white-table-list**, **standby-connection**, **parallel-decode-num**, **decode-style**, or **sending-batch**. For details, see [pg\_logical\_slot\_peek\_changes](../SQLReference/logical-replication-functions.md) and [Example: Logic Replication Code](../Developerguide/example-logic-replication-code.md). - Link: https://opengauss.org/en/docs/latest/docs/Developerguide/%E7%A4%BA%E4%BE%8B-%E9%80%BB%E8%BE%91%E5%A4%8D%E5%88%B6%E4%BB%A3%E7%A0%81%E7%A4%BA%E4%BE%8B.html + Link: https://docs.opengauss.org/en/docs/5.0.0/docs/Developerguide/%E7%A4%BA%E4%BE%8B-%E9%80%BB%E8%BE%91%E5%A4%8D%E5%88%B6%E4%BB%A3%E7%A0%81%E7%A4%BA%E4%BE%8B.html - -P, --plugin=PLUGIN diff --git "a/content/zh/docs/AIFeatureGuide/Prometheus-Exporter\347\273\204\344\273\266\347\216\257\345\242\203\351\203\250\347\275\262.md" "b/content/zh/docs/AIFeatureGuide/Prometheus-Exporter\347\273\204\344\273\266\347\216\257\345\242\203\351\203\250\347\275\262.md" index 29dc4ddd1..7dd73e4bb 100644 --- "a/content/zh/docs/AIFeatureGuide/Prometheus-Exporter\347\273\204\344\273\266\347\216\257\345\242\203\351\203\250\347\275\262.md" +++ "b/content/zh/docs/AIFeatureGuide/Prometheus-Exporter\347\273\204\344\273\266\347\216\257\345\242\203\351\203\250\347\275\262.md" @@ -162,7 +162,7 @@ >由于openGauss默认模式下的通信加密协议与PostgreSQL不兼容,故导致通过PyPI源安装的基于PostgreSQL编译的Python驱动psycopg2-binary默认无法连接至openGauss数据库。 >因此,需要用户自行编译psycopg2或修改GUC参数进行适配。也可通过openGauss官方网站下载基于openGauss编译的psycopg2(_官方网站仅提供部分Python版本的编译包,需要用户鉴别是否与当前Python运行时版本一致_)。 >- 官方openGauss Python驱动下载地址为: -> https://opengauss.org/zh/download.html +> https://opengauss.org/zh/download/ >- 关于Python驱动的适配问题,可参考openGauss官方操作指南: > https://mp.weixin.qq.com/s/2TobUQKtw0N9sBpMZJr6zw diff --git "a/content/zh/docs/Appendix/openGauss\350\265\204\346\272\220\350\216\267\345\217\226.md" "b/content/zh/docs/Appendix/openGauss\350\265\204\346\272\220\350\216\267\345\217\226.md" index 6f8c38185..37b25a300 100644 --- "a/content/zh/docs/Appendix/openGauss\350\265\204\346\272\220\350\216\267\345\217\226.md" +++ "b/content/zh/docs/Appendix/openGauss\350\265\204\346\272\220\350\216\267\345\217\226.md" @@ -19,7 +19,7 @@ openGauss提供了在线资源,其中包含大量有用的信息,例如常 openGauss已经开放数据库源代码,成立了[openGauss开源社区](https://gitee.com/opengauss)。openGauss鼓励用户进行社区贡献、合作,希望能共同构建一个能够融合多元化技术架构的企业级开源数据库社区。 -openGauss社区按照不同的SIGs(Special Interest Groups)来组织,以便于更好的管理和改善工作流程。 SIG是开放的,欢迎任何人加入并参与贡献。每一个SIG在码云上拥有一个或多个代码仓库。 您可以在SIG对应的代码仓库上提交Issue,参与Issue讨论,提交Pull Request,参与代码检视等。 常用SIG见[表1](#table9705652154412),您可以从SIG说明列表中找到您感兴趣的SIG。参与贡献的方法请参见[社区贡献](https://opengauss.org/zh/contribution.html)。 +openGauss社区按照不同的SIGs(Special Interest Groups)来组织,以便于更好的管理和改善工作流程。 SIG是开放的,欢迎任何人加入并参与贡献。每一个SIG在码云上拥有一个或多个代码仓库。 您可以在SIG对应的代码仓库上提交Issue,参与Issue讨论,提交Pull Request,参与代码检视等。 常用SIG见[表1](#table9705652154412),您可以从SIG说明列表中找到您感兴趣的SIG。参与贡献的方法请参见[社区贡献](https://opengauss.org/zh/contribution/)。 **表 1** openGauss社区常见SIG @@ -135,11 +135,11 @@ openGauss社区按照不同的SIGs(Special Interest Groups)来组织,以 ## 博客 -openGauss提供了[博客](https://opengauss.org/zh/blogs/blogs.html)板块,此处汇聚了openGauss用户在使用过程中的问题解决和心得。如果遇到问题,您也可以在此处进行搜索,查看其他用户的解决办法。您在使用过程中的心得,也可以发表博客分享给其他用户,帮助更多的人解决问题。 +openGauss提供了[博客](https://opengauss.org/zh/blogs/)板块,此处汇聚了openGauss用户在使用过程中的问题解决和心得。如果遇到问题,您也可以在此处进行搜索,查看其他用户的解决办法。您在使用过程中的心得,也可以发表博客分享给其他用户,帮助更多的人解决问题。 ## 邮件列表 -openGauss社区使用邮件列表进行线上沟通交流。我们真诚地邀请您通过邮件列表参与讨论,详情请参见[线上交流](https://opengauss.org/zh/community/onlineCommunication.html)。 +openGauss社区使用邮件列表进行线上沟通交流。我们真诚地邀请您通过邮件列表参与讨论,详情请参见[线上交流](https://opengauss.org/zh/community/onlineCommunication/)。 ## 学习交流平台 diff --git "a/content/zh/docs/Compilationguide/\347\211\210\346\234\254\347\274\226\350\257\221.md" "b/content/zh/docs/Compilationguide/\347\211\210\346\234\254\347\274\226\350\257\221.md" index 9db7722da..f976c9a31 100644 --- "a/content/zh/docs/Compilationguide/\347\211\210\346\234\254\347\274\226\350\257\221.md" +++ "b/content/zh/docs/Compilationguide/\347\211\210\346\234\254\347\274\226\350\257\221.md" @@ -413,7 +413,7 @@ openGauss-server/build.sh是编译过程中的重要脚本工具。其集成了 ## openGauss-OM编译 -源码编译完openGauss-server代码仓之后,并没有gs_om。如需使用gs_om,需单独编译openGauss-OM,并将编译好的openGauss-xxx-om.tar.gz的包拷贝到openGauss-server安装包所在的目录,再按照[企业版]( https://opengauss.org/zh/docs/latest/docs/InstallationGuide/%E4%BC%81%E4%B8%9A%E7%89%88%E5%AE%89%E8%A3%85.html )的方式进行安装。 +源码编译完openGauss-server代码仓之后,并没有gs_om。如需使用gs_om,需单独编译openGauss-OM,并将编译好的openGauss-xxx-om.tar.gz的包拷贝到openGauss-server安装包所在的目录,再按照[企业版]( https://docs.opengauss.org/zh/docs/5.0.0/docs/InstallationGuide/%E4%BC%81%E4%B8%9A%E7%89%88%E5%AE%89%E8%A3%85.html )的方式进行安装。 ### 操作步骤 diff --git "a/content/zh/docs/DataMigrationGuide/\345\205\250\351\207\217\350\277\201\347\247\273.md" "b/content/zh/docs/DataMigrationGuide/\345\205\250\351\207\217\350\277\201\347\247\273.md" index 95f5507b3..6112864fe 100644 --- "a/content/zh/docs/DataMigrationGuide/\345\205\250\351\207\217\350\277\201\347\247\273.md" +++ "b/content/zh/docs/DataMigrationGuide/\345\205\250\351\207\217\350\277\201\347\247\273.md" @@ -43,7 +43,7 @@ ARM+openEuler 20.03 或 X86+CentOS 5.7 # 全量迁移用户相关路径 chameleon.path=~/.pg_chameleon/ # 全量迁移在线whl包的下载路径 - chameleon.pkg.url=https://opengauss.obs.cn-south-1.myhuaweicloud.com/latest/chameleon/chameleon-5.0.0-py3-none-any.whl + chameleon.pkg.url=https://opengauss.obs.cn-south-1.myhuaweicloud.com/5.0.0/chameleon/chameleon-5.0.0-py3-none-any.whl # 全量迁移安装包的路径,可自定义修改 chameleon.pkg.path=/ops/portal/pkg/chameleon/ # 全量迁移安装包的名称 diff --git "a/content/zh/docs/DataMigrationGuide/\345\217\215\345\220\221\350\277\201\347\247\273.md" "b/content/zh/docs/DataMigrationGuide/\345\217\215\345\220\221\350\277\201\347\247\273.md" index 8a125a553..f65579566 100644 --- "a/content/zh/docs/DataMigrationGuide/\345\217\215\345\220\221\350\277\201\347\247\273.md" +++ "b/content/zh/docs/DataMigrationGuide/\345\217\215\345\220\221\350\277\201\347\247\273.md" @@ -52,7 +52,7 @@ kafka.pkg.url=https://downloads.apache.org/kafka/3.2.3/kafka_2.13-3.2.3.tgz # confluent下载路径 confluent.pkg.url=https://packages.confluent.io/archive/5.5/confluent-community-5.5.1-2.12.zip # debezium opengauss connector下载路径 -connector.opengauss.pkg.url=https://opengauss.obs.cn-south-1.myhuaweicloud.com/latest/tools/replicate-openGauss2mysql-5.0.0.tar.gz +connector.opengauss.pkg.url=https://opengauss.obs.cn-south-1.myhuaweicloud.com/5.0.0/tools/replicate-openGauss2mysql-5.0.0.tar.gz # 反向迁移依赖安装包路径,可自定义修改 debezium.pkg.path=/ops/portal/pkg/debezium/ # kafka包名 diff --git "a/content/zh/docs/DataMigrationGuide/\345\242\236\351\207\217\350\277\201\347\247\273.md" "b/content/zh/docs/DataMigrationGuide/\345\242\236\351\207\217\350\277\201\347\247\273.md" index 3f63cd160..bee124d4a 100644 --- "a/content/zh/docs/DataMigrationGuide/\345\242\236\351\207\217\350\277\201\347\247\273.md" +++ "b/content/zh/docs/DataMigrationGuide/\345\242\236\351\207\217\350\277\201\347\247\273.md" @@ -52,7 +52,7 @@ debezium mysql connector的source端,监控mysql数据库的binlog日志,并 # confluent下载路径 confluent.pkg.url=https://packages.confluent.io/archive/5.5/confluent-community-5.5.1-2.12.zip # debezium mysql connector下载路径 - connector.mysql.pkg.url=https://opengauss.obs.cn-south-1.myhuaweicloud.com/latest/tools/replicate-mysql2openGauss-5.0.0.tar.gz + connector.mysql.pkg.url=https://opengauss.obs.cn-south-1.myhuaweicloud.com/5.0.0/tools/replicate-mysql2openGauss-5.0.0.tar.gz # 增量迁移依赖安装包路径,可自定义修改 debezium.pkg.path=/ops/portal/pkg/debezium/ # kafka包名 diff --git "a/content/zh/docs/DatabaseAdministrationGuide/MOT\346\240\267\344\276\213TPC-C\345\237\272\345\207\206.md" "b/content/zh/docs/DatabaseAdministrationGuide/MOT\346\240\267\344\276\213TPC-C\345\237\272\345\207\206.md" index d30280067..20621dbef 100644 --- "a/content/zh/docs/DatabaseAdministrationGuide/MOT\346\240\267\344\276\213TPC-C\345\237\272\345\207\206.md" +++ "b/content/zh/docs/DatabaseAdministrationGuide/MOT\346\240\267\344\276\213TPC-C\345\237\272\345\207\206.md" @@ -126,7 +126,7 @@ tpm-C指标单位表示为每分钟事务数-C,而C表示TPC-C特定基准。 - benchmarksql工具中的模式创建脚本需要调整为MOT语法,避免使用不支持的DDL。下载调整后的脚本:[https://opengauss.obs.cn-south-1.myhuaweicloud.com/1.0.0/MOT-TPCC-Benchmark.tar.gz](https://opengauss.obs.cn-south-1.myhuaweicloud.com/1.0.0/MOT-TPCC-Benchmark.tar.gz)。该tar文件的内容包括sql.common.opengauss.mot文件夹和jTPCCTData.java文件,以及一个示例配置文件postgresql.conf和TPCC属性文件props.mot供参考。 - 将sql.common.opengauss.mot文件夹放在run文件夹下与sql.common同级的文件夹,用下载的Java文件替换src/client/jTPCCTData.java文件。 - 编辑run文件夹下的runDatabaseBuild.sh文件,将extraHistID从AFTER\_LOAD列表中删除,以避免不支持的ALTER表DDL。 -- 将lib/postgres文件夹下的JDBC驱动替换为openGauss JDBC。驱动下载链接:[https://opengauss.org/en/download.html](https://opengauss.org/en/download.html)。 +- 将lib/postgres文件夹下的JDBC驱动替换为openGauss JDBC。驱动下载链接:[https://opengauss.org/en/download/](https://opengauss.org/en/download/)。 在下载的Java文件(与原始文件相比)中所做的唯一更改是注释错误日志打印,以进行序列化和重复键错误。这些错误在MOT中是正常的,因为MOT使用的是乐观并发控制(OCC)机制。 diff --git a/content/zh/docs/ExtensionReference/dolphin-RENAME-USER.md b/content/zh/docs/ExtensionReference/dolphin-RENAME-USER.md index aaef78c05..61fee691d 100644 --- a/content/zh/docs/ExtensionReference/dolphin-RENAME-USER.md +++ b/content/zh/docs/ExtensionReference/dolphin-RENAME-USER.md @@ -38,4 +38,4 @@ rename user ## 相关链接 -[ALTER USER](https://opengauss.org/zh/docs/latest/docs/BriefTutorial/%E9%99%84%E5%BD%95-SQL%E8%AF%AD%E6%B3%95.html) \ No newline at end of file +[ALTER USER](https://docs.opengauss.org/zh/docs/5.0.0/docs/BriefTutorial/%E9%99%84%E5%BD%95-SQL%E8%AF%AD%E6%B3%95.html) \ No newline at end of file diff --git a/content/zh/docs/GettingStarted/Python.md b/content/zh/docs/GettingStarted/Python.md index f789fa5a3..2fe40346a 100644 --- a/content/zh/docs/GettingStarted/Python.md +++ b/content/zh/docs/GettingStarted/Python.md @@ -29,7 +29,7 @@ openGauss数据库提供了对Psycopg2特性的支持,并且支持psycopg2通 ## 加载驱动 - 在使用驱动之前,需要做如下操作: - 1. 从[openGauss官网](https://opengauss.org/zh/download.html)上下载编译好的psycopg2压缩包。 + 1. 从[openGauss官网](https://opengauss.org/zh/download/)上下载编译好的psycopg2压缩包。 >![](public_sys-resources/icon-note.gif) **说明:** >openGauss官网上下载的psycopg2适配的版本为Python3.6,如果使用其他版本的Python, 需要自行编译psycopg2,编译方法与在PostgreSQL数据库下基本相同。只是需要修改一下编译时的setup.py版本号校验部分的代码,可通过如下命令实现: diff --git "a/content/zh/docs/PerformanceTuningGuide/\346\265\213\350\257\225MOT-TPCC\346\200\247\350\203\275.md" "b/content/zh/docs/PerformanceTuningGuide/\346\265\213\350\257\225MOT-TPCC\346\200\247\350\203\275.md" index 0ccc1a77e..74fd8f3a4 100644 --- "a/content/zh/docs/PerformanceTuningGuide/\346\265\213\350\257\225MOT-TPCC\346\200\247\350\203\275.md" +++ "b/content/zh/docs/PerformanceTuningGuide/\346\265\213\350\257\225MOT-TPCC\346\200\247\350\203\275.md" @@ -126,7 +126,7 @@ tpm-C指标单位表示为每分钟事务数-C,而C表示TPC-C特定基准。 - benchmarksql工具中的模式创建脚本需要调整为MOT语法,避免使用不支持的DDL。下载调整后的脚本:[https://opengauss.obs.cn-south-1.myhuaweicloud.com/1.0.0/MOT-TPCC-Benchmark.tar.gz](https://opengauss.obs.cn-south-1.myhuaweicloud.com/1.0.0/MOT-TPCC-Benchmark.tar.gz)。该tar文件的内容包括sql.common.opengauss.mot文件夹和jTPCCTData.java文件,以及一个示例配置文件postgresql.conf和TPCC属性文件props.mot供参考。 - 将sql.common.opengauss.mot文件夹放在run文件夹下与sql.common同级的文件夹,用下载的Java文件替换src/client/jTPCCTData.java文件。 - 编辑run文件夹下的runDatabaseBuild.sh文件,将extraHistID从AFTER\_LOAD列表中删除,以避免不支持的ALTER表DDL。 -- 将lib/postgres文件夹下的JDBC驱动替换为openGauss JDBC。驱动下载链接:[https://opengauss.org/en/download.html](https://opengauss.org/en/download.html)。 +- 将lib/postgres文件夹下的JDBC驱动替换为openGauss JDBC。驱动下载链接:[https://opengauss.org/en/download/](https://opengauss.org/en/download/)。 在下载的Java文件(与原始文件相比)中所做的唯一更改是注释错误日志打印,以进行序列化和重复键错误。这些错误在MOT中是正常的,因为MOT使用的是乐观并发控制(OCC)机制。 diff --git "a/content/zh/docs/PerformanceTuningGuide/\346\265\213\350\257\225TPCC\346\200\247\350\203\275.md" "b/content/zh/docs/PerformanceTuningGuide/\346\265\213\350\257\225TPCC\346\200\247\350\203\275.md" index a0934cc13..0a5b403f9 100644 --- "a/content/zh/docs/PerformanceTuningGuide/\346\265\213\350\257\225TPCC\346\200\247\350\203\275.md" +++ "b/content/zh/docs/PerformanceTuningGuide/\346\265\213\350\257\225TPCC\346\200\247\350\203\275.md" @@ -11,7 +11,7 @@ postgresql-9.3-1102.jdbc41.jar.bak # 自带jar备份。 ``` - openGauss适配的JDBC版本包获取路径为[openGauss-x.x.x-JDBC .tar.gz](https://opengauss.org/zh/download.html)。 + openGauss适配的JDBC版本包获取路径为[openGauss-x.x.x-JDBC .tar.gz](https://opengauss.org/zh/download/)。 3. 进入benchmarksql-5.0根目录,输入ant命令进行编译。 diff --git a/content/zh/docs/SQLReference/SELECT.md b/content/zh/docs/SQLReference/SELECT.md index 718929b39..43ed4be5f 100644 --- a/content/zh/docs/SQLReference/SELECT.md +++ b/content/zh/docs/SQLReference/SELECT.md @@ -279,7 +279,7 @@ SELECT [/*+ plan_hint */] [ ALL | DISTINCT [ ON ( expression [, ...] ) ] ] 关键字,闪回查询的标识,根据表的CSN闪回查询指定CSN点的结果集。其中CSN可从gs_txn_snapshot记录的snpcsn号查得。 - > ![img](https://opengauss.org/zh/docs/latest/docs/DeveloperGuide/public_sys-resources/icon-note.gif) **说明:** + > ![img](https://docs.opengauss.org/zh/docs/5.0.0/docs/DeveloperGuide/public_sys-resources/icon-note.gif) **说明:** > > - 闪回查询不能跨越影响表结构或物理存储的语句,否则会报错。即闪回点和当前点之间,如果执行过修改表结构或影响物理存储的语句(TRUNCATE、DDL、DCL、VACUUM FULL),则闪回失败,报错:ERROR: The table definition of T1 has been changed。 > - 闪回点过旧时,因闪回版本被回收等导致无法获取旧版本会导致闪回失败,报错:Restore point too old。可通过将version_retention_age和vacuum_defer_cleanup_age设置成同值,配置闪回功能旧版本保留期限,取值范围是0~1000000,值为0表示VACUUM不会延迟清除无效的行存记录。 @@ -341,7 +341,7 @@ SELECT [/*+ plan_hint */] [ ALL | DISTINCT [ ON ( expression [, ...] ) ] ] CROSS JOIN等效于INNER JOIN ON(TRUE) ,即没有被条件删除的行。这种连接类型只是符号上的方便,因为它们与简单的FROM和WHERE的效果相同。 - > ![img](https://opengauss.org/zh/docs/latest/docs/DeveloperGuide/public_sys-resources/icon-note.gif) **说明:** 必须为INNER和OUTER连接类型声明一个连接条件,即NATURAL ON、join_condition、USING (join_column [, …]) 之一。但是它们不能出现在CROSS JOIN中。 + > ![img](https://docs.opengauss.org/zh/docs/5.0.0/docs/Developerguide/public_sys-resources/icon-note.gif) **说明:** 必须为INNER和OUTER连接类型声明一个连接条件,即NATURAL ON、join_condition、USING (join_column [, …]) 之一。但是它们不能出现在CROSS JOIN中。 其中CROSS JOIN和INNER JOIN生成一个简单的笛卡尔积,和在FROM的顶层列出两个项的结果相同。 diff --git a/content/zh/docs/ToolandCommandReference/pg_recvlogical.md b/content/zh/docs/ToolandCommandReference/pg_recvlogical.md index 808d1792f..f0bbd2272 100644 --- a/content/zh/docs/ToolandCommandReference/pg_recvlogical.md +++ b/content/zh/docs/ToolandCommandReference/pg_recvlogical.md @@ -72,7 +72,7 @@ pg_recvlogical [OPTION]... 参数的取值为:include-xids、skip-empty-xacts、include-timestamp、only-local、force-binary、white-table-list、standby-connection、parallel-decode-num、decode-style、sending-batch、max-txn-in-memory、max-reorderbuffer-in-memory。 详细请参见《SQL参考》中“ 内置函数 \> 系统管理函数 \> 逻辑复制函数\> pg_logical_slot_peek_changes > options”以及 “应用开发 > openGauss JDBC 编程指南 > 示例:逻辑复制代码示例”章节。 - 链接:https://opengauss.org/zh/docs/latest/docs/DeveloperGuide/%E7%A4%BA%E4%BE%8B-%E9%80%BB%E8%BE%91%E5%A4%8D%E5%88%B6%E4%BB%A3%E7%A0%81%E7%A4%BA%E4%BE%8B.html + 链接:https://docs.opengauss.org/zh/docs/5.0.0/docs/DeveloperGuide/%E7%A4%BA%E4%BE%8B-%E9%80%BB%E8%BE%91%E5%A4%8D%E5%88%B6%E4%BB%A3%E7%A0%81%E7%A4%BA%E4%BE%8B.html - -P, --plugin=PLUGIN -- Gitee From 851dd9b3c84eb33085903373442113cbe6c69803 Mon Sep 17 00:00:00 2001 From: liyang <264327807@qq.com> Date: Tue, 4 Apr 2023 01:25:57 +0000 Subject: [PATCH 24/75] =?UTF-8?q?=E9=87=8D=E5=91=BD=E5=90=8D=20content/zh/?= =?UTF-8?q?docs/Compilationguide=20=E4=B8=BA=20content/zh/docs/Compilation?= =?UTF-8?q?Guide?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Compilation.md | 0 .../{Compilationguide => CompilationGuide}/FAQ.md | 0 .../figures/\347\273\230\345\233\2761.png" | Bin .../public_sys-resources/icon-caution.gif | Bin .../public_sys-resources/icon-danger.gif | Bin .../public_sys-resources/icon-note.gif | Bin .../public_sys-resources/icon-notice.gif | Bin .../public_sys-resources/icon-tip.gif | Bin .../public_sys-resources/icon-warning.gif | Bin ...\274\226\350\257\221\347\216\257\345\242\203.md" | 0 ...\211\210\346\234\254\347\274\226\350\257\221.md" | 0 11 files changed, 0 insertions(+), 0 deletions(-) rename content/zh/docs/{Compilationguide => CompilationGuide}/Compilation.md (100%) rename content/zh/docs/{Compilationguide => CompilationGuide}/FAQ.md (100%) rename "content/zh/docs/Compilationguide/figures/\347\273\230\345\233\2761.png" => "content/zh/docs/CompilationGuide/figures/\347\273\230\345\233\2761.png" (100%) rename content/zh/docs/{Compilationguide => CompilationGuide}/public_sys-resources/icon-caution.gif (100%) rename content/zh/docs/{Compilationguide => CompilationGuide}/public_sys-resources/icon-danger.gif (100%) rename content/zh/docs/{Compilationguide => CompilationGuide}/public_sys-resources/icon-note.gif (100%) rename content/zh/docs/{Compilationguide => CompilationGuide}/public_sys-resources/icon-notice.gif (100%) rename content/zh/docs/{Compilationguide => CompilationGuide}/public_sys-resources/icon-tip.gif (100%) rename content/zh/docs/{Compilationguide => CompilationGuide}/public_sys-resources/icon-warning.gif (100%) rename "content/zh/docs/Compilationguide/\346\220\255\345\273\272\347\274\226\350\257\221\347\216\257\345\242\203.md" => "content/zh/docs/CompilationGuide/\346\220\255\345\273\272\347\274\226\350\257\221\347\216\257\345\242\203.md" (100%) rename "content/zh/docs/Compilationguide/\347\211\210\346\234\254\347\274\226\350\257\221.md" => "content/zh/docs/CompilationGuide/\347\211\210\346\234\254\347\274\226\350\257\221.md" (100%) diff --git a/content/zh/docs/Compilationguide/Compilation.md b/content/zh/docs/CompilationGuide/Compilation.md similarity index 100% rename from content/zh/docs/Compilationguide/Compilation.md rename to content/zh/docs/CompilationGuide/Compilation.md diff --git a/content/zh/docs/Compilationguide/FAQ.md b/content/zh/docs/CompilationGuide/FAQ.md similarity index 100% rename from content/zh/docs/Compilationguide/FAQ.md rename to content/zh/docs/CompilationGuide/FAQ.md diff --git "a/content/zh/docs/Compilationguide/figures/\347\273\230\345\233\2761.png" "b/content/zh/docs/CompilationGuide/figures/\347\273\230\345\233\2761.png" similarity index 100% rename from "content/zh/docs/Compilationguide/figures/\347\273\230\345\233\2761.png" rename to "content/zh/docs/CompilationGuide/figures/\347\273\230\345\233\2761.png" diff --git a/content/zh/docs/Compilationguide/public_sys-resources/icon-caution.gif b/content/zh/docs/CompilationGuide/public_sys-resources/icon-caution.gif similarity index 100% rename from content/zh/docs/Compilationguide/public_sys-resources/icon-caution.gif rename to content/zh/docs/CompilationGuide/public_sys-resources/icon-caution.gif diff --git a/content/zh/docs/Compilationguide/public_sys-resources/icon-danger.gif b/content/zh/docs/CompilationGuide/public_sys-resources/icon-danger.gif similarity index 100% rename from content/zh/docs/Compilationguide/public_sys-resources/icon-danger.gif rename to content/zh/docs/CompilationGuide/public_sys-resources/icon-danger.gif diff --git a/content/zh/docs/Compilationguide/public_sys-resources/icon-note.gif b/content/zh/docs/CompilationGuide/public_sys-resources/icon-note.gif similarity index 100% rename from content/zh/docs/Compilationguide/public_sys-resources/icon-note.gif rename to content/zh/docs/CompilationGuide/public_sys-resources/icon-note.gif diff --git a/content/zh/docs/Compilationguide/public_sys-resources/icon-notice.gif b/content/zh/docs/CompilationGuide/public_sys-resources/icon-notice.gif similarity index 100% rename from content/zh/docs/Compilationguide/public_sys-resources/icon-notice.gif rename to content/zh/docs/CompilationGuide/public_sys-resources/icon-notice.gif diff --git a/content/zh/docs/Compilationguide/public_sys-resources/icon-tip.gif b/content/zh/docs/CompilationGuide/public_sys-resources/icon-tip.gif similarity index 100% rename from content/zh/docs/Compilationguide/public_sys-resources/icon-tip.gif rename to content/zh/docs/CompilationGuide/public_sys-resources/icon-tip.gif diff --git a/content/zh/docs/Compilationguide/public_sys-resources/icon-warning.gif b/content/zh/docs/CompilationGuide/public_sys-resources/icon-warning.gif similarity index 100% rename from content/zh/docs/Compilationguide/public_sys-resources/icon-warning.gif rename to content/zh/docs/CompilationGuide/public_sys-resources/icon-warning.gif diff --git "a/content/zh/docs/Compilationguide/\346\220\255\345\273\272\347\274\226\350\257\221\347\216\257\345\242\203.md" "b/content/zh/docs/CompilationGuide/\346\220\255\345\273\272\347\274\226\350\257\221\347\216\257\345\242\203.md" similarity index 100% rename from "content/zh/docs/Compilationguide/\346\220\255\345\273\272\347\274\226\350\257\221\347\216\257\345\242\203.md" rename to "content/zh/docs/CompilationGuide/\346\220\255\345\273\272\347\274\226\350\257\221\347\216\257\345\242\203.md" diff --git "a/content/zh/docs/Compilationguide/\347\211\210\346\234\254\347\274\226\350\257\221.md" "b/content/zh/docs/CompilationGuide/\347\211\210\346\234\254\347\274\226\350\257\221.md" similarity index 100% rename from "content/zh/docs/Compilationguide/\347\211\210\346\234\254\347\274\226\350\257\221.md" rename to "content/zh/docs/CompilationGuide/\347\211\210\346\234\254\347\274\226\350\257\221.md" -- Gitee From d217fc4227fe8f4e2bf3e7ad7a8e62e629faaa0f Mon Sep 17 00:00:00 2001 From: liyang <264327807@qq.com> Date: Tue, 4 Apr 2023 01:26:15 +0000 Subject: [PATCH 25/75] =?UTF-8?q?=E9=87=8D=E5=91=BD=E5=90=8D=20content/zh/?= =?UTF-8?q?docs/DataBaseReference=20=E4=B8=BA=20content/zh/docs/DatabaseRe?= =?UTF-8?q?ference?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../AI\347\211\271\346\200\247-GUC.md" | 0 .../AI\347\211\271\346\200\247_GUC.md" | 0 ...\233\270\345\205\263\345\217\202\346\225\260.md" | 0 ...\217\202\346\225\260\350\256\276\347\275\256.md" | 0 .../GAUSS-00001----GAUSS-00010.md | 0 .../GAUSS-00001----GAUSS-00100.md | 0 .../GAUSS-00011----GAUSS-00020.md | 0 .../GAUSS-00021----GAUSS-00030.md | 0 .../GAUSS-00031----GAUSS-00040.md | 0 .../GAUSS-00041----GAUSS-00050.md | 0 .../GAUSS-00051----GAUSS-00060.md | 0 .../GAUSS-00061----GAUSS-00070.md | 0 .../GAUSS-00071----GAUSS-00080.md | 0 .../GAUSS-00081----GAUSS-00090.md | 0 .../GAUSS-00091----GAUSS-00100.md | 0 .../GAUSS-00101----GAUSS-00110.md | 0 .../GAUSS-00101----GAUSS-00200.md | 0 .../GAUSS-00111----GAUSS-00120.md | 0 .../GAUSS-00121----GAUSS-00130.md | 0 .../GAUSS-00131----GAUSS-00140.md | 0 .../GAUSS-00141----GAUSS-00150.md | 0 .../GAUSS-00151----GAUSS-00160.md | 0 .../GAUSS-00161----GAUSS-00170.md | 0 .../GAUSS-00171----GAUSS-00180.md | 0 .../GAUSS-00181----GAUSS-00190.md | 0 .../GAUSS-00191----GAUSS-00200.md | 0 .../GAUSS-00201----GAUSS-00210.md | 0 .../GAUSS-00201----GAUSS-00300.md | 0 .../GAUSS-00211----GAUSS-00220.md | 0 .../GAUSS-00221----GAUSS-00230.md | 0 .../GAUSS-00231----GAUSS-00240.md | 0 .../GAUSS-00241----GAUSS-00250.md | 0 .../GAUSS-00251----GAUSS-00260.md | 0 .../GAUSS-00261----GAUSS-00270.md | 0 .../GAUSS-00271----GAUSS-00280.md | 0 .../GAUSS-00281----GAUSS-00290.md | 0 .../GAUSS-00291----GAUSS-00300.md | 0 .../GAUSS-00301----GAUSS-00310.md | 0 .../GAUSS-00301----GAUSS-00400.md | 0 .../GAUSS-00311----GAUSS-00320.md | 0 .../GAUSS-00321----GAUSS-00330.md | 0 .../GAUSS-00331----GAUSS-00340.md | 0 .../GAUSS-00341----GAUSS-00350.md | 0 .../GAUSS-00351----GAUSS-00360.md | 0 .../GAUSS-00361----GAUSS-00370.md | 0 .../GAUSS-00371----GAUSS-00380.md | 0 .../GAUSS-00381----GAUSS-00390.md | 0 .../GAUSS-00391----GAUSS-00400.md | 0 .../GAUSS-00401----GAUSS-00410.md | 0 .../GAUSS-00401----GAUSS-00500.md | 0 .../GAUSS-00411----GAUSS-00420.md | 0 .../GAUSS-00421----GAUSS-00430.md | 0 .../GAUSS-00431----GAUSS-00440.md | 0 .../GAUSS-00441----GAUSS-00450.md | 0 .../GAUSS-00451----GAUSS-00460.md | 0 .../GAUSS-00461----GAUSS-00470.md | 0 .../GAUSS-00471----GAUSS-00480.md | 0 .../GAUSS-00481----GAUSS-00490.md | 0 .../GAUSS-00491----GAUSS-00500.md | 0 .../GAUSS-00501----GAUSS-00510.md | 0 .../GAUSS-00501----GAUSS-00600.md | 0 .../GAUSS-00511----GAUSS-00520.md | 0 .../GAUSS-00521----GAUSS-00530.md | 0 .../GAUSS-00531----GAUSS-00540.md | 0 .../GAUSS-00541----GAUSS-00550.md | 0 .../GAUSS-00551----GAUSS-00560.md | 0 .../GAUSS-00561----GAUSS-00570.md | 0 .../GAUSS-00571----GAUSS-00580.md | 0 .../GAUSS-00581----GAUSS-00590.md | 0 .../GAUSS-00591----GAUSS-00600.md | 0 .../GAUSS-00601----GAUSS-00610.md | 0 .../GAUSS-00601----GAUSS-00700.md | 0 .../GAUSS-00611----GAUSS-00620.md | 0 .../GAUSS-00621----GAUSS-00630.md | 0 .../GAUSS-00631----GAUSS-00640.md | 0 .../GAUSS-00641----GAUSS-00650.md | 0 .../GAUSS-00651----GAUSS-00660.md | 0 .../GAUSS-00661----GAUSS-00670.md | 0 .../GAUSS-00671----GAUSS-00680.md | 0 .../GAUSS-00681----GAUSS-00690.md | 0 .../GAUSS-00691----GAUSS-00700.md | 0 .../GAUSS-00701----GAUSS-00710.md | 0 .../GAUSS-00701----GAUSS-00800.md | 0 .../GAUSS-00711----GAUSS-00720.md | 0 .../GAUSS-00721----GAUSS-00730.md | 0 .../GAUSS-00731----GAUSS-00740.md | 0 .../GAUSS-00741----GAUSS-00750.md | 0 .../GAUSS-00751----GAUSS-00760.md | 0 .../GAUSS-00761----GAUSS-00770.md | 0 .../GAUSS-00771----GAUSS-00780.md | 0 .../GAUSS-00781----GAUSS-00790.md | 0 .../GAUSS-00791----GAUSS-00800.md | 0 .../GAUSS-00801----GAUSS-00810.md | 0 .../GAUSS-00801----GAUSS-00900.md | 0 .../GAUSS-00811----GAUSS-00820.md | 0 .../GAUSS-00821----GAUSS-00830.md | 0 .../GAUSS-00831----GAUSS-00840.md | 0 .../GAUSS-00841----GAUSS-00850.md | 0 .../GAUSS-00851----GAUSS-00860.md | 0 .../GAUSS-00861----GAUSS-00870.md | 0 .../GAUSS-00871----GAUSS-00880.md | 0 .../GAUSS-00881----GAUSS-00890.md | 0 .../GAUSS-00891----GAUSS-00900.md | 0 .../GAUSS-00901----GAUSS-00910.md | 0 .../GAUSS-00901----GAUSS-01000.md | 0 .../GAUSS-00911----GAUSS-00920.md | 0 .../GAUSS-00921----GAUSS-00930.md | 0 .../GAUSS-00931----GAUSS-00940.md | 0 .../GAUSS-00941----GAUSS-00950.md | 0 .../GAUSS-00951----GAUSS-00960.md | 0 .../GAUSS-00961----GAUSS-00970.md | 0 .../GAUSS-00971----GAUSS-00980.md | 0 .../GAUSS-00981----GAUSS-00990.md | 0 .../GAUSS-00991----GAUSS-01000.md | 0 .../GAUSS-01001----GAUSS-01010.md | 0 .../GAUSS-01001----GAUSS-01100.md | 0 .../GAUSS-01011----GAUSS-01020.md | 0 .../GAUSS-01021----GAUSS-01030.md | 0 .../GAUSS-01031----GAUSS-01040.md | 0 .../GAUSS-01041----GAUSS-01050.md | 0 .../GAUSS-01051----GAUSS-01060.md | 0 .../GAUSS-01061----GAUSS-01070.md | 0 .../GAUSS-01071----GAUSS-01080.md | 0 .../GAUSS-01081----GAUSS-01090.md | 0 .../GAUSS-01091----GAUSS-01100.md | 0 .../GAUSS-01101----GAUSS-01110.md | 0 .../GAUSS-01101----GAUSS-01200.md | 0 .../GAUSS-01111----GAUSS-01120.md | 0 .../GAUSS-01121----GAUSS-01130.md | 0 .../GAUSS-01131----GAUSS-01140.md | 0 .../GAUSS-01141----GAUSS-01150.md | 0 .../GAUSS-01151----GAUSS-01160.md | 0 .../GAUSS-01161----GAUSS-01170.md | 0 .../GAUSS-01171----GAUSS-01180.md | 0 .../GAUSS-01181----GAUSS-01190.md | 0 .../GAUSS-01191----GAUSS-01200.md | 0 .../GAUSS-01201----GAUSS-01210.md | 0 .../GAUSS-01201----GAUSS-01300.md | 0 .../GAUSS-01211----GAUSS-01220.md | 0 .../GAUSS-01221----GAUSS-01230.md | 0 .../GAUSS-01231----GAUSS-01240.md | 0 .../GAUSS-01241----GAUSS-01250.md | 0 .../GAUSS-01251----GAUSS-01260.md | 0 .../GAUSS-01261----GAUSS-01270.md | 0 .../GAUSS-01271----GAUSS-01280.md | 0 .../GAUSS-01281----GAUSS-01290.md | 0 .../GAUSS-01291----GAUSS-01300.md | 0 .../GAUSS-01301----GAUSS-01310.md | 0 .../GAUSS-01301----GAUSS-01400.md | 0 .../GAUSS-01311----GAUSS-01320.md | 0 .../GAUSS-01321----GAUSS-01330.md | 0 .../GAUSS-01331----GAUSS-01340.md | 0 .../GAUSS-01341----GAUSS-01350.md | 0 .../GAUSS-01351----GAUSS-01360.md | 0 .../GAUSS-01361----GAUSS-01370.md | 0 .../GAUSS-01371----GAUSS-01380.md | 0 .../GAUSS-01381----GAUSS-01390.md | 0 .../GAUSS-01391----GAUSS-01400.md | 0 .../GAUSS-01401----GAUSS-01410.md | 0 .../GAUSS-01401----GAUSS-01500.md | 0 .../GAUSS-01411----GAUSS-01420.md | 0 .../GAUSS-01421----GAUSS-01430.md | 0 .../GAUSS-01431----GAUSS-01440.md | 0 .../GAUSS-01441----GAUSS-01450.md | 0 .../GAUSS-01451----GAUSS-01460.md | 0 .../GAUSS-01461----GAUSS-01470.md | 0 .../GAUSS-01471----GAUSS-01480.md | 0 .../GAUSS-01481----GAUSS-01490.md | 0 .../GAUSS-01491----GAUSS-01500.md | 0 .../GAUSS-01501----GAUSS-01510.md | 0 .../GAUSS-01501----GAUSS-01600.md | 0 .../GAUSS-01511----GAUSS-01520.md | 0 .../GAUSS-01521----GAUSS-01530.md | 0 .../GAUSS-01531----GAUSS-01540.md | 0 .../GAUSS-01541----GAUSS-01550.md | 0 .../GAUSS-01551----GAUSS-01560.md | 0 .../GAUSS-01561----GAUSS-01570.md | 0 .../GAUSS-01571----GAUSS-01580.md | 0 .../GAUSS-01581----GAUSS-01590.md | 0 .../GAUSS-01591----GAUSS-01600.md | 0 .../GAUSS-01601----GAUSS-01610.md | 0 .../GAUSS-01601----GAUSS-01700.md | 0 .../GAUSS-01611----GAUSS-01620.md | 0 .../GAUSS-01621----GAUSS-01630.md | 0 .../GAUSS-01631----GAUSS-01640.md | 0 .../GAUSS-01641----GAUSS-01650.md | 0 .../GAUSS-01651----GAUSS-01660.md | 0 .../GAUSS-01661----GAUSS-01670.md | 0 .../GAUSS-01671----GAUSS-01680.md | 0 .../GAUSS-01681----GAUSS-01690.md | 0 .../GAUSS-01691----GAUSS-01700.md | 0 .../GAUSS-01701----GAUSS-01710.md | 0 .../GAUSS-01701----GAUSS-01800.md | 0 .../GAUSS-01711----GAUSS-01720.md | 0 .../GAUSS-01721----GAUSS-01730.md | 0 .../GAUSS-01731----GAUSS-01740.md | 0 .../GAUSS-01741----GAUSS-01750.md | 0 .../GAUSS-01751----GAUSS-01760.md | 0 .../GAUSS-01761----GAUSS-01770.md | 0 .../GAUSS-01771----GAUSS-01780.md | 0 .../GAUSS-01781----GAUSS-01790.md | 0 .../GAUSS-01791----GAUSS-01800.md | 0 .../GAUSS-01801----GAUSS-01810.md | 0 .../GAUSS-01801----GAUSS-01900.md | 0 .../GAUSS-01811----GAUSS-01820.md | 0 .../GAUSS-01821----GAUSS-01830.md | 0 .../GAUSS-01831----GAUSS-01840.md | 0 .../GAUSS-01841----GAUSS-01850.md | 0 .../GAUSS-01851----GAUSS-01860.md | 0 .../GAUSS-01861----GAUSS-01870.md | 0 .../GAUSS-01871----GAUSS-01880.md | 0 .../GAUSS-01881----GAUSS-01890.md | 0 .../GAUSS-01891----GAUSS-01900.md | 0 .../GAUSS-01901----GAUSS-01910.md | 0 .../GAUSS-01901----GAUSS-02000.md | 0 .../GAUSS-01911----GAUSS-01920.md | 0 .../GAUSS-01921----GAUSS-01930.md | 0 .../GAUSS-01931----GAUSS-01940.md | 0 .../GAUSS-01941----GAUSS-01950.md | 0 .../GAUSS-01951----GAUSS-01960.md | 0 .../GAUSS-01961----GAUSS-01970.md | 0 .../GAUSS-01971----GAUSS-01980.md | 0 .../GAUSS-01981----GAUSS-01990.md | 0 .../GAUSS-01991----GAUSS-02000.md | 0 .../GAUSS-02001----GAUSS-02010.md | 0 .../GAUSS-02001----GAUSS-02100.md | 0 .../GAUSS-02011----GAUSS-02020.md | 0 .../GAUSS-02021----GAUSS-02030.md | 0 .../GAUSS-02031----GAUSS-02040.md | 0 .../GAUSS-02041----GAUSS-02050.md | 0 .../GAUSS-02051----GAUSS-02060.md | 0 .../GAUSS-02061----GAUSS-02070.md | 0 .../GAUSS-02071----GAUSS-02080.md | 0 .../GAUSS-02081----GAUSS-02090.md | 0 .../GAUSS-02091----GAUSS-02100.md | 0 .../GAUSS-02101----GAUSS-02110.md | 0 .../GAUSS-02101----GAUSS-02200.md | 0 .../GAUSS-02111----GAUSS-02120.md | 0 .../GAUSS-02121----GAUSS-02130.md | 0 .../GAUSS-02131----GAUSS-02140.md | 0 .../GAUSS-02141----GAUSS-02150.md | 0 .../GAUSS-02151----GAUSS-02160.md | 0 .../GAUSS-02161----GAUSS-02170.md | 0 .../GAUSS-02171----GAUSS-02180.md | 0 .../GAUSS-02181----GAUSS-02190.md | 0 .../GAUSS-02191----GAUSS-02200.md | 0 .../GAUSS-02201----GAUSS-02210.md | 0 .../GAUSS-02201----GAUSS-02300.md | 0 .../GAUSS-02211----GAUSS-02220.md | 0 .../GAUSS-02221----GAUSS-02230.md | 0 .../GAUSS-02231----GAUSS-02240.md | 0 .../GAUSS-02241----GAUSS-02250.md | 0 .../GAUSS-02251----GAUSS-02260.md | 0 .../GAUSS-02261----GAUSS-02270.md | 0 .../GAUSS-02271----GAUSS-02280.md | 0 .../GAUSS-02281----GAUSS-02290.md | 0 .../GAUSS-02291----GAUSS-02300.md | 0 .../GAUSS-02301----GAUSS-02310.md | 0 .../GAUSS-02301----GAUSS-02400.md | 0 .../GAUSS-02311----GAUSS-02320.md | 0 .../GAUSS-02321----GAUSS-02330.md | 0 .../GAUSS-02331----GAUSS-02340.md | 0 .../GAUSS-02341----GAUSS-02350.md | 0 .../GAUSS-02351----GAUSS-02360.md | 0 .../GAUSS-02361----GAUSS-02370.md | 0 .../GAUSS-02371----GAUSS-02380.md | 0 .../GAUSS-02381----GAUSS-02390.md | 0 .../GAUSS-02391----GAUSS-02400.md | 0 .../GAUSS-02401----GAUSS-02410.md | 0 .../GAUSS-02401----GAUSS-02500.md | 0 .../GAUSS-02411----GAUSS-02420.md | 0 .../GAUSS-02421----GAUSS-02430.md | 0 .../GAUSS-02431----GAUSS-02440.md | 0 .../GAUSS-02441----GAUSS-02450.md | 0 .../GAUSS-02451----GAUSS-02460.md | 0 .../GAUSS-02461----GAUSS-02470.md | 0 .../GAUSS-02471----GAUSS-02480.md | 0 .../GAUSS-02481----GAUSS-02490.md | 0 .../GAUSS-02491----GAUSS-02500.md | 0 .../GAUSS-02501----GAUSS-02510.md | 0 .../GAUSS-02501----GAUSS-02600.md | 0 .../GAUSS-02511----GAUSS-02520.md | 0 .../GAUSS-02521----GAUSS-02530.md | 0 .../GAUSS-02531----GAUSS-02540.md | 0 .../GAUSS-02541----GAUSS-02550.md | 0 .../GAUSS-02551----GAUSS-02560.md | 0 .../GAUSS-02561----GAUSS-02570.md | 0 .../GAUSS-02571----GAUSS-02580.md | 0 .../GAUSS-02581----GAUSS-02590.md | 0 .../GAUSS-02591----GAUSS-02600.md | 0 .../GAUSS-02601----GAUSS-02610.md | 0 .../GAUSS-02601----GAUSS-02700.md | 0 .../GAUSS-02611----GAUSS-02620.md | 0 .../GAUSS-02621----GAUSS-02630.md | 0 .../GAUSS-02631----GAUSS-02640.md | 0 .../GAUSS-02641----GAUSS-02650.md | 0 .../GAUSS-02651----GAUSS-02660.md | 0 .../GAUSS-02661----GAUSS-02670.md | 0 .../GAUSS-02671----GAUSS-02680.md | 0 .../GAUSS-02681----GAUSS-02690.md | 0 .../GAUSS-02691----GAUSS-02700.md | 0 .../GAUSS-02701----GAUSS-02710.md | 0 .../GAUSS-02701----GAUSS-02800.md | 0 .../GAUSS-02711----GAUSS-02720.md | 0 .../GAUSS-02721----GAUSS-02730.md | 0 .../GAUSS-02731----GAUSS-02740.md | 0 .../GAUSS-02741----GAUSS-02750.md | 0 .../GAUSS-02751----GAUSS-02760.md | 0 .../GAUSS-02761----GAUSS-02770.md | 0 .../GAUSS-02771----GAUSS-02780.md | 0 .../GAUSS-02781----GAUSS-02790.md | 0 .../GAUSS-02791----GAUSS-02800.md | 0 .../GAUSS-02801----GAUSS-02810.md | 0 .../GAUSS-02801----GAUSS-02900.md | 0 .../GAUSS-02811----GAUSS-02820.md | 0 .../GAUSS-02821----GAUSS-02830.md | 0 .../GAUSS-02831----GAUSS-02840.md | 0 .../GAUSS-02841----GAUSS-02850.md | 0 .../GAUSS-02851----GAUSS-02860.md | 0 .../GAUSS-02861----GAUSS-02870.md | 0 .../GAUSS-02871----GAUSS-02880.md | 0 .../GAUSS-02881----GAUSS-02890.md | 0 .../GAUSS-02891----GAUSS-02900.md | 0 .../GAUSS-02901----GAUSS-02910.md | 0 .../GAUSS-02901----GAUSS-03000.md | 0 .../GAUSS-02911----GAUSS-02920.md | 0 .../GAUSS-02921----GAUSS-02930.md | 0 .../GAUSS-02931----GAUSS-02940.md | 0 .../GAUSS-02941----GAUSS-02950.md | 0 .../GAUSS-02951----GAUSS-02960.md | 0 .../GAUSS-02961----GAUSS-02970.md | 0 .../GAUSS-02971----GAUSS-02980.md | 0 .../GAUSS-02981----GAUSS-02990.md | 0 .../GAUSS-02991----GAUSS-03000.md | 0 .../GAUSS-03001----GAUSS-03010.md | 0 .../GAUSS-03001----GAUSS-03100.md | 0 .../GAUSS-03011----GAUSS-03020.md | 0 .../GAUSS-03021----GAUSS-03030.md | 0 .../GAUSS-03031----GAUSS-03040.md | 0 .../GAUSS-03041----GAUSS-03050.md | 0 .../GAUSS-03051----GAUSS-03060.md | 0 .../GAUSS-03061----GAUSS-03070.md | 0 .../GAUSS-03071----GAUSS-03080.md | 0 .../GAUSS-03081----GAUSS-03090.md | 0 .../GAUSS-03091----GAUSS-03100.md | 0 .../GAUSS-03101----GAUSS-03110.md | 0 .../GAUSS-03101----GAUSS-03200.md | 0 .../GAUSS-03111----GAUSS-03120.md | 0 .../GAUSS-03121----GAUSS-03130.md | 0 .../GAUSS-03131----GAUSS-03140.md | 0 .../GAUSS-03141----GAUSS-03150.md | 0 .../GAUSS-03151----GAUSS-03160.md | 0 .../GAUSS-03161----GAUSS-03170.md | 0 .../GAUSS-03171----GAUSS-03180.md | 0 .../GAUSS-03181----GAUSS-03190.md | 0 .../GAUSS-03191----GAUSS-03200.md | 0 .../GAUSS-03201----GAUSS-03210.md | 0 .../GAUSS-03201----GAUSS-03300.md | 0 .../GAUSS-03211----GAUSS-03220.md | 0 .../GAUSS-03221----GAUSS-03230.md | 0 .../GAUSS-03231----GAUSS-03240.md | 0 .../GAUSS-03241----GAUSS-03250.md | 0 .../GAUSS-03251----GAUSS-03260.md | 0 .../GAUSS-03261----GAUSS-03270.md | 0 .../GAUSS-03271----GAUSS-03280.md | 0 .../GAUSS-03281----GAUSS-03290.md | 0 .../GAUSS-03291----GAUSS-03300.md | 0 .../GAUSS-03301----GAUSS-03310.md | 0 .../GAUSS-03301----GAUSS-03400.md | 0 .../GAUSS-03311----GAUSS-03320.md | 0 .../GAUSS-03321----GAUSS-03330.md | 0 .../GAUSS-03331----GAUSS-03340.md | 0 .../GAUSS-03341----GAUSS-03350.md | 0 .../GAUSS-03351----GAUSS-03360.md | 0 .../GAUSS-03361----GAUSS-03370.md | 0 .../GAUSS-03371----GAUSS-03380.md | 0 .../GAUSS-03381----GAUSS-03390.md | 0 .../GAUSS-03391----GAUSS-03400.md | 0 .../GAUSS-03401----GAUSS-03410.md | 0 .../GAUSS-03401----GAUSS-03500.md | 0 .../GAUSS-03411----GAUSS-03420.md | 0 .../GAUSS-03421----GAUSS-03430.md | 0 .../GAUSS-03431----GAUSS-03440.md | 0 .../GAUSS-03441----GAUSS-03450.md | 0 .../GAUSS-03451----GAUSS-03460.md | 0 .../GAUSS-03461----GAUSS-03470.md | 0 .../GAUSS-03471----GAUSS-03480.md | 0 .../GAUSS-03481----GAUSS-03490.md | 0 .../GAUSS-03491----GAUSS-03500.md | 0 .../GAUSS-03501----GAUSS-03510.md | 0 .../GAUSS-03501----GAUSS-03600.md | 0 .../GAUSS-03511----GAUSS-03520.md | 0 .../GAUSS-03521----GAUSS-03530.md | 0 .../GAUSS-03531----GAUSS-03540.md | 0 .../GAUSS-03541----GAUSS-03550.md | 0 .../GAUSS-03551----GAUSS-03560.md | 0 .../GAUSS-03561----GAUSS-03570.md | 0 .../GAUSS-03571----GAUSS-03580.md | 0 .../GAUSS-03581----GAUSS-03590.md | 0 .../GAUSS-03591----GAUSS-03600.md | 0 .../GAUSS-03601----GAUSS-03610.md | 0 .../GAUSS-03601----GAUSS-03700.md | 0 .../GAUSS-03611----GAUSS-03620.md | 0 .../GAUSS-03621----GAUSS-03630.md | 0 .../GAUSS-03631----GAUSS-03640.md | 0 .../GAUSS-03641----GAUSS-03650.md | 0 .../GAUSS-03651----GAUSS-03660.md | 0 .../GAUSS-03661----GAUSS-03670.md | 0 .../GAUSS-03671----GAUSS-03680.md | 0 .../GAUSS-03681----GAUSS-03690.md | 0 .../GAUSS-03691----GAUSS-03700.md | 0 .../GAUSS-03701----GAUSS-03710.md | 0 .../GAUSS-03701----GAUSS-03800.md | 0 .../GAUSS-03711----GAUSS-03720.md | 0 .../GAUSS-03721----GAUSS-03730.md | 0 .../GAUSS-03731----GAUSS-03740.md | 0 .../GAUSS-03741----GAUSS-03750.md | 0 .../GAUSS-03751----GAUSS-03760.md | 0 .../GAUSS-03761----GAUSS-03770.md | 0 .../GAUSS-03771----GAUSS-03780.md | 0 .../GAUSS-03781----GAUSS-03790.md | 0 .../GAUSS-03791----GAUSS-03800.md | 0 .../GAUSS-03801----GAUSS-03810.md | 0 .../GAUSS-03801----GAUSS-03900.md | 0 .../GAUSS-03811----GAUSS-03820.md | 0 .../GAUSS-03821----GAUSS-03830.md | 0 .../GAUSS-03831----GAUSS-03840.md | 0 .../GAUSS-03841----GAUSS-03850.md | 0 .../GAUSS-03851----GAUSS-03860.md | 0 .../GAUSS-03861----GAUSS-03870.md | 0 .../GAUSS-03871----GAUSS-03880.md | 0 .../GAUSS-03881----GAUSS-03890.md | 0 .../GAUSS-03891----GAUSS-03900.md | 0 .../GAUSS-03901----GAUSS-03910.md | 0 .../GAUSS-03901----GAUSS-04000.md | 0 .../GAUSS-03911----GAUSS-03920.md | 0 .../GAUSS-03921----GAUSS-03930.md | 0 .../GAUSS-03931----GAUSS-03940.md | 0 .../GAUSS-03941----GAUSS-03950.md | 0 .../GAUSS-03951----GAUSS-03960.md | 0 .../GAUSS-03961----GAUSS-03970.md | 0 .../GAUSS-03971----GAUSS-03980.md | 0 .../GAUSS-03981----GAUSS-03990.md | 0 .../GAUSS-03991----GAUSS-04000.md | 0 .../GAUSS-04001----GAUSS-04010.md | 0 .../GAUSS-04001----GAUSS-04100.md | 0 .../GAUSS-04011----GAUSS-04020.md | 0 .../GAUSS-04021----GAUSS-04030.md | 0 .../GAUSS-04031----GAUSS-04040.md | 0 .../GAUSS-04041----GAUSS-04050.md | 0 .../GAUSS-04051----GAUSS-04060.md | 0 .../GAUSS-04061----GAUSS-04070.md | 0 .../GAUSS-04071----GAUSS-04080.md | 0 .../GAUSS-04081----GAUSS-04090.md | 0 .../GAUSS-04091----GAUSS-04100.md | 0 .../GAUSS-04101----GAUSS-04110.md | 0 .../GAUSS-04101----GAUSS-04200.md | 0 .../GAUSS-04111----GAUSS-04120.md | 0 .../GAUSS-04121----GAUSS-04130.md | 0 .../GAUSS-04131----GAUSS-04140.md | 0 .../GAUSS-04141----GAUSS-04150.md | 0 .../GAUSS-04151----GAUSS-04160.md | 0 .../GAUSS-04161----GAUSS-04170.md | 0 .../GAUSS-04171----GAUSS-04180.md | 0 .../GAUSS-04181----GAUSS-04190.md | 0 .../GAUSS-04191----GAUSS-04200.md | 0 .../GAUSS-04201----GAUSS-04210.md | 0 .../GAUSS-04201----GAUSS-04300.md | 0 .../GAUSS-04211----GAUSS-04220.md | 0 .../GAUSS-04221----GAUSS-04230.md | 0 .../GAUSS-04231----GAUSS-04240.md | 0 .../GAUSS-04241----GAUSS-04250.md | 0 .../GAUSS-04251----GAUSS-04260.md | 0 .../GAUSS-04261----GAUSS-04270.md | 0 .../GAUSS-04271----GAUSS-04280.md | 0 .../GAUSS-04281----GAUSS-04290.md | 0 .../GAUSS-04291----GAUSS-04300.md | 0 .../GAUSS-04301----GAUSS-04310.md | 0 .../GAUSS-04301----GAUSS-04400.md | 0 .../GAUSS-04311----GAUSS-04320.md | 0 .../GAUSS-04321----GAUSS-04330.md | 0 .../GAUSS-04331----GAUSS-04340.md | 0 .../GAUSS-04341----GAUSS-04350.md | 0 .../GAUSS-04351----GAUSS-04360.md | 0 .../GAUSS-04361----GAUSS-04370.md | 0 .../GAUSS-04371----GAUSS-04380.md | 0 .../GAUSS-04381----GAUSS-04390.md | 0 .../GAUSS-04391----GAUSS-04400.md | 0 .../GAUSS-04401----GAUSS-04410.md | 0 .../GAUSS-04401----GAUSS-04500.md | 0 .../GAUSS-04411----GAUSS-04420.md | 0 .../GAUSS-04421----GAUSS-04430.md | 0 .../GAUSS-04431----GAUSS-04440.md | 0 .../GAUSS-04441----GAUSS-04450.md | 0 .../GAUSS-04451----GAUSS-04460.md | 0 .../GAUSS-04461----GAUSS-04470.md | 0 .../GAUSS-04471----GAUSS-04480.md | 0 .../GAUSS-04481----GAUSS-04490.md | 0 .../GAUSS-04491----GAUSS-04500.md | 0 .../GAUSS-04501----GAUSS-04510.md | 0 .../GAUSS-04501----GAUSS-04600.md | 0 .../GAUSS-04511----GAUSS-04520.md | 0 .../GAUSS-04521----GAUSS-04530.md | 0 .../GAUSS-04531----GAUSS-04540.md | 0 .../GAUSS-04541----GAUSS-04550.md | 0 .../GAUSS-04551----GAUSS-04560.md | 0 .../GAUSS-04561----GAUSS-04570.md | 0 .../GAUSS-04571----GAUSS-04580.md | 0 .../GAUSS-04581----GAUSS-04590.md | 0 .../GAUSS-04591----GAUSS-04600.md | 0 .../GAUSS-04601----GAUSS-04610.md | 0 .../GAUSS-04601----GAUSS-04700.md | 0 .../GAUSS-04611----GAUSS-04620.md | 0 .../GAUSS-04621----GAUSS-04630.md | 0 .../GAUSS-04631----GAUSS-04640.md | 0 .../GAUSS-04641----GAUSS-04650.md | 0 .../GAUSS-04651----GAUSS-04660.md | 0 .../GAUSS-04661----GAUSS-04670.md | 0 .../GAUSS-04671----GAUSS-04680.md | 0 .../GAUSS-04681----GAUSS-04690.md | 0 .../GAUSS-04691----GAUSS-04700.md | 0 .../GAUSS-04701----GAUSS-04710.md | 0 .../GAUSS-04701----GAUSS-04800.md | 0 .../GAUSS-04711----GAUSS-04720.md | 0 .../GAUSS-04721----GAUSS-04730.md | 0 .../GAUSS-04731----GAUSS-04740.md | 0 .../GAUSS-04741----GAUSS-04750.md | 0 .../GAUSS-04751----GAUSS-04760.md | 0 .../GAUSS-04761----GAUSS-04770.md | 0 .../GAUSS-04771----GAUSS-04780.md | 0 .../GAUSS-04781----GAUSS-04790.md | 0 .../GAUSS-04791----GAUSS-04800.md | 0 .../GAUSS-04801----GAUSS-04810.md | 0 .../GAUSS-04801----GAUSS-04900.md | 0 .../GAUSS-04811----GAUSS-04820.md | 0 .../GAUSS-04821----GAUSS-04830.md | 0 .../GAUSS-04831----GAUSS-04840.md | 0 .../GAUSS-04841----GAUSS-04850.md | 0 .../GAUSS-04851----GAUSS-04860.md | 0 .../GAUSS-04861----GAUSS-04870.md | 0 .../GAUSS-04871----GAUSS-04880.md | 0 .../GAUSS-04881----GAUSS-04890.md | 0 .../GAUSS-04891----GAUSS-04900.md | 0 .../GAUSS-04901----GAUSS-04910.md | 0 .../GAUSS-04901----GAUSS-04999.md | 0 .../GAUSS-04911----GAUSS-04920.md | 0 .../GAUSS-04921----GAUSS-04930.md | 0 .../GAUSS-04931----GAUSS-04940.md | 0 .../GAUSS-04941----GAUSS-04950.md | 0 .../GAUSS-04951----GAUSS-04960.md | 0 .../GAUSS-04961----GAUSS-04970.md | 0 .../GAUSS-04971----GAUSS-04980.md | 0 .../GAUSS-04981----GAUSS-04990.md | 0 .../GAUSS-04991----GAUSS-05000.md | 0 .../GAUSS-05001----GAUSS-05010.md | 0 .../GAUSS-05001----GAUSS-05100.md | 0 .../GAUSS-05011----GAUSS-05020.md | 0 .../GAUSS-05021----GAUSS-05030.md | 0 .../GAUSS-05031----GAUSS-05040.md | 0 .../GAUSS-05041----GAUSS-05050.md | 0 .../GAUSS-05051----GAUSS-05060.md | 0 .../GAUSS-05061----GAUSS-05070.md | 0 .../GAUSS-05071----GAUSS-05080.md | 0 .../GAUSS-05081----GAUSS-05090.md | 0 .../GAUSS-05091----GAUSS-05100.md | 0 .../GAUSS-05101----GAUSS-05110.md | 0 .../GAUSS-05101----GAUSS-05200.md | 0 .../GAUSS-05111----GAUSS-05120.md | 0 .../GAUSS-05121----GAUSS-05130.md | 0 .../GAUSS-05131----GAUSS-05140.md | 0 .../GAUSS-05141----GAUSS-05150.md | 0 .../GAUSS-05151----GAUSS-05160.md | 0 .../GAUSS-05161----GAUSS-05170.md | 0 .../GAUSS-05171----GAUSS-05180.md | 0 .../GAUSS-05181----GAUSS-05190.md | 0 .../GAUSS-05191----GAUSS-05200.md | 0 .../GAUSS-05201---GAUSS-05210.md | 0 .../GAUSS-05201---GAUSS-05300.md | 0 .../GAUSS-05211---GAUSS-05220.md | 0 .../GAUSS-05221---GAUSS-05230.md | 0 .../GAUSS-05231---GAUSS-05240.md | 0 .../GAUSS-05241---GAUSS-05250.md | 0 .../GAUSS-05251---GAUSS-05260.md | 0 .../GAUSS-05261---GAUSS-05270.md | 0 .../GAUSS-05271---GAUSS-05280.md | 0 .../GAUSS-05281---GAUSS-05290.md | 0 .../GAUSS-05291---GAUSS-05300.md | 0 .../GAUSS-05301----GAUSS-05310.md | 0 .../GAUSS-05301----GAUSS-05400.md | 0 .../GAUSS-05311----GAUSS-05320.md | 0 .../GAUSS-05321----GAUSS-05330.md | 0 .../GAUSS-05331----GAUSS-05340.md | 0 .../GAUSS-05341----GAUSS-05350.md | 0 .../GAUSS-05351----GAUSS-05360.md | 0 .../GAUSS-05361----GAUSS-05370.md | 0 .../GAUSS-05371----GAUSS-05380.md | 0 .../GAUSS-05381----GAUSS-05390.md | 0 .../GAUSS-05391----GAUSS-05400.md | 0 .../GAUSS-05401----GAUSS-05410.md | 0 .../GAUSS-05401----GAUSS-05500.md | 0 .../GAUSS-05411----GAUSS-05420.md | 0 .../GAUSS-05421----GAUSS-05430.md | 0 .../GAUSS-05431----GAUSS-05440.md | 0 .../GAUSS-05441----GAUSS-05450.md | 0 .../GAUSS-05451----GAUSS-05460.md | 0 .../GAUSS-05461----GAUSS-05470.md | 0 .../GAUSS-05471----GAUSS-05480.md | 0 .../GAUSS-05481----GAUSS-05490.md | 0 .../GAUSS-05491----GAUSS-05500.md | 0 .../GAUSS-05501----GAUSS-05510.md | 0 .../GAUSS-05501----GAUSS-05600.md | 0 .../GAUSS-05511----GAUSS-05520.md | 0 .../GAUSS-05521----GAUSS-05530.md | 0 .../GAUSS-05531----GAUSS-05540.md | 0 .../GAUSS-05541----GAUSS-05550.md | 0 .../GAUSS-05551----GAUSS-05560.md | 0 .../GAUSS-05561----GAUSS-05570.md | 0 .../GAUSS-05571----GAUSS-05580.md | 0 .../GAUSS-05581----GAUSS-05590.md | 0 .../GAUSS-05591----GAUSS-05600.md | 0 .../GAUSS-05601----GAUSS-05610.md | 0 .../GAUSS-05601----GAUSS-05700.md | 0 .../GAUSS-05611----GAUSS-05620.md | 0 .../GAUSS-05621----GAUSS-05630.md | 0 .../GAUSS-05631----GAUSS-05640.md | 0 .../GAUSS-05641----GAUSS-05650.md | 0 .../GAUSS-05651----GAUSS-05660.md | 0 .../GAUSS-05661----GAUSS-05670.md | 0 .../GAUSS-05671----GAUSS-05680.md | 0 .../GAUSS-05681----GAUSS-05690.md | 0 .../GAUSS-05691----GAUSS-05700.md | 0 .../GAUSS-05701----GAUSS-05710.md | 0 .../GAUSS-05701----GAUSS-05800.md | 0 .../GAUSS-05711----GAUSS-05720.md | 0 .../GAUSS-05721----GAUSS-05730.md | 0 .../GAUSS-05731----GAUSS-05740.md | 0 .../GAUSS-05741----GAUSS-05750.md | 0 .../GAUSS-05751----GAUSS-05760.md | 0 .../GAUSS-05761----GAUSS-05770.md | 0 .../GAUSS-05771----GAUSS-05780.md | 0 .../GAUSS-05781----GAUSS-05790.md | 0 .../GAUSS-05791----GAUSS-05800.md | 0 .../GAUSS-05801----GAUSS-05810.md | 0 .../GAUSS-05801----GAUSS-05900.md | 0 .../GAUSS-05811----GAUSS-05820.md | 0 .../GAUSS-05821----GAUSS-05830.md | 0 .../GAUSS-05831----GAUSS-05840.md | 0 .../GAUSS-05841----GAUSS-05850.md | 0 .../GAUSS-05851----GAUSS-05860.md | 0 .../GAUSS-05861----GAUSS-05870.md | 0 .../GAUSS-05871----GAUSS-05880.md | 0 .../GAUSS-05881----GAUSS-05890.md | 0 .../GAUSS-05891----GAUSS-05900.md | 0 .../GAUSS-05901----GAUSS-05910.md | 0 .../GAUSS-05901----GAUSS-06000.md | 0 .../GAUSS-05911----GAUSS-05920.md | 0 .../GAUSS-05921----GAUSS-05930.md | 0 .../GAUSS-05931----GAUSS-05940.md | 0 .../GAUSS-05941----GAUSS-05950.md | 0 .../GAUSS-05951----GAUSS-05960.md | 0 .../GAUSS-05961----GAUSS-05970.md | 0 .../GAUSS-05971----GAUSS-05980.md | 0 .../GAUSS-05981----GAUSS-05990.md | 0 .../GAUSS-05991----GAUSS-06000.md | 0 .../GAUSS-06001----GAUSS-06010.md | 0 .../GAUSS-06001----GAUSS-06100.md | 0 .../GAUSS-06011----GAUSS-06020.md | 0 .../GAUSS-06021----GAUSS-06030.md | 0 .../GAUSS-06031----GAUSS-06040.md | 0 .../GAUSS-06041----GAUSS-06050.md | 0 .../GAUSS-06051----GAUSS-06060.md | 0 .../GAUSS-06061----GAUSS-06070.md | 0 .../GAUSS-06071----GAUSS-06080.md | 0 .../GAUSS-06081----GAUSS-06090.md | 0 .../GAUSS-06091----GAUSS-06100.md | 0 .../GAUSS-06101----GAUSS-06110.md | 0 .../GAUSS-06101----GAUSS-06200.md | 0 .../GAUSS-06111----GAUSS-06120.md | 0 .../GAUSS-06121----GAUSS-06130.md | 0 .../GAUSS-06131----GAUSS-06140.md | 0 .../GAUSS-06141----GAUSS-06150.md | 0 .../GAUSS-06151----GAUSS-06160.md | 0 .../GAUSS-06161----GAUSS-06170.md | 0 .../GAUSS-06171----GAUSS-06180.md | 0 .../GAUSS-06181----GAUSS-06190.md | 0 .../GAUSS-06191----GAUSS-06200.md | 0 .../GAUSS-06201----GAUSS-06210.md | 0 .../GAUSS-06201----GAUSS-06300.md | 0 .../GAUSS-06211----GAUSS-06220.md | 0 .../GAUSS-06221----GAUSS-06230.md | 0 .../GAUSS-06231----GAUSS-0640.md | 0 .../GAUSS-06241----GAUSS-06250.md | 0 .../GAUSS-06251----GAUSS-06260.md | 0 .../GAUSS-06261----GAUSS-06270.md | 0 .../GAUSS-06271----GAUSS-06280.md | 0 .../GAUSS-06281----GAUSS-06290.md | 0 .../GAUSS-06291----GAUSS-06300.md | 0 .../GAUSS-06301----GAUSS-06310.md | 0 .../GAUSS-06301----GAUSS-06400.md | 0 .../GAUSS-06311----GAUSS-06320.md | 0 .../GAUSS-06321----GAUSS-06330.md | 0 .../GAUSS-06331----GAUSS-06340.md | 0 .../GAUSS-06341----GAUSS-06350.md | 0 .../GAUSS-06351----GAUSS-06360.md | 0 .../GAUSS-06361----GAUSS-06370.md | 0 .../GAUSS-06371----GAUSS-06380.md | 0 .../GAUSS-06381----GAUSS-06390.md | 0 .../GAUSS-06391----GAUSS-06400.md | 0 .../GAUSS-06401----GAUSS-06410.md | 0 .../GAUSS-06401----GAUSS-06500.md | 0 .../GAUSS-06411----GAUSS-06420.md | 0 .../GAUSS-06421----GAUSS-06430.md | 0 .../GAUSS-06431----GAUSS-06440.md | 0 .../GAUSS-06441----GAUSS-06450.md | 0 .../GAUSS-06451----GAUSS-06460.md | 0 .../GAUSS-06461----GAUSS-06470.md | 0 .../GAUSS-06471----GAUSS-06480.md | 0 .../GAUSS-06481----GAUSS-06490.md | 0 .../GAUSS-06491----GAUSS-06500.md | 0 .../GAUSS-06501----GAUSS-06510.md | 0 .../GAUSS-06501----GAUSS-06600.md | 0 .../GAUSS-06511----GAUSS-06520.md | 0 .../GAUSS-06521----GAUSS-06530.md | 0 .../GAUSS-06531----GAUSS-06540.md | 0 .../GAUSS-06541----GAUSS-06550.md | 0 .../GAUSS-06551----GAUSS-06560.md | 0 .../GAUSS-06561----GAUSS-06570.md | 0 .../GAUSS-06571----GAUSS-06580.md | 0 .../GAUSS-06581----GAUSS-06590.md | 0 .../GAUSS-06591----GAUSS-06600.md | 0 .../GAUSS-06601----GAUSS-06610.md | 0 .../GAUSS-06601----GAUSS-06700.md | 0 .../GAUSS-06611----GAUSS-06620.md | 0 .../GAUSS-06621----GAUSS-06630.md | 0 .../GAUSS-06631----GAUSS-06640.md | 0 .../GAUSS-06641----GAUSS-06650.md | 0 .../GAUSS-06651----GAUSS-06660.md | 0 .../GAUSS-06661----GAUSS-06670.md | 0 .../GAUSS-06671----GAUSS-06680.md | 0 .../GAUSS-06681----GAUSS-06690.md | 0 .../GAUSS-06691----GAUSS-06700.md | 0 .../GAUSS-06701----GAUSS-06710.md | 0 .../GAUSS-06701----GAUSS-06800.md | 0 .../GAUSS-06711----GAUSS-06720.md | 0 .../GAUSS-06721----GAUSS-06730.md | 0 .../GAUSS-06731----GAUSS-06740.md | 0 .../GAUSS-06741----GAUSS-06750.md | 0 .../GAUSS-06751----GAUSS-06760.md | 0 .../GAUSS-06761----GAUSS-06770.md | 0 .../GAUSS-06771----GAUSS-06780.md | 0 .../GAUSS-06781----GAUSS-06790.md | 0 .../GAUSS-06791----GAUSS-06800.md | 0 .../GAUSS-06801----GAUSS-06810.md | 0 .../GAUSS-06801----GAUSS-06900.md | 0 .../GAUSS-06811----GAUSS-06820.md | 0 .../GAUSS-06821----GAUSS-06830.md | 0 .../GAUSS-06831----GAUSS-06840.md | 0 .../GAUSS-06841----GAUSS-06850.md | 0 .../GAUSS-06851----GAUSS-06860.md | 0 .../GAUSS-06861----GAUSS-06870.md | 0 .../GAUSS-06871----GAUSS-06880.md | 0 .../GAUSS-06881----GAUSS-06890.md | 0 .../GAUSS-06891----GAUSS-06900.md | 0 .../GAUSS-06901----GAUSS-06910.md | 0 .../GAUSS-06901----GAUSS-07000.md | 0 .../GAUSS-06911----GAUSS-06920.md | 0 .../GAUSS-06921----GAUSS-06930.md | 0 .../GAUSS-06931----GAUSS-06940.md | 0 .../GAUSS-06941----GAUSS-06950.md | 0 .../GAUSS-06951----GAUSS-06960.md | 0 .../GAUSS-06961----GAUSS-06970.md | 0 .../GAUSS-06971----GAUSS-06980.md | 0 .../GAUSS-06981----GAUSS-06990.md | 0 .../GAUSS-06991----GAUSS-07000.md | 0 .../GAUSS-07001----GAUSS-07010.md | 0 .../GAUSS-07001----GAUSS-07100.md | 0 .../GAUSS-07011----GAUSS-07020.md | 0 .../GAUSS-07021----GAUSS-07030.md | 0 .../GAUSS-07031----GAUSS-07040.md | 0 .../GAUSS-07041----GAUSS-07050.md | 0 .../GAUSS-07051----GAUSS-07060.md | 0 .../GAUSS-07061----GAUSS-07070.md | 0 .../GAUSS-07071----GAUSS-07080.md | 0 .../GAUSS-07081----GAUSS-07090.md | 0 .../GAUSS-07091----GAUSS-07100.md | 0 .../GAUSS-07101----GAUSS-07110.md | 0 .../GAUSS-07101----GAUSS-07200.md | 0 .../GAUSS-07111----GAUSS-07120.md | 0 .../GAUSS-07121----GAUSS-07130.md | 0 .../GAUSS-07131----GAUSS-07140.md | 0 .../GAUSS-07141----GAUSS-07150.md | 0 .../GAUSS-07151----GAUSS-07160.md | 0 .../GAUSS-07161----GAUSS-07170.md | 0 .../GAUSS-07171----GAUSS-07180.md | 0 .../GAUSS-07181----GAUSS-07190.md | 0 .../GAUSS-07191----GAUSS-07200.md | 0 .../GAUSS-07201----GAUSS-07210.md | 0 .../GAUSS-07201----GAUSS-07300.md | 0 .../GAUSS-07211----GAUSS-07220.md | 0 .../GAUSS-07221----GAUSS-07230.md | 0 .../GAUSS-07231----GAUSS-07240.md | 0 .../GAUSS-07241----GAUSS-07250.md | 0 .../GAUSS-07251----GAUSS-07260.md | 0 .../GAUSS-07261----GAUSS-07270.md | 0 .../GAUSS-07271----GAUSS-07280.md | 0 .../GAUSS-07281----GAUSS-07290.md | 0 .../GAUSS-07291----GAUSS-07300.md | 0 .../GAUSS-07301----GAUSS-07310.md | 0 .../GAUSS-07301----GAUSS-07400.md | 0 .../GAUSS-07311----GAUSS-07320.md | 0 .../GAUSS-07321----GAUSS-07330.md | 0 .../GAUSS-07331----GAUSS-07340.md | 0 .../GAUSS-07341----GAUSS-07350.md | 0 .../GAUSS-07351----GAUSS-07360.md | 0 .../GAUSS-07361----GAUSS-07370.md | 0 .../GAUSS-07371----GAUSS-07380.md | 0 .../GAUSS-07381----GAUSS-07390.md | 0 .../GAUSS-07391----GAUSS-07400.md | 0 .../GAUSS-07401----GAUSS-07410.md | 0 .../GAUSS-07401----GAUSS-07500.md | 0 .../GAUSS-07411----GAUSS-07420.md | 0 .../GAUSS-07421----GAUSS-07430.md | 0 .../GAUSS-07431----GAUSS-07440.md | 0 .../GAUSS-07441----GAUSS-07450.md | 0 .../GAUSS-07451----GAUSS-07460.md | 0 .../GAUSS-07461----GAUSS-07470.md | 0 .../GAUSS-07471----GAUSS-07480.md | 0 .../GAUSS-50000----GAUSS-50099.md | 0 .../GAUSS-50000----GAUSS-50999.md | 0 .../GAUSS-50100----GAUSS-50199.md | 0 .../GAUSS-50200----GAUSS-50299.md | 0 .../GAUSS-50300----GAUSS-50399.md | 0 .../GAUSS-50400----GAUSS-50499.md | 0 .../GAUSS-50500----GAUSS-50599.md | 0 .../GAUSS-50600----GAUSS-50699.md | 0 .../GAUSS-50700----GAUSS-50799.md | 0 .../GAUSS-50800----GAUSS-50899.md | 0 .../GAUSS-50900----GAUSS-50999.md | 0 .../GAUSS-51000----GAUSS-51099.md | 0 .../GAUSS-51000----GAUSS-51999.md | 0 .../GAUSS-51100----GAUSS-51199.md | 0 .../GAUSS-51200----GAUSS-51299.md | 0 .../GAUSS-51300----GAUSS-51399.md | 0 .../GAUSS-51400----GAUSS-51499.md | 0 .../GAUSS-51500----GAUSS-51599.md | 0 .../GAUSS-51600----GAUSS-51699.md | 0 .../GAUSS-51700----GAUSS-51799.md | 0 .../GAUSS-51800----GAUSS-51899.md | 0 .../GAUSS-51900----GAUSS-51999.md | 0 .../GAUSS-52000----GAUSS-52099.md | 0 .../GAUSS-52000----GAUSS-52999.md | 0 .../GAUSS-52100----GAUSS-52199.md | 0 .../GAUSS-52200----GAUSS-52299.md | 0 .../GAUSS-52300----GAUSS-52399.md | 0 .../GAUSS-52400----GAUSS-52499.md | 0 .../GAUSS-52500----GAUSS-52599.md | 0 .../GAUSS-52600----GAUSS-52699.md | 0 .../GAUSS-52700----GAUSS-52799.md | 0 .../GAUSS-52800----GAUSS-52899.md | 0 .../GAUSS-52900----GAUSS-52999.md | 0 .../GAUSS-53000----GAUSS-53099.md | 0 .../GAUSS-53000----GAUSS-53999.md | 0 .../GAUSS-53100----GAUSS-53199.md | 0 .../GAUSS-53200----GAUSS-53299.md | 0 .../GAUSS-53300----GAUSS-53399.md | 0 .../GAUSS-53400----GAUSS-53499.md | 0 .../GAUSS-53500----GAUSS-53599.md | 0 .../GAUSS-53600----GAUSS-53699.md | 0 .../GAUSS-53700----GAUSS-53799.md | 0 ...OBAL_PREPARED_XACTS_\345\272\237\345\274\203.md" | 0 .../GS_ASP.md | 0 .../GS_AUDITING.md | 0 .../GS_AUDITING_ACCESS.md | 0 .../GS_AUDITING_POLICY.md | 0 .../GS_AUDITING_POLICY_ACCESS.md | 0 .../GS_AUDITING_POLICY_FILTERS.md | 0 .../GS_AUDITING_POLICY_PRIVILEGES.md | 0 .../GS_AUDITING_PRIVILEGE.md | 0 .../GS_CLIENT_GLOBAL_KEYS.md | 0 .../GS_CLIENT_GLOBAL_KEYS_ARGS.md | 0 .../GS_COLUMN_KEYS.md | 0 .../GS_COLUMN_KEYS_ARGS.md | 0 .../GS_DB_PRIVILEGE.md | 0 .../GS_DB_PRIVILEGES.md | 0 .../GS_ENCRYPTED_COLUMNS.md | 0 .../GS_ENCRYPTED_PROC.md | 0 .../GS_FILE_STAT.md | 0 .../GS_GLOBAL_CHAIN.md | 0 .../GS_GLOBAL_CONFIG.md | 0 .../GS_GSC_MEMORY_DETAIL.md | 0 .../GS_INSTANCE_TIME.md | 0 .../GS_LABELS.md | 0 .../GS_LSC_MEMORY_DETAIL.md | 0 .../GS_MASKING.md | 0 .../GS_MASKING_POLICY.md | 0 .../GS_MASKING_POLICY_ACTIONS.md | 0 .../GS_MASKING_POLICY_FILTERS.md | 0 .../GS_MATVIEW.md | 0 .../GS_MATVIEWS.md | 0 .../GS_MATVIEW_DEPENDENCY.md | 0 .../GS_MODEL_WAREHOUSE.md | 0 .../GS_OPT_MODEL.md | 0 .../GS_OS_RUN_INFO.md | 0 .../GS_PACKAGE.md | 0 .../GS_POLICY_LABEL.md | 0 .../GS_RECYCLEBIN.md | 0 .../GS_REDO_STAT.md | 0 .../GS_SESSION_CPU_STATISTICS.md | 0 .../GS_SESSION_MEMORY.md | 0 .../GS_SESSION_MEMORY_CONTEXT.md | 0 .../GS_SESSION_MEMORY_DETAIL.md | 0 .../GS_SESSION_MEMORY_STATISTICS.md | 0 .../GS_SESSION_STAT.md | 0 .../GS_SESSION_TIME.md | 0 .../GS_SQL_COUNT.md | 0 .../GS_SQL_PATCH.md | 0 .../GS_STAT_SESSION_CU.md | 0 .../GS_THREAD_MEMORY_CONTEXT.md | 0 .../GS_TOTAL_MEMORY_DETAIL.md | 0 .../GS_TXN_SNAPSHOT.md | 0 .../GS_UID.md | 0 .../GS_WLM_CGROUP_INFO.md | 0 .../GS_WLM_EC_OPERATOR_INFO.md | 0 .../GS_WLM_EC_OPERATOR_STATISTICS.md | 0 .../GS_WLM_INSTANCE_HISTORY.md | 0 .../GS_WLM_OPERATOR_HISTORY.md | 0 .../GS_WLM_OPERATOR_INFO.md | 0 .../GS_WLM_OPERATOR_STATISTICS.md | 0 .../GS_WLM_PLAN_ENCODING_TABLE.md | 0 ..._OPERATOR_HISTORY - \345\211\257\346\234\254.md" | 0 .../GS_WLM_PLAN_OPERATOR_HISTORY.md | 0 .../GS_WLM_PLAN_OPERATOR_INFO.md | 0 .../GS_WLM_REBUILD_USER_RESOURCE_POOL.md | 0 .../GS_WLM_RESOURCE_POOL.md | 0 .../GS_WLM_SESSION_HISTORY.md | 0 .../GS_WLM_SESSION_INFO.md | 0 .../GS_WLM_SESSION_INFO_ALL.md | 0 .../GS_WLM_SESSION_QUERY_INFO_ALL.md | 0 .../GS_WLM_SESSION_STATISTICS.md | 0 .../GS_WLM_USER_INFO.md | 0 .../GS_WLM_USER_RESOURCE_HISTORY.md | 0 ...\275\277\347\224\250\350\257\264\346\230\216.md" | 0 ...\217\202\346\225\260\350\257\264\346\230\216.md" | 0 .../Global-SysCache\345\217\202\346\225\260.md" | 0 .../HyperLogLog.md | 0 .../MPP_TABLES.md | 0 .../PGXC_CLASS.md | 0 .../PGXC_GROUP.md | 0 .../PGXC_NODE.md | 0 .../PGXC_PREPARED_XACTS.md | 0 .../PGXC_SLICE.md | 0 .../PG_AGGREGATE.md | 0 .../PG_AM.md | 0 .../PG_AMOP.md | 0 .../PG_AMPROC.md | 0 .../PG_APP_WORKLOADGROUP_MAPPING.md | 0 .../PG_ATTRDEF.md | 0 .../PG_ATTRIBUTE.md | 0 .../PG_AUTHID.md | 0 .../PG_AUTH_HISTORY.md | 0 .../PG_AUTH_MEMBERS.md | 0 .../PG_AVAILABLE_EXTENSIONS.md | 0 .../PG_AVAILABLE_EXTENSION_VERSIONS.md | 0 .../PG_CAST.md | 0 .../PG_CLASS.md | 0 .../PG_COLLATION.md | 0 .../PG_COMM_DELAY.md | 0 .../PG_COMM_RECV_STREAM.md | 0 .../PG_COMM_SEND_STREAM.md | 0 .../PG_COMM_STATUS.md | 0 .../PG_CONSTRAINT.md | 0 .../PG_CONTROL_GROUP_CONFIG.md | 0 .../PG_CONVERSION.md | 0 .../PG_CURSORS.md | 0 .../PG_DATABASE.md | 0 .../PG_DB_ROLE_SETTING.md | 0 .../PG_DEFAULT_ACL.md | 0 .../PG_DEPEND.md | 0 .../PG_DESCRIPTION.md | 0 .../PG_DIRECTORY.md | 0 .../PG_ENUM.md | 0 .../PG_EVENT_TRIGGER.md | 0 .../PG_EXTENSION.md | 0 .../PG_EXTENSION_DATA_SOURCE.md | 0 .../PG_EXT_STATS.md | 0 .../PG_FOREIGN_DATA_WRAPPER.md | 0 .../PG_FOREIGN_SERVER.md | 0 .../PG_FOREIGN_TABLE.md | 0 .../PG_GET_INVALID_BACKENDS.md | 0 .../PG_GET_SENDERS_CATCHUP_TIME.md | 0 .../PG_GROUP.md | 0 .../PG_GTT_ATTACHED_PIDS.md | 0 .../PG_GTT_RELSTATS.md | 0 .../PG_GTT_STATS.md | 0 .../PG_HASHBUCKET.md | 0 .../PG_INDEX.md | 0 .../PG_INDEXES.md | 0 .../PG_INHERITS.md | 0 .../PG_JOB.md | 0 .../PG_JOB_PROC.md | 0 .../PG_LANGUAGE.md | 0 .../PG_LARGEOBJECT.md | 0 .../PG_LARGEOBJECT_METADATA.md | 0 .../PG_LOCKS.md | 0 .../PG_NAMESPACE.md | 0 .../PG_NODE_ENV.md | 0 .../PG_OBJECT.md | 0 .../PG_OPCLASS.md | 0 .../PG_OPERATOR.md | 0 .../PG_OPFAMILY.md | 0 .../PG_OS_THREADS.md | 0 .../PG_PARTITION.md | 0 .../PG_PLTEMPLATE.md | 0 .../PG_PREPARED_STATEMENTS.md | 0 .../PG_PREPARED_XACTS.md | 0 .../PG_PROC.md | 0 .../PG_PUBLICATION.md | 0 .../PG_PUBLICATION_REL.md | 0 .../PG_PUBLICATION_TABLES.md | 0 .../PG_RANGE.md | 0 .../PG_REPLICATION_ORIGIN.md | 0 .../PG_REPLICATION_ORIGIN_STATUS.md | 0 .../PG_REPLICATION_SLOTS.md | 0 .../PG_RESOURCE_POOL.md | 0 .../PG_REWRITE.md | 0 .../PG_RLSPOLICIES.md | 0 .../PG_RLSPOLICY.md | 0 .../PG_ROLES.md | 0 .../PG_RULES.md | 0 .../PG_RUNNING_XACTS.md | 0 .../PG_SECLABEL.md | 0 .../PG_SECLABELS.md | 0 .../PG_SESSION_IOSTAT.md | 0 .../PG_SESSION_WLMSTAT.md | 0 .../PG_SET.md | 0 .../PG_SETTINGS.md | 0 .../PG_SHADOW.md | 0 .../PG_SHDEPEND.md | 0 .../PG_SHDESCRIPTION.md | 0 .../PG_SHSECLABEL.md | 0 .../PG_STATIO_ALL_INDEXES.md | 0 .../PG_STATIO_ALL_SEQUENCES.md | 0 .../PG_STATIO_ALL_TABLES.md | 0 .../PG_STATIO_SYS_INDEXES.md | 0 .../PG_STATIO_SYS_SEQUENCES.md | 0 .../PG_STATIO_SYS_TABLES.md | 0 .../PG_STATIO_USER_INDEXES.md | 0 .../PG_STATIO_USER_SEQUENCES.md | 0 .../PG_STATIO_USER_TABLES.md | 0 .../PG_STATISTIC.md | 0 .../PG_STATISTIC_EXT.md | 0 .../PG_STATS.md | 0 .../PG_STAT_ACTIVITY.md | 0 .../PG_STAT_ACTIVITY_NG.md | 0 .../PG_STAT_ALL_INDEXES.md | 0 .../PG_STAT_ALL_TABLES.md | 0 .../PG_STAT_BAD_BLOCK.md | 0 .../PG_STAT_BGWRITER.md | 0 .../PG_STAT_DATABASE.md | 0 .../PG_STAT_DATABASE_CONFLICTS.md | 0 .../PG_STAT_REPLICATION.md | 0 .../PG_STAT_SUBSCRIPTION.md | 0 .../PG_STAT_SYS_INDEXES.md | 0 .../PG_STAT_SYS_TABLES.md | 0 .../PG_STAT_USER_FUNCTIONS.md | 0 .../PG_STAT_USER_INDEXES.md | 0 .../PG_STAT_USER_TABLES.md | 0 .../PG_STAT_XACT_ALL_TABLES.md | 0 .../PG_STAT_XACT_SYS_TABLES.md | 0 .../PG_STAT_XACT_USER_FUNCTIONS.md | 0 .../PG_STAT_XACT_USER_TABLES.md | 0 .../PG_SUBSCRIPTION.md | 0 .../PG_SUBSCRIPTION_REL.md | 0 .../PG_SYNONYM.md | 0 .../PG_TABLES.md | 0 .../PG_TABLESPACE.md | 0 .../PG_TDE_INFO.md | 0 .../PG_THREAD_WAIT_STATUS.md | 0 .../PG_TIMEZONE_ABBREVS.md | 0 .../PG_TIMEZONE_NAMES.md | 0 .../PG_TOTAL_MEMORY_DETAIL.md | 0 .../PG_TOTAL_USER_RESOURCE_INFO.md | 0 .../PG_TOTAL_USER_RESOURCE_INFO_OID.md | 0 .../PG_TRIGGER.md | 0 .../PG_TS_CONFIG.md | 0 .../PG_TS_CONFIG_MAP.md | 0 .../PG_TS_DICT.md | 0 .../PG_TS_PARSER.md | 0 .../PG_TS_TEMPLATE.md | 0 .../PG_TYPE.md | 0 .../PG_USER.md | 0 .../PG_USER_MAPPING.md | 0 .../PG_USER_MAPPINGS.md | 0 .../PG_USER_STATUS.md | 0 .../PG_VARIABLE_INFO.md | 0 .../PG_VIEWS.md | 0 .../PG_WLM_STATISTICS.md | 0 .../PG_WORKLOAD_GROUP.md | 0 .../PLAN_TABLE.md | 0 .../PLAN_TABLE_DATA.md | 0 .../Query-22.md | 0 .../Query_GUC.md | 0 ...\257\257\347\240\201\350\257\264\346\230\216.md" | 0 .../STATEMENT_HISTORY.md | 0 .../Undo.md | 0 .../_PG_FOREIGN_DATA_WRAPPERS.md | 0 .../_PG_USER_MAPPINGS.md | 0 .../cm_agent\345\217\202\346\225\260.md" | 0 .../cm_server\345\217\202\346\225\260.md" | 0 .../openGauss\344\272\213\345\212\241.md" | 0 ...\212\237\350\203\275\350\257\264\346\230\216.md" | 0 .../public_sys-resources/icon-caution.gif | Bin .../public_sys-resources/icon-danger.gif | Bin .../public_sys-resources/icon-note.gif | Bin .../public_sys-resources/icon-notice.gif | Bin .../public_sys-resources/icon-tip.gif | Bin .../public_sys-resources/icon-warning.gif | Bin ...\270\273\346\234\215\345\212\241\345\231\250.md" | 0 ...\274\200\351\224\200\345\270\270\351\207\217.md" | 0 ...\226\271\346\263\225\351\205\215\347\275\256.md" | 0 ...\274\217\345\206\231\346\227\245\345\277\227.md" | 0 ...\261\200\344\270\264\346\227\266\350\241\250.md" | 0 ...\200\344\270\264\346\227\266\350\241\250_GUC.md" | 0 ...\214\226\345\231\250\351\200\211\351\241\271.md" | 0 ...\205\266\344\273\226\347\274\272\347\234\201.md" | 0 ...\205\266\345\256\203\351\200\211\351\241\271.md" | 0 .../\345\206\205\345\255\230-21.md" | 0 ...\205\345\255\230_GUC\345\217\202\346\225\260.md" | 0 .../\345\206\205\345\255\230\350\241\250.md" | 0 ...\265\204\346\272\220\344\275\277\347\224\250.md" | 0 ...\222\214\346\240\274\345\274\217\345\214\226.md" | 0 ...\215\207\347\272\247\345\217\202\346\225\260.md" | 0 ...\234\254\345\205\274\345\256\271\346\200\247.md" | 0 ...\244\215\345\210\266\345\217\202\346\225\260.md" | 0 ...\217\214\346\234\272\345\244\215\345\210\266.md" | 0 ...\253\257\346\234\215\345\212\241\345\231\250.md" | 0 ...\253\257\345\206\231\350\277\233\347\250\213.md" | 0 ...\221\212\350\255\246\346\243\200\346\265\213.md" | 0 ...\233\270\345\205\263\345\217\202\346\225\260.md" | 0 ...\270\205\347\220\206\345\273\266\350\277\237.md" | 0 ...\257\242\344\274\230\345\214\226\345\231\250.md" | 0 ...\244\207\344\273\275\346\201\242\345\244\215.md" | 0 ...\244\207\346\234\215\345\212\241\345\231\250.md" | 0 ...\257\255\345\217\245\345\217\202\346\225\260.md" | 0 ...\214\350\256\244\350\257\201_postgresql-conf.md" | 0 ...\256\211\345\205\250\351\205\215\347\275\256.md" | 0 ...\256\232\346\227\266\344\273\273\345\212\241.md" | 0 .../DatabaseReference/\345\256\241\350\256\241.md" | 0 ...\256\241\350\256\241\345\274\200\345\205\263.md" | 0 ...\274\272\347\234\201\350\256\276\347\275\256.md" | 0 .../\345\256\271\351\224\231\346\200\247.md" | 0 ...\253\257\345\205\274\345\256\271\346\200\247.md" | 0 ...\272\272\345\221\230\351\200\211\351\241\271.md" | 0 .../\345\274\202\346\255\245IO.md" | 0 .../DatabaseReference/\345\275\222\346\241\243.md" | 0 ...\200\247\350\203\275\347\273\237\350\256\241.md" | 0 ...\223\215\344\275\234\345\256\241\350\256\241.md" | 0 ...\215\256\345\272\223\345\217\202\350\200\203.md" | 0 ...\226\207\344\273\266\344\275\215\347\275\256.md" | 0 ...\227\245\345\277\227\345\233\236\346\224\276.md" | 0 ...\275\223\345\211\215\345\217\226\345\200\274.md" | 0 ...\234\213\347\263\273\347\273\237\350\241\250.md" | 0 ...\256\241\346\224\266\351\233\206\345\231\250.md" | 0 ...\237\245\350\257\242\350\247\204\345\210\222.md" | 0 .../\346\243\200\346\237\245\347\202\271.md" | 0 ...6\271\346\200\247 - \345\211\257\346\234\254.md" | 0 ...\217\260\345\205\274\345\256\271\346\200\247.md" | 0 ...\235\203\351\231\220\345\256\241\350\256\241.md" | 0 ...56\232\344\271\211\345\207\275\346\225\260-2.md" | 0 ...\232\344\271\211\345\207\275\346\225\260_GUC.md" | 0 ...\243\201\347\233\230\347\251\272\351\227\264.md" | 0 ...\257\257\347\240\201\350\257\264\346\230\216.md" | 0 ...\255\211\345\276\205\344\272\213\344\273\266.md" | 0 ...\200\247\350\203\275\345\277\253\347\205\247.md" | 0 .../\347\263\273\347\273\237\350\241\250.md" | 0 ...\263\273\347\273\237\350\247\206\345\233\276.md" | 0 ...\247\206\345\233\276\346\246\202\350\277\260.md" | 0 ...\263\273\347\273\237\350\247\206\345\233\276.md" | 0 .../\347\272\277\347\250\213\346\261\240.md" | 0 ...\207\252\345\212\250\346\270\205\347\220\206.md" | 0 ...\277\227\347\232\204\344\275\215\347\275\256.md" | 0 ...\277\227\347\232\204\345\206\205\345\256\271.md" | 0 ...\277\227\347\232\204\346\227\266\351\227\264.md" | 0 .../DatabaseReference/\350\256\276\347\275\256.md" | 0 ...\257\255\345\217\245\350\241\214\344\270\272.md" | 0 ...\264\237\350\275\275\347\256\241\347\220\206.md" | 0 ...\241\347\220\206_GUC\345\217\202\346\225\260.md" | 0 ...\261\240\345\214\226\345\217\202\346\225\260.md" | 0 ...\265\204\346\272\220\346\266\210\350\200\227.md" | 0 ...\241\214\346\227\266\347\273\237\350\256\241.md" | 0 ...\216\245\345\222\214\350\256\244\350\257\201.md" | 0 ...\216\245\346\261\240\345\217\202\346\225\260.md" | 0 ...\277\236\346\216\245\350\256\276\347\275\256.md" | 0 ...\277\241\345\272\223\345\217\202\346\225\260.md" | 0 ...\200\232\344\277\241\347\237\251\351\230\265.md" | 0 ...\277\220\350\241\214\345\217\202\346\225\260.md" | 0 ...\207\215\350\256\276\345\217\202\346\225\260.md" | 0 .../\351\224\201\347\256\241\347\220\206.md" | 0 ...\221\212\345\222\214\346\227\245\345\277\227.md" | 0 ...\257\257\347\240\201\345\217\202\350\200\203.md" | 0 ...\233\270\345\205\263\345\217\202\346\225\260.md" | 0 ...\206\231\345\274\217\346\227\245\345\277\227.md" | 0 ...\242\204\347\225\231\345\217\202\346\225\260.md" | 0 ...\233\270\345\205\263\345\217\202\346\225\260.md" | 0 1204 files changed, 0 insertions(+), 0 deletions(-) rename "content/zh/docs/DataBaseReference/AI\347\211\271\346\200\247-GUC.md" => "content/zh/docs/DatabaseReference/AI\347\211\271\346\200\247-GUC.md" (100%) rename "content/zh/docs/DataBaseReference/AI\347\211\271\346\200\247_GUC.md" => "content/zh/docs/DatabaseReference/AI\347\211\271\346\200\247_GUC.md" (100%) rename "content/zh/docs/DataBaseReference/CM\347\233\270\345\205\263\345\217\202\346\225\260.md" => "content/zh/docs/DatabaseReference/CM\347\233\270\345\205\263\345\217\202\346\225\260.md" (100%) rename "content/zh/docs/DataBaseReference/DCF\345\217\202\346\225\260\350\256\276\347\275\256.md" => "content/zh/docs/DatabaseReference/DCF\345\217\202\346\225\260\350\256\276\347\275\256.md" (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00001----GAUSS-00010.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00001----GAUSS-00100.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00011----GAUSS-00020.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00021----GAUSS-00030.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00031----GAUSS-00040.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00041----GAUSS-00050.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00051----GAUSS-00060.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00061----GAUSS-00070.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00071----GAUSS-00080.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00081----GAUSS-00090.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00091----GAUSS-00100.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00101----GAUSS-00110.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00101----GAUSS-00200.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00111----GAUSS-00120.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00121----GAUSS-00130.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00131----GAUSS-00140.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00141----GAUSS-00150.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00151----GAUSS-00160.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00161----GAUSS-00170.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00171----GAUSS-00180.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00181----GAUSS-00190.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00191----GAUSS-00200.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00201----GAUSS-00210.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00201----GAUSS-00300.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00211----GAUSS-00220.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00221----GAUSS-00230.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00231----GAUSS-00240.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00241----GAUSS-00250.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00251----GAUSS-00260.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00261----GAUSS-00270.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00271----GAUSS-00280.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00281----GAUSS-00290.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00291----GAUSS-00300.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00301----GAUSS-00310.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00301----GAUSS-00400.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00311----GAUSS-00320.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00321----GAUSS-00330.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00331----GAUSS-00340.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00341----GAUSS-00350.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00351----GAUSS-00360.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00361----GAUSS-00370.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00371----GAUSS-00380.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00381----GAUSS-00390.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00391----GAUSS-00400.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00401----GAUSS-00410.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00401----GAUSS-00500.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00411----GAUSS-00420.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00421----GAUSS-00430.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00431----GAUSS-00440.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00441----GAUSS-00450.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00451----GAUSS-00460.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00461----GAUSS-00470.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00471----GAUSS-00480.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00481----GAUSS-00490.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00491----GAUSS-00500.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00501----GAUSS-00510.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00501----GAUSS-00600.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00511----GAUSS-00520.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00521----GAUSS-00530.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00531----GAUSS-00540.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00541----GAUSS-00550.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00551----GAUSS-00560.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00561----GAUSS-00570.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00571----GAUSS-00580.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00581----GAUSS-00590.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00591----GAUSS-00600.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00601----GAUSS-00610.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00601----GAUSS-00700.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00611----GAUSS-00620.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00621----GAUSS-00630.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00631----GAUSS-00640.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00641----GAUSS-00650.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00651----GAUSS-00660.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00661----GAUSS-00670.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00671----GAUSS-00680.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00681----GAUSS-00690.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00691----GAUSS-00700.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00701----GAUSS-00710.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00701----GAUSS-00800.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00711----GAUSS-00720.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00721----GAUSS-00730.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00731----GAUSS-00740.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00741----GAUSS-00750.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00751----GAUSS-00760.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00761----GAUSS-00770.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00771----GAUSS-00780.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00781----GAUSS-00790.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00791----GAUSS-00800.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00801----GAUSS-00810.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00801----GAUSS-00900.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00811----GAUSS-00820.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00821----GAUSS-00830.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00831----GAUSS-00840.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00841----GAUSS-00850.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00851----GAUSS-00860.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00861----GAUSS-00870.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00871----GAUSS-00880.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00881----GAUSS-00890.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00891----GAUSS-00900.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00901----GAUSS-00910.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00901----GAUSS-01000.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00911----GAUSS-00920.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00921----GAUSS-00930.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00931----GAUSS-00940.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00941----GAUSS-00950.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00951----GAUSS-00960.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00961----GAUSS-00970.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00971----GAUSS-00980.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00981----GAUSS-00990.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00991----GAUSS-01000.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01001----GAUSS-01010.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01001----GAUSS-01100.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01011----GAUSS-01020.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01021----GAUSS-01030.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01031----GAUSS-01040.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01041----GAUSS-01050.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01051----GAUSS-01060.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01061----GAUSS-01070.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01071----GAUSS-01080.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01081----GAUSS-01090.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01091----GAUSS-01100.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01101----GAUSS-01110.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01101----GAUSS-01200.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01111----GAUSS-01120.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01121----GAUSS-01130.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01131----GAUSS-01140.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01141----GAUSS-01150.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01151----GAUSS-01160.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01161----GAUSS-01170.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01171----GAUSS-01180.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01181----GAUSS-01190.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01191----GAUSS-01200.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01201----GAUSS-01210.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01201----GAUSS-01300.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01211----GAUSS-01220.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01221----GAUSS-01230.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01231----GAUSS-01240.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01241----GAUSS-01250.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01251----GAUSS-01260.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01261----GAUSS-01270.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01271----GAUSS-01280.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01281----GAUSS-01290.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01291----GAUSS-01300.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01301----GAUSS-01310.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01301----GAUSS-01400.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01311----GAUSS-01320.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01321----GAUSS-01330.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01331----GAUSS-01340.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01341----GAUSS-01350.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01351----GAUSS-01360.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01361----GAUSS-01370.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01371----GAUSS-01380.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01381----GAUSS-01390.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01391----GAUSS-01400.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01401----GAUSS-01410.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01401----GAUSS-01500.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01411----GAUSS-01420.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01421----GAUSS-01430.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01431----GAUSS-01440.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01441----GAUSS-01450.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01451----GAUSS-01460.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01461----GAUSS-01470.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01471----GAUSS-01480.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01481----GAUSS-01490.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01491----GAUSS-01500.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01501----GAUSS-01510.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01501----GAUSS-01600.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01511----GAUSS-01520.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01521----GAUSS-01530.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01531----GAUSS-01540.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01541----GAUSS-01550.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01551----GAUSS-01560.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01561----GAUSS-01570.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01571----GAUSS-01580.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01581----GAUSS-01590.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01591----GAUSS-01600.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01601----GAUSS-01610.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01601----GAUSS-01700.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01611----GAUSS-01620.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01621----GAUSS-01630.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01631----GAUSS-01640.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01641----GAUSS-01650.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01651----GAUSS-01660.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01661----GAUSS-01670.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01671----GAUSS-01680.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01681----GAUSS-01690.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01691----GAUSS-01700.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01701----GAUSS-01710.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01701----GAUSS-01800.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01711----GAUSS-01720.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01721----GAUSS-01730.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01731----GAUSS-01740.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01741----GAUSS-01750.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01751----GAUSS-01760.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01761----GAUSS-01770.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01771----GAUSS-01780.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01781----GAUSS-01790.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01791----GAUSS-01800.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01801----GAUSS-01810.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01801----GAUSS-01900.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01811----GAUSS-01820.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01821----GAUSS-01830.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01831----GAUSS-01840.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01841----GAUSS-01850.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01851----GAUSS-01860.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01861----GAUSS-01870.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01871----GAUSS-01880.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01881----GAUSS-01890.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01891----GAUSS-01900.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01901----GAUSS-01910.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01901----GAUSS-02000.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01911----GAUSS-01920.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01921----GAUSS-01930.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01931----GAUSS-01940.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01941----GAUSS-01950.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01951----GAUSS-01960.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01961----GAUSS-01970.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01971----GAUSS-01980.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01981----GAUSS-01990.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01991----GAUSS-02000.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02001----GAUSS-02010.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02001----GAUSS-02100.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02011----GAUSS-02020.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02021----GAUSS-02030.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02031----GAUSS-02040.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02041----GAUSS-02050.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02051----GAUSS-02060.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02061----GAUSS-02070.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02071----GAUSS-02080.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02081----GAUSS-02090.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02091----GAUSS-02100.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02101----GAUSS-02110.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02101----GAUSS-02200.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02111----GAUSS-02120.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02121----GAUSS-02130.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02131----GAUSS-02140.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02141----GAUSS-02150.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02151----GAUSS-02160.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02161----GAUSS-02170.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02171----GAUSS-02180.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02181----GAUSS-02190.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02191----GAUSS-02200.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02201----GAUSS-02210.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02201----GAUSS-02300.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02211----GAUSS-02220.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02221----GAUSS-02230.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02231----GAUSS-02240.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02241----GAUSS-02250.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02251----GAUSS-02260.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02261----GAUSS-02270.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02271----GAUSS-02280.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02281----GAUSS-02290.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02291----GAUSS-02300.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02301----GAUSS-02310.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02301----GAUSS-02400.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02311----GAUSS-02320.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02321----GAUSS-02330.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02331----GAUSS-02340.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02341----GAUSS-02350.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02351----GAUSS-02360.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02361----GAUSS-02370.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02371----GAUSS-02380.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02381----GAUSS-02390.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02391----GAUSS-02400.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02401----GAUSS-02410.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02401----GAUSS-02500.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02411----GAUSS-02420.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02421----GAUSS-02430.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02431----GAUSS-02440.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02441----GAUSS-02450.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02451----GAUSS-02460.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02461----GAUSS-02470.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02471----GAUSS-02480.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02481----GAUSS-02490.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02491----GAUSS-02500.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02501----GAUSS-02510.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02501----GAUSS-02600.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02511----GAUSS-02520.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02521----GAUSS-02530.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02531----GAUSS-02540.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02541----GAUSS-02550.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02551----GAUSS-02560.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02561----GAUSS-02570.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02571----GAUSS-02580.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02581----GAUSS-02590.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02591----GAUSS-02600.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02601----GAUSS-02610.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02601----GAUSS-02700.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02611----GAUSS-02620.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02621----GAUSS-02630.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02631----GAUSS-02640.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02641----GAUSS-02650.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02651----GAUSS-02660.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02661----GAUSS-02670.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02671----GAUSS-02680.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02681----GAUSS-02690.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02691----GAUSS-02700.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02701----GAUSS-02710.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02701----GAUSS-02800.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02711----GAUSS-02720.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02721----GAUSS-02730.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02731----GAUSS-02740.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02741----GAUSS-02750.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02751----GAUSS-02760.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02761----GAUSS-02770.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02771----GAUSS-02780.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02781----GAUSS-02790.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02791----GAUSS-02800.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02801----GAUSS-02810.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02801----GAUSS-02900.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02811----GAUSS-02820.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02821----GAUSS-02830.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02831----GAUSS-02840.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02841----GAUSS-02850.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02851----GAUSS-02860.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02861----GAUSS-02870.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02871----GAUSS-02880.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02881----GAUSS-02890.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02891----GAUSS-02900.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02901----GAUSS-02910.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02901----GAUSS-03000.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02911----GAUSS-02920.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02921----GAUSS-02930.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02931----GAUSS-02940.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02941----GAUSS-02950.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02951----GAUSS-02960.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02961----GAUSS-02970.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02971----GAUSS-02980.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02981----GAUSS-02990.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02991----GAUSS-03000.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03001----GAUSS-03010.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03001----GAUSS-03100.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03011----GAUSS-03020.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03021----GAUSS-03030.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03031----GAUSS-03040.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03041----GAUSS-03050.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03051----GAUSS-03060.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03061----GAUSS-03070.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03071----GAUSS-03080.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03081----GAUSS-03090.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03091----GAUSS-03100.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03101----GAUSS-03110.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03101----GAUSS-03200.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03111----GAUSS-03120.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03121----GAUSS-03130.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03131----GAUSS-03140.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03141----GAUSS-03150.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03151----GAUSS-03160.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03161----GAUSS-03170.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03171----GAUSS-03180.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03181----GAUSS-03190.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03191----GAUSS-03200.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03201----GAUSS-03210.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03201----GAUSS-03300.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03211----GAUSS-03220.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03221----GAUSS-03230.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03231----GAUSS-03240.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03241----GAUSS-03250.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03251----GAUSS-03260.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03261----GAUSS-03270.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03271----GAUSS-03280.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03281----GAUSS-03290.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03291----GAUSS-03300.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03301----GAUSS-03310.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03301----GAUSS-03400.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03311----GAUSS-03320.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03321----GAUSS-03330.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03331----GAUSS-03340.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03341----GAUSS-03350.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03351----GAUSS-03360.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03361----GAUSS-03370.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03371----GAUSS-03380.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03381----GAUSS-03390.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03391----GAUSS-03400.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03401----GAUSS-03410.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03401----GAUSS-03500.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03411----GAUSS-03420.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03421----GAUSS-03430.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03431----GAUSS-03440.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03441----GAUSS-03450.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03451----GAUSS-03460.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03461----GAUSS-03470.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03471----GAUSS-03480.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03481----GAUSS-03490.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03491----GAUSS-03500.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03501----GAUSS-03510.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03501----GAUSS-03600.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03511----GAUSS-03520.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03521----GAUSS-03530.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03531----GAUSS-03540.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03541----GAUSS-03550.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03551----GAUSS-03560.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03561----GAUSS-03570.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03571----GAUSS-03580.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03581----GAUSS-03590.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03591----GAUSS-03600.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03601----GAUSS-03610.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03601----GAUSS-03700.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03611----GAUSS-03620.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03621----GAUSS-03630.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03631----GAUSS-03640.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03641----GAUSS-03650.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03651----GAUSS-03660.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03661----GAUSS-03670.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03671----GAUSS-03680.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03681----GAUSS-03690.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03691----GAUSS-03700.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03701----GAUSS-03710.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03701----GAUSS-03800.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03711----GAUSS-03720.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03721----GAUSS-03730.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03731----GAUSS-03740.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03741----GAUSS-03750.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03751----GAUSS-03760.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03761----GAUSS-03770.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03771----GAUSS-03780.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03781----GAUSS-03790.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03791----GAUSS-03800.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03801----GAUSS-03810.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03801----GAUSS-03900.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03811----GAUSS-03820.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03821----GAUSS-03830.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03831----GAUSS-03840.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03841----GAUSS-03850.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03851----GAUSS-03860.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03861----GAUSS-03870.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03871----GAUSS-03880.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03881----GAUSS-03890.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03891----GAUSS-03900.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03901----GAUSS-03910.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03901----GAUSS-04000.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03911----GAUSS-03920.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03921----GAUSS-03930.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03931----GAUSS-03940.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03941----GAUSS-03950.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03951----GAUSS-03960.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03961----GAUSS-03970.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03971----GAUSS-03980.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03981----GAUSS-03990.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03991----GAUSS-04000.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04001----GAUSS-04010.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04001----GAUSS-04100.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04011----GAUSS-04020.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04021----GAUSS-04030.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04031----GAUSS-04040.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04041----GAUSS-04050.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04051----GAUSS-04060.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04061----GAUSS-04070.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04071----GAUSS-04080.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04081----GAUSS-04090.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04091----GAUSS-04100.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04101----GAUSS-04110.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04101----GAUSS-04200.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04111----GAUSS-04120.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04121----GAUSS-04130.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04131----GAUSS-04140.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04141----GAUSS-04150.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04151----GAUSS-04160.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04161----GAUSS-04170.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04171----GAUSS-04180.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04181----GAUSS-04190.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04191----GAUSS-04200.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04201----GAUSS-04210.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04201----GAUSS-04300.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04211----GAUSS-04220.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04221----GAUSS-04230.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04231----GAUSS-04240.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04241----GAUSS-04250.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04251----GAUSS-04260.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04261----GAUSS-04270.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04271----GAUSS-04280.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04281----GAUSS-04290.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04291----GAUSS-04300.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04301----GAUSS-04310.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04301----GAUSS-04400.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04311----GAUSS-04320.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04321----GAUSS-04330.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04331----GAUSS-04340.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04341----GAUSS-04350.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04351----GAUSS-04360.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04361----GAUSS-04370.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04371----GAUSS-04380.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04381----GAUSS-04390.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04391----GAUSS-04400.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04401----GAUSS-04410.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04401----GAUSS-04500.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04411----GAUSS-04420.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04421----GAUSS-04430.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04431----GAUSS-04440.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04441----GAUSS-04450.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04451----GAUSS-04460.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04461----GAUSS-04470.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04471----GAUSS-04480.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04481----GAUSS-04490.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04491----GAUSS-04500.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04501----GAUSS-04510.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04501----GAUSS-04600.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04511----GAUSS-04520.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04521----GAUSS-04530.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04531----GAUSS-04540.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04541----GAUSS-04550.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04551----GAUSS-04560.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04561----GAUSS-04570.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04571----GAUSS-04580.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04581----GAUSS-04590.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04591----GAUSS-04600.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04601----GAUSS-04610.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04601----GAUSS-04700.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04611----GAUSS-04620.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04621----GAUSS-04630.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04631----GAUSS-04640.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04641----GAUSS-04650.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04651----GAUSS-04660.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04661----GAUSS-04670.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04671----GAUSS-04680.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04681----GAUSS-04690.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04691----GAUSS-04700.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04701----GAUSS-04710.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04701----GAUSS-04800.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04711----GAUSS-04720.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04721----GAUSS-04730.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04731----GAUSS-04740.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04741----GAUSS-04750.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04751----GAUSS-04760.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04761----GAUSS-04770.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04771----GAUSS-04780.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04781----GAUSS-04790.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04791----GAUSS-04800.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04801----GAUSS-04810.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04801----GAUSS-04900.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04811----GAUSS-04820.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04821----GAUSS-04830.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04831----GAUSS-04840.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04841----GAUSS-04850.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04851----GAUSS-04860.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04861----GAUSS-04870.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04871----GAUSS-04880.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04881----GAUSS-04890.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04891----GAUSS-04900.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04901----GAUSS-04910.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04901----GAUSS-04999.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04911----GAUSS-04920.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04921----GAUSS-04930.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04931----GAUSS-04940.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04941----GAUSS-04950.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04951----GAUSS-04960.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04961----GAUSS-04970.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04971----GAUSS-04980.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04981----GAUSS-04990.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04991----GAUSS-05000.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05001----GAUSS-05010.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05001----GAUSS-05100.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05011----GAUSS-05020.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05021----GAUSS-05030.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05031----GAUSS-05040.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05041----GAUSS-05050.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05051----GAUSS-05060.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05061----GAUSS-05070.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05071----GAUSS-05080.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05081----GAUSS-05090.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05091----GAUSS-05100.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05101----GAUSS-05110.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05101----GAUSS-05200.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05111----GAUSS-05120.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05121----GAUSS-05130.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05131----GAUSS-05140.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05141----GAUSS-05150.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05151----GAUSS-05160.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05161----GAUSS-05170.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05171----GAUSS-05180.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05181----GAUSS-05190.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05191----GAUSS-05200.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05201---GAUSS-05210.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05201---GAUSS-05300.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05211---GAUSS-05220.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05221---GAUSS-05230.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05231---GAUSS-05240.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05241---GAUSS-05250.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05251---GAUSS-05260.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05261---GAUSS-05270.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05271---GAUSS-05280.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05281---GAUSS-05290.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05291---GAUSS-05300.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05301----GAUSS-05310.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05301----GAUSS-05400.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05311----GAUSS-05320.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05321----GAUSS-05330.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05331----GAUSS-05340.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05341----GAUSS-05350.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05351----GAUSS-05360.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05361----GAUSS-05370.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05371----GAUSS-05380.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05381----GAUSS-05390.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05391----GAUSS-05400.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05401----GAUSS-05410.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05401----GAUSS-05500.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05411----GAUSS-05420.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05421----GAUSS-05430.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05431----GAUSS-05440.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05441----GAUSS-05450.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05451----GAUSS-05460.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05461----GAUSS-05470.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05471----GAUSS-05480.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05481----GAUSS-05490.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05491----GAUSS-05500.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05501----GAUSS-05510.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05501----GAUSS-05600.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05511----GAUSS-05520.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05521----GAUSS-05530.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05531----GAUSS-05540.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05541----GAUSS-05550.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05551----GAUSS-05560.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05561----GAUSS-05570.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05571----GAUSS-05580.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05581----GAUSS-05590.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05591----GAUSS-05600.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05601----GAUSS-05610.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05601----GAUSS-05700.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05611----GAUSS-05620.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05621----GAUSS-05630.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05631----GAUSS-05640.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05641----GAUSS-05650.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05651----GAUSS-05660.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05661----GAUSS-05670.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05671----GAUSS-05680.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05681----GAUSS-05690.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05691----GAUSS-05700.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05701----GAUSS-05710.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05701----GAUSS-05800.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05711----GAUSS-05720.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05721----GAUSS-05730.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05731----GAUSS-05740.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05741----GAUSS-05750.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05751----GAUSS-05760.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05761----GAUSS-05770.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05771----GAUSS-05780.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05781----GAUSS-05790.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05791----GAUSS-05800.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05801----GAUSS-05810.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05801----GAUSS-05900.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05811----GAUSS-05820.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05821----GAUSS-05830.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05831----GAUSS-05840.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05841----GAUSS-05850.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05851----GAUSS-05860.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05861----GAUSS-05870.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05871----GAUSS-05880.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05881----GAUSS-05890.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05891----GAUSS-05900.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05901----GAUSS-05910.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05901----GAUSS-06000.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05911----GAUSS-05920.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05921----GAUSS-05930.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05931----GAUSS-05940.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05941----GAUSS-05950.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05951----GAUSS-05960.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05961----GAUSS-05970.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05971----GAUSS-05980.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05981----GAUSS-05990.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05991----GAUSS-06000.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06001----GAUSS-06010.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06001----GAUSS-06100.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06011----GAUSS-06020.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06021----GAUSS-06030.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06031----GAUSS-06040.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06041----GAUSS-06050.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06051----GAUSS-06060.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06061----GAUSS-06070.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06071----GAUSS-06080.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06081----GAUSS-06090.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06091----GAUSS-06100.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06101----GAUSS-06110.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06101----GAUSS-06200.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06111----GAUSS-06120.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06121----GAUSS-06130.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06131----GAUSS-06140.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06141----GAUSS-06150.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06151----GAUSS-06160.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06161----GAUSS-06170.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06171----GAUSS-06180.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06181----GAUSS-06190.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06191----GAUSS-06200.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06201----GAUSS-06210.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06201----GAUSS-06300.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06211----GAUSS-06220.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06221----GAUSS-06230.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06231----GAUSS-0640.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06241----GAUSS-06250.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06251----GAUSS-06260.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06261----GAUSS-06270.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06271----GAUSS-06280.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06281----GAUSS-06290.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06291----GAUSS-06300.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06301----GAUSS-06310.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06301----GAUSS-06400.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06311----GAUSS-06320.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06321----GAUSS-06330.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06331----GAUSS-06340.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06341----GAUSS-06350.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06351----GAUSS-06360.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06361----GAUSS-06370.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06371----GAUSS-06380.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06381----GAUSS-06390.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06391----GAUSS-06400.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06401----GAUSS-06410.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06401----GAUSS-06500.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06411----GAUSS-06420.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06421----GAUSS-06430.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06431----GAUSS-06440.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06441----GAUSS-06450.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06451----GAUSS-06460.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06461----GAUSS-06470.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06471----GAUSS-06480.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06481----GAUSS-06490.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06491----GAUSS-06500.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06501----GAUSS-06510.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06501----GAUSS-06600.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06511----GAUSS-06520.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06521----GAUSS-06530.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06531----GAUSS-06540.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06541----GAUSS-06550.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06551----GAUSS-06560.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06561----GAUSS-06570.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06571----GAUSS-06580.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06581----GAUSS-06590.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06591----GAUSS-06600.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06601----GAUSS-06610.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06601----GAUSS-06700.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06611----GAUSS-06620.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06621----GAUSS-06630.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06631----GAUSS-06640.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06641----GAUSS-06650.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06651----GAUSS-06660.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06661----GAUSS-06670.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06671----GAUSS-06680.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06681----GAUSS-06690.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06691----GAUSS-06700.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06701----GAUSS-06710.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06701----GAUSS-06800.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06711----GAUSS-06720.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06721----GAUSS-06730.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06731----GAUSS-06740.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06741----GAUSS-06750.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06751----GAUSS-06760.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06761----GAUSS-06770.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06771----GAUSS-06780.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06781----GAUSS-06790.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06791----GAUSS-06800.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06801----GAUSS-06810.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06801----GAUSS-06900.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06811----GAUSS-06820.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06821----GAUSS-06830.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06831----GAUSS-06840.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06841----GAUSS-06850.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06851----GAUSS-06860.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06861----GAUSS-06870.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06871----GAUSS-06880.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06881----GAUSS-06890.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06891----GAUSS-06900.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06901----GAUSS-06910.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06901----GAUSS-07000.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06911----GAUSS-06920.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06921----GAUSS-06930.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06931----GAUSS-06940.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06941----GAUSS-06950.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06951----GAUSS-06960.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06961----GAUSS-06970.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06971----GAUSS-06980.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06981----GAUSS-06990.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06991----GAUSS-07000.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-07001----GAUSS-07010.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-07001----GAUSS-07100.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-07011----GAUSS-07020.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-07021----GAUSS-07030.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-07031----GAUSS-07040.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-07041----GAUSS-07050.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-07051----GAUSS-07060.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-07061----GAUSS-07070.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-07071----GAUSS-07080.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-07081----GAUSS-07090.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-07091----GAUSS-07100.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-07101----GAUSS-07110.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-07101----GAUSS-07200.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-07111----GAUSS-07120.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-07121----GAUSS-07130.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-07131----GAUSS-07140.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-07141----GAUSS-07150.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-07151----GAUSS-07160.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-07161----GAUSS-07170.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-07171----GAUSS-07180.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-07181----GAUSS-07190.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-07191----GAUSS-07200.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-07201----GAUSS-07210.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-07201----GAUSS-07300.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-07211----GAUSS-07220.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-07221----GAUSS-07230.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-07231----GAUSS-07240.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-07241----GAUSS-07250.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-07251----GAUSS-07260.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-07261----GAUSS-07270.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-07271----GAUSS-07280.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-07281----GAUSS-07290.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-07291----GAUSS-07300.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-07301----GAUSS-07310.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-07301----GAUSS-07400.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-07311----GAUSS-07320.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-07321----GAUSS-07330.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-07331----GAUSS-07340.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-07341----GAUSS-07350.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-07351----GAUSS-07360.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-07361----GAUSS-07370.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-07371----GAUSS-07380.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-07381----GAUSS-07390.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-07391----GAUSS-07400.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-07401----GAUSS-07410.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-07401----GAUSS-07500.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-07411----GAUSS-07420.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-07421----GAUSS-07430.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-07431----GAUSS-07440.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-07441----GAUSS-07450.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-07451----GAUSS-07460.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-07461----GAUSS-07470.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-07471----GAUSS-07480.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-50000----GAUSS-50099.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-50000----GAUSS-50999.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-50100----GAUSS-50199.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-50200----GAUSS-50299.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-50300----GAUSS-50399.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-50400----GAUSS-50499.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-50500----GAUSS-50599.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-50600----GAUSS-50699.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-50700----GAUSS-50799.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-50800----GAUSS-50899.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-50900----GAUSS-50999.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-51000----GAUSS-51099.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-51000----GAUSS-51999.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-51100----GAUSS-51199.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-51200----GAUSS-51299.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-51300----GAUSS-51399.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-51400----GAUSS-51499.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-51500----GAUSS-51599.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-51600----GAUSS-51699.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-51700----GAUSS-51799.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-51800----GAUSS-51899.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-51900----GAUSS-51999.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-52000----GAUSS-52099.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-52000----GAUSS-52999.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-52100----GAUSS-52199.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-52200----GAUSS-52299.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-52300----GAUSS-52399.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-52400----GAUSS-52499.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-52500----GAUSS-52599.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-52600----GAUSS-52699.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-52700----GAUSS-52799.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-52800----GAUSS-52899.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-52900----GAUSS-52999.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-53000----GAUSS-53099.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-53000----GAUSS-53999.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-53100----GAUSS-53199.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-53200----GAUSS-53299.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-53300----GAUSS-53399.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-53400----GAUSS-53499.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-53500----GAUSS-53599.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-53600----GAUSS-53699.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-53700----GAUSS-53799.md (100%) rename "content/zh/docs/DataBaseReference/GET_GLOBAL_PREPARED_XACTS_\345\272\237\345\274\203.md" => "content/zh/docs/DatabaseReference/GET_GLOBAL_PREPARED_XACTS_\345\272\237\345\274\203.md" (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GS_ASP.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GS_AUDITING.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GS_AUDITING_ACCESS.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GS_AUDITING_POLICY.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GS_AUDITING_POLICY_ACCESS.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GS_AUDITING_POLICY_FILTERS.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GS_AUDITING_POLICY_PRIVILEGES.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GS_AUDITING_PRIVILEGE.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GS_CLIENT_GLOBAL_KEYS.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GS_CLIENT_GLOBAL_KEYS_ARGS.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GS_COLUMN_KEYS.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GS_COLUMN_KEYS_ARGS.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GS_DB_PRIVILEGE.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GS_DB_PRIVILEGES.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GS_ENCRYPTED_COLUMNS.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GS_ENCRYPTED_PROC.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GS_FILE_STAT.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GS_GLOBAL_CHAIN.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GS_GLOBAL_CONFIG.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GS_GSC_MEMORY_DETAIL.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GS_INSTANCE_TIME.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GS_LABELS.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GS_LSC_MEMORY_DETAIL.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GS_MASKING.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GS_MASKING_POLICY.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GS_MASKING_POLICY_ACTIONS.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GS_MASKING_POLICY_FILTERS.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GS_MATVIEW.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GS_MATVIEWS.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GS_MATVIEW_DEPENDENCY.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GS_MODEL_WAREHOUSE.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GS_OPT_MODEL.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GS_OS_RUN_INFO.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GS_PACKAGE.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GS_POLICY_LABEL.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GS_RECYCLEBIN.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GS_REDO_STAT.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GS_SESSION_CPU_STATISTICS.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GS_SESSION_MEMORY.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GS_SESSION_MEMORY_CONTEXT.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GS_SESSION_MEMORY_DETAIL.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GS_SESSION_MEMORY_STATISTICS.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GS_SESSION_STAT.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GS_SESSION_TIME.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GS_SQL_COUNT.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GS_SQL_PATCH.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GS_STAT_SESSION_CU.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GS_THREAD_MEMORY_CONTEXT.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GS_TOTAL_MEMORY_DETAIL.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GS_TXN_SNAPSHOT.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GS_UID.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GS_WLM_CGROUP_INFO.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GS_WLM_EC_OPERATOR_INFO.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GS_WLM_EC_OPERATOR_STATISTICS.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GS_WLM_INSTANCE_HISTORY.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GS_WLM_OPERATOR_HISTORY.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GS_WLM_OPERATOR_INFO.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GS_WLM_OPERATOR_STATISTICS.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GS_WLM_PLAN_ENCODING_TABLE.md (100%) rename "content/zh/docs/DataBaseReference/GS_WLM_PLAN_OPERATOR_HISTORY - \345\211\257\346\234\254.md" => "content/zh/docs/DatabaseReference/GS_WLM_PLAN_OPERATOR_HISTORY - \345\211\257\346\234\254.md" (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GS_WLM_PLAN_OPERATOR_HISTORY.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GS_WLM_PLAN_OPERATOR_INFO.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GS_WLM_REBUILD_USER_RESOURCE_POOL.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GS_WLM_RESOURCE_POOL.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GS_WLM_SESSION_HISTORY.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GS_WLM_SESSION_INFO.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GS_WLM_SESSION_INFO_ALL.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GS_WLM_SESSION_QUERY_INFO_ALL.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GS_WLM_SESSION_STATISTICS.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GS_WLM_USER_INFO.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/GS_WLM_USER_RESOURCE_HISTORY.md (100%) rename "content/zh/docs/DataBaseReference/GUC\344\275\277\347\224\250\350\257\264\346\230\216.md" => "content/zh/docs/DatabaseReference/GUC\344\275\277\347\224\250\350\257\264\346\230\216.md" (100%) rename "content/zh/docs/DataBaseReference/GUC\345\217\202\346\225\260\350\257\264\346\230\216.md" => "content/zh/docs/DatabaseReference/GUC\345\217\202\346\225\260\350\257\264\346\230\216.md" (100%) rename "content/zh/docs/DataBaseReference/Global-SysCache\345\217\202\346\225\260.md" => "content/zh/docs/DatabaseReference/Global-SysCache\345\217\202\346\225\260.md" (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/HyperLogLog.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/MPP_TABLES.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PGXC_CLASS.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PGXC_GROUP.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PGXC_NODE.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PGXC_PREPARED_XACTS.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PGXC_SLICE.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_AGGREGATE.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_AM.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_AMOP.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_AMPROC.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_APP_WORKLOADGROUP_MAPPING.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_ATTRDEF.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_ATTRIBUTE.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_AUTHID.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_AUTH_HISTORY.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_AUTH_MEMBERS.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_AVAILABLE_EXTENSIONS.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_AVAILABLE_EXTENSION_VERSIONS.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_CAST.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_CLASS.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_COLLATION.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_COMM_DELAY.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_COMM_RECV_STREAM.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_COMM_SEND_STREAM.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_COMM_STATUS.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_CONSTRAINT.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_CONTROL_GROUP_CONFIG.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_CONVERSION.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_CURSORS.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_DATABASE.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_DB_ROLE_SETTING.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_DEFAULT_ACL.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_DEPEND.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_DESCRIPTION.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_DIRECTORY.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_ENUM.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_EVENT_TRIGGER.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_EXTENSION.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_EXTENSION_DATA_SOURCE.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_EXT_STATS.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_FOREIGN_DATA_WRAPPER.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_FOREIGN_SERVER.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_FOREIGN_TABLE.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_GET_INVALID_BACKENDS.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_GET_SENDERS_CATCHUP_TIME.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_GROUP.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_GTT_ATTACHED_PIDS.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_GTT_RELSTATS.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_GTT_STATS.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_HASHBUCKET.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_INDEX.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_INDEXES.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_INHERITS.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_JOB.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_JOB_PROC.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_LANGUAGE.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_LARGEOBJECT.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_LARGEOBJECT_METADATA.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_LOCKS.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_NAMESPACE.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_NODE_ENV.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_OBJECT.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_OPCLASS.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_OPERATOR.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_OPFAMILY.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_OS_THREADS.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_PARTITION.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_PLTEMPLATE.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_PREPARED_STATEMENTS.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_PREPARED_XACTS.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_PROC.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_PUBLICATION.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_PUBLICATION_REL.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_PUBLICATION_TABLES.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_RANGE.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_REPLICATION_ORIGIN.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_REPLICATION_ORIGIN_STATUS.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_REPLICATION_SLOTS.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_RESOURCE_POOL.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_REWRITE.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_RLSPOLICIES.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_RLSPOLICY.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_ROLES.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_RULES.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_RUNNING_XACTS.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_SECLABEL.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_SECLABELS.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_SESSION_IOSTAT.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_SESSION_WLMSTAT.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_SET.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_SETTINGS.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_SHADOW.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_SHDEPEND.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_SHDESCRIPTION.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_SHSECLABEL.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_STATIO_ALL_INDEXES.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_STATIO_ALL_SEQUENCES.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_STATIO_ALL_TABLES.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_STATIO_SYS_INDEXES.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_STATIO_SYS_SEQUENCES.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_STATIO_SYS_TABLES.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_STATIO_USER_INDEXES.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_STATIO_USER_SEQUENCES.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_STATIO_USER_TABLES.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_STATISTIC.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_STATISTIC_EXT.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_STATS.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_STAT_ACTIVITY.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_STAT_ACTIVITY_NG.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_STAT_ALL_INDEXES.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_STAT_ALL_TABLES.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_STAT_BAD_BLOCK.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_STAT_BGWRITER.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_STAT_DATABASE.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_STAT_DATABASE_CONFLICTS.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_STAT_REPLICATION.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_STAT_SUBSCRIPTION.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_STAT_SYS_INDEXES.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_STAT_SYS_TABLES.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_STAT_USER_FUNCTIONS.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_STAT_USER_INDEXES.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_STAT_USER_TABLES.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_STAT_XACT_ALL_TABLES.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_STAT_XACT_SYS_TABLES.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_STAT_XACT_USER_FUNCTIONS.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_STAT_XACT_USER_TABLES.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_SUBSCRIPTION.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_SUBSCRIPTION_REL.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_SYNONYM.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_TABLES.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_TABLESPACE.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_TDE_INFO.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_THREAD_WAIT_STATUS.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_TIMEZONE_ABBREVS.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_TIMEZONE_NAMES.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_TOTAL_MEMORY_DETAIL.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_TOTAL_USER_RESOURCE_INFO.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_TOTAL_USER_RESOURCE_INFO_OID.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_TRIGGER.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_TS_CONFIG.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_TS_CONFIG_MAP.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_TS_DICT.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_TS_PARSER.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_TS_TEMPLATE.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_TYPE.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_USER.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_USER_MAPPING.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_USER_MAPPINGS.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_USER_STATUS.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_VARIABLE_INFO.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_VIEWS.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_WLM_STATISTICS.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PG_WORKLOAD_GROUP.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PLAN_TABLE.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/PLAN_TABLE_DATA.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/Query-22.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/Query_GUC.md (100%) rename "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" => "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" (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/STATEMENT_HISTORY.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/Undo.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/_PG_FOREIGN_DATA_WRAPPERS.md (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/_PG_USER_MAPPINGS.md (100%) rename "content/zh/docs/DataBaseReference/cm_agent\345\217\202\346\225\260.md" => "content/zh/docs/DatabaseReference/cm_agent\345\217\202\346\225\260.md" (100%) rename "content/zh/docs/DataBaseReference/cm_server\345\217\202\346\225\260.md" => "content/zh/docs/DatabaseReference/cm_server\345\217\202\346\225\260.md" (100%) rename "content/zh/docs/DataBaseReference/openGauss\344\272\213\345\212\241.md" => "content/zh/docs/DatabaseReference/openGauss\344\272\213\345\212\241.md" (100%) rename "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" => "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" (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/public_sys-resources/icon-caution.gif (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/public_sys-resources/icon-danger.gif (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/public_sys-resources/icon-note.gif (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/public_sys-resources/icon-notice.gif (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/public_sys-resources/icon-tip.gif (100%) rename content/zh/docs/{DataBaseReference => DatabaseReference}/public_sys-resources/icon-warning.gif (100%) rename "content/zh/docs/DataBaseReference/\344\270\273\346\234\215\345\212\241\345\231\250.md" => "content/zh/docs/DatabaseReference/\344\270\273\346\234\215\345\212\241\345\231\250.md" (100%) rename "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" => "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" (100%) rename "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" => "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" (100%) rename "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" => "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" (100%) rename "content/zh/docs/DataBaseReference/\345\205\250\345\261\200\344\270\264\346\227\266\350\241\250.md" => "content/zh/docs/DatabaseReference/\345\205\250\345\261\200\344\270\264\346\227\266\350\241\250.md" (100%) rename "content/zh/docs/DataBaseReference/\345\205\250\345\261\200\344\270\264\346\227\266\350\241\250_GUC.md" => "content/zh/docs/DatabaseReference/\345\205\250\345\261\200\344\270\264\346\227\266\350\241\250_GUC.md" (100%) rename "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" => "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" (100%) rename "content/zh/docs/DataBaseReference/\345\205\266\344\273\226\347\274\272\347\234\201.md" => "content/zh/docs/DatabaseReference/\345\205\266\344\273\226\347\274\272\347\234\201.md" (100%) rename "content/zh/docs/DataBaseReference/\345\205\266\345\256\203\351\200\211\351\241\271.md" => "content/zh/docs/DatabaseReference/\345\205\266\345\256\203\351\200\211\351\241\271.md" (100%) rename "content/zh/docs/DataBaseReference/\345\206\205\345\255\230-21.md" => "content/zh/docs/DatabaseReference/\345\206\205\345\255\230-21.md" (100%) rename "content/zh/docs/DataBaseReference/\345\206\205\345\255\230_GUC\345\217\202\346\225\260.md" => "content/zh/docs/DatabaseReference/\345\206\205\345\255\230_GUC\345\217\202\346\225\260.md" (100%) rename "content/zh/docs/DataBaseReference/\345\206\205\345\255\230\350\241\250.md" => "content/zh/docs/DatabaseReference/\345\206\205\345\255\230\350\241\250.md" (100%) rename "content/zh/docs/DataBaseReference/\345\206\205\346\240\270\350\265\204\346\272\220\344\275\277\347\224\250.md" => "content/zh/docs/DatabaseReference/\345\206\205\346\240\270\350\265\204\346\272\220\344\275\277\347\224\250.md" (100%) rename "content/zh/docs/DataBaseReference/\345\214\272\345\237\237\345\222\214\346\240\274\345\274\217\345\214\226.md" => "content/zh/docs/DatabaseReference/\345\214\272\345\237\237\345\222\214\346\240\274\345\274\217\345\214\226.md" (100%) rename "content/zh/docs/DataBaseReference/\345\215\207\347\272\247\345\217\202\346\225\260.md" => "content/zh/docs/DatabaseReference/\345\215\207\347\272\247\345\217\202\346\225\260.md" (100%) rename "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" => "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" (100%) rename "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" => "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" (100%) rename "content/zh/docs/DataBaseReference/\345\217\214\346\234\272\345\244\215\345\210\266.md" => "content/zh/docs/DatabaseReference/\345\217\214\346\234\272\345\244\215\345\210\266.md" (100%) rename "content/zh/docs/DataBaseReference/\345\217\221\351\200\201\347\253\257\346\234\215\345\212\241\345\231\250.md" => "content/zh/docs/DatabaseReference/\345\217\221\351\200\201\347\253\257\346\234\215\345\212\241\345\231\250.md" (100%) rename "content/zh/docs/DataBaseReference/\345\220\216\347\253\257\345\206\231\350\277\233\347\250\213.md" => "content/zh/docs/DatabaseReference/\345\220\216\347\253\257\345\206\231\350\277\233\347\250\213.md" (100%) rename "content/zh/docs/DataBaseReference/\345\221\212\350\255\246\346\243\200\346\265\213.md" => "content/zh/docs/DatabaseReference/\345\221\212\350\255\246\346\243\200\346\265\213.md" (100%) rename "content/zh/docs/DataBaseReference/\345\233\236\346\273\232\347\233\270\345\205\263\345\217\202\346\225\260.md" => "content/zh/docs/DatabaseReference/\345\233\236\346\273\232\347\233\270\345\205\263\345\217\202\346\225\260.md" (100%) rename "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" => "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" (100%) rename "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" => "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" (100%) rename "content/zh/docs/DataBaseReference/\345\244\207\344\273\275\346\201\242\345\244\215.md" => "content/zh/docs/DatabaseReference/\345\244\207\344\273\275\346\201\242\345\244\215.md" (100%) rename "content/zh/docs/DataBaseReference/\345\244\207\346\234\215\345\212\241\345\231\250.md" => "content/zh/docs/DatabaseReference/\345\244\207\346\234\215\345\212\241\345\231\250.md" (100%) rename "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" => "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" (100%) rename "content/zh/docs/DataBaseReference/\345\256\211\345\205\250\345\222\214\350\256\244\350\257\201_postgresql-conf.md" => "content/zh/docs/DatabaseReference/\345\256\211\345\205\250\345\222\214\350\256\244\350\257\201_postgresql-conf.md" (100%) rename "content/zh/docs/DataBaseReference/\345\256\211\345\205\250\351\205\215\347\275\256.md" => "content/zh/docs/DatabaseReference/\345\256\211\345\205\250\351\205\215\347\275\256.md" (100%) rename "content/zh/docs/DataBaseReference/\345\256\232\346\227\266\344\273\273\345\212\241.md" => "content/zh/docs/DatabaseReference/\345\256\232\346\227\266\344\273\273\345\212\241.md" (100%) rename "content/zh/docs/DataBaseReference/\345\256\241\350\256\241.md" => "content/zh/docs/DatabaseReference/\345\256\241\350\256\241.md" (100%) rename "content/zh/docs/DataBaseReference/\345\256\241\350\256\241\345\274\200\345\205\263.md" => "content/zh/docs/DatabaseReference/\345\256\241\350\256\241\345\274\200\345\205\263.md" (100%) rename "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" => "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" (100%) rename "content/zh/docs/DataBaseReference/\345\256\271\351\224\231\346\200\247.md" => "content/zh/docs/DatabaseReference/\345\256\271\351\224\231\346\200\247.md" (100%) rename "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" => "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" (100%) rename "content/zh/docs/DataBaseReference/\345\274\200\345\217\221\344\272\272\345\221\230\351\200\211\351\241\271.md" => "content/zh/docs/DatabaseReference/\345\274\200\345\217\221\344\272\272\345\221\230\351\200\211\351\241\271.md" (100%) rename "content/zh/docs/DataBaseReference/\345\274\202\346\255\245IO.md" => "content/zh/docs/DatabaseReference/\345\274\202\346\255\245IO.md" (100%) rename "content/zh/docs/DataBaseReference/\345\275\222\346\241\243.md" => "content/zh/docs/DatabaseReference/\345\275\222\346\241\243.md" (100%) rename "content/zh/docs/DataBaseReference/\346\200\247\350\203\275\347\273\237\350\256\241.md" => "content/zh/docs/DatabaseReference/\346\200\247\350\203\275\347\273\237\350\256\241.md" (100%) rename "content/zh/docs/DataBaseReference/\346\223\215\344\275\234\345\256\241\350\256\241.md" => "content/zh/docs/DatabaseReference/\346\223\215\344\275\234\345\256\241\350\256\241.md" (100%) rename "content/zh/docs/DataBaseReference/\346\225\260\346\215\256\345\272\223\345\217\202\350\200\203.md" => "content/zh/docs/DatabaseReference/\346\225\260\346\215\256\345\272\223\345\217\202\350\200\203.md" (100%) rename "content/zh/docs/DataBaseReference/\346\226\207\344\273\266\344\275\215\347\275\256.md" => "content/zh/docs/DatabaseReference/\346\226\207\344\273\266\344\275\215\347\275\256.md" (100%) rename "content/zh/docs/DataBaseReference/\346\227\245\345\277\227\345\233\236\346\224\276.md" => "content/zh/docs/DatabaseReference/\346\227\245\345\277\227\345\233\236\346\224\276.md" (100%) rename "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" => "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" (100%) rename "content/zh/docs/DataBaseReference/\346\237\245\347\234\213\347\263\273\347\273\237\350\241\250.md" => "content/zh/docs/DatabaseReference/\346\237\245\347\234\213\347\263\273\347\273\237\350\241\250.md" (100%) rename "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" => "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" (100%) rename "content/zh/docs/DataBaseReference/\346\237\245\350\257\242\350\247\204\345\210\222.md" => "content/zh/docs/DatabaseReference/\346\237\245\350\257\242\350\247\204\345\210\222.md" (100%) rename "content/zh/docs/DataBaseReference/\346\243\200\346\237\245\347\202\271.md" => "content/zh/docs/DatabaseReference/\346\243\200\346\237\245\347\202\271.md" (100%) rename "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 - \345\211\257\346\234\254.md" => "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 - \345\211\257\346\234\254.md" (100%) rename "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" => "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" (100%) rename "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" => "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" (100%) rename "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" => "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" (100%) rename "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" => "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" (100%) rename "content/zh/docs/DataBaseReference/\347\243\201\347\233\230\347\251\272\351\227\264.md" => "content/zh/docs/DatabaseReference/\347\243\201\347\233\230\347\251\272\351\227\264.md" (100%) rename "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" => "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" (100%) rename "content/zh/docs/DataBaseReference/\347\255\211\345\276\205\344\272\213\344\273\266.md" => "content/zh/docs/DatabaseReference/\347\255\211\345\276\205\344\272\213\344\273\266.md" (100%) rename "content/zh/docs/DataBaseReference/\347\263\273\347\273\237\346\200\247\350\203\275\345\277\253\347\205\247.md" => "content/zh/docs/DatabaseReference/\347\263\273\347\273\237\346\200\247\350\203\275\345\277\253\347\205\247.md" (100%) rename "content/zh/docs/DataBaseReference/\347\263\273\347\273\237\350\241\250.md" => "content/zh/docs/DatabaseReference/\347\263\273\347\273\237\350\241\250.md" (100%) rename "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" => "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" (100%) rename "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" => "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" (100%) rename "content/zh/docs/DataBaseReference/\347\263\273\347\273\237\350\247\206\345\233\276.md" => "content/zh/docs/DatabaseReference/\347\263\273\347\273\237\350\247\206\345\233\276.md" (100%) rename "content/zh/docs/DataBaseReference/\347\272\277\347\250\213\346\261\240.md" => "content/zh/docs/DatabaseReference/\347\272\277\347\250\213\346\261\240.md" (100%) rename "content/zh/docs/DataBaseReference/\350\207\252\345\212\250\346\270\205\347\220\206.md" => "content/zh/docs/DatabaseReference/\350\207\252\345\212\250\346\270\205\347\220\206.md" (100%) rename "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" => "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" (100%) rename "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" => "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" (100%) rename "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" => "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" (100%) rename "content/zh/docs/DataBaseReference/\350\256\276\347\275\256.md" => "content/zh/docs/DatabaseReference/\350\256\276\347\275\256.md" (100%) rename "content/zh/docs/DataBaseReference/\350\257\255\345\217\245\350\241\214\344\270\272.md" => "content/zh/docs/DatabaseReference/\350\257\255\345\217\245\350\241\214\344\270\272.md" (100%) rename "content/zh/docs/DataBaseReference/\350\264\237\350\275\275\347\256\241\347\220\206.md" => "content/zh/docs/DatabaseReference/\350\264\237\350\275\275\347\256\241\347\220\206.md" (100%) rename "content/zh/docs/DataBaseReference/\350\264\237\350\275\275\347\256\241\347\220\206_GUC\345\217\202\346\225\260.md" => "content/zh/docs/DatabaseReference/\350\264\237\350\275\275\347\256\241\347\220\206_GUC\345\217\202\346\225\260.md" (100%) rename "content/zh/docs/DataBaseReference/\350\265\204\346\272\220\346\261\240\345\214\226\345\217\202\346\225\260.md" => "content/zh/docs/DatabaseReference/\350\265\204\346\272\220\346\261\240\345\214\226\345\217\202\346\225\260.md" (100%) rename "content/zh/docs/DataBaseReference/\350\265\204\346\272\220\346\266\210\350\200\227.md" => "content/zh/docs/DatabaseReference/\350\265\204\346\272\220\346\266\210\350\200\227.md" (100%) rename "content/zh/docs/DataBaseReference/\350\277\220\350\241\214\346\227\266\347\273\237\350\256\241.md" => "content/zh/docs/DatabaseReference/\350\277\220\350\241\214\346\227\266\347\273\237\350\256\241.md" (100%) rename "content/zh/docs/DataBaseReference/\350\277\236\346\216\245\345\222\214\350\256\244\350\257\201.md" => "content/zh/docs/DatabaseReference/\350\277\236\346\216\245\345\222\214\350\256\244\350\257\201.md" (100%) rename "content/zh/docs/DataBaseReference/\350\277\236\346\216\245\346\261\240\345\217\202\346\225\260.md" => "content/zh/docs/DatabaseReference/\350\277\236\346\216\245\346\261\240\345\217\202\346\225\260.md" (100%) rename "content/zh/docs/DataBaseReference/\350\277\236\346\216\245\350\256\276\347\275\256.md" => "content/zh/docs/DatabaseReference/\350\277\236\346\216\245\350\256\276\347\275\256.md" (100%) rename "content/zh/docs/DataBaseReference/\351\200\232\344\277\241\345\272\223\345\217\202\346\225\260.md" => "content/zh/docs/DatabaseReference/\351\200\232\344\277\241\345\272\223\345\217\202\346\225\260.md" (100%) rename "content/zh/docs/DataBaseReference/\351\200\232\344\277\241\347\237\251\351\230\265.md" => "content/zh/docs/DatabaseReference/\351\200\232\344\277\241\347\237\251\351\230\265.md" (100%) rename "content/zh/docs/DataBaseReference/\351\205\215\347\275\256\350\277\220\350\241\214\345\217\202\346\225\260.md" => "content/zh/docs/DatabaseReference/\351\205\215\347\275\256\350\277\220\350\241\214\345\217\202\346\225\260.md" (100%) rename "content/zh/docs/DataBaseReference/\351\207\215\350\256\276\345\217\202\346\225\260.md" => "content/zh/docs/DatabaseReference/\351\207\215\350\256\276\345\217\202\346\225\260.md" (100%) rename "content/zh/docs/DataBaseReference/\351\224\201\347\256\241\347\220\206.md" => "content/zh/docs/DatabaseReference/\351\224\201\347\256\241\347\220\206.md" (100%) rename "content/zh/docs/DataBaseReference/\351\224\231\350\257\257\346\212\245\345\221\212\345\222\214\346\227\245\345\277\227.md" => "content/zh/docs/DatabaseReference/\351\224\231\350\257\257\346\212\245\345\221\212\345\222\214\346\227\245\345\277\227.md" (100%) rename "content/zh/docs/DataBaseReference/\351\224\231\350\257\257\347\240\201\345\217\202\350\200\203.md" => "content/zh/docs/DatabaseReference/\351\224\231\350\257\257\347\240\201\345\217\202\350\200\203.md" (100%) rename "content/zh/docs/DataBaseReference/\351\227\252\345\233\236\347\233\270\345\205\263\345\217\202\346\225\260.md" => "content/zh/docs/DatabaseReference/\351\227\252\345\233\236\347\233\270\345\205\263\345\217\202\346\225\260.md" (100%) rename "content/zh/docs/DataBaseReference/\351\242\204\345\206\231\345\274\217\346\227\245\345\277\227.md" => "content/zh/docs/DatabaseReference/\351\242\204\345\206\231\345\274\217\346\227\245\345\277\227.md" (100%) rename "content/zh/docs/DataBaseReference/\351\242\204\347\225\231\345\217\202\346\225\260.md" => "content/zh/docs/DatabaseReference/\351\242\204\347\225\231\345\217\202\346\225\260.md" (100%) rename "content/zh/docs/DataBaseReference/\351\253\230\346\225\210\346\225\260\346\215\256\345\216\213\347\274\251\347\256\227\346\263\225\347\233\270\345\205\263\345\217\202\346\225\260.md" => "content/zh/docs/DatabaseReference/\351\253\230\346\225\210\346\225\260\346\215\256\345\216\213\347\274\251\347\256\227\346\263\225\347\233\270\345\205\263\345\217\202\346\225\260.md" (100%) 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 100% 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" 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 100% 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" 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" similarity index 100% rename from "content/zh/docs/DataBaseReference/CM\347\233\270\345\205\263\345\217\202\346\225\260.md" rename to "content/zh/docs/DatabaseReference/CM\347\233\270\345\205\263\345\217\202\346\225\260.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 100% 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" diff --git a/content/zh/docs/DataBaseReference/GAUSS-00001----GAUSS-00010.md b/content/zh/docs/DatabaseReference/GAUSS-00001----GAUSS-00010.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-00001----GAUSS-00010.md rename to content/zh/docs/DatabaseReference/GAUSS-00001----GAUSS-00010.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-00001----GAUSS-00100.md b/content/zh/docs/DatabaseReference/GAUSS-00001----GAUSS-00100.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-00001----GAUSS-00100.md rename to content/zh/docs/DatabaseReference/GAUSS-00001----GAUSS-00100.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-00011----GAUSS-00020.md b/content/zh/docs/DatabaseReference/GAUSS-00011----GAUSS-00020.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-00011----GAUSS-00020.md rename to content/zh/docs/DatabaseReference/GAUSS-00011----GAUSS-00020.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-00021----GAUSS-00030.md b/content/zh/docs/DatabaseReference/GAUSS-00021----GAUSS-00030.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-00021----GAUSS-00030.md rename to content/zh/docs/DatabaseReference/GAUSS-00021----GAUSS-00030.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-00031----GAUSS-00040.md b/content/zh/docs/DatabaseReference/GAUSS-00031----GAUSS-00040.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-00031----GAUSS-00040.md rename to content/zh/docs/DatabaseReference/GAUSS-00031----GAUSS-00040.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-00041----GAUSS-00050.md b/content/zh/docs/DatabaseReference/GAUSS-00041----GAUSS-00050.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-00041----GAUSS-00050.md rename to content/zh/docs/DatabaseReference/GAUSS-00041----GAUSS-00050.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-00051----GAUSS-00060.md b/content/zh/docs/DatabaseReference/GAUSS-00051----GAUSS-00060.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-00051----GAUSS-00060.md rename to content/zh/docs/DatabaseReference/GAUSS-00051----GAUSS-00060.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-00061----GAUSS-00070.md b/content/zh/docs/DatabaseReference/GAUSS-00061----GAUSS-00070.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-00061----GAUSS-00070.md rename to content/zh/docs/DatabaseReference/GAUSS-00061----GAUSS-00070.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-00071----GAUSS-00080.md b/content/zh/docs/DatabaseReference/GAUSS-00071----GAUSS-00080.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-00071----GAUSS-00080.md rename to content/zh/docs/DatabaseReference/GAUSS-00071----GAUSS-00080.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-00081----GAUSS-00090.md b/content/zh/docs/DatabaseReference/GAUSS-00081----GAUSS-00090.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-00081----GAUSS-00090.md rename to content/zh/docs/DatabaseReference/GAUSS-00081----GAUSS-00090.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-00091----GAUSS-00100.md b/content/zh/docs/DatabaseReference/GAUSS-00091----GAUSS-00100.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-00091----GAUSS-00100.md rename to content/zh/docs/DatabaseReference/GAUSS-00091----GAUSS-00100.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-00101----GAUSS-00110.md b/content/zh/docs/DatabaseReference/GAUSS-00101----GAUSS-00110.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-00101----GAUSS-00110.md rename to content/zh/docs/DatabaseReference/GAUSS-00101----GAUSS-00110.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-00101----GAUSS-00200.md b/content/zh/docs/DatabaseReference/GAUSS-00101----GAUSS-00200.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-00101----GAUSS-00200.md rename to content/zh/docs/DatabaseReference/GAUSS-00101----GAUSS-00200.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-00111----GAUSS-00120.md b/content/zh/docs/DatabaseReference/GAUSS-00111----GAUSS-00120.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-00111----GAUSS-00120.md rename to content/zh/docs/DatabaseReference/GAUSS-00111----GAUSS-00120.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-00121----GAUSS-00130.md b/content/zh/docs/DatabaseReference/GAUSS-00121----GAUSS-00130.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-00121----GAUSS-00130.md rename to content/zh/docs/DatabaseReference/GAUSS-00121----GAUSS-00130.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-00131----GAUSS-00140.md b/content/zh/docs/DatabaseReference/GAUSS-00131----GAUSS-00140.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-00131----GAUSS-00140.md rename to content/zh/docs/DatabaseReference/GAUSS-00131----GAUSS-00140.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-00141----GAUSS-00150.md b/content/zh/docs/DatabaseReference/GAUSS-00141----GAUSS-00150.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-00141----GAUSS-00150.md rename to content/zh/docs/DatabaseReference/GAUSS-00141----GAUSS-00150.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-00151----GAUSS-00160.md b/content/zh/docs/DatabaseReference/GAUSS-00151----GAUSS-00160.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-00151----GAUSS-00160.md rename to content/zh/docs/DatabaseReference/GAUSS-00151----GAUSS-00160.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-00161----GAUSS-00170.md b/content/zh/docs/DatabaseReference/GAUSS-00161----GAUSS-00170.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-00161----GAUSS-00170.md rename to content/zh/docs/DatabaseReference/GAUSS-00161----GAUSS-00170.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-00171----GAUSS-00180.md b/content/zh/docs/DatabaseReference/GAUSS-00171----GAUSS-00180.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-00171----GAUSS-00180.md rename to content/zh/docs/DatabaseReference/GAUSS-00171----GAUSS-00180.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-00181----GAUSS-00190.md b/content/zh/docs/DatabaseReference/GAUSS-00181----GAUSS-00190.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-00181----GAUSS-00190.md rename to content/zh/docs/DatabaseReference/GAUSS-00181----GAUSS-00190.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-00191----GAUSS-00200.md b/content/zh/docs/DatabaseReference/GAUSS-00191----GAUSS-00200.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-00191----GAUSS-00200.md rename to content/zh/docs/DatabaseReference/GAUSS-00191----GAUSS-00200.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-00201----GAUSS-00210.md b/content/zh/docs/DatabaseReference/GAUSS-00201----GAUSS-00210.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-00201----GAUSS-00210.md rename to content/zh/docs/DatabaseReference/GAUSS-00201----GAUSS-00210.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-00201----GAUSS-00300.md b/content/zh/docs/DatabaseReference/GAUSS-00201----GAUSS-00300.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-00201----GAUSS-00300.md rename to content/zh/docs/DatabaseReference/GAUSS-00201----GAUSS-00300.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-00211----GAUSS-00220.md b/content/zh/docs/DatabaseReference/GAUSS-00211----GAUSS-00220.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-00211----GAUSS-00220.md rename to content/zh/docs/DatabaseReference/GAUSS-00211----GAUSS-00220.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-00221----GAUSS-00230.md b/content/zh/docs/DatabaseReference/GAUSS-00221----GAUSS-00230.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-00221----GAUSS-00230.md rename to content/zh/docs/DatabaseReference/GAUSS-00221----GAUSS-00230.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-00231----GAUSS-00240.md b/content/zh/docs/DatabaseReference/GAUSS-00231----GAUSS-00240.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-00231----GAUSS-00240.md rename to content/zh/docs/DatabaseReference/GAUSS-00231----GAUSS-00240.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-00241----GAUSS-00250.md b/content/zh/docs/DatabaseReference/GAUSS-00241----GAUSS-00250.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-00241----GAUSS-00250.md rename to content/zh/docs/DatabaseReference/GAUSS-00241----GAUSS-00250.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-00251----GAUSS-00260.md b/content/zh/docs/DatabaseReference/GAUSS-00251----GAUSS-00260.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-00251----GAUSS-00260.md rename to content/zh/docs/DatabaseReference/GAUSS-00251----GAUSS-00260.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-00261----GAUSS-00270.md b/content/zh/docs/DatabaseReference/GAUSS-00261----GAUSS-00270.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-00261----GAUSS-00270.md rename to content/zh/docs/DatabaseReference/GAUSS-00261----GAUSS-00270.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-00271----GAUSS-00280.md b/content/zh/docs/DatabaseReference/GAUSS-00271----GAUSS-00280.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-00271----GAUSS-00280.md rename to content/zh/docs/DatabaseReference/GAUSS-00271----GAUSS-00280.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-00281----GAUSS-00290.md b/content/zh/docs/DatabaseReference/GAUSS-00281----GAUSS-00290.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-00281----GAUSS-00290.md rename to content/zh/docs/DatabaseReference/GAUSS-00281----GAUSS-00290.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-00291----GAUSS-00300.md b/content/zh/docs/DatabaseReference/GAUSS-00291----GAUSS-00300.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-00291----GAUSS-00300.md rename to content/zh/docs/DatabaseReference/GAUSS-00291----GAUSS-00300.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-00301----GAUSS-00310.md b/content/zh/docs/DatabaseReference/GAUSS-00301----GAUSS-00310.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-00301----GAUSS-00310.md rename to content/zh/docs/DatabaseReference/GAUSS-00301----GAUSS-00310.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-00301----GAUSS-00400.md b/content/zh/docs/DatabaseReference/GAUSS-00301----GAUSS-00400.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-00301----GAUSS-00400.md rename to content/zh/docs/DatabaseReference/GAUSS-00301----GAUSS-00400.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-00311----GAUSS-00320.md b/content/zh/docs/DatabaseReference/GAUSS-00311----GAUSS-00320.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-00311----GAUSS-00320.md rename to content/zh/docs/DatabaseReference/GAUSS-00311----GAUSS-00320.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-00321----GAUSS-00330.md b/content/zh/docs/DatabaseReference/GAUSS-00321----GAUSS-00330.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-00321----GAUSS-00330.md rename to content/zh/docs/DatabaseReference/GAUSS-00321----GAUSS-00330.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-00331----GAUSS-00340.md b/content/zh/docs/DatabaseReference/GAUSS-00331----GAUSS-00340.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-00331----GAUSS-00340.md rename to content/zh/docs/DatabaseReference/GAUSS-00331----GAUSS-00340.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-00341----GAUSS-00350.md b/content/zh/docs/DatabaseReference/GAUSS-00341----GAUSS-00350.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-00341----GAUSS-00350.md rename to content/zh/docs/DatabaseReference/GAUSS-00341----GAUSS-00350.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-00351----GAUSS-00360.md b/content/zh/docs/DatabaseReference/GAUSS-00351----GAUSS-00360.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-00351----GAUSS-00360.md rename to content/zh/docs/DatabaseReference/GAUSS-00351----GAUSS-00360.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-00361----GAUSS-00370.md b/content/zh/docs/DatabaseReference/GAUSS-00361----GAUSS-00370.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-00361----GAUSS-00370.md rename to content/zh/docs/DatabaseReference/GAUSS-00361----GAUSS-00370.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-00371----GAUSS-00380.md b/content/zh/docs/DatabaseReference/GAUSS-00371----GAUSS-00380.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-00371----GAUSS-00380.md rename to content/zh/docs/DatabaseReference/GAUSS-00371----GAUSS-00380.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-00381----GAUSS-00390.md b/content/zh/docs/DatabaseReference/GAUSS-00381----GAUSS-00390.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-00381----GAUSS-00390.md rename to content/zh/docs/DatabaseReference/GAUSS-00381----GAUSS-00390.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-00391----GAUSS-00400.md b/content/zh/docs/DatabaseReference/GAUSS-00391----GAUSS-00400.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-00391----GAUSS-00400.md rename to content/zh/docs/DatabaseReference/GAUSS-00391----GAUSS-00400.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-00401----GAUSS-00410.md b/content/zh/docs/DatabaseReference/GAUSS-00401----GAUSS-00410.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-00401----GAUSS-00410.md rename to content/zh/docs/DatabaseReference/GAUSS-00401----GAUSS-00410.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-00401----GAUSS-00500.md b/content/zh/docs/DatabaseReference/GAUSS-00401----GAUSS-00500.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-00401----GAUSS-00500.md rename to content/zh/docs/DatabaseReference/GAUSS-00401----GAUSS-00500.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-00411----GAUSS-00420.md b/content/zh/docs/DatabaseReference/GAUSS-00411----GAUSS-00420.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-00411----GAUSS-00420.md rename to content/zh/docs/DatabaseReference/GAUSS-00411----GAUSS-00420.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-00421----GAUSS-00430.md b/content/zh/docs/DatabaseReference/GAUSS-00421----GAUSS-00430.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-00421----GAUSS-00430.md rename to content/zh/docs/DatabaseReference/GAUSS-00421----GAUSS-00430.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-00431----GAUSS-00440.md b/content/zh/docs/DatabaseReference/GAUSS-00431----GAUSS-00440.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-00431----GAUSS-00440.md rename to content/zh/docs/DatabaseReference/GAUSS-00431----GAUSS-00440.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-00441----GAUSS-00450.md b/content/zh/docs/DatabaseReference/GAUSS-00441----GAUSS-00450.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-00441----GAUSS-00450.md rename to content/zh/docs/DatabaseReference/GAUSS-00441----GAUSS-00450.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-00451----GAUSS-00460.md b/content/zh/docs/DatabaseReference/GAUSS-00451----GAUSS-00460.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-00451----GAUSS-00460.md rename to content/zh/docs/DatabaseReference/GAUSS-00451----GAUSS-00460.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-00461----GAUSS-00470.md b/content/zh/docs/DatabaseReference/GAUSS-00461----GAUSS-00470.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-00461----GAUSS-00470.md rename to content/zh/docs/DatabaseReference/GAUSS-00461----GAUSS-00470.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-00471----GAUSS-00480.md b/content/zh/docs/DatabaseReference/GAUSS-00471----GAUSS-00480.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-00471----GAUSS-00480.md rename to content/zh/docs/DatabaseReference/GAUSS-00471----GAUSS-00480.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-00481----GAUSS-00490.md b/content/zh/docs/DatabaseReference/GAUSS-00481----GAUSS-00490.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-00481----GAUSS-00490.md rename to content/zh/docs/DatabaseReference/GAUSS-00481----GAUSS-00490.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-00491----GAUSS-00500.md b/content/zh/docs/DatabaseReference/GAUSS-00491----GAUSS-00500.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-00491----GAUSS-00500.md rename to content/zh/docs/DatabaseReference/GAUSS-00491----GAUSS-00500.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-00501----GAUSS-00510.md b/content/zh/docs/DatabaseReference/GAUSS-00501----GAUSS-00510.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-00501----GAUSS-00510.md rename to content/zh/docs/DatabaseReference/GAUSS-00501----GAUSS-00510.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-00501----GAUSS-00600.md b/content/zh/docs/DatabaseReference/GAUSS-00501----GAUSS-00600.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-00501----GAUSS-00600.md rename to content/zh/docs/DatabaseReference/GAUSS-00501----GAUSS-00600.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-00511----GAUSS-00520.md b/content/zh/docs/DatabaseReference/GAUSS-00511----GAUSS-00520.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-00511----GAUSS-00520.md rename to content/zh/docs/DatabaseReference/GAUSS-00511----GAUSS-00520.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-00521----GAUSS-00530.md b/content/zh/docs/DatabaseReference/GAUSS-00521----GAUSS-00530.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-00521----GAUSS-00530.md rename to content/zh/docs/DatabaseReference/GAUSS-00521----GAUSS-00530.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-00531----GAUSS-00540.md b/content/zh/docs/DatabaseReference/GAUSS-00531----GAUSS-00540.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-00531----GAUSS-00540.md rename to content/zh/docs/DatabaseReference/GAUSS-00531----GAUSS-00540.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-00541----GAUSS-00550.md b/content/zh/docs/DatabaseReference/GAUSS-00541----GAUSS-00550.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-00541----GAUSS-00550.md rename to content/zh/docs/DatabaseReference/GAUSS-00541----GAUSS-00550.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-00551----GAUSS-00560.md b/content/zh/docs/DatabaseReference/GAUSS-00551----GAUSS-00560.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-00551----GAUSS-00560.md rename to content/zh/docs/DatabaseReference/GAUSS-00551----GAUSS-00560.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-00561----GAUSS-00570.md b/content/zh/docs/DatabaseReference/GAUSS-00561----GAUSS-00570.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-00561----GAUSS-00570.md rename to content/zh/docs/DatabaseReference/GAUSS-00561----GAUSS-00570.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-00571----GAUSS-00580.md b/content/zh/docs/DatabaseReference/GAUSS-00571----GAUSS-00580.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-00571----GAUSS-00580.md rename to content/zh/docs/DatabaseReference/GAUSS-00571----GAUSS-00580.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-00581----GAUSS-00590.md b/content/zh/docs/DatabaseReference/GAUSS-00581----GAUSS-00590.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-00581----GAUSS-00590.md rename to content/zh/docs/DatabaseReference/GAUSS-00581----GAUSS-00590.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-00591----GAUSS-00600.md b/content/zh/docs/DatabaseReference/GAUSS-00591----GAUSS-00600.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-00591----GAUSS-00600.md rename to content/zh/docs/DatabaseReference/GAUSS-00591----GAUSS-00600.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-00601----GAUSS-00610.md b/content/zh/docs/DatabaseReference/GAUSS-00601----GAUSS-00610.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-00601----GAUSS-00610.md rename to content/zh/docs/DatabaseReference/GAUSS-00601----GAUSS-00610.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-00601----GAUSS-00700.md b/content/zh/docs/DatabaseReference/GAUSS-00601----GAUSS-00700.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-00601----GAUSS-00700.md rename to content/zh/docs/DatabaseReference/GAUSS-00601----GAUSS-00700.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-00611----GAUSS-00620.md b/content/zh/docs/DatabaseReference/GAUSS-00611----GAUSS-00620.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-00611----GAUSS-00620.md rename to content/zh/docs/DatabaseReference/GAUSS-00611----GAUSS-00620.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-00621----GAUSS-00630.md b/content/zh/docs/DatabaseReference/GAUSS-00621----GAUSS-00630.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-00621----GAUSS-00630.md rename to content/zh/docs/DatabaseReference/GAUSS-00621----GAUSS-00630.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-00631----GAUSS-00640.md b/content/zh/docs/DatabaseReference/GAUSS-00631----GAUSS-00640.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-00631----GAUSS-00640.md rename to content/zh/docs/DatabaseReference/GAUSS-00631----GAUSS-00640.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-00641----GAUSS-00650.md b/content/zh/docs/DatabaseReference/GAUSS-00641----GAUSS-00650.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-00641----GAUSS-00650.md rename to content/zh/docs/DatabaseReference/GAUSS-00641----GAUSS-00650.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-00651----GAUSS-00660.md b/content/zh/docs/DatabaseReference/GAUSS-00651----GAUSS-00660.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-00651----GAUSS-00660.md rename to content/zh/docs/DatabaseReference/GAUSS-00651----GAUSS-00660.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-00661----GAUSS-00670.md b/content/zh/docs/DatabaseReference/GAUSS-00661----GAUSS-00670.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-00661----GAUSS-00670.md rename to content/zh/docs/DatabaseReference/GAUSS-00661----GAUSS-00670.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-00671----GAUSS-00680.md b/content/zh/docs/DatabaseReference/GAUSS-00671----GAUSS-00680.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-00671----GAUSS-00680.md rename to content/zh/docs/DatabaseReference/GAUSS-00671----GAUSS-00680.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-00681----GAUSS-00690.md b/content/zh/docs/DatabaseReference/GAUSS-00681----GAUSS-00690.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-00681----GAUSS-00690.md rename to content/zh/docs/DatabaseReference/GAUSS-00681----GAUSS-00690.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-00691----GAUSS-00700.md b/content/zh/docs/DatabaseReference/GAUSS-00691----GAUSS-00700.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-00691----GAUSS-00700.md rename to content/zh/docs/DatabaseReference/GAUSS-00691----GAUSS-00700.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-00701----GAUSS-00710.md b/content/zh/docs/DatabaseReference/GAUSS-00701----GAUSS-00710.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-00701----GAUSS-00710.md rename to content/zh/docs/DatabaseReference/GAUSS-00701----GAUSS-00710.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-00701----GAUSS-00800.md b/content/zh/docs/DatabaseReference/GAUSS-00701----GAUSS-00800.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-00701----GAUSS-00800.md rename to content/zh/docs/DatabaseReference/GAUSS-00701----GAUSS-00800.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 100% rename from content/zh/docs/DataBaseReference/GAUSS-00711----GAUSS-00720.md rename to content/zh/docs/DatabaseReference/GAUSS-00711----GAUSS-00720.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-00721----GAUSS-00730.md b/content/zh/docs/DatabaseReference/GAUSS-00721----GAUSS-00730.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-00721----GAUSS-00730.md rename to content/zh/docs/DatabaseReference/GAUSS-00721----GAUSS-00730.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-00731----GAUSS-00740.md b/content/zh/docs/DatabaseReference/GAUSS-00731----GAUSS-00740.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-00731----GAUSS-00740.md rename to content/zh/docs/DatabaseReference/GAUSS-00731----GAUSS-00740.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-00741----GAUSS-00750.md b/content/zh/docs/DatabaseReference/GAUSS-00741----GAUSS-00750.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-00741----GAUSS-00750.md rename to content/zh/docs/DatabaseReference/GAUSS-00741----GAUSS-00750.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-00751----GAUSS-00760.md b/content/zh/docs/DatabaseReference/GAUSS-00751----GAUSS-00760.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-00751----GAUSS-00760.md rename to content/zh/docs/DatabaseReference/GAUSS-00751----GAUSS-00760.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-00761----GAUSS-00770.md b/content/zh/docs/DatabaseReference/GAUSS-00761----GAUSS-00770.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-00761----GAUSS-00770.md rename to content/zh/docs/DatabaseReference/GAUSS-00761----GAUSS-00770.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-00771----GAUSS-00780.md b/content/zh/docs/DatabaseReference/GAUSS-00771----GAUSS-00780.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-00771----GAUSS-00780.md rename to content/zh/docs/DatabaseReference/GAUSS-00771----GAUSS-00780.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-00781----GAUSS-00790.md b/content/zh/docs/DatabaseReference/GAUSS-00781----GAUSS-00790.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-00781----GAUSS-00790.md rename to content/zh/docs/DatabaseReference/GAUSS-00781----GAUSS-00790.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-00791----GAUSS-00800.md b/content/zh/docs/DatabaseReference/GAUSS-00791----GAUSS-00800.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-00791----GAUSS-00800.md rename to content/zh/docs/DatabaseReference/GAUSS-00791----GAUSS-00800.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-00801----GAUSS-00810.md b/content/zh/docs/DatabaseReference/GAUSS-00801----GAUSS-00810.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-00801----GAUSS-00810.md rename to content/zh/docs/DatabaseReference/GAUSS-00801----GAUSS-00810.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-00801----GAUSS-00900.md b/content/zh/docs/DatabaseReference/GAUSS-00801----GAUSS-00900.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-00801----GAUSS-00900.md rename to content/zh/docs/DatabaseReference/GAUSS-00801----GAUSS-00900.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-00811----GAUSS-00820.md b/content/zh/docs/DatabaseReference/GAUSS-00811----GAUSS-00820.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-00811----GAUSS-00820.md rename to content/zh/docs/DatabaseReference/GAUSS-00811----GAUSS-00820.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-00821----GAUSS-00830.md b/content/zh/docs/DatabaseReference/GAUSS-00821----GAUSS-00830.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-00821----GAUSS-00830.md rename to content/zh/docs/DatabaseReference/GAUSS-00821----GAUSS-00830.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-00831----GAUSS-00840.md b/content/zh/docs/DatabaseReference/GAUSS-00831----GAUSS-00840.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-00831----GAUSS-00840.md rename to content/zh/docs/DatabaseReference/GAUSS-00831----GAUSS-00840.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-00841----GAUSS-00850.md b/content/zh/docs/DatabaseReference/GAUSS-00841----GAUSS-00850.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-00841----GAUSS-00850.md rename to content/zh/docs/DatabaseReference/GAUSS-00841----GAUSS-00850.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-00851----GAUSS-00860.md b/content/zh/docs/DatabaseReference/GAUSS-00851----GAUSS-00860.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-00851----GAUSS-00860.md rename to content/zh/docs/DatabaseReference/GAUSS-00851----GAUSS-00860.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-00861----GAUSS-00870.md b/content/zh/docs/DatabaseReference/GAUSS-00861----GAUSS-00870.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-00861----GAUSS-00870.md rename to content/zh/docs/DatabaseReference/GAUSS-00861----GAUSS-00870.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-00871----GAUSS-00880.md b/content/zh/docs/DatabaseReference/GAUSS-00871----GAUSS-00880.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-00871----GAUSS-00880.md rename to content/zh/docs/DatabaseReference/GAUSS-00871----GAUSS-00880.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-00881----GAUSS-00890.md b/content/zh/docs/DatabaseReference/GAUSS-00881----GAUSS-00890.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-00881----GAUSS-00890.md rename to content/zh/docs/DatabaseReference/GAUSS-00881----GAUSS-00890.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-00891----GAUSS-00900.md b/content/zh/docs/DatabaseReference/GAUSS-00891----GAUSS-00900.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-00891----GAUSS-00900.md rename to content/zh/docs/DatabaseReference/GAUSS-00891----GAUSS-00900.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-00901----GAUSS-00910.md b/content/zh/docs/DatabaseReference/GAUSS-00901----GAUSS-00910.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-00901----GAUSS-00910.md rename to content/zh/docs/DatabaseReference/GAUSS-00901----GAUSS-00910.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-00901----GAUSS-01000.md b/content/zh/docs/DatabaseReference/GAUSS-00901----GAUSS-01000.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-00901----GAUSS-01000.md rename to content/zh/docs/DatabaseReference/GAUSS-00901----GAUSS-01000.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-00911----GAUSS-00920.md b/content/zh/docs/DatabaseReference/GAUSS-00911----GAUSS-00920.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-00911----GAUSS-00920.md rename to content/zh/docs/DatabaseReference/GAUSS-00911----GAUSS-00920.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-00921----GAUSS-00930.md b/content/zh/docs/DatabaseReference/GAUSS-00921----GAUSS-00930.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-00921----GAUSS-00930.md rename to content/zh/docs/DatabaseReference/GAUSS-00921----GAUSS-00930.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-00931----GAUSS-00940.md b/content/zh/docs/DatabaseReference/GAUSS-00931----GAUSS-00940.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-00931----GAUSS-00940.md rename to content/zh/docs/DatabaseReference/GAUSS-00931----GAUSS-00940.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-00941----GAUSS-00950.md b/content/zh/docs/DatabaseReference/GAUSS-00941----GAUSS-00950.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-00941----GAUSS-00950.md rename to content/zh/docs/DatabaseReference/GAUSS-00941----GAUSS-00950.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-00951----GAUSS-00960.md b/content/zh/docs/DatabaseReference/GAUSS-00951----GAUSS-00960.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-00951----GAUSS-00960.md rename to content/zh/docs/DatabaseReference/GAUSS-00951----GAUSS-00960.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-00961----GAUSS-00970.md b/content/zh/docs/DatabaseReference/GAUSS-00961----GAUSS-00970.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-00961----GAUSS-00970.md rename to content/zh/docs/DatabaseReference/GAUSS-00961----GAUSS-00970.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-00971----GAUSS-00980.md b/content/zh/docs/DatabaseReference/GAUSS-00971----GAUSS-00980.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-00971----GAUSS-00980.md rename to content/zh/docs/DatabaseReference/GAUSS-00971----GAUSS-00980.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-00981----GAUSS-00990.md b/content/zh/docs/DatabaseReference/GAUSS-00981----GAUSS-00990.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-00981----GAUSS-00990.md rename to content/zh/docs/DatabaseReference/GAUSS-00981----GAUSS-00990.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-00991----GAUSS-01000.md b/content/zh/docs/DatabaseReference/GAUSS-00991----GAUSS-01000.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-00991----GAUSS-01000.md rename to content/zh/docs/DatabaseReference/GAUSS-00991----GAUSS-01000.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-01001----GAUSS-01010.md b/content/zh/docs/DatabaseReference/GAUSS-01001----GAUSS-01010.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-01001----GAUSS-01010.md rename to content/zh/docs/DatabaseReference/GAUSS-01001----GAUSS-01010.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-01001----GAUSS-01100.md b/content/zh/docs/DatabaseReference/GAUSS-01001----GAUSS-01100.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-01001----GAUSS-01100.md rename to content/zh/docs/DatabaseReference/GAUSS-01001----GAUSS-01100.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-01011----GAUSS-01020.md b/content/zh/docs/DatabaseReference/GAUSS-01011----GAUSS-01020.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-01011----GAUSS-01020.md rename to content/zh/docs/DatabaseReference/GAUSS-01011----GAUSS-01020.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-01021----GAUSS-01030.md b/content/zh/docs/DatabaseReference/GAUSS-01021----GAUSS-01030.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-01021----GAUSS-01030.md rename to content/zh/docs/DatabaseReference/GAUSS-01021----GAUSS-01030.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-01031----GAUSS-01040.md b/content/zh/docs/DatabaseReference/GAUSS-01031----GAUSS-01040.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-01031----GAUSS-01040.md rename to content/zh/docs/DatabaseReference/GAUSS-01031----GAUSS-01040.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-01041----GAUSS-01050.md b/content/zh/docs/DatabaseReference/GAUSS-01041----GAUSS-01050.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-01041----GAUSS-01050.md rename to content/zh/docs/DatabaseReference/GAUSS-01041----GAUSS-01050.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-01051----GAUSS-01060.md b/content/zh/docs/DatabaseReference/GAUSS-01051----GAUSS-01060.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-01051----GAUSS-01060.md rename to content/zh/docs/DatabaseReference/GAUSS-01051----GAUSS-01060.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-01061----GAUSS-01070.md b/content/zh/docs/DatabaseReference/GAUSS-01061----GAUSS-01070.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-01061----GAUSS-01070.md rename to content/zh/docs/DatabaseReference/GAUSS-01061----GAUSS-01070.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-01071----GAUSS-01080.md b/content/zh/docs/DatabaseReference/GAUSS-01071----GAUSS-01080.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-01071----GAUSS-01080.md rename to content/zh/docs/DatabaseReference/GAUSS-01071----GAUSS-01080.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-01081----GAUSS-01090.md b/content/zh/docs/DatabaseReference/GAUSS-01081----GAUSS-01090.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-01081----GAUSS-01090.md rename to content/zh/docs/DatabaseReference/GAUSS-01081----GAUSS-01090.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-01091----GAUSS-01100.md b/content/zh/docs/DatabaseReference/GAUSS-01091----GAUSS-01100.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-01091----GAUSS-01100.md rename to content/zh/docs/DatabaseReference/GAUSS-01091----GAUSS-01100.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-01101----GAUSS-01110.md b/content/zh/docs/DatabaseReference/GAUSS-01101----GAUSS-01110.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-01101----GAUSS-01110.md rename to content/zh/docs/DatabaseReference/GAUSS-01101----GAUSS-01110.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-01101----GAUSS-01200.md b/content/zh/docs/DatabaseReference/GAUSS-01101----GAUSS-01200.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-01101----GAUSS-01200.md rename to content/zh/docs/DatabaseReference/GAUSS-01101----GAUSS-01200.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-01111----GAUSS-01120.md b/content/zh/docs/DatabaseReference/GAUSS-01111----GAUSS-01120.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-01111----GAUSS-01120.md rename to content/zh/docs/DatabaseReference/GAUSS-01111----GAUSS-01120.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-01121----GAUSS-01130.md b/content/zh/docs/DatabaseReference/GAUSS-01121----GAUSS-01130.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-01121----GAUSS-01130.md rename to content/zh/docs/DatabaseReference/GAUSS-01121----GAUSS-01130.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-01131----GAUSS-01140.md b/content/zh/docs/DatabaseReference/GAUSS-01131----GAUSS-01140.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-01131----GAUSS-01140.md rename to content/zh/docs/DatabaseReference/GAUSS-01131----GAUSS-01140.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-01141----GAUSS-01150.md b/content/zh/docs/DatabaseReference/GAUSS-01141----GAUSS-01150.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-01141----GAUSS-01150.md rename to content/zh/docs/DatabaseReference/GAUSS-01141----GAUSS-01150.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-01151----GAUSS-01160.md b/content/zh/docs/DatabaseReference/GAUSS-01151----GAUSS-01160.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-01151----GAUSS-01160.md rename to content/zh/docs/DatabaseReference/GAUSS-01151----GAUSS-01160.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-01161----GAUSS-01170.md b/content/zh/docs/DatabaseReference/GAUSS-01161----GAUSS-01170.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-01161----GAUSS-01170.md rename to content/zh/docs/DatabaseReference/GAUSS-01161----GAUSS-01170.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-01171----GAUSS-01180.md b/content/zh/docs/DatabaseReference/GAUSS-01171----GAUSS-01180.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-01171----GAUSS-01180.md rename to content/zh/docs/DatabaseReference/GAUSS-01171----GAUSS-01180.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-01181----GAUSS-01190.md b/content/zh/docs/DatabaseReference/GAUSS-01181----GAUSS-01190.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-01181----GAUSS-01190.md rename to content/zh/docs/DatabaseReference/GAUSS-01181----GAUSS-01190.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-01191----GAUSS-01200.md b/content/zh/docs/DatabaseReference/GAUSS-01191----GAUSS-01200.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-01191----GAUSS-01200.md rename to content/zh/docs/DatabaseReference/GAUSS-01191----GAUSS-01200.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-01201----GAUSS-01210.md b/content/zh/docs/DatabaseReference/GAUSS-01201----GAUSS-01210.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-01201----GAUSS-01210.md rename to content/zh/docs/DatabaseReference/GAUSS-01201----GAUSS-01210.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-01201----GAUSS-01300.md b/content/zh/docs/DatabaseReference/GAUSS-01201----GAUSS-01300.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-01201----GAUSS-01300.md rename to content/zh/docs/DatabaseReference/GAUSS-01201----GAUSS-01300.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-01211----GAUSS-01220.md b/content/zh/docs/DatabaseReference/GAUSS-01211----GAUSS-01220.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-01211----GAUSS-01220.md rename to content/zh/docs/DatabaseReference/GAUSS-01211----GAUSS-01220.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-01221----GAUSS-01230.md b/content/zh/docs/DatabaseReference/GAUSS-01221----GAUSS-01230.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-01221----GAUSS-01230.md rename to content/zh/docs/DatabaseReference/GAUSS-01221----GAUSS-01230.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-01231----GAUSS-01240.md b/content/zh/docs/DatabaseReference/GAUSS-01231----GAUSS-01240.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-01231----GAUSS-01240.md rename to content/zh/docs/DatabaseReference/GAUSS-01231----GAUSS-01240.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-01241----GAUSS-01250.md b/content/zh/docs/DatabaseReference/GAUSS-01241----GAUSS-01250.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-01241----GAUSS-01250.md rename to content/zh/docs/DatabaseReference/GAUSS-01241----GAUSS-01250.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-01251----GAUSS-01260.md b/content/zh/docs/DatabaseReference/GAUSS-01251----GAUSS-01260.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-01251----GAUSS-01260.md rename to content/zh/docs/DatabaseReference/GAUSS-01251----GAUSS-01260.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-01261----GAUSS-01270.md b/content/zh/docs/DatabaseReference/GAUSS-01261----GAUSS-01270.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-01261----GAUSS-01270.md rename to content/zh/docs/DatabaseReference/GAUSS-01261----GAUSS-01270.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-01271----GAUSS-01280.md b/content/zh/docs/DatabaseReference/GAUSS-01271----GAUSS-01280.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-01271----GAUSS-01280.md rename to content/zh/docs/DatabaseReference/GAUSS-01271----GAUSS-01280.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-01281----GAUSS-01290.md b/content/zh/docs/DatabaseReference/GAUSS-01281----GAUSS-01290.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-01281----GAUSS-01290.md rename to content/zh/docs/DatabaseReference/GAUSS-01281----GAUSS-01290.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-01291----GAUSS-01300.md b/content/zh/docs/DatabaseReference/GAUSS-01291----GAUSS-01300.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-01291----GAUSS-01300.md rename to content/zh/docs/DatabaseReference/GAUSS-01291----GAUSS-01300.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-01301----GAUSS-01310.md b/content/zh/docs/DatabaseReference/GAUSS-01301----GAUSS-01310.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-01301----GAUSS-01310.md rename to content/zh/docs/DatabaseReference/GAUSS-01301----GAUSS-01310.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-01301----GAUSS-01400.md b/content/zh/docs/DatabaseReference/GAUSS-01301----GAUSS-01400.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-01301----GAUSS-01400.md rename to content/zh/docs/DatabaseReference/GAUSS-01301----GAUSS-01400.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-01311----GAUSS-01320.md b/content/zh/docs/DatabaseReference/GAUSS-01311----GAUSS-01320.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-01311----GAUSS-01320.md rename to content/zh/docs/DatabaseReference/GAUSS-01311----GAUSS-01320.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-01321----GAUSS-01330.md b/content/zh/docs/DatabaseReference/GAUSS-01321----GAUSS-01330.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-01321----GAUSS-01330.md rename to content/zh/docs/DatabaseReference/GAUSS-01321----GAUSS-01330.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-01331----GAUSS-01340.md b/content/zh/docs/DatabaseReference/GAUSS-01331----GAUSS-01340.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-01331----GAUSS-01340.md rename to content/zh/docs/DatabaseReference/GAUSS-01331----GAUSS-01340.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-01341----GAUSS-01350.md b/content/zh/docs/DatabaseReference/GAUSS-01341----GAUSS-01350.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-01341----GAUSS-01350.md rename to content/zh/docs/DatabaseReference/GAUSS-01341----GAUSS-01350.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-01351----GAUSS-01360.md b/content/zh/docs/DatabaseReference/GAUSS-01351----GAUSS-01360.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-01351----GAUSS-01360.md rename to content/zh/docs/DatabaseReference/GAUSS-01351----GAUSS-01360.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-01361----GAUSS-01370.md b/content/zh/docs/DatabaseReference/GAUSS-01361----GAUSS-01370.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-01361----GAUSS-01370.md rename to content/zh/docs/DatabaseReference/GAUSS-01361----GAUSS-01370.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-01371----GAUSS-01380.md b/content/zh/docs/DatabaseReference/GAUSS-01371----GAUSS-01380.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-01371----GAUSS-01380.md rename to content/zh/docs/DatabaseReference/GAUSS-01371----GAUSS-01380.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-01381----GAUSS-01390.md b/content/zh/docs/DatabaseReference/GAUSS-01381----GAUSS-01390.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-01381----GAUSS-01390.md rename to content/zh/docs/DatabaseReference/GAUSS-01381----GAUSS-01390.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-01391----GAUSS-01400.md b/content/zh/docs/DatabaseReference/GAUSS-01391----GAUSS-01400.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-01391----GAUSS-01400.md rename to content/zh/docs/DatabaseReference/GAUSS-01391----GAUSS-01400.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-01401----GAUSS-01410.md b/content/zh/docs/DatabaseReference/GAUSS-01401----GAUSS-01410.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-01401----GAUSS-01410.md rename to content/zh/docs/DatabaseReference/GAUSS-01401----GAUSS-01410.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-01401----GAUSS-01500.md b/content/zh/docs/DatabaseReference/GAUSS-01401----GAUSS-01500.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-01401----GAUSS-01500.md rename to content/zh/docs/DatabaseReference/GAUSS-01401----GAUSS-01500.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-01411----GAUSS-01420.md b/content/zh/docs/DatabaseReference/GAUSS-01411----GAUSS-01420.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-01411----GAUSS-01420.md rename to content/zh/docs/DatabaseReference/GAUSS-01411----GAUSS-01420.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-01421----GAUSS-01430.md b/content/zh/docs/DatabaseReference/GAUSS-01421----GAUSS-01430.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-01421----GAUSS-01430.md rename to content/zh/docs/DatabaseReference/GAUSS-01421----GAUSS-01430.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-01431----GAUSS-01440.md b/content/zh/docs/DatabaseReference/GAUSS-01431----GAUSS-01440.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-01431----GAUSS-01440.md rename to content/zh/docs/DatabaseReference/GAUSS-01431----GAUSS-01440.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-01441----GAUSS-01450.md b/content/zh/docs/DatabaseReference/GAUSS-01441----GAUSS-01450.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-01441----GAUSS-01450.md rename to content/zh/docs/DatabaseReference/GAUSS-01441----GAUSS-01450.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-01451----GAUSS-01460.md b/content/zh/docs/DatabaseReference/GAUSS-01451----GAUSS-01460.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-01451----GAUSS-01460.md rename to content/zh/docs/DatabaseReference/GAUSS-01451----GAUSS-01460.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-01461----GAUSS-01470.md b/content/zh/docs/DatabaseReference/GAUSS-01461----GAUSS-01470.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-01461----GAUSS-01470.md rename to content/zh/docs/DatabaseReference/GAUSS-01461----GAUSS-01470.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-01471----GAUSS-01480.md b/content/zh/docs/DatabaseReference/GAUSS-01471----GAUSS-01480.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-01471----GAUSS-01480.md rename to content/zh/docs/DatabaseReference/GAUSS-01471----GAUSS-01480.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-01481----GAUSS-01490.md b/content/zh/docs/DatabaseReference/GAUSS-01481----GAUSS-01490.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-01481----GAUSS-01490.md rename to content/zh/docs/DatabaseReference/GAUSS-01481----GAUSS-01490.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-01491----GAUSS-01500.md b/content/zh/docs/DatabaseReference/GAUSS-01491----GAUSS-01500.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-01491----GAUSS-01500.md rename to content/zh/docs/DatabaseReference/GAUSS-01491----GAUSS-01500.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-01501----GAUSS-01510.md b/content/zh/docs/DatabaseReference/GAUSS-01501----GAUSS-01510.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-01501----GAUSS-01510.md rename to content/zh/docs/DatabaseReference/GAUSS-01501----GAUSS-01510.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-01501----GAUSS-01600.md b/content/zh/docs/DatabaseReference/GAUSS-01501----GAUSS-01600.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-01501----GAUSS-01600.md rename to content/zh/docs/DatabaseReference/GAUSS-01501----GAUSS-01600.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-01511----GAUSS-01520.md b/content/zh/docs/DatabaseReference/GAUSS-01511----GAUSS-01520.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-01511----GAUSS-01520.md rename to content/zh/docs/DatabaseReference/GAUSS-01511----GAUSS-01520.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-01521----GAUSS-01530.md b/content/zh/docs/DatabaseReference/GAUSS-01521----GAUSS-01530.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-01521----GAUSS-01530.md rename to content/zh/docs/DatabaseReference/GAUSS-01521----GAUSS-01530.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-01531----GAUSS-01540.md b/content/zh/docs/DatabaseReference/GAUSS-01531----GAUSS-01540.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-01531----GAUSS-01540.md rename to content/zh/docs/DatabaseReference/GAUSS-01531----GAUSS-01540.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-01541----GAUSS-01550.md b/content/zh/docs/DatabaseReference/GAUSS-01541----GAUSS-01550.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-01541----GAUSS-01550.md rename to content/zh/docs/DatabaseReference/GAUSS-01541----GAUSS-01550.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-01551----GAUSS-01560.md b/content/zh/docs/DatabaseReference/GAUSS-01551----GAUSS-01560.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-01551----GAUSS-01560.md rename to content/zh/docs/DatabaseReference/GAUSS-01551----GAUSS-01560.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-01561----GAUSS-01570.md b/content/zh/docs/DatabaseReference/GAUSS-01561----GAUSS-01570.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-01561----GAUSS-01570.md rename to content/zh/docs/DatabaseReference/GAUSS-01561----GAUSS-01570.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-01571----GAUSS-01580.md b/content/zh/docs/DatabaseReference/GAUSS-01571----GAUSS-01580.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-01571----GAUSS-01580.md rename to content/zh/docs/DatabaseReference/GAUSS-01571----GAUSS-01580.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-01581----GAUSS-01590.md b/content/zh/docs/DatabaseReference/GAUSS-01581----GAUSS-01590.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-01581----GAUSS-01590.md rename to content/zh/docs/DatabaseReference/GAUSS-01581----GAUSS-01590.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-01591----GAUSS-01600.md b/content/zh/docs/DatabaseReference/GAUSS-01591----GAUSS-01600.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-01591----GAUSS-01600.md rename to content/zh/docs/DatabaseReference/GAUSS-01591----GAUSS-01600.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-01601----GAUSS-01610.md b/content/zh/docs/DatabaseReference/GAUSS-01601----GAUSS-01610.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-01601----GAUSS-01610.md rename to content/zh/docs/DatabaseReference/GAUSS-01601----GAUSS-01610.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-01601----GAUSS-01700.md b/content/zh/docs/DatabaseReference/GAUSS-01601----GAUSS-01700.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-01601----GAUSS-01700.md rename to content/zh/docs/DatabaseReference/GAUSS-01601----GAUSS-01700.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-01611----GAUSS-01620.md b/content/zh/docs/DatabaseReference/GAUSS-01611----GAUSS-01620.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-01611----GAUSS-01620.md rename to content/zh/docs/DatabaseReference/GAUSS-01611----GAUSS-01620.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-01621----GAUSS-01630.md b/content/zh/docs/DatabaseReference/GAUSS-01621----GAUSS-01630.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-01621----GAUSS-01630.md rename to content/zh/docs/DatabaseReference/GAUSS-01621----GAUSS-01630.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-01631----GAUSS-01640.md b/content/zh/docs/DatabaseReference/GAUSS-01631----GAUSS-01640.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-01631----GAUSS-01640.md rename to content/zh/docs/DatabaseReference/GAUSS-01631----GAUSS-01640.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-01641----GAUSS-01650.md b/content/zh/docs/DatabaseReference/GAUSS-01641----GAUSS-01650.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-01641----GAUSS-01650.md rename to content/zh/docs/DatabaseReference/GAUSS-01641----GAUSS-01650.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-01651----GAUSS-01660.md b/content/zh/docs/DatabaseReference/GAUSS-01651----GAUSS-01660.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-01651----GAUSS-01660.md rename to content/zh/docs/DatabaseReference/GAUSS-01651----GAUSS-01660.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-01661----GAUSS-01670.md b/content/zh/docs/DatabaseReference/GAUSS-01661----GAUSS-01670.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-01661----GAUSS-01670.md rename to content/zh/docs/DatabaseReference/GAUSS-01661----GAUSS-01670.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-01671----GAUSS-01680.md b/content/zh/docs/DatabaseReference/GAUSS-01671----GAUSS-01680.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-01671----GAUSS-01680.md rename to content/zh/docs/DatabaseReference/GAUSS-01671----GAUSS-01680.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-01681----GAUSS-01690.md b/content/zh/docs/DatabaseReference/GAUSS-01681----GAUSS-01690.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-01681----GAUSS-01690.md rename to content/zh/docs/DatabaseReference/GAUSS-01681----GAUSS-01690.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-01691----GAUSS-01700.md b/content/zh/docs/DatabaseReference/GAUSS-01691----GAUSS-01700.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-01691----GAUSS-01700.md rename to content/zh/docs/DatabaseReference/GAUSS-01691----GAUSS-01700.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-01701----GAUSS-01710.md b/content/zh/docs/DatabaseReference/GAUSS-01701----GAUSS-01710.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-01701----GAUSS-01710.md rename to content/zh/docs/DatabaseReference/GAUSS-01701----GAUSS-01710.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-01701----GAUSS-01800.md b/content/zh/docs/DatabaseReference/GAUSS-01701----GAUSS-01800.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-01701----GAUSS-01800.md rename to content/zh/docs/DatabaseReference/GAUSS-01701----GAUSS-01800.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-01711----GAUSS-01720.md b/content/zh/docs/DatabaseReference/GAUSS-01711----GAUSS-01720.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-01711----GAUSS-01720.md rename to content/zh/docs/DatabaseReference/GAUSS-01711----GAUSS-01720.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-01721----GAUSS-01730.md b/content/zh/docs/DatabaseReference/GAUSS-01721----GAUSS-01730.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-01721----GAUSS-01730.md rename to content/zh/docs/DatabaseReference/GAUSS-01721----GAUSS-01730.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-01731----GAUSS-01740.md b/content/zh/docs/DatabaseReference/GAUSS-01731----GAUSS-01740.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-01731----GAUSS-01740.md rename to content/zh/docs/DatabaseReference/GAUSS-01731----GAUSS-01740.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-01741----GAUSS-01750.md b/content/zh/docs/DatabaseReference/GAUSS-01741----GAUSS-01750.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-01741----GAUSS-01750.md rename to content/zh/docs/DatabaseReference/GAUSS-01741----GAUSS-01750.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-01751----GAUSS-01760.md b/content/zh/docs/DatabaseReference/GAUSS-01751----GAUSS-01760.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-01751----GAUSS-01760.md rename to content/zh/docs/DatabaseReference/GAUSS-01751----GAUSS-01760.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-01761----GAUSS-01770.md b/content/zh/docs/DatabaseReference/GAUSS-01761----GAUSS-01770.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-01761----GAUSS-01770.md rename to content/zh/docs/DatabaseReference/GAUSS-01761----GAUSS-01770.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-01771----GAUSS-01780.md b/content/zh/docs/DatabaseReference/GAUSS-01771----GAUSS-01780.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-01771----GAUSS-01780.md rename to content/zh/docs/DatabaseReference/GAUSS-01771----GAUSS-01780.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-01781----GAUSS-01790.md b/content/zh/docs/DatabaseReference/GAUSS-01781----GAUSS-01790.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-01781----GAUSS-01790.md rename to content/zh/docs/DatabaseReference/GAUSS-01781----GAUSS-01790.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-01791----GAUSS-01800.md b/content/zh/docs/DatabaseReference/GAUSS-01791----GAUSS-01800.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-01791----GAUSS-01800.md rename to content/zh/docs/DatabaseReference/GAUSS-01791----GAUSS-01800.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-01801----GAUSS-01810.md b/content/zh/docs/DatabaseReference/GAUSS-01801----GAUSS-01810.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-01801----GAUSS-01810.md rename to content/zh/docs/DatabaseReference/GAUSS-01801----GAUSS-01810.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-01801----GAUSS-01900.md b/content/zh/docs/DatabaseReference/GAUSS-01801----GAUSS-01900.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-01801----GAUSS-01900.md rename to content/zh/docs/DatabaseReference/GAUSS-01801----GAUSS-01900.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-01811----GAUSS-01820.md b/content/zh/docs/DatabaseReference/GAUSS-01811----GAUSS-01820.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-01811----GAUSS-01820.md rename to content/zh/docs/DatabaseReference/GAUSS-01811----GAUSS-01820.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-01821----GAUSS-01830.md b/content/zh/docs/DatabaseReference/GAUSS-01821----GAUSS-01830.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-01821----GAUSS-01830.md rename to content/zh/docs/DatabaseReference/GAUSS-01821----GAUSS-01830.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-01831----GAUSS-01840.md b/content/zh/docs/DatabaseReference/GAUSS-01831----GAUSS-01840.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-01831----GAUSS-01840.md rename to content/zh/docs/DatabaseReference/GAUSS-01831----GAUSS-01840.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-01841----GAUSS-01850.md b/content/zh/docs/DatabaseReference/GAUSS-01841----GAUSS-01850.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-01841----GAUSS-01850.md rename to content/zh/docs/DatabaseReference/GAUSS-01841----GAUSS-01850.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-01851----GAUSS-01860.md b/content/zh/docs/DatabaseReference/GAUSS-01851----GAUSS-01860.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-01851----GAUSS-01860.md rename to content/zh/docs/DatabaseReference/GAUSS-01851----GAUSS-01860.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-01861----GAUSS-01870.md b/content/zh/docs/DatabaseReference/GAUSS-01861----GAUSS-01870.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-01861----GAUSS-01870.md rename to content/zh/docs/DatabaseReference/GAUSS-01861----GAUSS-01870.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-01871----GAUSS-01880.md b/content/zh/docs/DatabaseReference/GAUSS-01871----GAUSS-01880.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-01871----GAUSS-01880.md rename to content/zh/docs/DatabaseReference/GAUSS-01871----GAUSS-01880.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-01881----GAUSS-01890.md b/content/zh/docs/DatabaseReference/GAUSS-01881----GAUSS-01890.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-01881----GAUSS-01890.md rename to content/zh/docs/DatabaseReference/GAUSS-01881----GAUSS-01890.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-01891----GAUSS-01900.md b/content/zh/docs/DatabaseReference/GAUSS-01891----GAUSS-01900.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-01891----GAUSS-01900.md rename to content/zh/docs/DatabaseReference/GAUSS-01891----GAUSS-01900.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-01901----GAUSS-01910.md b/content/zh/docs/DatabaseReference/GAUSS-01901----GAUSS-01910.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-01901----GAUSS-01910.md rename to content/zh/docs/DatabaseReference/GAUSS-01901----GAUSS-01910.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-01901----GAUSS-02000.md b/content/zh/docs/DatabaseReference/GAUSS-01901----GAUSS-02000.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-01901----GAUSS-02000.md rename to content/zh/docs/DatabaseReference/GAUSS-01901----GAUSS-02000.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-01911----GAUSS-01920.md b/content/zh/docs/DatabaseReference/GAUSS-01911----GAUSS-01920.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-01911----GAUSS-01920.md rename to content/zh/docs/DatabaseReference/GAUSS-01911----GAUSS-01920.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-01921----GAUSS-01930.md b/content/zh/docs/DatabaseReference/GAUSS-01921----GAUSS-01930.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-01921----GAUSS-01930.md rename to content/zh/docs/DatabaseReference/GAUSS-01921----GAUSS-01930.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-01931----GAUSS-01940.md b/content/zh/docs/DatabaseReference/GAUSS-01931----GAUSS-01940.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-01931----GAUSS-01940.md rename to content/zh/docs/DatabaseReference/GAUSS-01931----GAUSS-01940.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-01941----GAUSS-01950.md b/content/zh/docs/DatabaseReference/GAUSS-01941----GAUSS-01950.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-01941----GAUSS-01950.md rename to content/zh/docs/DatabaseReference/GAUSS-01941----GAUSS-01950.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-01951----GAUSS-01960.md b/content/zh/docs/DatabaseReference/GAUSS-01951----GAUSS-01960.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-01951----GAUSS-01960.md rename to content/zh/docs/DatabaseReference/GAUSS-01951----GAUSS-01960.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-01961----GAUSS-01970.md b/content/zh/docs/DatabaseReference/GAUSS-01961----GAUSS-01970.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-01961----GAUSS-01970.md rename to content/zh/docs/DatabaseReference/GAUSS-01961----GAUSS-01970.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-01971----GAUSS-01980.md b/content/zh/docs/DatabaseReference/GAUSS-01971----GAUSS-01980.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-01971----GAUSS-01980.md rename to content/zh/docs/DatabaseReference/GAUSS-01971----GAUSS-01980.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-01981----GAUSS-01990.md b/content/zh/docs/DatabaseReference/GAUSS-01981----GAUSS-01990.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-01981----GAUSS-01990.md rename to content/zh/docs/DatabaseReference/GAUSS-01981----GAUSS-01990.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-01991----GAUSS-02000.md b/content/zh/docs/DatabaseReference/GAUSS-01991----GAUSS-02000.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-01991----GAUSS-02000.md rename to content/zh/docs/DatabaseReference/GAUSS-01991----GAUSS-02000.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-02001----GAUSS-02010.md b/content/zh/docs/DatabaseReference/GAUSS-02001----GAUSS-02010.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-02001----GAUSS-02010.md rename to content/zh/docs/DatabaseReference/GAUSS-02001----GAUSS-02010.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-02001----GAUSS-02100.md b/content/zh/docs/DatabaseReference/GAUSS-02001----GAUSS-02100.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-02001----GAUSS-02100.md rename to content/zh/docs/DatabaseReference/GAUSS-02001----GAUSS-02100.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-02011----GAUSS-02020.md b/content/zh/docs/DatabaseReference/GAUSS-02011----GAUSS-02020.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-02011----GAUSS-02020.md rename to content/zh/docs/DatabaseReference/GAUSS-02011----GAUSS-02020.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-02021----GAUSS-02030.md b/content/zh/docs/DatabaseReference/GAUSS-02021----GAUSS-02030.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-02021----GAUSS-02030.md rename to content/zh/docs/DatabaseReference/GAUSS-02021----GAUSS-02030.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-02031----GAUSS-02040.md b/content/zh/docs/DatabaseReference/GAUSS-02031----GAUSS-02040.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-02031----GAUSS-02040.md rename to content/zh/docs/DatabaseReference/GAUSS-02031----GAUSS-02040.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-02041----GAUSS-02050.md b/content/zh/docs/DatabaseReference/GAUSS-02041----GAUSS-02050.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-02041----GAUSS-02050.md rename to content/zh/docs/DatabaseReference/GAUSS-02041----GAUSS-02050.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-02051----GAUSS-02060.md b/content/zh/docs/DatabaseReference/GAUSS-02051----GAUSS-02060.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-02051----GAUSS-02060.md rename to content/zh/docs/DatabaseReference/GAUSS-02051----GAUSS-02060.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-02061----GAUSS-02070.md b/content/zh/docs/DatabaseReference/GAUSS-02061----GAUSS-02070.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-02061----GAUSS-02070.md rename to content/zh/docs/DatabaseReference/GAUSS-02061----GAUSS-02070.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-02071----GAUSS-02080.md b/content/zh/docs/DatabaseReference/GAUSS-02071----GAUSS-02080.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-02071----GAUSS-02080.md rename to content/zh/docs/DatabaseReference/GAUSS-02071----GAUSS-02080.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-02081----GAUSS-02090.md b/content/zh/docs/DatabaseReference/GAUSS-02081----GAUSS-02090.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-02081----GAUSS-02090.md rename to content/zh/docs/DatabaseReference/GAUSS-02081----GAUSS-02090.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-02091----GAUSS-02100.md b/content/zh/docs/DatabaseReference/GAUSS-02091----GAUSS-02100.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-02091----GAUSS-02100.md rename to content/zh/docs/DatabaseReference/GAUSS-02091----GAUSS-02100.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-02101----GAUSS-02110.md b/content/zh/docs/DatabaseReference/GAUSS-02101----GAUSS-02110.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-02101----GAUSS-02110.md rename to content/zh/docs/DatabaseReference/GAUSS-02101----GAUSS-02110.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-02101----GAUSS-02200.md b/content/zh/docs/DatabaseReference/GAUSS-02101----GAUSS-02200.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-02101----GAUSS-02200.md rename to content/zh/docs/DatabaseReference/GAUSS-02101----GAUSS-02200.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-02111----GAUSS-02120.md b/content/zh/docs/DatabaseReference/GAUSS-02111----GAUSS-02120.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-02111----GAUSS-02120.md rename to content/zh/docs/DatabaseReference/GAUSS-02111----GAUSS-02120.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-02121----GAUSS-02130.md b/content/zh/docs/DatabaseReference/GAUSS-02121----GAUSS-02130.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-02121----GAUSS-02130.md rename to content/zh/docs/DatabaseReference/GAUSS-02121----GAUSS-02130.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-02131----GAUSS-02140.md b/content/zh/docs/DatabaseReference/GAUSS-02131----GAUSS-02140.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-02131----GAUSS-02140.md rename to content/zh/docs/DatabaseReference/GAUSS-02131----GAUSS-02140.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-02141----GAUSS-02150.md b/content/zh/docs/DatabaseReference/GAUSS-02141----GAUSS-02150.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-02141----GAUSS-02150.md rename to content/zh/docs/DatabaseReference/GAUSS-02141----GAUSS-02150.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-02151----GAUSS-02160.md b/content/zh/docs/DatabaseReference/GAUSS-02151----GAUSS-02160.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-02151----GAUSS-02160.md rename to content/zh/docs/DatabaseReference/GAUSS-02151----GAUSS-02160.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-02161----GAUSS-02170.md b/content/zh/docs/DatabaseReference/GAUSS-02161----GAUSS-02170.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-02161----GAUSS-02170.md rename to content/zh/docs/DatabaseReference/GAUSS-02161----GAUSS-02170.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-02171----GAUSS-02180.md b/content/zh/docs/DatabaseReference/GAUSS-02171----GAUSS-02180.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-02171----GAUSS-02180.md rename to content/zh/docs/DatabaseReference/GAUSS-02171----GAUSS-02180.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-02181----GAUSS-02190.md b/content/zh/docs/DatabaseReference/GAUSS-02181----GAUSS-02190.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-02181----GAUSS-02190.md rename to content/zh/docs/DatabaseReference/GAUSS-02181----GAUSS-02190.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-02191----GAUSS-02200.md b/content/zh/docs/DatabaseReference/GAUSS-02191----GAUSS-02200.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-02191----GAUSS-02200.md rename to content/zh/docs/DatabaseReference/GAUSS-02191----GAUSS-02200.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-02201----GAUSS-02210.md b/content/zh/docs/DatabaseReference/GAUSS-02201----GAUSS-02210.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-02201----GAUSS-02210.md rename to content/zh/docs/DatabaseReference/GAUSS-02201----GAUSS-02210.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-02201----GAUSS-02300.md b/content/zh/docs/DatabaseReference/GAUSS-02201----GAUSS-02300.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-02201----GAUSS-02300.md rename to content/zh/docs/DatabaseReference/GAUSS-02201----GAUSS-02300.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-02211----GAUSS-02220.md b/content/zh/docs/DatabaseReference/GAUSS-02211----GAUSS-02220.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-02211----GAUSS-02220.md rename to content/zh/docs/DatabaseReference/GAUSS-02211----GAUSS-02220.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-02221----GAUSS-02230.md b/content/zh/docs/DatabaseReference/GAUSS-02221----GAUSS-02230.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-02221----GAUSS-02230.md rename to content/zh/docs/DatabaseReference/GAUSS-02221----GAUSS-02230.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-02231----GAUSS-02240.md b/content/zh/docs/DatabaseReference/GAUSS-02231----GAUSS-02240.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-02231----GAUSS-02240.md rename to content/zh/docs/DatabaseReference/GAUSS-02231----GAUSS-02240.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-02241----GAUSS-02250.md b/content/zh/docs/DatabaseReference/GAUSS-02241----GAUSS-02250.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-02241----GAUSS-02250.md rename to content/zh/docs/DatabaseReference/GAUSS-02241----GAUSS-02250.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-02251----GAUSS-02260.md b/content/zh/docs/DatabaseReference/GAUSS-02251----GAUSS-02260.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-02251----GAUSS-02260.md rename to content/zh/docs/DatabaseReference/GAUSS-02251----GAUSS-02260.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-02261----GAUSS-02270.md b/content/zh/docs/DatabaseReference/GAUSS-02261----GAUSS-02270.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-02261----GAUSS-02270.md rename to content/zh/docs/DatabaseReference/GAUSS-02261----GAUSS-02270.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-02271----GAUSS-02280.md b/content/zh/docs/DatabaseReference/GAUSS-02271----GAUSS-02280.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-02271----GAUSS-02280.md rename to content/zh/docs/DatabaseReference/GAUSS-02271----GAUSS-02280.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-02281----GAUSS-02290.md b/content/zh/docs/DatabaseReference/GAUSS-02281----GAUSS-02290.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-02281----GAUSS-02290.md rename to content/zh/docs/DatabaseReference/GAUSS-02281----GAUSS-02290.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-02291----GAUSS-02300.md b/content/zh/docs/DatabaseReference/GAUSS-02291----GAUSS-02300.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-02291----GAUSS-02300.md rename to content/zh/docs/DatabaseReference/GAUSS-02291----GAUSS-02300.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-02301----GAUSS-02310.md b/content/zh/docs/DatabaseReference/GAUSS-02301----GAUSS-02310.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-02301----GAUSS-02310.md rename to content/zh/docs/DatabaseReference/GAUSS-02301----GAUSS-02310.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-02301----GAUSS-02400.md b/content/zh/docs/DatabaseReference/GAUSS-02301----GAUSS-02400.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-02301----GAUSS-02400.md rename to content/zh/docs/DatabaseReference/GAUSS-02301----GAUSS-02400.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-02311----GAUSS-02320.md b/content/zh/docs/DatabaseReference/GAUSS-02311----GAUSS-02320.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-02311----GAUSS-02320.md rename to content/zh/docs/DatabaseReference/GAUSS-02311----GAUSS-02320.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-02321----GAUSS-02330.md b/content/zh/docs/DatabaseReference/GAUSS-02321----GAUSS-02330.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-02321----GAUSS-02330.md rename to content/zh/docs/DatabaseReference/GAUSS-02321----GAUSS-02330.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-02331----GAUSS-02340.md b/content/zh/docs/DatabaseReference/GAUSS-02331----GAUSS-02340.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-02331----GAUSS-02340.md rename to content/zh/docs/DatabaseReference/GAUSS-02331----GAUSS-02340.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-02341----GAUSS-02350.md b/content/zh/docs/DatabaseReference/GAUSS-02341----GAUSS-02350.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-02341----GAUSS-02350.md rename to content/zh/docs/DatabaseReference/GAUSS-02341----GAUSS-02350.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-02351----GAUSS-02360.md b/content/zh/docs/DatabaseReference/GAUSS-02351----GAUSS-02360.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-02351----GAUSS-02360.md rename to content/zh/docs/DatabaseReference/GAUSS-02351----GAUSS-02360.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-02361----GAUSS-02370.md b/content/zh/docs/DatabaseReference/GAUSS-02361----GAUSS-02370.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-02361----GAUSS-02370.md rename to content/zh/docs/DatabaseReference/GAUSS-02361----GAUSS-02370.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-02371----GAUSS-02380.md b/content/zh/docs/DatabaseReference/GAUSS-02371----GAUSS-02380.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-02371----GAUSS-02380.md rename to content/zh/docs/DatabaseReference/GAUSS-02371----GAUSS-02380.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-02381----GAUSS-02390.md b/content/zh/docs/DatabaseReference/GAUSS-02381----GAUSS-02390.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-02381----GAUSS-02390.md rename to content/zh/docs/DatabaseReference/GAUSS-02381----GAUSS-02390.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-02391----GAUSS-02400.md b/content/zh/docs/DatabaseReference/GAUSS-02391----GAUSS-02400.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-02391----GAUSS-02400.md rename to content/zh/docs/DatabaseReference/GAUSS-02391----GAUSS-02400.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-02401----GAUSS-02410.md b/content/zh/docs/DatabaseReference/GAUSS-02401----GAUSS-02410.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-02401----GAUSS-02410.md rename to content/zh/docs/DatabaseReference/GAUSS-02401----GAUSS-02410.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-02401----GAUSS-02500.md b/content/zh/docs/DatabaseReference/GAUSS-02401----GAUSS-02500.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-02401----GAUSS-02500.md rename to content/zh/docs/DatabaseReference/GAUSS-02401----GAUSS-02500.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-02411----GAUSS-02420.md b/content/zh/docs/DatabaseReference/GAUSS-02411----GAUSS-02420.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-02411----GAUSS-02420.md rename to content/zh/docs/DatabaseReference/GAUSS-02411----GAUSS-02420.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-02421----GAUSS-02430.md b/content/zh/docs/DatabaseReference/GAUSS-02421----GAUSS-02430.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-02421----GAUSS-02430.md rename to content/zh/docs/DatabaseReference/GAUSS-02421----GAUSS-02430.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-02431----GAUSS-02440.md b/content/zh/docs/DatabaseReference/GAUSS-02431----GAUSS-02440.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-02431----GAUSS-02440.md rename to content/zh/docs/DatabaseReference/GAUSS-02431----GAUSS-02440.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-02441----GAUSS-02450.md b/content/zh/docs/DatabaseReference/GAUSS-02441----GAUSS-02450.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-02441----GAUSS-02450.md rename to content/zh/docs/DatabaseReference/GAUSS-02441----GAUSS-02450.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-02451----GAUSS-02460.md b/content/zh/docs/DatabaseReference/GAUSS-02451----GAUSS-02460.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-02451----GAUSS-02460.md rename to content/zh/docs/DatabaseReference/GAUSS-02451----GAUSS-02460.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-02461----GAUSS-02470.md b/content/zh/docs/DatabaseReference/GAUSS-02461----GAUSS-02470.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-02461----GAUSS-02470.md rename to content/zh/docs/DatabaseReference/GAUSS-02461----GAUSS-02470.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-02471----GAUSS-02480.md b/content/zh/docs/DatabaseReference/GAUSS-02471----GAUSS-02480.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-02471----GAUSS-02480.md rename to content/zh/docs/DatabaseReference/GAUSS-02471----GAUSS-02480.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-02481----GAUSS-02490.md b/content/zh/docs/DatabaseReference/GAUSS-02481----GAUSS-02490.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-02481----GAUSS-02490.md rename to content/zh/docs/DatabaseReference/GAUSS-02481----GAUSS-02490.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-02491----GAUSS-02500.md b/content/zh/docs/DatabaseReference/GAUSS-02491----GAUSS-02500.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-02491----GAUSS-02500.md rename to content/zh/docs/DatabaseReference/GAUSS-02491----GAUSS-02500.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-02501----GAUSS-02510.md b/content/zh/docs/DatabaseReference/GAUSS-02501----GAUSS-02510.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-02501----GAUSS-02510.md rename to content/zh/docs/DatabaseReference/GAUSS-02501----GAUSS-02510.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-02501----GAUSS-02600.md b/content/zh/docs/DatabaseReference/GAUSS-02501----GAUSS-02600.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-02501----GAUSS-02600.md rename to content/zh/docs/DatabaseReference/GAUSS-02501----GAUSS-02600.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-02511----GAUSS-02520.md b/content/zh/docs/DatabaseReference/GAUSS-02511----GAUSS-02520.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-02511----GAUSS-02520.md rename to content/zh/docs/DatabaseReference/GAUSS-02511----GAUSS-02520.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-02521----GAUSS-02530.md b/content/zh/docs/DatabaseReference/GAUSS-02521----GAUSS-02530.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-02521----GAUSS-02530.md rename to content/zh/docs/DatabaseReference/GAUSS-02521----GAUSS-02530.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-02531----GAUSS-02540.md b/content/zh/docs/DatabaseReference/GAUSS-02531----GAUSS-02540.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-02531----GAUSS-02540.md rename to content/zh/docs/DatabaseReference/GAUSS-02531----GAUSS-02540.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-02541----GAUSS-02550.md b/content/zh/docs/DatabaseReference/GAUSS-02541----GAUSS-02550.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-02541----GAUSS-02550.md rename to content/zh/docs/DatabaseReference/GAUSS-02541----GAUSS-02550.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-02551----GAUSS-02560.md b/content/zh/docs/DatabaseReference/GAUSS-02551----GAUSS-02560.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-02551----GAUSS-02560.md rename to content/zh/docs/DatabaseReference/GAUSS-02551----GAUSS-02560.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-02561----GAUSS-02570.md b/content/zh/docs/DatabaseReference/GAUSS-02561----GAUSS-02570.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-02561----GAUSS-02570.md rename to content/zh/docs/DatabaseReference/GAUSS-02561----GAUSS-02570.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-02571----GAUSS-02580.md b/content/zh/docs/DatabaseReference/GAUSS-02571----GAUSS-02580.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-02571----GAUSS-02580.md rename to content/zh/docs/DatabaseReference/GAUSS-02571----GAUSS-02580.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-02581----GAUSS-02590.md b/content/zh/docs/DatabaseReference/GAUSS-02581----GAUSS-02590.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-02581----GAUSS-02590.md rename to content/zh/docs/DatabaseReference/GAUSS-02581----GAUSS-02590.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-02591----GAUSS-02600.md b/content/zh/docs/DatabaseReference/GAUSS-02591----GAUSS-02600.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-02591----GAUSS-02600.md rename to content/zh/docs/DatabaseReference/GAUSS-02591----GAUSS-02600.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-02601----GAUSS-02610.md b/content/zh/docs/DatabaseReference/GAUSS-02601----GAUSS-02610.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-02601----GAUSS-02610.md rename to content/zh/docs/DatabaseReference/GAUSS-02601----GAUSS-02610.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-02601----GAUSS-02700.md b/content/zh/docs/DatabaseReference/GAUSS-02601----GAUSS-02700.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-02601----GAUSS-02700.md rename to content/zh/docs/DatabaseReference/GAUSS-02601----GAUSS-02700.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-02611----GAUSS-02620.md b/content/zh/docs/DatabaseReference/GAUSS-02611----GAUSS-02620.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-02611----GAUSS-02620.md rename to content/zh/docs/DatabaseReference/GAUSS-02611----GAUSS-02620.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-02621----GAUSS-02630.md b/content/zh/docs/DatabaseReference/GAUSS-02621----GAUSS-02630.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-02621----GAUSS-02630.md rename to content/zh/docs/DatabaseReference/GAUSS-02621----GAUSS-02630.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-02631----GAUSS-02640.md b/content/zh/docs/DatabaseReference/GAUSS-02631----GAUSS-02640.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-02631----GAUSS-02640.md rename to content/zh/docs/DatabaseReference/GAUSS-02631----GAUSS-02640.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-02641----GAUSS-02650.md b/content/zh/docs/DatabaseReference/GAUSS-02641----GAUSS-02650.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-02641----GAUSS-02650.md rename to content/zh/docs/DatabaseReference/GAUSS-02641----GAUSS-02650.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-02651----GAUSS-02660.md b/content/zh/docs/DatabaseReference/GAUSS-02651----GAUSS-02660.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-02651----GAUSS-02660.md rename to content/zh/docs/DatabaseReference/GAUSS-02651----GAUSS-02660.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-02661----GAUSS-02670.md b/content/zh/docs/DatabaseReference/GAUSS-02661----GAUSS-02670.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-02661----GAUSS-02670.md rename to content/zh/docs/DatabaseReference/GAUSS-02661----GAUSS-02670.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-02671----GAUSS-02680.md b/content/zh/docs/DatabaseReference/GAUSS-02671----GAUSS-02680.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-02671----GAUSS-02680.md rename to content/zh/docs/DatabaseReference/GAUSS-02671----GAUSS-02680.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-02681----GAUSS-02690.md b/content/zh/docs/DatabaseReference/GAUSS-02681----GAUSS-02690.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-02681----GAUSS-02690.md rename to content/zh/docs/DatabaseReference/GAUSS-02681----GAUSS-02690.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-02691----GAUSS-02700.md b/content/zh/docs/DatabaseReference/GAUSS-02691----GAUSS-02700.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-02691----GAUSS-02700.md rename to content/zh/docs/DatabaseReference/GAUSS-02691----GAUSS-02700.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-02701----GAUSS-02710.md b/content/zh/docs/DatabaseReference/GAUSS-02701----GAUSS-02710.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-02701----GAUSS-02710.md rename to content/zh/docs/DatabaseReference/GAUSS-02701----GAUSS-02710.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-02701----GAUSS-02800.md b/content/zh/docs/DatabaseReference/GAUSS-02701----GAUSS-02800.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-02701----GAUSS-02800.md rename to content/zh/docs/DatabaseReference/GAUSS-02701----GAUSS-02800.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-02711----GAUSS-02720.md b/content/zh/docs/DatabaseReference/GAUSS-02711----GAUSS-02720.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-02711----GAUSS-02720.md rename to content/zh/docs/DatabaseReference/GAUSS-02711----GAUSS-02720.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-02721----GAUSS-02730.md b/content/zh/docs/DatabaseReference/GAUSS-02721----GAUSS-02730.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-02721----GAUSS-02730.md rename to content/zh/docs/DatabaseReference/GAUSS-02721----GAUSS-02730.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-02731----GAUSS-02740.md b/content/zh/docs/DatabaseReference/GAUSS-02731----GAUSS-02740.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-02731----GAUSS-02740.md rename to content/zh/docs/DatabaseReference/GAUSS-02731----GAUSS-02740.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-02741----GAUSS-02750.md b/content/zh/docs/DatabaseReference/GAUSS-02741----GAUSS-02750.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-02741----GAUSS-02750.md rename to content/zh/docs/DatabaseReference/GAUSS-02741----GAUSS-02750.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-02751----GAUSS-02760.md b/content/zh/docs/DatabaseReference/GAUSS-02751----GAUSS-02760.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-02751----GAUSS-02760.md rename to content/zh/docs/DatabaseReference/GAUSS-02751----GAUSS-02760.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-02761----GAUSS-02770.md b/content/zh/docs/DatabaseReference/GAUSS-02761----GAUSS-02770.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-02761----GAUSS-02770.md rename to content/zh/docs/DatabaseReference/GAUSS-02761----GAUSS-02770.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-02771----GAUSS-02780.md b/content/zh/docs/DatabaseReference/GAUSS-02771----GAUSS-02780.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-02771----GAUSS-02780.md rename to content/zh/docs/DatabaseReference/GAUSS-02771----GAUSS-02780.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-02781----GAUSS-02790.md b/content/zh/docs/DatabaseReference/GAUSS-02781----GAUSS-02790.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-02781----GAUSS-02790.md rename to content/zh/docs/DatabaseReference/GAUSS-02781----GAUSS-02790.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-02791----GAUSS-02800.md b/content/zh/docs/DatabaseReference/GAUSS-02791----GAUSS-02800.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-02791----GAUSS-02800.md rename to content/zh/docs/DatabaseReference/GAUSS-02791----GAUSS-02800.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-02801----GAUSS-02810.md b/content/zh/docs/DatabaseReference/GAUSS-02801----GAUSS-02810.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-02801----GAUSS-02810.md rename to content/zh/docs/DatabaseReference/GAUSS-02801----GAUSS-02810.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-02801----GAUSS-02900.md b/content/zh/docs/DatabaseReference/GAUSS-02801----GAUSS-02900.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-02801----GAUSS-02900.md rename to content/zh/docs/DatabaseReference/GAUSS-02801----GAUSS-02900.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-02811----GAUSS-02820.md b/content/zh/docs/DatabaseReference/GAUSS-02811----GAUSS-02820.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-02811----GAUSS-02820.md rename to content/zh/docs/DatabaseReference/GAUSS-02811----GAUSS-02820.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-02821----GAUSS-02830.md b/content/zh/docs/DatabaseReference/GAUSS-02821----GAUSS-02830.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-02821----GAUSS-02830.md rename to content/zh/docs/DatabaseReference/GAUSS-02821----GAUSS-02830.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-02831----GAUSS-02840.md b/content/zh/docs/DatabaseReference/GAUSS-02831----GAUSS-02840.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-02831----GAUSS-02840.md rename to content/zh/docs/DatabaseReference/GAUSS-02831----GAUSS-02840.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-02841----GAUSS-02850.md b/content/zh/docs/DatabaseReference/GAUSS-02841----GAUSS-02850.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-02841----GAUSS-02850.md rename to content/zh/docs/DatabaseReference/GAUSS-02841----GAUSS-02850.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-02851----GAUSS-02860.md b/content/zh/docs/DatabaseReference/GAUSS-02851----GAUSS-02860.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-02851----GAUSS-02860.md rename to content/zh/docs/DatabaseReference/GAUSS-02851----GAUSS-02860.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-02861----GAUSS-02870.md b/content/zh/docs/DatabaseReference/GAUSS-02861----GAUSS-02870.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-02861----GAUSS-02870.md rename to content/zh/docs/DatabaseReference/GAUSS-02861----GAUSS-02870.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-02871----GAUSS-02880.md b/content/zh/docs/DatabaseReference/GAUSS-02871----GAUSS-02880.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-02871----GAUSS-02880.md rename to content/zh/docs/DatabaseReference/GAUSS-02871----GAUSS-02880.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-02881----GAUSS-02890.md b/content/zh/docs/DatabaseReference/GAUSS-02881----GAUSS-02890.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-02881----GAUSS-02890.md rename to content/zh/docs/DatabaseReference/GAUSS-02881----GAUSS-02890.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-02891----GAUSS-02900.md b/content/zh/docs/DatabaseReference/GAUSS-02891----GAUSS-02900.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-02891----GAUSS-02900.md rename to content/zh/docs/DatabaseReference/GAUSS-02891----GAUSS-02900.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-02901----GAUSS-02910.md b/content/zh/docs/DatabaseReference/GAUSS-02901----GAUSS-02910.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-02901----GAUSS-02910.md rename to content/zh/docs/DatabaseReference/GAUSS-02901----GAUSS-02910.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-02901----GAUSS-03000.md b/content/zh/docs/DatabaseReference/GAUSS-02901----GAUSS-03000.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-02901----GAUSS-03000.md rename to content/zh/docs/DatabaseReference/GAUSS-02901----GAUSS-03000.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-02911----GAUSS-02920.md b/content/zh/docs/DatabaseReference/GAUSS-02911----GAUSS-02920.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-02911----GAUSS-02920.md rename to content/zh/docs/DatabaseReference/GAUSS-02911----GAUSS-02920.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-02921----GAUSS-02930.md b/content/zh/docs/DatabaseReference/GAUSS-02921----GAUSS-02930.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-02921----GAUSS-02930.md rename to content/zh/docs/DatabaseReference/GAUSS-02921----GAUSS-02930.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-02931----GAUSS-02940.md b/content/zh/docs/DatabaseReference/GAUSS-02931----GAUSS-02940.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-02931----GAUSS-02940.md rename to content/zh/docs/DatabaseReference/GAUSS-02931----GAUSS-02940.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-02941----GAUSS-02950.md b/content/zh/docs/DatabaseReference/GAUSS-02941----GAUSS-02950.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-02941----GAUSS-02950.md rename to content/zh/docs/DatabaseReference/GAUSS-02941----GAUSS-02950.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-02951----GAUSS-02960.md b/content/zh/docs/DatabaseReference/GAUSS-02951----GAUSS-02960.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-02951----GAUSS-02960.md rename to content/zh/docs/DatabaseReference/GAUSS-02951----GAUSS-02960.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-02961----GAUSS-02970.md b/content/zh/docs/DatabaseReference/GAUSS-02961----GAUSS-02970.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-02961----GAUSS-02970.md rename to content/zh/docs/DatabaseReference/GAUSS-02961----GAUSS-02970.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-02971----GAUSS-02980.md b/content/zh/docs/DatabaseReference/GAUSS-02971----GAUSS-02980.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-02971----GAUSS-02980.md rename to content/zh/docs/DatabaseReference/GAUSS-02971----GAUSS-02980.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-02981----GAUSS-02990.md b/content/zh/docs/DatabaseReference/GAUSS-02981----GAUSS-02990.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-02981----GAUSS-02990.md rename to content/zh/docs/DatabaseReference/GAUSS-02981----GAUSS-02990.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-02991----GAUSS-03000.md b/content/zh/docs/DatabaseReference/GAUSS-02991----GAUSS-03000.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-02991----GAUSS-03000.md rename to content/zh/docs/DatabaseReference/GAUSS-02991----GAUSS-03000.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-03001----GAUSS-03010.md b/content/zh/docs/DatabaseReference/GAUSS-03001----GAUSS-03010.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-03001----GAUSS-03010.md rename to content/zh/docs/DatabaseReference/GAUSS-03001----GAUSS-03010.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-03001----GAUSS-03100.md b/content/zh/docs/DatabaseReference/GAUSS-03001----GAUSS-03100.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-03001----GAUSS-03100.md rename to content/zh/docs/DatabaseReference/GAUSS-03001----GAUSS-03100.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-03011----GAUSS-03020.md b/content/zh/docs/DatabaseReference/GAUSS-03011----GAUSS-03020.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-03011----GAUSS-03020.md rename to content/zh/docs/DatabaseReference/GAUSS-03011----GAUSS-03020.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-03021----GAUSS-03030.md b/content/zh/docs/DatabaseReference/GAUSS-03021----GAUSS-03030.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-03021----GAUSS-03030.md rename to content/zh/docs/DatabaseReference/GAUSS-03021----GAUSS-03030.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-03031----GAUSS-03040.md b/content/zh/docs/DatabaseReference/GAUSS-03031----GAUSS-03040.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-03031----GAUSS-03040.md rename to content/zh/docs/DatabaseReference/GAUSS-03031----GAUSS-03040.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-03041----GAUSS-03050.md b/content/zh/docs/DatabaseReference/GAUSS-03041----GAUSS-03050.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-03041----GAUSS-03050.md rename to content/zh/docs/DatabaseReference/GAUSS-03041----GAUSS-03050.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-03051----GAUSS-03060.md b/content/zh/docs/DatabaseReference/GAUSS-03051----GAUSS-03060.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-03051----GAUSS-03060.md rename to content/zh/docs/DatabaseReference/GAUSS-03051----GAUSS-03060.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-03061----GAUSS-03070.md b/content/zh/docs/DatabaseReference/GAUSS-03061----GAUSS-03070.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-03061----GAUSS-03070.md rename to content/zh/docs/DatabaseReference/GAUSS-03061----GAUSS-03070.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-03071----GAUSS-03080.md b/content/zh/docs/DatabaseReference/GAUSS-03071----GAUSS-03080.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-03071----GAUSS-03080.md rename to content/zh/docs/DatabaseReference/GAUSS-03071----GAUSS-03080.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-03081----GAUSS-03090.md b/content/zh/docs/DatabaseReference/GAUSS-03081----GAUSS-03090.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-03081----GAUSS-03090.md rename to content/zh/docs/DatabaseReference/GAUSS-03081----GAUSS-03090.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-03091----GAUSS-03100.md b/content/zh/docs/DatabaseReference/GAUSS-03091----GAUSS-03100.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-03091----GAUSS-03100.md rename to content/zh/docs/DatabaseReference/GAUSS-03091----GAUSS-03100.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-03101----GAUSS-03110.md b/content/zh/docs/DatabaseReference/GAUSS-03101----GAUSS-03110.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-03101----GAUSS-03110.md rename to content/zh/docs/DatabaseReference/GAUSS-03101----GAUSS-03110.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-03101----GAUSS-03200.md b/content/zh/docs/DatabaseReference/GAUSS-03101----GAUSS-03200.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-03101----GAUSS-03200.md rename to content/zh/docs/DatabaseReference/GAUSS-03101----GAUSS-03200.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-03111----GAUSS-03120.md b/content/zh/docs/DatabaseReference/GAUSS-03111----GAUSS-03120.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-03111----GAUSS-03120.md rename to content/zh/docs/DatabaseReference/GAUSS-03111----GAUSS-03120.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-03121----GAUSS-03130.md b/content/zh/docs/DatabaseReference/GAUSS-03121----GAUSS-03130.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-03121----GAUSS-03130.md rename to content/zh/docs/DatabaseReference/GAUSS-03121----GAUSS-03130.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-03131----GAUSS-03140.md b/content/zh/docs/DatabaseReference/GAUSS-03131----GAUSS-03140.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-03131----GAUSS-03140.md rename to content/zh/docs/DatabaseReference/GAUSS-03131----GAUSS-03140.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-03141----GAUSS-03150.md b/content/zh/docs/DatabaseReference/GAUSS-03141----GAUSS-03150.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-03141----GAUSS-03150.md rename to content/zh/docs/DatabaseReference/GAUSS-03141----GAUSS-03150.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-03151----GAUSS-03160.md b/content/zh/docs/DatabaseReference/GAUSS-03151----GAUSS-03160.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-03151----GAUSS-03160.md rename to content/zh/docs/DatabaseReference/GAUSS-03151----GAUSS-03160.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-03161----GAUSS-03170.md b/content/zh/docs/DatabaseReference/GAUSS-03161----GAUSS-03170.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-03161----GAUSS-03170.md rename to content/zh/docs/DatabaseReference/GAUSS-03161----GAUSS-03170.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-03171----GAUSS-03180.md b/content/zh/docs/DatabaseReference/GAUSS-03171----GAUSS-03180.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-03171----GAUSS-03180.md rename to content/zh/docs/DatabaseReference/GAUSS-03171----GAUSS-03180.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-03181----GAUSS-03190.md b/content/zh/docs/DatabaseReference/GAUSS-03181----GAUSS-03190.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-03181----GAUSS-03190.md rename to content/zh/docs/DatabaseReference/GAUSS-03181----GAUSS-03190.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-03191----GAUSS-03200.md b/content/zh/docs/DatabaseReference/GAUSS-03191----GAUSS-03200.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-03191----GAUSS-03200.md rename to content/zh/docs/DatabaseReference/GAUSS-03191----GAUSS-03200.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-03201----GAUSS-03210.md b/content/zh/docs/DatabaseReference/GAUSS-03201----GAUSS-03210.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-03201----GAUSS-03210.md rename to content/zh/docs/DatabaseReference/GAUSS-03201----GAUSS-03210.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-03201----GAUSS-03300.md b/content/zh/docs/DatabaseReference/GAUSS-03201----GAUSS-03300.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-03201----GAUSS-03300.md rename to content/zh/docs/DatabaseReference/GAUSS-03201----GAUSS-03300.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-03211----GAUSS-03220.md b/content/zh/docs/DatabaseReference/GAUSS-03211----GAUSS-03220.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-03211----GAUSS-03220.md rename to content/zh/docs/DatabaseReference/GAUSS-03211----GAUSS-03220.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-03221----GAUSS-03230.md b/content/zh/docs/DatabaseReference/GAUSS-03221----GAUSS-03230.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-03221----GAUSS-03230.md rename to content/zh/docs/DatabaseReference/GAUSS-03221----GAUSS-03230.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-03231----GAUSS-03240.md b/content/zh/docs/DatabaseReference/GAUSS-03231----GAUSS-03240.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-03231----GAUSS-03240.md rename to content/zh/docs/DatabaseReference/GAUSS-03231----GAUSS-03240.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-03241----GAUSS-03250.md b/content/zh/docs/DatabaseReference/GAUSS-03241----GAUSS-03250.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-03241----GAUSS-03250.md rename to content/zh/docs/DatabaseReference/GAUSS-03241----GAUSS-03250.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-03251----GAUSS-03260.md b/content/zh/docs/DatabaseReference/GAUSS-03251----GAUSS-03260.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-03251----GAUSS-03260.md rename to content/zh/docs/DatabaseReference/GAUSS-03251----GAUSS-03260.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-03261----GAUSS-03270.md b/content/zh/docs/DatabaseReference/GAUSS-03261----GAUSS-03270.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-03261----GAUSS-03270.md rename to content/zh/docs/DatabaseReference/GAUSS-03261----GAUSS-03270.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-03271----GAUSS-03280.md b/content/zh/docs/DatabaseReference/GAUSS-03271----GAUSS-03280.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-03271----GAUSS-03280.md rename to content/zh/docs/DatabaseReference/GAUSS-03271----GAUSS-03280.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-03281----GAUSS-03290.md b/content/zh/docs/DatabaseReference/GAUSS-03281----GAUSS-03290.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-03281----GAUSS-03290.md rename to content/zh/docs/DatabaseReference/GAUSS-03281----GAUSS-03290.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-03291----GAUSS-03300.md b/content/zh/docs/DatabaseReference/GAUSS-03291----GAUSS-03300.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-03291----GAUSS-03300.md rename to content/zh/docs/DatabaseReference/GAUSS-03291----GAUSS-03300.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-03301----GAUSS-03310.md b/content/zh/docs/DatabaseReference/GAUSS-03301----GAUSS-03310.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-03301----GAUSS-03310.md rename to content/zh/docs/DatabaseReference/GAUSS-03301----GAUSS-03310.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-03301----GAUSS-03400.md b/content/zh/docs/DatabaseReference/GAUSS-03301----GAUSS-03400.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-03301----GAUSS-03400.md rename to content/zh/docs/DatabaseReference/GAUSS-03301----GAUSS-03400.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-03311----GAUSS-03320.md b/content/zh/docs/DatabaseReference/GAUSS-03311----GAUSS-03320.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-03311----GAUSS-03320.md rename to content/zh/docs/DatabaseReference/GAUSS-03311----GAUSS-03320.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-03321----GAUSS-03330.md b/content/zh/docs/DatabaseReference/GAUSS-03321----GAUSS-03330.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-03321----GAUSS-03330.md rename to content/zh/docs/DatabaseReference/GAUSS-03321----GAUSS-03330.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-03331----GAUSS-03340.md b/content/zh/docs/DatabaseReference/GAUSS-03331----GAUSS-03340.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-03331----GAUSS-03340.md rename to content/zh/docs/DatabaseReference/GAUSS-03331----GAUSS-03340.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-03341----GAUSS-03350.md b/content/zh/docs/DatabaseReference/GAUSS-03341----GAUSS-03350.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-03341----GAUSS-03350.md rename to content/zh/docs/DatabaseReference/GAUSS-03341----GAUSS-03350.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-03351----GAUSS-03360.md b/content/zh/docs/DatabaseReference/GAUSS-03351----GAUSS-03360.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-03351----GAUSS-03360.md rename to content/zh/docs/DatabaseReference/GAUSS-03351----GAUSS-03360.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-03361----GAUSS-03370.md b/content/zh/docs/DatabaseReference/GAUSS-03361----GAUSS-03370.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-03361----GAUSS-03370.md rename to content/zh/docs/DatabaseReference/GAUSS-03361----GAUSS-03370.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-03371----GAUSS-03380.md b/content/zh/docs/DatabaseReference/GAUSS-03371----GAUSS-03380.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-03371----GAUSS-03380.md rename to content/zh/docs/DatabaseReference/GAUSS-03371----GAUSS-03380.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-03381----GAUSS-03390.md b/content/zh/docs/DatabaseReference/GAUSS-03381----GAUSS-03390.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-03381----GAUSS-03390.md rename to content/zh/docs/DatabaseReference/GAUSS-03381----GAUSS-03390.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-03391----GAUSS-03400.md b/content/zh/docs/DatabaseReference/GAUSS-03391----GAUSS-03400.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-03391----GAUSS-03400.md rename to content/zh/docs/DatabaseReference/GAUSS-03391----GAUSS-03400.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-03401----GAUSS-03410.md b/content/zh/docs/DatabaseReference/GAUSS-03401----GAUSS-03410.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-03401----GAUSS-03410.md rename to content/zh/docs/DatabaseReference/GAUSS-03401----GAUSS-03410.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-03401----GAUSS-03500.md b/content/zh/docs/DatabaseReference/GAUSS-03401----GAUSS-03500.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-03401----GAUSS-03500.md rename to content/zh/docs/DatabaseReference/GAUSS-03401----GAUSS-03500.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-03411----GAUSS-03420.md b/content/zh/docs/DatabaseReference/GAUSS-03411----GAUSS-03420.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-03411----GAUSS-03420.md rename to content/zh/docs/DatabaseReference/GAUSS-03411----GAUSS-03420.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-03421----GAUSS-03430.md b/content/zh/docs/DatabaseReference/GAUSS-03421----GAUSS-03430.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-03421----GAUSS-03430.md rename to content/zh/docs/DatabaseReference/GAUSS-03421----GAUSS-03430.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-03431----GAUSS-03440.md b/content/zh/docs/DatabaseReference/GAUSS-03431----GAUSS-03440.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-03431----GAUSS-03440.md rename to content/zh/docs/DatabaseReference/GAUSS-03431----GAUSS-03440.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-03441----GAUSS-03450.md b/content/zh/docs/DatabaseReference/GAUSS-03441----GAUSS-03450.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-03441----GAUSS-03450.md rename to content/zh/docs/DatabaseReference/GAUSS-03441----GAUSS-03450.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-03451----GAUSS-03460.md b/content/zh/docs/DatabaseReference/GAUSS-03451----GAUSS-03460.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-03451----GAUSS-03460.md rename to content/zh/docs/DatabaseReference/GAUSS-03451----GAUSS-03460.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-03461----GAUSS-03470.md b/content/zh/docs/DatabaseReference/GAUSS-03461----GAUSS-03470.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-03461----GAUSS-03470.md rename to content/zh/docs/DatabaseReference/GAUSS-03461----GAUSS-03470.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-03471----GAUSS-03480.md b/content/zh/docs/DatabaseReference/GAUSS-03471----GAUSS-03480.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-03471----GAUSS-03480.md rename to content/zh/docs/DatabaseReference/GAUSS-03471----GAUSS-03480.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-03481----GAUSS-03490.md b/content/zh/docs/DatabaseReference/GAUSS-03481----GAUSS-03490.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-03481----GAUSS-03490.md rename to content/zh/docs/DatabaseReference/GAUSS-03481----GAUSS-03490.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-03491----GAUSS-03500.md b/content/zh/docs/DatabaseReference/GAUSS-03491----GAUSS-03500.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-03491----GAUSS-03500.md rename to content/zh/docs/DatabaseReference/GAUSS-03491----GAUSS-03500.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-03501----GAUSS-03510.md b/content/zh/docs/DatabaseReference/GAUSS-03501----GAUSS-03510.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-03501----GAUSS-03510.md rename to content/zh/docs/DatabaseReference/GAUSS-03501----GAUSS-03510.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-03501----GAUSS-03600.md b/content/zh/docs/DatabaseReference/GAUSS-03501----GAUSS-03600.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-03501----GAUSS-03600.md rename to content/zh/docs/DatabaseReference/GAUSS-03501----GAUSS-03600.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-03511----GAUSS-03520.md b/content/zh/docs/DatabaseReference/GAUSS-03511----GAUSS-03520.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-03511----GAUSS-03520.md rename to content/zh/docs/DatabaseReference/GAUSS-03511----GAUSS-03520.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-03521----GAUSS-03530.md b/content/zh/docs/DatabaseReference/GAUSS-03521----GAUSS-03530.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-03521----GAUSS-03530.md rename to content/zh/docs/DatabaseReference/GAUSS-03521----GAUSS-03530.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-03531----GAUSS-03540.md b/content/zh/docs/DatabaseReference/GAUSS-03531----GAUSS-03540.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-03531----GAUSS-03540.md rename to content/zh/docs/DatabaseReference/GAUSS-03531----GAUSS-03540.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-03541----GAUSS-03550.md b/content/zh/docs/DatabaseReference/GAUSS-03541----GAUSS-03550.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-03541----GAUSS-03550.md rename to content/zh/docs/DatabaseReference/GAUSS-03541----GAUSS-03550.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-03551----GAUSS-03560.md b/content/zh/docs/DatabaseReference/GAUSS-03551----GAUSS-03560.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-03551----GAUSS-03560.md rename to content/zh/docs/DatabaseReference/GAUSS-03551----GAUSS-03560.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-03561----GAUSS-03570.md b/content/zh/docs/DatabaseReference/GAUSS-03561----GAUSS-03570.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-03561----GAUSS-03570.md rename to content/zh/docs/DatabaseReference/GAUSS-03561----GAUSS-03570.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-03571----GAUSS-03580.md b/content/zh/docs/DatabaseReference/GAUSS-03571----GAUSS-03580.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-03571----GAUSS-03580.md rename to content/zh/docs/DatabaseReference/GAUSS-03571----GAUSS-03580.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-03581----GAUSS-03590.md b/content/zh/docs/DatabaseReference/GAUSS-03581----GAUSS-03590.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-03581----GAUSS-03590.md rename to content/zh/docs/DatabaseReference/GAUSS-03581----GAUSS-03590.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-03591----GAUSS-03600.md b/content/zh/docs/DatabaseReference/GAUSS-03591----GAUSS-03600.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-03591----GAUSS-03600.md rename to content/zh/docs/DatabaseReference/GAUSS-03591----GAUSS-03600.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-03601----GAUSS-03610.md b/content/zh/docs/DatabaseReference/GAUSS-03601----GAUSS-03610.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-03601----GAUSS-03610.md rename to content/zh/docs/DatabaseReference/GAUSS-03601----GAUSS-03610.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-03601----GAUSS-03700.md b/content/zh/docs/DatabaseReference/GAUSS-03601----GAUSS-03700.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-03601----GAUSS-03700.md rename to content/zh/docs/DatabaseReference/GAUSS-03601----GAUSS-03700.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-03611----GAUSS-03620.md b/content/zh/docs/DatabaseReference/GAUSS-03611----GAUSS-03620.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-03611----GAUSS-03620.md rename to content/zh/docs/DatabaseReference/GAUSS-03611----GAUSS-03620.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-03621----GAUSS-03630.md b/content/zh/docs/DatabaseReference/GAUSS-03621----GAUSS-03630.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-03621----GAUSS-03630.md rename to content/zh/docs/DatabaseReference/GAUSS-03621----GAUSS-03630.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-03631----GAUSS-03640.md b/content/zh/docs/DatabaseReference/GAUSS-03631----GAUSS-03640.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-03631----GAUSS-03640.md rename to content/zh/docs/DatabaseReference/GAUSS-03631----GAUSS-03640.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-03641----GAUSS-03650.md b/content/zh/docs/DatabaseReference/GAUSS-03641----GAUSS-03650.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-03641----GAUSS-03650.md rename to content/zh/docs/DatabaseReference/GAUSS-03641----GAUSS-03650.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-03651----GAUSS-03660.md b/content/zh/docs/DatabaseReference/GAUSS-03651----GAUSS-03660.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-03651----GAUSS-03660.md rename to content/zh/docs/DatabaseReference/GAUSS-03651----GAUSS-03660.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-03661----GAUSS-03670.md b/content/zh/docs/DatabaseReference/GAUSS-03661----GAUSS-03670.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-03661----GAUSS-03670.md rename to content/zh/docs/DatabaseReference/GAUSS-03661----GAUSS-03670.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-03671----GAUSS-03680.md b/content/zh/docs/DatabaseReference/GAUSS-03671----GAUSS-03680.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-03671----GAUSS-03680.md rename to content/zh/docs/DatabaseReference/GAUSS-03671----GAUSS-03680.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-03681----GAUSS-03690.md b/content/zh/docs/DatabaseReference/GAUSS-03681----GAUSS-03690.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-03681----GAUSS-03690.md rename to content/zh/docs/DatabaseReference/GAUSS-03681----GAUSS-03690.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-03691----GAUSS-03700.md b/content/zh/docs/DatabaseReference/GAUSS-03691----GAUSS-03700.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-03691----GAUSS-03700.md rename to content/zh/docs/DatabaseReference/GAUSS-03691----GAUSS-03700.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-03701----GAUSS-03710.md b/content/zh/docs/DatabaseReference/GAUSS-03701----GAUSS-03710.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-03701----GAUSS-03710.md rename to content/zh/docs/DatabaseReference/GAUSS-03701----GAUSS-03710.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-03701----GAUSS-03800.md b/content/zh/docs/DatabaseReference/GAUSS-03701----GAUSS-03800.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-03701----GAUSS-03800.md rename to content/zh/docs/DatabaseReference/GAUSS-03701----GAUSS-03800.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-03711----GAUSS-03720.md b/content/zh/docs/DatabaseReference/GAUSS-03711----GAUSS-03720.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-03711----GAUSS-03720.md rename to content/zh/docs/DatabaseReference/GAUSS-03711----GAUSS-03720.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-03721----GAUSS-03730.md b/content/zh/docs/DatabaseReference/GAUSS-03721----GAUSS-03730.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-03721----GAUSS-03730.md rename to content/zh/docs/DatabaseReference/GAUSS-03721----GAUSS-03730.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-03731----GAUSS-03740.md b/content/zh/docs/DatabaseReference/GAUSS-03731----GAUSS-03740.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-03731----GAUSS-03740.md rename to content/zh/docs/DatabaseReference/GAUSS-03731----GAUSS-03740.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-03741----GAUSS-03750.md b/content/zh/docs/DatabaseReference/GAUSS-03741----GAUSS-03750.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-03741----GAUSS-03750.md rename to content/zh/docs/DatabaseReference/GAUSS-03741----GAUSS-03750.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-03751----GAUSS-03760.md b/content/zh/docs/DatabaseReference/GAUSS-03751----GAUSS-03760.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-03751----GAUSS-03760.md rename to content/zh/docs/DatabaseReference/GAUSS-03751----GAUSS-03760.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-03761----GAUSS-03770.md b/content/zh/docs/DatabaseReference/GAUSS-03761----GAUSS-03770.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-03761----GAUSS-03770.md rename to content/zh/docs/DatabaseReference/GAUSS-03761----GAUSS-03770.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-03771----GAUSS-03780.md b/content/zh/docs/DatabaseReference/GAUSS-03771----GAUSS-03780.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-03771----GAUSS-03780.md rename to content/zh/docs/DatabaseReference/GAUSS-03771----GAUSS-03780.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-03781----GAUSS-03790.md b/content/zh/docs/DatabaseReference/GAUSS-03781----GAUSS-03790.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-03781----GAUSS-03790.md rename to content/zh/docs/DatabaseReference/GAUSS-03781----GAUSS-03790.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-03791----GAUSS-03800.md b/content/zh/docs/DatabaseReference/GAUSS-03791----GAUSS-03800.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-03791----GAUSS-03800.md rename to content/zh/docs/DatabaseReference/GAUSS-03791----GAUSS-03800.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-03801----GAUSS-03810.md b/content/zh/docs/DatabaseReference/GAUSS-03801----GAUSS-03810.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-03801----GAUSS-03810.md rename to content/zh/docs/DatabaseReference/GAUSS-03801----GAUSS-03810.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-03801----GAUSS-03900.md b/content/zh/docs/DatabaseReference/GAUSS-03801----GAUSS-03900.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-03801----GAUSS-03900.md rename to content/zh/docs/DatabaseReference/GAUSS-03801----GAUSS-03900.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-03811----GAUSS-03820.md b/content/zh/docs/DatabaseReference/GAUSS-03811----GAUSS-03820.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-03811----GAUSS-03820.md rename to content/zh/docs/DatabaseReference/GAUSS-03811----GAUSS-03820.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-03821----GAUSS-03830.md b/content/zh/docs/DatabaseReference/GAUSS-03821----GAUSS-03830.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-03821----GAUSS-03830.md rename to content/zh/docs/DatabaseReference/GAUSS-03821----GAUSS-03830.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-03831----GAUSS-03840.md b/content/zh/docs/DatabaseReference/GAUSS-03831----GAUSS-03840.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-03831----GAUSS-03840.md rename to content/zh/docs/DatabaseReference/GAUSS-03831----GAUSS-03840.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-03841----GAUSS-03850.md b/content/zh/docs/DatabaseReference/GAUSS-03841----GAUSS-03850.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-03841----GAUSS-03850.md rename to content/zh/docs/DatabaseReference/GAUSS-03841----GAUSS-03850.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-03851----GAUSS-03860.md b/content/zh/docs/DatabaseReference/GAUSS-03851----GAUSS-03860.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-03851----GAUSS-03860.md rename to content/zh/docs/DatabaseReference/GAUSS-03851----GAUSS-03860.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-03861----GAUSS-03870.md b/content/zh/docs/DatabaseReference/GAUSS-03861----GAUSS-03870.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-03861----GAUSS-03870.md rename to content/zh/docs/DatabaseReference/GAUSS-03861----GAUSS-03870.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-03871----GAUSS-03880.md b/content/zh/docs/DatabaseReference/GAUSS-03871----GAUSS-03880.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-03871----GAUSS-03880.md rename to content/zh/docs/DatabaseReference/GAUSS-03871----GAUSS-03880.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-03881----GAUSS-03890.md b/content/zh/docs/DatabaseReference/GAUSS-03881----GAUSS-03890.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-03881----GAUSS-03890.md rename to content/zh/docs/DatabaseReference/GAUSS-03881----GAUSS-03890.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-03891----GAUSS-03900.md b/content/zh/docs/DatabaseReference/GAUSS-03891----GAUSS-03900.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-03891----GAUSS-03900.md rename to content/zh/docs/DatabaseReference/GAUSS-03891----GAUSS-03900.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-03901----GAUSS-03910.md b/content/zh/docs/DatabaseReference/GAUSS-03901----GAUSS-03910.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-03901----GAUSS-03910.md rename to content/zh/docs/DatabaseReference/GAUSS-03901----GAUSS-03910.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-03901----GAUSS-04000.md b/content/zh/docs/DatabaseReference/GAUSS-03901----GAUSS-04000.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-03901----GAUSS-04000.md rename to content/zh/docs/DatabaseReference/GAUSS-03901----GAUSS-04000.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 100% rename from content/zh/docs/DataBaseReference/GAUSS-03911----GAUSS-03920.md rename to content/zh/docs/DatabaseReference/GAUSS-03911----GAUSS-03920.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-03921----GAUSS-03930.md b/content/zh/docs/DatabaseReference/GAUSS-03921----GAUSS-03930.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-03921----GAUSS-03930.md rename to content/zh/docs/DatabaseReference/GAUSS-03921----GAUSS-03930.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-03931----GAUSS-03940.md b/content/zh/docs/DatabaseReference/GAUSS-03931----GAUSS-03940.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-03931----GAUSS-03940.md rename to content/zh/docs/DatabaseReference/GAUSS-03931----GAUSS-03940.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-03941----GAUSS-03950.md b/content/zh/docs/DatabaseReference/GAUSS-03941----GAUSS-03950.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-03941----GAUSS-03950.md rename to content/zh/docs/DatabaseReference/GAUSS-03941----GAUSS-03950.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-03951----GAUSS-03960.md b/content/zh/docs/DatabaseReference/GAUSS-03951----GAUSS-03960.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-03951----GAUSS-03960.md rename to content/zh/docs/DatabaseReference/GAUSS-03951----GAUSS-03960.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-03961----GAUSS-03970.md b/content/zh/docs/DatabaseReference/GAUSS-03961----GAUSS-03970.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-03961----GAUSS-03970.md rename to content/zh/docs/DatabaseReference/GAUSS-03961----GAUSS-03970.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-03971----GAUSS-03980.md b/content/zh/docs/DatabaseReference/GAUSS-03971----GAUSS-03980.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-03971----GAUSS-03980.md rename to content/zh/docs/DatabaseReference/GAUSS-03971----GAUSS-03980.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-03981----GAUSS-03990.md b/content/zh/docs/DatabaseReference/GAUSS-03981----GAUSS-03990.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-03981----GAUSS-03990.md rename to content/zh/docs/DatabaseReference/GAUSS-03981----GAUSS-03990.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-03991----GAUSS-04000.md b/content/zh/docs/DatabaseReference/GAUSS-03991----GAUSS-04000.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-03991----GAUSS-04000.md rename to content/zh/docs/DatabaseReference/GAUSS-03991----GAUSS-04000.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-04001----GAUSS-04010.md b/content/zh/docs/DatabaseReference/GAUSS-04001----GAUSS-04010.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-04001----GAUSS-04010.md rename to content/zh/docs/DatabaseReference/GAUSS-04001----GAUSS-04010.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-04001----GAUSS-04100.md b/content/zh/docs/DatabaseReference/GAUSS-04001----GAUSS-04100.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-04001----GAUSS-04100.md rename to content/zh/docs/DatabaseReference/GAUSS-04001----GAUSS-04100.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 100% rename from content/zh/docs/DataBaseReference/GAUSS-04011----GAUSS-04020.md rename to content/zh/docs/DatabaseReference/GAUSS-04011----GAUSS-04020.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-04021----GAUSS-04030.md b/content/zh/docs/DatabaseReference/GAUSS-04021----GAUSS-04030.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-04021----GAUSS-04030.md rename to content/zh/docs/DatabaseReference/GAUSS-04021----GAUSS-04030.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-04031----GAUSS-04040.md b/content/zh/docs/DatabaseReference/GAUSS-04031----GAUSS-04040.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-04031----GAUSS-04040.md rename to content/zh/docs/DatabaseReference/GAUSS-04031----GAUSS-04040.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-04041----GAUSS-04050.md b/content/zh/docs/DatabaseReference/GAUSS-04041----GAUSS-04050.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-04041----GAUSS-04050.md rename to content/zh/docs/DatabaseReference/GAUSS-04041----GAUSS-04050.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-04051----GAUSS-04060.md b/content/zh/docs/DatabaseReference/GAUSS-04051----GAUSS-04060.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-04051----GAUSS-04060.md rename to content/zh/docs/DatabaseReference/GAUSS-04051----GAUSS-04060.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-04061----GAUSS-04070.md b/content/zh/docs/DatabaseReference/GAUSS-04061----GAUSS-04070.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-04061----GAUSS-04070.md rename to content/zh/docs/DatabaseReference/GAUSS-04061----GAUSS-04070.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-04071----GAUSS-04080.md b/content/zh/docs/DatabaseReference/GAUSS-04071----GAUSS-04080.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-04071----GAUSS-04080.md rename to content/zh/docs/DatabaseReference/GAUSS-04071----GAUSS-04080.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-04081----GAUSS-04090.md b/content/zh/docs/DatabaseReference/GAUSS-04081----GAUSS-04090.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-04081----GAUSS-04090.md rename to content/zh/docs/DatabaseReference/GAUSS-04081----GAUSS-04090.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-04091----GAUSS-04100.md b/content/zh/docs/DatabaseReference/GAUSS-04091----GAUSS-04100.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-04091----GAUSS-04100.md rename to content/zh/docs/DatabaseReference/GAUSS-04091----GAUSS-04100.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-04101----GAUSS-04110.md b/content/zh/docs/DatabaseReference/GAUSS-04101----GAUSS-04110.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-04101----GAUSS-04110.md rename to content/zh/docs/DatabaseReference/GAUSS-04101----GAUSS-04110.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-04101----GAUSS-04200.md b/content/zh/docs/DatabaseReference/GAUSS-04101----GAUSS-04200.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-04101----GAUSS-04200.md rename to content/zh/docs/DatabaseReference/GAUSS-04101----GAUSS-04200.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 100% rename from content/zh/docs/DataBaseReference/GAUSS-04111----GAUSS-04120.md rename to content/zh/docs/DatabaseReference/GAUSS-04111----GAUSS-04120.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-04121----GAUSS-04130.md b/content/zh/docs/DatabaseReference/GAUSS-04121----GAUSS-04130.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-04121----GAUSS-04130.md rename to content/zh/docs/DatabaseReference/GAUSS-04121----GAUSS-04130.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-04131----GAUSS-04140.md b/content/zh/docs/DatabaseReference/GAUSS-04131----GAUSS-04140.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-04131----GAUSS-04140.md rename to content/zh/docs/DatabaseReference/GAUSS-04131----GAUSS-04140.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-04141----GAUSS-04150.md b/content/zh/docs/DatabaseReference/GAUSS-04141----GAUSS-04150.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-04141----GAUSS-04150.md rename to content/zh/docs/DatabaseReference/GAUSS-04141----GAUSS-04150.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-04151----GAUSS-04160.md b/content/zh/docs/DatabaseReference/GAUSS-04151----GAUSS-04160.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-04151----GAUSS-04160.md rename to content/zh/docs/DatabaseReference/GAUSS-04151----GAUSS-04160.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-04161----GAUSS-04170.md b/content/zh/docs/DatabaseReference/GAUSS-04161----GAUSS-04170.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-04161----GAUSS-04170.md rename to content/zh/docs/DatabaseReference/GAUSS-04161----GAUSS-04170.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-04171----GAUSS-04180.md b/content/zh/docs/DatabaseReference/GAUSS-04171----GAUSS-04180.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-04171----GAUSS-04180.md rename to content/zh/docs/DatabaseReference/GAUSS-04171----GAUSS-04180.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-04181----GAUSS-04190.md b/content/zh/docs/DatabaseReference/GAUSS-04181----GAUSS-04190.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-04181----GAUSS-04190.md rename to content/zh/docs/DatabaseReference/GAUSS-04181----GAUSS-04190.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-04191----GAUSS-04200.md b/content/zh/docs/DatabaseReference/GAUSS-04191----GAUSS-04200.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-04191----GAUSS-04200.md rename to content/zh/docs/DatabaseReference/GAUSS-04191----GAUSS-04200.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-04201----GAUSS-04210.md b/content/zh/docs/DatabaseReference/GAUSS-04201----GAUSS-04210.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-04201----GAUSS-04210.md rename to content/zh/docs/DatabaseReference/GAUSS-04201----GAUSS-04210.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-04201----GAUSS-04300.md b/content/zh/docs/DatabaseReference/GAUSS-04201----GAUSS-04300.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-04201----GAUSS-04300.md rename to content/zh/docs/DatabaseReference/GAUSS-04201----GAUSS-04300.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 100% rename from content/zh/docs/DataBaseReference/GAUSS-04211----GAUSS-04220.md rename to content/zh/docs/DatabaseReference/GAUSS-04211----GAUSS-04220.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-04221----GAUSS-04230.md b/content/zh/docs/DatabaseReference/GAUSS-04221----GAUSS-04230.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-04221----GAUSS-04230.md rename to content/zh/docs/DatabaseReference/GAUSS-04221----GAUSS-04230.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-04231----GAUSS-04240.md b/content/zh/docs/DatabaseReference/GAUSS-04231----GAUSS-04240.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-04231----GAUSS-04240.md rename to content/zh/docs/DatabaseReference/GAUSS-04231----GAUSS-04240.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-04241----GAUSS-04250.md b/content/zh/docs/DatabaseReference/GAUSS-04241----GAUSS-04250.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-04241----GAUSS-04250.md rename to content/zh/docs/DatabaseReference/GAUSS-04241----GAUSS-04250.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-04251----GAUSS-04260.md b/content/zh/docs/DatabaseReference/GAUSS-04251----GAUSS-04260.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-04251----GAUSS-04260.md rename to content/zh/docs/DatabaseReference/GAUSS-04251----GAUSS-04260.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-04261----GAUSS-04270.md b/content/zh/docs/DatabaseReference/GAUSS-04261----GAUSS-04270.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-04261----GAUSS-04270.md rename to content/zh/docs/DatabaseReference/GAUSS-04261----GAUSS-04270.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-04271----GAUSS-04280.md b/content/zh/docs/DatabaseReference/GAUSS-04271----GAUSS-04280.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-04271----GAUSS-04280.md rename to content/zh/docs/DatabaseReference/GAUSS-04271----GAUSS-04280.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-04281----GAUSS-04290.md b/content/zh/docs/DatabaseReference/GAUSS-04281----GAUSS-04290.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-04281----GAUSS-04290.md rename to content/zh/docs/DatabaseReference/GAUSS-04281----GAUSS-04290.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-04291----GAUSS-04300.md b/content/zh/docs/DatabaseReference/GAUSS-04291----GAUSS-04300.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-04291----GAUSS-04300.md rename to content/zh/docs/DatabaseReference/GAUSS-04291----GAUSS-04300.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-04301----GAUSS-04310.md b/content/zh/docs/DatabaseReference/GAUSS-04301----GAUSS-04310.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-04301----GAUSS-04310.md rename to content/zh/docs/DatabaseReference/GAUSS-04301----GAUSS-04310.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-04301----GAUSS-04400.md b/content/zh/docs/DatabaseReference/GAUSS-04301----GAUSS-04400.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-04301----GAUSS-04400.md rename to content/zh/docs/DatabaseReference/GAUSS-04301----GAUSS-04400.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 100% rename from content/zh/docs/DataBaseReference/GAUSS-04311----GAUSS-04320.md rename to content/zh/docs/DatabaseReference/GAUSS-04311----GAUSS-04320.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-04321----GAUSS-04330.md b/content/zh/docs/DatabaseReference/GAUSS-04321----GAUSS-04330.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-04321----GAUSS-04330.md rename to content/zh/docs/DatabaseReference/GAUSS-04321----GAUSS-04330.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-04331----GAUSS-04340.md b/content/zh/docs/DatabaseReference/GAUSS-04331----GAUSS-04340.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-04331----GAUSS-04340.md rename to content/zh/docs/DatabaseReference/GAUSS-04331----GAUSS-04340.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-04341----GAUSS-04350.md b/content/zh/docs/DatabaseReference/GAUSS-04341----GAUSS-04350.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-04341----GAUSS-04350.md rename to content/zh/docs/DatabaseReference/GAUSS-04341----GAUSS-04350.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-04351----GAUSS-04360.md b/content/zh/docs/DatabaseReference/GAUSS-04351----GAUSS-04360.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-04351----GAUSS-04360.md rename to content/zh/docs/DatabaseReference/GAUSS-04351----GAUSS-04360.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-04361----GAUSS-04370.md b/content/zh/docs/DatabaseReference/GAUSS-04361----GAUSS-04370.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-04361----GAUSS-04370.md rename to content/zh/docs/DatabaseReference/GAUSS-04361----GAUSS-04370.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-04371----GAUSS-04380.md b/content/zh/docs/DatabaseReference/GAUSS-04371----GAUSS-04380.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-04371----GAUSS-04380.md rename to content/zh/docs/DatabaseReference/GAUSS-04371----GAUSS-04380.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-04381----GAUSS-04390.md b/content/zh/docs/DatabaseReference/GAUSS-04381----GAUSS-04390.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-04381----GAUSS-04390.md rename to content/zh/docs/DatabaseReference/GAUSS-04381----GAUSS-04390.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-04391----GAUSS-04400.md b/content/zh/docs/DatabaseReference/GAUSS-04391----GAUSS-04400.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-04391----GAUSS-04400.md rename to content/zh/docs/DatabaseReference/GAUSS-04391----GAUSS-04400.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-04401----GAUSS-04410.md b/content/zh/docs/DatabaseReference/GAUSS-04401----GAUSS-04410.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-04401----GAUSS-04410.md rename to content/zh/docs/DatabaseReference/GAUSS-04401----GAUSS-04410.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-04401----GAUSS-04500.md b/content/zh/docs/DatabaseReference/GAUSS-04401----GAUSS-04500.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-04401----GAUSS-04500.md rename to content/zh/docs/DatabaseReference/GAUSS-04401----GAUSS-04500.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 100% rename from content/zh/docs/DataBaseReference/GAUSS-04411----GAUSS-04420.md rename to content/zh/docs/DatabaseReference/GAUSS-04411----GAUSS-04420.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-04421----GAUSS-04430.md b/content/zh/docs/DatabaseReference/GAUSS-04421----GAUSS-04430.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-04421----GAUSS-04430.md rename to content/zh/docs/DatabaseReference/GAUSS-04421----GAUSS-04430.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-04431----GAUSS-04440.md b/content/zh/docs/DatabaseReference/GAUSS-04431----GAUSS-04440.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-04431----GAUSS-04440.md rename to content/zh/docs/DatabaseReference/GAUSS-04431----GAUSS-04440.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-04441----GAUSS-04450.md b/content/zh/docs/DatabaseReference/GAUSS-04441----GAUSS-04450.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-04441----GAUSS-04450.md rename to content/zh/docs/DatabaseReference/GAUSS-04441----GAUSS-04450.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-04451----GAUSS-04460.md b/content/zh/docs/DatabaseReference/GAUSS-04451----GAUSS-04460.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-04451----GAUSS-04460.md rename to content/zh/docs/DatabaseReference/GAUSS-04451----GAUSS-04460.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-04461----GAUSS-04470.md b/content/zh/docs/DatabaseReference/GAUSS-04461----GAUSS-04470.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-04461----GAUSS-04470.md rename to content/zh/docs/DatabaseReference/GAUSS-04461----GAUSS-04470.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-04471----GAUSS-04480.md b/content/zh/docs/DatabaseReference/GAUSS-04471----GAUSS-04480.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-04471----GAUSS-04480.md rename to content/zh/docs/DatabaseReference/GAUSS-04471----GAUSS-04480.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-04481----GAUSS-04490.md b/content/zh/docs/DatabaseReference/GAUSS-04481----GAUSS-04490.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-04481----GAUSS-04490.md rename to content/zh/docs/DatabaseReference/GAUSS-04481----GAUSS-04490.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-04491----GAUSS-04500.md b/content/zh/docs/DatabaseReference/GAUSS-04491----GAUSS-04500.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-04491----GAUSS-04500.md rename to content/zh/docs/DatabaseReference/GAUSS-04491----GAUSS-04500.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-04501----GAUSS-04510.md b/content/zh/docs/DatabaseReference/GAUSS-04501----GAUSS-04510.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-04501----GAUSS-04510.md rename to content/zh/docs/DatabaseReference/GAUSS-04501----GAUSS-04510.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-04501----GAUSS-04600.md b/content/zh/docs/DatabaseReference/GAUSS-04501----GAUSS-04600.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-04501----GAUSS-04600.md rename to content/zh/docs/DatabaseReference/GAUSS-04501----GAUSS-04600.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 100% rename from content/zh/docs/DataBaseReference/GAUSS-04511----GAUSS-04520.md rename to content/zh/docs/DatabaseReference/GAUSS-04511----GAUSS-04520.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-04521----GAUSS-04530.md b/content/zh/docs/DatabaseReference/GAUSS-04521----GAUSS-04530.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-04521----GAUSS-04530.md rename to content/zh/docs/DatabaseReference/GAUSS-04521----GAUSS-04530.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-04531----GAUSS-04540.md b/content/zh/docs/DatabaseReference/GAUSS-04531----GAUSS-04540.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-04531----GAUSS-04540.md rename to content/zh/docs/DatabaseReference/GAUSS-04531----GAUSS-04540.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-04541----GAUSS-04550.md b/content/zh/docs/DatabaseReference/GAUSS-04541----GAUSS-04550.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-04541----GAUSS-04550.md rename to content/zh/docs/DatabaseReference/GAUSS-04541----GAUSS-04550.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-04551----GAUSS-04560.md b/content/zh/docs/DatabaseReference/GAUSS-04551----GAUSS-04560.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-04551----GAUSS-04560.md rename to content/zh/docs/DatabaseReference/GAUSS-04551----GAUSS-04560.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-04561----GAUSS-04570.md b/content/zh/docs/DatabaseReference/GAUSS-04561----GAUSS-04570.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-04561----GAUSS-04570.md rename to content/zh/docs/DatabaseReference/GAUSS-04561----GAUSS-04570.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-04571----GAUSS-04580.md b/content/zh/docs/DatabaseReference/GAUSS-04571----GAUSS-04580.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-04571----GAUSS-04580.md rename to content/zh/docs/DatabaseReference/GAUSS-04571----GAUSS-04580.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-04581----GAUSS-04590.md b/content/zh/docs/DatabaseReference/GAUSS-04581----GAUSS-04590.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-04581----GAUSS-04590.md rename to content/zh/docs/DatabaseReference/GAUSS-04581----GAUSS-04590.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-04591----GAUSS-04600.md b/content/zh/docs/DatabaseReference/GAUSS-04591----GAUSS-04600.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-04591----GAUSS-04600.md rename to content/zh/docs/DatabaseReference/GAUSS-04591----GAUSS-04600.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-04601----GAUSS-04610.md b/content/zh/docs/DatabaseReference/GAUSS-04601----GAUSS-04610.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-04601----GAUSS-04610.md rename to content/zh/docs/DatabaseReference/GAUSS-04601----GAUSS-04610.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-04601----GAUSS-04700.md b/content/zh/docs/DatabaseReference/GAUSS-04601----GAUSS-04700.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-04601----GAUSS-04700.md rename to content/zh/docs/DatabaseReference/GAUSS-04601----GAUSS-04700.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 100% rename from content/zh/docs/DataBaseReference/GAUSS-04611----GAUSS-04620.md rename to content/zh/docs/DatabaseReference/GAUSS-04611----GAUSS-04620.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-04621----GAUSS-04630.md b/content/zh/docs/DatabaseReference/GAUSS-04621----GAUSS-04630.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-04621----GAUSS-04630.md rename to content/zh/docs/DatabaseReference/GAUSS-04621----GAUSS-04630.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-04631----GAUSS-04640.md b/content/zh/docs/DatabaseReference/GAUSS-04631----GAUSS-04640.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-04631----GAUSS-04640.md rename to content/zh/docs/DatabaseReference/GAUSS-04631----GAUSS-04640.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-04641----GAUSS-04650.md b/content/zh/docs/DatabaseReference/GAUSS-04641----GAUSS-04650.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-04641----GAUSS-04650.md rename to content/zh/docs/DatabaseReference/GAUSS-04641----GAUSS-04650.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-04651----GAUSS-04660.md b/content/zh/docs/DatabaseReference/GAUSS-04651----GAUSS-04660.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-04651----GAUSS-04660.md rename to content/zh/docs/DatabaseReference/GAUSS-04651----GAUSS-04660.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-04661----GAUSS-04670.md b/content/zh/docs/DatabaseReference/GAUSS-04661----GAUSS-04670.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-04661----GAUSS-04670.md rename to content/zh/docs/DatabaseReference/GAUSS-04661----GAUSS-04670.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-04671----GAUSS-04680.md b/content/zh/docs/DatabaseReference/GAUSS-04671----GAUSS-04680.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-04671----GAUSS-04680.md rename to content/zh/docs/DatabaseReference/GAUSS-04671----GAUSS-04680.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-04681----GAUSS-04690.md b/content/zh/docs/DatabaseReference/GAUSS-04681----GAUSS-04690.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-04681----GAUSS-04690.md rename to content/zh/docs/DatabaseReference/GAUSS-04681----GAUSS-04690.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-04691----GAUSS-04700.md b/content/zh/docs/DatabaseReference/GAUSS-04691----GAUSS-04700.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-04691----GAUSS-04700.md rename to content/zh/docs/DatabaseReference/GAUSS-04691----GAUSS-04700.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-04701----GAUSS-04710.md b/content/zh/docs/DatabaseReference/GAUSS-04701----GAUSS-04710.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-04701----GAUSS-04710.md rename to content/zh/docs/DatabaseReference/GAUSS-04701----GAUSS-04710.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-04701----GAUSS-04800.md b/content/zh/docs/DatabaseReference/GAUSS-04701----GAUSS-04800.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-04701----GAUSS-04800.md rename to content/zh/docs/DatabaseReference/GAUSS-04701----GAUSS-04800.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 100% rename from content/zh/docs/DataBaseReference/GAUSS-04711----GAUSS-04720.md rename to content/zh/docs/DatabaseReference/GAUSS-04711----GAUSS-04720.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-04721----GAUSS-04730.md b/content/zh/docs/DatabaseReference/GAUSS-04721----GAUSS-04730.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-04721----GAUSS-04730.md rename to content/zh/docs/DatabaseReference/GAUSS-04721----GAUSS-04730.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-04731----GAUSS-04740.md b/content/zh/docs/DatabaseReference/GAUSS-04731----GAUSS-04740.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-04731----GAUSS-04740.md rename to content/zh/docs/DatabaseReference/GAUSS-04731----GAUSS-04740.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-04741----GAUSS-04750.md b/content/zh/docs/DatabaseReference/GAUSS-04741----GAUSS-04750.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-04741----GAUSS-04750.md rename to content/zh/docs/DatabaseReference/GAUSS-04741----GAUSS-04750.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-04751----GAUSS-04760.md b/content/zh/docs/DatabaseReference/GAUSS-04751----GAUSS-04760.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-04751----GAUSS-04760.md rename to content/zh/docs/DatabaseReference/GAUSS-04751----GAUSS-04760.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-04761----GAUSS-04770.md b/content/zh/docs/DatabaseReference/GAUSS-04761----GAUSS-04770.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-04761----GAUSS-04770.md rename to content/zh/docs/DatabaseReference/GAUSS-04761----GAUSS-04770.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-04771----GAUSS-04780.md b/content/zh/docs/DatabaseReference/GAUSS-04771----GAUSS-04780.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-04771----GAUSS-04780.md rename to content/zh/docs/DatabaseReference/GAUSS-04771----GAUSS-04780.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-04781----GAUSS-04790.md b/content/zh/docs/DatabaseReference/GAUSS-04781----GAUSS-04790.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-04781----GAUSS-04790.md rename to content/zh/docs/DatabaseReference/GAUSS-04781----GAUSS-04790.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-04791----GAUSS-04800.md b/content/zh/docs/DatabaseReference/GAUSS-04791----GAUSS-04800.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-04791----GAUSS-04800.md rename to content/zh/docs/DatabaseReference/GAUSS-04791----GAUSS-04800.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-04801----GAUSS-04810.md b/content/zh/docs/DatabaseReference/GAUSS-04801----GAUSS-04810.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-04801----GAUSS-04810.md rename to content/zh/docs/DatabaseReference/GAUSS-04801----GAUSS-04810.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-04801----GAUSS-04900.md b/content/zh/docs/DatabaseReference/GAUSS-04801----GAUSS-04900.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-04801----GAUSS-04900.md rename to content/zh/docs/DatabaseReference/GAUSS-04801----GAUSS-04900.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 100% rename from content/zh/docs/DataBaseReference/GAUSS-04811----GAUSS-04820.md rename to content/zh/docs/DatabaseReference/GAUSS-04811----GAUSS-04820.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-04821----GAUSS-04830.md b/content/zh/docs/DatabaseReference/GAUSS-04821----GAUSS-04830.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-04821----GAUSS-04830.md rename to content/zh/docs/DatabaseReference/GAUSS-04821----GAUSS-04830.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-04831----GAUSS-04840.md b/content/zh/docs/DatabaseReference/GAUSS-04831----GAUSS-04840.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-04831----GAUSS-04840.md rename to content/zh/docs/DatabaseReference/GAUSS-04831----GAUSS-04840.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-04841----GAUSS-04850.md b/content/zh/docs/DatabaseReference/GAUSS-04841----GAUSS-04850.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-04841----GAUSS-04850.md rename to content/zh/docs/DatabaseReference/GAUSS-04841----GAUSS-04850.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-04851----GAUSS-04860.md b/content/zh/docs/DatabaseReference/GAUSS-04851----GAUSS-04860.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-04851----GAUSS-04860.md rename to content/zh/docs/DatabaseReference/GAUSS-04851----GAUSS-04860.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-04861----GAUSS-04870.md b/content/zh/docs/DatabaseReference/GAUSS-04861----GAUSS-04870.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-04861----GAUSS-04870.md rename to content/zh/docs/DatabaseReference/GAUSS-04861----GAUSS-04870.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-04871----GAUSS-04880.md b/content/zh/docs/DatabaseReference/GAUSS-04871----GAUSS-04880.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-04871----GAUSS-04880.md rename to content/zh/docs/DatabaseReference/GAUSS-04871----GAUSS-04880.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-04881----GAUSS-04890.md b/content/zh/docs/DatabaseReference/GAUSS-04881----GAUSS-04890.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-04881----GAUSS-04890.md rename to content/zh/docs/DatabaseReference/GAUSS-04881----GAUSS-04890.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-04891----GAUSS-04900.md b/content/zh/docs/DatabaseReference/GAUSS-04891----GAUSS-04900.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-04891----GAUSS-04900.md rename to content/zh/docs/DatabaseReference/GAUSS-04891----GAUSS-04900.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-04901----GAUSS-04910.md b/content/zh/docs/DatabaseReference/GAUSS-04901----GAUSS-04910.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-04901----GAUSS-04910.md rename to content/zh/docs/DatabaseReference/GAUSS-04901----GAUSS-04910.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-04901----GAUSS-04999.md b/content/zh/docs/DatabaseReference/GAUSS-04901----GAUSS-04999.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-04901----GAUSS-04999.md rename to content/zh/docs/DatabaseReference/GAUSS-04901----GAUSS-04999.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 100% rename from content/zh/docs/DataBaseReference/GAUSS-04911----GAUSS-04920.md rename to content/zh/docs/DatabaseReference/GAUSS-04911----GAUSS-04920.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-04921----GAUSS-04930.md b/content/zh/docs/DatabaseReference/GAUSS-04921----GAUSS-04930.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-04921----GAUSS-04930.md rename to content/zh/docs/DatabaseReference/GAUSS-04921----GAUSS-04930.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-04931----GAUSS-04940.md b/content/zh/docs/DatabaseReference/GAUSS-04931----GAUSS-04940.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-04931----GAUSS-04940.md rename to content/zh/docs/DatabaseReference/GAUSS-04931----GAUSS-04940.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-04941----GAUSS-04950.md b/content/zh/docs/DatabaseReference/GAUSS-04941----GAUSS-04950.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-04941----GAUSS-04950.md rename to content/zh/docs/DatabaseReference/GAUSS-04941----GAUSS-04950.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-04951----GAUSS-04960.md b/content/zh/docs/DatabaseReference/GAUSS-04951----GAUSS-04960.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-04951----GAUSS-04960.md rename to content/zh/docs/DatabaseReference/GAUSS-04951----GAUSS-04960.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-04961----GAUSS-04970.md b/content/zh/docs/DatabaseReference/GAUSS-04961----GAUSS-04970.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-04961----GAUSS-04970.md rename to content/zh/docs/DatabaseReference/GAUSS-04961----GAUSS-04970.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-04971----GAUSS-04980.md b/content/zh/docs/DatabaseReference/GAUSS-04971----GAUSS-04980.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-04971----GAUSS-04980.md rename to content/zh/docs/DatabaseReference/GAUSS-04971----GAUSS-04980.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-04981----GAUSS-04990.md b/content/zh/docs/DatabaseReference/GAUSS-04981----GAUSS-04990.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-04981----GAUSS-04990.md rename to content/zh/docs/DatabaseReference/GAUSS-04981----GAUSS-04990.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-04991----GAUSS-05000.md b/content/zh/docs/DatabaseReference/GAUSS-04991----GAUSS-05000.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-04991----GAUSS-05000.md rename to content/zh/docs/DatabaseReference/GAUSS-04991----GAUSS-05000.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-05001----GAUSS-05010.md b/content/zh/docs/DatabaseReference/GAUSS-05001----GAUSS-05010.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-05001----GAUSS-05010.md rename to content/zh/docs/DatabaseReference/GAUSS-05001----GAUSS-05010.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-05001----GAUSS-05100.md b/content/zh/docs/DatabaseReference/GAUSS-05001----GAUSS-05100.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-05001----GAUSS-05100.md rename to content/zh/docs/DatabaseReference/GAUSS-05001----GAUSS-05100.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 100% rename from content/zh/docs/DataBaseReference/GAUSS-05011----GAUSS-05020.md rename to content/zh/docs/DatabaseReference/GAUSS-05011----GAUSS-05020.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-05021----GAUSS-05030.md b/content/zh/docs/DatabaseReference/GAUSS-05021----GAUSS-05030.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-05021----GAUSS-05030.md rename to content/zh/docs/DatabaseReference/GAUSS-05021----GAUSS-05030.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-05031----GAUSS-05040.md b/content/zh/docs/DatabaseReference/GAUSS-05031----GAUSS-05040.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-05031----GAUSS-05040.md rename to content/zh/docs/DatabaseReference/GAUSS-05031----GAUSS-05040.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-05041----GAUSS-05050.md b/content/zh/docs/DatabaseReference/GAUSS-05041----GAUSS-05050.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-05041----GAUSS-05050.md rename to content/zh/docs/DatabaseReference/GAUSS-05041----GAUSS-05050.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-05051----GAUSS-05060.md b/content/zh/docs/DatabaseReference/GAUSS-05051----GAUSS-05060.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-05051----GAUSS-05060.md rename to content/zh/docs/DatabaseReference/GAUSS-05051----GAUSS-05060.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-05061----GAUSS-05070.md b/content/zh/docs/DatabaseReference/GAUSS-05061----GAUSS-05070.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-05061----GAUSS-05070.md rename to content/zh/docs/DatabaseReference/GAUSS-05061----GAUSS-05070.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-05071----GAUSS-05080.md b/content/zh/docs/DatabaseReference/GAUSS-05071----GAUSS-05080.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-05071----GAUSS-05080.md rename to content/zh/docs/DatabaseReference/GAUSS-05071----GAUSS-05080.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-05081----GAUSS-05090.md b/content/zh/docs/DatabaseReference/GAUSS-05081----GAUSS-05090.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-05081----GAUSS-05090.md rename to content/zh/docs/DatabaseReference/GAUSS-05081----GAUSS-05090.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-05091----GAUSS-05100.md b/content/zh/docs/DatabaseReference/GAUSS-05091----GAUSS-05100.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-05091----GAUSS-05100.md rename to content/zh/docs/DatabaseReference/GAUSS-05091----GAUSS-05100.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-05101----GAUSS-05110.md b/content/zh/docs/DatabaseReference/GAUSS-05101----GAUSS-05110.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-05101----GAUSS-05110.md rename to content/zh/docs/DatabaseReference/GAUSS-05101----GAUSS-05110.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-05101----GAUSS-05200.md b/content/zh/docs/DatabaseReference/GAUSS-05101----GAUSS-05200.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-05101----GAUSS-05200.md rename to content/zh/docs/DatabaseReference/GAUSS-05101----GAUSS-05200.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 100% rename from content/zh/docs/DataBaseReference/GAUSS-05111----GAUSS-05120.md rename to content/zh/docs/DatabaseReference/GAUSS-05111----GAUSS-05120.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-05121----GAUSS-05130.md b/content/zh/docs/DatabaseReference/GAUSS-05121----GAUSS-05130.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-05121----GAUSS-05130.md rename to content/zh/docs/DatabaseReference/GAUSS-05121----GAUSS-05130.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-05131----GAUSS-05140.md b/content/zh/docs/DatabaseReference/GAUSS-05131----GAUSS-05140.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-05131----GAUSS-05140.md rename to content/zh/docs/DatabaseReference/GAUSS-05131----GAUSS-05140.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-05141----GAUSS-05150.md b/content/zh/docs/DatabaseReference/GAUSS-05141----GAUSS-05150.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-05141----GAUSS-05150.md rename to content/zh/docs/DatabaseReference/GAUSS-05141----GAUSS-05150.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-05151----GAUSS-05160.md b/content/zh/docs/DatabaseReference/GAUSS-05151----GAUSS-05160.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-05151----GAUSS-05160.md rename to content/zh/docs/DatabaseReference/GAUSS-05151----GAUSS-05160.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-05161----GAUSS-05170.md b/content/zh/docs/DatabaseReference/GAUSS-05161----GAUSS-05170.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-05161----GAUSS-05170.md rename to content/zh/docs/DatabaseReference/GAUSS-05161----GAUSS-05170.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-05171----GAUSS-05180.md b/content/zh/docs/DatabaseReference/GAUSS-05171----GAUSS-05180.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-05171----GAUSS-05180.md rename to content/zh/docs/DatabaseReference/GAUSS-05171----GAUSS-05180.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-05181----GAUSS-05190.md b/content/zh/docs/DatabaseReference/GAUSS-05181----GAUSS-05190.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-05181----GAUSS-05190.md rename to content/zh/docs/DatabaseReference/GAUSS-05181----GAUSS-05190.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-05191----GAUSS-05200.md b/content/zh/docs/DatabaseReference/GAUSS-05191----GAUSS-05200.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-05191----GAUSS-05200.md rename to content/zh/docs/DatabaseReference/GAUSS-05191----GAUSS-05200.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-05201---GAUSS-05210.md b/content/zh/docs/DatabaseReference/GAUSS-05201---GAUSS-05210.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-05201---GAUSS-05210.md rename to content/zh/docs/DatabaseReference/GAUSS-05201---GAUSS-05210.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-05201---GAUSS-05300.md b/content/zh/docs/DatabaseReference/GAUSS-05201---GAUSS-05300.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-05201---GAUSS-05300.md rename to content/zh/docs/DatabaseReference/GAUSS-05201---GAUSS-05300.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 100% rename from content/zh/docs/DataBaseReference/GAUSS-05211---GAUSS-05220.md rename to content/zh/docs/DatabaseReference/GAUSS-05211---GAUSS-05220.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-05221---GAUSS-05230.md b/content/zh/docs/DatabaseReference/GAUSS-05221---GAUSS-05230.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-05221---GAUSS-05230.md rename to content/zh/docs/DatabaseReference/GAUSS-05221---GAUSS-05230.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-05231---GAUSS-05240.md b/content/zh/docs/DatabaseReference/GAUSS-05231---GAUSS-05240.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-05231---GAUSS-05240.md rename to content/zh/docs/DatabaseReference/GAUSS-05231---GAUSS-05240.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-05241---GAUSS-05250.md b/content/zh/docs/DatabaseReference/GAUSS-05241---GAUSS-05250.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-05241---GAUSS-05250.md rename to content/zh/docs/DatabaseReference/GAUSS-05241---GAUSS-05250.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-05251---GAUSS-05260.md b/content/zh/docs/DatabaseReference/GAUSS-05251---GAUSS-05260.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-05251---GAUSS-05260.md rename to content/zh/docs/DatabaseReference/GAUSS-05251---GAUSS-05260.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-05261---GAUSS-05270.md b/content/zh/docs/DatabaseReference/GAUSS-05261---GAUSS-05270.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-05261---GAUSS-05270.md rename to content/zh/docs/DatabaseReference/GAUSS-05261---GAUSS-05270.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-05271---GAUSS-05280.md b/content/zh/docs/DatabaseReference/GAUSS-05271---GAUSS-05280.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-05271---GAUSS-05280.md rename to content/zh/docs/DatabaseReference/GAUSS-05271---GAUSS-05280.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-05281---GAUSS-05290.md b/content/zh/docs/DatabaseReference/GAUSS-05281---GAUSS-05290.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-05281---GAUSS-05290.md rename to content/zh/docs/DatabaseReference/GAUSS-05281---GAUSS-05290.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-05291---GAUSS-05300.md b/content/zh/docs/DatabaseReference/GAUSS-05291---GAUSS-05300.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-05291---GAUSS-05300.md rename to content/zh/docs/DatabaseReference/GAUSS-05291---GAUSS-05300.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-05301----GAUSS-05310.md b/content/zh/docs/DatabaseReference/GAUSS-05301----GAUSS-05310.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-05301----GAUSS-05310.md rename to content/zh/docs/DatabaseReference/GAUSS-05301----GAUSS-05310.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-05301----GAUSS-05400.md b/content/zh/docs/DatabaseReference/GAUSS-05301----GAUSS-05400.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-05301----GAUSS-05400.md rename to content/zh/docs/DatabaseReference/GAUSS-05301----GAUSS-05400.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 100% rename from content/zh/docs/DataBaseReference/GAUSS-05311----GAUSS-05320.md rename to content/zh/docs/DatabaseReference/GAUSS-05311----GAUSS-05320.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-05321----GAUSS-05330.md b/content/zh/docs/DatabaseReference/GAUSS-05321----GAUSS-05330.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-05321----GAUSS-05330.md rename to content/zh/docs/DatabaseReference/GAUSS-05321----GAUSS-05330.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-05331----GAUSS-05340.md b/content/zh/docs/DatabaseReference/GAUSS-05331----GAUSS-05340.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-05331----GAUSS-05340.md rename to content/zh/docs/DatabaseReference/GAUSS-05331----GAUSS-05340.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-05341----GAUSS-05350.md b/content/zh/docs/DatabaseReference/GAUSS-05341----GAUSS-05350.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-05341----GAUSS-05350.md rename to content/zh/docs/DatabaseReference/GAUSS-05341----GAUSS-05350.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-05351----GAUSS-05360.md b/content/zh/docs/DatabaseReference/GAUSS-05351----GAUSS-05360.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-05351----GAUSS-05360.md rename to content/zh/docs/DatabaseReference/GAUSS-05351----GAUSS-05360.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-05361----GAUSS-05370.md b/content/zh/docs/DatabaseReference/GAUSS-05361----GAUSS-05370.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-05361----GAUSS-05370.md rename to content/zh/docs/DatabaseReference/GAUSS-05361----GAUSS-05370.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-05371----GAUSS-05380.md b/content/zh/docs/DatabaseReference/GAUSS-05371----GAUSS-05380.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-05371----GAUSS-05380.md rename to content/zh/docs/DatabaseReference/GAUSS-05371----GAUSS-05380.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-05381----GAUSS-05390.md b/content/zh/docs/DatabaseReference/GAUSS-05381----GAUSS-05390.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-05381----GAUSS-05390.md rename to content/zh/docs/DatabaseReference/GAUSS-05381----GAUSS-05390.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-05391----GAUSS-05400.md b/content/zh/docs/DatabaseReference/GAUSS-05391----GAUSS-05400.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-05391----GAUSS-05400.md rename to content/zh/docs/DatabaseReference/GAUSS-05391----GAUSS-05400.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-05401----GAUSS-05410.md b/content/zh/docs/DatabaseReference/GAUSS-05401----GAUSS-05410.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-05401----GAUSS-05410.md rename to content/zh/docs/DatabaseReference/GAUSS-05401----GAUSS-05410.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-05401----GAUSS-05500.md b/content/zh/docs/DatabaseReference/GAUSS-05401----GAUSS-05500.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-05401----GAUSS-05500.md rename to content/zh/docs/DatabaseReference/GAUSS-05401----GAUSS-05500.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 100% rename from content/zh/docs/DataBaseReference/GAUSS-05411----GAUSS-05420.md rename to content/zh/docs/DatabaseReference/GAUSS-05411----GAUSS-05420.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-05421----GAUSS-05430.md b/content/zh/docs/DatabaseReference/GAUSS-05421----GAUSS-05430.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-05421----GAUSS-05430.md rename to content/zh/docs/DatabaseReference/GAUSS-05421----GAUSS-05430.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-05431----GAUSS-05440.md b/content/zh/docs/DatabaseReference/GAUSS-05431----GAUSS-05440.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-05431----GAUSS-05440.md rename to content/zh/docs/DatabaseReference/GAUSS-05431----GAUSS-05440.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-05441----GAUSS-05450.md b/content/zh/docs/DatabaseReference/GAUSS-05441----GAUSS-05450.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-05441----GAUSS-05450.md rename to content/zh/docs/DatabaseReference/GAUSS-05441----GAUSS-05450.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-05451----GAUSS-05460.md b/content/zh/docs/DatabaseReference/GAUSS-05451----GAUSS-05460.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-05451----GAUSS-05460.md rename to content/zh/docs/DatabaseReference/GAUSS-05451----GAUSS-05460.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-05461----GAUSS-05470.md b/content/zh/docs/DatabaseReference/GAUSS-05461----GAUSS-05470.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-05461----GAUSS-05470.md rename to content/zh/docs/DatabaseReference/GAUSS-05461----GAUSS-05470.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-05471----GAUSS-05480.md b/content/zh/docs/DatabaseReference/GAUSS-05471----GAUSS-05480.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-05471----GAUSS-05480.md rename to content/zh/docs/DatabaseReference/GAUSS-05471----GAUSS-05480.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-05481----GAUSS-05490.md b/content/zh/docs/DatabaseReference/GAUSS-05481----GAUSS-05490.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-05481----GAUSS-05490.md rename to content/zh/docs/DatabaseReference/GAUSS-05481----GAUSS-05490.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-05491----GAUSS-05500.md b/content/zh/docs/DatabaseReference/GAUSS-05491----GAUSS-05500.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-05491----GAUSS-05500.md rename to content/zh/docs/DatabaseReference/GAUSS-05491----GAUSS-05500.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-05501----GAUSS-05510.md b/content/zh/docs/DatabaseReference/GAUSS-05501----GAUSS-05510.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-05501----GAUSS-05510.md rename to content/zh/docs/DatabaseReference/GAUSS-05501----GAUSS-05510.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-05501----GAUSS-05600.md b/content/zh/docs/DatabaseReference/GAUSS-05501----GAUSS-05600.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-05501----GAUSS-05600.md rename to content/zh/docs/DatabaseReference/GAUSS-05501----GAUSS-05600.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 100% rename from content/zh/docs/DataBaseReference/GAUSS-05511----GAUSS-05520.md rename to content/zh/docs/DatabaseReference/GAUSS-05511----GAUSS-05520.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-05521----GAUSS-05530.md b/content/zh/docs/DatabaseReference/GAUSS-05521----GAUSS-05530.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-05521----GAUSS-05530.md rename to content/zh/docs/DatabaseReference/GAUSS-05521----GAUSS-05530.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-05531----GAUSS-05540.md b/content/zh/docs/DatabaseReference/GAUSS-05531----GAUSS-05540.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-05531----GAUSS-05540.md rename to content/zh/docs/DatabaseReference/GAUSS-05531----GAUSS-05540.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-05541----GAUSS-05550.md b/content/zh/docs/DatabaseReference/GAUSS-05541----GAUSS-05550.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-05541----GAUSS-05550.md rename to content/zh/docs/DatabaseReference/GAUSS-05541----GAUSS-05550.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-05551----GAUSS-05560.md b/content/zh/docs/DatabaseReference/GAUSS-05551----GAUSS-05560.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-05551----GAUSS-05560.md rename to content/zh/docs/DatabaseReference/GAUSS-05551----GAUSS-05560.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-05561----GAUSS-05570.md b/content/zh/docs/DatabaseReference/GAUSS-05561----GAUSS-05570.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-05561----GAUSS-05570.md rename to content/zh/docs/DatabaseReference/GAUSS-05561----GAUSS-05570.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-05571----GAUSS-05580.md b/content/zh/docs/DatabaseReference/GAUSS-05571----GAUSS-05580.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-05571----GAUSS-05580.md rename to content/zh/docs/DatabaseReference/GAUSS-05571----GAUSS-05580.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-05581----GAUSS-05590.md b/content/zh/docs/DatabaseReference/GAUSS-05581----GAUSS-05590.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-05581----GAUSS-05590.md rename to content/zh/docs/DatabaseReference/GAUSS-05581----GAUSS-05590.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-05591----GAUSS-05600.md b/content/zh/docs/DatabaseReference/GAUSS-05591----GAUSS-05600.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-05591----GAUSS-05600.md rename to content/zh/docs/DatabaseReference/GAUSS-05591----GAUSS-05600.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-05601----GAUSS-05610.md b/content/zh/docs/DatabaseReference/GAUSS-05601----GAUSS-05610.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-05601----GAUSS-05610.md rename to content/zh/docs/DatabaseReference/GAUSS-05601----GAUSS-05610.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-05601----GAUSS-05700.md b/content/zh/docs/DatabaseReference/GAUSS-05601----GAUSS-05700.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-05601----GAUSS-05700.md rename to content/zh/docs/DatabaseReference/GAUSS-05601----GAUSS-05700.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 100% rename from content/zh/docs/DataBaseReference/GAUSS-05611----GAUSS-05620.md rename to content/zh/docs/DatabaseReference/GAUSS-05611----GAUSS-05620.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-05621----GAUSS-05630.md b/content/zh/docs/DatabaseReference/GAUSS-05621----GAUSS-05630.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-05621----GAUSS-05630.md rename to content/zh/docs/DatabaseReference/GAUSS-05621----GAUSS-05630.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-05631----GAUSS-05640.md b/content/zh/docs/DatabaseReference/GAUSS-05631----GAUSS-05640.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-05631----GAUSS-05640.md rename to content/zh/docs/DatabaseReference/GAUSS-05631----GAUSS-05640.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-05641----GAUSS-05650.md b/content/zh/docs/DatabaseReference/GAUSS-05641----GAUSS-05650.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-05641----GAUSS-05650.md rename to content/zh/docs/DatabaseReference/GAUSS-05641----GAUSS-05650.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-05651----GAUSS-05660.md b/content/zh/docs/DatabaseReference/GAUSS-05651----GAUSS-05660.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-05651----GAUSS-05660.md rename to content/zh/docs/DatabaseReference/GAUSS-05651----GAUSS-05660.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-05661----GAUSS-05670.md b/content/zh/docs/DatabaseReference/GAUSS-05661----GAUSS-05670.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-05661----GAUSS-05670.md rename to content/zh/docs/DatabaseReference/GAUSS-05661----GAUSS-05670.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-05671----GAUSS-05680.md b/content/zh/docs/DatabaseReference/GAUSS-05671----GAUSS-05680.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-05671----GAUSS-05680.md rename to content/zh/docs/DatabaseReference/GAUSS-05671----GAUSS-05680.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-05681----GAUSS-05690.md b/content/zh/docs/DatabaseReference/GAUSS-05681----GAUSS-05690.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-05681----GAUSS-05690.md rename to content/zh/docs/DatabaseReference/GAUSS-05681----GAUSS-05690.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-05691----GAUSS-05700.md b/content/zh/docs/DatabaseReference/GAUSS-05691----GAUSS-05700.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-05691----GAUSS-05700.md rename to content/zh/docs/DatabaseReference/GAUSS-05691----GAUSS-05700.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-05701----GAUSS-05710.md b/content/zh/docs/DatabaseReference/GAUSS-05701----GAUSS-05710.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-05701----GAUSS-05710.md rename to content/zh/docs/DatabaseReference/GAUSS-05701----GAUSS-05710.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-05701----GAUSS-05800.md b/content/zh/docs/DatabaseReference/GAUSS-05701----GAUSS-05800.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-05701----GAUSS-05800.md rename to content/zh/docs/DatabaseReference/GAUSS-05701----GAUSS-05800.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 100% rename from content/zh/docs/DataBaseReference/GAUSS-05711----GAUSS-05720.md rename to content/zh/docs/DatabaseReference/GAUSS-05711----GAUSS-05720.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-05721----GAUSS-05730.md b/content/zh/docs/DatabaseReference/GAUSS-05721----GAUSS-05730.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-05721----GAUSS-05730.md rename to content/zh/docs/DatabaseReference/GAUSS-05721----GAUSS-05730.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-05731----GAUSS-05740.md b/content/zh/docs/DatabaseReference/GAUSS-05731----GAUSS-05740.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-05731----GAUSS-05740.md rename to content/zh/docs/DatabaseReference/GAUSS-05731----GAUSS-05740.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-05741----GAUSS-05750.md b/content/zh/docs/DatabaseReference/GAUSS-05741----GAUSS-05750.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-05741----GAUSS-05750.md rename to content/zh/docs/DatabaseReference/GAUSS-05741----GAUSS-05750.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-05751----GAUSS-05760.md b/content/zh/docs/DatabaseReference/GAUSS-05751----GAUSS-05760.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-05751----GAUSS-05760.md rename to content/zh/docs/DatabaseReference/GAUSS-05751----GAUSS-05760.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-05761----GAUSS-05770.md b/content/zh/docs/DatabaseReference/GAUSS-05761----GAUSS-05770.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-05761----GAUSS-05770.md rename to content/zh/docs/DatabaseReference/GAUSS-05761----GAUSS-05770.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-05771----GAUSS-05780.md b/content/zh/docs/DatabaseReference/GAUSS-05771----GAUSS-05780.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-05771----GAUSS-05780.md rename to content/zh/docs/DatabaseReference/GAUSS-05771----GAUSS-05780.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-05781----GAUSS-05790.md b/content/zh/docs/DatabaseReference/GAUSS-05781----GAUSS-05790.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-05781----GAUSS-05790.md rename to content/zh/docs/DatabaseReference/GAUSS-05781----GAUSS-05790.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-05791----GAUSS-05800.md b/content/zh/docs/DatabaseReference/GAUSS-05791----GAUSS-05800.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-05791----GAUSS-05800.md rename to content/zh/docs/DatabaseReference/GAUSS-05791----GAUSS-05800.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-05801----GAUSS-05810.md b/content/zh/docs/DatabaseReference/GAUSS-05801----GAUSS-05810.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-05801----GAUSS-05810.md rename to content/zh/docs/DatabaseReference/GAUSS-05801----GAUSS-05810.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-05801----GAUSS-05900.md b/content/zh/docs/DatabaseReference/GAUSS-05801----GAUSS-05900.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-05801----GAUSS-05900.md rename to content/zh/docs/DatabaseReference/GAUSS-05801----GAUSS-05900.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 100% rename from content/zh/docs/DataBaseReference/GAUSS-05811----GAUSS-05820.md rename to content/zh/docs/DatabaseReference/GAUSS-05811----GAUSS-05820.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-05821----GAUSS-05830.md b/content/zh/docs/DatabaseReference/GAUSS-05821----GAUSS-05830.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-05821----GAUSS-05830.md rename to content/zh/docs/DatabaseReference/GAUSS-05821----GAUSS-05830.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-05831----GAUSS-05840.md b/content/zh/docs/DatabaseReference/GAUSS-05831----GAUSS-05840.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-05831----GAUSS-05840.md rename to content/zh/docs/DatabaseReference/GAUSS-05831----GAUSS-05840.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-05841----GAUSS-05850.md b/content/zh/docs/DatabaseReference/GAUSS-05841----GAUSS-05850.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-05841----GAUSS-05850.md rename to content/zh/docs/DatabaseReference/GAUSS-05841----GAUSS-05850.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-05851----GAUSS-05860.md b/content/zh/docs/DatabaseReference/GAUSS-05851----GAUSS-05860.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-05851----GAUSS-05860.md rename to content/zh/docs/DatabaseReference/GAUSS-05851----GAUSS-05860.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-05861----GAUSS-05870.md b/content/zh/docs/DatabaseReference/GAUSS-05861----GAUSS-05870.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-05861----GAUSS-05870.md rename to content/zh/docs/DatabaseReference/GAUSS-05861----GAUSS-05870.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-05871----GAUSS-05880.md b/content/zh/docs/DatabaseReference/GAUSS-05871----GAUSS-05880.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-05871----GAUSS-05880.md rename to content/zh/docs/DatabaseReference/GAUSS-05871----GAUSS-05880.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-05881----GAUSS-05890.md b/content/zh/docs/DatabaseReference/GAUSS-05881----GAUSS-05890.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-05881----GAUSS-05890.md rename to content/zh/docs/DatabaseReference/GAUSS-05881----GAUSS-05890.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-05891----GAUSS-05900.md b/content/zh/docs/DatabaseReference/GAUSS-05891----GAUSS-05900.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-05891----GAUSS-05900.md rename to content/zh/docs/DatabaseReference/GAUSS-05891----GAUSS-05900.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-05901----GAUSS-05910.md b/content/zh/docs/DatabaseReference/GAUSS-05901----GAUSS-05910.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-05901----GAUSS-05910.md rename to content/zh/docs/DatabaseReference/GAUSS-05901----GAUSS-05910.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-05901----GAUSS-06000.md b/content/zh/docs/DatabaseReference/GAUSS-05901----GAUSS-06000.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-05901----GAUSS-06000.md rename to content/zh/docs/DatabaseReference/GAUSS-05901----GAUSS-06000.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 100% rename from content/zh/docs/DataBaseReference/GAUSS-05911----GAUSS-05920.md rename to content/zh/docs/DatabaseReference/GAUSS-05911----GAUSS-05920.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-05921----GAUSS-05930.md b/content/zh/docs/DatabaseReference/GAUSS-05921----GAUSS-05930.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-05921----GAUSS-05930.md rename to content/zh/docs/DatabaseReference/GAUSS-05921----GAUSS-05930.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-05931----GAUSS-05940.md b/content/zh/docs/DatabaseReference/GAUSS-05931----GAUSS-05940.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-05931----GAUSS-05940.md rename to content/zh/docs/DatabaseReference/GAUSS-05931----GAUSS-05940.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-05941----GAUSS-05950.md b/content/zh/docs/DatabaseReference/GAUSS-05941----GAUSS-05950.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-05941----GAUSS-05950.md rename to content/zh/docs/DatabaseReference/GAUSS-05941----GAUSS-05950.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-05951----GAUSS-05960.md b/content/zh/docs/DatabaseReference/GAUSS-05951----GAUSS-05960.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-05951----GAUSS-05960.md rename to content/zh/docs/DatabaseReference/GAUSS-05951----GAUSS-05960.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-05961----GAUSS-05970.md b/content/zh/docs/DatabaseReference/GAUSS-05961----GAUSS-05970.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-05961----GAUSS-05970.md rename to content/zh/docs/DatabaseReference/GAUSS-05961----GAUSS-05970.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-05971----GAUSS-05980.md b/content/zh/docs/DatabaseReference/GAUSS-05971----GAUSS-05980.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-05971----GAUSS-05980.md rename to content/zh/docs/DatabaseReference/GAUSS-05971----GAUSS-05980.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-05981----GAUSS-05990.md b/content/zh/docs/DatabaseReference/GAUSS-05981----GAUSS-05990.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-05981----GAUSS-05990.md rename to content/zh/docs/DatabaseReference/GAUSS-05981----GAUSS-05990.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-05991----GAUSS-06000.md b/content/zh/docs/DatabaseReference/GAUSS-05991----GAUSS-06000.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-05991----GAUSS-06000.md rename to content/zh/docs/DatabaseReference/GAUSS-05991----GAUSS-06000.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-06001----GAUSS-06010.md b/content/zh/docs/DatabaseReference/GAUSS-06001----GAUSS-06010.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-06001----GAUSS-06010.md rename to content/zh/docs/DatabaseReference/GAUSS-06001----GAUSS-06010.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-06001----GAUSS-06100.md b/content/zh/docs/DatabaseReference/GAUSS-06001----GAUSS-06100.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-06001----GAUSS-06100.md rename to content/zh/docs/DatabaseReference/GAUSS-06001----GAUSS-06100.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 100% rename from content/zh/docs/DataBaseReference/GAUSS-06011----GAUSS-06020.md rename to content/zh/docs/DatabaseReference/GAUSS-06011----GAUSS-06020.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-06021----GAUSS-06030.md b/content/zh/docs/DatabaseReference/GAUSS-06021----GAUSS-06030.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-06021----GAUSS-06030.md rename to content/zh/docs/DatabaseReference/GAUSS-06021----GAUSS-06030.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-06031----GAUSS-06040.md b/content/zh/docs/DatabaseReference/GAUSS-06031----GAUSS-06040.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-06031----GAUSS-06040.md rename to content/zh/docs/DatabaseReference/GAUSS-06031----GAUSS-06040.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-06041----GAUSS-06050.md b/content/zh/docs/DatabaseReference/GAUSS-06041----GAUSS-06050.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-06041----GAUSS-06050.md rename to content/zh/docs/DatabaseReference/GAUSS-06041----GAUSS-06050.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-06051----GAUSS-06060.md b/content/zh/docs/DatabaseReference/GAUSS-06051----GAUSS-06060.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-06051----GAUSS-06060.md rename to content/zh/docs/DatabaseReference/GAUSS-06051----GAUSS-06060.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-06061----GAUSS-06070.md b/content/zh/docs/DatabaseReference/GAUSS-06061----GAUSS-06070.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-06061----GAUSS-06070.md rename to content/zh/docs/DatabaseReference/GAUSS-06061----GAUSS-06070.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-06071----GAUSS-06080.md b/content/zh/docs/DatabaseReference/GAUSS-06071----GAUSS-06080.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-06071----GAUSS-06080.md rename to content/zh/docs/DatabaseReference/GAUSS-06071----GAUSS-06080.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-06081----GAUSS-06090.md b/content/zh/docs/DatabaseReference/GAUSS-06081----GAUSS-06090.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-06081----GAUSS-06090.md rename to content/zh/docs/DatabaseReference/GAUSS-06081----GAUSS-06090.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-06091----GAUSS-06100.md b/content/zh/docs/DatabaseReference/GAUSS-06091----GAUSS-06100.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-06091----GAUSS-06100.md rename to content/zh/docs/DatabaseReference/GAUSS-06091----GAUSS-06100.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-06101----GAUSS-06110.md b/content/zh/docs/DatabaseReference/GAUSS-06101----GAUSS-06110.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-06101----GAUSS-06110.md rename to content/zh/docs/DatabaseReference/GAUSS-06101----GAUSS-06110.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-06101----GAUSS-06200.md b/content/zh/docs/DatabaseReference/GAUSS-06101----GAUSS-06200.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-06101----GAUSS-06200.md rename to content/zh/docs/DatabaseReference/GAUSS-06101----GAUSS-06200.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 100% rename from content/zh/docs/DataBaseReference/GAUSS-06111----GAUSS-06120.md rename to content/zh/docs/DatabaseReference/GAUSS-06111----GAUSS-06120.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-06121----GAUSS-06130.md b/content/zh/docs/DatabaseReference/GAUSS-06121----GAUSS-06130.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-06121----GAUSS-06130.md rename to content/zh/docs/DatabaseReference/GAUSS-06121----GAUSS-06130.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-06131----GAUSS-06140.md b/content/zh/docs/DatabaseReference/GAUSS-06131----GAUSS-06140.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-06131----GAUSS-06140.md rename to content/zh/docs/DatabaseReference/GAUSS-06131----GAUSS-06140.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-06141----GAUSS-06150.md b/content/zh/docs/DatabaseReference/GAUSS-06141----GAUSS-06150.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-06141----GAUSS-06150.md rename to content/zh/docs/DatabaseReference/GAUSS-06141----GAUSS-06150.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-06151----GAUSS-06160.md b/content/zh/docs/DatabaseReference/GAUSS-06151----GAUSS-06160.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-06151----GAUSS-06160.md rename to content/zh/docs/DatabaseReference/GAUSS-06151----GAUSS-06160.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-06161----GAUSS-06170.md b/content/zh/docs/DatabaseReference/GAUSS-06161----GAUSS-06170.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-06161----GAUSS-06170.md rename to content/zh/docs/DatabaseReference/GAUSS-06161----GAUSS-06170.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-06171----GAUSS-06180.md b/content/zh/docs/DatabaseReference/GAUSS-06171----GAUSS-06180.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-06171----GAUSS-06180.md rename to content/zh/docs/DatabaseReference/GAUSS-06171----GAUSS-06180.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-06181----GAUSS-06190.md b/content/zh/docs/DatabaseReference/GAUSS-06181----GAUSS-06190.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-06181----GAUSS-06190.md rename to content/zh/docs/DatabaseReference/GAUSS-06181----GAUSS-06190.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-06191----GAUSS-06200.md b/content/zh/docs/DatabaseReference/GAUSS-06191----GAUSS-06200.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-06191----GAUSS-06200.md rename to content/zh/docs/DatabaseReference/GAUSS-06191----GAUSS-06200.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-06201----GAUSS-06210.md b/content/zh/docs/DatabaseReference/GAUSS-06201----GAUSS-06210.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-06201----GAUSS-06210.md rename to content/zh/docs/DatabaseReference/GAUSS-06201----GAUSS-06210.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-06201----GAUSS-06300.md b/content/zh/docs/DatabaseReference/GAUSS-06201----GAUSS-06300.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-06201----GAUSS-06300.md rename to content/zh/docs/DatabaseReference/GAUSS-06201----GAUSS-06300.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 100% rename from content/zh/docs/DataBaseReference/GAUSS-06211----GAUSS-06220.md rename to content/zh/docs/DatabaseReference/GAUSS-06211----GAUSS-06220.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-06221----GAUSS-06230.md b/content/zh/docs/DatabaseReference/GAUSS-06221----GAUSS-06230.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-06221----GAUSS-06230.md rename to content/zh/docs/DatabaseReference/GAUSS-06221----GAUSS-06230.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-06231----GAUSS-0640.md b/content/zh/docs/DatabaseReference/GAUSS-06231----GAUSS-0640.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-06231----GAUSS-0640.md rename to content/zh/docs/DatabaseReference/GAUSS-06231----GAUSS-0640.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-06241----GAUSS-06250.md b/content/zh/docs/DatabaseReference/GAUSS-06241----GAUSS-06250.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-06241----GAUSS-06250.md rename to content/zh/docs/DatabaseReference/GAUSS-06241----GAUSS-06250.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-06251----GAUSS-06260.md b/content/zh/docs/DatabaseReference/GAUSS-06251----GAUSS-06260.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-06251----GAUSS-06260.md rename to content/zh/docs/DatabaseReference/GAUSS-06251----GAUSS-06260.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-06261----GAUSS-06270.md b/content/zh/docs/DatabaseReference/GAUSS-06261----GAUSS-06270.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-06261----GAUSS-06270.md rename to content/zh/docs/DatabaseReference/GAUSS-06261----GAUSS-06270.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-06271----GAUSS-06280.md b/content/zh/docs/DatabaseReference/GAUSS-06271----GAUSS-06280.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-06271----GAUSS-06280.md rename to content/zh/docs/DatabaseReference/GAUSS-06271----GAUSS-06280.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-06281----GAUSS-06290.md b/content/zh/docs/DatabaseReference/GAUSS-06281----GAUSS-06290.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-06281----GAUSS-06290.md rename to content/zh/docs/DatabaseReference/GAUSS-06281----GAUSS-06290.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-06291----GAUSS-06300.md b/content/zh/docs/DatabaseReference/GAUSS-06291----GAUSS-06300.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-06291----GAUSS-06300.md rename to content/zh/docs/DatabaseReference/GAUSS-06291----GAUSS-06300.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-06301----GAUSS-06310.md b/content/zh/docs/DatabaseReference/GAUSS-06301----GAUSS-06310.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-06301----GAUSS-06310.md rename to content/zh/docs/DatabaseReference/GAUSS-06301----GAUSS-06310.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-06301----GAUSS-06400.md b/content/zh/docs/DatabaseReference/GAUSS-06301----GAUSS-06400.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-06301----GAUSS-06400.md rename to content/zh/docs/DatabaseReference/GAUSS-06301----GAUSS-06400.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 100% rename from content/zh/docs/DataBaseReference/GAUSS-06311----GAUSS-06320.md rename to content/zh/docs/DatabaseReference/GAUSS-06311----GAUSS-06320.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-06321----GAUSS-06330.md b/content/zh/docs/DatabaseReference/GAUSS-06321----GAUSS-06330.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-06321----GAUSS-06330.md rename to content/zh/docs/DatabaseReference/GAUSS-06321----GAUSS-06330.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-06331----GAUSS-06340.md b/content/zh/docs/DatabaseReference/GAUSS-06331----GAUSS-06340.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-06331----GAUSS-06340.md rename to content/zh/docs/DatabaseReference/GAUSS-06331----GAUSS-06340.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-06341----GAUSS-06350.md b/content/zh/docs/DatabaseReference/GAUSS-06341----GAUSS-06350.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-06341----GAUSS-06350.md rename to content/zh/docs/DatabaseReference/GAUSS-06341----GAUSS-06350.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-06351----GAUSS-06360.md b/content/zh/docs/DatabaseReference/GAUSS-06351----GAUSS-06360.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-06351----GAUSS-06360.md rename to content/zh/docs/DatabaseReference/GAUSS-06351----GAUSS-06360.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-06361----GAUSS-06370.md b/content/zh/docs/DatabaseReference/GAUSS-06361----GAUSS-06370.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-06361----GAUSS-06370.md rename to content/zh/docs/DatabaseReference/GAUSS-06361----GAUSS-06370.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-06371----GAUSS-06380.md b/content/zh/docs/DatabaseReference/GAUSS-06371----GAUSS-06380.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-06371----GAUSS-06380.md rename to content/zh/docs/DatabaseReference/GAUSS-06371----GAUSS-06380.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-06381----GAUSS-06390.md b/content/zh/docs/DatabaseReference/GAUSS-06381----GAUSS-06390.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-06381----GAUSS-06390.md rename to content/zh/docs/DatabaseReference/GAUSS-06381----GAUSS-06390.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-06391----GAUSS-06400.md b/content/zh/docs/DatabaseReference/GAUSS-06391----GAUSS-06400.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-06391----GAUSS-06400.md rename to content/zh/docs/DatabaseReference/GAUSS-06391----GAUSS-06400.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-06401----GAUSS-06410.md b/content/zh/docs/DatabaseReference/GAUSS-06401----GAUSS-06410.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-06401----GAUSS-06410.md rename to content/zh/docs/DatabaseReference/GAUSS-06401----GAUSS-06410.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-06401----GAUSS-06500.md b/content/zh/docs/DatabaseReference/GAUSS-06401----GAUSS-06500.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-06401----GAUSS-06500.md rename to content/zh/docs/DatabaseReference/GAUSS-06401----GAUSS-06500.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 100% rename from content/zh/docs/DataBaseReference/GAUSS-06411----GAUSS-06420.md rename to content/zh/docs/DatabaseReference/GAUSS-06411----GAUSS-06420.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-06421----GAUSS-06430.md b/content/zh/docs/DatabaseReference/GAUSS-06421----GAUSS-06430.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-06421----GAUSS-06430.md rename to content/zh/docs/DatabaseReference/GAUSS-06421----GAUSS-06430.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-06431----GAUSS-06440.md b/content/zh/docs/DatabaseReference/GAUSS-06431----GAUSS-06440.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-06431----GAUSS-06440.md rename to content/zh/docs/DatabaseReference/GAUSS-06431----GAUSS-06440.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-06441----GAUSS-06450.md b/content/zh/docs/DatabaseReference/GAUSS-06441----GAUSS-06450.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-06441----GAUSS-06450.md rename to content/zh/docs/DatabaseReference/GAUSS-06441----GAUSS-06450.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-06451----GAUSS-06460.md b/content/zh/docs/DatabaseReference/GAUSS-06451----GAUSS-06460.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-06451----GAUSS-06460.md rename to content/zh/docs/DatabaseReference/GAUSS-06451----GAUSS-06460.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-06461----GAUSS-06470.md b/content/zh/docs/DatabaseReference/GAUSS-06461----GAUSS-06470.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-06461----GAUSS-06470.md rename to content/zh/docs/DatabaseReference/GAUSS-06461----GAUSS-06470.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-06471----GAUSS-06480.md b/content/zh/docs/DatabaseReference/GAUSS-06471----GAUSS-06480.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-06471----GAUSS-06480.md rename to content/zh/docs/DatabaseReference/GAUSS-06471----GAUSS-06480.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-06481----GAUSS-06490.md b/content/zh/docs/DatabaseReference/GAUSS-06481----GAUSS-06490.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-06481----GAUSS-06490.md rename to content/zh/docs/DatabaseReference/GAUSS-06481----GAUSS-06490.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-06491----GAUSS-06500.md b/content/zh/docs/DatabaseReference/GAUSS-06491----GAUSS-06500.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-06491----GAUSS-06500.md rename to content/zh/docs/DatabaseReference/GAUSS-06491----GAUSS-06500.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-06501----GAUSS-06510.md b/content/zh/docs/DatabaseReference/GAUSS-06501----GAUSS-06510.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-06501----GAUSS-06510.md rename to content/zh/docs/DatabaseReference/GAUSS-06501----GAUSS-06510.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-06501----GAUSS-06600.md b/content/zh/docs/DatabaseReference/GAUSS-06501----GAUSS-06600.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-06501----GAUSS-06600.md rename to content/zh/docs/DatabaseReference/GAUSS-06501----GAUSS-06600.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 100% rename from content/zh/docs/DataBaseReference/GAUSS-06511----GAUSS-06520.md rename to content/zh/docs/DatabaseReference/GAUSS-06511----GAUSS-06520.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-06521----GAUSS-06530.md b/content/zh/docs/DatabaseReference/GAUSS-06521----GAUSS-06530.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-06521----GAUSS-06530.md rename to content/zh/docs/DatabaseReference/GAUSS-06521----GAUSS-06530.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-06531----GAUSS-06540.md b/content/zh/docs/DatabaseReference/GAUSS-06531----GAUSS-06540.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-06531----GAUSS-06540.md rename to content/zh/docs/DatabaseReference/GAUSS-06531----GAUSS-06540.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-06541----GAUSS-06550.md b/content/zh/docs/DatabaseReference/GAUSS-06541----GAUSS-06550.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-06541----GAUSS-06550.md rename to content/zh/docs/DatabaseReference/GAUSS-06541----GAUSS-06550.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-06551----GAUSS-06560.md b/content/zh/docs/DatabaseReference/GAUSS-06551----GAUSS-06560.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-06551----GAUSS-06560.md rename to content/zh/docs/DatabaseReference/GAUSS-06551----GAUSS-06560.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-06561----GAUSS-06570.md b/content/zh/docs/DatabaseReference/GAUSS-06561----GAUSS-06570.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-06561----GAUSS-06570.md rename to content/zh/docs/DatabaseReference/GAUSS-06561----GAUSS-06570.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-06571----GAUSS-06580.md b/content/zh/docs/DatabaseReference/GAUSS-06571----GAUSS-06580.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-06571----GAUSS-06580.md rename to content/zh/docs/DatabaseReference/GAUSS-06571----GAUSS-06580.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-06581----GAUSS-06590.md b/content/zh/docs/DatabaseReference/GAUSS-06581----GAUSS-06590.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-06581----GAUSS-06590.md rename to content/zh/docs/DatabaseReference/GAUSS-06581----GAUSS-06590.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-06591----GAUSS-06600.md b/content/zh/docs/DatabaseReference/GAUSS-06591----GAUSS-06600.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-06591----GAUSS-06600.md rename to content/zh/docs/DatabaseReference/GAUSS-06591----GAUSS-06600.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-06601----GAUSS-06610.md b/content/zh/docs/DatabaseReference/GAUSS-06601----GAUSS-06610.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-06601----GAUSS-06610.md rename to content/zh/docs/DatabaseReference/GAUSS-06601----GAUSS-06610.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-06601----GAUSS-06700.md b/content/zh/docs/DatabaseReference/GAUSS-06601----GAUSS-06700.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-06601----GAUSS-06700.md rename to content/zh/docs/DatabaseReference/GAUSS-06601----GAUSS-06700.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 100% rename from content/zh/docs/DataBaseReference/GAUSS-06611----GAUSS-06620.md rename to content/zh/docs/DatabaseReference/GAUSS-06611----GAUSS-06620.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-06621----GAUSS-06630.md b/content/zh/docs/DatabaseReference/GAUSS-06621----GAUSS-06630.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-06621----GAUSS-06630.md rename to content/zh/docs/DatabaseReference/GAUSS-06621----GAUSS-06630.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-06631----GAUSS-06640.md b/content/zh/docs/DatabaseReference/GAUSS-06631----GAUSS-06640.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-06631----GAUSS-06640.md rename to content/zh/docs/DatabaseReference/GAUSS-06631----GAUSS-06640.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-06641----GAUSS-06650.md b/content/zh/docs/DatabaseReference/GAUSS-06641----GAUSS-06650.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-06641----GAUSS-06650.md rename to content/zh/docs/DatabaseReference/GAUSS-06641----GAUSS-06650.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-06651----GAUSS-06660.md b/content/zh/docs/DatabaseReference/GAUSS-06651----GAUSS-06660.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-06651----GAUSS-06660.md rename to content/zh/docs/DatabaseReference/GAUSS-06651----GAUSS-06660.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-06661----GAUSS-06670.md b/content/zh/docs/DatabaseReference/GAUSS-06661----GAUSS-06670.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-06661----GAUSS-06670.md rename to content/zh/docs/DatabaseReference/GAUSS-06661----GAUSS-06670.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-06671----GAUSS-06680.md b/content/zh/docs/DatabaseReference/GAUSS-06671----GAUSS-06680.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-06671----GAUSS-06680.md rename to content/zh/docs/DatabaseReference/GAUSS-06671----GAUSS-06680.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-06681----GAUSS-06690.md b/content/zh/docs/DatabaseReference/GAUSS-06681----GAUSS-06690.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-06681----GAUSS-06690.md rename to content/zh/docs/DatabaseReference/GAUSS-06681----GAUSS-06690.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-06691----GAUSS-06700.md b/content/zh/docs/DatabaseReference/GAUSS-06691----GAUSS-06700.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-06691----GAUSS-06700.md rename to content/zh/docs/DatabaseReference/GAUSS-06691----GAUSS-06700.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-06701----GAUSS-06710.md b/content/zh/docs/DatabaseReference/GAUSS-06701----GAUSS-06710.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-06701----GAUSS-06710.md rename to content/zh/docs/DatabaseReference/GAUSS-06701----GAUSS-06710.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-06701----GAUSS-06800.md b/content/zh/docs/DatabaseReference/GAUSS-06701----GAUSS-06800.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-06701----GAUSS-06800.md rename to content/zh/docs/DatabaseReference/GAUSS-06701----GAUSS-06800.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 100% rename from content/zh/docs/DataBaseReference/GAUSS-06711----GAUSS-06720.md rename to content/zh/docs/DatabaseReference/GAUSS-06711----GAUSS-06720.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-06721----GAUSS-06730.md b/content/zh/docs/DatabaseReference/GAUSS-06721----GAUSS-06730.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-06721----GAUSS-06730.md rename to content/zh/docs/DatabaseReference/GAUSS-06721----GAUSS-06730.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-06731----GAUSS-06740.md b/content/zh/docs/DatabaseReference/GAUSS-06731----GAUSS-06740.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-06731----GAUSS-06740.md rename to content/zh/docs/DatabaseReference/GAUSS-06731----GAUSS-06740.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-06741----GAUSS-06750.md b/content/zh/docs/DatabaseReference/GAUSS-06741----GAUSS-06750.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-06741----GAUSS-06750.md rename to content/zh/docs/DatabaseReference/GAUSS-06741----GAUSS-06750.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-06751----GAUSS-06760.md b/content/zh/docs/DatabaseReference/GAUSS-06751----GAUSS-06760.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-06751----GAUSS-06760.md rename to content/zh/docs/DatabaseReference/GAUSS-06751----GAUSS-06760.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-06761----GAUSS-06770.md b/content/zh/docs/DatabaseReference/GAUSS-06761----GAUSS-06770.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-06761----GAUSS-06770.md rename to content/zh/docs/DatabaseReference/GAUSS-06761----GAUSS-06770.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-06771----GAUSS-06780.md b/content/zh/docs/DatabaseReference/GAUSS-06771----GAUSS-06780.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-06771----GAUSS-06780.md rename to content/zh/docs/DatabaseReference/GAUSS-06771----GAUSS-06780.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-06781----GAUSS-06790.md b/content/zh/docs/DatabaseReference/GAUSS-06781----GAUSS-06790.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-06781----GAUSS-06790.md rename to content/zh/docs/DatabaseReference/GAUSS-06781----GAUSS-06790.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-06791----GAUSS-06800.md b/content/zh/docs/DatabaseReference/GAUSS-06791----GAUSS-06800.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-06791----GAUSS-06800.md rename to content/zh/docs/DatabaseReference/GAUSS-06791----GAUSS-06800.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-06801----GAUSS-06810.md b/content/zh/docs/DatabaseReference/GAUSS-06801----GAUSS-06810.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-06801----GAUSS-06810.md rename to content/zh/docs/DatabaseReference/GAUSS-06801----GAUSS-06810.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-06801----GAUSS-06900.md b/content/zh/docs/DatabaseReference/GAUSS-06801----GAUSS-06900.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-06801----GAUSS-06900.md rename to content/zh/docs/DatabaseReference/GAUSS-06801----GAUSS-06900.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 100% rename from content/zh/docs/DataBaseReference/GAUSS-06811----GAUSS-06820.md rename to content/zh/docs/DatabaseReference/GAUSS-06811----GAUSS-06820.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-06821----GAUSS-06830.md b/content/zh/docs/DatabaseReference/GAUSS-06821----GAUSS-06830.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-06821----GAUSS-06830.md rename to content/zh/docs/DatabaseReference/GAUSS-06821----GAUSS-06830.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-06831----GAUSS-06840.md b/content/zh/docs/DatabaseReference/GAUSS-06831----GAUSS-06840.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-06831----GAUSS-06840.md rename to content/zh/docs/DatabaseReference/GAUSS-06831----GAUSS-06840.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-06841----GAUSS-06850.md b/content/zh/docs/DatabaseReference/GAUSS-06841----GAUSS-06850.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-06841----GAUSS-06850.md rename to content/zh/docs/DatabaseReference/GAUSS-06841----GAUSS-06850.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-06851----GAUSS-06860.md b/content/zh/docs/DatabaseReference/GAUSS-06851----GAUSS-06860.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-06851----GAUSS-06860.md rename to content/zh/docs/DatabaseReference/GAUSS-06851----GAUSS-06860.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-06861----GAUSS-06870.md b/content/zh/docs/DatabaseReference/GAUSS-06861----GAUSS-06870.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-06861----GAUSS-06870.md rename to content/zh/docs/DatabaseReference/GAUSS-06861----GAUSS-06870.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-06871----GAUSS-06880.md b/content/zh/docs/DatabaseReference/GAUSS-06871----GAUSS-06880.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-06871----GAUSS-06880.md rename to content/zh/docs/DatabaseReference/GAUSS-06871----GAUSS-06880.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-06881----GAUSS-06890.md b/content/zh/docs/DatabaseReference/GAUSS-06881----GAUSS-06890.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-06881----GAUSS-06890.md rename to content/zh/docs/DatabaseReference/GAUSS-06881----GAUSS-06890.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-06891----GAUSS-06900.md b/content/zh/docs/DatabaseReference/GAUSS-06891----GAUSS-06900.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-06891----GAUSS-06900.md rename to content/zh/docs/DatabaseReference/GAUSS-06891----GAUSS-06900.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-06901----GAUSS-06910.md b/content/zh/docs/DatabaseReference/GAUSS-06901----GAUSS-06910.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-06901----GAUSS-06910.md rename to content/zh/docs/DatabaseReference/GAUSS-06901----GAUSS-06910.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-06901----GAUSS-07000.md b/content/zh/docs/DatabaseReference/GAUSS-06901----GAUSS-07000.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-06901----GAUSS-07000.md rename to content/zh/docs/DatabaseReference/GAUSS-06901----GAUSS-07000.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 100% rename from content/zh/docs/DataBaseReference/GAUSS-06911----GAUSS-06920.md rename to content/zh/docs/DatabaseReference/GAUSS-06911----GAUSS-06920.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-06921----GAUSS-06930.md b/content/zh/docs/DatabaseReference/GAUSS-06921----GAUSS-06930.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-06921----GAUSS-06930.md rename to content/zh/docs/DatabaseReference/GAUSS-06921----GAUSS-06930.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-06931----GAUSS-06940.md b/content/zh/docs/DatabaseReference/GAUSS-06931----GAUSS-06940.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-06931----GAUSS-06940.md rename to content/zh/docs/DatabaseReference/GAUSS-06931----GAUSS-06940.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-06941----GAUSS-06950.md b/content/zh/docs/DatabaseReference/GAUSS-06941----GAUSS-06950.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-06941----GAUSS-06950.md rename to content/zh/docs/DatabaseReference/GAUSS-06941----GAUSS-06950.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-06951----GAUSS-06960.md b/content/zh/docs/DatabaseReference/GAUSS-06951----GAUSS-06960.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-06951----GAUSS-06960.md rename to content/zh/docs/DatabaseReference/GAUSS-06951----GAUSS-06960.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-06961----GAUSS-06970.md b/content/zh/docs/DatabaseReference/GAUSS-06961----GAUSS-06970.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-06961----GAUSS-06970.md rename to content/zh/docs/DatabaseReference/GAUSS-06961----GAUSS-06970.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-06971----GAUSS-06980.md b/content/zh/docs/DatabaseReference/GAUSS-06971----GAUSS-06980.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-06971----GAUSS-06980.md rename to content/zh/docs/DatabaseReference/GAUSS-06971----GAUSS-06980.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-06981----GAUSS-06990.md b/content/zh/docs/DatabaseReference/GAUSS-06981----GAUSS-06990.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-06981----GAUSS-06990.md rename to content/zh/docs/DatabaseReference/GAUSS-06981----GAUSS-06990.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-06991----GAUSS-07000.md b/content/zh/docs/DatabaseReference/GAUSS-06991----GAUSS-07000.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-06991----GAUSS-07000.md rename to content/zh/docs/DatabaseReference/GAUSS-06991----GAUSS-07000.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-07001----GAUSS-07010.md b/content/zh/docs/DatabaseReference/GAUSS-07001----GAUSS-07010.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-07001----GAUSS-07010.md rename to content/zh/docs/DatabaseReference/GAUSS-07001----GAUSS-07010.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-07001----GAUSS-07100.md b/content/zh/docs/DatabaseReference/GAUSS-07001----GAUSS-07100.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-07001----GAUSS-07100.md rename to content/zh/docs/DatabaseReference/GAUSS-07001----GAUSS-07100.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 100% rename from content/zh/docs/DataBaseReference/GAUSS-07011----GAUSS-07020.md rename to content/zh/docs/DatabaseReference/GAUSS-07011----GAUSS-07020.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-07021----GAUSS-07030.md b/content/zh/docs/DatabaseReference/GAUSS-07021----GAUSS-07030.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-07021----GAUSS-07030.md rename to content/zh/docs/DatabaseReference/GAUSS-07021----GAUSS-07030.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-07031----GAUSS-07040.md b/content/zh/docs/DatabaseReference/GAUSS-07031----GAUSS-07040.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-07031----GAUSS-07040.md rename to content/zh/docs/DatabaseReference/GAUSS-07031----GAUSS-07040.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-07041----GAUSS-07050.md b/content/zh/docs/DatabaseReference/GAUSS-07041----GAUSS-07050.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-07041----GAUSS-07050.md rename to content/zh/docs/DatabaseReference/GAUSS-07041----GAUSS-07050.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-07051----GAUSS-07060.md b/content/zh/docs/DatabaseReference/GAUSS-07051----GAUSS-07060.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-07051----GAUSS-07060.md rename to content/zh/docs/DatabaseReference/GAUSS-07051----GAUSS-07060.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-07061----GAUSS-07070.md b/content/zh/docs/DatabaseReference/GAUSS-07061----GAUSS-07070.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-07061----GAUSS-07070.md rename to content/zh/docs/DatabaseReference/GAUSS-07061----GAUSS-07070.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-07071----GAUSS-07080.md b/content/zh/docs/DatabaseReference/GAUSS-07071----GAUSS-07080.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-07071----GAUSS-07080.md rename to content/zh/docs/DatabaseReference/GAUSS-07071----GAUSS-07080.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-07081----GAUSS-07090.md b/content/zh/docs/DatabaseReference/GAUSS-07081----GAUSS-07090.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-07081----GAUSS-07090.md rename to content/zh/docs/DatabaseReference/GAUSS-07081----GAUSS-07090.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-07091----GAUSS-07100.md b/content/zh/docs/DatabaseReference/GAUSS-07091----GAUSS-07100.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-07091----GAUSS-07100.md rename to content/zh/docs/DatabaseReference/GAUSS-07091----GAUSS-07100.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-07101----GAUSS-07110.md b/content/zh/docs/DatabaseReference/GAUSS-07101----GAUSS-07110.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-07101----GAUSS-07110.md rename to content/zh/docs/DatabaseReference/GAUSS-07101----GAUSS-07110.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-07101----GAUSS-07200.md b/content/zh/docs/DatabaseReference/GAUSS-07101----GAUSS-07200.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-07101----GAUSS-07200.md rename to content/zh/docs/DatabaseReference/GAUSS-07101----GAUSS-07200.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 100% rename from content/zh/docs/DataBaseReference/GAUSS-07111----GAUSS-07120.md rename to content/zh/docs/DatabaseReference/GAUSS-07111----GAUSS-07120.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-07121----GAUSS-07130.md b/content/zh/docs/DatabaseReference/GAUSS-07121----GAUSS-07130.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-07121----GAUSS-07130.md rename to content/zh/docs/DatabaseReference/GAUSS-07121----GAUSS-07130.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-07131----GAUSS-07140.md b/content/zh/docs/DatabaseReference/GAUSS-07131----GAUSS-07140.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-07131----GAUSS-07140.md rename to content/zh/docs/DatabaseReference/GAUSS-07131----GAUSS-07140.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-07141----GAUSS-07150.md b/content/zh/docs/DatabaseReference/GAUSS-07141----GAUSS-07150.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-07141----GAUSS-07150.md rename to content/zh/docs/DatabaseReference/GAUSS-07141----GAUSS-07150.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-07151----GAUSS-07160.md b/content/zh/docs/DatabaseReference/GAUSS-07151----GAUSS-07160.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-07151----GAUSS-07160.md rename to content/zh/docs/DatabaseReference/GAUSS-07151----GAUSS-07160.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-07161----GAUSS-07170.md b/content/zh/docs/DatabaseReference/GAUSS-07161----GAUSS-07170.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-07161----GAUSS-07170.md rename to content/zh/docs/DatabaseReference/GAUSS-07161----GAUSS-07170.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-07171----GAUSS-07180.md b/content/zh/docs/DatabaseReference/GAUSS-07171----GAUSS-07180.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-07171----GAUSS-07180.md rename to content/zh/docs/DatabaseReference/GAUSS-07171----GAUSS-07180.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-07181----GAUSS-07190.md b/content/zh/docs/DatabaseReference/GAUSS-07181----GAUSS-07190.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-07181----GAUSS-07190.md rename to content/zh/docs/DatabaseReference/GAUSS-07181----GAUSS-07190.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-07191----GAUSS-07200.md b/content/zh/docs/DatabaseReference/GAUSS-07191----GAUSS-07200.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-07191----GAUSS-07200.md rename to content/zh/docs/DatabaseReference/GAUSS-07191----GAUSS-07200.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-07201----GAUSS-07210.md b/content/zh/docs/DatabaseReference/GAUSS-07201----GAUSS-07210.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-07201----GAUSS-07210.md rename to content/zh/docs/DatabaseReference/GAUSS-07201----GAUSS-07210.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-07201----GAUSS-07300.md b/content/zh/docs/DatabaseReference/GAUSS-07201----GAUSS-07300.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-07201----GAUSS-07300.md rename to content/zh/docs/DatabaseReference/GAUSS-07201----GAUSS-07300.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 100% rename from content/zh/docs/DataBaseReference/GAUSS-07211----GAUSS-07220.md rename to content/zh/docs/DatabaseReference/GAUSS-07211----GAUSS-07220.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-07221----GAUSS-07230.md b/content/zh/docs/DatabaseReference/GAUSS-07221----GAUSS-07230.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-07221----GAUSS-07230.md rename to content/zh/docs/DatabaseReference/GAUSS-07221----GAUSS-07230.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-07231----GAUSS-07240.md b/content/zh/docs/DatabaseReference/GAUSS-07231----GAUSS-07240.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-07231----GAUSS-07240.md rename to content/zh/docs/DatabaseReference/GAUSS-07231----GAUSS-07240.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-07241----GAUSS-07250.md b/content/zh/docs/DatabaseReference/GAUSS-07241----GAUSS-07250.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-07241----GAUSS-07250.md rename to content/zh/docs/DatabaseReference/GAUSS-07241----GAUSS-07250.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-07251----GAUSS-07260.md b/content/zh/docs/DatabaseReference/GAUSS-07251----GAUSS-07260.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-07251----GAUSS-07260.md rename to content/zh/docs/DatabaseReference/GAUSS-07251----GAUSS-07260.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-07261----GAUSS-07270.md b/content/zh/docs/DatabaseReference/GAUSS-07261----GAUSS-07270.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-07261----GAUSS-07270.md rename to content/zh/docs/DatabaseReference/GAUSS-07261----GAUSS-07270.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-07271----GAUSS-07280.md b/content/zh/docs/DatabaseReference/GAUSS-07271----GAUSS-07280.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-07271----GAUSS-07280.md rename to content/zh/docs/DatabaseReference/GAUSS-07271----GAUSS-07280.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-07281----GAUSS-07290.md b/content/zh/docs/DatabaseReference/GAUSS-07281----GAUSS-07290.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-07281----GAUSS-07290.md rename to content/zh/docs/DatabaseReference/GAUSS-07281----GAUSS-07290.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-07291----GAUSS-07300.md b/content/zh/docs/DatabaseReference/GAUSS-07291----GAUSS-07300.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-07291----GAUSS-07300.md rename to content/zh/docs/DatabaseReference/GAUSS-07291----GAUSS-07300.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-07301----GAUSS-07310.md b/content/zh/docs/DatabaseReference/GAUSS-07301----GAUSS-07310.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-07301----GAUSS-07310.md rename to content/zh/docs/DatabaseReference/GAUSS-07301----GAUSS-07310.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-07301----GAUSS-07400.md b/content/zh/docs/DatabaseReference/GAUSS-07301----GAUSS-07400.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-07301----GAUSS-07400.md rename to content/zh/docs/DatabaseReference/GAUSS-07301----GAUSS-07400.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 100% rename from content/zh/docs/DataBaseReference/GAUSS-07311----GAUSS-07320.md rename to content/zh/docs/DatabaseReference/GAUSS-07311----GAUSS-07320.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-07321----GAUSS-07330.md b/content/zh/docs/DatabaseReference/GAUSS-07321----GAUSS-07330.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-07321----GAUSS-07330.md rename to content/zh/docs/DatabaseReference/GAUSS-07321----GAUSS-07330.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-07331----GAUSS-07340.md b/content/zh/docs/DatabaseReference/GAUSS-07331----GAUSS-07340.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-07331----GAUSS-07340.md rename to content/zh/docs/DatabaseReference/GAUSS-07331----GAUSS-07340.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-07341----GAUSS-07350.md b/content/zh/docs/DatabaseReference/GAUSS-07341----GAUSS-07350.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-07341----GAUSS-07350.md rename to content/zh/docs/DatabaseReference/GAUSS-07341----GAUSS-07350.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-07351----GAUSS-07360.md b/content/zh/docs/DatabaseReference/GAUSS-07351----GAUSS-07360.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-07351----GAUSS-07360.md rename to content/zh/docs/DatabaseReference/GAUSS-07351----GAUSS-07360.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-07361----GAUSS-07370.md b/content/zh/docs/DatabaseReference/GAUSS-07361----GAUSS-07370.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-07361----GAUSS-07370.md rename to content/zh/docs/DatabaseReference/GAUSS-07361----GAUSS-07370.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-07371----GAUSS-07380.md b/content/zh/docs/DatabaseReference/GAUSS-07371----GAUSS-07380.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-07371----GAUSS-07380.md rename to content/zh/docs/DatabaseReference/GAUSS-07371----GAUSS-07380.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-07381----GAUSS-07390.md b/content/zh/docs/DatabaseReference/GAUSS-07381----GAUSS-07390.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-07381----GAUSS-07390.md rename to content/zh/docs/DatabaseReference/GAUSS-07381----GAUSS-07390.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-07391----GAUSS-07400.md b/content/zh/docs/DatabaseReference/GAUSS-07391----GAUSS-07400.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-07391----GAUSS-07400.md rename to content/zh/docs/DatabaseReference/GAUSS-07391----GAUSS-07400.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-07401----GAUSS-07410.md b/content/zh/docs/DatabaseReference/GAUSS-07401----GAUSS-07410.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-07401----GAUSS-07410.md rename to content/zh/docs/DatabaseReference/GAUSS-07401----GAUSS-07410.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-07401----GAUSS-07500.md b/content/zh/docs/DatabaseReference/GAUSS-07401----GAUSS-07500.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-07401----GAUSS-07500.md rename to content/zh/docs/DatabaseReference/GAUSS-07401----GAUSS-07500.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 100% rename from content/zh/docs/DataBaseReference/GAUSS-07411----GAUSS-07420.md rename to content/zh/docs/DatabaseReference/GAUSS-07411----GAUSS-07420.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-07421----GAUSS-07430.md b/content/zh/docs/DatabaseReference/GAUSS-07421----GAUSS-07430.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-07421----GAUSS-07430.md rename to content/zh/docs/DatabaseReference/GAUSS-07421----GAUSS-07430.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-07431----GAUSS-07440.md b/content/zh/docs/DatabaseReference/GAUSS-07431----GAUSS-07440.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-07431----GAUSS-07440.md rename to content/zh/docs/DatabaseReference/GAUSS-07431----GAUSS-07440.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-07441----GAUSS-07450.md b/content/zh/docs/DatabaseReference/GAUSS-07441----GAUSS-07450.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-07441----GAUSS-07450.md rename to content/zh/docs/DatabaseReference/GAUSS-07441----GAUSS-07450.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-07451----GAUSS-07460.md b/content/zh/docs/DatabaseReference/GAUSS-07451----GAUSS-07460.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-07451----GAUSS-07460.md rename to content/zh/docs/DatabaseReference/GAUSS-07451----GAUSS-07460.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-07461----GAUSS-07470.md b/content/zh/docs/DatabaseReference/GAUSS-07461----GAUSS-07470.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-07461----GAUSS-07470.md rename to content/zh/docs/DatabaseReference/GAUSS-07461----GAUSS-07470.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-07471----GAUSS-07480.md b/content/zh/docs/DatabaseReference/GAUSS-07471----GAUSS-07480.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-07471----GAUSS-07480.md rename to content/zh/docs/DatabaseReference/GAUSS-07471----GAUSS-07480.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-50000----GAUSS-50099.md b/content/zh/docs/DatabaseReference/GAUSS-50000----GAUSS-50099.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-50000----GAUSS-50099.md rename to content/zh/docs/DatabaseReference/GAUSS-50000----GAUSS-50099.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-50000----GAUSS-50999.md b/content/zh/docs/DatabaseReference/GAUSS-50000----GAUSS-50999.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-50000----GAUSS-50999.md rename to content/zh/docs/DatabaseReference/GAUSS-50000----GAUSS-50999.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 100% rename from content/zh/docs/DataBaseReference/GAUSS-50100----GAUSS-50199.md rename to content/zh/docs/DatabaseReference/GAUSS-50100----GAUSS-50199.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-50200----GAUSS-50299.md b/content/zh/docs/DatabaseReference/GAUSS-50200----GAUSS-50299.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-50200----GAUSS-50299.md rename to content/zh/docs/DatabaseReference/GAUSS-50200----GAUSS-50299.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-50300----GAUSS-50399.md b/content/zh/docs/DatabaseReference/GAUSS-50300----GAUSS-50399.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-50300----GAUSS-50399.md rename to content/zh/docs/DatabaseReference/GAUSS-50300----GAUSS-50399.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-50400----GAUSS-50499.md b/content/zh/docs/DatabaseReference/GAUSS-50400----GAUSS-50499.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-50400----GAUSS-50499.md rename to content/zh/docs/DatabaseReference/GAUSS-50400----GAUSS-50499.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-50500----GAUSS-50599.md b/content/zh/docs/DatabaseReference/GAUSS-50500----GAUSS-50599.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-50500----GAUSS-50599.md rename to content/zh/docs/DatabaseReference/GAUSS-50500----GAUSS-50599.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-50600----GAUSS-50699.md b/content/zh/docs/DatabaseReference/GAUSS-50600----GAUSS-50699.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-50600----GAUSS-50699.md rename to content/zh/docs/DatabaseReference/GAUSS-50600----GAUSS-50699.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-50700----GAUSS-50799.md b/content/zh/docs/DatabaseReference/GAUSS-50700----GAUSS-50799.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-50700----GAUSS-50799.md rename to content/zh/docs/DatabaseReference/GAUSS-50700----GAUSS-50799.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-50800----GAUSS-50899.md b/content/zh/docs/DatabaseReference/GAUSS-50800----GAUSS-50899.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-50800----GAUSS-50899.md rename to content/zh/docs/DatabaseReference/GAUSS-50800----GAUSS-50899.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-50900----GAUSS-50999.md b/content/zh/docs/DatabaseReference/GAUSS-50900----GAUSS-50999.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-50900----GAUSS-50999.md rename to content/zh/docs/DatabaseReference/GAUSS-50900----GAUSS-50999.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-51000----GAUSS-51099.md b/content/zh/docs/DatabaseReference/GAUSS-51000----GAUSS-51099.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-51000----GAUSS-51099.md rename to content/zh/docs/DatabaseReference/GAUSS-51000----GAUSS-51099.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-51000----GAUSS-51999.md b/content/zh/docs/DatabaseReference/GAUSS-51000----GAUSS-51999.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-51000----GAUSS-51999.md rename to content/zh/docs/DatabaseReference/GAUSS-51000----GAUSS-51999.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 100% rename from content/zh/docs/DataBaseReference/GAUSS-51100----GAUSS-51199.md rename to content/zh/docs/DatabaseReference/GAUSS-51100----GAUSS-51199.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-51200----GAUSS-51299.md b/content/zh/docs/DatabaseReference/GAUSS-51200----GAUSS-51299.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-51200----GAUSS-51299.md rename to content/zh/docs/DatabaseReference/GAUSS-51200----GAUSS-51299.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-51300----GAUSS-51399.md b/content/zh/docs/DatabaseReference/GAUSS-51300----GAUSS-51399.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-51300----GAUSS-51399.md rename to content/zh/docs/DatabaseReference/GAUSS-51300----GAUSS-51399.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-51400----GAUSS-51499.md b/content/zh/docs/DatabaseReference/GAUSS-51400----GAUSS-51499.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-51400----GAUSS-51499.md rename to content/zh/docs/DatabaseReference/GAUSS-51400----GAUSS-51499.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-51500----GAUSS-51599.md b/content/zh/docs/DatabaseReference/GAUSS-51500----GAUSS-51599.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-51500----GAUSS-51599.md rename to content/zh/docs/DatabaseReference/GAUSS-51500----GAUSS-51599.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-51600----GAUSS-51699.md b/content/zh/docs/DatabaseReference/GAUSS-51600----GAUSS-51699.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-51600----GAUSS-51699.md rename to content/zh/docs/DatabaseReference/GAUSS-51600----GAUSS-51699.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-51700----GAUSS-51799.md b/content/zh/docs/DatabaseReference/GAUSS-51700----GAUSS-51799.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-51700----GAUSS-51799.md rename to content/zh/docs/DatabaseReference/GAUSS-51700----GAUSS-51799.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-51800----GAUSS-51899.md b/content/zh/docs/DatabaseReference/GAUSS-51800----GAUSS-51899.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-51800----GAUSS-51899.md rename to content/zh/docs/DatabaseReference/GAUSS-51800----GAUSS-51899.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-51900----GAUSS-51999.md b/content/zh/docs/DatabaseReference/GAUSS-51900----GAUSS-51999.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-51900----GAUSS-51999.md rename to content/zh/docs/DatabaseReference/GAUSS-51900----GAUSS-51999.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-52000----GAUSS-52099.md b/content/zh/docs/DatabaseReference/GAUSS-52000----GAUSS-52099.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-52000----GAUSS-52099.md rename to content/zh/docs/DatabaseReference/GAUSS-52000----GAUSS-52099.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-52000----GAUSS-52999.md b/content/zh/docs/DatabaseReference/GAUSS-52000----GAUSS-52999.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-52000----GAUSS-52999.md rename to content/zh/docs/DatabaseReference/GAUSS-52000----GAUSS-52999.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 100% rename from content/zh/docs/DataBaseReference/GAUSS-52100----GAUSS-52199.md rename to content/zh/docs/DatabaseReference/GAUSS-52100----GAUSS-52199.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-52200----GAUSS-52299.md b/content/zh/docs/DatabaseReference/GAUSS-52200----GAUSS-52299.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-52200----GAUSS-52299.md rename to content/zh/docs/DatabaseReference/GAUSS-52200----GAUSS-52299.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-52300----GAUSS-52399.md b/content/zh/docs/DatabaseReference/GAUSS-52300----GAUSS-52399.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-52300----GAUSS-52399.md rename to content/zh/docs/DatabaseReference/GAUSS-52300----GAUSS-52399.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-52400----GAUSS-52499.md b/content/zh/docs/DatabaseReference/GAUSS-52400----GAUSS-52499.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-52400----GAUSS-52499.md rename to content/zh/docs/DatabaseReference/GAUSS-52400----GAUSS-52499.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-52500----GAUSS-52599.md b/content/zh/docs/DatabaseReference/GAUSS-52500----GAUSS-52599.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-52500----GAUSS-52599.md rename to content/zh/docs/DatabaseReference/GAUSS-52500----GAUSS-52599.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-52600----GAUSS-52699.md b/content/zh/docs/DatabaseReference/GAUSS-52600----GAUSS-52699.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-52600----GAUSS-52699.md rename to content/zh/docs/DatabaseReference/GAUSS-52600----GAUSS-52699.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-52700----GAUSS-52799.md b/content/zh/docs/DatabaseReference/GAUSS-52700----GAUSS-52799.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-52700----GAUSS-52799.md rename to content/zh/docs/DatabaseReference/GAUSS-52700----GAUSS-52799.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-52800----GAUSS-52899.md b/content/zh/docs/DatabaseReference/GAUSS-52800----GAUSS-52899.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-52800----GAUSS-52899.md rename to content/zh/docs/DatabaseReference/GAUSS-52800----GAUSS-52899.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-52900----GAUSS-52999.md b/content/zh/docs/DatabaseReference/GAUSS-52900----GAUSS-52999.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-52900----GAUSS-52999.md rename to content/zh/docs/DatabaseReference/GAUSS-52900----GAUSS-52999.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-53000----GAUSS-53099.md b/content/zh/docs/DatabaseReference/GAUSS-53000----GAUSS-53099.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-53000----GAUSS-53099.md rename to content/zh/docs/DatabaseReference/GAUSS-53000----GAUSS-53099.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-53000----GAUSS-53999.md b/content/zh/docs/DatabaseReference/GAUSS-53000----GAUSS-53999.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-53000----GAUSS-53999.md rename to content/zh/docs/DatabaseReference/GAUSS-53000----GAUSS-53999.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 100% rename from content/zh/docs/DataBaseReference/GAUSS-53100----GAUSS-53199.md rename to content/zh/docs/DatabaseReference/GAUSS-53100----GAUSS-53199.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-53200----GAUSS-53299.md b/content/zh/docs/DatabaseReference/GAUSS-53200----GAUSS-53299.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-53200----GAUSS-53299.md rename to content/zh/docs/DatabaseReference/GAUSS-53200----GAUSS-53299.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-53300----GAUSS-53399.md b/content/zh/docs/DatabaseReference/GAUSS-53300----GAUSS-53399.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-53300----GAUSS-53399.md rename to content/zh/docs/DatabaseReference/GAUSS-53300----GAUSS-53399.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-53400----GAUSS-53499.md b/content/zh/docs/DatabaseReference/GAUSS-53400----GAUSS-53499.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-53400----GAUSS-53499.md rename to content/zh/docs/DatabaseReference/GAUSS-53400----GAUSS-53499.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-53500----GAUSS-53599.md b/content/zh/docs/DatabaseReference/GAUSS-53500----GAUSS-53599.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-53500----GAUSS-53599.md rename to content/zh/docs/DatabaseReference/GAUSS-53500----GAUSS-53599.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-53600----GAUSS-53699.md b/content/zh/docs/DatabaseReference/GAUSS-53600----GAUSS-53699.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-53600----GAUSS-53699.md rename to content/zh/docs/DatabaseReference/GAUSS-53600----GAUSS-53699.md diff --git a/content/zh/docs/DataBaseReference/GAUSS-53700----GAUSS-53799.md b/content/zh/docs/DatabaseReference/GAUSS-53700----GAUSS-53799.md similarity index 100% rename from content/zh/docs/DataBaseReference/GAUSS-53700----GAUSS-53799.md rename to content/zh/docs/DatabaseReference/GAUSS-53700----GAUSS-53799.md 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 100% 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" diff --git a/content/zh/docs/DataBaseReference/GS_ASP.md b/content/zh/docs/DatabaseReference/GS_ASP.md similarity index 100% rename from content/zh/docs/DataBaseReference/GS_ASP.md rename to content/zh/docs/DatabaseReference/GS_ASP.md diff --git a/content/zh/docs/DataBaseReference/GS_AUDITING.md b/content/zh/docs/DatabaseReference/GS_AUDITING.md similarity index 100% rename from content/zh/docs/DataBaseReference/GS_AUDITING.md rename to content/zh/docs/DatabaseReference/GS_AUDITING.md diff --git a/content/zh/docs/DataBaseReference/GS_AUDITING_ACCESS.md b/content/zh/docs/DatabaseReference/GS_AUDITING_ACCESS.md similarity index 100% rename from content/zh/docs/DataBaseReference/GS_AUDITING_ACCESS.md rename to content/zh/docs/DatabaseReference/GS_AUDITING_ACCESS.md diff --git a/content/zh/docs/DataBaseReference/GS_AUDITING_POLICY.md b/content/zh/docs/DatabaseReference/GS_AUDITING_POLICY.md similarity index 100% rename from content/zh/docs/DataBaseReference/GS_AUDITING_POLICY.md rename to content/zh/docs/DatabaseReference/GS_AUDITING_POLICY.md diff --git a/content/zh/docs/DataBaseReference/GS_AUDITING_POLICY_ACCESS.md b/content/zh/docs/DatabaseReference/GS_AUDITING_POLICY_ACCESS.md similarity index 100% rename from content/zh/docs/DataBaseReference/GS_AUDITING_POLICY_ACCESS.md rename to content/zh/docs/DatabaseReference/GS_AUDITING_POLICY_ACCESS.md diff --git a/content/zh/docs/DataBaseReference/GS_AUDITING_POLICY_FILTERS.md b/content/zh/docs/DatabaseReference/GS_AUDITING_POLICY_FILTERS.md similarity index 100% rename from content/zh/docs/DataBaseReference/GS_AUDITING_POLICY_FILTERS.md rename to content/zh/docs/DatabaseReference/GS_AUDITING_POLICY_FILTERS.md diff --git a/content/zh/docs/DataBaseReference/GS_AUDITING_POLICY_PRIVILEGES.md b/content/zh/docs/DatabaseReference/GS_AUDITING_POLICY_PRIVILEGES.md similarity index 100% rename from content/zh/docs/DataBaseReference/GS_AUDITING_POLICY_PRIVILEGES.md rename to content/zh/docs/DatabaseReference/GS_AUDITING_POLICY_PRIVILEGES.md diff --git a/content/zh/docs/DataBaseReference/GS_AUDITING_PRIVILEGE.md b/content/zh/docs/DatabaseReference/GS_AUDITING_PRIVILEGE.md similarity index 100% rename from content/zh/docs/DataBaseReference/GS_AUDITING_PRIVILEGE.md rename to content/zh/docs/DatabaseReference/GS_AUDITING_PRIVILEGE.md diff --git a/content/zh/docs/DataBaseReference/GS_CLIENT_GLOBAL_KEYS.md b/content/zh/docs/DatabaseReference/GS_CLIENT_GLOBAL_KEYS.md similarity index 100% rename from content/zh/docs/DataBaseReference/GS_CLIENT_GLOBAL_KEYS.md rename to content/zh/docs/DatabaseReference/GS_CLIENT_GLOBAL_KEYS.md 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 100% rename from content/zh/docs/DataBaseReference/GS_CLIENT_GLOBAL_KEYS_ARGS.md rename to content/zh/docs/DatabaseReference/GS_CLIENT_GLOBAL_KEYS_ARGS.md diff --git a/content/zh/docs/DataBaseReference/GS_COLUMN_KEYS.md b/content/zh/docs/DatabaseReference/GS_COLUMN_KEYS.md similarity index 100% rename from content/zh/docs/DataBaseReference/GS_COLUMN_KEYS.md rename to content/zh/docs/DatabaseReference/GS_COLUMN_KEYS.md diff --git a/content/zh/docs/DataBaseReference/GS_COLUMN_KEYS_ARGS.md b/content/zh/docs/DatabaseReference/GS_COLUMN_KEYS_ARGS.md similarity index 100% rename from content/zh/docs/DataBaseReference/GS_COLUMN_KEYS_ARGS.md rename to content/zh/docs/DatabaseReference/GS_COLUMN_KEYS_ARGS.md diff --git a/content/zh/docs/DataBaseReference/GS_DB_PRIVILEGE.md b/content/zh/docs/DatabaseReference/GS_DB_PRIVILEGE.md similarity index 100% rename from content/zh/docs/DataBaseReference/GS_DB_PRIVILEGE.md rename to content/zh/docs/DatabaseReference/GS_DB_PRIVILEGE.md diff --git a/content/zh/docs/DataBaseReference/GS_DB_PRIVILEGES.md b/content/zh/docs/DatabaseReference/GS_DB_PRIVILEGES.md similarity index 100% rename from content/zh/docs/DataBaseReference/GS_DB_PRIVILEGES.md rename to content/zh/docs/DatabaseReference/GS_DB_PRIVILEGES.md diff --git a/content/zh/docs/DataBaseReference/GS_ENCRYPTED_COLUMNS.md b/content/zh/docs/DatabaseReference/GS_ENCRYPTED_COLUMNS.md similarity index 100% rename from content/zh/docs/DataBaseReference/GS_ENCRYPTED_COLUMNS.md rename to content/zh/docs/DatabaseReference/GS_ENCRYPTED_COLUMNS.md diff --git a/content/zh/docs/DataBaseReference/GS_ENCRYPTED_PROC.md b/content/zh/docs/DatabaseReference/GS_ENCRYPTED_PROC.md similarity index 100% rename from content/zh/docs/DataBaseReference/GS_ENCRYPTED_PROC.md rename to content/zh/docs/DatabaseReference/GS_ENCRYPTED_PROC.md diff --git a/content/zh/docs/DataBaseReference/GS_FILE_STAT.md b/content/zh/docs/DatabaseReference/GS_FILE_STAT.md similarity index 100% rename from content/zh/docs/DataBaseReference/GS_FILE_STAT.md rename to content/zh/docs/DatabaseReference/GS_FILE_STAT.md diff --git a/content/zh/docs/DataBaseReference/GS_GLOBAL_CHAIN.md b/content/zh/docs/DatabaseReference/GS_GLOBAL_CHAIN.md similarity index 100% rename from content/zh/docs/DataBaseReference/GS_GLOBAL_CHAIN.md rename to content/zh/docs/DatabaseReference/GS_GLOBAL_CHAIN.md diff --git a/content/zh/docs/DataBaseReference/GS_GLOBAL_CONFIG.md b/content/zh/docs/DatabaseReference/GS_GLOBAL_CONFIG.md similarity index 100% rename from content/zh/docs/DataBaseReference/GS_GLOBAL_CONFIG.md rename to content/zh/docs/DatabaseReference/GS_GLOBAL_CONFIG.md diff --git a/content/zh/docs/DataBaseReference/GS_GSC_MEMORY_DETAIL.md b/content/zh/docs/DatabaseReference/GS_GSC_MEMORY_DETAIL.md similarity index 100% rename from content/zh/docs/DataBaseReference/GS_GSC_MEMORY_DETAIL.md rename to content/zh/docs/DatabaseReference/GS_GSC_MEMORY_DETAIL.md diff --git a/content/zh/docs/DataBaseReference/GS_INSTANCE_TIME.md b/content/zh/docs/DatabaseReference/GS_INSTANCE_TIME.md similarity index 100% rename from content/zh/docs/DataBaseReference/GS_INSTANCE_TIME.md rename to content/zh/docs/DatabaseReference/GS_INSTANCE_TIME.md diff --git a/content/zh/docs/DataBaseReference/GS_LABELS.md b/content/zh/docs/DatabaseReference/GS_LABELS.md similarity index 100% rename from content/zh/docs/DataBaseReference/GS_LABELS.md rename to content/zh/docs/DatabaseReference/GS_LABELS.md diff --git a/content/zh/docs/DataBaseReference/GS_LSC_MEMORY_DETAIL.md b/content/zh/docs/DatabaseReference/GS_LSC_MEMORY_DETAIL.md similarity index 100% rename from content/zh/docs/DataBaseReference/GS_LSC_MEMORY_DETAIL.md rename to content/zh/docs/DatabaseReference/GS_LSC_MEMORY_DETAIL.md diff --git a/content/zh/docs/DataBaseReference/GS_MASKING.md b/content/zh/docs/DatabaseReference/GS_MASKING.md similarity index 100% rename from content/zh/docs/DataBaseReference/GS_MASKING.md rename to content/zh/docs/DatabaseReference/GS_MASKING.md diff --git a/content/zh/docs/DataBaseReference/GS_MASKING_POLICY.md b/content/zh/docs/DatabaseReference/GS_MASKING_POLICY.md similarity index 100% rename from content/zh/docs/DataBaseReference/GS_MASKING_POLICY.md rename to content/zh/docs/DatabaseReference/GS_MASKING_POLICY.md diff --git a/content/zh/docs/DataBaseReference/GS_MASKING_POLICY_ACTIONS.md b/content/zh/docs/DatabaseReference/GS_MASKING_POLICY_ACTIONS.md similarity index 100% rename from content/zh/docs/DataBaseReference/GS_MASKING_POLICY_ACTIONS.md rename to content/zh/docs/DatabaseReference/GS_MASKING_POLICY_ACTIONS.md diff --git a/content/zh/docs/DataBaseReference/GS_MASKING_POLICY_FILTERS.md b/content/zh/docs/DatabaseReference/GS_MASKING_POLICY_FILTERS.md similarity index 100% rename from content/zh/docs/DataBaseReference/GS_MASKING_POLICY_FILTERS.md rename to content/zh/docs/DatabaseReference/GS_MASKING_POLICY_FILTERS.md diff --git a/content/zh/docs/DataBaseReference/GS_MATVIEW.md b/content/zh/docs/DatabaseReference/GS_MATVIEW.md similarity index 100% rename from content/zh/docs/DataBaseReference/GS_MATVIEW.md rename to content/zh/docs/DatabaseReference/GS_MATVIEW.md diff --git a/content/zh/docs/DataBaseReference/GS_MATVIEWS.md b/content/zh/docs/DatabaseReference/GS_MATVIEWS.md similarity index 100% rename from content/zh/docs/DataBaseReference/GS_MATVIEWS.md rename to content/zh/docs/DatabaseReference/GS_MATVIEWS.md diff --git a/content/zh/docs/DataBaseReference/GS_MATVIEW_DEPENDENCY.md b/content/zh/docs/DatabaseReference/GS_MATVIEW_DEPENDENCY.md similarity index 100% rename from content/zh/docs/DataBaseReference/GS_MATVIEW_DEPENDENCY.md rename to content/zh/docs/DatabaseReference/GS_MATVIEW_DEPENDENCY.md diff --git a/content/zh/docs/DataBaseReference/GS_MODEL_WAREHOUSE.md b/content/zh/docs/DatabaseReference/GS_MODEL_WAREHOUSE.md similarity index 100% rename from content/zh/docs/DataBaseReference/GS_MODEL_WAREHOUSE.md rename to content/zh/docs/DatabaseReference/GS_MODEL_WAREHOUSE.md diff --git a/content/zh/docs/DataBaseReference/GS_OPT_MODEL.md b/content/zh/docs/DatabaseReference/GS_OPT_MODEL.md similarity index 100% rename from content/zh/docs/DataBaseReference/GS_OPT_MODEL.md rename to content/zh/docs/DatabaseReference/GS_OPT_MODEL.md diff --git a/content/zh/docs/DataBaseReference/GS_OS_RUN_INFO.md b/content/zh/docs/DatabaseReference/GS_OS_RUN_INFO.md similarity index 100% rename from content/zh/docs/DataBaseReference/GS_OS_RUN_INFO.md rename to content/zh/docs/DatabaseReference/GS_OS_RUN_INFO.md diff --git a/content/zh/docs/DataBaseReference/GS_PACKAGE.md b/content/zh/docs/DatabaseReference/GS_PACKAGE.md similarity index 100% rename from content/zh/docs/DataBaseReference/GS_PACKAGE.md rename to content/zh/docs/DatabaseReference/GS_PACKAGE.md diff --git a/content/zh/docs/DataBaseReference/GS_POLICY_LABEL.md b/content/zh/docs/DatabaseReference/GS_POLICY_LABEL.md similarity index 100% rename from content/zh/docs/DataBaseReference/GS_POLICY_LABEL.md rename to content/zh/docs/DatabaseReference/GS_POLICY_LABEL.md diff --git a/content/zh/docs/DataBaseReference/GS_RECYCLEBIN.md b/content/zh/docs/DatabaseReference/GS_RECYCLEBIN.md similarity index 100% rename from content/zh/docs/DataBaseReference/GS_RECYCLEBIN.md rename to content/zh/docs/DatabaseReference/GS_RECYCLEBIN.md diff --git a/content/zh/docs/DataBaseReference/GS_REDO_STAT.md b/content/zh/docs/DatabaseReference/GS_REDO_STAT.md similarity index 100% rename from content/zh/docs/DataBaseReference/GS_REDO_STAT.md rename to content/zh/docs/DatabaseReference/GS_REDO_STAT.md diff --git a/content/zh/docs/DataBaseReference/GS_SESSION_CPU_STATISTICS.md b/content/zh/docs/DatabaseReference/GS_SESSION_CPU_STATISTICS.md similarity index 100% rename from content/zh/docs/DataBaseReference/GS_SESSION_CPU_STATISTICS.md rename to content/zh/docs/DatabaseReference/GS_SESSION_CPU_STATISTICS.md diff --git a/content/zh/docs/DataBaseReference/GS_SESSION_MEMORY.md b/content/zh/docs/DatabaseReference/GS_SESSION_MEMORY.md similarity index 100% rename from content/zh/docs/DataBaseReference/GS_SESSION_MEMORY.md rename to content/zh/docs/DatabaseReference/GS_SESSION_MEMORY.md diff --git a/content/zh/docs/DataBaseReference/GS_SESSION_MEMORY_CONTEXT.md b/content/zh/docs/DatabaseReference/GS_SESSION_MEMORY_CONTEXT.md similarity index 100% rename from content/zh/docs/DataBaseReference/GS_SESSION_MEMORY_CONTEXT.md rename to content/zh/docs/DatabaseReference/GS_SESSION_MEMORY_CONTEXT.md diff --git a/content/zh/docs/DataBaseReference/GS_SESSION_MEMORY_DETAIL.md b/content/zh/docs/DatabaseReference/GS_SESSION_MEMORY_DETAIL.md similarity index 100% rename from content/zh/docs/DataBaseReference/GS_SESSION_MEMORY_DETAIL.md rename to content/zh/docs/DatabaseReference/GS_SESSION_MEMORY_DETAIL.md diff --git a/content/zh/docs/DataBaseReference/GS_SESSION_MEMORY_STATISTICS.md b/content/zh/docs/DatabaseReference/GS_SESSION_MEMORY_STATISTICS.md similarity index 100% rename from content/zh/docs/DataBaseReference/GS_SESSION_MEMORY_STATISTICS.md rename to content/zh/docs/DatabaseReference/GS_SESSION_MEMORY_STATISTICS.md diff --git a/content/zh/docs/DataBaseReference/GS_SESSION_STAT.md b/content/zh/docs/DatabaseReference/GS_SESSION_STAT.md similarity index 100% rename from content/zh/docs/DataBaseReference/GS_SESSION_STAT.md rename to content/zh/docs/DatabaseReference/GS_SESSION_STAT.md diff --git a/content/zh/docs/DataBaseReference/GS_SESSION_TIME.md b/content/zh/docs/DatabaseReference/GS_SESSION_TIME.md similarity index 100% rename from content/zh/docs/DataBaseReference/GS_SESSION_TIME.md rename to content/zh/docs/DatabaseReference/GS_SESSION_TIME.md diff --git a/content/zh/docs/DataBaseReference/GS_SQL_COUNT.md b/content/zh/docs/DatabaseReference/GS_SQL_COUNT.md similarity index 100% rename from content/zh/docs/DataBaseReference/GS_SQL_COUNT.md rename to content/zh/docs/DatabaseReference/GS_SQL_COUNT.md diff --git a/content/zh/docs/DataBaseReference/GS_SQL_PATCH.md b/content/zh/docs/DatabaseReference/GS_SQL_PATCH.md similarity index 100% rename from content/zh/docs/DataBaseReference/GS_SQL_PATCH.md rename to content/zh/docs/DatabaseReference/GS_SQL_PATCH.md diff --git a/content/zh/docs/DataBaseReference/GS_STAT_SESSION_CU.md b/content/zh/docs/DatabaseReference/GS_STAT_SESSION_CU.md similarity index 100% rename from content/zh/docs/DataBaseReference/GS_STAT_SESSION_CU.md rename to content/zh/docs/DatabaseReference/GS_STAT_SESSION_CU.md diff --git a/content/zh/docs/DataBaseReference/GS_THREAD_MEMORY_CONTEXT.md b/content/zh/docs/DatabaseReference/GS_THREAD_MEMORY_CONTEXT.md similarity index 100% rename from content/zh/docs/DataBaseReference/GS_THREAD_MEMORY_CONTEXT.md rename to content/zh/docs/DatabaseReference/GS_THREAD_MEMORY_CONTEXT.md diff --git a/content/zh/docs/DataBaseReference/GS_TOTAL_MEMORY_DETAIL.md b/content/zh/docs/DatabaseReference/GS_TOTAL_MEMORY_DETAIL.md similarity index 100% rename from content/zh/docs/DataBaseReference/GS_TOTAL_MEMORY_DETAIL.md rename to content/zh/docs/DatabaseReference/GS_TOTAL_MEMORY_DETAIL.md diff --git a/content/zh/docs/DataBaseReference/GS_TXN_SNAPSHOT.md b/content/zh/docs/DatabaseReference/GS_TXN_SNAPSHOT.md similarity index 100% rename from content/zh/docs/DataBaseReference/GS_TXN_SNAPSHOT.md rename to content/zh/docs/DatabaseReference/GS_TXN_SNAPSHOT.md diff --git a/content/zh/docs/DataBaseReference/GS_UID.md b/content/zh/docs/DatabaseReference/GS_UID.md similarity index 100% rename from content/zh/docs/DataBaseReference/GS_UID.md rename to content/zh/docs/DatabaseReference/GS_UID.md diff --git a/content/zh/docs/DataBaseReference/GS_WLM_CGROUP_INFO.md b/content/zh/docs/DatabaseReference/GS_WLM_CGROUP_INFO.md similarity index 100% rename from content/zh/docs/DataBaseReference/GS_WLM_CGROUP_INFO.md rename to content/zh/docs/DatabaseReference/GS_WLM_CGROUP_INFO.md diff --git a/content/zh/docs/DataBaseReference/GS_WLM_EC_OPERATOR_INFO.md b/content/zh/docs/DatabaseReference/GS_WLM_EC_OPERATOR_INFO.md similarity index 100% rename from content/zh/docs/DataBaseReference/GS_WLM_EC_OPERATOR_INFO.md rename to content/zh/docs/DatabaseReference/GS_WLM_EC_OPERATOR_INFO.md diff --git a/content/zh/docs/DataBaseReference/GS_WLM_EC_OPERATOR_STATISTICS.md b/content/zh/docs/DatabaseReference/GS_WLM_EC_OPERATOR_STATISTICS.md similarity index 100% rename from content/zh/docs/DataBaseReference/GS_WLM_EC_OPERATOR_STATISTICS.md rename to content/zh/docs/DatabaseReference/GS_WLM_EC_OPERATOR_STATISTICS.md diff --git a/content/zh/docs/DataBaseReference/GS_WLM_INSTANCE_HISTORY.md b/content/zh/docs/DatabaseReference/GS_WLM_INSTANCE_HISTORY.md similarity index 100% rename from content/zh/docs/DataBaseReference/GS_WLM_INSTANCE_HISTORY.md rename to content/zh/docs/DatabaseReference/GS_WLM_INSTANCE_HISTORY.md diff --git a/content/zh/docs/DataBaseReference/GS_WLM_OPERATOR_HISTORY.md b/content/zh/docs/DatabaseReference/GS_WLM_OPERATOR_HISTORY.md similarity index 100% rename from content/zh/docs/DataBaseReference/GS_WLM_OPERATOR_HISTORY.md rename to content/zh/docs/DatabaseReference/GS_WLM_OPERATOR_HISTORY.md diff --git a/content/zh/docs/DataBaseReference/GS_WLM_OPERATOR_INFO.md b/content/zh/docs/DatabaseReference/GS_WLM_OPERATOR_INFO.md similarity index 100% rename from content/zh/docs/DataBaseReference/GS_WLM_OPERATOR_INFO.md rename to content/zh/docs/DatabaseReference/GS_WLM_OPERATOR_INFO.md diff --git a/content/zh/docs/DataBaseReference/GS_WLM_OPERATOR_STATISTICS.md b/content/zh/docs/DatabaseReference/GS_WLM_OPERATOR_STATISTICS.md similarity index 100% rename from content/zh/docs/DataBaseReference/GS_WLM_OPERATOR_STATISTICS.md rename to content/zh/docs/DatabaseReference/GS_WLM_OPERATOR_STATISTICS.md diff --git a/content/zh/docs/DataBaseReference/GS_WLM_PLAN_ENCODING_TABLE.md b/content/zh/docs/DatabaseReference/GS_WLM_PLAN_ENCODING_TABLE.md similarity index 100% rename from content/zh/docs/DataBaseReference/GS_WLM_PLAN_ENCODING_TABLE.md rename to content/zh/docs/DatabaseReference/GS_WLM_PLAN_ENCODING_TABLE.md diff --git "a/content/zh/docs/DataBaseReference/GS_WLM_PLAN_OPERATOR_HISTORY - \345\211\257\346\234\254.md" "b/content/zh/docs/DatabaseReference/GS_WLM_PLAN_OPERATOR_HISTORY - \345\211\257\346\234\254.md" similarity index 100% rename from "content/zh/docs/DataBaseReference/GS_WLM_PLAN_OPERATOR_HISTORY - \345\211\257\346\234\254.md" rename to "content/zh/docs/DatabaseReference/GS_WLM_PLAN_OPERATOR_HISTORY - \345\211\257\346\234\254.md" diff --git a/content/zh/docs/DataBaseReference/GS_WLM_PLAN_OPERATOR_HISTORY.md b/content/zh/docs/DatabaseReference/GS_WLM_PLAN_OPERATOR_HISTORY.md similarity index 100% rename from content/zh/docs/DataBaseReference/GS_WLM_PLAN_OPERATOR_HISTORY.md rename to content/zh/docs/DatabaseReference/GS_WLM_PLAN_OPERATOR_HISTORY.md diff --git a/content/zh/docs/DataBaseReference/GS_WLM_PLAN_OPERATOR_INFO.md b/content/zh/docs/DatabaseReference/GS_WLM_PLAN_OPERATOR_INFO.md similarity index 100% rename from content/zh/docs/DataBaseReference/GS_WLM_PLAN_OPERATOR_INFO.md rename to content/zh/docs/DatabaseReference/GS_WLM_PLAN_OPERATOR_INFO.md diff --git a/content/zh/docs/DataBaseReference/GS_WLM_REBUILD_USER_RESOURCE_POOL.md b/content/zh/docs/DatabaseReference/GS_WLM_REBUILD_USER_RESOURCE_POOL.md similarity index 100% rename from content/zh/docs/DataBaseReference/GS_WLM_REBUILD_USER_RESOURCE_POOL.md rename to content/zh/docs/DatabaseReference/GS_WLM_REBUILD_USER_RESOURCE_POOL.md diff --git a/content/zh/docs/DataBaseReference/GS_WLM_RESOURCE_POOL.md b/content/zh/docs/DatabaseReference/GS_WLM_RESOURCE_POOL.md similarity index 100% rename from content/zh/docs/DataBaseReference/GS_WLM_RESOURCE_POOL.md rename to content/zh/docs/DatabaseReference/GS_WLM_RESOURCE_POOL.md diff --git a/content/zh/docs/DataBaseReference/GS_WLM_SESSION_HISTORY.md b/content/zh/docs/DatabaseReference/GS_WLM_SESSION_HISTORY.md similarity index 100% rename from content/zh/docs/DataBaseReference/GS_WLM_SESSION_HISTORY.md rename to content/zh/docs/DatabaseReference/GS_WLM_SESSION_HISTORY.md diff --git a/content/zh/docs/DataBaseReference/GS_WLM_SESSION_INFO.md b/content/zh/docs/DatabaseReference/GS_WLM_SESSION_INFO.md similarity index 100% rename from content/zh/docs/DataBaseReference/GS_WLM_SESSION_INFO.md rename to content/zh/docs/DatabaseReference/GS_WLM_SESSION_INFO.md diff --git a/content/zh/docs/DataBaseReference/GS_WLM_SESSION_INFO_ALL.md b/content/zh/docs/DatabaseReference/GS_WLM_SESSION_INFO_ALL.md similarity index 100% rename from content/zh/docs/DataBaseReference/GS_WLM_SESSION_INFO_ALL.md rename to content/zh/docs/DatabaseReference/GS_WLM_SESSION_INFO_ALL.md diff --git a/content/zh/docs/DataBaseReference/GS_WLM_SESSION_QUERY_INFO_ALL.md b/content/zh/docs/DatabaseReference/GS_WLM_SESSION_QUERY_INFO_ALL.md similarity index 100% rename from content/zh/docs/DataBaseReference/GS_WLM_SESSION_QUERY_INFO_ALL.md rename to content/zh/docs/DatabaseReference/GS_WLM_SESSION_QUERY_INFO_ALL.md diff --git a/content/zh/docs/DataBaseReference/GS_WLM_SESSION_STATISTICS.md b/content/zh/docs/DatabaseReference/GS_WLM_SESSION_STATISTICS.md similarity index 100% rename from content/zh/docs/DataBaseReference/GS_WLM_SESSION_STATISTICS.md rename to content/zh/docs/DatabaseReference/GS_WLM_SESSION_STATISTICS.md diff --git a/content/zh/docs/DataBaseReference/GS_WLM_USER_INFO.md b/content/zh/docs/DatabaseReference/GS_WLM_USER_INFO.md similarity index 100% rename from content/zh/docs/DataBaseReference/GS_WLM_USER_INFO.md rename to content/zh/docs/DatabaseReference/GS_WLM_USER_INFO.md diff --git a/content/zh/docs/DataBaseReference/GS_WLM_USER_RESOURCE_HISTORY.md b/content/zh/docs/DatabaseReference/GS_WLM_USER_RESOURCE_HISTORY.md similarity index 100% rename from content/zh/docs/DataBaseReference/GS_WLM_USER_RESOURCE_HISTORY.md rename to content/zh/docs/DatabaseReference/GS_WLM_USER_RESOURCE_HISTORY.md diff --git "a/content/zh/docs/DataBaseReference/GUC\344\275\277\347\224\250\350\257\264\346\230\216.md" "b/content/zh/docs/DatabaseReference/GUC\344\275\277\347\224\250\350\257\264\346\230\216.md" similarity index 100% rename from "content/zh/docs/DataBaseReference/GUC\344\275\277\347\224\250\350\257\264\346\230\216.md" rename to "content/zh/docs/DatabaseReference/GUC\344\275\277\347\224\250\350\257\264\346\230\216.md" diff --git "a/content/zh/docs/DataBaseReference/GUC\345\217\202\346\225\260\350\257\264\346\230\216.md" "b/content/zh/docs/DatabaseReference/GUC\345\217\202\346\225\260\350\257\264\346\230\216.md" similarity index 100% rename from "content/zh/docs/DataBaseReference/GUC\345\217\202\346\225\260\350\257\264\346\230\216.md" rename to "content/zh/docs/DatabaseReference/GUC\345\217\202\346\225\260\350\257\264\346\230\216.md" diff --git "a/content/zh/docs/DataBaseReference/Global-SysCache\345\217\202\346\225\260.md" "b/content/zh/docs/DatabaseReference/Global-SysCache\345\217\202\346\225\260.md" similarity index 100% rename from "content/zh/docs/DataBaseReference/Global-SysCache\345\217\202\346\225\260.md" rename to "content/zh/docs/DatabaseReference/Global-SysCache\345\217\202\346\225\260.md" diff --git a/content/zh/docs/DataBaseReference/HyperLogLog.md b/content/zh/docs/DatabaseReference/HyperLogLog.md similarity index 100% rename from content/zh/docs/DataBaseReference/HyperLogLog.md rename to content/zh/docs/DatabaseReference/HyperLogLog.md diff --git a/content/zh/docs/DataBaseReference/MPP_TABLES.md b/content/zh/docs/DatabaseReference/MPP_TABLES.md similarity index 100% rename from content/zh/docs/DataBaseReference/MPP_TABLES.md rename to content/zh/docs/DatabaseReference/MPP_TABLES.md diff --git a/content/zh/docs/DataBaseReference/PGXC_CLASS.md b/content/zh/docs/DatabaseReference/PGXC_CLASS.md similarity index 100% rename from content/zh/docs/DataBaseReference/PGXC_CLASS.md rename to content/zh/docs/DatabaseReference/PGXC_CLASS.md diff --git a/content/zh/docs/DataBaseReference/PGXC_GROUP.md b/content/zh/docs/DatabaseReference/PGXC_GROUP.md similarity index 100% rename from content/zh/docs/DataBaseReference/PGXC_GROUP.md rename to content/zh/docs/DatabaseReference/PGXC_GROUP.md diff --git a/content/zh/docs/DataBaseReference/PGXC_NODE.md b/content/zh/docs/DatabaseReference/PGXC_NODE.md similarity index 100% rename from content/zh/docs/DataBaseReference/PGXC_NODE.md rename to content/zh/docs/DatabaseReference/PGXC_NODE.md diff --git a/content/zh/docs/DataBaseReference/PGXC_PREPARED_XACTS.md b/content/zh/docs/DatabaseReference/PGXC_PREPARED_XACTS.md similarity index 100% rename from content/zh/docs/DataBaseReference/PGXC_PREPARED_XACTS.md rename to content/zh/docs/DatabaseReference/PGXC_PREPARED_XACTS.md diff --git a/content/zh/docs/DataBaseReference/PGXC_SLICE.md b/content/zh/docs/DatabaseReference/PGXC_SLICE.md similarity index 100% rename from content/zh/docs/DataBaseReference/PGXC_SLICE.md rename to content/zh/docs/DatabaseReference/PGXC_SLICE.md diff --git a/content/zh/docs/DataBaseReference/PG_AGGREGATE.md b/content/zh/docs/DatabaseReference/PG_AGGREGATE.md similarity index 100% rename from content/zh/docs/DataBaseReference/PG_AGGREGATE.md rename to content/zh/docs/DatabaseReference/PG_AGGREGATE.md diff --git a/content/zh/docs/DataBaseReference/PG_AM.md b/content/zh/docs/DatabaseReference/PG_AM.md similarity index 100% rename from content/zh/docs/DataBaseReference/PG_AM.md rename to content/zh/docs/DatabaseReference/PG_AM.md diff --git a/content/zh/docs/DataBaseReference/PG_AMOP.md b/content/zh/docs/DatabaseReference/PG_AMOP.md similarity index 100% rename from content/zh/docs/DataBaseReference/PG_AMOP.md rename to content/zh/docs/DatabaseReference/PG_AMOP.md diff --git a/content/zh/docs/DataBaseReference/PG_AMPROC.md b/content/zh/docs/DatabaseReference/PG_AMPROC.md similarity index 100% rename from content/zh/docs/DataBaseReference/PG_AMPROC.md rename to content/zh/docs/DatabaseReference/PG_AMPROC.md diff --git a/content/zh/docs/DataBaseReference/PG_APP_WORKLOADGROUP_MAPPING.md b/content/zh/docs/DatabaseReference/PG_APP_WORKLOADGROUP_MAPPING.md similarity index 100% rename from content/zh/docs/DataBaseReference/PG_APP_WORKLOADGROUP_MAPPING.md rename to content/zh/docs/DatabaseReference/PG_APP_WORKLOADGROUP_MAPPING.md diff --git a/content/zh/docs/DataBaseReference/PG_ATTRDEF.md b/content/zh/docs/DatabaseReference/PG_ATTRDEF.md similarity index 100% rename from content/zh/docs/DataBaseReference/PG_ATTRDEF.md rename to content/zh/docs/DatabaseReference/PG_ATTRDEF.md diff --git a/content/zh/docs/DataBaseReference/PG_ATTRIBUTE.md b/content/zh/docs/DatabaseReference/PG_ATTRIBUTE.md similarity index 100% rename from content/zh/docs/DataBaseReference/PG_ATTRIBUTE.md rename to content/zh/docs/DatabaseReference/PG_ATTRIBUTE.md diff --git a/content/zh/docs/DataBaseReference/PG_AUTHID.md b/content/zh/docs/DatabaseReference/PG_AUTHID.md similarity index 100% rename from content/zh/docs/DataBaseReference/PG_AUTHID.md rename to content/zh/docs/DatabaseReference/PG_AUTHID.md diff --git a/content/zh/docs/DataBaseReference/PG_AUTH_HISTORY.md b/content/zh/docs/DatabaseReference/PG_AUTH_HISTORY.md similarity index 100% rename from content/zh/docs/DataBaseReference/PG_AUTH_HISTORY.md rename to content/zh/docs/DatabaseReference/PG_AUTH_HISTORY.md diff --git a/content/zh/docs/DataBaseReference/PG_AUTH_MEMBERS.md b/content/zh/docs/DatabaseReference/PG_AUTH_MEMBERS.md similarity index 100% rename from content/zh/docs/DataBaseReference/PG_AUTH_MEMBERS.md rename to content/zh/docs/DatabaseReference/PG_AUTH_MEMBERS.md diff --git a/content/zh/docs/DataBaseReference/PG_AVAILABLE_EXTENSIONS.md b/content/zh/docs/DatabaseReference/PG_AVAILABLE_EXTENSIONS.md similarity index 100% rename from content/zh/docs/DataBaseReference/PG_AVAILABLE_EXTENSIONS.md rename to content/zh/docs/DatabaseReference/PG_AVAILABLE_EXTENSIONS.md diff --git a/content/zh/docs/DataBaseReference/PG_AVAILABLE_EXTENSION_VERSIONS.md b/content/zh/docs/DatabaseReference/PG_AVAILABLE_EXTENSION_VERSIONS.md similarity index 100% rename from content/zh/docs/DataBaseReference/PG_AVAILABLE_EXTENSION_VERSIONS.md rename to content/zh/docs/DatabaseReference/PG_AVAILABLE_EXTENSION_VERSIONS.md diff --git a/content/zh/docs/DataBaseReference/PG_CAST.md b/content/zh/docs/DatabaseReference/PG_CAST.md similarity index 100% rename from content/zh/docs/DataBaseReference/PG_CAST.md rename to content/zh/docs/DatabaseReference/PG_CAST.md diff --git a/content/zh/docs/DataBaseReference/PG_CLASS.md b/content/zh/docs/DatabaseReference/PG_CLASS.md similarity index 100% rename from content/zh/docs/DataBaseReference/PG_CLASS.md rename to content/zh/docs/DatabaseReference/PG_CLASS.md diff --git a/content/zh/docs/DataBaseReference/PG_COLLATION.md b/content/zh/docs/DatabaseReference/PG_COLLATION.md similarity index 100% rename from content/zh/docs/DataBaseReference/PG_COLLATION.md rename to content/zh/docs/DatabaseReference/PG_COLLATION.md diff --git a/content/zh/docs/DataBaseReference/PG_COMM_DELAY.md b/content/zh/docs/DatabaseReference/PG_COMM_DELAY.md similarity index 100% rename from content/zh/docs/DataBaseReference/PG_COMM_DELAY.md rename to content/zh/docs/DatabaseReference/PG_COMM_DELAY.md diff --git a/content/zh/docs/DataBaseReference/PG_COMM_RECV_STREAM.md b/content/zh/docs/DatabaseReference/PG_COMM_RECV_STREAM.md similarity index 100% rename from content/zh/docs/DataBaseReference/PG_COMM_RECV_STREAM.md rename to content/zh/docs/DatabaseReference/PG_COMM_RECV_STREAM.md diff --git a/content/zh/docs/DataBaseReference/PG_COMM_SEND_STREAM.md b/content/zh/docs/DatabaseReference/PG_COMM_SEND_STREAM.md similarity index 100% rename from content/zh/docs/DataBaseReference/PG_COMM_SEND_STREAM.md rename to content/zh/docs/DatabaseReference/PG_COMM_SEND_STREAM.md diff --git a/content/zh/docs/DataBaseReference/PG_COMM_STATUS.md b/content/zh/docs/DatabaseReference/PG_COMM_STATUS.md similarity index 100% rename from content/zh/docs/DataBaseReference/PG_COMM_STATUS.md rename to content/zh/docs/DatabaseReference/PG_COMM_STATUS.md diff --git a/content/zh/docs/DataBaseReference/PG_CONSTRAINT.md b/content/zh/docs/DatabaseReference/PG_CONSTRAINT.md similarity index 100% rename from content/zh/docs/DataBaseReference/PG_CONSTRAINT.md rename to content/zh/docs/DatabaseReference/PG_CONSTRAINT.md diff --git a/content/zh/docs/DataBaseReference/PG_CONTROL_GROUP_CONFIG.md b/content/zh/docs/DatabaseReference/PG_CONTROL_GROUP_CONFIG.md similarity index 100% rename from content/zh/docs/DataBaseReference/PG_CONTROL_GROUP_CONFIG.md rename to content/zh/docs/DatabaseReference/PG_CONTROL_GROUP_CONFIG.md diff --git a/content/zh/docs/DataBaseReference/PG_CONVERSION.md b/content/zh/docs/DatabaseReference/PG_CONVERSION.md similarity index 100% rename from content/zh/docs/DataBaseReference/PG_CONVERSION.md rename to content/zh/docs/DatabaseReference/PG_CONVERSION.md diff --git a/content/zh/docs/DataBaseReference/PG_CURSORS.md b/content/zh/docs/DatabaseReference/PG_CURSORS.md similarity index 100% rename from content/zh/docs/DataBaseReference/PG_CURSORS.md rename to content/zh/docs/DatabaseReference/PG_CURSORS.md diff --git a/content/zh/docs/DataBaseReference/PG_DATABASE.md b/content/zh/docs/DatabaseReference/PG_DATABASE.md similarity index 100% rename from content/zh/docs/DataBaseReference/PG_DATABASE.md rename to content/zh/docs/DatabaseReference/PG_DATABASE.md diff --git a/content/zh/docs/DataBaseReference/PG_DB_ROLE_SETTING.md b/content/zh/docs/DatabaseReference/PG_DB_ROLE_SETTING.md similarity index 100% rename from content/zh/docs/DataBaseReference/PG_DB_ROLE_SETTING.md rename to content/zh/docs/DatabaseReference/PG_DB_ROLE_SETTING.md diff --git a/content/zh/docs/DataBaseReference/PG_DEFAULT_ACL.md b/content/zh/docs/DatabaseReference/PG_DEFAULT_ACL.md similarity index 100% rename from content/zh/docs/DataBaseReference/PG_DEFAULT_ACL.md rename to content/zh/docs/DatabaseReference/PG_DEFAULT_ACL.md diff --git a/content/zh/docs/DataBaseReference/PG_DEPEND.md b/content/zh/docs/DatabaseReference/PG_DEPEND.md similarity index 100% rename from content/zh/docs/DataBaseReference/PG_DEPEND.md rename to content/zh/docs/DatabaseReference/PG_DEPEND.md diff --git a/content/zh/docs/DataBaseReference/PG_DESCRIPTION.md b/content/zh/docs/DatabaseReference/PG_DESCRIPTION.md similarity index 100% rename from content/zh/docs/DataBaseReference/PG_DESCRIPTION.md rename to content/zh/docs/DatabaseReference/PG_DESCRIPTION.md diff --git a/content/zh/docs/DataBaseReference/PG_DIRECTORY.md b/content/zh/docs/DatabaseReference/PG_DIRECTORY.md similarity index 100% rename from content/zh/docs/DataBaseReference/PG_DIRECTORY.md rename to content/zh/docs/DatabaseReference/PG_DIRECTORY.md diff --git a/content/zh/docs/DataBaseReference/PG_ENUM.md b/content/zh/docs/DatabaseReference/PG_ENUM.md similarity index 100% rename from content/zh/docs/DataBaseReference/PG_ENUM.md rename to content/zh/docs/DatabaseReference/PG_ENUM.md diff --git a/content/zh/docs/DataBaseReference/PG_EVENT_TRIGGER.md b/content/zh/docs/DatabaseReference/PG_EVENT_TRIGGER.md similarity index 100% rename from content/zh/docs/DataBaseReference/PG_EVENT_TRIGGER.md rename to content/zh/docs/DatabaseReference/PG_EVENT_TRIGGER.md diff --git a/content/zh/docs/DataBaseReference/PG_EXTENSION.md b/content/zh/docs/DatabaseReference/PG_EXTENSION.md similarity index 100% rename from content/zh/docs/DataBaseReference/PG_EXTENSION.md rename to content/zh/docs/DatabaseReference/PG_EXTENSION.md diff --git a/content/zh/docs/DataBaseReference/PG_EXTENSION_DATA_SOURCE.md b/content/zh/docs/DatabaseReference/PG_EXTENSION_DATA_SOURCE.md similarity index 100% rename from content/zh/docs/DataBaseReference/PG_EXTENSION_DATA_SOURCE.md rename to content/zh/docs/DatabaseReference/PG_EXTENSION_DATA_SOURCE.md diff --git a/content/zh/docs/DataBaseReference/PG_EXT_STATS.md b/content/zh/docs/DatabaseReference/PG_EXT_STATS.md similarity index 100% rename from content/zh/docs/DataBaseReference/PG_EXT_STATS.md rename to content/zh/docs/DatabaseReference/PG_EXT_STATS.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 100% rename from content/zh/docs/DataBaseReference/PG_FOREIGN_DATA_WRAPPER.md rename to content/zh/docs/DatabaseReference/PG_FOREIGN_DATA_WRAPPER.md diff --git a/content/zh/docs/DataBaseReference/PG_FOREIGN_SERVER.md b/content/zh/docs/DatabaseReference/PG_FOREIGN_SERVER.md similarity index 100% rename from content/zh/docs/DataBaseReference/PG_FOREIGN_SERVER.md rename to content/zh/docs/DatabaseReference/PG_FOREIGN_SERVER.md diff --git a/content/zh/docs/DataBaseReference/PG_FOREIGN_TABLE.md b/content/zh/docs/DatabaseReference/PG_FOREIGN_TABLE.md similarity index 100% rename from content/zh/docs/DataBaseReference/PG_FOREIGN_TABLE.md rename to content/zh/docs/DatabaseReference/PG_FOREIGN_TABLE.md diff --git a/content/zh/docs/DataBaseReference/PG_GET_INVALID_BACKENDS.md b/content/zh/docs/DatabaseReference/PG_GET_INVALID_BACKENDS.md similarity index 100% rename from content/zh/docs/DataBaseReference/PG_GET_INVALID_BACKENDS.md rename to content/zh/docs/DatabaseReference/PG_GET_INVALID_BACKENDS.md 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 100% rename from content/zh/docs/DataBaseReference/PG_GET_SENDERS_CATCHUP_TIME.md rename to content/zh/docs/DatabaseReference/PG_GET_SENDERS_CATCHUP_TIME.md diff --git a/content/zh/docs/DataBaseReference/PG_GROUP.md b/content/zh/docs/DatabaseReference/PG_GROUP.md similarity index 100% rename from content/zh/docs/DataBaseReference/PG_GROUP.md rename to content/zh/docs/DatabaseReference/PG_GROUP.md diff --git a/content/zh/docs/DataBaseReference/PG_GTT_ATTACHED_PIDS.md b/content/zh/docs/DatabaseReference/PG_GTT_ATTACHED_PIDS.md similarity index 100% rename from content/zh/docs/DataBaseReference/PG_GTT_ATTACHED_PIDS.md rename to content/zh/docs/DatabaseReference/PG_GTT_ATTACHED_PIDS.md diff --git a/content/zh/docs/DataBaseReference/PG_GTT_RELSTATS.md b/content/zh/docs/DatabaseReference/PG_GTT_RELSTATS.md similarity index 100% rename from content/zh/docs/DataBaseReference/PG_GTT_RELSTATS.md rename to content/zh/docs/DatabaseReference/PG_GTT_RELSTATS.md diff --git a/content/zh/docs/DataBaseReference/PG_GTT_STATS.md b/content/zh/docs/DatabaseReference/PG_GTT_STATS.md similarity index 100% rename from content/zh/docs/DataBaseReference/PG_GTT_STATS.md rename to content/zh/docs/DatabaseReference/PG_GTT_STATS.md diff --git a/content/zh/docs/DataBaseReference/PG_HASHBUCKET.md b/content/zh/docs/DatabaseReference/PG_HASHBUCKET.md similarity index 100% rename from content/zh/docs/DataBaseReference/PG_HASHBUCKET.md rename to content/zh/docs/DatabaseReference/PG_HASHBUCKET.md diff --git a/content/zh/docs/DataBaseReference/PG_INDEX.md b/content/zh/docs/DatabaseReference/PG_INDEX.md similarity index 100% rename from content/zh/docs/DataBaseReference/PG_INDEX.md rename to content/zh/docs/DatabaseReference/PG_INDEX.md diff --git a/content/zh/docs/DataBaseReference/PG_INDEXES.md b/content/zh/docs/DatabaseReference/PG_INDEXES.md similarity index 100% rename from content/zh/docs/DataBaseReference/PG_INDEXES.md rename to content/zh/docs/DatabaseReference/PG_INDEXES.md diff --git a/content/zh/docs/DataBaseReference/PG_INHERITS.md b/content/zh/docs/DatabaseReference/PG_INHERITS.md similarity index 100% rename from content/zh/docs/DataBaseReference/PG_INHERITS.md rename to content/zh/docs/DatabaseReference/PG_INHERITS.md diff --git a/content/zh/docs/DataBaseReference/PG_JOB.md b/content/zh/docs/DatabaseReference/PG_JOB.md similarity index 100% rename from content/zh/docs/DataBaseReference/PG_JOB.md rename to content/zh/docs/DatabaseReference/PG_JOB.md diff --git a/content/zh/docs/DataBaseReference/PG_JOB_PROC.md b/content/zh/docs/DatabaseReference/PG_JOB_PROC.md similarity index 100% rename from content/zh/docs/DataBaseReference/PG_JOB_PROC.md rename to content/zh/docs/DatabaseReference/PG_JOB_PROC.md diff --git a/content/zh/docs/DataBaseReference/PG_LANGUAGE.md b/content/zh/docs/DatabaseReference/PG_LANGUAGE.md similarity index 100% rename from content/zh/docs/DataBaseReference/PG_LANGUAGE.md rename to content/zh/docs/DatabaseReference/PG_LANGUAGE.md diff --git a/content/zh/docs/DataBaseReference/PG_LARGEOBJECT.md b/content/zh/docs/DatabaseReference/PG_LARGEOBJECT.md similarity index 100% rename from content/zh/docs/DataBaseReference/PG_LARGEOBJECT.md rename to content/zh/docs/DatabaseReference/PG_LARGEOBJECT.md diff --git a/content/zh/docs/DataBaseReference/PG_LARGEOBJECT_METADATA.md b/content/zh/docs/DatabaseReference/PG_LARGEOBJECT_METADATA.md similarity index 100% rename from content/zh/docs/DataBaseReference/PG_LARGEOBJECT_METADATA.md rename to content/zh/docs/DatabaseReference/PG_LARGEOBJECT_METADATA.md diff --git a/content/zh/docs/DataBaseReference/PG_LOCKS.md b/content/zh/docs/DatabaseReference/PG_LOCKS.md similarity index 100% rename from content/zh/docs/DataBaseReference/PG_LOCKS.md rename to content/zh/docs/DatabaseReference/PG_LOCKS.md diff --git a/content/zh/docs/DataBaseReference/PG_NAMESPACE.md b/content/zh/docs/DatabaseReference/PG_NAMESPACE.md similarity index 100% rename from content/zh/docs/DataBaseReference/PG_NAMESPACE.md rename to content/zh/docs/DatabaseReference/PG_NAMESPACE.md diff --git a/content/zh/docs/DataBaseReference/PG_NODE_ENV.md b/content/zh/docs/DatabaseReference/PG_NODE_ENV.md similarity index 100% rename from content/zh/docs/DataBaseReference/PG_NODE_ENV.md rename to content/zh/docs/DatabaseReference/PG_NODE_ENV.md diff --git a/content/zh/docs/DataBaseReference/PG_OBJECT.md b/content/zh/docs/DatabaseReference/PG_OBJECT.md similarity index 100% rename from content/zh/docs/DataBaseReference/PG_OBJECT.md rename to content/zh/docs/DatabaseReference/PG_OBJECT.md diff --git a/content/zh/docs/DataBaseReference/PG_OPCLASS.md b/content/zh/docs/DatabaseReference/PG_OPCLASS.md similarity index 100% rename from content/zh/docs/DataBaseReference/PG_OPCLASS.md rename to content/zh/docs/DatabaseReference/PG_OPCLASS.md diff --git a/content/zh/docs/DataBaseReference/PG_OPERATOR.md b/content/zh/docs/DatabaseReference/PG_OPERATOR.md similarity index 100% rename from content/zh/docs/DataBaseReference/PG_OPERATOR.md rename to content/zh/docs/DatabaseReference/PG_OPERATOR.md diff --git a/content/zh/docs/DataBaseReference/PG_OPFAMILY.md b/content/zh/docs/DatabaseReference/PG_OPFAMILY.md similarity index 100% rename from content/zh/docs/DataBaseReference/PG_OPFAMILY.md rename to content/zh/docs/DatabaseReference/PG_OPFAMILY.md diff --git a/content/zh/docs/DataBaseReference/PG_OS_THREADS.md b/content/zh/docs/DatabaseReference/PG_OS_THREADS.md similarity index 100% rename from content/zh/docs/DataBaseReference/PG_OS_THREADS.md rename to content/zh/docs/DatabaseReference/PG_OS_THREADS.md diff --git a/content/zh/docs/DataBaseReference/PG_PARTITION.md b/content/zh/docs/DatabaseReference/PG_PARTITION.md similarity index 100% rename from content/zh/docs/DataBaseReference/PG_PARTITION.md rename to content/zh/docs/DatabaseReference/PG_PARTITION.md diff --git a/content/zh/docs/DataBaseReference/PG_PLTEMPLATE.md b/content/zh/docs/DatabaseReference/PG_PLTEMPLATE.md similarity index 100% rename from content/zh/docs/DataBaseReference/PG_PLTEMPLATE.md rename to content/zh/docs/DatabaseReference/PG_PLTEMPLATE.md diff --git a/content/zh/docs/DataBaseReference/PG_PREPARED_STATEMENTS.md b/content/zh/docs/DatabaseReference/PG_PREPARED_STATEMENTS.md similarity index 100% rename from content/zh/docs/DataBaseReference/PG_PREPARED_STATEMENTS.md rename to content/zh/docs/DatabaseReference/PG_PREPARED_STATEMENTS.md diff --git a/content/zh/docs/DataBaseReference/PG_PREPARED_XACTS.md b/content/zh/docs/DatabaseReference/PG_PREPARED_XACTS.md similarity index 100% rename from content/zh/docs/DataBaseReference/PG_PREPARED_XACTS.md rename to content/zh/docs/DatabaseReference/PG_PREPARED_XACTS.md diff --git a/content/zh/docs/DataBaseReference/PG_PROC.md b/content/zh/docs/DatabaseReference/PG_PROC.md similarity index 100% rename from content/zh/docs/DataBaseReference/PG_PROC.md rename to content/zh/docs/DatabaseReference/PG_PROC.md diff --git a/content/zh/docs/DataBaseReference/PG_PUBLICATION.md b/content/zh/docs/DatabaseReference/PG_PUBLICATION.md similarity index 100% rename from content/zh/docs/DataBaseReference/PG_PUBLICATION.md rename to content/zh/docs/DatabaseReference/PG_PUBLICATION.md diff --git a/content/zh/docs/DataBaseReference/PG_PUBLICATION_REL.md b/content/zh/docs/DatabaseReference/PG_PUBLICATION_REL.md similarity index 100% rename from content/zh/docs/DataBaseReference/PG_PUBLICATION_REL.md rename to content/zh/docs/DatabaseReference/PG_PUBLICATION_REL.md diff --git a/content/zh/docs/DataBaseReference/PG_PUBLICATION_TABLES.md b/content/zh/docs/DatabaseReference/PG_PUBLICATION_TABLES.md similarity index 100% rename from content/zh/docs/DataBaseReference/PG_PUBLICATION_TABLES.md rename to content/zh/docs/DatabaseReference/PG_PUBLICATION_TABLES.md diff --git a/content/zh/docs/DataBaseReference/PG_RANGE.md b/content/zh/docs/DatabaseReference/PG_RANGE.md similarity index 100% rename from content/zh/docs/DataBaseReference/PG_RANGE.md rename to content/zh/docs/DatabaseReference/PG_RANGE.md diff --git a/content/zh/docs/DataBaseReference/PG_REPLICATION_ORIGIN.md b/content/zh/docs/DatabaseReference/PG_REPLICATION_ORIGIN.md similarity index 100% rename from content/zh/docs/DataBaseReference/PG_REPLICATION_ORIGIN.md rename to content/zh/docs/DatabaseReference/PG_REPLICATION_ORIGIN.md diff --git a/content/zh/docs/DataBaseReference/PG_REPLICATION_ORIGIN_STATUS.md b/content/zh/docs/DatabaseReference/PG_REPLICATION_ORIGIN_STATUS.md similarity index 100% rename from content/zh/docs/DataBaseReference/PG_REPLICATION_ORIGIN_STATUS.md rename to content/zh/docs/DatabaseReference/PG_REPLICATION_ORIGIN_STATUS.md diff --git a/content/zh/docs/DataBaseReference/PG_REPLICATION_SLOTS.md b/content/zh/docs/DatabaseReference/PG_REPLICATION_SLOTS.md similarity index 100% rename from content/zh/docs/DataBaseReference/PG_REPLICATION_SLOTS.md rename to content/zh/docs/DatabaseReference/PG_REPLICATION_SLOTS.md diff --git a/content/zh/docs/DataBaseReference/PG_RESOURCE_POOL.md b/content/zh/docs/DatabaseReference/PG_RESOURCE_POOL.md similarity index 100% rename from content/zh/docs/DataBaseReference/PG_RESOURCE_POOL.md rename to content/zh/docs/DatabaseReference/PG_RESOURCE_POOL.md diff --git a/content/zh/docs/DataBaseReference/PG_REWRITE.md b/content/zh/docs/DatabaseReference/PG_REWRITE.md similarity index 100% rename from content/zh/docs/DataBaseReference/PG_REWRITE.md rename to content/zh/docs/DatabaseReference/PG_REWRITE.md diff --git a/content/zh/docs/DataBaseReference/PG_RLSPOLICIES.md b/content/zh/docs/DatabaseReference/PG_RLSPOLICIES.md similarity index 100% rename from content/zh/docs/DataBaseReference/PG_RLSPOLICIES.md rename to content/zh/docs/DatabaseReference/PG_RLSPOLICIES.md diff --git a/content/zh/docs/DataBaseReference/PG_RLSPOLICY.md b/content/zh/docs/DatabaseReference/PG_RLSPOLICY.md similarity index 100% rename from content/zh/docs/DataBaseReference/PG_RLSPOLICY.md rename to content/zh/docs/DatabaseReference/PG_RLSPOLICY.md diff --git a/content/zh/docs/DataBaseReference/PG_ROLES.md b/content/zh/docs/DatabaseReference/PG_ROLES.md similarity index 100% rename from content/zh/docs/DataBaseReference/PG_ROLES.md rename to content/zh/docs/DatabaseReference/PG_ROLES.md diff --git a/content/zh/docs/DataBaseReference/PG_RULES.md b/content/zh/docs/DatabaseReference/PG_RULES.md similarity index 100% rename from content/zh/docs/DataBaseReference/PG_RULES.md rename to content/zh/docs/DatabaseReference/PG_RULES.md diff --git a/content/zh/docs/DataBaseReference/PG_RUNNING_XACTS.md b/content/zh/docs/DatabaseReference/PG_RUNNING_XACTS.md similarity index 100% rename from content/zh/docs/DataBaseReference/PG_RUNNING_XACTS.md rename to content/zh/docs/DatabaseReference/PG_RUNNING_XACTS.md diff --git a/content/zh/docs/DataBaseReference/PG_SECLABEL.md b/content/zh/docs/DatabaseReference/PG_SECLABEL.md similarity index 100% rename from content/zh/docs/DataBaseReference/PG_SECLABEL.md rename to content/zh/docs/DatabaseReference/PG_SECLABEL.md diff --git a/content/zh/docs/DataBaseReference/PG_SECLABELS.md b/content/zh/docs/DatabaseReference/PG_SECLABELS.md similarity index 100% rename from content/zh/docs/DataBaseReference/PG_SECLABELS.md rename to content/zh/docs/DatabaseReference/PG_SECLABELS.md diff --git a/content/zh/docs/DataBaseReference/PG_SESSION_IOSTAT.md b/content/zh/docs/DatabaseReference/PG_SESSION_IOSTAT.md similarity index 100% rename from content/zh/docs/DataBaseReference/PG_SESSION_IOSTAT.md rename to content/zh/docs/DatabaseReference/PG_SESSION_IOSTAT.md diff --git a/content/zh/docs/DataBaseReference/PG_SESSION_WLMSTAT.md b/content/zh/docs/DatabaseReference/PG_SESSION_WLMSTAT.md similarity index 100% rename from content/zh/docs/DataBaseReference/PG_SESSION_WLMSTAT.md rename to content/zh/docs/DatabaseReference/PG_SESSION_WLMSTAT.md diff --git a/content/zh/docs/DataBaseReference/PG_SET.md b/content/zh/docs/DatabaseReference/PG_SET.md similarity index 100% rename from content/zh/docs/DataBaseReference/PG_SET.md rename to content/zh/docs/DatabaseReference/PG_SET.md diff --git a/content/zh/docs/DataBaseReference/PG_SETTINGS.md b/content/zh/docs/DatabaseReference/PG_SETTINGS.md similarity index 100% rename from content/zh/docs/DataBaseReference/PG_SETTINGS.md rename to content/zh/docs/DatabaseReference/PG_SETTINGS.md diff --git a/content/zh/docs/DataBaseReference/PG_SHADOW.md b/content/zh/docs/DatabaseReference/PG_SHADOW.md similarity index 100% rename from content/zh/docs/DataBaseReference/PG_SHADOW.md rename to content/zh/docs/DatabaseReference/PG_SHADOW.md diff --git a/content/zh/docs/DataBaseReference/PG_SHDEPEND.md b/content/zh/docs/DatabaseReference/PG_SHDEPEND.md similarity index 100% rename from content/zh/docs/DataBaseReference/PG_SHDEPEND.md rename to content/zh/docs/DatabaseReference/PG_SHDEPEND.md diff --git a/content/zh/docs/DataBaseReference/PG_SHDESCRIPTION.md b/content/zh/docs/DatabaseReference/PG_SHDESCRIPTION.md similarity index 100% rename from content/zh/docs/DataBaseReference/PG_SHDESCRIPTION.md rename to content/zh/docs/DatabaseReference/PG_SHDESCRIPTION.md diff --git a/content/zh/docs/DataBaseReference/PG_SHSECLABEL.md b/content/zh/docs/DatabaseReference/PG_SHSECLABEL.md similarity index 100% rename from content/zh/docs/DataBaseReference/PG_SHSECLABEL.md rename to content/zh/docs/DatabaseReference/PG_SHSECLABEL.md diff --git a/content/zh/docs/DataBaseReference/PG_STATIO_ALL_INDEXES.md b/content/zh/docs/DatabaseReference/PG_STATIO_ALL_INDEXES.md similarity index 100% rename from content/zh/docs/DataBaseReference/PG_STATIO_ALL_INDEXES.md rename to content/zh/docs/DatabaseReference/PG_STATIO_ALL_INDEXES.md diff --git a/content/zh/docs/DataBaseReference/PG_STATIO_ALL_SEQUENCES.md b/content/zh/docs/DatabaseReference/PG_STATIO_ALL_SEQUENCES.md similarity index 100% rename from content/zh/docs/DataBaseReference/PG_STATIO_ALL_SEQUENCES.md rename to content/zh/docs/DatabaseReference/PG_STATIO_ALL_SEQUENCES.md diff --git a/content/zh/docs/DataBaseReference/PG_STATIO_ALL_TABLES.md b/content/zh/docs/DatabaseReference/PG_STATIO_ALL_TABLES.md similarity index 100% rename from content/zh/docs/DataBaseReference/PG_STATIO_ALL_TABLES.md rename to content/zh/docs/DatabaseReference/PG_STATIO_ALL_TABLES.md diff --git a/content/zh/docs/DataBaseReference/PG_STATIO_SYS_INDEXES.md b/content/zh/docs/DatabaseReference/PG_STATIO_SYS_INDEXES.md similarity index 100% rename from content/zh/docs/DataBaseReference/PG_STATIO_SYS_INDEXES.md rename to content/zh/docs/DatabaseReference/PG_STATIO_SYS_INDEXES.md diff --git a/content/zh/docs/DataBaseReference/PG_STATIO_SYS_SEQUENCES.md b/content/zh/docs/DatabaseReference/PG_STATIO_SYS_SEQUENCES.md similarity index 100% rename from content/zh/docs/DataBaseReference/PG_STATIO_SYS_SEQUENCES.md rename to content/zh/docs/DatabaseReference/PG_STATIO_SYS_SEQUENCES.md diff --git a/content/zh/docs/DataBaseReference/PG_STATIO_SYS_TABLES.md b/content/zh/docs/DatabaseReference/PG_STATIO_SYS_TABLES.md similarity index 100% rename from content/zh/docs/DataBaseReference/PG_STATIO_SYS_TABLES.md rename to content/zh/docs/DatabaseReference/PG_STATIO_SYS_TABLES.md diff --git a/content/zh/docs/DataBaseReference/PG_STATIO_USER_INDEXES.md b/content/zh/docs/DatabaseReference/PG_STATIO_USER_INDEXES.md similarity index 100% rename from content/zh/docs/DataBaseReference/PG_STATIO_USER_INDEXES.md rename to content/zh/docs/DatabaseReference/PG_STATIO_USER_INDEXES.md diff --git a/content/zh/docs/DataBaseReference/PG_STATIO_USER_SEQUENCES.md b/content/zh/docs/DatabaseReference/PG_STATIO_USER_SEQUENCES.md similarity index 100% rename from content/zh/docs/DataBaseReference/PG_STATIO_USER_SEQUENCES.md rename to content/zh/docs/DatabaseReference/PG_STATIO_USER_SEQUENCES.md diff --git a/content/zh/docs/DataBaseReference/PG_STATIO_USER_TABLES.md b/content/zh/docs/DatabaseReference/PG_STATIO_USER_TABLES.md similarity index 100% rename from content/zh/docs/DataBaseReference/PG_STATIO_USER_TABLES.md rename to content/zh/docs/DatabaseReference/PG_STATIO_USER_TABLES.md diff --git a/content/zh/docs/DataBaseReference/PG_STATISTIC.md b/content/zh/docs/DatabaseReference/PG_STATISTIC.md similarity index 100% rename from content/zh/docs/DataBaseReference/PG_STATISTIC.md rename to content/zh/docs/DatabaseReference/PG_STATISTIC.md diff --git a/content/zh/docs/DataBaseReference/PG_STATISTIC_EXT.md b/content/zh/docs/DatabaseReference/PG_STATISTIC_EXT.md similarity index 100% rename from content/zh/docs/DataBaseReference/PG_STATISTIC_EXT.md rename to content/zh/docs/DatabaseReference/PG_STATISTIC_EXT.md diff --git a/content/zh/docs/DataBaseReference/PG_STATS.md b/content/zh/docs/DatabaseReference/PG_STATS.md similarity index 100% rename from content/zh/docs/DataBaseReference/PG_STATS.md rename to content/zh/docs/DatabaseReference/PG_STATS.md diff --git a/content/zh/docs/DataBaseReference/PG_STAT_ACTIVITY.md b/content/zh/docs/DatabaseReference/PG_STAT_ACTIVITY.md similarity index 100% rename from content/zh/docs/DataBaseReference/PG_STAT_ACTIVITY.md rename to content/zh/docs/DatabaseReference/PG_STAT_ACTIVITY.md diff --git a/content/zh/docs/DataBaseReference/PG_STAT_ACTIVITY_NG.md b/content/zh/docs/DatabaseReference/PG_STAT_ACTIVITY_NG.md similarity index 100% rename from content/zh/docs/DataBaseReference/PG_STAT_ACTIVITY_NG.md rename to content/zh/docs/DatabaseReference/PG_STAT_ACTIVITY_NG.md diff --git a/content/zh/docs/DataBaseReference/PG_STAT_ALL_INDEXES.md b/content/zh/docs/DatabaseReference/PG_STAT_ALL_INDEXES.md similarity index 100% rename from content/zh/docs/DataBaseReference/PG_STAT_ALL_INDEXES.md rename to content/zh/docs/DatabaseReference/PG_STAT_ALL_INDEXES.md diff --git a/content/zh/docs/DataBaseReference/PG_STAT_ALL_TABLES.md b/content/zh/docs/DatabaseReference/PG_STAT_ALL_TABLES.md similarity index 100% rename from content/zh/docs/DataBaseReference/PG_STAT_ALL_TABLES.md rename to content/zh/docs/DatabaseReference/PG_STAT_ALL_TABLES.md diff --git a/content/zh/docs/DataBaseReference/PG_STAT_BAD_BLOCK.md b/content/zh/docs/DatabaseReference/PG_STAT_BAD_BLOCK.md similarity index 100% rename from content/zh/docs/DataBaseReference/PG_STAT_BAD_BLOCK.md rename to content/zh/docs/DatabaseReference/PG_STAT_BAD_BLOCK.md diff --git a/content/zh/docs/DataBaseReference/PG_STAT_BGWRITER.md b/content/zh/docs/DatabaseReference/PG_STAT_BGWRITER.md similarity index 100% rename from content/zh/docs/DataBaseReference/PG_STAT_BGWRITER.md rename to content/zh/docs/DatabaseReference/PG_STAT_BGWRITER.md diff --git a/content/zh/docs/DataBaseReference/PG_STAT_DATABASE.md b/content/zh/docs/DatabaseReference/PG_STAT_DATABASE.md similarity index 100% rename from content/zh/docs/DataBaseReference/PG_STAT_DATABASE.md rename to content/zh/docs/DatabaseReference/PG_STAT_DATABASE.md diff --git a/content/zh/docs/DataBaseReference/PG_STAT_DATABASE_CONFLICTS.md b/content/zh/docs/DatabaseReference/PG_STAT_DATABASE_CONFLICTS.md similarity index 100% rename from content/zh/docs/DataBaseReference/PG_STAT_DATABASE_CONFLICTS.md rename to content/zh/docs/DatabaseReference/PG_STAT_DATABASE_CONFLICTS.md diff --git a/content/zh/docs/DataBaseReference/PG_STAT_REPLICATION.md b/content/zh/docs/DatabaseReference/PG_STAT_REPLICATION.md similarity index 100% rename from content/zh/docs/DataBaseReference/PG_STAT_REPLICATION.md rename to content/zh/docs/DatabaseReference/PG_STAT_REPLICATION.md diff --git a/content/zh/docs/DataBaseReference/PG_STAT_SUBSCRIPTION.md b/content/zh/docs/DatabaseReference/PG_STAT_SUBSCRIPTION.md similarity index 100% rename from content/zh/docs/DataBaseReference/PG_STAT_SUBSCRIPTION.md rename to content/zh/docs/DatabaseReference/PG_STAT_SUBSCRIPTION.md diff --git a/content/zh/docs/DataBaseReference/PG_STAT_SYS_INDEXES.md b/content/zh/docs/DatabaseReference/PG_STAT_SYS_INDEXES.md similarity index 100% rename from content/zh/docs/DataBaseReference/PG_STAT_SYS_INDEXES.md rename to content/zh/docs/DatabaseReference/PG_STAT_SYS_INDEXES.md diff --git a/content/zh/docs/DataBaseReference/PG_STAT_SYS_TABLES.md b/content/zh/docs/DatabaseReference/PG_STAT_SYS_TABLES.md similarity index 100% rename from content/zh/docs/DataBaseReference/PG_STAT_SYS_TABLES.md rename to content/zh/docs/DatabaseReference/PG_STAT_SYS_TABLES.md diff --git a/content/zh/docs/DataBaseReference/PG_STAT_USER_FUNCTIONS.md b/content/zh/docs/DatabaseReference/PG_STAT_USER_FUNCTIONS.md similarity index 100% rename from content/zh/docs/DataBaseReference/PG_STAT_USER_FUNCTIONS.md rename to content/zh/docs/DatabaseReference/PG_STAT_USER_FUNCTIONS.md diff --git a/content/zh/docs/DataBaseReference/PG_STAT_USER_INDEXES.md b/content/zh/docs/DatabaseReference/PG_STAT_USER_INDEXES.md similarity index 100% rename from content/zh/docs/DataBaseReference/PG_STAT_USER_INDEXES.md rename to content/zh/docs/DatabaseReference/PG_STAT_USER_INDEXES.md diff --git a/content/zh/docs/DataBaseReference/PG_STAT_USER_TABLES.md b/content/zh/docs/DatabaseReference/PG_STAT_USER_TABLES.md similarity index 100% rename from content/zh/docs/DataBaseReference/PG_STAT_USER_TABLES.md rename to content/zh/docs/DatabaseReference/PG_STAT_USER_TABLES.md 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 100% rename from content/zh/docs/DataBaseReference/PG_STAT_XACT_ALL_TABLES.md rename to content/zh/docs/DatabaseReference/PG_STAT_XACT_ALL_TABLES.md 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 100% rename from content/zh/docs/DataBaseReference/PG_STAT_XACT_SYS_TABLES.md rename to content/zh/docs/DatabaseReference/PG_STAT_XACT_SYS_TABLES.md 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 100% rename from content/zh/docs/DataBaseReference/PG_STAT_XACT_USER_FUNCTIONS.md rename to content/zh/docs/DatabaseReference/PG_STAT_XACT_USER_FUNCTIONS.md 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 100% rename from content/zh/docs/DataBaseReference/PG_STAT_XACT_USER_TABLES.md rename to content/zh/docs/DatabaseReference/PG_STAT_XACT_USER_TABLES.md diff --git a/content/zh/docs/DataBaseReference/PG_SUBSCRIPTION.md b/content/zh/docs/DatabaseReference/PG_SUBSCRIPTION.md similarity index 100% rename from content/zh/docs/DataBaseReference/PG_SUBSCRIPTION.md rename to content/zh/docs/DatabaseReference/PG_SUBSCRIPTION.md diff --git a/content/zh/docs/DataBaseReference/PG_SUBSCRIPTION_REL.md b/content/zh/docs/DatabaseReference/PG_SUBSCRIPTION_REL.md similarity index 100% rename from content/zh/docs/DataBaseReference/PG_SUBSCRIPTION_REL.md rename to content/zh/docs/DatabaseReference/PG_SUBSCRIPTION_REL.md diff --git a/content/zh/docs/DataBaseReference/PG_SYNONYM.md b/content/zh/docs/DatabaseReference/PG_SYNONYM.md similarity index 100% rename from content/zh/docs/DataBaseReference/PG_SYNONYM.md rename to content/zh/docs/DatabaseReference/PG_SYNONYM.md diff --git a/content/zh/docs/DataBaseReference/PG_TABLES.md b/content/zh/docs/DatabaseReference/PG_TABLES.md similarity index 100% rename from content/zh/docs/DataBaseReference/PG_TABLES.md rename to content/zh/docs/DatabaseReference/PG_TABLES.md diff --git a/content/zh/docs/DataBaseReference/PG_TABLESPACE.md b/content/zh/docs/DatabaseReference/PG_TABLESPACE.md similarity index 100% rename from content/zh/docs/DataBaseReference/PG_TABLESPACE.md rename to content/zh/docs/DatabaseReference/PG_TABLESPACE.md diff --git a/content/zh/docs/DataBaseReference/PG_TDE_INFO.md b/content/zh/docs/DatabaseReference/PG_TDE_INFO.md similarity index 100% rename from content/zh/docs/DataBaseReference/PG_TDE_INFO.md rename to content/zh/docs/DatabaseReference/PG_TDE_INFO.md diff --git a/content/zh/docs/DataBaseReference/PG_THREAD_WAIT_STATUS.md b/content/zh/docs/DatabaseReference/PG_THREAD_WAIT_STATUS.md similarity index 100% rename from content/zh/docs/DataBaseReference/PG_THREAD_WAIT_STATUS.md rename to content/zh/docs/DatabaseReference/PG_THREAD_WAIT_STATUS.md diff --git a/content/zh/docs/DataBaseReference/PG_TIMEZONE_ABBREVS.md b/content/zh/docs/DatabaseReference/PG_TIMEZONE_ABBREVS.md similarity index 100% rename from content/zh/docs/DataBaseReference/PG_TIMEZONE_ABBREVS.md rename to content/zh/docs/DatabaseReference/PG_TIMEZONE_ABBREVS.md diff --git a/content/zh/docs/DataBaseReference/PG_TIMEZONE_NAMES.md b/content/zh/docs/DatabaseReference/PG_TIMEZONE_NAMES.md similarity index 100% rename from content/zh/docs/DataBaseReference/PG_TIMEZONE_NAMES.md rename to content/zh/docs/DatabaseReference/PG_TIMEZONE_NAMES.md diff --git a/content/zh/docs/DataBaseReference/PG_TOTAL_MEMORY_DETAIL.md b/content/zh/docs/DatabaseReference/PG_TOTAL_MEMORY_DETAIL.md similarity index 100% rename from content/zh/docs/DataBaseReference/PG_TOTAL_MEMORY_DETAIL.md rename to content/zh/docs/DatabaseReference/PG_TOTAL_MEMORY_DETAIL.md 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 100% rename from content/zh/docs/DataBaseReference/PG_TOTAL_USER_RESOURCE_INFO.md rename to content/zh/docs/DatabaseReference/PG_TOTAL_USER_RESOURCE_INFO.md 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 100% 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 diff --git a/content/zh/docs/DataBaseReference/PG_TRIGGER.md b/content/zh/docs/DatabaseReference/PG_TRIGGER.md similarity index 100% rename from content/zh/docs/DataBaseReference/PG_TRIGGER.md rename to content/zh/docs/DatabaseReference/PG_TRIGGER.md diff --git a/content/zh/docs/DataBaseReference/PG_TS_CONFIG.md b/content/zh/docs/DatabaseReference/PG_TS_CONFIG.md similarity index 100% rename from content/zh/docs/DataBaseReference/PG_TS_CONFIG.md rename to content/zh/docs/DatabaseReference/PG_TS_CONFIG.md diff --git a/content/zh/docs/DataBaseReference/PG_TS_CONFIG_MAP.md b/content/zh/docs/DatabaseReference/PG_TS_CONFIG_MAP.md similarity index 100% rename from content/zh/docs/DataBaseReference/PG_TS_CONFIG_MAP.md rename to content/zh/docs/DatabaseReference/PG_TS_CONFIG_MAP.md diff --git a/content/zh/docs/DataBaseReference/PG_TS_DICT.md b/content/zh/docs/DatabaseReference/PG_TS_DICT.md similarity index 100% rename from content/zh/docs/DataBaseReference/PG_TS_DICT.md rename to content/zh/docs/DatabaseReference/PG_TS_DICT.md diff --git a/content/zh/docs/DataBaseReference/PG_TS_PARSER.md b/content/zh/docs/DatabaseReference/PG_TS_PARSER.md similarity index 100% rename from content/zh/docs/DataBaseReference/PG_TS_PARSER.md rename to content/zh/docs/DatabaseReference/PG_TS_PARSER.md diff --git a/content/zh/docs/DataBaseReference/PG_TS_TEMPLATE.md b/content/zh/docs/DatabaseReference/PG_TS_TEMPLATE.md similarity index 100% rename from content/zh/docs/DataBaseReference/PG_TS_TEMPLATE.md rename to content/zh/docs/DatabaseReference/PG_TS_TEMPLATE.md diff --git a/content/zh/docs/DataBaseReference/PG_TYPE.md b/content/zh/docs/DatabaseReference/PG_TYPE.md similarity index 100% rename from content/zh/docs/DataBaseReference/PG_TYPE.md rename to content/zh/docs/DatabaseReference/PG_TYPE.md diff --git a/content/zh/docs/DataBaseReference/PG_USER.md b/content/zh/docs/DatabaseReference/PG_USER.md similarity index 100% rename from content/zh/docs/DataBaseReference/PG_USER.md rename to content/zh/docs/DatabaseReference/PG_USER.md diff --git a/content/zh/docs/DataBaseReference/PG_USER_MAPPING.md b/content/zh/docs/DatabaseReference/PG_USER_MAPPING.md similarity index 100% rename from content/zh/docs/DataBaseReference/PG_USER_MAPPING.md rename to content/zh/docs/DatabaseReference/PG_USER_MAPPING.md diff --git a/content/zh/docs/DataBaseReference/PG_USER_MAPPINGS.md b/content/zh/docs/DatabaseReference/PG_USER_MAPPINGS.md similarity index 100% rename from content/zh/docs/DataBaseReference/PG_USER_MAPPINGS.md rename to content/zh/docs/DatabaseReference/PG_USER_MAPPINGS.md diff --git a/content/zh/docs/DataBaseReference/PG_USER_STATUS.md b/content/zh/docs/DatabaseReference/PG_USER_STATUS.md similarity index 100% rename from content/zh/docs/DataBaseReference/PG_USER_STATUS.md rename to content/zh/docs/DatabaseReference/PG_USER_STATUS.md diff --git a/content/zh/docs/DataBaseReference/PG_VARIABLE_INFO.md b/content/zh/docs/DatabaseReference/PG_VARIABLE_INFO.md similarity index 100% rename from content/zh/docs/DataBaseReference/PG_VARIABLE_INFO.md rename to content/zh/docs/DatabaseReference/PG_VARIABLE_INFO.md diff --git a/content/zh/docs/DataBaseReference/PG_VIEWS.md b/content/zh/docs/DatabaseReference/PG_VIEWS.md similarity index 100% rename from content/zh/docs/DataBaseReference/PG_VIEWS.md rename to content/zh/docs/DatabaseReference/PG_VIEWS.md diff --git a/content/zh/docs/DataBaseReference/PG_WLM_STATISTICS.md b/content/zh/docs/DatabaseReference/PG_WLM_STATISTICS.md similarity index 100% rename from content/zh/docs/DataBaseReference/PG_WLM_STATISTICS.md rename to content/zh/docs/DatabaseReference/PG_WLM_STATISTICS.md diff --git a/content/zh/docs/DataBaseReference/PG_WORKLOAD_GROUP.md b/content/zh/docs/DatabaseReference/PG_WORKLOAD_GROUP.md similarity index 100% rename from content/zh/docs/DataBaseReference/PG_WORKLOAD_GROUP.md rename to content/zh/docs/DatabaseReference/PG_WORKLOAD_GROUP.md diff --git a/content/zh/docs/DataBaseReference/PLAN_TABLE.md b/content/zh/docs/DatabaseReference/PLAN_TABLE.md similarity index 100% rename from content/zh/docs/DataBaseReference/PLAN_TABLE.md rename to content/zh/docs/DatabaseReference/PLAN_TABLE.md diff --git a/content/zh/docs/DataBaseReference/PLAN_TABLE_DATA.md b/content/zh/docs/DatabaseReference/PLAN_TABLE_DATA.md similarity index 100% rename from content/zh/docs/DataBaseReference/PLAN_TABLE_DATA.md rename to content/zh/docs/DatabaseReference/PLAN_TABLE_DATA.md diff --git a/content/zh/docs/DataBaseReference/Query-22.md b/content/zh/docs/DatabaseReference/Query-22.md similarity index 100% rename from content/zh/docs/DataBaseReference/Query-22.md rename to content/zh/docs/DatabaseReference/Query-22.md diff --git a/content/zh/docs/DataBaseReference/Query_GUC.md b/content/zh/docs/DatabaseReference/Query_GUC.md similarity index 100% rename from content/zh/docs/DataBaseReference/Query_GUC.md rename to content/zh/docs/DatabaseReference/Query_GUC.md 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 100% 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" diff --git a/content/zh/docs/DataBaseReference/STATEMENT_HISTORY.md b/content/zh/docs/DatabaseReference/STATEMENT_HISTORY.md similarity index 100% rename from content/zh/docs/DataBaseReference/STATEMENT_HISTORY.md rename to content/zh/docs/DatabaseReference/STATEMENT_HISTORY.md diff --git a/content/zh/docs/DataBaseReference/Undo.md b/content/zh/docs/DatabaseReference/Undo.md similarity index 100% rename from content/zh/docs/DataBaseReference/Undo.md rename to content/zh/docs/DatabaseReference/Undo.md diff --git a/content/zh/docs/DataBaseReference/_PG_FOREIGN_DATA_WRAPPERS.md b/content/zh/docs/DatabaseReference/_PG_FOREIGN_DATA_WRAPPERS.md similarity index 100% rename from content/zh/docs/DataBaseReference/_PG_FOREIGN_DATA_WRAPPERS.md rename to content/zh/docs/DatabaseReference/_PG_FOREIGN_DATA_WRAPPERS.md diff --git a/content/zh/docs/DataBaseReference/_PG_USER_MAPPINGS.md b/content/zh/docs/DatabaseReference/_PG_USER_MAPPINGS.md similarity index 100% rename from content/zh/docs/DataBaseReference/_PG_USER_MAPPINGS.md rename to content/zh/docs/DatabaseReference/_PG_USER_MAPPINGS.md 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 100% 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" 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 100% 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" 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 100% 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" 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 100% 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" diff --git a/content/zh/docs/DataBaseReference/public_sys-resources/icon-caution.gif b/content/zh/docs/DatabaseReference/public_sys-resources/icon-caution.gif similarity index 100% rename from content/zh/docs/DataBaseReference/public_sys-resources/icon-caution.gif rename to content/zh/docs/DatabaseReference/public_sys-resources/icon-caution.gif diff --git a/content/zh/docs/DataBaseReference/public_sys-resources/icon-danger.gif b/content/zh/docs/DatabaseReference/public_sys-resources/icon-danger.gif similarity index 100% rename from content/zh/docs/DataBaseReference/public_sys-resources/icon-danger.gif rename to content/zh/docs/DatabaseReference/public_sys-resources/icon-danger.gif diff --git a/content/zh/docs/DataBaseReference/public_sys-resources/icon-note.gif b/content/zh/docs/DatabaseReference/public_sys-resources/icon-note.gif similarity index 100% rename from content/zh/docs/DataBaseReference/public_sys-resources/icon-note.gif rename to content/zh/docs/DatabaseReference/public_sys-resources/icon-note.gif diff --git a/content/zh/docs/DataBaseReference/public_sys-resources/icon-notice.gif b/content/zh/docs/DatabaseReference/public_sys-resources/icon-notice.gif similarity index 100% rename from content/zh/docs/DataBaseReference/public_sys-resources/icon-notice.gif rename to content/zh/docs/DatabaseReference/public_sys-resources/icon-notice.gif diff --git a/content/zh/docs/DataBaseReference/public_sys-resources/icon-tip.gif b/content/zh/docs/DatabaseReference/public_sys-resources/icon-tip.gif similarity index 100% rename from content/zh/docs/DataBaseReference/public_sys-resources/icon-tip.gif rename to content/zh/docs/DatabaseReference/public_sys-resources/icon-tip.gif diff --git a/content/zh/docs/DataBaseReference/public_sys-resources/icon-warning.gif b/content/zh/docs/DatabaseReference/public_sys-resources/icon-warning.gif similarity index 100% rename from content/zh/docs/DataBaseReference/public_sys-resources/icon-warning.gif rename to content/zh/docs/DatabaseReference/public_sys-resources/icon-warning.gif 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 100% 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" 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 100% 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" 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 100% 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" 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 100% 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" 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 100% 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" 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 100% 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" 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 100% 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" 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 100% 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" 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 100% 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" 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 100% 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" 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 100% 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" 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 100% 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" 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 100% 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" 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 100% 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" 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 100% 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" 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 100% 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" 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 100% 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" 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 100% 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" 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 100% 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" 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 100% 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" 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 100% 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" 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 100% 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" 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 100% 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" 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 100% 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" 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 100% 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" 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 100% 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" 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 100% 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" 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 100% 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" 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 100% 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" 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 100% 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" 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 100% 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" 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 100% 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" 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 100% 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" 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 100% 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" 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 100% 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" 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 100% 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" 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 100% 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" 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 100% 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" 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 100% 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" 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 100% 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" 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 100% 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" 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 100% 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" 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 100% 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" 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 100% 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" 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 100% 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" 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 100% 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" 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 100% 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" 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 - \345\211\257\346\234\254.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 - \345\211\257\346\234\254.md" similarity index 100% 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 - \345\211\257\346\234\254.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 - \345\211\257\346\234\254.md" 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 100% 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" 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 100% 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" 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 100% 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" 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 100% 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" 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 100% 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" 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 100% 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" 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 100% 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" 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 100% 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" 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 100% 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" 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 100% 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" 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 100% 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" 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 100% 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" 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 100% 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" 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 100% 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" 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 100% 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" 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 100% 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" 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 100% 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" 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 100% 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" 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 100% 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" 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 100% 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" 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 100% 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" 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 100% 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" 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 100% 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" 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 100% 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" 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 100% 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" 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 100% 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" 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 100% 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" 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" similarity index 100% rename from "content/zh/docs/DataBaseReference/\351\200\232\344\277\241\345\272\223\345\217\202\346\225\260.md" rename to "content/zh/docs/DatabaseReference/\351\200\232\344\277\241\345\272\223\345\217\202\346\225\260.md" 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 100% 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" 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 100% 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" 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 100% 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" diff --git "a/content/zh/docs/DataBaseReference/\351\224\201\347\256\241\347\220\206.md" "b/content/zh/docs/DatabaseReference/\351\224\201\347\256\241\347\220\206.md" similarity index 100% rename from "content/zh/docs/DataBaseReference/\351\224\201\347\256\241\347\220\206.md" rename to "content/zh/docs/DatabaseReference/\351\224\201\347\256\241\347\220\206.md" diff --git "a/content/zh/docs/DataBaseReference/\351\224\231\350\257\257\346\212\245\345\221\212\345\222\214\346\227\245\345\277\227.md" "b/content/zh/docs/DatabaseReference/\351\224\231\350\257\257\346\212\245\345\221\212\345\222\214\346\227\245\345\277\227.md" similarity index 100% rename from "content/zh/docs/DataBaseReference/\351\224\231\350\257\257\346\212\245\345\221\212\345\222\214\346\227\245\345\277\227.md" rename to "content/zh/docs/DatabaseReference/\351\224\231\350\257\257\346\212\245\345\221\212\345\222\214\346\227\245\345\277\227.md" diff --git "a/content/zh/docs/DataBaseReference/\351\224\231\350\257\257\347\240\201\345\217\202\350\200\203.md" "b/content/zh/docs/DatabaseReference/\351\224\231\350\257\257\347\240\201\345\217\202\350\200\203.md" similarity index 100% rename from "content/zh/docs/DataBaseReference/\351\224\231\350\257\257\347\240\201\345\217\202\350\200\203.md" rename to "content/zh/docs/DatabaseReference/\351\224\231\350\257\257\347\240\201\345\217\202\350\200\203.md" diff --git "a/content/zh/docs/DataBaseReference/\351\227\252\345\233\236\347\233\270\345\205\263\345\217\202\346\225\260.md" "b/content/zh/docs/DatabaseReference/\351\227\252\345\233\236\347\233\270\345\205\263\345\217\202\346\225\260.md" similarity index 100% rename from "content/zh/docs/DataBaseReference/\351\227\252\345\233\236\347\233\270\345\205\263\345\217\202\346\225\260.md" rename to "content/zh/docs/DatabaseReference/\351\227\252\345\233\236\347\233\270\345\205\263\345\217\202\346\225\260.md" diff --git "a/content/zh/docs/DataBaseReference/\351\242\204\345\206\231\345\274\217\346\227\245\345\277\227.md" "b/content/zh/docs/DatabaseReference/\351\242\204\345\206\231\345\274\217\346\227\245\345\277\227.md" similarity index 100% rename from "content/zh/docs/DataBaseReference/\351\242\204\345\206\231\345\274\217\346\227\245\345\277\227.md" rename to "content/zh/docs/DatabaseReference/\351\242\204\345\206\231\345\274\217\346\227\245\345\277\227.md" diff --git "a/content/zh/docs/DataBaseReference/\351\242\204\347\225\231\345\217\202\346\225\260.md" "b/content/zh/docs/DatabaseReference/\351\242\204\347\225\231\345\217\202\346\225\260.md" similarity index 100% rename from "content/zh/docs/DataBaseReference/\351\242\204\347\225\231\345\217\202\346\225\260.md" rename to "content/zh/docs/DatabaseReference/\351\242\204\347\225\231\345\217\202\346\225\260.md" diff --git "a/content/zh/docs/DataBaseReference/\351\253\230\346\225\210\346\225\260\346\215\256\345\216\213\347\274\251\347\256\227\346\263\225\347\233\270\345\205\263\345\217\202\346\225\260.md" "b/content/zh/docs/DatabaseReference/\351\253\230\346\225\210\346\225\260\346\215\256\345\216\213\347\274\251\347\256\227\346\263\225\347\233\270\345\205\263\345\217\202\346\225\260.md" similarity index 100% rename from "content/zh/docs/DataBaseReference/\351\253\230\346\225\210\346\225\260\346\215\256\345\216\213\347\274\251\347\256\227\346\263\225\347\233\270\345\205\263\345\217\202\346\225\260.md" rename to "content/zh/docs/DatabaseReference/\351\253\230\346\225\210\346\225\260\346\215\256\345\216\213\347\274\251\347\256\227\346\263\225\347\233\270\345\205\263\345\217\202\346\225\260.md" -- Gitee From 367244fa16919a4ab0550409a442e91221d34e7f Mon Sep 17 00:00:00 2001 From: liyang <264327807@qq.com> Date: Tue, 4 Apr 2023 01:26:36 +0000 Subject: [PATCH 26/75] =?UTF-8?q?=E9=87=8D=E5=91=BD=E5=90=8D=20content/zh/?= =?UTF-8?q?docs/Developerguide=20=E4=B8=BA=20content/zh/docs/DeveloperGuid?= =?UTF-8?q?e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../CopyManager.md | 0 .../Database-Stat.md | 0 ...se\345\222\214Schema\350\256\276\350\256\241.md" | 0 ...\222\214\347\216\257\345\242\203\347\261\273.md" | 0 ...\217\202\346\225\260\345\217\202\350\200\203.md" | 0 ...\216\245\345\217\243\345\217\202\350\200\203.md" | 0 .../DeveloperGuide/JDBC\351\205\215\347\275\256.md" | 0 ...\275\256\346\225\260\346\215\256\346\272\220.md" | 0 ...\222\214\345\244\264\346\226\207\344\273\266.md" | 0 ...\216\245\345\217\243\345\217\202\350\200\203.md" | 0 .../{Developerguide => DeveloperGuide}/PQcancel.md | 0 .../{Developerguide => DeveloperGuide}/PQclear.md | 0 .../PQconnectStart.md | 0 .../PQconnectdb.md | 0 .../PQconnectdbParams.md | 0 .../PQconninfoParse.md | 0 .../PQerrorMessage.md | 0 .../{Developerguide => DeveloperGuide}/PQexec.md | 0 .../PQexecParams.md | 0 .../PQexecParamsBatch.md | 0 .../PQexecPrepared.md | 0 .../PQexecPreparedBatch.md | 0 .../{Developerguide => DeveloperGuide}/PQfinish.md | 0 .../{Developerguide => DeveloperGuide}/PQflush.md | 0 .../{Developerguide => DeveloperGuide}/PQfname.md | 0 .../PQfreeCancel.md | 0 .../PQgetCancel.md | 0 .../PQgetvalue.md | 0 .../{Developerguide => DeveloperGuide}/PQnfields.md | 0 .../{Developerguide => DeveloperGuide}/PQntuples.md | 0 .../{Developerguide => DeveloperGuide}/PQprepare.md | 0 .../{Developerguide => DeveloperGuide}/PQreset.md | 0 .../PQresultStatus.md | 0 .../PQsendPrepare.md | 0 .../PQsendQuery.md | 0 .../PQsendQueryParams.md | 0 .../PQsendQueryPrepared.md | 0 .../PQsetdbLogin.md | 0 .../{Developerguide => DeveloperGuide}/PQstatus.md | 0 .../zh/docs/DeveloperGuide/Psycopg\345\214\205.md" | 0 ...\216\245\345\217\243\345\217\202\350\200\203.md" | 0 .../SNAPSHOT-SNAPSHOT.md | 0 .../SNAPSHOT-TABLES_SNAP_TIMESTAMP.md | 0 .../{Developerguide => DeveloperGuide}/SNAP_SEQ.md | 0 .../SQLAllocConnect.md | 0 .../SQLAllocEnv.md | 0 .../SQLAllocHandle.md | 0 .../SQLAllocStmt.md | 0 .../SQLBindCol.md | 0 .../SQLBindParameter.md | 0 .../SQLColAttribute.md | 0 .../SQLConnect.md | 0 .../SQLDisconnect.md | 0 .../SQLExecDirect.md | 0 .../SQLExecute.md | 0 .../{Developerguide => DeveloperGuide}/SQLFetch.md | 0 .../SQLFreeConnect.md | 0 .../SQLFreeEnv.md | 0 .../SQLFreeHandle.md | 0 .../SQLFreeStmt.md | 0 .../SQLGetData.md | 0 .../SQLGetDiagRec.md | 0 .../SQLPrepare.md | 0 .../SQLSetConnectAttr.md | 0 .../SQLSetEnvAttr.md | 0 .../SQLSetStmtAttr.md | 0 .../DeveloperGuide/SQL\347\274\226\345\206\231.md" | 0 .../WDR-Snapshot-Schema.md | 0 ...\216\237\344\277\241\346\201\257\350\241\250.md" | 0 ...napshot-\346\225\260\346\215\256\350\241\250.md" | 0 ...\200\247\350\203\275\346\212\245\345\221\212.md" | 0 .../connection-close.md | 0 .../connection-commit.md | 0 .../connection-cursor.md | 0 .../connection-rollback.md | 0 .../curosr-executemany-query-vars_list.md | 0 .../cursor-close.md | 0 .../cursor-execute-query-vars_list.md | 0 .../cursor-fetchall.md | 0 .../cursor-fetchone.md | 0 .../{Developerguide => DeveloperGuide}/dblink.md | 0 ...4\231\344\271\261\350\260\203\346\225\2641).png" | Bin ...4\231\344\271\261\350\260\203\346\225\2642).png" | Bin ...0\203\346\225\264\347\244\272\344\276\2133).png" | Bin ...203\346\225\264\347\244\272\344\276\2133-1).png" | Bin ...24\231\344\271\261\350\260\203\346\225\2641.png" | Bin ...24\231\344\271\261\350\260\203\346\225\2642.png" | Bin ...\203\346\225\264\347\244\272\344\276\2133-1.png" | Bin ...60\203\346\225\264\347\244\272\344\276\2133.png" | Bin ...200\247\350\203\275\345\237\272\345\207\206.png" | Bin ...200\247\350\203\275\345\237\272\345\207\206.png" | Bin ...PC-C\357\274\210256\346\240\270\357\274\211.png" | Bin ...200\247\350\203\275\345\237\272\345\207\206.png" | Bin ...200\247\350\203\275\346\240\207\346\235\206.png" | Bin ...200\247\350\203\275\345\237\272\345\207\206.png" | Bin ...234\215\345\212\241\346\236\266\346\236\204.png" | Bin .../EXECUTE-IMMEDIATE-dynamic_select_clause.png | Bin .../figures/EXISTS-NOT-EXISTS.png | Bin .../figures/FOR_AS_loop.png | Bin .../figures/IF_THEN.jpg | Bin .../figures/IF_THEN_ELSE.jpg | Bin .../figures/IF_THEN_ELSIF_ELSE.png | Bin .../figures/IN-NOT-IN.png | Bin .../figures/MOT\346\236\266\346\236\204.png" | Bin ...272\217\347\232\204\346\265\201\347\250\213.png" | Bin ...263\273\347\273\237\346\234\272\346\236\204.png" | Bin ...217\245\347\232\204\346\265\201\347\250\213.png" | Bin ...256\241\345\210\222\347\244\272\344\276\213.png" | Bin .../figures/STATEMENT_IOSTAT_COMPLEX_RUNTIME.md | 0 ...-Tuner-\347\273\223\346\236\204\345\233\276.png" | Bin ...X-Tuner\347\273\223\346\236\204\345\233\276.png" | Bin .../figures/all.png | Bin .../figures/anonymous_block.png | Bin .../figures/any-some.png | Bin .../figures/assignment_value.png | Bin .../figures/call_anonymous_block.png | Bin .../figures/call_clause.png | Bin .../figures/call_procedure.png | Bin .../figures/case.jpg | Bin .../figures/case_when.png | Bin .../figures/close_cursor.jpg | Bin .../figures/coalesce.png | Bin .../cold-start-time-performance-benchmarks2 (1).png | Bin .../figures/cursor_typename.png | Bin .../figures/declare_variable.png | Bin .../figures/decode.png | Bin .../figures/decode_type.png | Bin .../figures/dynamic_cursor_define.png | Bin .../figures/fetch_cursor.png | Bin .../figures/for_loop.png | Bin .../figures/for_loop_query.png | Bin .../figures/forall.png | Bin .../figures/greatest.png | Bin .../figures/least.png | Bin .../figures/loop.png | Bin .../figures/nested_assignment_value.png | Bin .../figures/noselect.png | Bin .../figures/nullif.png | Bin .../figures/nvl.jpg | Bin ...206\205\345\255\230\345\274\225\346\223\216.png" | Bin ...255\230\345\202\250\345\274\225\346\223\216.png" | Bin ...223\215\345\272\224\346\265\201\347\250\213.jpg" | Bin .../figures/open_dynamic_cursor.png | Bin .../figures/open_for.png | Bin .../figures/open_static_cursor.png | Bin .../figures/raise.png | Bin .../figures/raise_condition.png | Bin .../figures/raise_format.png | Bin .../figures/raise_option.png | Bin .../figures/raise_sqlstate.png | Bin ...221\212\347\244\272\346\204\217\345\233\276.png" | Bin ...221\212\347\244\272\346\204\217\345\233\276.png" | Bin ...236\213\347\232\204\350\257\255\346\263\225.png" | Bin .../figures/return_clause.jpg | Bin .../figures/static_cursor_define.jpg | Bin ...\224CPU\344\275\277\347\224\250\347\216\207.png" | Bin .../figures/url.png | Bin .../figures/using_clause-0.png | Bin .../figures/using_clause-1.png | Bin .../figures/using_clause-2.png | Bin .../figures/using_clause.png | Bin .../figures/when_clause.png | Bin .../figures/while_loop.png | Bin .../figures/zh-cn_image_0000001097419094.png | Bin .../figures/zh-cn_image_0000001097739076.png | Bin .../figures/zh-cn_image_0000001143979187.png | Bin .../figures/zh-cn_image_0000001144139135.png | Bin .../figures/zh-cn_image_0000001144259139.png | Bin .../figures/zh-cn_image_0000001153515022.png | Bin .../figures/zh-cn_image_0000001156347657.png | Bin .../figures/zh-cn_image_0000001209457383.png | Bin .../figures/zh-cn_image_0000001209615959.png | Bin .../figures/zh-cn_image_0000001209735947.png | Bin .../figures/zh-cn_image_0000001209736009.png | Bin .../figures/zh-cn_image_0118861065.jpg | Bin .../figures/zh-cn_image_0242381460.png | Bin .../figures/zh-cn_image_0242381461.png | Bin .../figures/zh-cn_image_0242381462.png | Bin .../figures/zh-cn_image_0242381463.png | Bin .../figures/zh-cn_image_0242381464.png | Bin .../figures/zh-cn_image_0242381725.png | Bin .../figures/zh-cn_image_0243595915.png | Bin .../figures/zh-cn_image_0244851037.png | Bin .../figures/zh-cn_image_0246254080.png | Bin .../figures/zh-cn_image_0246254081.png | Bin .../figures/zh-cn_image_0246254082.png | Bin .../figures/zh-cn_image_0252660975.png | Bin .../figures/zh-cn_image_0252663634.png | Bin .../figures/zh-cn_image_0253028833.png | Bin .../figures/zh-cn_image_0253030479.png | Bin .../figures/zh-cn_image_0253032870.png | Bin .../figures/zh-cn_image_0253036670.png | Bin .../figures/zh-cn_image_0253037239.png | Bin .../figures/zh-cn_image_0253038757.png | Bin .../figures/zh-cn_image_0253082069.png | Bin .../figures/zh-cn_image_0253403489.png | Bin .../figures/zh-cn_image_0253403490.png | Bin .../figures/zh-cn_image_0253404022.png | Bin .../figures/zh-cn_image_0253404023.png | Bin .../figures/zh-cn_image_0257861506.png | Bin .../figures/zh-cn_image_0257861511.png | Bin .../figures/zh-cn_image_0257861526.png | Bin .../figures/zh-cn_image_0263913298.png | Bin .../figures/zh-cn_image_0263913300.png | Bin .../figures/zh-cn_image_0263913302.png | Bin .../figures/zh-cn_image_0263913304.png | Bin .../figures/zh-cn_image_0263913306.png | Bin .../figures/zh-cn_image_0263913308.png | Bin .../figures/zh-cn_image_0263913310.png | Bin .../figures/zh-cn_image_0263957242.png | Bin .../figures/zh-cn_image_0280525201.png | Bin .../figures/zh-cn_image_0280525203.png | Bin .../figures/zh-cn_image_0280525205.png | Bin .../figures/zh-cn_image_0280525207.png | Bin .../figures/zh-cn_image_0280525209.png | Bin .../figures/zh-cn_image_0280525211.png | Bin .../figures/zh-cn_image_0280525213.jpg | Bin .../figures/zh-cn_image_0280525217.png | Bin .../figures/zh-cn_image_0289899972.png | Bin .../figures/zh-cn_image_0289899975.png | Bin .../figures/zh-cn_image_0289899988.png | Bin .../figures/zh-cn_image_0289900471.png | Bin .../figures/zh-cn_image_0289900652.png | Bin .../figures/zh-cn_image_0289900697.png | Bin .../figures/zh-cn_image_0289900793.png | Bin .../figures/zh-cn_image_0289900927.png | Bin .../figures/zh-cn_image_0289900952.png | Bin .../figures/zh-cn_image_0289900964.png | Bin .../figures/zh_image_0289900420.png | Bin ...256\260\345\275\225\351\200\211\351\241\271.png" | Bin ...200\247\350\203\275\345\237\272\345\207\206.png" | Bin ...200\247\350\203\275\345\237\272\345\207\206.png" | Bin ...56\276\347\275\256\357\274\2101\357\274\211.png" | Bin ...56\276\347\275\256\357\274\2102\357\274\211.png" | Bin ...200\247\350\203\275\345\237\272\345\207\206.png" | Bin ...265\213\350\257\225\347\273\223\346\236\234.png" | Bin ...227\245\345\277\227\350\256\260\345\275\225.png" | Bin ...227\245\345\277\227\350\256\260\345\275\225.png" | Bin .../figures/\345\233\276\347\211\20716.png" | Bin ...227\245\345\277\227\350\256\260\345\275\225.png" | Bin ...260\203\344\274\230\346\265\201\347\250\213.png" | Bin .../figures/\346\215\225\350\216\267.png" | Bin ...276\221\347\273\223\346\236\204\345\233\276.png" | Bin .../figures/\346\226\207\346\241\243.png" | Bin ...233\230\347\232\204\344\277\241\346\201\257.png" | Bin ...346\240\270PAGESIZE\347\232\204\345\200\274.png" | Bin ...234\211\344\272\213\345\212\241\357\274\211.png" | Bin ...267\346\234\211NUMA\346\204\237\347\237\245.png" | Bin ...273\223\346\236\234\346\212\245\345\221\212.png" | Bin ...200\247\350\203\275\345\237\272\345\207\206.png" | Bin ...200\273\350\276\221\345\244\215\345\210\266.png" | Bin ...272\217\347\232\204\346\265\201\347\250\213.png" | Bin ...272\217\347\232\204\346\265\201\347\250\213.png" | Bin ...224\257\344\270\200\347\264\242\345\274\225.png" | Bin .../java-sql-CallableStatement.md | 0 .../java-sql-Connection.md | 0 .../java-sql-DatabaseMetaData.md | 0 .../java-sql-Driver.md | 0 .../java-sql-PreparedStatement.md | 0 .../java-sql-ResultSet.md | 0 .../java-sql-ResultSetMetaData.md | 0 .../java-sql-Statement.md | 0 .../javax-naming-Context.md | 0 .../javax-naming-spi-InitialContextFactory.md | 0 .../javax-sql-ConnectionPoolDataSource.md | 0 .../javax-sql-DataSource.md | 0 .../javax-sql-PooledConnection.md | 0 ...\232\204\345\244\264\346\226\207\344\273\266.md" | 0 ...\216\245\345\217\243\345\217\202\350\200\203.md" | 0 .../openGauss-SQL.md | 0 .../psycopg2-connect.md | 0 .../public_sys-resources/icon-caution.gif | Bin .../public_sys-resources/icon-danger.gif | Bin .../public_sys-resources/icon-note.gif | Bin .../public_sys-resources/icon-notice.gif | Bin .../public_sys-resources/icon-tip.gif | Bin .../public_sys-resources/icon-warning.gif | Bin ...263\351\227\255\350\277\236\346\216\245_JDBC.md" | 0 ...\351\227\255\350\277\236\346\216\245_Psycopg.md" | 0 ...\234\272\346\231\257\351\205\215\347\275\256.md" | 0 ...240\350\275\275\351\251\261\345\212\250_JDBC.md" | 0 ...\350\275\275\351\251\261\345\212\250_Psycopg.md" | 0 ...\220\206\347\232\204\346\237\245\350\257\242.md" | 0 ...\272\344\272\216JDBC\345\274\200\345\217\221.md" | 0 ...\272\344\272\216ODBC\345\274\200\345\217\221.md" | 0 ...2\344\272\216Psycopg\345\274\200\345\217\221.md" | 0 ...272\344\272\216libpq\345\274\200\345\217\221.md" | 0 ...206\347\273\223\346\236\234\351\233\206_JDBC.md" | 0 ...\347\273\223\346\236\234\351\233\206_Psycopg.md" | 0 ...\255\227\346\256\265\350\256\276\350\256\241.md" | 0 ...\267\245\345\205\267\345\257\271\346\216\245.md" | 0 ...\274\200\345\217\221\346\214\207\345\215\227.md" | 0 ...200\345\217\221\346\265\201\347\250\213_JDBC.md" | 0 ...200\345\217\221\346\265\201\347\250\213_ODBC.md" | 0 ...\345\217\221\346\265\201\347\250\213_Psycopg.md" | 0 ...00\345\217\221\346\265\201\347\250\213_libpq.md" | 0 ...\274\200\345\217\221\350\247\204\350\214\203.md" | 0 ...\256\276\350\256\241\350\247\204\350\214\203.md" | 0 ...\247\204\350\214\203\346\246\202\350\277\260.md" | 0 ...\221\275\344\273\244\345\244\204\347\220\206.md" | 0 ...\350\241\214SQL\350\257\255\345\217\245_JDBC.md" | 0 ...0\241\214SQL\350\257\255\345\217\245_Psycopg.md" | 0 ...\257\271\350\261\241\345\221\275\345\220\215.md" | 0 ...\257\271\350\261\241\350\256\276\350\256\241.md" | 0 ...\257\255\345\217\245\345\207\275\346\225\260.md" | 0 ...\216\247\345\210\266\345\207\275\346\225\260.md" | 0 ...\244\204\347\220\206\350\277\207\347\250\213.md" | 0 ...\227\245\345\277\227\347\256\241\347\220\206.md" | 0 ...7\245\347\234\213WDR\346\212\245\345\221\212.md" | 0 .../DeveloperGuide/\347\244\272\344\276\213-2.md" | 0 .../DeveloperGuide/\347\244\272\344\276\213-3.md" | 0 ...\264\237\350\275\275\345\235\207\350\241\241.md" | 0 .../\347\244\272\344\276\213-libpq.md" | 0 ...\217\202\346\225\260\351\205\215\347\275\256.md" | 0 ...\225\260\346\215\256\350\277\201\347\247\273.md" | 0 ...\211\271\351\207\217\347\273\221\345\256\232.md" | 0 ...270\347\224\250\346\223\215\344\275\234_JDBC.md" | 0 ...\347\224\250\346\223\215\344\275\234_Psycopg.md" | 0 ...\257\274\345\207\272\346\225\260\346\215\256.md" | 0 ...\273\243\347\240\201\347\244\272\344\276\213.md" | 0 ...1\247\350\241\214\345\272\224\347\224\250SQL.md" | 0 ...\274\200\345\217\221\350\247\204\350\214\203.md" | 0 ...\272\246\346\235\237\350\256\276\350\256\241.md" | 0 ...\257\221\344\270\216\350\260\203\350\257\225.md" | 0 .../\350\241\250\350\256\276\350\256\241.md" | 0 ...\255\230\345\202\250\346\250\241\345\236\213.md" | 0 ...\201\224\350\241\250\350\256\276\350\256\241.md" | 0 ...245\346\225\260\346\215\256\345\272\223_JDBC.md" | 0 ...\346\225\260\346\215\256\345\272\223_Psycopg.md" | 0 ...\272\223_SSL\346\226\271\345\274\217_Psycopg.md" | 0 ...\256\345\272\223_UDS\346\226\271\345\274\217.md" | 0 ...\223_\344\273\245SSL\346\226\271\345\274\217.md" | 0 ...\223\276\346\216\245\345\217\202\346\225\260.md" | 0 333 files changed, 0 insertions(+), 0 deletions(-) rename content/zh/docs/{Developerguide => DeveloperGuide}/CopyManager.md (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/Database-Stat.md (100%) rename "content/zh/docs/Developerguide/Database\345\222\214Schema\350\256\276\350\256\241.md" => "content/zh/docs/DeveloperGuide/Database\345\222\214Schema\350\256\276\350\256\241.md" (100%) rename "content/zh/docs/Developerguide/JDBC\345\214\205-\351\251\261\345\212\250\347\261\273\345\222\214\347\216\257\345\242\203\347\261\273.md" => "content/zh/docs/DeveloperGuide/JDBC\345\214\205-\351\251\261\345\212\250\347\261\273\345\222\214\347\216\257\345\242\203\347\261\273.md" (100%) rename "content/zh/docs/Developerguide/JDBC\345\270\270\347\224\250\345\217\202\346\225\260\345\217\202\350\200\203.md" => "content/zh/docs/DeveloperGuide/JDBC\345\270\270\347\224\250\345\217\202\346\225\260\345\217\202\350\200\203.md" (100%) rename "content/zh/docs/Developerguide/JDBC\346\216\245\345\217\243\345\217\202\350\200\203.md" => "content/zh/docs/DeveloperGuide/JDBC\346\216\245\345\217\243\345\217\202\350\200\203.md" (100%) rename "content/zh/docs/Developerguide/JDBC\351\205\215\347\275\256.md" => "content/zh/docs/DeveloperGuide/JDBC\351\205\215\347\275\256.md" (100%) rename "content/zh/docs/Developerguide/Linux\344\270\213\351\205\215\347\275\256\346\225\260\346\215\256\346\272\220.md" => "content/zh/docs/DeveloperGuide/Linux\344\270\213\351\205\215\347\275\256\346\225\260\346\215\256\346\272\220.md" (100%) rename "content/zh/docs/Developerguide/ODBC\345\214\205\345\217\212\344\276\235\350\265\226\347\232\204\345\272\223\345\222\214\345\244\264\346\226\207\344\273\266.md" => "content/zh/docs/DeveloperGuide/ODBC\345\214\205\345\217\212\344\276\235\350\265\226\347\232\204\345\272\223\345\222\214\345\244\264\346\226\207\344\273\266.md" (100%) rename "content/zh/docs/Developerguide/ODBC\346\216\245\345\217\243\345\217\202\350\200\203.md" => "content/zh/docs/DeveloperGuide/ODBC\346\216\245\345\217\243\345\217\202\350\200\203.md" (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/PQcancel.md (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/PQclear.md (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/PQconnectStart.md (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/PQconnectdb.md (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/PQconnectdbParams.md (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/PQconninfoParse.md (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/PQerrorMessage.md (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/PQexec.md (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/PQexecParams.md (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/PQexecParamsBatch.md (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/PQexecPrepared.md (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/PQexecPreparedBatch.md (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/PQfinish.md (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/PQflush.md (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/PQfname.md (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/PQfreeCancel.md (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/PQgetCancel.md (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/PQgetvalue.md (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/PQnfields.md (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/PQntuples.md (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/PQprepare.md (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/PQreset.md (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/PQresultStatus.md (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/PQsendPrepare.md (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/PQsendQuery.md (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/PQsendQueryParams.md (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/PQsendQueryPrepared.md (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/PQsetdbLogin.md (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/PQstatus.md (100%) rename "content/zh/docs/Developerguide/Psycopg\345\214\205.md" => "content/zh/docs/DeveloperGuide/Psycopg\345\214\205.md" (100%) rename "content/zh/docs/Developerguide/Psycopg\346\216\245\345\217\243\345\217\202\350\200\203.md" => "content/zh/docs/DeveloperGuide/Psycopg\346\216\245\345\217\243\345\217\202\350\200\203.md" (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/SNAPSHOT-SNAPSHOT.md (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/SNAPSHOT-TABLES_SNAP_TIMESTAMP.md (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/SNAP_SEQ.md (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/SQLAllocConnect.md (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/SQLAllocEnv.md (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/SQLAllocHandle.md (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/SQLAllocStmt.md (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/SQLBindCol.md (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/SQLBindParameter.md (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/SQLColAttribute.md (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/SQLConnect.md (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/SQLDisconnect.md (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/SQLExecDirect.md (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/SQLExecute.md (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/SQLFetch.md (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/SQLFreeConnect.md (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/SQLFreeEnv.md (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/SQLFreeHandle.md (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/SQLFreeStmt.md (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/SQLGetData.md (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/SQLGetDiagRec.md (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/SQLPrepare.md (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/SQLSetConnectAttr.md (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/SQLSetEnvAttr.md (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/SQLSetStmtAttr.md (100%) rename "content/zh/docs/Developerguide/SQL\347\274\226\345\206\231.md" => "content/zh/docs/DeveloperGuide/SQL\347\274\226\345\206\231.md" (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/WDR-Snapshot-Schema.md (100%) rename "content/zh/docs/Developerguide/WDR-Snapshot-\345\216\237\344\277\241\346\201\257\350\241\250.md" => "content/zh/docs/DeveloperGuide/WDR-Snapshot-\345\216\237\344\277\241\346\201\257\350\241\250.md" (100%) rename "content/zh/docs/Developerguide/WDR-Snapshot-\346\225\260\346\215\256\350\241\250.md" => "content/zh/docs/DeveloperGuide/WDR-Snapshot-\346\225\260\346\215\256\350\241\250.md" (100%) rename "content/zh/docs/Developerguide/WDR-Snapshot\347\224\237\346\210\220\346\200\247\350\203\275\346\212\245\345\221\212.md" => "content/zh/docs/DeveloperGuide/WDR-Snapshot\347\224\237\346\210\220\346\200\247\350\203\275\346\212\245\345\221\212.md" (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/connection-close.md (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/connection-commit.md (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/connection-cursor.md (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/connection-rollback.md (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/curosr-executemany-query-vars_list.md (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/cursor-close.md (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/cursor-execute-query-vars_list.md (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/cursor-fetchall.md (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/cursor-fetchone.md (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/dblink.md (100%) rename "content/zh/docs/Developerguide/figures/12-4-5-4-\347\256\227\345\255\220\347\272\247\350\260\203\344\274\230(\347\244\272\344\276\213\351\224\231\344\271\261\350\260\203\346\225\2641).png" => "content/zh/docs/DeveloperGuide/figures/12-4-5-4-\347\256\227\345\255\220\347\272\247\350\260\203\344\274\230(\347\244\272\344\276\213\351\224\231\344\271\261\350\260\203\346\225\2641).png" (100%) rename "content/zh/docs/Developerguide/figures/12-4-5-4-\347\256\227\345\255\220\347\272\247\350\260\203\344\274\230(\347\244\272\344\276\213\351\224\231\344\271\261\350\260\203\346\225\2642).png" => "content/zh/docs/DeveloperGuide/figures/12-4-5-4-\347\256\227\345\255\220\347\272\247\350\260\203\344\274\230(\347\244\272\344\276\213\351\224\231\344\271\261\350\260\203\346\225\2642).png" (100%) rename "content/zh/docs/Developerguide/figures/12-4-5-4-\347\256\227\345\255\220\347\272\247\350\260\203\344\274\230(\347\244\272\344\276\213\351\224\231\344\271\261\350\260\203\346\225\264\347\244\272\344\276\2133).png" => "content/zh/docs/DeveloperGuide/figures/12-4-5-4-\347\256\227\345\255\220\347\272\247\350\260\203\344\274\230(\347\244\272\344\276\213\351\224\231\344\271\261\350\260\203\346\225\264\347\244\272\344\276\2133).png" (100%) rename "content/zh/docs/Developerguide/figures/12-4-5-4-\347\256\227\345\255\220\347\272\247\350\260\203\344\274\230(\347\244\272\344\276\213\351\224\231\344\271\261\350\260\203\346\225\264\347\244\272\344\276\2133-1).png" => "content/zh/docs/DeveloperGuide/figures/12-4-5-4-\347\256\227\345\255\220\347\272\247\350\260\203\344\274\230(\347\244\272\344\276\213\351\224\231\344\271\261\350\260\203\346\225\264\347\244\272\344\276\2133-1).png" (100%) rename "content/zh/docs/Developerguide/figures/12-4-5-4-\347\256\227\345\255\220\347\272\247\350\260\203\344\274\230_\347\244\272\344\276\213\351\224\231\344\271\261\350\260\203\346\225\2641.png" => "content/zh/docs/DeveloperGuide/figures/12-4-5-4-\347\256\227\345\255\220\347\272\247\350\260\203\344\274\230_\347\244\272\344\276\213\351\224\231\344\271\261\350\260\203\346\225\2641.png" (100%) rename "content/zh/docs/Developerguide/figures/12-4-5-4-\347\256\227\345\255\220\347\272\247\350\260\203\344\274\230_\347\244\272\344\276\213\351\224\231\344\271\261\350\260\203\346\225\2642.png" => "content/zh/docs/DeveloperGuide/figures/12-4-5-4-\347\256\227\345\255\220\347\272\247\350\260\203\344\274\230_\347\244\272\344\276\213\351\224\231\344\271\261\350\260\203\346\225\2642.png" (100%) rename "content/zh/docs/Developerguide/figures/12-4-5-4-\347\256\227\345\255\220\347\272\247\350\260\203\344\274\230_\347\244\272\344\276\213\351\224\231\344\271\261\350\260\203\346\225\264\347\244\272\344\276\2133-1.png" => "content/zh/docs/DeveloperGuide/figures/12-4-5-4-\347\256\227\345\255\220\347\272\247\350\260\203\344\274\230_\347\244\272\344\276\213\351\224\231\344\271\261\350\260\203\346\225\264\347\244\272\344\276\2133-1.png" (100%) rename "content/zh/docs/Developerguide/figures/12-4-5-4-\347\256\227\345\255\220\347\272\247\350\260\203\344\274\230_\347\244\272\344\276\213\351\224\231\344\271\261\350\260\203\346\225\264\347\244\272\344\276\2133.png" => "content/zh/docs/DeveloperGuide/figures/12-4-5-4-\347\256\227\345\255\220\347\272\247\350\260\203\344\274\230_\347\244\272\344\276\213\351\224\231\344\271\261\350\260\203\346\225\264\347\244\272\344\276\2133.png" (100%) rename "content/zh/docs/Developerguide/figures/4\350\267\25796\346\240\270\346\234\215\345\212\241\345\231\250\346\200\247\350\203\275\345\237\272\345\207\206.png" => "content/zh/docs/DeveloperGuide/figures/4\350\267\25796\346\240\270\346\234\215\345\212\241\345\231\250\346\200\247\350\203\275\345\237\272\345\207\206.png" (100%) rename "content/zh/docs/Developerguide/figures/8\350\267\257384\346\240\270x86\346\234\215\345\212\241\345\231\250\346\200\247\350\203\275\345\237\272\345\207\206.png" => "content/zh/docs/DeveloperGuide/figures/8\350\267\257384\346\240\270x86\346\234\215\345\212\241\345\231\250\346\200\247\350\203\275\345\237\272\345\207\206.png" (100%) rename "content/zh/docs/Developerguide/figures/ARM\344\270\212\347\232\204TPC-C\357\274\210256\346\240\270\357\274\211.png" => "content/zh/docs/DeveloperGuide/figures/ARM\344\270\212\347\232\204TPC-C\357\274\210256\346\240\270\357\274\211.png" (100%) rename "content/zh/docs/Developerguide/figures/Arm-\351\262\262\351\271\2172\350\267\257128\346\240\270\346\200\247\350\203\275\345\237\272\345\207\206.png" => "content/zh/docs/DeveloperGuide/figures/Arm-\351\262\262\351\271\2172\350\267\257128\346\240\270\346\200\247\350\203\275\345\237\272\345\207\206.png" (100%) rename "content/zh/docs/Developerguide/figures/Arm-\351\262\262\351\271\2172\350\267\257128\346\240\270\347\232\204\345\215\225\346\240\270\346\200\247\350\203\275\346\240\207\346\235\206.png" => "content/zh/docs/DeveloperGuide/figures/Arm-\351\262\262\351\271\2172\350\267\257128\346\240\270\347\232\204\345\215\225\346\240\270\346\200\247\350\203\275\346\240\207\346\235\206.png" (100%) rename "content/zh/docs/Developerguide/figures/Arm-\351\262\262\351\271\2174\350\267\257256\346\240\270\346\200\247\350\203\275\345\237\272\345\207\206.png" => "content/zh/docs/DeveloperGuide/figures/Arm-\351\262\262\351\271\2174\350\267\257256\346\240\270\346\200\247\350\203\275\345\237\272\345\207\206.png" (100%) rename "content/zh/docs/Developerguide/figures/DBMind-AI4DB\346\234\215\345\212\241\346\236\266\346\236\204.png" => "content/zh/docs/DeveloperGuide/figures/DBMind-AI4DB\346\234\215\345\212\241\346\236\266\346\236\204.png" (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/figures/EXECUTE-IMMEDIATE-dynamic_select_clause.png (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/figures/EXISTS-NOT-EXISTS.png (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/figures/FOR_AS_loop.png (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/figures/IF_THEN.jpg (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/figures/IF_THEN_ELSE.jpg (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/figures/IF_THEN_ELSIF_ELSE.png (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/figures/IN-NOT-IN.png (100%) rename "content/zh/docs/Developerguide/figures/MOT\346\236\266\346\236\204.png" => "content/zh/docs/DeveloperGuide/figures/MOT\346\236\266\346\236\204.png" (100%) rename "content/zh/docs/Developerguide/figures/ODBC\345\274\200\345\217\221\345\272\224\347\224\250\347\250\213\345\272\217\347\232\204\346\265\201\347\250\213.png" => "content/zh/docs/DeveloperGuide/figures/ODBC\345\274\200\345\217\221\345\272\224\347\224\250\347\250\213\345\272\217\347\232\204\346\265\201\347\250\213.png" (100%) rename "content/zh/docs/Developerguide/figures/ODBC\347\263\273\347\273\237\346\234\272\346\236\204.png" => "content/zh/docs/DeveloperGuide/figures/ODBC\347\263\273\347\273\237\346\234\272\346\236\204.png" (100%) rename "content/zh/docs/Developerguide/figures/SQL\345\274\225\346\223\216\346\211\247\350\241\214\346\237\245\350\257\242\347\261\273SQL\350\257\255\345\217\245\347\232\204\346\265\201\347\250\213.png" => "content/zh/docs/DeveloperGuide/figures/SQL\345\274\225\346\223\216\346\211\247\350\241\214\346\237\245\350\257\242\347\261\273SQL\350\257\255\345\217\245\347\232\204\346\265\201\347\250\213.png" (100%) rename "content/zh/docs/Developerguide/figures/SQL\346\211\247\350\241\214\350\256\241\345\210\222\347\244\272\344\276\213.png" => "content/zh/docs/DeveloperGuide/figures/SQL\346\211\247\350\241\214\350\256\241\345\210\222\347\244\272\344\276\213.png" (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/figures/STATEMENT_IOSTAT_COMPLEX_RUNTIME.md (100%) rename "content/zh/docs/Developerguide/figures/X-Tuner-\347\273\223\346\236\204\345\233\276.png" => "content/zh/docs/DeveloperGuide/figures/X-Tuner-\347\273\223\346\236\204\345\233\276.png" (100%) rename "content/zh/docs/Developerguide/figures/X-Tuner\347\273\223\346\236\204\345\233\276.png" => "content/zh/docs/DeveloperGuide/figures/X-Tuner\347\273\223\346\236\204\345\233\276.png" (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/figures/all.png (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/figures/anonymous_block.png (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/figures/any-some.png (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/figures/assignment_value.png (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/figures/call_anonymous_block.png (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/figures/call_clause.png (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/figures/call_procedure.png (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/figures/case.jpg (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/figures/case_when.png (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/figures/close_cursor.jpg (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/figures/coalesce.png (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/figures/cold-start-time-performance-benchmarks2 (1).png (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/figures/cursor_typename.png (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/figures/declare_variable.png (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/figures/decode.png (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/figures/decode_type.png (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/figures/dynamic_cursor_define.png (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/figures/fetch_cursor.png (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/figures/for_loop.png (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/figures/for_loop_query.png (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/figures/forall.png (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/figures/greatest.png (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/figures/least.png (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/figures/loop.png (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/figures/nested_assignment_value.png (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/figures/noselect.png (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/figures/nullif.png (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/figures/nvl.jpg (100%) rename "content/zh/docs/Developerguide/figures/openGauss\344\270\255\347\232\204\345\206\205\345\255\230\345\274\225\346\223\216.png" => "content/zh/docs/DeveloperGuide/figures/openGauss\344\270\255\347\232\204\345\206\205\345\255\230\345\274\225\346\223\216.png" (100%) rename "content/zh/docs/Developerguide/figures/openGauss\345\206\205\345\255\230\344\274\230\345\214\226\345\255\230\345\202\250\345\274\225\346\223\216.png" => "content/zh/docs/DeveloperGuide/figures/openGauss\345\206\205\345\255\230\344\274\230\345\214\226\345\255\230\345\202\250\345\274\225\346\223\216.png" (100%) rename "content/zh/docs/Developerguide/figures/openGauss\346\234\215\345\212\241\345\223\215\345\272\224\346\265\201\347\250\213.jpg" => "content/zh/docs/DeveloperGuide/figures/openGauss\346\234\215\345\212\241\345\223\215\345\272\224\346\265\201\347\250\213.jpg" (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/figures/open_dynamic_cursor.png (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/figures/open_for.png (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/figures/open_static_cursor.png (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/figures/raise.png (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/figures/raise_condition.png (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/figures/raise_format.png (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/figures/raise_option.png (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/figures/raise_sqlstate.png (100%) rename "content/zh/docs/Developerguide/figures/recommend-\346\250\241\345\274\217\347\224\237\346\210\220\347\232\204\346\212\245\345\221\212\347\244\272\346\204\217\345\233\276.png" => "content/zh/docs/DeveloperGuide/figures/recommend-\346\250\241\345\274\217\347\224\237\346\210\220\347\232\204\346\212\245\345\221\212\347\244\272\346\204\217\345\233\276.png" (100%) rename "content/zh/docs/Developerguide/figures/recommend\346\250\241\345\274\217\347\224\237\346\210\220\347\232\204\346\212\245\345\221\212\347\244\272\346\204\217\345\233\276.png" => "content/zh/docs/DeveloperGuide/figures/recommend\346\250\241\345\274\217\347\224\237\346\210\220\347\232\204\346\212\245\345\221\212\347\244\272\346\204\217\345\233\276.png" (100%) rename "content/zh/docs/Developerguide/figures/record\347\261\273\345\236\213\347\232\204\350\257\255\346\263\225.png" => "content/zh/docs/DeveloperGuide/figures/record\347\261\273\345\236\213\347\232\204\350\257\255\346\263\225.png" (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/figures/return_clause.jpg (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/figures/static_cursor_define.jpg (100%) rename "content/zh/docs/Developerguide/figures/tpmC-\345\257\271\346\257\224CPU\344\275\277\347\224\250\347\216\207.png" => "content/zh/docs/DeveloperGuide/figures/tpmC-\345\257\271\346\257\224CPU\344\275\277\347\224\250\347\216\207.png" (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/figures/url.png (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/figures/using_clause-0.png (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/figures/using_clause-1.png (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/figures/using_clause-2.png (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/figures/using_clause.png (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/figures/when_clause.png (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/figures/while_loop.png (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/figures/zh-cn_image_0000001097419094.png (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/figures/zh-cn_image_0000001097739076.png (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/figures/zh-cn_image_0000001143979187.png (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/figures/zh-cn_image_0000001144139135.png (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/figures/zh-cn_image_0000001144259139.png (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/figures/zh-cn_image_0000001153515022.png (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/figures/zh-cn_image_0000001156347657.png (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/figures/zh-cn_image_0000001209457383.png (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/figures/zh-cn_image_0000001209615959.png (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/figures/zh-cn_image_0000001209735947.png (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/figures/zh-cn_image_0000001209736009.png (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/figures/zh-cn_image_0118861065.jpg (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/figures/zh-cn_image_0242381460.png (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/figures/zh-cn_image_0242381461.png (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/figures/zh-cn_image_0242381462.png (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/figures/zh-cn_image_0242381463.png (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/figures/zh-cn_image_0242381464.png (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/figures/zh-cn_image_0242381725.png (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/figures/zh-cn_image_0243595915.png (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/figures/zh-cn_image_0244851037.png (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/figures/zh-cn_image_0246254080.png (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/figures/zh-cn_image_0246254081.png (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/figures/zh-cn_image_0246254082.png (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/figures/zh-cn_image_0252660975.png (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/figures/zh-cn_image_0252663634.png (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/figures/zh-cn_image_0253028833.png (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/figures/zh-cn_image_0253030479.png (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/figures/zh-cn_image_0253032870.png (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/figures/zh-cn_image_0253036670.png (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/figures/zh-cn_image_0253037239.png (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/figures/zh-cn_image_0253038757.png (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/figures/zh-cn_image_0253082069.png (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/figures/zh-cn_image_0253403489.png (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/figures/zh-cn_image_0253403490.png (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/figures/zh-cn_image_0253404022.png (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/figures/zh-cn_image_0253404023.png (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/figures/zh-cn_image_0257861506.png (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/figures/zh-cn_image_0257861511.png (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/figures/zh-cn_image_0257861526.png (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/figures/zh-cn_image_0263913298.png (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/figures/zh-cn_image_0263913300.png (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/figures/zh-cn_image_0263913302.png (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/figures/zh-cn_image_0263913304.png (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/figures/zh-cn_image_0263913306.png (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/figures/zh-cn_image_0263913308.png (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/figures/zh-cn_image_0263913310.png (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/figures/zh-cn_image_0263957242.png (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/figures/zh-cn_image_0280525201.png (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/figures/zh-cn_image_0280525203.png (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/figures/zh-cn_image_0280525205.png (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/figures/zh-cn_image_0280525207.png (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/figures/zh-cn_image_0280525209.png (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/figures/zh-cn_image_0280525211.png (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/figures/zh-cn_image_0280525213.jpg (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/figures/zh-cn_image_0280525217.png (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/figures/zh-cn_image_0289899972.png (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/figures/zh-cn_image_0289899975.png (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/figures/zh-cn_image_0289899988.png (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/figures/zh-cn_image_0289900471.png (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/figures/zh-cn_image_0289900652.png (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/figures/zh-cn_image_0289900697.png (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/figures/zh-cn_image_0289900793.png (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/figures/zh-cn_image_0289900927.png (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/figures/zh-cn_image_0289900952.png (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/figures/zh-cn_image_0289900964.png (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/figures/zh_image_0289900420.png (100%) rename "content/zh/docs/Developerguide/figures/\344\270\211\347\247\215\346\227\245\345\277\227\350\256\260\345\275\225\351\200\211\351\241\271.png" => "content/zh/docs/DeveloperGuide/figures/\344\270\211\347\247\215\346\227\245\345\277\227\350\256\260\345\275\225\351\200\211\351\241\271.png" (100%) rename "content/zh/docs/Developerguide/figures/\344\275\216\345\273\266\350\277\237\357\274\21090th-\344\272\213\345\212\241\345\271\263\345\235\207\357\274\211\346\200\247\350\203\275\345\237\272\345\207\206.png" => "content/zh/docs/DeveloperGuide/figures/\344\275\216\345\273\266\350\277\237\357\274\21090th-\344\272\213\345\212\241\345\271\263\345\235\207\357\274\211\346\200\247\350\203\275\345\237\272\345\207\206.png" (100%) rename "content/zh/docs/Developerguide/figures/\344\275\216\345\273\266\350\277\237\357\274\21090th-\357\274\211\346\200\247\350\203\275\345\237\272\345\207\206.png" => "content/zh/docs/DeveloperGuide/figures/\344\275\216\345\273\266\350\277\237\357\274\21090th-\357\274\211\346\200\247\350\203\275\345\237\272\345\207\206.png" (100%) rename "content/zh/docs/Developerguide/figures/\344\277\256\346\224\271BIOS\350\256\276\347\275\256\357\274\2101\357\274\211.png" => "content/zh/docs/DeveloperGuide/figures/\344\277\256\346\224\271BIOS\350\256\276\347\275\256\357\274\2101\357\274\211.png" (100%) rename "content/zh/docs/Developerguide/figures/\344\277\256\346\224\271BIOS\350\256\276\347\275\256\357\274\2102\357\274\211.png" => "content/zh/docs/DeveloperGuide/figures/\344\277\256\346\224\271BIOS\350\256\276\347\275\256\357\274\2102\357\274\211.png" (100%) rename "content/zh/docs/Developerguide/figures/\345\206\267\345\220\257\345\212\250\346\227\266\351\227\264\346\200\247\350\203\275\345\237\272\345\207\206.png" => "content/zh/docs/DeveloperGuide/figures/\345\206\267\345\220\257\345\212\250\346\227\266\351\227\264\346\200\247\350\203\275\345\237\272\345\207\206.png" (100%) rename "content/zh/docs/Developerguide/figures/\345\215\216\344\270\272TaiShan-2480-MOT-TPC-C\346\265\213\350\257\225\347\273\223\346\236\234.png" => "content/zh/docs/DeveloperGuide/figures/\345\215\216\344\270\272TaiShan-2480-MOT-TPC-C\346\265\213\350\257\225\347\273\223\346\236\234.png" (100%) rename "content/zh/docs/Developerguide/figures/\345\215\225\344\272\213\345\212\241\346\227\245\345\277\227\350\256\260\345\275\225.png" => "content/zh/docs/DeveloperGuide/figures/\345\215\225\344\272\213\345\212\241\346\227\245\345\277\227\350\256\260\345\275\225.png" (100%) rename "content/zh/docs/Developerguide/figures/\345\220\214\346\255\245\346\227\245\345\277\227\350\256\260\345\275\225.png" => "content/zh/docs/DeveloperGuide/figures/\345\220\214\346\255\245\346\227\245\345\277\227\350\256\260\345\275\225.png" (100%) rename "content/zh/docs/Developerguide/figures/\345\233\276\347\211\20716.png" => "content/zh/docs/DeveloperGuide/figures/\345\233\276\347\211\20716.png" (100%) rename "content/zh/docs/Developerguide/figures/\345\274\202\346\255\245\346\227\245\345\277\227\350\256\260\345\275\225.png" => "content/zh/docs/DeveloperGuide/figures/\345\274\202\346\255\245\346\227\245\345\277\227\350\256\260\345\275\225.png" (100%) rename "content/zh/docs/Developerguide/figures/\346\200\247\350\203\275\350\260\203\344\274\230\346\265\201\347\250\213.png" => "content/zh/docs/DeveloperGuide/figures/\346\200\247\350\203\275\350\260\203\344\274\230\346\265\201\347\250\213.png" (100%) rename "content/zh/docs/Developerguide/figures/\346\215\225\350\216\267.png" => "content/zh/docs/DeveloperGuide/figures/\346\215\225\350\216\267.png" (100%) rename "content/zh/docs/Developerguide/figures/\346\225\260\346\215\256\345\272\223\351\200\273\350\276\221\347\273\223\346\236\204\345\233\276.png" => "content/zh/docs/DeveloperGuide/figures/\346\225\260\346\215\256\345\272\223\351\200\273\350\276\221\347\273\223\346\236\204\345\233\276.png" (100%) rename "content/zh/docs/Developerguide/figures/\346\226\207\346\241\243.png" => "content/zh/docs/DeveloperGuide/figures/\346\226\207\346\241\243.png" (100%) rename "content/zh/docs/Developerguide/figures/\346\237\245\347\234\213nvme\347\233\230\347\232\204\344\277\241\346\201\257.png" => "content/zh/docs/DeveloperGuide/figures/\346\237\245\347\234\213nvme\347\233\230\347\232\204\344\277\241\346\201\257.png" (100%) rename "content/zh/docs/Developerguide/figures/\346\237\245\347\234\213\346\223\215\344\275\234\347\263\273\347\273\237\345\206\205\346\240\270PAGESIZE\347\232\204\345\200\274.png" => "content/zh/docs/DeveloperGuide/figures/\346\237\245\347\234\213\346\223\215\344\275\234\347\263\273\347\273\237\345\206\205\346\240\270PAGESIZE\347\232\204\345\200\274.png" (100%) rename "content/zh/docs/Developerguide/figures/\347\247\201\346\234\211\357\274\210\346\234\254\345\234\260\357\274\211\345\206\205\345\255\230\357\274\210\346\257\217\344\270\252\344\272\213\345\212\241\357\274\211\345\222\214\345\205\250\345\261\200\345\206\205\345\255\230\357\274\210\346\211\200\346\234\211\346\240\270\347\232\204\346\211\200\346\234\211\344\272\213\345\212\241\357\274\211.png" => "content/zh/docs/DeveloperGuide/figures/\347\247\201\346\234\211\357\274\210\346\234\254\345\234\260\357\274\211\345\206\205\345\255\230\357\274\210\346\257\217\344\270\252\344\272\213\345\212\241\357\274\211\345\222\214\345\205\250\345\261\200\345\206\205\345\255\230\357\274\210\346\211\200\346\234\211\346\240\270\347\232\204\346\211\200\346\234\211\344\272\213\345\212\241\357\274\211.png" (100%) rename "content/zh/docs/Developerguide/figures/\347\273\204\346\217\220\344\272\244-\345\205\267\346\234\211NUMA\346\204\237\347\237\245.png" => "content/zh/docs/DeveloperGuide/figures/\347\273\204\346\217\220\344\272\244-\345\205\267\346\234\211NUMA\346\204\237\347\237\245.png" (100%) rename "content/zh/docs/Developerguide/figures/\350\257\246\347\273\206\347\273\223\346\236\234\346\212\245\345\221\212.png" => "content/zh/docs/DeveloperGuide/figures/\350\257\246\347\273\206\347\273\223\346\236\234\346\212\245\345\221\212.png" (100%) rename "content/zh/docs/Developerguide/figures/\350\265\204\346\272\220\345\210\251\347\224\250\347\216\207\346\200\247\350\203\275\345\237\272\345\207\206.png" => "content/zh/docs/DeveloperGuide/figures/\350\265\204\346\272\220\345\210\251\347\224\250\347\216\207\346\200\247\350\203\275\345\237\272\345\207\206.png" (100%) rename "content/zh/docs/Developerguide/figures/\351\200\273\350\276\221\345\244\215\345\210\266.png" => "content/zh/docs/DeveloperGuide/figures/\351\200\273\350\276\221\345\244\215\345\210\266.png" (100%) rename "content/zh/docs/Developerguide/figures/\351\207\207\347\224\250JDBC\345\274\200\345\217\221\345\272\224\347\224\250\347\250\213\345\272\217\347\232\204\346\265\201\347\250\213.png" => "content/zh/docs/DeveloperGuide/figures/\351\207\207\347\224\250JDBC\345\274\200\345\217\221\345\272\224\347\224\250\347\250\213\345\272\217\347\232\204\346\265\201\347\250\213.png" (100%) rename "content/zh/docs/Developerguide/figures/\351\207\207\347\224\250Psycopg2\345\274\200\345\217\221\345\272\224\347\224\250\347\250\213\345\272\217\347\232\204\346\265\201\347\250\213.png" => "content/zh/docs/DeveloperGuide/figures/\351\207\207\347\224\250Psycopg2\345\274\200\345\217\221\345\272\224\347\224\250\347\250\213\345\272\217\347\232\204\346\265\201\347\250\213.png" (100%) rename "content/zh/docs/Developerguide/figures/\351\235\236\345\224\257\344\270\200\347\264\242\345\274\225.png" => "content/zh/docs/DeveloperGuide/figures/\351\235\236\345\224\257\344\270\200\347\264\242\345\274\225.png" (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/java-sql-CallableStatement.md (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/java-sql-Connection.md (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/java-sql-DatabaseMetaData.md (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/java-sql-Driver.md (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/java-sql-PreparedStatement.md (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/java-sql-ResultSet.md (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/java-sql-ResultSetMetaData.md (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/java-sql-Statement.md (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/javax-naming-Context.md (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/javax-naming-spi-InitialContextFactory.md (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/javax-sql-ConnectionPoolDataSource.md (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/javax-sql-DataSource.md (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/javax-sql-PooledConnection.md (100%) rename "content/zh/docs/Developerguide/libpq\344\275\277\347\224\250\344\276\235\350\265\226\347\232\204\345\244\264\346\226\207\344\273\266.md" => "content/zh/docs/DeveloperGuide/libpq\344\275\277\347\224\250\344\276\235\350\265\226\347\232\204\345\244\264\346\226\207\344\273\266.md" (100%) rename "content/zh/docs/Developerguide/libpq\346\216\245\345\217\243\345\217\202\350\200\203.md" => "content/zh/docs/DeveloperGuide/libpq\346\216\245\345\217\243\345\217\202\350\200\203.md" (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/openGauss-SQL.md (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/psycopg2-connect.md (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/public_sys-resources/icon-caution.gif (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/public_sys-resources/icon-danger.gif (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/public_sys-resources/icon-note.gif (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/public_sys-resources/icon-notice.gif (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/public_sys-resources/icon-tip.gif (100%) rename content/zh/docs/{Developerguide => DeveloperGuide}/public_sys-resources/icon-warning.gif (100%) rename "content/zh/docs/Developerguide/\345\205\263\351\227\255\350\277\236\346\216\245_JDBC.md" => "content/zh/docs/DeveloperGuide/\345\205\263\351\227\255\350\277\236\346\216\245_JDBC.md" (100%) rename "content/zh/docs/Developerguide/\345\205\263\351\227\255\350\277\236\346\216\245_Psycopg.md" => "content/zh/docs/DeveloperGuide/\345\205\263\351\227\255\350\277\236\346\216\245_Psycopg.md" (100%) rename "content/zh/docs/Developerguide/\345\205\270\345\236\213\345\272\224\347\224\250\345\234\272\346\231\257\351\205\215\347\275\256.md" => "content/zh/docs/DeveloperGuide/\345\205\270\345\236\213\345\272\224\347\224\250\345\234\272\346\231\257\351\205\215\347\275\256.md" (100%) rename "content/zh/docs/Developerguide/\345\212\240\350\275\275\351\251\261\345\212\250_JDBC.md" => "content/zh/docs/DeveloperGuide/\345\212\240\350\275\275\351\251\261\345\212\250_JDBC.md" (100%) rename "content/zh/docs/Developerguide/\345\212\240\350\275\275\351\251\261\345\212\250_Psycopg.md" => "content/zh/docs/DeveloperGuide/\345\212\240\350\275\275\351\251\261\345\212\250_Psycopg.md" (100%) rename "content/zh/docs/Developerguide/\345\217\226\346\266\210\346\255\243\345\234\250\345\244\204\347\220\206\347\232\204\346\237\245\350\257\242.md" => "content/zh/docs/DeveloperGuide/\345\217\226\346\266\210\346\255\243\345\234\250\345\244\204\347\220\206\347\232\204\346\237\245\350\257\242.md" (100%) rename "content/zh/docs/Developerguide/\345\237\272\344\272\216JDBC\345\274\200\345\217\221.md" => "content/zh/docs/DeveloperGuide/\345\237\272\344\272\216JDBC\345\274\200\345\217\221.md" (100%) rename "content/zh/docs/Developerguide/\345\237\272\344\272\216ODBC\345\274\200\345\217\221.md" => "content/zh/docs/DeveloperGuide/\345\237\272\344\272\216ODBC\345\274\200\345\217\221.md" (100%) rename "content/zh/docs/Developerguide/\345\237\272\344\272\216Psycopg\345\274\200\345\217\221.md" => "content/zh/docs/DeveloperGuide/\345\237\272\344\272\216Psycopg\345\274\200\345\217\221.md" (100%) rename "content/zh/docs/Developerguide/\345\237\272\344\272\216libpq\345\274\200\345\217\221.md" => "content/zh/docs/DeveloperGuide/\345\237\272\344\272\216libpq\345\274\200\345\217\221.md" (100%) rename "content/zh/docs/Developerguide/\345\244\204\347\220\206\347\273\223\346\236\234\351\233\206_JDBC.md" => "content/zh/docs/DeveloperGuide/\345\244\204\347\220\206\347\273\223\346\236\234\351\233\206_JDBC.md" (100%) rename "content/zh/docs/Developerguide/\345\244\204\347\220\206\347\273\223\346\236\234\351\233\206_Psycopg.md" => "content/zh/docs/DeveloperGuide/\345\244\204\347\220\206\347\273\223\346\236\234\351\233\206_Psycopg.md" (100%) rename "content/zh/docs/Developerguide/\345\255\227\346\256\265\350\256\276\350\256\241.md" => "content/zh/docs/DeveloperGuide/\345\255\227\346\256\265\350\256\276\350\256\241.md" (100%) rename "content/zh/docs/Developerguide/\345\267\245\345\205\267\345\257\271\346\216\245.md" => "content/zh/docs/DeveloperGuide/\345\267\245\345\205\267\345\257\271\346\216\245.md" (100%) rename "content/zh/docs/Developerguide/\345\272\224\347\224\250\345\274\200\345\217\221\346\214\207\345\215\227.md" => "content/zh/docs/DeveloperGuide/\345\272\224\347\224\250\345\274\200\345\217\221\346\214\207\345\215\227.md" (100%) rename "content/zh/docs/Developerguide/\345\274\200\345\217\221\346\265\201\347\250\213_JDBC.md" => "content/zh/docs/DeveloperGuide/\345\274\200\345\217\221\346\265\201\347\250\213_JDBC.md" (100%) rename "content/zh/docs/Developerguide/\345\274\200\345\217\221\346\265\201\347\250\213_ODBC.md" => "content/zh/docs/DeveloperGuide/\345\274\200\345\217\221\346\265\201\347\250\213_ODBC.md" (100%) rename "content/zh/docs/Developerguide/\345\274\200\345\217\221\346\265\201\347\250\213_Psycopg.md" => "content/zh/docs/DeveloperGuide/\345\274\200\345\217\221\346\265\201\347\250\213_Psycopg.md" (100%) rename "content/zh/docs/Developerguide/\345\274\200\345\217\221\346\265\201\347\250\213_libpq.md" => "content/zh/docs/DeveloperGuide/\345\274\200\345\217\221\346\265\201\347\250\213_libpq.md" (100%) rename "content/zh/docs/Developerguide/\345\274\200\345\217\221\350\247\204\350\214\203.md" => "content/zh/docs/DeveloperGuide/\345\274\200\345\217\221\350\247\204\350\214\203.md" (100%) rename "content/zh/docs/Developerguide/\345\274\200\345\217\221\350\256\276\350\256\241\350\247\204\350\214\203.md" => "content/zh/docs/DeveloperGuide/\345\274\200\345\217\221\350\256\276\350\256\241\350\247\204\350\214\203.md" (100%) rename "content/zh/docs/Developerguide/\345\274\200\345\217\221\350\256\276\350\256\241\350\247\204\350\214\203\346\246\202\350\277\260.md" => "content/zh/docs/DeveloperGuide/\345\274\200\345\217\221\350\256\276\350\256\241\350\247\204\350\214\203\346\246\202\350\277\260.md" (100%) rename "content/zh/docs/Developerguide/\345\274\202\346\255\245\345\221\275\344\273\244\345\244\204\347\220\206.md" => "content/zh/docs/DeveloperGuide/\345\274\202\346\255\245\345\221\275\344\273\244\345\244\204\347\220\206.md" (100%) rename "content/zh/docs/Developerguide/\346\211\247\350\241\214SQL\350\257\255\345\217\245_JDBC.md" => "content/zh/docs/DeveloperGuide/\346\211\247\350\241\214SQL\350\257\255\345\217\245_JDBC.md" (100%) rename "content/zh/docs/Developerguide/\346\211\247\350\241\214SQL\350\257\255\345\217\245_Psycopg.md" => "content/zh/docs/DeveloperGuide/\346\211\247\350\241\214SQL\350\257\255\345\217\245_Psycopg.md" (100%) rename "content/zh/docs/Developerguide/\346\225\260\346\215\256\345\272\223\345\257\271\350\261\241\345\221\275\345\220\215.md" => "content/zh/docs/DeveloperGuide/\346\225\260\346\215\256\345\272\223\345\257\271\350\261\241\345\221\275\345\220\215.md" (100%) rename "content/zh/docs/Developerguide/\346\225\260\346\215\256\345\272\223\345\257\271\350\261\241\350\256\276\350\256\241.md" => "content/zh/docs/DeveloperGuide/\346\225\260\346\215\256\345\272\223\345\257\271\350\261\241\350\256\276\350\256\241.md" (100%) rename "content/zh/docs/Developerguide/\346\225\260\346\215\256\345\272\223\346\211\247\350\241\214\350\257\255\345\217\245\345\207\275\346\225\260.md" => "content/zh/docs/DeveloperGuide/\346\225\260\346\215\256\345\272\223\346\211\247\350\241\214\350\257\255\345\217\245\345\207\275\346\225\260.md" (100%) rename "content/zh/docs/Developerguide/\346\225\260\346\215\256\345\272\223\350\277\236\346\216\245\346\216\247\345\210\266\345\207\275\346\225\260.md" => "content/zh/docs/DeveloperGuide/\346\225\260\346\215\256\345\272\223\350\277\236\346\216\245\346\216\247\345\210\266\345\207\275\346\225\260.md" (100%) rename "content/zh/docs/Developerguide/\346\225\260\346\215\256\346\237\245\350\257\242\350\257\267\346\261\202\345\244\204\347\220\206\350\277\207\347\250\213.md" => "content/zh/docs/DeveloperGuide/\346\225\260\346\215\256\346\237\245\350\257\242\350\257\267\346\261\202\345\244\204\347\220\206\350\277\207\347\250\213.md" (100%) rename "content/zh/docs/Developerguide/\346\227\245\345\277\227\347\256\241\347\220\206.md" => "content/zh/docs/DeveloperGuide/\346\227\245\345\277\227\347\256\241\347\220\206.md" (100%) rename "content/zh/docs/Developerguide/\346\237\245\347\234\213WDR\346\212\245\345\221\212.md" => "content/zh/docs/DeveloperGuide/\346\237\245\347\234\213WDR\346\212\245\345\221\212.md" (100%) rename "content/zh/docs/Developerguide/\347\244\272\344\276\213-2.md" => "content/zh/docs/DeveloperGuide/\347\244\272\344\276\213-2.md" (100%) rename "content/zh/docs/Developerguide/\347\244\272\344\276\213-3.md" => "content/zh/docs/DeveloperGuide/\347\244\272\344\276\213-3.md" (100%) rename "content/zh/docs/Developerguide/\347\244\272\344\276\213-jdbc\344\270\273\345\244\207\351\233\206\347\276\244\350\264\237\350\275\275\345\235\207\350\241\241.md" => "content/zh/docs/DeveloperGuide/\347\244\272\344\276\213-jdbc\344\270\273\345\244\207\351\233\206\347\276\244\350\264\237\350\275\275\345\235\207\350\241\241.md" (100%) rename "content/zh/docs/Developerguide/\347\244\272\344\276\213-libpq.md" => "content/zh/docs/DeveloperGuide/\347\244\272\344\276\213-libpq.md" (100%) rename "content/zh/docs/Developerguide/\347\244\272\344\276\213-\344\270\215\345\220\214\345\234\272\346\231\257\344\270\213\350\277\236\346\216\245\346\225\260\346\215\256\345\272\223\345\217\202\346\225\260\351\205\215\347\275\256.md" => "content/zh/docs/DeveloperGuide/\347\244\272\344\276\213-\344\270\215\345\220\214\345\234\272\346\231\257\344\270\213\350\277\236\346\216\245\346\225\260\346\215\256\345\272\223\345\217\202\346\225\260\351\205\215\347\275\256.md" (100%) rename "content/zh/docs/Developerguide/\347\244\272\344\276\213-\344\273\216MY\345\220\221openGauss\350\277\233\350\241\214\346\225\260\346\215\256\350\277\201\347\247\273.md" => "content/zh/docs/DeveloperGuide/\347\244\272\344\276\213-\344\273\216MY\345\220\221openGauss\350\277\233\350\241\214\346\225\260\346\215\256\350\277\201\347\247\273.md" (100%) rename "content/zh/docs/Developerguide/\347\244\272\344\276\213-\345\270\270\347\224\250\345\212\237\350\203\275\345\222\214\346\211\271\351\207\217\347\273\221\345\256\232.md" => "content/zh/docs/DeveloperGuide/\347\244\272\344\276\213-\345\270\270\347\224\250\345\212\237\350\203\275\345\222\214\346\211\271\351\207\217\347\273\221\345\256\232.md" (100%) rename "content/zh/docs/Developerguide/\347\244\272\344\276\213-\345\270\270\347\224\250\346\223\215\344\275\234_JDBC.md" => "content/zh/docs/DeveloperGuide/\347\244\272\344\276\213-\345\270\270\347\224\250\346\223\215\344\275\234_JDBC.md" (100%) rename "content/zh/docs/Developerguide/\347\244\272\344\276\213-\345\270\270\347\224\250\346\223\215\344\275\234_Psycopg.md" => "content/zh/docs/DeveloperGuide/\347\244\272\344\276\213-\345\270\270\347\224\250\346\223\215\344\275\234_Psycopg.md" (100%) rename "content/zh/docs/Developerguide/\347\244\272\344\276\213-\351\200\232\350\277\207\346\234\254\345\234\260\346\226\207\344\273\266\345\257\274\345\205\245\345\257\274\345\207\272\346\225\260\346\215\256.md" => "content/zh/docs/DeveloperGuide/\347\244\272\344\276\213-\351\200\232\350\277\207\346\234\254\345\234\260\346\226\207\344\273\266\345\257\274\345\205\245\345\257\274\345\207\272\346\225\260\346\215\256.md" (100%) rename "content/zh/docs/Developerguide/\347\244\272\344\276\213-\351\200\273\350\276\221\345\244\215\345\210\266\344\273\243\347\240\201\347\244\272\344\276\213.md" => "content/zh/docs/DeveloperGuide/\347\244\272\344\276\213-\351\200\273\350\276\221\345\244\215\345\210\266\344\273\243\347\240\201\347\244\272\344\276\213.md" (100%) rename "content/zh/docs/Developerguide/\347\244\272\344\276\213-\351\207\215\346\226\260\346\211\247\350\241\214\345\272\224\347\224\250SQL.md" => "content/zh/docs/DeveloperGuide/\347\244\272\344\276\213-\351\207\215\346\226\260\346\211\247\350\241\214\345\272\224\347\224\250SQL.md" (100%) rename "content/zh/docs/Developerguide/\347\250\213\345\272\217\345\274\200\345\217\221\350\247\204\350\214\203.md" => "content/zh/docs/DeveloperGuide/\347\250\213\345\272\217\345\274\200\345\217\221\350\247\204\350\214\203.md" (100%) rename "content/zh/docs/Developerguide/\347\272\246\346\235\237\350\256\276\350\256\241.md" => "content/zh/docs/DeveloperGuide/\347\272\246\346\235\237\350\256\276\350\256\241.md" (100%) rename "content/zh/docs/Developerguide/\347\274\226\350\257\221\344\270\216\350\260\203\350\257\225.md" => "content/zh/docs/DeveloperGuide/\347\274\226\350\257\221\344\270\216\350\260\203\350\257\225.md" (100%) rename "content/zh/docs/Developerguide/\350\241\250\350\256\276\350\256\241.md" => "content/zh/docs/DeveloperGuide/\350\241\250\350\256\276\350\256\241.md" (100%) rename "content/zh/docs/Developerguide/\350\247\204\345\210\222\345\255\230\345\202\250\346\250\241\345\236\213.md" => "content/zh/docs/DeveloperGuide/\350\247\204\345\210\222\345\255\230\345\202\250\346\250\241\345\236\213.md" (100%) rename "content/zh/docs/Developerguide/\350\247\206\345\233\276\345\222\214\345\205\263\350\201\224\350\241\250\350\256\276\350\256\241.md" => "content/zh/docs/DeveloperGuide/\350\247\206\345\233\276\345\222\214\345\205\263\350\201\224\350\241\250\350\256\276\350\256\241.md" (100%) rename "content/zh/docs/Developerguide/\350\277\236\346\216\245\346\225\260\346\215\256\345\272\223_JDBC.md" => "content/zh/docs/DeveloperGuide/\350\277\236\346\216\245\346\225\260\346\215\256\345\272\223_JDBC.md" (100%) rename "content/zh/docs/Developerguide/\350\277\236\346\216\245\346\225\260\346\215\256\345\272\223_Psycopg.md" => "content/zh/docs/DeveloperGuide/\350\277\236\346\216\245\346\225\260\346\215\256\345\272\223_Psycopg.md" (100%) rename "content/zh/docs/Developerguide/\350\277\236\346\216\245\346\225\260\346\215\256\345\272\223_SSL\346\226\271\345\274\217_Psycopg.md" => "content/zh/docs/DeveloperGuide/\350\277\236\346\216\245\346\225\260\346\215\256\345\272\223_SSL\346\226\271\345\274\217_Psycopg.md" (100%) rename "content/zh/docs/Developerguide/\350\277\236\346\216\245\346\225\260\346\215\256\345\272\223_UDS\346\226\271\345\274\217.md" => "content/zh/docs/DeveloperGuide/\350\277\236\346\216\245\346\225\260\346\215\256\345\272\223_UDS\346\226\271\345\274\217.md" (100%) rename "content/zh/docs/Developerguide/\350\277\236\346\216\245\346\225\260\346\215\256\345\272\223_\344\273\245SSL\346\226\271\345\274\217.md" => "content/zh/docs/DeveloperGuide/\350\277\236\346\216\245\346\225\260\346\215\256\345\272\223_\344\273\245SSL\346\226\271\345\274\217.md" (100%) rename "content/zh/docs/Developerguide/\351\223\276\346\216\245\345\217\202\346\225\260.md" => "content/zh/docs/DeveloperGuide/\351\223\276\346\216\245\345\217\202\346\225\260.md" (100%) diff --git a/content/zh/docs/Developerguide/CopyManager.md b/content/zh/docs/DeveloperGuide/CopyManager.md similarity index 100% rename from content/zh/docs/Developerguide/CopyManager.md rename to content/zh/docs/DeveloperGuide/CopyManager.md diff --git a/content/zh/docs/Developerguide/Database-Stat.md b/content/zh/docs/DeveloperGuide/Database-Stat.md similarity index 100% rename from content/zh/docs/Developerguide/Database-Stat.md rename to content/zh/docs/DeveloperGuide/Database-Stat.md diff --git "a/content/zh/docs/Developerguide/Database\345\222\214Schema\350\256\276\350\256\241.md" "b/content/zh/docs/DeveloperGuide/Database\345\222\214Schema\350\256\276\350\256\241.md" similarity index 100% rename from "content/zh/docs/Developerguide/Database\345\222\214Schema\350\256\276\350\256\241.md" rename to "content/zh/docs/DeveloperGuide/Database\345\222\214Schema\350\256\276\350\256\241.md" diff --git "a/content/zh/docs/Developerguide/JDBC\345\214\205-\351\251\261\345\212\250\347\261\273\345\222\214\347\216\257\345\242\203\347\261\273.md" "b/content/zh/docs/DeveloperGuide/JDBC\345\214\205-\351\251\261\345\212\250\347\261\273\345\222\214\347\216\257\345\242\203\347\261\273.md" similarity index 100% rename from "content/zh/docs/Developerguide/JDBC\345\214\205-\351\251\261\345\212\250\347\261\273\345\222\214\347\216\257\345\242\203\347\261\273.md" rename to "content/zh/docs/DeveloperGuide/JDBC\345\214\205-\351\251\261\345\212\250\347\261\273\345\222\214\347\216\257\345\242\203\347\261\273.md" diff --git "a/content/zh/docs/Developerguide/JDBC\345\270\270\347\224\250\345\217\202\346\225\260\345\217\202\350\200\203.md" "b/content/zh/docs/DeveloperGuide/JDBC\345\270\270\347\224\250\345\217\202\346\225\260\345\217\202\350\200\203.md" similarity index 100% rename from "content/zh/docs/Developerguide/JDBC\345\270\270\347\224\250\345\217\202\346\225\260\345\217\202\350\200\203.md" rename to "content/zh/docs/DeveloperGuide/JDBC\345\270\270\347\224\250\345\217\202\346\225\260\345\217\202\350\200\203.md" diff --git "a/content/zh/docs/Developerguide/JDBC\346\216\245\345\217\243\345\217\202\350\200\203.md" "b/content/zh/docs/DeveloperGuide/JDBC\346\216\245\345\217\243\345\217\202\350\200\203.md" similarity index 100% rename from "content/zh/docs/Developerguide/JDBC\346\216\245\345\217\243\345\217\202\350\200\203.md" rename to "content/zh/docs/DeveloperGuide/JDBC\346\216\245\345\217\243\345\217\202\350\200\203.md" diff --git "a/content/zh/docs/Developerguide/JDBC\351\205\215\347\275\256.md" "b/content/zh/docs/DeveloperGuide/JDBC\351\205\215\347\275\256.md" similarity index 100% rename from "content/zh/docs/Developerguide/JDBC\351\205\215\347\275\256.md" rename to "content/zh/docs/DeveloperGuide/JDBC\351\205\215\347\275\256.md" diff --git "a/content/zh/docs/Developerguide/Linux\344\270\213\351\205\215\347\275\256\346\225\260\346\215\256\346\272\220.md" "b/content/zh/docs/DeveloperGuide/Linux\344\270\213\351\205\215\347\275\256\346\225\260\346\215\256\346\272\220.md" similarity index 100% rename from "content/zh/docs/Developerguide/Linux\344\270\213\351\205\215\347\275\256\346\225\260\346\215\256\346\272\220.md" rename to "content/zh/docs/DeveloperGuide/Linux\344\270\213\351\205\215\347\275\256\346\225\260\346\215\256\346\272\220.md" diff --git "a/content/zh/docs/Developerguide/ODBC\345\214\205\345\217\212\344\276\235\350\265\226\347\232\204\345\272\223\345\222\214\345\244\264\346\226\207\344\273\266.md" "b/content/zh/docs/DeveloperGuide/ODBC\345\214\205\345\217\212\344\276\235\350\265\226\347\232\204\345\272\223\345\222\214\345\244\264\346\226\207\344\273\266.md" similarity index 100% rename from "content/zh/docs/Developerguide/ODBC\345\214\205\345\217\212\344\276\235\350\265\226\347\232\204\345\272\223\345\222\214\345\244\264\346\226\207\344\273\266.md" rename to "content/zh/docs/DeveloperGuide/ODBC\345\214\205\345\217\212\344\276\235\350\265\226\347\232\204\345\272\223\345\222\214\345\244\264\346\226\207\344\273\266.md" diff --git "a/content/zh/docs/Developerguide/ODBC\346\216\245\345\217\243\345\217\202\350\200\203.md" "b/content/zh/docs/DeveloperGuide/ODBC\346\216\245\345\217\243\345\217\202\350\200\203.md" similarity index 100% rename from "content/zh/docs/Developerguide/ODBC\346\216\245\345\217\243\345\217\202\350\200\203.md" rename to "content/zh/docs/DeveloperGuide/ODBC\346\216\245\345\217\243\345\217\202\350\200\203.md" diff --git a/content/zh/docs/Developerguide/PQcancel.md b/content/zh/docs/DeveloperGuide/PQcancel.md similarity index 100% rename from content/zh/docs/Developerguide/PQcancel.md rename to content/zh/docs/DeveloperGuide/PQcancel.md diff --git a/content/zh/docs/Developerguide/PQclear.md b/content/zh/docs/DeveloperGuide/PQclear.md similarity index 100% rename from content/zh/docs/Developerguide/PQclear.md rename to content/zh/docs/DeveloperGuide/PQclear.md diff --git a/content/zh/docs/Developerguide/PQconnectStart.md b/content/zh/docs/DeveloperGuide/PQconnectStart.md similarity index 100% rename from content/zh/docs/Developerguide/PQconnectStart.md rename to content/zh/docs/DeveloperGuide/PQconnectStart.md diff --git a/content/zh/docs/Developerguide/PQconnectdb.md b/content/zh/docs/DeveloperGuide/PQconnectdb.md similarity index 100% rename from content/zh/docs/Developerguide/PQconnectdb.md rename to content/zh/docs/DeveloperGuide/PQconnectdb.md diff --git a/content/zh/docs/Developerguide/PQconnectdbParams.md b/content/zh/docs/DeveloperGuide/PQconnectdbParams.md similarity index 100% rename from content/zh/docs/Developerguide/PQconnectdbParams.md rename to content/zh/docs/DeveloperGuide/PQconnectdbParams.md diff --git a/content/zh/docs/Developerguide/PQconninfoParse.md b/content/zh/docs/DeveloperGuide/PQconninfoParse.md similarity index 100% rename from content/zh/docs/Developerguide/PQconninfoParse.md rename to content/zh/docs/DeveloperGuide/PQconninfoParse.md diff --git a/content/zh/docs/Developerguide/PQerrorMessage.md b/content/zh/docs/DeveloperGuide/PQerrorMessage.md similarity index 100% rename from content/zh/docs/Developerguide/PQerrorMessage.md rename to content/zh/docs/DeveloperGuide/PQerrorMessage.md diff --git a/content/zh/docs/Developerguide/PQexec.md b/content/zh/docs/DeveloperGuide/PQexec.md similarity index 100% rename from content/zh/docs/Developerguide/PQexec.md rename to content/zh/docs/DeveloperGuide/PQexec.md diff --git a/content/zh/docs/Developerguide/PQexecParams.md b/content/zh/docs/DeveloperGuide/PQexecParams.md similarity index 100% rename from content/zh/docs/Developerguide/PQexecParams.md rename to content/zh/docs/DeveloperGuide/PQexecParams.md diff --git a/content/zh/docs/Developerguide/PQexecParamsBatch.md b/content/zh/docs/DeveloperGuide/PQexecParamsBatch.md similarity index 100% rename from content/zh/docs/Developerguide/PQexecParamsBatch.md rename to content/zh/docs/DeveloperGuide/PQexecParamsBatch.md diff --git a/content/zh/docs/Developerguide/PQexecPrepared.md b/content/zh/docs/DeveloperGuide/PQexecPrepared.md similarity index 100% rename from content/zh/docs/Developerguide/PQexecPrepared.md rename to content/zh/docs/DeveloperGuide/PQexecPrepared.md diff --git a/content/zh/docs/Developerguide/PQexecPreparedBatch.md b/content/zh/docs/DeveloperGuide/PQexecPreparedBatch.md similarity index 100% rename from content/zh/docs/Developerguide/PQexecPreparedBatch.md rename to content/zh/docs/DeveloperGuide/PQexecPreparedBatch.md diff --git a/content/zh/docs/Developerguide/PQfinish.md b/content/zh/docs/DeveloperGuide/PQfinish.md similarity index 100% rename from content/zh/docs/Developerguide/PQfinish.md rename to content/zh/docs/DeveloperGuide/PQfinish.md diff --git a/content/zh/docs/Developerguide/PQflush.md b/content/zh/docs/DeveloperGuide/PQflush.md similarity index 100% rename from content/zh/docs/Developerguide/PQflush.md rename to content/zh/docs/DeveloperGuide/PQflush.md diff --git a/content/zh/docs/Developerguide/PQfname.md b/content/zh/docs/DeveloperGuide/PQfname.md similarity index 100% rename from content/zh/docs/Developerguide/PQfname.md rename to content/zh/docs/DeveloperGuide/PQfname.md diff --git a/content/zh/docs/Developerguide/PQfreeCancel.md b/content/zh/docs/DeveloperGuide/PQfreeCancel.md similarity index 100% rename from content/zh/docs/Developerguide/PQfreeCancel.md rename to content/zh/docs/DeveloperGuide/PQfreeCancel.md diff --git a/content/zh/docs/Developerguide/PQgetCancel.md b/content/zh/docs/DeveloperGuide/PQgetCancel.md similarity index 100% rename from content/zh/docs/Developerguide/PQgetCancel.md rename to content/zh/docs/DeveloperGuide/PQgetCancel.md diff --git a/content/zh/docs/Developerguide/PQgetvalue.md b/content/zh/docs/DeveloperGuide/PQgetvalue.md similarity index 100% rename from content/zh/docs/Developerguide/PQgetvalue.md rename to content/zh/docs/DeveloperGuide/PQgetvalue.md diff --git a/content/zh/docs/Developerguide/PQnfields.md b/content/zh/docs/DeveloperGuide/PQnfields.md similarity index 100% rename from content/zh/docs/Developerguide/PQnfields.md rename to content/zh/docs/DeveloperGuide/PQnfields.md diff --git a/content/zh/docs/Developerguide/PQntuples.md b/content/zh/docs/DeveloperGuide/PQntuples.md similarity index 100% rename from content/zh/docs/Developerguide/PQntuples.md rename to content/zh/docs/DeveloperGuide/PQntuples.md diff --git a/content/zh/docs/Developerguide/PQprepare.md b/content/zh/docs/DeveloperGuide/PQprepare.md similarity index 100% rename from content/zh/docs/Developerguide/PQprepare.md rename to content/zh/docs/DeveloperGuide/PQprepare.md diff --git a/content/zh/docs/Developerguide/PQreset.md b/content/zh/docs/DeveloperGuide/PQreset.md similarity index 100% rename from content/zh/docs/Developerguide/PQreset.md rename to content/zh/docs/DeveloperGuide/PQreset.md diff --git a/content/zh/docs/Developerguide/PQresultStatus.md b/content/zh/docs/DeveloperGuide/PQresultStatus.md similarity index 100% rename from content/zh/docs/Developerguide/PQresultStatus.md rename to content/zh/docs/DeveloperGuide/PQresultStatus.md diff --git a/content/zh/docs/Developerguide/PQsendPrepare.md b/content/zh/docs/DeveloperGuide/PQsendPrepare.md similarity index 100% rename from content/zh/docs/Developerguide/PQsendPrepare.md rename to content/zh/docs/DeveloperGuide/PQsendPrepare.md diff --git a/content/zh/docs/Developerguide/PQsendQuery.md b/content/zh/docs/DeveloperGuide/PQsendQuery.md similarity index 100% rename from content/zh/docs/Developerguide/PQsendQuery.md rename to content/zh/docs/DeveloperGuide/PQsendQuery.md diff --git a/content/zh/docs/Developerguide/PQsendQueryParams.md b/content/zh/docs/DeveloperGuide/PQsendQueryParams.md similarity index 100% rename from content/zh/docs/Developerguide/PQsendQueryParams.md rename to content/zh/docs/DeveloperGuide/PQsendQueryParams.md diff --git a/content/zh/docs/Developerguide/PQsendQueryPrepared.md b/content/zh/docs/DeveloperGuide/PQsendQueryPrepared.md similarity index 100% rename from content/zh/docs/Developerguide/PQsendQueryPrepared.md rename to content/zh/docs/DeveloperGuide/PQsendQueryPrepared.md diff --git a/content/zh/docs/Developerguide/PQsetdbLogin.md b/content/zh/docs/DeveloperGuide/PQsetdbLogin.md similarity index 100% rename from content/zh/docs/Developerguide/PQsetdbLogin.md rename to content/zh/docs/DeveloperGuide/PQsetdbLogin.md diff --git a/content/zh/docs/Developerguide/PQstatus.md b/content/zh/docs/DeveloperGuide/PQstatus.md similarity index 100% rename from content/zh/docs/Developerguide/PQstatus.md rename to content/zh/docs/DeveloperGuide/PQstatus.md diff --git "a/content/zh/docs/Developerguide/Psycopg\345\214\205.md" "b/content/zh/docs/DeveloperGuide/Psycopg\345\214\205.md" similarity index 100% rename from "content/zh/docs/Developerguide/Psycopg\345\214\205.md" rename to "content/zh/docs/DeveloperGuide/Psycopg\345\214\205.md" diff --git "a/content/zh/docs/Developerguide/Psycopg\346\216\245\345\217\243\345\217\202\350\200\203.md" "b/content/zh/docs/DeveloperGuide/Psycopg\346\216\245\345\217\243\345\217\202\350\200\203.md" similarity index 100% rename from "content/zh/docs/Developerguide/Psycopg\346\216\245\345\217\243\345\217\202\350\200\203.md" rename to "content/zh/docs/DeveloperGuide/Psycopg\346\216\245\345\217\243\345\217\202\350\200\203.md" diff --git a/content/zh/docs/Developerguide/SNAPSHOT-SNAPSHOT.md b/content/zh/docs/DeveloperGuide/SNAPSHOT-SNAPSHOT.md similarity index 100% rename from content/zh/docs/Developerguide/SNAPSHOT-SNAPSHOT.md rename to content/zh/docs/DeveloperGuide/SNAPSHOT-SNAPSHOT.md diff --git a/content/zh/docs/Developerguide/SNAPSHOT-TABLES_SNAP_TIMESTAMP.md b/content/zh/docs/DeveloperGuide/SNAPSHOT-TABLES_SNAP_TIMESTAMP.md similarity index 100% rename from content/zh/docs/Developerguide/SNAPSHOT-TABLES_SNAP_TIMESTAMP.md rename to content/zh/docs/DeveloperGuide/SNAPSHOT-TABLES_SNAP_TIMESTAMP.md diff --git a/content/zh/docs/Developerguide/SNAP_SEQ.md b/content/zh/docs/DeveloperGuide/SNAP_SEQ.md similarity index 100% rename from content/zh/docs/Developerguide/SNAP_SEQ.md rename to content/zh/docs/DeveloperGuide/SNAP_SEQ.md diff --git a/content/zh/docs/Developerguide/SQLAllocConnect.md b/content/zh/docs/DeveloperGuide/SQLAllocConnect.md similarity index 100% rename from content/zh/docs/Developerguide/SQLAllocConnect.md rename to content/zh/docs/DeveloperGuide/SQLAllocConnect.md diff --git a/content/zh/docs/Developerguide/SQLAllocEnv.md b/content/zh/docs/DeveloperGuide/SQLAllocEnv.md similarity index 100% rename from content/zh/docs/Developerguide/SQLAllocEnv.md rename to content/zh/docs/DeveloperGuide/SQLAllocEnv.md diff --git a/content/zh/docs/Developerguide/SQLAllocHandle.md b/content/zh/docs/DeveloperGuide/SQLAllocHandle.md similarity index 100% rename from content/zh/docs/Developerguide/SQLAllocHandle.md rename to content/zh/docs/DeveloperGuide/SQLAllocHandle.md diff --git a/content/zh/docs/Developerguide/SQLAllocStmt.md b/content/zh/docs/DeveloperGuide/SQLAllocStmt.md similarity index 100% rename from content/zh/docs/Developerguide/SQLAllocStmt.md rename to content/zh/docs/DeveloperGuide/SQLAllocStmt.md diff --git a/content/zh/docs/Developerguide/SQLBindCol.md b/content/zh/docs/DeveloperGuide/SQLBindCol.md similarity index 100% rename from content/zh/docs/Developerguide/SQLBindCol.md rename to content/zh/docs/DeveloperGuide/SQLBindCol.md diff --git a/content/zh/docs/Developerguide/SQLBindParameter.md b/content/zh/docs/DeveloperGuide/SQLBindParameter.md similarity index 100% rename from content/zh/docs/Developerguide/SQLBindParameter.md rename to content/zh/docs/DeveloperGuide/SQLBindParameter.md diff --git a/content/zh/docs/Developerguide/SQLColAttribute.md b/content/zh/docs/DeveloperGuide/SQLColAttribute.md similarity index 100% rename from content/zh/docs/Developerguide/SQLColAttribute.md rename to content/zh/docs/DeveloperGuide/SQLColAttribute.md diff --git a/content/zh/docs/Developerguide/SQLConnect.md b/content/zh/docs/DeveloperGuide/SQLConnect.md similarity index 100% rename from content/zh/docs/Developerguide/SQLConnect.md rename to content/zh/docs/DeveloperGuide/SQLConnect.md diff --git a/content/zh/docs/Developerguide/SQLDisconnect.md b/content/zh/docs/DeveloperGuide/SQLDisconnect.md similarity index 100% rename from content/zh/docs/Developerguide/SQLDisconnect.md rename to content/zh/docs/DeveloperGuide/SQLDisconnect.md diff --git a/content/zh/docs/Developerguide/SQLExecDirect.md b/content/zh/docs/DeveloperGuide/SQLExecDirect.md similarity index 100% rename from content/zh/docs/Developerguide/SQLExecDirect.md rename to content/zh/docs/DeveloperGuide/SQLExecDirect.md diff --git a/content/zh/docs/Developerguide/SQLExecute.md b/content/zh/docs/DeveloperGuide/SQLExecute.md similarity index 100% rename from content/zh/docs/Developerguide/SQLExecute.md rename to content/zh/docs/DeveloperGuide/SQLExecute.md diff --git a/content/zh/docs/Developerguide/SQLFetch.md b/content/zh/docs/DeveloperGuide/SQLFetch.md similarity index 100% rename from content/zh/docs/Developerguide/SQLFetch.md rename to content/zh/docs/DeveloperGuide/SQLFetch.md diff --git a/content/zh/docs/Developerguide/SQLFreeConnect.md b/content/zh/docs/DeveloperGuide/SQLFreeConnect.md similarity index 100% rename from content/zh/docs/Developerguide/SQLFreeConnect.md rename to content/zh/docs/DeveloperGuide/SQLFreeConnect.md diff --git a/content/zh/docs/Developerguide/SQLFreeEnv.md b/content/zh/docs/DeveloperGuide/SQLFreeEnv.md similarity index 100% rename from content/zh/docs/Developerguide/SQLFreeEnv.md rename to content/zh/docs/DeveloperGuide/SQLFreeEnv.md diff --git a/content/zh/docs/Developerguide/SQLFreeHandle.md b/content/zh/docs/DeveloperGuide/SQLFreeHandle.md similarity index 100% rename from content/zh/docs/Developerguide/SQLFreeHandle.md rename to content/zh/docs/DeveloperGuide/SQLFreeHandle.md diff --git a/content/zh/docs/Developerguide/SQLFreeStmt.md b/content/zh/docs/DeveloperGuide/SQLFreeStmt.md similarity index 100% rename from content/zh/docs/Developerguide/SQLFreeStmt.md rename to content/zh/docs/DeveloperGuide/SQLFreeStmt.md diff --git a/content/zh/docs/Developerguide/SQLGetData.md b/content/zh/docs/DeveloperGuide/SQLGetData.md similarity index 100% rename from content/zh/docs/Developerguide/SQLGetData.md rename to content/zh/docs/DeveloperGuide/SQLGetData.md diff --git a/content/zh/docs/Developerguide/SQLGetDiagRec.md b/content/zh/docs/DeveloperGuide/SQLGetDiagRec.md similarity index 100% rename from content/zh/docs/Developerguide/SQLGetDiagRec.md rename to content/zh/docs/DeveloperGuide/SQLGetDiagRec.md diff --git a/content/zh/docs/Developerguide/SQLPrepare.md b/content/zh/docs/DeveloperGuide/SQLPrepare.md similarity index 100% rename from content/zh/docs/Developerguide/SQLPrepare.md rename to content/zh/docs/DeveloperGuide/SQLPrepare.md diff --git a/content/zh/docs/Developerguide/SQLSetConnectAttr.md b/content/zh/docs/DeveloperGuide/SQLSetConnectAttr.md similarity index 100% rename from content/zh/docs/Developerguide/SQLSetConnectAttr.md rename to content/zh/docs/DeveloperGuide/SQLSetConnectAttr.md diff --git a/content/zh/docs/Developerguide/SQLSetEnvAttr.md b/content/zh/docs/DeveloperGuide/SQLSetEnvAttr.md similarity index 100% rename from content/zh/docs/Developerguide/SQLSetEnvAttr.md rename to content/zh/docs/DeveloperGuide/SQLSetEnvAttr.md diff --git a/content/zh/docs/Developerguide/SQLSetStmtAttr.md b/content/zh/docs/DeveloperGuide/SQLSetStmtAttr.md similarity index 100% rename from content/zh/docs/Developerguide/SQLSetStmtAttr.md rename to content/zh/docs/DeveloperGuide/SQLSetStmtAttr.md diff --git "a/content/zh/docs/Developerguide/SQL\347\274\226\345\206\231.md" "b/content/zh/docs/DeveloperGuide/SQL\347\274\226\345\206\231.md" similarity index 100% rename from "content/zh/docs/Developerguide/SQL\347\274\226\345\206\231.md" rename to "content/zh/docs/DeveloperGuide/SQL\347\274\226\345\206\231.md" diff --git a/content/zh/docs/Developerguide/WDR-Snapshot-Schema.md b/content/zh/docs/DeveloperGuide/WDR-Snapshot-Schema.md similarity index 100% rename from content/zh/docs/Developerguide/WDR-Snapshot-Schema.md rename to content/zh/docs/DeveloperGuide/WDR-Snapshot-Schema.md diff --git "a/content/zh/docs/Developerguide/WDR-Snapshot-\345\216\237\344\277\241\346\201\257\350\241\250.md" "b/content/zh/docs/DeveloperGuide/WDR-Snapshot-\345\216\237\344\277\241\346\201\257\350\241\250.md" similarity index 100% rename from "content/zh/docs/Developerguide/WDR-Snapshot-\345\216\237\344\277\241\346\201\257\350\241\250.md" rename to "content/zh/docs/DeveloperGuide/WDR-Snapshot-\345\216\237\344\277\241\346\201\257\350\241\250.md" diff --git "a/content/zh/docs/Developerguide/WDR-Snapshot-\346\225\260\346\215\256\350\241\250.md" "b/content/zh/docs/DeveloperGuide/WDR-Snapshot-\346\225\260\346\215\256\350\241\250.md" similarity index 100% rename from "content/zh/docs/Developerguide/WDR-Snapshot-\346\225\260\346\215\256\350\241\250.md" rename to "content/zh/docs/DeveloperGuide/WDR-Snapshot-\346\225\260\346\215\256\350\241\250.md" diff --git "a/content/zh/docs/Developerguide/WDR-Snapshot\347\224\237\346\210\220\346\200\247\350\203\275\346\212\245\345\221\212.md" "b/content/zh/docs/DeveloperGuide/WDR-Snapshot\347\224\237\346\210\220\346\200\247\350\203\275\346\212\245\345\221\212.md" similarity index 100% rename from "content/zh/docs/Developerguide/WDR-Snapshot\347\224\237\346\210\220\346\200\247\350\203\275\346\212\245\345\221\212.md" rename to "content/zh/docs/DeveloperGuide/WDR-Snapshot\347\224\237\346\210\220\346\200\247\350\203\275\346\212\245\345\221\212.md" diff --git a/content/zh/docs/Developerguide/connection-close.md b/content/zh/docs/DeveloperGuide/connection-close.md similarity index 100% rename from content/zh/docs/Developerguide/connection-close.md rename to content/zh/docs/DeveloperGuide/connection-close.md diff --git a/content/zh/docs/Developerguide/connection-commit.md b/content/zh/docs/DeveloperGuide/connection-commit.md similarity index 100% rename from content/zh/docs/Developerguide/connection-commit.md rename to content/zh/docs/DeveloperGuide/connection-commit.md diff --git a/content/zh/docs/Developerguide/connection-cursor.md b/content/zh/docs/DeveloperGuide/connection-cursor.md similarity index 100% rename from content/zh/docs/Developerguide/connection-cursor.md rename to content/zh/docs/DeveloperGuide/connection-cursor.md diff --git a/content/zh/docs/Developerguide/connection-rollback.md b/content/zh/docs/DeveloperGuide/connection-rollback.md similarity index 100% rename from content/zh/docs/Developerguide/connection-rollback.md rename to content/zh/docs/DeveloperGuide/connection-rollback.md diff --git a/content/zh/docs/Developerguide/curosr-executemany-query-vars_list.md b/content/zh/docs/DeveloperGuide/curosr-executemany-query-vars_list.md similarity index 100% rename from content/zh/docs/Developerguide/curosr-executemany-query-vars_list.md rename to content/zh/docs/DeveloperGuide/curosr-executemany-query-vars_list.md diff --git a/content/zh/docs/Developerguide/cursor-close.md b/content/zh/docs/DeveloperGuide/cursor-close.md similarity index 100% rename from content/zh/docs/Developerguide/cursor-close.md rename to content/zh/docs/DeveloperGuide/cursor-close.md diff --git a/content/zh/docs/Developerguide/cursor-execute-query-vars_list.md b/content/zh/docs/DeveloperGuide/cursor-execute-query-vars_list.md similarity index 100% rename from content/zh/docs/Developerguide/cursor-execute-query-vars_list.md rename to content/zh/docs/DeveloperGuide/cursor-execute-query-vars_list.md diff --git a/content/zh/docs/Developerguide/cursor-fetchall.md b/content/zh/docs/DeveloperGuide/cursor-fetchall.md similarity index 100% rename from content/zh/docs/Developerguide/cursor-fetchall.md rename to content/zh/docs/DeveloperGuide/cursor-fetchall.md diff --git a/content/zh/docs/Developerguide/cursor-fetchone.md b/content/zh/docs/DeveloperGuide/cursor-fetchone.md similarity index 100% rename from content/zh/docs/Developerguide/cursor-fetchone.md rename to content/zh/docs/DeveloperGuide/cursor-fetchone.md diff --git a/content/zh/docs/Developerguide/dblink.md b/content/zh/docs/DeveloperGuide/dblink.md similarity index 100% rename from content/zh/docs/Developerguide/dblink.md rename to content/zh/docs/DeveloperGuide/dblink.md diff --git "a/content/zh/docs/Developerguide/figures/12-4-5-4-\347\256\227\345\255\220\347\272\247\350\260\203\344\274\230(\347\244\272\344\276\213\351\224\231\344\271\261\350\260\203\346\225\2641).png" "b/content/zh/docs/DeveloperGuide/figures/12-4-5-4-\347\256\227\345\255\220\347\272\247\350\260\203\344\274\230(\347\244\272\344\276\213\351\224\231\344\271\261\350\260\203\346\225\2641).png" similarity index 100% rename from "content/zh/docs/Developerguide/figures/12-4-5-4-\347\256\227\345\255\220\347\272\247\350\260\203\344\274\230(\347\244\272\344\276\213\351\224\231\344\271\261\350\260\203\346\225\2641).png" rename to "content/zh/docs/DeveloperGuide/figures/12-4-5-4-\347\256\227\345\255\220\347\272\247\350\260\203\344\274\230(\347\244\272\344\276\213\351\224\231\344\271\261\350\260\203\346\225\2641).png" diff --git "a/content/zh/docs/Developerguide/figures/12-4-5-4-\347\256\227\345\255\220\347\272\247\350\260\203\344\274\230(\347\244\272\344\276\213\351\224\231\344\271\261\350\260\203\346\225\2642).png" "b/content/zh/docs/DeveloperGuide/figures/12-4-5-4-\347\256\227\345\255\220\347\272\247\350\260\203\344\274\230(\347\244\272\344\276\213\351\224\231\344\271\261\350\260\203\346\225\2642).png" similarity index 100% rename from "content/zh/docs/Developerguide/figures/12-4-5-4-\347\256\227\345\255\220\347\272\247\350\260\203\344\274\230(\347\244\272\344\276\213\351\224\231\344\271\261\350\260\203\346\225\2642).png" rename to "content/zh/docs/DeveloperGuide/figures/12-4-5-4-\347\256\227\345\255\220\347\272\247\350\260\203\344\274\230(\347\244\272\344\276\213\351\224\231\344\271\261\350\260\203\346\225\2642).png" diff --git "a/content/zh/docs/Developerguide/figures/12-4-5-4-\347\256\227\345\255\220\347\272\247\350\260\203\344\274\230(\347\244\272\344\276\213\351\224\231\344\271\261\350\260\203\346\225\264\347\244\272\344\276\2133).png" "b/content/zh/docs/DeveloperGuide/figures/12-4-5-4-\347\256\227\345\255\220\347\272\247\350\260\203\344\274\230(\347\244\272\344\276\213\351\224\231\344\271\261\350\260\203\346\225\264\347\244\272\344\276\2133).png" similarity index 100% rename from "content/zh/docs/Developerguide/figures/12-4-5-4-\347\256\227\345\255\220\347\272\247\350\260\203\344\274\230(\347\244\272\344\276\213\351\224\231\344\271\261\350\260\203\346\225\264\347\244\272\344\276\2133).png" rename to "content/zh/docs/DeveloperGuide/figures/12-4-5-4-\347\256\227\345\255\220\347\272\247\350\260\203\344\274\230(\347\244\272\344\276\213\351\224\231\344\271\261\350\260\203\346\225\264\347\244\272\344\276\2133).png" diff --git "a/content/zh/docs/Developerguide/figures/12-4-5-4-\347\256\227\345\255\220\347\272\247\350\260\203\344\274\230(\347\244\272\344\276\213\351\224\231\344\271\261\350\260\203\346\225\264\347\244\272\344\276\2133-1).png" "b/content/zh/docs/DeveloperGuide/figures/12-4-5-4-\347\256\227\345\255\220\347\272\247\350\260\203\344\274\230(\347\244\272\344\276\213\351\224\231\344\271\261\350\260\203\346\225\264\347\244\272\344\276\2133-1).png" similarity index 100% rename from "content/zh/docs/Developerguide/figures/12-4-5-4-\347\256\227\345\255\220\347\272\247\350\260\203\344\274\230(\347\244\272\344\276\213\351\224\231\344\271\261\350\260\203\346\225\264\347\244\272\344\276\2133-1).png" rename to "content/zh/docs/DeveloperGuide/figures/12-4-5-4-\347\256\227\345\255\220\347\272\247\350\260\203\344\274\230(\347\244\272\344\276\213\351\224\231\344\271\261\350\260\203\346\225\264\347\244\272\344\276\2133-1).png" diff --git "a/content/zh/docs/Developerguide/figures/12-4-5-4-\347\256\227\345\255\220\347\272\247\350\260\203\344\274\230_\347\244\272\344\276\213\351\224\231\344\271\261\350\260\203\346\225\2641.png" "b/content/zh/docs/DeveloperGuide/figures/12-4-5-4-\347\256\227\345\255\220\347\272\247\350\260\203\344\274\230_\347\244\272\344\276\213\351\224\231\344\271\261\350\260\203\346\225\2641.png" similarity index 100% rename from "content/zh/docs/Developerguide/figures/12-4-5-4-\347\256\227\345\255\220\347\272\247\350\260\203\344\274\230_\347\244\272\344\276\213\351\224\231\344\271\261\350\260\203\346\225\2641.png" rename to "content/zh/docs/DeveloperGuide/figures/12-4-5-4-\347\256\227\345\255\220\347\272\247\350\260\203\344\274\230_\347\244\272\344\276\213\351\224\231\344\271\261\350\260\203\346\225\2641.png" diff --git "a/content/zh/docs/Developerguide/figures/12-4-5-4-\347\256\227\345\255\220\347\272\247\350\260\203\344\274\230_\347\244\272\344\276\213\351\224\231\344\271\261\350\260\203\346\225\2642.png" "b/content/zh/docs/DeveloperGuide/figures/12-4-5-4-\347\256\227\345\255\220\347\272\247\350\260\203\344\274\230_\347\244\272\344\276\213\351\224\231\344\271\261\350\260\203\346\225\2642.png" similarity index 100% rename from "content/zh/docs/Developerguide/figures/12-4-5-4-\347\256\227\345\255\220\347\272\247\350\260\203\344\274\230_\347\244\272\344\276\213\351\224\231\344\271\261\350\260\203\346\225\2642.png" rename to "content/zh/docs/DeveloperGuide/figures/12-4-5-4-\347\256\227\345\255\220\347\272\247\350\260\203\344\274\230_\347\244\272\344\276\213\351\224\231\344\271\261\350\260\203\346\225\2642.png" diff --git "a/content/zh/docs/Developerguide/figures/12-4-5-4-\347\256\227\345\255\220\347\272\247\350\260\203\344\274\230_\347\244\272\344\276\213\351\224\231\344\271\261\350\260\203\346\225\264\347\244\272\344\276\2133-1.png" "b/content/zh/docs/DeveloperGuide/figures/12-4-5-4-\347\256\227\345\255\220\347\272\247\350\260\203\344\274\230_\347\244\272\344\276\213\351\224\231\344\271\261\350\260\203\346\225\264\347\244\272\344\276\2133-1.png" similarity index 100% rename from "content/zh/docs/Developerguide/figures/12-4-5-4-\347\256\227\345\255\220\347\272\247\350\260\203\344\274\230_\347\244\272\344\276\213\351\224\231\344\271\261\350\260\203\346\225\264\347\244\272\344\276\2133-1.png" rename to "content/zh/docs/DeveloperGuide/figures/12-4-5-4-\347\256\227\345\255\220\347\272\247\350\260\203\344\274\230_\347\244\272\344\276\213\351\224\231\344\271\261\350\260\203\346\225\264\347\244\272\344\276\2133-1.png" diff --git "a/content/zh/docs/Developerguide/figures/12-4-5-4-\347\256\227\345\255\220\347\272\247\350\260\203\344\274\230_\347\244\272\344\276\213\351\224\231\344\271\261\350\260\203\346\225\264\347\244\272\344\276\2133.png" "b/content/zh/docs/DeveloperGuide/figures/12-4-5-4-\347\256\227\345\255\220\347\272\247\350\260\203\344\274\230_\347\244\272\344\276\213\351\224\231\344\271\261\350\260\203\346\225\264\347\244\272\344\276\2133.png" similarity index 100% rename from "content/zh/docs/Developerguide/figures/12-4-5-4-\347\256\227\345\255\220\347\272\247\350\260\203\344\274\230_\347\244\272\344\276\213\351\224\231\344\271\261\350\260\203\346\225\264\347\244\272\344\276\2133.png" rename to "content/zh/docs/DeveloperGuide/figures/12-4-5-4-\347\256\227\345\255\220\347\272\247\350\260\203\344\274\230_\347\244\272\344\276\213\351\224\231\344\271\261\350\260\203\346\225\264\347\244\272\344\276\2133.png" diff --git "a/content/zh/docs/Developerguide/figures/4\350\267\25796\346\240\270\346\234\215\345\212\241\345\231\250\346\200\247\350\203\275\345\237\272\345\207\206.png" "b/content/zh/docs/DeveloperGuide/figures/4\350\267\25796\346\240\270\346\234\215\345\212\241\345\231\250\346\200\247\350\203\275\345\237\272\345\207\206.png" similarity index 100% rename from "content/zh/docs/Developerguide/figures/4\350\267\25796\346\240\270\346\234\215\345\212\241\345\231\250\346\200\247\350\203\275\345\237\272\345\207\206.png" rename to "content/zh/docs/DeveloperGuide/figures/4\350\267\25796\346\240\270\346\234\215\345\212\241\345\231\250\346\200\247\350\203\275\345\237\272\345\207\206.png" diff --git "a/content/zh/docs/Developerguide/figures/8\350\267\257384\346\240\270x86\346\234\215\345\212\241\345\231\250\346\200\247\350\203\275\345\237\272\345\207\206.png" "b/content/zh/docs/DeveloperGuide/figures/8\350\267\257384\346\240\270x86\346\234\215\345\212\241\345\231\250\346\200\247\350\203\275\345\237\272\345\207\206.png" similarity index 100% rename from "content/zh/docs/Developerguide/figures/8\350\267\257384\346\240\270x86\346\234\215\345\212\241\345\231\250\346\200\247\350\203\275\345\237\272\345\207\206.png" rename to "content/zh/docs/DeveloperGuide/figures/8\350\267\257384\346\240\270x86\346\234\215\345\212\241\345\231\250\346\200\247\350\203\275\345\237\272\345\207\206.png" diff --git "a/content/zh/docs/Developerguide/figures/ARM\344\270\212\347\232\204TPC-C\357\274\210256\346\240\270\357\274\211.png" "b/content/zh/docs/DeveloperGuide/figures/ARM\344\270\212\347\232\204TPC-C\357\274\210256\346\240\270\357\274\211.png" similarity index 100% rename from "content/zh/docs/Developerguide/figures/ARM\344\270\212\347\232\204TPC-C\357\274\210256\346\240\270\357\274\211.png" rename to "content/zh/docs/DeveloperGuide/figures/ARM\344\270\212\347\232\204TPC-C\357\274\210256\346\240\270\357\274\211.png" diff --git "a/content/zh/docs/Developerguide/figures/Arm-\351\262\262\351\271\2172\350\267\257128\346\240\270\346\200\247\350\203\275\345\237\272\345\207\206.png" "b/content/zh/docs/DeveloperGuide/figures/Arm-\351\262\262\351\271\2172\350\267\257128\346\240\270\346\200\247\350\203\275\345\237\272\345\207\206.png" similarity index 100% rename from "content/zh/docs/Developerguide/figures/Arm-\351\262\262\351\271\2172\350\267\257128\346\240\270\346\200\247\350\203\275\345\237\272\345\207\206.png" rename to "content/zh/docs/DeveloperGuide/figures/Arm-\351\262\262\351\271\2172\350\267\257128\346\240\270\346\200\247\350\203\275\345\237\272\345\207\206.png" diff --git "a/content/zh/docs/Developerguide/figures/Arm-\351\262\262\351\271\2172\350\267\257128\346\240\270\347\232\204\345\215\225\346\240\270\346\200\247\350\203\275\346\240\207\346\235\206.png" "b/content/zh/docs/DeveloperGuide/figures/Arm-\351\262\262\351\271\2172\350\267\257128\346\240\270\347\232\204\345\215\225\346\240\270\346\200\247\350\203\275\346\240\207\346\235\206.png" similarity index 100% rename from "content/zh/docs/Developerguide/figures/Arm-\351\262\262\351\271\2172\350\267\257128\346\240\270\347\232\204\345\215\225\346\240\270\346\200\247\350\203\275\346\240\207\346\235\206.png" rename to "content/zh/docs/DeveloperGuide/figures/Arm-\351\262\262\351\271\2172\350\267\257128\346\240\270\347\232\204\345\215\225\346\240\270\346\200\247\350\203\275\346\240\207\346\235\206.png" diff --git "a/content/zh/docs/Developerguide/figures/Arm-\351\262\262\351\271\2174\350\267\257256\346\240\270\346\200\247\350\203\275\345\237\272\345\207\206.png" "b/content/zh/docs/DeveloperGuide/figures/Arm-\351\262\262\351\271\2174\350\267\257256\346\240\270\346\200\247\350\203\275\345\237\272\345\207\206.png" similarity index 100% rename from "content/zh/docs/Developerguide/figures/Arm-\351\262\262\351\271\2174\350\267\257256\346\240\270\346\200\247\350\203\275\345\237\272\345\207\206.png" rename to "content/zh/docs/DeveloperGuide/figures/Arm-\351\262\262\351\271\2174\350\267\257256\346\240\270\346\200\247\350\203\275\345\237\272\345\207\206.png" diff --git "a/content/zh/docs/Developerguide/figures/DBMind-AI4DB\346\234\215\345\212\241\346\236\266\346\236\204.png" "b/content/zh/docs/DeveloperGuide/figures/DBMind-AI4DB\346\234\215\345\212\241\346\236\266\346\236\204.png" similarity index 100% rename from "content/zh/docs/Developerguide/figures/DBMind-AI4DB\346\234\215\345\212\241\346\236\266\346\236\204.png" rename to "content/zh/docs/DeveloperGuide/figures/DBMind-AI4DB\346\234\215\345\212\241\346\236\266\346\236\204.png" diff --git a/content/zh/docs/Developerguide/figures/EXECUTE-IMMEDIATE-dynamic_select_clause.png b/content/zh/docs/DeveloperGuide/figures/EXECUTE-IMMEDIATE-dynamic_select_clause.png similarity index 100% rename from content/zh/docs/Developerguide/figures/EXECUTE-IMMEDIATE-dynamic_select_clause.png rename to content/zh/docs/DeveloperGuide/figures/EXECUTE-IMMEDIATE-dynamic_select_clause.png diff --git a/content/zh/docs/Developerguide/figures/EXISTS-NOT-EXISTS.png b/content/zh/docs/DeveloperGuide/figures/EXISTS-NOT-EXISTS.png similarity index 100% rename from content/zh/docs/Developerguide/figures/EXISTS-NOT-EXISTS.png rename to content/zh/docs/DeveloperGuide/figures/EXISTS-NOT-EXISTS.png diff --git a/content/zh/docs/Developerguide/figures/FOR_AS_loop.png b/content/zh/docs/DeveloperGuide/figures/FOR_AS_loop.png similarity index 100% rename from content/zh/docs/Developerguide/figures/FOR_AS_loop.png rename to content/zh/docs/DeveloperGuide/figures/FOR_AS_loop.png diff --git a/content/zh/docs/Developerguide/figures/IF_THEN.jpg b/content/zh/docs/DeveloperGuide/figures/IF_THEN.jpg similarity index 100% rename from content/zh/docs/Developerguide/figures/IF_THEN.jpg rename to content/zh/docs/DeveloperGuide/figures/IF_THEN.jpg diff --git a/content/zh/docs/Developerguide/figures/IF_THEN_ELSE.jpg b/content/zh/docs/DeveloperGuide/figures/IF_THEN_ELSE.jpg similarity index 100% rename from content/zh/docs/Developerguide/figures/IF_THEN_ELSE.jpg rename to content/zh/docs/DeveloperGuide/figures/IF_THEN_ELSE.jpg diff --git a/content/zh/docs/Developerguide/figures/IF_THEN_ELSIF_ELSE.png b/content/zh/docs/DeveloperGuide/figures/IF_THEN_ELSIF_ELSE.png similarity index 100% rename from content/zh/docs/Developerguide/figures/IF_THEN_ELSIF_ELSE.png rename to content/zh/docs/DeveloperGuide/figures/IF_THEN_ELSIF_ELSE.png diff --git a/content/zh/docs/Developerguide/figures/IN-NOT-IN.png b/content/zh/docs/DeveloperGuide/figures/IN-NOT-IN.png similarity index 100% rename from content/zh/docs/Developerguide/figures/IN-NOT-IN.png rename to content/zh/docs/DeveloperGuide/figures/IN-NOT-IN.png diff --git "a/content/zh/docs/Developerguide/figures/MOT\346\236\266\346\236\204.png" "b/content/zh/docs/DeveloperGuide/figures/MOT\346\236\266\346\236\204.png" similarity index 100% rename from "content/zh/docs/Developerguide/figures/MOT\346\236\266\346\236\204.png" rename to "content/zh/docs/DeveloperGuide/figures/MOT\346\236\266\346\236\204.png" diff --git "a/content/zh/docs/Developerguide/figures/ODBC\345\274\200\345\217\221\345\272\224\347\224\250\347\250\213\345\272\217\347\232\204\346\265\201\347\250\213.png" "b/content/zh/docs/DeveloperGuide/figures/ODBC\345\274\200\345\217\221\345\272\224\347\224\250\347\250\213\345\272\217\347\232\204\346\265\201\347\250\213.png" similarity index 100% rename from "content/zh/docs/Developerguide/figures/ODBC\345\274\200\345\217\221\345\272\224\347\224\250\347\250\213\345\272\217\347\232\204\346\265\201\347\250\213.png" rename to "content/zh/docs/DeveloperGuide/figures/ODBC\345\274\200\345\217\221\345\272\224\347\224\250\347\250\213\345\272\217\347\232\204\346\265\201\347\250\213.png" diff --git "a/content/zh/docs/Developerguide/figures/ODBC\347\263\273\347\273\237\346\234\272\346\236\204.png" "b/content/zh/docs/DeveloperGuide/figures/ODBC\347\263\273\347\273\237\346\234\272\346\236\204.png" similarity index 100% rename from "content/zh/docs/Developerguide/figures/ODBC\347\263\273\347\273\237\346\234\272\346\236\204.png" rename to "content/zh/docs/DeveloperGuide/figures/ODBC\347\263\273\347\273\237\346\234\272\346\236\204.png" diff --git "a/content/zh/docs/Developerguide/figures/SQL\345\274\225\346\223\216\346\211\247\350\241\214\346\237\245\350\257\242\347\261\273SQL\350\257\255\345\217\245\347\232\204\346\265\201\347\250\213.png" "b/content/zh/docs/DeveloperGuide/figures/SQL\345\274\225\346\223\216\346\211\247\350\241\214\346\237\245\350\257\242\347\261\273SQL\350\257\255\345\217\245\347\232\204\346\265\201\347\250\213.png" similarity index 100% rename from "content/zh/docs/Developerguide/figures/SQL\345\274\225\346\223\216\346\211\247\350\241\214\346\237\245\350\257\242\347\261\273SQL\350\257\255\345\217\245\347\232\204\346\265\201\347\250\213.png" rename to "content/zh/docs/DeveloperGuide/figures/SQL\345\274\225\346\223\216\346\211\247\350\241\214\346\237\245\350\257\242\347\261\273SQL\350\257\255\345\217\245\347\232\204\346\265\201\347\250\213.png" diff --git "a/content/zh/docs/Developerguide/figures/SQL\346\211\247\350\241\214\350\256\241\345\210\222\347\244\272\344\276\213.png" "b/content/zh/docs/DeveloperGuide/figures/SQL\346\211\247\350\241\214\350\256\241\345\210\222\347\244\272\344\276\213.png" similarity index 100% rename from "content/zh/docs/Developerguide/figures/SQL\346\211\247\350\241\214\350\256\241\345\210\222\347\244\272\344\276\213.png" rename to "content/zh/docs/DeveloperGuide/figures/SQL\346\211\247\350\241\214\350\256\241\345\210\222\347\244\272\344\276\213.png" diff --git a/content/zh/docs/Developerguide/figures/STATEMENT_IOSTAT_COMPLEX_RUNTIME.md b/content/zh/docs/DeveloperGuide/figures/STATEMENT_IOSTAT_COMPLEX_RUNTIME.md similarity index 100% rename from content/zh/docs/Developerguide/figures/STATEMENT_IOSTAT_COMPLEX_RUNTIME.md rename to content/zh/docs/DeveloperGuide/figures/STATEMENT_IOSTAT_COMPLEX_RUNTIME.md diff --git "a/content/zh/docs/Developerguide/figures/X-Tuner-\347\273\223\346\236\204\345\233\276.png" "b/content/zh/docs/DeveloperGuide/figures/X-Tuner-\347\273\223\346\236\204\345\233\276.png" similarity index 100% rename from "content/zh/docs/Developerguide/figures/X-Tuner-\347\273\223\346\236\204\345\233\276.png" rename to "content/zh/docs/DeveloperGuide/figures/X-Tuner-\347\273\223\346\236\204\345\233\276.png" diff --git "a/content/zh/docs/Developerguide/figures/X-Tuner\347\273\223\346\236\204\345\233\276.png" "b/content/zh/docs/DeveloperGuide/figures/X-Tuner\347\273\223\346\236\204\345\233\276.png" similarity index 100% rename from "content/zh/docs/Developerguide/figures/X-Tuner\347\273\223\346\236\204\345\233\276.png" rename to "content/zh/docs/DeveloperGuide/figures/X-Tuner\347\273\223\346\236\204\345\233\276.png" diff --git a/content/zh/docs/Developerguide/figures/all.png b/content/zh/docs/DeveloperGuide/figures/all.png similarity index 100% rename from content/zh/docs/Developerguide/figures/all.png rename to content/zh/docs/DeveloperGuide/figures/all.png diff --git a/content/zh/docs/Developerguide/figures/anonymous_block.png b/content/zh/docs/DeveloperGuide/figures/anonymous_block.png similarity index 100% rename from content/zh/docs/Developerguide/figures/anonymous_block.png rename to content/zh/docs/DeveloperGuide/figures/anonymous_block.png diff --git a/content/zh/docs/Developerguide/figures/any-some.png b/content/zh/docs/DeveloperGuide/figures/any-some.png similarity index 100% rename from content/zh/docs/Developerguide/figures/any-some.png rename to content/zh/docs/DeveloperGuide/figures/any-some.png diff --git a/content/zh/docs/Developerguide/figures/assignment_value.png b/content/zh/docs/DeveloperGuide/figures/assignment_value.png similarity index 100% rename from content/zh/docs/Developerguide/figures/assignment_value.png rename to content/zh/docs/DeveloperGuide/figures/assignment_value.png diff --git a/content/zh/docs/Developerguide/figures/call_anonymous_block.png b/content/zh/docs/DeveloperGuide/figures/call_anonymous_block.png similarity index 100% rename from content/zh/docs/Developerguide/figures/call_anonymous_block.png rename to content/zh/docs/DeveloperGuide/figures/call_anonymous_block.png diff --git a/content/zh/docs/Developerguide/figures/call_clause.png b/content/zh/docs/DeveloperGuide/figures/call_clause.png similarity index 100% rename from content/zh/docs/Developerguide/figures/call_clause.png rename to content/zh/docs/DeveloperGuide/figures/call_clause.png diff --git a/content/zh/docs/Developerguide/figures/call_procedure.png b/content/zh/docs/DeveloperGuide/figures/call_procedure.png similarity index 100% rename from content/zh/docs/Developerguide/figures/call_procedure.png rename to content/zh/docs/DeveloperGuide/figures/call_procedure.png diff --git a/content/zh/docs/Developerguide/figures/case.jpg b/content/zh/docs/DeveloperGuide/figures/case.jpg similarity index 100% rename from content/zh/docs/Developerguide/figures/case.jpg rename to content/zh/docs/DeveloperGuide/figures/case.jpg diff --git a/content/zh/docs/Developerguide/figures/case_when.png b/content/zh/docs/DeveloperGuide/figures/case_when.png similarity index 100% rename from content/zh/docs/Developerguide/figures/case_when.png rename to content/zh/docs/DeveloperGuide/figures/case_when.png diff --git a/content/zh/docs/Developerguide/figures/close_cursor.jpg b/content/zh/docs/DeveloperGuide/figures/close_cursor.jpg similarity index 100% rename from content/zh/docs/Developerguide/figures/close_cursor.jpg rename to content/zh/docs/DeveloperGuide/figures/close_cursor.jpg diff --git a/content/zh/docs/Developerguide/figures/coalesce.png b/content/zh/docs/DeveloperGuide/figures/coalesce.png similarity index 100% rename from content/zh/docs/Developerguide/figures/coalesce.png rename to content/zh/docs/DeveloperGuide/figures/coalesce.png diff --git a/content/zh/docs/Developerguide/figures/cold-start-time-performance-benchmarks2 (1).png b/content/zh/docs/DeveloperGuide/figures/cold-start-time-performance-benchmarks2 (1).png similarity index 100% rename from content/zh/docs/Developerguide/figures/cold-start-time-performance-benchmarks2 (1).png rename to content/zh/docs/DeveloperGuide/figures/cold-start-time-performance-benchmarks2 (1).png diff --git a/content/zh/docs/Developerguide/figures/cursor_typename.png b/content/zh/docs/DeveloperGuide/figures/cursor_typename.png similarity index 100% rename from content/zh/docs/Developerguide/figures/cursor_typename.png rename to content/zh/docs/DeveloperGuide/figures/cursor_typename.png diff --git a/content/zh/docs/Developerguide/figures/declare_variable.png b/content/zh/docs/DeveloperGuide/figures/declare_variable.png similarity index 100% rename from content/zh/docs/Developerguide/figures/declare_variable.png rename to content/zh/docs/DeveloperGuide/figures/declare_variable.png diff --git a/content/zh/docs/Developerguide/figures/decode.png b/content/zh/docs/DeveloperGuide/figures/decode.png similarity index 100% rename from content/zh/docs/Developerguide/figures/decode.png rename to content/zh/docs/DeveloperGuide/figures/decode.png diff --git a/content/zh/docs/Developerguide/figures/decode_type.png b/content/zh/docs/DeveloperGuide/figures/decode_type.png similarity index 100% rename from content/zh/docs/Developerguide/figures/decode_type.png rename to content/zh/docs/DeveloperGuide/figures/decode_type.png diff --git a/content/zh/docs/Developerguide/figures/dynamic_cursor_define.png b/content/zh/docs/DeveloperGuide/figures/dynamic_cursor_define.png similarity index 100% rename from content/zh/docs/Developerguide/figures/dynamic_cursor_define.png rename to content/zh/docs/DeveloperGuide/figures/dynamic_cursor_define.png diff --git a/content/zh/docs/Developerguide/figures/fetch_cursor.png b/content/zh/docs/DeveloperGuide/figures/fetch_cursor.png similarity index 100% rename from content/zh/docs/Developerguide/figures/fetch_cursor.png rename to content/zh/docs/DeveloperGuide/figures/fetch_cursor.png diff --git a/content/zh/docs/Developerguide/figures/for_loop.png b/content/zh/docs/DeveloperGuide/figures/for_loop.png similarity index 100% rename from content/zh/docs/Developerguide/figures/for_loop.png rename to content/zh/docs/DeveloperGuide/figures/for_loop.png diff --git a/content/zh/docs/Developerguide/figures/for_loop_query.png b/content/zh/docs/DeveloperGuide/figures/for_loop_query.png similarity index 100% rename from content/zh/docs/Developerguide/figures/for_loop_query.png rename to content/zh/docs/DeveloperGuide/figures/for_loop_query.png diff --git a/content/zh/docs/Developerguide/figures/forall.png b/content/zh/docs/DeveloperGuide/figures/forall.png similarity index 100% rename from content/zh/docs/Developerguide/figures/forall.png rename to content/zh/docs/DeveloperGuide/figures/forall.png diff --git a/content/zh/docs/Developerguide/figures/greatest.png b/content/zh/docs/DeveloperGuide/figures/greatest.png similarity index 100% rename from content/zh/docs/Developerguide/figures/greatest.png rename to content/zh/docs/DeveloperGuide/figures/greatest.png diff --git a/content/zh/docs/Developerguide/figures/least.png b/content/zh/docs/DeveloperGuide/figures/least.png similarity index 100% rename from content/zh/docs/Developerguide/figures/least.png rename to content/zh/docs/DeveloperGuide/figures/least.png diff --git a/content/zh/docs/Developerguide/figures/loop.png b/content/zh/docs/DeveloperGuide/figures/loop.png similarity index 100% rename from content/zh/docs/Developerguide/figures/loop.png rename to content/zh/docs/DeveloperGuide/figures/loop.png diff --git a/content/zh/docs/Developerguide/figures/nested_assignment_value.png b/content/zh/docs/DeveloperGuide/figures/nested_assignment_value.png similarity index 100% rename from content/zh/docs/Developerguide/figures/nested_assignment_value.png rename to content/zh/docs/DeveloperGuide/figures/nested_assignment_value.png diff --git a/content/zh/docs/Developerguide/figures/noselect.png b/content/zh/docs/DeveloperGuide/figures/noselect.png similarity index 100% rename from content/zh/docs/Developerguide/figures/noselect.png rename to content/zh/docs/DeveloperGuide/figures/noselect.png diff --git a/content/zh/docs/Developerguide/figures/nullif.png b/content/zh/docs/DeveloperGuide/figures/nullif.png similarity index 100% rename from content/zh/docs/Developerguide/figures/nullif.png rename to content/zh/docs/DeveloperGuide/figures/nullif.png diff --git a/content/zh/docs/Developerguide/figures/nvl.jpg b/content/zh/docs/DeveloperGuide/figures/nvl.jpg similarity index 100% rename from content/zh/docs/Developerguide/figures/nvl.jpg rename to content/zh/docs/DeveloperGuide/figures/nvl.jpg diff --git "a/content/zh/docs/Developerguide/figures/openGauss\344\270\255\347\232\204\345\206\205\345\255\230\345\274\225\346\223\216.png" "b/content/zh/docs/DeveloperGuide/figures/openGauss\344\270\255\347\232\204\345\206\205\345\255\230\345\274\225\346\223\216.png" similarity index 100% rename from "content/zh/docs/Developerguide/figures/openGauss\344\270\255\347\232\204\345\206\205\345\255\230\345\274\225\346\223\216.png" rename to "content/zh/docs/DeveloperGuide/figures/openGauss\344\270\255\347\232\204\345\206\205\345\255\230\345\274\225\346\223\216.png" diff --git "a/content/zh/docs/Developerguide/figures/openGauss\345\206\205\345\255\230\344\274\230\345\214\226\345\255\230\345\202\250\345\274\225\346\223\216.png" "b/content/zh/docs/DeveloperGuide/figures/openGauss\345\206\205\345\255\230\344\274\230\345\214\226\345\255\230\345\202\250\345\274\225\346\223\216.png" similarity index 100% rename from "content/zh/docs/Developerguide/figures/openGauss\345\206\205\345\255\230\344\274\230\345\214\226\345\255\230\345\202\250\345\274\225\346\223\216.png" rename to "content/zh/docs/DeveloperGuide/figures/openGauss\345\206\205\345\255\230\344\274\230\345\214\226\345\255\230\345\202\250\345\274\225\346\223\216.png" diff --git "a/content/zh/docs/Developerguide/figures/openGauss\346\234\215\345\212\241\345\223\215\345\272\224\346\265\201\347\250\213.jpg" "b/content/zh/docs/DeveloperGuide/figures/openGauss\346\234\215\345\212\241\345\223\215\345\272\224\346\265\201\347\250\213.jpg" similarity index 100% rename from "content/zh/docs/Developerguide/figures/openGauss\346\234\215\345\212\241\345\223\215\345\272\224\346\265\201\347\250\213.jpg" rename to "content/zh/docs/DeveloperGuide/figures/openGauss\346\234\215\345\212\241\345\223\215\345\272\224\346\265\201\347\250\213.jpg" diff --git a/content/zh/docs/Developerguide/figures/open_dynamic_cursor.png b/content/zh/docs/DeveloperGuide/figures/open_dynamic_cursor.png similarity index 100% rename from content/zh/docs/Developerguide/figures/open_dynamic_cursor.png rename to content/zh/docs/DeveloperGuide/figures/open_dynamic_cursor.png diff --git a/content/zh/docs/Developerguide/figures/open_for.png b/content/zh/docs/DeveloperGuide/figures/open_for.png similarity index 100% rename from content/zh/docs/Developerguide/figures/open_for.png rename to content/zh/docs/DeveloperGuide/figures/open_for.png diff --git a/content/zh/docs/Developerguide/figures/open_static_cursor.png b/content/zh/docs/DeveloperGuide/figures/open_static_cursor.png similarity index 100% rename from content/zh/docs/Developerguide/figures/open_static_cursor.png rename to content/zh/docs/DeveloperGuide/figures/open_static_cursor.png diff --git a/content/zh/docs/Developerguide/figures/raise.png b/content/zh/docs/DeveloperGuide/figures/raise.png similarity index 100% rename from content/zh/docs/Developerguide/figures/raise.png rename to content/zh/docs/DeveloperGuide/figures/raise.png diff --git a/content/zh/docs/Developerguide/figures/raise_condition.png b/content/zh/docs/DeveloperGuide/figures/raise_condition.png similarity index 100% rename from content/zh/docs/Developerguide/figures/raise_condition.png rename to content/zh/docs/DeveloperGuide/figures/raise_condition.png diff --git a/content/zh/docs/Developerguide/figures/raise_format.png b/content/zh/docs/DeveloperGuide/figures/raise_format.png similarity index 100% rename from content/zh/docs/Developerguide/figures/raise_format.png rename to content/zh/docs/DeveloperGuide/figures/raise_format.png diff --git a/content/zh/docs/Developerguide/figures/raise_option.png b/content/zh/docs/DeveloperGuide/figures/raise_option.png similarity index 100% rename from content/zh/docs/Developerguide/figures/raise_option.png rename to content/zh/docs/DeveloperGuide/figures/raise_option.png diff --git a/content/zh/docs/Developerguide/figures/raise_sqlstate.png b/content/zh/docs/DeveloperGuide/figures/raise_sqlstate.png similarity index 100% rename from content/zh/docs/Developerguide/figures/raise_sqlstate.png rename to content/zh/docs/DeveloperGuide/figures/raise_sqlstate.png diff --git "a/content/zh/docs/Developerguide/figures/recommend-\346\250\241\345\274\217\347\224\237\346\210\220\347\232\204\346\212\245\345\221\212\347\244\272\346\204\217\345\233\276.png" "b/content/zh/docs/DeveloperGuide/figures/recommend-\346\250\241\345\274\217\347\224\237\346\210\220\347\232\204\346\212\245\345\221\212\347\244\272\346\204\217\345\233\276.png" similarity index 100% rename from "content/zh/docs/Developerguide/figures/recommend-\346\250\241\345\274\217\347\224\237\346\210\220\347\232\204\346\212\245\345\221\212\347\244\272\346\204\217\345\233\276.png" rename to "content/zh/docs/DeveloperGuide/figures/recommend-\346\250\241\345\274\217\347\224\237\346\210\220\347\232\204\346\212\245\345\221\212\347\244\272\346\204\217\345\233\276.png" diff --git "a/content/zh/docs/Developerguide/figures/recommend\346\250\241\345\274\217\347\224\237\346\210\220\347\232\204\346\212\245\345\221\212\347\244\272\346\204\217\345\233\276.png" "b/content/zh/docs/DeveloperGuide/figures/recommend\346\250\241\345\274\217\347\224\237\346\210\220\347\232\204\346\212\245\345\221\212\347\244\272\346\204\217\345\233\276.png" similarity index 100% rename from "content/zh/docs/Developerguide/figures/recommend\346\250\241\345\274\217\347\224\237\346\210\220\347\232\204\346\212\245\345\221\212\347\244\272\346\204\217\345\233\276.png" rename to "content/zh/docs/DeveloperGuide/figures/recommend\346\250\241\345\274\217\347\224\237\346\210\220\347\232\204\346\212\245\345\221\212\347\244\272\346\204\217\345\233\276.png" diff --git "a/content/zh/docs/Developerguide/figures/record\347\261\273\345\236\213\347\232\204\350\257\255\346\263\225.png" "b/content/zh/docs/DeveloperGuide/figures/record\347\261\273\345\236\213\347\232\204\350\257\255\346\263\225.png" similarity index 100% rename from "content/zh/docs/Developerguide/figures/record\347\261\273\345\236\213\347\232\204\350\257\255\346\263\225.png" rename to "content/zh/docs/DeveloperGuide/figures/record\347\261\273\345\236\213\347\232\204\350\257\255\346\263\225.png" diff --git a/content/zh/docs/Developerguide/figures/return_clause.jpg b/content/zh/docs/DeveloperGuide/figures/return_clause.jpg similarity index 100% rename from content/zh/docs/Developerguide/figures/return_clause.jpg rename to content/zh/docs/DeveloperGuide/figures/return_clause.jpg diff --git a/content/zh/docs/Developerguide/figures/static_cursor_define.jpg b/content/zh/docs/DeveloperGuide/figures/static_cursor_define.jpg similarity index 100% rename from content/zh/docs/Developerguide/figures/static_cursor_define.jpg rename to content/zh/docs/DeveloperGuide/figures/static_cursor_define.jpg diff --git "a/content/zh/docs/Developerguide/figures/tpmC-\345\257\271\346\257\224CPU\344\275\277\347\224\250\347\216\207.png" "b/content/zh/docs/DeveloperGuide/figures/tpmC-\345\257\271\346\257\224CPU\344\275\277\347\224\250\347\216\207.png" similarity index 100% rename from "content/zh/docs/Developerguide/figures/tpmC-\345\257\271\346\257\224CPU\344\275\277\347\224\250\347\216\207.png" rename to "content/zh/docs/DeveloperGuide/figures/tpmC-\345\257\271\346\257\224CPU\344\275\277\347\224\250\347\216\207.png" diff --git a/content/zh/docs/Developerguide/figures/url.png b/content/zh/docs/DeveloperGuide/figures/url.png similarity index 100% rename from content/zh/docs/Developerguide/figures/url.png rename to content/zh/docs/DeveloperGuide/figures/url.png diff --git a/content/zh/docs/Developerguide/figures/using_clause-0.png b/content/zh/docs/DeveloperGuide/figures/using_clause-0.png similarity index 100% rename from content/zh/docs/Developerguide/figures/using_clause-0.png rename to content/zh/docs/DeveloperGuide/figures/using_clause-0.png diff --git a/content/zh/docs/Developerguide/figures/using_clause-1.png b/content/zh/docs/DeveloperGuide/figures/using_clause-1.png similarity index 100% rename from content/zh/docs/Developerguide/figures/using_clause-1.png rename to content/zh/docs/DeveloperGuide/figures/using_clause-1.png diff --git a/content/zh/docs/Developerguide/figures/using_clause-2.png b/content/zh/docs/DeveloperGuide/figures/using_clause-2.png similarity index 100% rename from content/zh/docs/Developerguide/figures/using_clause-2.png rename to content/zh/docs/DeveloperGuide/figures/using_clause-2.png diff --git a/content/zh/docs/Developerguide/figures/using_clause.png b/content/zh/docs/DeveloperGuide/figures/using_clause.png similarity index 100% rename from content/zh/docs/Developerguide/figures/using_clause.png rename to content/zh/docs/DeveloperGuide/figures/using_clause.png diff --git a/content/zh/docs/Developerguide/figures/when_clause.png b/content/zh/docs/DeveloperGuide/figures/when_clause.png similarity index 100% rename from content/zh/docs/Developerguide/figures/when_clause.png rename to content/zh/docs/DeveloperGuide/figures/when_clause.png diff --git a/content/zh/docs/Developerguide/figures/while_loop.png b/content/zh/docs/DeveloperGuide/figures/while_loop.png similarity index 100% rename from content/zh/docs/Developerguide/figures/while_loop.png rename to content/zh/docs/DeveloperGuide/figures/while_loop.png diff --git a/content/zh/docs/Developerguide/figures/zh-cn_image_0000001097419094.png b/content/zh/docs/DeveloperGuide/figures/zh-cn_image_0000001097419094.png similarity index 100% rename from content/zh/docs/Developerguide/figures/zh-cn_image_0000001097419094.png rename to content/zh/docs/DeveloperGuide/figures/zh-cn_image_0000001097419094.png diff --git a/content/zh/docs/Developerguide/figures/zh-cn_image_0000001097739076.png b/content/zh/docs/DeveloperGuide/figures/zh-cn_image_0000001097739076.png similarity index 100% rename from content/zh/docs/Developerguide/figures/zh-cn_image_0000001097739076.png rename to content/zh/docs/DeveloperGuide/figures/zh-cn_image_0000001097739076.png diff --git a/content/zh/docs/Developerguide/figures/zh-cn_image_0000001143979187.png b/content/zh/docs/DeveloperGuide/figures/zh-cn_image_0000001143979187.png similarity index 100% rename from content/zh/docs/Developerguide/figures/zh-cn_image_0000001143979187.png rename to content/zh/docs/DeveloperGuide/figures/zh-cn_image_0000001143979187.png diff --git a/content/zh/docs/Developerguide/figures/zh-cn_image_0000001144139135.png b/content/zh/docs/DeveloperGuide/figures/zh-cn_image_0000001144139135.png similarity index 100% rename from content/zh/docs/Developerguide/figures/zh-cn_image_0000001144139135.png rename to content/zh/docs/DeveloperGuide/figures/zh-cn_image_0000001144139135.png diff --git a/content/zh/docs/Developerguide/figures/zh-cn_image_0000001144259139.png b/content/zh/docs/DeveloperGuide/figures/zh-cn_image_0000001144259139.png similarity index 100% rename from content/zh/docs/Developerguide/figures/zh-cn_image_0000001144259139.png rename to content/zh/docs/DeveloperGuide/figures/zh-cn_image_0000001144259139.png diff --git a/content/zh/docs/Developerguide/figures/zh-cn_image_0000001153515022.png b/content/zh/docs/DeveloperGuide/figures/zh-cn_image_0000001153515022.png similarity index 100% rename from content/zh/docs/Developerguide/figures/zh-cn_image_0000001153515022.png rename to content/zh/docs/DeveloperGuide/figures/zh-cn_image_0000001153515022.png diff --git a/content/zh/docs/Developerguide/figures/zh-cn_image_0000001156347657.png b/content/zh/docs/DeveloperGuide/figures/zh-cn_image_0000001156347657.png similarity index 100% rename from content/zh/docs/Developerguide/figures/zh-cn_image_0000001156347657.png rename to content/zh/docs/DeveloperGuide/figures/zh-cn_image_0000001156347657.png diff --git a/content/zh/docs/Developerguide/figures/zh-cn_image_0000001209457383.png b/content/zh/docs/DeveloperGuide/figures/zh-cn_image_0000001209457383.png similarity index 100% rename from content/zh/docs/Developerguide/figures/zh-cn_image_0000001209457383.png rename to content/zh/docs/DeveloperGuide/figures/zh-cn_image_0000001209457383.png diff --git a/content/zh/docs/Developerguide/figures/zh-cn_image_0000001209615959.png b/content/zh/docs/DeveloperGuide/figures/zh-cn_image_0000001209615959.png similarity index 100% rename from content/zh/docs/Developerguide/figures/zh-cn_image_0000001209615959.png rename to content/zh/docs/DeveloperGuide/figures/zh-cn_image_0000001209615959.png diff --git a/content/zh/docs/Developerguide/figures/zh-cn_image_0000001209735947.png b/content/zh/docs/DeveloperGuide/figures/zh-cn_image_0000001209735947.png similarity index 100% rename from content/zh/docs/Developerguide/figures/zh-cn_image_0000001209735947.png rename to content/zh/docs/DeveloperGuide/figures/zh-cn_image_0000001209735947.png diff --git a/content/zh/docs/Developerguide/figures/zh-cn_image_0000001209736009.png b/content/zh/docs/DeveloperGuide/figures/zh-cn_image_0000001209736009.png similarity index 100% rename from content/zh/docs/Developerguide/figures/zh-cn_image_0000001209736009.png rename to content/zh/docs/DeveloperGuide/figures/zh-cn_image_0000001209736009.png diff --git a/content/zh/docs/Developerguide/figures/zh-cn_image_0118861065.jpg b/content/zh/docs/DeveloperGuide/figures/zh-cn_image_0118861065.jpg similarity index 100% rename from content/zh/docs/Developerguide/figures/zh-cn_image_0118861065.jpg rename to content/zh/docs/DeveloperGuide/figures/zh-cn_image_0118861065.jpg diff --git a/content/zh/docs/Developerguide/figures/zh-cn_image_0242381460.png b/content/zh/docs/DeveloperGuide/figures/zh-cn_image_0242381460.png similarity index 100% rename from content/zh/docs/Developerguide/figures/zh-cn_image_0242381460.png rename to content/zh/docs/DeveloperGuide/figures/zh-cn_image_0242381460.png diff --git a/content/zh/docs/Developerguide/figures/zh-cn_image_0242381461.png b/content/zh/docs/DeveloperGuide/figures/zh-cn_image_0242381461.png similarity index 100% rename from content/zh/docs/Developerguide/figures/zh-cn_image_0242381461.png rename to content/zh/docs/DeveloperGuide/figures/zh-cn_image_0242381461.png diff --git a/content/zh/docs/Developerguide/figures/zh-cn_image_0242381462.png b/content/zh/docs/DeveloperGuide/figures/zh-cn_image_0242381462.png similarity index 100% rename from content/zh/docs/Developerguide/figures/zh-cn_image_0242381462.png rename to content/zh/docs/DeveloperGuide/figures/zh-cn_image_0242381462.png diff --git a/content/zh/docs/Developerguide/figures/zh-cn_image_0242381463.png b/content/zh/docs/DeveloperGuide/figures/zh-cn_image_0242381463.png similarity index 100% rename from content/zh/docs/Developerguide/figures/zh-cn_image_0242381463.png rename to content/zh/docs/DeveloperGuide/figures/zh-cn_image_0242381463.png diff --git a/content/zh/docs/Developerguide/figures/zh-cn_image_0242381464.png b/content/zh/docs/DeveloperGuide/figures/zh-cn_image_0242381464.png similarity index 100% rename from content/zh/docs/Developerguide/figures/zh-cn_image_0242381464.png rename to content/zh/docs/DeveloperGuide/figures/zh-cn_image_0242381464.png diff --git a/content/zh/docs/Developerguide/figures/zh-cn_image_0242381725.png b/content/zh/docs/DeveloperGuide/figures/zh-cn_image_0242381725.png similarity index 100% rename from content/zh/docs/Developerguide/figures/zh-cn_image_0242381725.png rename to content/zh/docs/DeveloperGuide/figures/zh-cn_image_0242381725.png diff --git a/content/zh/docs/Developerguide/figures/zh-cn_image_0243595915.png b/content/zh/docs/DeveloperGuide/figures/zh-cn_image_0243595915.png similarity index 100% rename from content/zh/docs/Developerguide/figures/zh-cn_image_0243595915.png rename to content/zh/docs/DeveloperGuide/figures/zh-cn_image_0243595915.png diff --git a/content/zh/docs/Developerguide/figures/zh-cn_image_0244851037.png b/content/zh/docs/DeveloperGuide/figures/zh-cn_image_0244851037.png similarity index 100% rename from content/zh/docs/Developerguide/figures/zh-cn_image_0244851037.png rename to content/zh/docs/DeveloperGuide/figures/zh-cn_image_0244851037.png diff --git a/content/zh/docs/Developerguide/figures/zh-cn_image_0246254080.png b/content/zh/docs/DeveloperGuide/figures/zh-cn_image_0246254080.png similarity index 100% rename from content/zh/docs/Developerguide/figures/zh-cn_image_0246254080.png rename to content/zh/docs/DeveloperGuide/figures/zh-cn_image_0246254080.png diff --git a/content/zh/docs/Developerguide/figures/zh-cn_image_0246254081.png b/content/zh/docs/DeveloperGuide/figures/zh-cn_image_0246254081.png similarity index 100% rename from content/zh/docs/Developerguide/figures/zh-cn_image_0246254081.png rename to content/zh/docs/DeveloperGuide/figures/zh-cn_image_0246254081.png diff --git a/content/zh/docs/Developerguide/figures/zh-cn_image_0246254082.png b/content/zh/docs/DeveloperGuide/figures/zh-cn_image_0246254082.png similarity index 100% rename from content/zh/docs/Developerguide/figures/zh-cn_image_0246254082.png rename to content/zh/docs/DeveloperGuide/figures/zh-cn_image_0246254082.png diff --git a/content/zh/docs/Developerguide/figures/zh-cn_image_0252660975.png b/content/zh/docs/DeveloperGuide/figures/zh-cn_image_0252660975.png similarity index 100% rename from content/zh/docs/Developerguide/figures/zh-cn_image_0252660975.png rename to content/zh/docs/DeveloperGuide/figures/zh-cn_image_0252660975.png diff --git a/content/zh/docs/Developerguide/figures/zh-cn_image_0252663634.png b/content/zh/docs/DeveloperGuide/figures/zh-cn_image_0252663634.png similarity index 100% rename from content/zh/docs/Developerguide/figures/zh-cn_image_0252663634.png rename to content/zh/docs/DeveloperGuide/figures/zh-cn_image_0252663634.png diff --git a/content/zh/docs/Developerguide/figures/zh-cn_image_0253028833.png b/content/zh/docs/DeveloperGuide/figures/zh-cn_image_0253028833.png similarity index 100% rename from content/zh/docs/Developerguide/figures/zh-cn_image_0253028833.png rename to content/zh/docs/DeveloperGuide/figures/zh-cn_image_0253028833.png diff --git a/content/zh/docs/Developerguide/figures/zh-cn_image_0253030479.png b/content/zh/docs/DeveloperGuide/figures/zh-cn_image_0253030479.png similarity index 100% rename from content/zh/docs/Developerguide/figures/zh-cn_image_0253030479.png rename to content/zh/docs/DeveloperGuide/figures/zh-cn_image_0253030479.png diff --git a/content/zh/docs/Developerguide/figures/zh-cn_image_0253032870.png b/content/zh/docs/DeveloperGuide/figures/zh-cn_image_0253032870.png similarity index 100% rename from content/zh/docs/Developerguide/figures/zh-cn_image_0253032870.png rename to content/zh/docs/DeveloperGuide/figures/zh-cn_image_0253032870.png diff --git a/content/zh/docs/Developerguide/figures/zh-cn_image_0253036670.png b/content/zh/docs/DeveloperGuide/figures/zh-cn_image_0253036670.png similarity index 100% rename from content/zh/docs/Developerguide/figures/zh-cn_image_0253036670.png rename to content/zh/docs/DeveloperGuide/figures/zh-cn_image_0253036670.png diff --git a/content/zh/docs/Developerguide/figures/zh-cn_image_0253037239.png b/content/zh/docs/DeveloperGuide/figures/zh-cn_image_0253037239.png similarity index 100% rename from content/zh/docs/Developerguide/figures/zh-cn_image_0253037239.png rename to content/zh/docs/DeveloperGuide/figures/zh-cn_image_0253037239.png diff --git a/content/zh/docs/Developerguide/figures/zh-cn_image_0253038757.png b/content/zh/docs/DeveloperGuide/figures/zh-cn_image_0253038757.png similarity index 100% rename from content/zh/docs/Developerguide/figures/zh-cn_image_0253038757.png rename to content/zh/docs/DeveloperGuide/figures/zh-cn_image_0253038757.png diff --git a/content/zh/docs/Developerguide/figures/zh-cn_image_0253082069.png b/content/zh/docs/DeveloperGuide/figures/zh-cn_image_0253082069.png similarity index 100% rename from content/zh/docs/Developerguide/figures/zh-cn_image_0253082069.png rename to content/zh/docs/DeveloperGuide/figures/zh-cn_image_0253082069.png diff --git a/content/zh/docs/Developerguide/figures/zh-cn_image_0253403489.png b/content/zh/docs/DeveloperGuide/figures/zh-cn_image_0253403489.png similarity index 100% rename from content/zh/docs/Developerguide/figures/zh-cn_image_0253403489.png rename to content/zh/docs/DeveloperGuide/figures/zh-cn_image_0253403489.png diff --git a/content/zh/docs/Developerguide/figures/zh-cn_image_0253403490.png b/content/zh/docs/DeveloperGuide/figures/zh-cn_image_0253403490.png similarity index 100% rename from content/zh/docs/Developerguide/figures/zh-cn_image_0253403490.png rename to content/zh/docs/DeveloperGuide/figures/zh-cn_image_0253403490.png diff --git a/content/zh/docs/Developerguide/figures/zh-cn_image_0253404022.png b/content/zh/docs/DeveloperGuide/figures/zh-cn_image_0253404022.png similarity index 100% rename from content/zh/docs/Developerguide/figures/zh-cn_image_0253404022.png rename to content/zh/docs/DeveloperGuide/figures/zh-cn_image_0253404022.png diff --git a/content/zh/docs/Developerguide/figures/zh-cn_image_0253404023.png b/content/zh/docs/DeveloperGuide/figures/zh-cn_image_0253404023.png similarity index 100% rename from content/zh/docs/Developerguide/figures/zh-cn_image_0253404023.png rename to content/zh/docs/DeveloperGuide/figures/zh-cn_image_0253404023.png diff --git a/content/zh/docs/Developerguide/figures/zh-cn_image_0257861506.png b/content/zh/docs/DeveloperGuide/figures/zh-cn_image_0257861506.png similarity index 100% rename from content/zh/docs/Developerguide/figures/zh-cn_image_0257861506.png rename to content/zh/docs/DeveloperGuide/figures/zh-cn_image_0257861506.png diff --git a/content/zh/docs/Developerguide/figures/zh-cn_image_0257861511.png b/content/zh/docs/DeveloperGuide/figures/zh-cn_image_0257861511.png similarity index 100% rename from content/zh/docs/Developerguide/figures/zh-cn_image_0257861511.png rename to content/zh/docs/DeveloperGuide/figures/zh-cn_image_0257861511.png diff --git a/content/zh/docs/Developerguide/figures/zh-cn_image_0257861526.png b/content/zh/docs/DeveloperGuide/figures/zh-cn_image_0257861526.png similarity index 100% rename from content/zh/docs/Developerguide/figures/zh-cn_image_0257861526.png rename to content/zh/docs/DeveloperGuide/figures/zh-cn_image_0257861526.png diff --git a/content/zh/docs/Developerguide/figures/zh-cn_image_0263913298.png b/content/zh/docs/DeveloperGuide/figures/zh-cn_image_0263913298.png similarity index 100% rename from content/zh/docs/Developerguide/figures/zh-cn_image_0263913298.png rename to content/zh/docs/DeveloperGuide/figures/zh-cn_image_0263913298.png diff --git a/content/zh/docs/Developerguide/figures/zh-cn_image_0263913300.png b/content/zh/docs/DeveloperGuide/figures/zh-cn_image_0263913300.png similarity index 100% rename from content/zh/docs/Developerguide/figures/zh-cn_image_0263913300.png rename to content/zh/docs/DeveloperGuide/figures/zh-cn_image_0263913300.png diff --git a/content/zh/docs/Developerguide/figures/zh-cn_image_0263913302.png b/content/zh/docs/DeveloperGuide/figures/zh-cn_image_0263913302.png similarity index 100% rename from content/zh/docs/Developerguide/figures/zh-cn_image_0263913302.png rename to content/zh/docs/DeveloperGuide/figures/zh-cn_image_0263913302.png diff --git a/content/zh/docs/Developerguide/figures/zh-cn_image_0263913304.png b/content/zh/docs/DeveloperGuide/figures/zh-cn_image_0263913304.png similarity index 100% rename from content/zh/docs/Developerguide/figures/zh-cn_image_0263913304.png rename to content/zh/docs/DeveloperGuide/figures/zh-cn_image_0263913304.png diff --git a/content/zh/docs/Developerguide/figures/zh-cn_image_0263913306.png b/content/zh/docs/DeveloperGuide/figures/zh-cn_image_0263913306.png similarity index 100% rename from content/zh/docs/Developerguide/figures/zh-cn_image_0263913306.png rename to content/zh/docs/DeveloperGuide/figures/zh-cn_image_0263913306.png diff --git a/content/zh/docs/Developerguide/figures/zh-cn_image_0263913308.png b/content/zh/docs/DeveloperGuide/figures/zh-cn_image_0263913308.png similarity index 100% rename from content/zh/docs/Developerguide/figures/zh-cn_image_0263913308.png rename to content/zh/docs/DeveloperGuide/figures/zh-cn_image_0263913308.png diff --git a/content/zh/docs/Developerguide/figures/zh-cn_image_0263913310.png b/content/zh/docs/DeveloperGuide/figures/zh-cn_image_0263913310.png similarity index 100% rename from content/zh/docs/Developerguide/figures/zh-cn_image_0263913310.png rename to content/zh/docs/DeveloperGuide/figures/zh-cn_image_0263913310.png diff --git a/content/zh/docs/Developerguide/figures/zh-cn_image_0263957242.png b/content/zh/docs/DeveloperGuide/figures/zh-cn_image_0263957242.png similarity index 100% rename from content/zh/docs/Developerguide/figures/zh-cn_image_0263957242.png rename to content/zh/docs/DeveloperGuide/figures/zh-cn_image_0263957242.png diff --git a/content/zh/docs/Developerguide/figures/zh-cn_image_0280525201.png b/content/zh/docs/DeveloperGuide/figures/zh-cn_image_0280525201.png similarity index 100% rename from content/zh/docs/Developerguide/figures/zh-cn_image_0280525201.png rename to content/zh/docs/DeveloperGuide/figures/zh-cn_image_0280525201.png diff --git a/content/zh/docs/Developerguide/figures/zh-cn_image_0280525203.png b/content/zh/docs/DeveloperGuide/figures/zh-cn_image_0280525203.png similarity index 100% rename from content/zh/docs/Developerguide/figures/zh-cn_image_0280525203.png rename to content/zh/docs/DeveloperGuide/figures/zh-cn_image_0280525203.png diff --git a/content/zh/docs/Developerguide/figures/zh-cn_image_0280525205.png b/content/zh/docs/DeveloperGuide/figures/zh-cn_image_0280525205.png similarity index 100% rename from content/zh/docs/Developerguide/figures/zh-cn_image_0280525205.png rename to content/zh/docs/DeveloperGuide/figures/zh-cn_image_0280525205.png diff --git a/content/zh/docs/Developerguide/figures/zh-cn_image_0280525207.png b/content/zh/docs/DeveloperGuide/figures/zh-cn_image_0280525207.png similarity index 100% rename from content/zh/docs/Developerguide/figures/zh-cn_image_0280525207.png rename to content/zh/docs/DeveloperGuide/figures/zh-cn_image_0280525207.png diff --git a/content/zh/docs/Developerguide/figures/zh-cn_image_0280525209.png b/content/zh/docs/DeveloperGuide/figures/zh-cn_image_0280525209.png similarity index 100% rename from content/zh/docs/Developerguide/figures/zh-cn_image_0280525209.png rename to content/zh/docs/DeveloperGuide/figures/zh-cn_image_0280525209.png diff --git a/content/zh/docs/Developerguide/figures/zh-cn_image_0280525211.png b/content/zh/docs/DeveloperGuide/figures/zh-cn_image_0280525211.png similarity index 100% rename from content/zh/docs/Developerguide/figures/zh-cn_image_0280525211.png rename to content/zh/docs/DeveloperGuide/figures/zh-cn_image_0280525211.png diff --git a/content/zh/docs/Developerguide/figures/zh-cn_image_0280525213.jpg b/content/zh/docs/DeveloperGuide/figures/zh-cn_image_0280525213.jpg similarity index 100% rename from content/zh/docs/Developerguide/figures/zh-cn_image_0280525213.jpg rename to content/zh/docs/DeveloperGuide/figures/zh-cn_image_0280525213.jpg diff --git a/content/zh/docs/Developerguide/figures/zh-cn_image_0280525217.png b/content/zh/docs/DeveloperGuide/figures/zh-cn_image_0280525217.png similarity index 100% rename from content/zh/docs/Developerguide/figures/zh-cn_image_0280525217.png rename to content/zh/docs/DeveloperGuide/figures/zh-cn_image_0280525217.png diff --git a/content/zh/docs/Developerguide/figures/zh-cn_image_0289899972.png b/content/zh/docs/DeveloperGuide/figures/zh-cn_image_0289899972.png similarity index 100% rename from content/zh/docs/Developerguide/figures/zh-cn_image_0289899972.png rename to content/zh/docs/DeveloperGuide/figures/zh-cn_image_0289899972.png diff --git a/content/zh/docs/Developerguide/figures/zh-cn_image_0289899975.png b/content/zh/docs/DeveloperGuide/figures/zh-cn_image_0289899975.png similarity index 100% rename from content/zh/docs/Developerguide/figures/zh-cn_image_0289899975.png rename to content/zh/docs/DeveloperGuide/figures/zh-cn_image_0289899975.png diff --git a/content/zh/docs/Developerguide/figures/zh-cn_image_0289899988.png b/content/zh/docs/DeveloperGuide/figures/zh-cn_image_0289899988.png similarity index 100% rename from content/zh/docs/Developerguide/figures/zh-cn_image_0289899988.png rename to content/zh/docs/DeveloperGuide/figures/zh-cn_image_0289899988.png diff --git a/content/zh/docs/Developerguide/figures/zh-cn_image_0289900471.png b/content/zh/docs/DeveloperGuide/figures/zh-cn_image_0289900471.png similarity index 100% rename from content/zh/docs/Developerguide/figures/zh-cn_image_0289900471.png rename to content/zh/docs/DeveloperGuide/figures/zh-cn_image_0289900471.png diff --git a/content/zh/docs/Developerguide/figures/zh-cn_image_0289900652.png b/content/zh/docs/DeveloperGuide/figures/zh-cn_image_0289900652.png similarity index 100% rename from content/zh/docs/Developerguide/figures/zh-cn_image_0289900652.png rename to content/zh/docs/DeveloperGuide/figures/zh-cn_image_0289900652.png diff --git a/content/zh/docs/Developerguide/figures/zh-cn_image_0289900697.png b/content/zh/docs/DeveloperGuide/figures/zh-cn_image_0289900697.png similarity index 100% rename from content/zh/docs/Developerguide/figures/zh-cn_image_0289900697.png rename to content/zh/docs/DeveloperGuide/figures/zh-cn_image_0289900697.png diff --git a/content/zh/docs/Developerguide/figures/zh-cn_image_0289900793.png b/content/zh/docs/DeveloperGuide/figures/zh-cn_image_0289900793.png similarity index 100% rename from content/zh/docs/Developerguide/figures/zh-cn_image_0289900793.png rename to content/zh/docs/DeveloperGuide/figures/zh-cn_image_0289900793.png diff --git a/content/zh/docs/Developerguide/figures/zh-cn_image_0289900927.png b/content/zh/docs/DeveloperGuide/figures/zh-cn_image_0289900927.png similarity index 100% rename from content/zh/docs/Developerguide/figures/zh-cn_image_0289900927.png rename to content/zh/docs/DeveloperGuide/figures/zh-cn_image_0289900927.png diff --git a/content/zh/docs/Developerguide/figures/zh-cn_image_0289900952.png b/content/zh/docs/DeveloperGuide/figures/zh-cn_image_0289900952.png similarity index 100% rename from content/zh/docs/Developerguide/figures/zh-cn_image_0289900952.png rename to content/zh/docs/DeveloperGuide/figures/zh-cn_image_0289900952.png diff --git a/content/zh/docs/Developerguide/figures/zh-cn_image_0289900964.png b/content/zh/docs/DeveloperGuide/figures/zh-cn_image_0289900964.png similarity index 100% rename from content/zh/docs/Developerguide/figures/zh-cn_image_0289900964.png rename to content/zh/docs/DeveloperGuide/figures/zh-cn_image_0289900964.png diff --git a/content/zh/docs/Developerguide/figures/zh_image_0289900420.png b/content/zh/docs/DeveloperGuide/figures/zh_image_0289900420.png similarity index 100% rename from content/zh/docs/Developerguide/figures/zh_image_0289900420.png rename to content/zh/docs/DeveloperGuide/figures/zh_image_0289900420.png diff --git "a/content/zh/docs/Developerguide/figures/\344\270\211\347\247\215\346\227\245\345\277\227\350\256\260\345\275\225\351\200\211\351\241\271.png" "b/content/zh/docs/DeveloperGuide/figures/\344\270\211\347\247\215\346\227\245\345\277\227\350\256\260\345\275\225\351\200\211\351\241\271.png" similarity index 100% rename from "content/zh/docs/Developerguide/figures/\344\270\211\347\247\215\346\227\245\345\277\227\350\256\260\345\275\225\351\200\211\351\241\271.png" rename to "content/zh/docs/DeveloperGuide/figures/\344\270\211\347\247\215\346\227\245\345\277\227\350\256\260\345\275\225\351\200\211\351\241\271.png" diff --git "a/content/zh/docs/Developerguide/figures/\344\275\216\345\273\266\350\277\237\357\274\21090th-\344\272\213\345\212\241\345\271\263\345\235\207\357\274\211\346\200\247\350\203\275\345\237\272\345\207\206.png" "b/content/zh/docs/DeveloperGuide/figures/\344\275\216\345\273\266\350\277\237\357\274\21090th-\344\272\213\345\212\241\345\271\263\345\235\207\357\274\211\346\200\247\350\203\275\345\237\272\345\207\206.png" similarity index 100% rename from "content/zh/docs/Developerguide/figures/\344\275\216\345\273\266\350\277\237\357\274\21090th-\344\272\213\345\212\241\345\271\263\345\235\207\357\274\211\346\200\247\350\203\275\345\237\272\345\207\206.png" rename to "content/zh/docs/DeveloperGuide/figures/\344\275\216\345\273\266\350\277\237\357\274\21090th-\344\272\213\345\212\241\345\271\263\345\235\207\357\274\211\346\200\247\350\203\275\345\237\272\345\207\206.png" diff --git "a/content/zh/docs/Developerguide/figures/\344\275\216\345\273\266\350\277\237\357\274\21090th-\357\274\211\346\200\247\350\203\275\345\237\272\345\207\206.png" "b/content/zh/docs/DeveloperGuide/figures/\344\275\216\345\273\266\350\277\237\357\274\21090th-\357\274\211\346\200\247\350\203\275\345\237\272\345\207\206.png" similarity index 100% rename from "content/zh/docs/Developerguide/figures/\344\275\216\345\273\266\350\277\237\357\274\21090th-\357\274\211\346\200\247\350\203\275\345\237\272\345\207\206.png" rename to "content/zh/docs/DeveloperGuide/figures/\344\275\216\345\273\266\350\277\237\357\274\21090th-\357\274\211\346\200\247\350\203\275\345\237\272\345\207\206.png" diff --git "a/content/zh/docs/Developerguide/figures/\344\277\256\346\224\271BIOS\350\256\276\347\275\256\357\274\2101\357\274\211.png" "b/content/zh/docs/DeveloperGuide/figures/\344\277\256\346\224\271BIOS\350\256\276\347\275\256\357\274\2101\357\274\211.png" similarity index 100% rename from "content/zh/docs/Developerguide/figures/\344\277\256\346\224\271BIOS\350\256\276\347\275\256\357\274\2101\357\274\211.png" rename to "content/zh/docs/DeveloperGuide/figures/\344\277\256\346\224\271BIOS\350\256\276\347\275\256\357\274\2101\357\274\211.png" diff --git "a/content/zh/docs/Developerguide/figures/\344\277\256\346\224\271BIOS\350\256\276\347\275\256\357\274\2102\357\274\211.png" "b/content/zh/docs/DeveloperGuide/figures/\344\277\256\346\224\271BIOS\350\256\276\347\275\256\357\274\2102\357\274\211.png" similarity index 100% rename from "content/zh/docs/Developerguide/figures/\344\277\256\346\224\271BIOS\350\256\276\347\275\256\357\274\2102\357\274\211.png" rename to "content/zh/docs/DeveloperGuide/figures/\344\277\256\346\224\271BIOS\350\256\276\347\275\256\357\274\2102\357\274\211.png" diff --git "a/content/zh/docs/Developerguide/figures/\345\206\267\345\220\257\345\212\250\346\227\266\351\227\264\346\200\247\350\203\275\345\237\272\345\207\206.png" "b/content/zh/docs/DeveloperGuide/figures/\345\206\267\345\220\257\345\212\250\346\227\266\351\227\264\346\200\247\350\203\275\345\237\272\345\207\206.png" similarity index 100% rename from "content/zh/docs/Developerguide/figures/\345\206\267\345\220\257\345\212\250\346\227\266\351\227\264\346\200\247\350\203\275\345\237\272\345\207\206.png" rename to "content/zh/docs/DeveloperGuide/figures/\345\206\267\345\220\257\345\212\250\346\227\266\351\227\264\346\200\247\350\203\275\345\237\272\345\207\206.png" diff --git "a/content/zh/docs/Developerguide/figures/\345\215\216\344\270\272TaiShan-2480-MOT-TPC-C\346\265\213\350\257\225\347\273\223\346\236\234.png" "b/content/zh/docs/DeveloperGuide/figures/\345\215\216\344\270\272TaiShan-2480-MOT-TPC-C\346\265\213\350\257\225\347\273\223\346\236\234.png" similarity index 100% rename from "content/zh/docs/Developerguide/figures/\345\215\216\344\270\272TaiShan-2480-MOT-TPC-C\346\265\213\350\257\225\347\273\223\346\236\234.png" rename to "content/zh/docs/DeveloperGuide/figures/\345\215\216\344\270\272TaiShan-2480-MOT-TPC-C\346\265\213\350\257\225\347\273\223\346\236\234.png" diff --git "a/content/zh/docs/Developerguide/figures/\345\215\225\344\272\213\345\212\241\346\227\245\345\277\227\350\256\260\345\275\225.png" "b/content/zh/docs/DeveloperGuide/figures/\345\215\225\344\272\213\345\212\241\346\227\245\345\277\227\350\256\260\345\275\225.png" similarity index 100% rename from "content/zh/docs/Developerguide/figures/\345\215\225\344\272\213\345\212\241\346\227\245\345\277\227\350\256\260\345\275\225.png" rename to "content/zh/docs/DeveloperGuide/figures/\345\215\225\344\272\213\345\212\241\346\227\245\345\277\227\350\256\260\345\275\225.png" diff --git "a/content/zh/docs/Developerguide/figures/\345\220\214\346\255\245\346\227\245\345\277\227\350\256\260\345\275\225.png" "b/content/zh/docs/DeveloperGuide/figures/\345\220\214\346\255\245\346\227\245\345\277\227\350\256\260\345\275\225.png" similarity index 100% rename from "content/zh/docs/Developerguide/figures/\345\220\214\346\255\245\346\227\245\345\277\227\350\256\260\345\275\225.png" rename to "content/zh/docs/DeveloperGuide/figures/\345\220\214\346\255\245\346\227\245\345\277\227\350\256\260\345\275\225.png" diff --git "a/content/zh/docs/Developerguide/figures/\345\233\276\347\211\20716.png" "b/content/zh/docs/DeveloperGuide/figures/\345\233\276\347\211\20716.png" similarity index 100% rename from "content/zh/docs/Developerguide/figures/\345\233\276\347\211\20716.png" rename to "content/zh/docs/DeveloperGuide/figures/\345\233\276\347\211\20716.png" diff --git "a/content/zh/docs/Developerguide/figures/\345\274\202\346\255\245\346\227\245\345\277\227\350\256\260\345\275\225.png" "b/content/zh/docs/DeveloperGuide/figures/\345\274\202\346\255\245\346\227\245\345\277\227\350\256\260\345\275\225.png" similarity index 100% rename from "content/zh/docs/Developerguide/figures/\345\274\202\346\255\245\346\227\245\345\277\227\350\256\260\345\275\225.png" rename to "content/zh/docs/DeveloperGuide/figures/\345\274\202\346\255\245\346\227\245\345\277\227\350\256\260\345\275\225.png" diff --git "a/content/zh/docs/Developerguide/figures/\346\200\247\350\203\275\350\260\203\344\274\230\346\265\201\347\250\213.png" "b/content/zh/docs/DeveloperGuide/figures/\346\200\247\350\203\275\350\260\203\344\274\230\346\265\201\347\250\213.png" similarity index 100% rename from "content/zh/docs/Developerguide/figures/\346\200\247\350\203\275\350\260\203\344\274\230\346\265\201\347\250\213.png" rename to "content/zh/docs/DeveloperGuide/figures/\346\200\247\350\203\275\350\260\203\344\274\230\346\265\201\347\250\213.png" diff --git "a/content/zh/docs/Developerguide/figures/\346\215\225\350\216\267.png" "b/content/zh/docs/DeveloperGuide/figures/\346\215\225\350\216\267.png" similarity index 100% rename from "content/zh/docs/Developerguide/figures/\346\215\225\350\216\267.png" rename to "content/zh/docs/DeveloperGuide/figures/\346\215\225\350\216\267.png" diff --git "a/content/zh/docs/Developerguide/figures/\346\225\260\346\215\256\345\272\223\351\200\273\350\276\221\347\273\223\346\236\204\345\233\276.png" "b/content/zh/docs/DeveloperGuide/figures/\346\225\260\346\215\256\345\272\223\351\200\273\350\276\221\347\273\223\346\236\204\345\233\276.png" similarity index 100% rename from "content/zh/docs/Developerguide/figures/\346\225\260\346\215\256\345\272\223\351\200\273\350\276\221\347\273\223\346\236\204\345\233\276.png" rename to "content/zh/docs/DeveloperGuide/figures/\346\225\260\346\215\256\345\272\223\351\200\273\350\276\221\347\273\223\346\236\204\345\233\276.png" diff --git "a/content/zh/docs/Developerguide/figures/\346\226\207\346\241\243.png" "b/content/zh/docs/DeveloperGuide/figures/\346\226\207\346\241\243.png" similarity index 100% rename from "content/zh/docs/Developerguide/figures/\346\226\207\346\241\243.png" rename to "content/zh/docs/DeveloperGuide/figures/\346\226\207\346\241\243.png" diff --git "a/content/zh/docs/Developerguide/figures/\346\237\245\347\234\213nvme\347\233\230\347\232\204\344\277\241\346\201\257.png" "b/content/zh/docs/DeveloperGuide/figures/\346\237\245\347\234\213nvme\347\233\230\347\232\204\344\277\241\346\201\257.png" similarity index 100% rename from "content/zh/docs/Developerguide/figures/\346\237\245\347\234\213nvme\347\233\230\347\232\204\344\277\241\346\201\257.png" rename to "content/zh/docs/DeveloperGuide/figures/\346\237\245\347\234\213nvme\347\233\230\347\232\204\344\277\241\346\201\257.png" diff --git "a/content/zh/docs/Developerguide/figures/\346\237\245\347\234\213\346\223\215\344\275\234\347\263\273\347\273\237\345\206\205\346\240\270PAGESIZE\347\232\204\345\200\274.png" "b/content/zh/docs/DeveloperGuide/figures/\346\237\245\347\234\213\346\223\215\344\275\234\347\263\273\347\273\237\345\206\205\346\240\270PAGESIZE\347\232\204\345\200\274.png" similarity index 100% rename from "content/zh/docs/Developerguide/figures/\346\237\245\347\234\213\346\223\215\344\275\234\347\263\273\347\273\237\345\206\205\346\240\270PAGESIZE\347\232\204\345\200\274.png" rename to "content/zh/docs/DeveloperGuide/figures/\346\237\245\347\234\213\346\223\215\344\275\234\347\263\273\347\273\237\345\206\205\346\240\270PAGESIZE\347\232\204\345\200\274.png" diff --git "a/content/zh/docs/Developerguide/figures/\347\247\201\346\234\211\357\274\210\346\234\254\345\234\260\357\274\211\345\206\205\345\255\230\357\274\210\346\257\217\344\270\252\344\272\213\345\212\241\357\274\211\345\222\214\345\205\250\345\261\200\345\206\205\345\255\230\357\274\210\346\211\200\346\234\211\346\240\270\347\232\204\346\211\200\346\234\211\344\272\213\345\212\241\357\274\211.png" "b/content/zh/docs/DeveloperGuide/figures/\347\247\201\346\234\211\357\274\210\346\234\254\345\234\260\357\274\211\345\206\205\345\255\230\357\274\210\346\257\217\344\270\252\344\272\213\345\212\241\357\274\211\345\222\214\345\205\250\345\261\200\345\206\205\345\255\230\357\274\210\346\211\200\346\234\211\346\240\270\347\232\204\346\211\200\346\234\211\344\272\213\345\212\241\357\274\211.png" similarity index 100% rename from "content/zh/docs/Developerguide/figures/\347\247\201\346\234\211\357\274\210\346\234\254\345\234\260\357\274\211\345\206\205\345\255\230\357\274\210\346\257\217\344\270\252\344\272\213\345\212\241\357\274\211\345\222\214\345\205\250\345\261\200\345\206\205\345\255\230\357\274\210\346\211\200\346\234\211\346\240\270\347\232\204\346\211\200\346\234\211\344\272\213\345\212\241\357\274\211.png" rename to "content/zh/docs/DeveloperGuide/figures/\347\247\201\346\234\211\357\274\210\346\234\254\345\234\260\357\274\211\345\206\205\345\255\230\357\274\210\346\257\217\344\270\252\344\272\213\345\212\241\357\274\211\345\222\214\345\205\250\345\261\200\345\206\205\345\255\230\357\274\210\346\211\200\346\234\211\346\240\270\347\232\204\346\211\200\346\234\211\344\272\213\345\212\241\357\274\211.png" diff --git "a/content/zh/docs/Developerguide/figures/\347\273\204\346\217\220\344\272\244-\345\205\267\346\234\211NUMA\346\204\237\347\237\245.png" "b/content/zh/docs/DeveloperGuide/figures/\347\273\204\346\217\220\344\272\244-\345\205\267\346\234\211NUMA\346\204\237\347\237\245.png" similarity index 100% rename from "content/zh/docs/Developerguide/figures/\347\273\204\346\217\220\344\272\244-\345\205\267\346\234\211NUMA\346\204\237\347\237\245.png" rename to "content/zh/docs/DeveloperGuide/figures/\347\273\204\346\217\220\344\272\244-\345\205\267\346\234\211NUMA\346\204\237\347\237\245.png" diff --git "a/content/zh/docs/Developerguide/figures/\350\257\246\347\273\206\347\273\223\346\236\234\346\212\245\345\221\212.png" "b/content/zh/docs/DeveloperGuide/figures/\350\257\246\347\273\206\347\273\223\346\236\234\346\212\245\345\221\212.png" similarity index 100% rename from "content/zh/docs/Developerguide/figures/\350\257\246\347\273\206\347\273\223\346\236\234\346\212\245\345\221\212.png" rename to "content/zh/docs/DeveloperGuide/figures/\350\257\246\347\273\206\347\273\223\346\236\234\346\212\245\345\221\212.png" diff --git "a/content/zh/docs/Developerguide/figures/\350\265\204\346\272\220\345\210\251\347\224\250\347\216\207\346\200\247\350\203\275\345\237\272\345\207\206.png" "b/content/zh/docs/DeveloperGuide/figures/\350\265\204\346\272\220\345\210\251\347\224\250\347\216\207\346\200\247\350\203\275\345\237\272\345\207\206.png" similarity index 100% rename from "content/zh/docs/Developerguide/figures/\350\265\204\346\272\220\345\210\251\347\224\250\347\216\207\346\200\247\350\203\275\345\237\272\345\207\206.png" rename to "content/zh/docs/DeveloperGuide/figures/\350\265\204\346\272\220\345\210\251\347\224\250\347\216\207\346\200\247\350\203\275\345\237\272\345\207\206.png" diff --git "a/content/zh/docs/Developerguide/figures/\351\200\273\350\276\221\345\244\215\345\210\266.png" "b/content/zh/docs/DeveloperGuide/figures/\351\200\273\350\276\221\345\244\215\345\210\266.png" similarity index 100% rename from "content/zh/docs/Developerguide/figures/\351\200\273\350\276\221\345\244\215\345\210\266.png" rename to "content/zh/docs/DeveloperGuide/figures/\351\200\273\350\276\221\345\244\215\345\210\266.png" diff --git "a/content/zh/docs/Developerguide/figures/\351\207\207\347\224\250JDBC\345\274\200\345\217\221\345\272\224\347\224\250\347\250\213\345\272\217\347\232\204\346\265\201\347\250\213.png" "b/content/zh/docs/DeveloperGuide/figures/\351\207\207\347\224\250JDBC\345\274\200\345\217\221\345\272\224\347\224\250\347\250\213\345\272\217\347\232\204\346\265\201\347\250\213.png" similarity index 100% rename from "content/zh/docs/Developerguide/figures/\351\207\207\347\224\250JDBC\345\274\200\345\217\221\345\272\224\347\224\250\347\250\213\345\272\217\347\232\204\346\265\201\347\250\213.png" rename to "content/zh/docs/DeveloperGuide/figures/\351\207\207\347\224\250JDBC\345\274\200\345\217\221\345\272\224\347\224\250\347\250\213\345\272\217\347\232\204\346\265\201\347\250\213.png" diff --git "a/content/zh/docs/Developerguide/figures/\351\207\207\347\224\250Psycopg2\345\274\200\345\217\221\345\272\224\347\224\250\347\250\213\345\272\217\347\232\204\346\265\201\347\250\213.png" "b/content/zh/docs/DeveloperGuide/figures/\351\207\207\347\224\250Psycopg2\345\274\200\345\217\221\345\272\224\347\224\250\347\250\213\345\272\217\347\232\204\346\265\201\347\250\213.png" similarity index 100% rename from "content/zh/docs/Developerguide/figures/\351\207\207\347\224\250Psycopg2\345\274\200\345\217\221\345\272\224\347\224\250\347\250\213\345\272\217\347\232\204\346\265\201\347\250\213.png" rename to "content/zh/docs/DeveloperGuide/figures/\351\207\207\347\224\250Psycopg2\345\274\200\345\217\221\345\272\224\347\224\250\347\250\213\345\272\217\347\232\204\346\265\201\347\250\213.png" diff --git "a/content/zh/docs/Developerguide/figures/\351\235\236\345\224\257\344\270\200\347\264\242\345\274\225.png" "b/content/zh/docs/DeveloperGuide/figures/\351\235\236\345\224\257\344\270\200\347\264\242\345\274\225.png" similarity index 100% rename from "content/zh/docs/Developerguide/figures/\351\235\236\345\224\257\344\270\200\347\264\242\345\274\225.png" rename to "content/zh/docs/DeveloperGuide/figures/\351\235\236\345\224\257\344\270\200\347\264\242\345\274\225.png" diff --git a/content/zh/docs/Developerguide/java-sql-CallableStatement.md b/content/zh/docs/DeveloperGuide/java-sql-CallableStatement.md similarity index 100% rename from content/zh/docs/Developerguide/java-sql-CallableStatement.md rename to content/zh/docs/DeveloperGuide/java-sql-CallableStatement.md diff --git a/content/zh/docs/Developerguide/java-sql-Connection.md b/content/zh/docs/DeveloperGuide/java-sql-Connection.md similarity index 100% rename from content/zh/docs/Developerguide/java-sql-Connection.md rename to content/zh/docs/DeveloperGuide/java-sql-Connection.md diff --git a/content/zh/docs/Developerguide/java-sql-DatabaseMetaData.md b/content/zh/docs/DeveloperGuide/java-sql-DatabaseMetaData.md similarity index 100% rename from content/zh/docs/Developerguide/java-sql-DatabaseMetaData.md rename to content/zh/docs/DeveloperGuide/java-sql-DatabaseMetaData.md diff --git a/content/zh/docs/Developerguide/java-sql-Driver.md b/content/zh/docs/DeveloperGuide/java-sql-Driver.md similarity index 100% rename from content/zh/docs/Developerguide/java-sql-Driver.md rename to content/zh/docs/DeveloperGuide/java-sql-Driver.md diff --git a/content/zh/docs/Developerguide/java-sql-PreparedStatement.md b/content/zh/docs/DeveloperGuide/java-sql-PreparedStatement.md similarity index 100% rename from content/zh/docs/Developerguide/java-sql-PreparedStatement.md rename to content/zh/docs/DeveloperGuide/java-sql-PreparedStatement.md diff --git a/content/zh/docs/Developerguide/java-sql-ResultSet.md b/content/zh/docs/DeveloperGuide/java-sql-ResultSet.md similarity index 100% rename from content/zh/docs/Developerguide/java-sql-ResultSet.md rename to content/zh/docs/DeveloperGuide/java-sql-ResultSet.md diff --git a/content/zh/docs/Developerguide/java-sql-ResultSetMetaData.md b/content/zh/docs/DeveloperGuide/java-sql-ResultSetMetaData.md similarity index 100% rename from content/zh/docs/Developerguide/java-sql-ResultSetMetaData.md rename to content/zh/docs/DeveloperGuide/java-sql-ResultSetMetaData.md diff --git a/content/zh/docs/Developerguide/java-sql-Statement.md b/content/zh/docs/DeveloperGuide/java-sql-Statement.md similarity index 100% rename from content/zh/docs/Developerguide/java-sql-Statement.md rename to content/zh/docs/DeveloperGuide/java-sql-Statement.md diff --git a/content/zh/docs/Developerguide/javax-naming-Context.md b/content/zh/docs/DeveloperGuide/javax-naming-Context.md similarity index 100% rename from content/zh/docs/Developerguide/javax-naming-Context.md rename to content/zh/docs/DeveloperGuide/javax-naming-Context.md diff --git a/content/zh/docs/Developerguide/javax-naming-spi-InitialContextFactory.md b/content/zh/docs/DeveloperGuide/javax-naming-spi-InitialContextFactory.md similarity index 100% rename from content/zh/docs/Developerguide/javax-naming-spi-InitialContextFactory.md rename to content/zh/docs/DeveloperGuide/javax-naming-spi-InitialContextFactory.md diff --git a/content/zh/docs/Developerguide/javax-sql-ConnectionPoolDataSource.md b/content/zh/docs/DeveloperGuide/javax-sql-ConnectionPoolDataSource.md similarity index 100% rename from content/zh/docs/Developerguide/javax-sql-ConnectionPoolDataSource.md rename to content/zh/docs/DeveloperGuide/javax-sql-ConnectionPoolDataSource.md diff --git a/content/zh/docs/Developerguide/javax-sql-DataSource.md b/content/zh/docs/DeveloperGuide/javax-sql-DataSource.md similarity index 100% rename from content/zh/docs/Developerguide/javax-sql-DataSource.md rename to content/zh/docs/DeveloperGuide/javax-sql-DataSource.md diff --git a/content/zh/docs/Developerguide/javax-sql-PooledConnection.md b/content/zh/docs/DeveloperGuide/javax-sql-PooledConnection.md similarity index 100% rename from content/zh/docs/Developerguide/javax-sql-PooledConnection.md rename to content/zh/docs/DeveloperGuide/javax-sql-PooledConnection.md diff --git "a/content/zh/docs/Developerguide/libpq\344\275\277\347\224\250\344\276\235\350\265\226\347\232\204\345\244\264\346\226\207\344\273\266.md" "b/content/zh/docs/DeveloperGuide/libpq\344\275\277\347\224\250\344\276\235\350\265\226\347\232\204\345\244\264\346\226\207\344\273\266.md" similarity index 100% rename from "content/zh/docs/Developerguide/libpq\344\275\277\347\224\250\344\276\235\350\265\226\347\232\204\345\244\264\346\226\207\344\273\266.md" rename to "content/zh/docs/DeveloperGuide/libpq\344\275\277\347\224\250\344\276\235\350\265\226\347\232\204\345\244\264\346\226\207\344\273\266.md" diff --git "a/content/zh/docs/Developerguide/libpq\346\216\245\345\217\243\345\217\202\350\200\203.md" "b/content/zh/docs/DeveloperGuide/libpq\346\216\245\345\217\243\345\217\202\350\200\203.md" similarity index 100% rename from "content/zh/docs/Developerguide/libpq\346\216\245\345\217\243\345\217\202\350\200\203.md" rename to "content/zh/docs/DeveloperGuide/libpq\346\216\245\345\217\243\345\217\202\350\200\203.md" diff --git a/content/zh/docs/Developerguide/openGauss-SQL.md b/content/zh/docs/DeveloperGuide/openGauss-SQL.md similarity index 100% rename from content/zh/docs/Developerguide/openGauss-SQL.md rename to content/zh/docs/DeveloperGuide/openGauss-SQL.md diff --git a/content/zh/docs/Developerguide/psycopg2-connect.md b/content/zh/docs/DeveloperGuide/psycopg2-connect.md similarity index 100% rename from content/zh/docs/Developerguide/psycopg2-connect.md rename to content/zh/docs/DeveloperGuide/psycopg2-connect.md diff --git a/content/zh/docs/Developerguide/public_sys-resources/icon-caution.gif b/content/zh/docs/DeveloperGuide/public_sys-resources/icon-caution.gif similarity index 100% rename from content/zh/docs/Developerguide/public_sys-resources/icon-caution.gif rename to content/zh/docs/DeveloperGuide/public_sys-resources/icon-caution.gif diff --git a/content/zh/docs/Developerguide/public_sys-resources/icon-danger.gif b/content/zh/docs/DeveloperGuide/public_sys-resources/icon-danger.gif similarity index 100% rename from content/zh/docs/Developerguide/public_sys-resources/icon-danger.gif rename to content/zh/docs/DeveloperGuide/public_sys-resources/icon-danger.gif diff --git a/content/zh/docs/Developerguide/public_sys-resources/icon-note.gif b/content/zh/docs/DeveloperGuide/public_sys-resources/icon-note.gif similarity index 100% rename from content/zh/docs/Developerguide/public_sys-resources/icon-note.gif rename to content/zh/docs/DeveloperGuide/public_sys-resources/icon-note.gif diff --git a/content/zh/docs/Developerguide/public_sys-resources/icon-notice.gif b/content/zh/docs/DeveloperGuide/public_sys-resources/icon-notice.gif similarity index 100% rename from content/zh/docs/Developerguide/public_sys-resources/icon-notice.gif rename to content/zh/docs/DeveloperGuide/public_sys-resources/icon-notice.gif diff --git a/content/zh/docs/Developerguide/public_sys-resources/icon-tip.gif b/content/zh/docs/DeveloperGuide/public_sys-resources/icon-tip.gif similarity index 100% rename from content/zh/docs/Developerguide/public_sys-resources/icon-tip.gif rename to content/zh/docs/DeveloperGuide/public_sys-resources/icon-tip.gif diff --git a/content/zh/docs/Developerguide/public_sys-resources/icon-warning.gif b/content/zh/docs/DeveloperGuide/public_sys-resources/icon-warning.gif similarity index 100% rename from content/zh/docs/Developerguide/public_sys-resources/icon-warning.gif rename to content/zh/docs/DeveloperGuide/public_sys-resources/icon-warning.gif diff --git "a/content/zh/docs/Developerguide/\345\205\263\351\227\255\350\277\236\346\216\245_JDBC.md" "b/content/zh/docs/DeveloperGuide/\345\205\263\351\227\255\350\277\236\346\216\245_JDBC.md" similarity index 100% rename from "content/zh/docs/Developerguide/\345\205\263\351\227\255\350\277\236\346\216\245_JDBC.md" rename to "content/zh/docs/DeveloperGuide/\345\205\263\351\227\255\350\277\236\346\216\245_JDBC.md" diff --git "a/content/zh/docs/Developerguide/\345\205\263\351\227\255\350\277\236\346\216\245_Psycopg.md" "b/content/zh/docs/DeveloperGuide/\345\205\263\351\227\255\350\277\236\346\216\245_Psycopg.md" similarity index 100% rename from "content/zh/docs/Developerguide/\345\205\263\351\227\255\350\277\236\346\216\245_Psycopg.md" rename to "content/zh/docs/DeveloperGuide/\345\205\263\351\227\255\350\277\236\346\216\245_Psycopg.md" diff --git "a/content/zh/docs/Developerguide/\345\205\270\345\236\213\345\272\224\347\224\250\345\234\272\346\231\257\351\205\215\347\275\256.md" "b/content/zh/docs/DeveloperGuide/\345\205\270\345\236\213\345\272\224\347\224\250\345\234\272\346\231\257\351\205\215\347\275\256.md" similarity index 100% rename from "content/zh/docs/Developerguide/\345\205\270\345\236\213\345\272\224\347\224\250\345\234\272\346\231\257\351\205\215\347\275\256.md" rename to "content/zh/docs/DeveloperGuide/\345\205\270\345\236\213\345\272\224\347\224\250\345\234\272\346\231\257\351\205\215\347\275\256.md" diff --git "a/content/zh/docs/Developerguide/\345\212\240\350\275\275\351\251\261\345\212\250_JDBC.md" "b/content/zh/docs/DeveloperGuide/\345\212\240\350\275\275\351\251\261\345\212\250_JDBC.md" similarity index 100% rename from "content/zh/docs/Developerguide/\345\212\240\350\275\275\351\251\261\345\212\250_JDBC.md" rename to "content/zh/docs/DeveloperGuide/\345\212\240\350\275\275\351\251\261\345\212\250_JDBC.md" diff --git "a/content/zh/docs/Developerguide/\345\212\240\350\275\275\351\251\261\345\212\250_Psycopg.md" "b/content/zh/docs/DeveloperGuide/\345\212\240\350\275\275\351\251\261\345\212\250_Psycopg.md" similarity index 100% rename from "content/zh/docs/Developerguide/\345\212\240\350\275\275\351\251\261\345\212\250_Psycopg.md" rename to "content/zh/docs/DeveloperGuide/\345\212\240\350\275\275\351\251\261\345\212\250_Psycopg.md" diff --git "a/content/zh/docs/Developerguide/\345\217\226\346\266\210\346\255\243\345\234\250\345\244\204\347\220\206\347\232\204\346\237\245\350\257\242.md" "b/content/zh/docs/DeveloperGuide/\345\217\226\346\266\210\346\255\243\345\234\250\345\244\204\347\220\206\347\232\204\346\237\245\350\257\242.md" similarity index 100% rename from "content/zh/docs/Developerguide/\345\217\226\346\266\210\346\255\243\345\234\250\345\244\204\347\220\206\347\232\204\346\237\245\350\257\242.md" rename to "content/zh/docs/DeveloperGuide/\345\217\226\346\266\210\346\255\243\345\234\250\345\244\204\347\220\206\347\232\204\346\237\245\350\257\242.md" diff --git "a/content/zh/docs/Developerguide/\345\237\272\344\272\216JDBC\345\274\200\345\217\221.md" "b/content/zh/docs/DeveloperGuide/\345\237\272\344\272\216JDBC\345\274\200\345\217\221.md" similarity index 100% rename from "content/zh/docs/Developerguide/\345\237\272\344\272\216JDBC\345\274\200\345\217\221.md" rename to "content/zh/docs/DeveloperGuide/\345\237\272\344\272\216JDBC\345\274\200\345\217\221.md" diff --git "a/content/zh/docs/Developerguide/\345\237\272\344\272\216ODBC\345\274\200\345\217\221.md" "b/content/zh/docs/DeveloperGuide/\345\237\272\344\272\216ODBC\345\274\200\345\217\221.md" similarity index 100% rename from "content/zh/docs/Developerguide/\345\237\272\344\272\216ODBC\345\274\200\345\217\221.md" rename to "content/zh/docs/DeveloperGuide/\345\237\272\344\272\216ODBC\345\274\200\345\217\221.md" diff --git "a/content/zh/docs/Developerguide/\345\237\272\344\272\216Psycopg\345\274\200\345\217\221.md" "b/content/zh/docs/DeveloperGuide/\345\237\272\344\272\216Psycopg\345\274\200\345\217\221.md" similarity index 100% rename from "content/zh/docs/Developerguide/\345\237\272\344\272\216Psycopg\345\274\200\345\217\221.md" rename to "content/zh/docs/DeveloperGuide/\345\237\272\344\272\216Psycopg\345\274\200\345\217\221.md" diff --git "a/content/zh/docs/Developerguide/\345\237\272\344\272\216libpq\345\274\200\345\217\221.md" "b/content/zh/docs/DeveloperGuide/\345\237\272\344\272\216libpq\345\274\200\345\217\221.md" similarity index 100% rename from "content/zh/docs/Developerguide/\345\237\272\344\272\216libpq\345\274\200\345\217\221.md" rename to "content/zh/docs/DeveloperGuide/\345\237\272\344\272\216libpq\345\274\200\345\217\221.md" diff --git "a/content/zh/docs/Developerguide/\345\244\204\347\220\206\347\273\223\346\236\234\351\233\206_JDBC.md" "b/content/zh/docs/DeveloperGuide/\345\244\204\347\220\206\347\273\223\346\236\234\351\233\206_JDBC.md" similarity index 100% rename from "content/zh/docs/Developerguide/\345\244\204\347\220\206\347\273\223\346\236\234\351\233\206_JDBC.md" rename to "content/zh/docs/DeveloperGuide/\345\244\204\347\220\206\347\273\223\346\236\234\351\233\206_JDBC.md" diff --git "a/content/zh/docs/Developerguide/\345\244\204\347\220\206\347\273\223\346\236\234\351\233\206_Psycopg.md" "b/content/zh/docs/DeveloperGuide/\345\244\204\347\220\206\347\273\223\346\236\234\351\233\206_Psycopg.md" similarity index 100% rename from "content/zh/docs/Developerguide/\345\244\204\347\220\206\347\273\223\346\236\234\351\233\206_Psycopg.md" rename to "content/zh/docs/DeveloperGuide/\345\244\204\347\220\206\347\273\223\346\236\234\351\233\206_Psycopg.md" diff --git "a/content/zh/docs/Developerguide/\345\255\227\346\256\265\350\256\276\350\256\241.md" "b/content/zh/docs/DeveloperGuide/\345\255\227\346\256\265\350\256\276\350\256\241.md" similarity index 100% rename from "content/zh/docs/Developerguide/\345\255\227\346\256\265\350\256\276\350\256\241.md" rename to "content/zh/docs/DeveloperGuide/\345\255\227\346\256\265\350\256\276\350\256\241.md" diff --git "a/content/zh/docs/Developerguide/\345\267\245\345\205\267\345\257\271\346\216\245.md" "b/content/zh/docs/DeveloperGuide/\345\267\245\345\205\267\345\257\271\346\216\245.md" similarity index 100% rename from "content/zh/docs/Developerguide/\345\267\245\345\205\267\345\257\271\346\216\245.md" rename to "content/zh/docs/DeveloperGuide/\345\267\245\345\205\267\345\257\271\346\216\245.md" diff --git "a/content/zh/docs/Developerguide/\345\272\224\347\224\250\345\274\200\345\217\221\346\214\207\345\215\227.md" "b/content/zh/docs/DeveloperGuide/\345\272\224\347\224\250\345\274\200\345\217\221\346\214\207\345\215\227.md" similarity index 100% rename from "content/zh/docs/Developerguide/\345\272\224\347\224\250\345\274\200\345\217\221\346\214\207\345\215\227.md" rename to "content/zh/docs/DeveloperGuide/\345\272\224\347\224\250\345\274\200\345\217\221\346\214\207\345\215\227.md" diff --git "a/content/zh/docs/Developerguide/\345\274\200\345\217\221\346\265\201\347\250\213_JDBC.md" "b/content/zh/docs/DeveloperGuide/\345\274\200\345\217\221\346\265\201\347\250\213_JDBC.md" similarity index 100% rename from "content/zh/docs/Developerguide/\345\274\200\345\217\221\346\265\201\347\250\213_JDBC.md" rename to "content/zh/docs/DeveloperGuide/\345\274\200\345\217\221\346\265\201\347\250\213_JDBC.md" diff --git "a/content/zh/docs/Developerguide/\345\274\200\345\217\221\346\265\201\347\250\213_ODBC.md" "b/content/zh/docs/DeveloperGuide/\345\274\200\345\217\221\346\265\201\347\250\213_ODBC.md" similarity index 100% rename from "content/zh/docs/Developerguide/\345\274\200\345\217\221\346\265\201\347\250\213_ODBC.md" rename to "content/zh/docs/DeveloperGuide/\345\274\200\345\217\221\346\265\201\347\250\213_ODBC.md" diff --git "a/content/zh/docs/Developerguide/\345\274\200\345\217\221\346\265\201\347\250\213_Psycopg.md" "b/content/zh/docs/DeveloperGuide/\345\274\200\345\217\221\346\265\201\347\250\213_Psycopg.md" similarity index 100% rename from "content/zh/docs/Developerguide/\345\274\200\345\217\221\346\265\201\347\250\213_Psycopg.md" rename to "content/zh/docs/DeveloperGuide/\345\274\200\345\217\221\346\265\201\347\250\213_Psycopg.md" diff --git "a/content/zh/docs/Developerguide/\345\274\200\345\217\221\346\265\201\347\250\213_libpq.md" "b/content/zh/docs/DeveloperGuide/\345\274\200\345\217\221\346\265\201\347\250\213_libpq.md" similarity index 100% rename from "content/zh/docs/Developerguide/\345\274\200\345\217\221\346\265\201\347\250\213_libpq.md" rename to "content/zh/docs/DeveloperGuide/\345\274\200\345\217\221\346\265\201\347\250\213_libpq.md" diff --git "a/content/zh/docs/Developerguide/\345\274\200\345\217\221\350\247\204\350\214\203.md" "b/content/zh/docs/DeveloperGuide/\345\274\200\345\217\221\350\247\204\350\214\203.md" similarity index 100% rename from "content/zh/docs/Developerguide/\345\274\200\345\217\221\350\247\204\350\214\203.md" rename to "content/zh/docs/DeveloperGuide/\345\274\200\345\217\221\350\247\204\350\214\203.md" diff --git "a/content/zh/docs/Developerguide/\345\274\200\345\217\221\350\256\276\350\256\241\350\247\204\350\214\203.md" "b/content/zh/docs/DeveloperGuide/\345\274\200\345\217\221\350\256\276\350\256\241\350\247\204\350\214\203.md" similarity index 100% rename from "content/zh/docs/Developerguide/\345\274\200\345\217\221\350\256\276\350\256\241\350\247\204\350\214\203.md" rename to "content/zh/docs/DeveloperGuide/\345\274\200\345\217\221\350\256\276\350\256\241\350\247\204\350\214\203.md" diff --git "a/content/zh/docs/Developerguide/\345\274\200\345\217\221\350\256\276\350\256\241\350\247\204\350\214\203\346\246\202\350\277\260.md" "b/content/zh/docs/DeveloperGuide/\345\274\200\345\217\221\350\256\276\350\256\241\350\247\204\350\214\203\346\246\202\350\277\260.md" similarity index 100% rename from "content/zh/docs/Developerguide/\345\274\200\345\217\221\350\256\276\350\256\241\350\247\204\350\214\203\346\246\202\350\277\260.md" rename to "content/zh/docs/DeveloperGuide/\345\274\200\345\217\221\350\256\276\350\256\241\350\247\204\350\214\203\346\246\202\350\277\260.md" diff --git "a/content/zh/docs/Developerguide/\345\274\202\346\255\245\345\221\275\344\273\244\345\244\204\347\220\206.md" "b/content/zh/docs/DeveloperGuide/\345\274\202\346\255\245\345\221\275\344\273\244\345\244\204\347\220\206.md" similarity index 100% rename from "content/zh/docs/Developerguide/\345\274\202\346\255\245\345\221\275\344\273\244\345\244\204\347\220\206.md" rename to "content/zh/docs/DeveloperGuide/\345\274\202\346\255\245\345\221\275\344\273\244\345\244\204\347\220\206.md" diff --git "a/content/zh/docs/Developerguide/\346\211\247\350\241\214SQL\350\257\255\345\217\245_JDBC.md" "b/content/zh/docs/DeveloperGuide/\346\211\247\350\241\214SQL\350\257\255\345\217\245_JDBC.md" similarity index 100% rename from "content/zh/docs/Developerguide/\346\211\247\350\241\214SQL\350\257\255\345\217\245_JDBC.md" rename to "content/zh/docs/DeveloperGuide/\346\211\247\350\241\214SQL\350\257\255\345\217\245_JDBC.md" diff --git "a/content/zh/docs/Developerguide/\346\211\247\350\241\214SQL\350\257\255\345\217\245_Psycopg.md" "b/content/zh/docs/DeveloperGuide/\346\211\247\350\241\214SQL\350\257\255\345\217\245_Psycopg.md" similarity index 100% rename from "content/zh/docs/Developerguide/\346\211\247\350\241\214SQL\350\257\255\345\217\245_Psycopg.md" rename to "content/zh/docs/DeveloperGuide/\346\211\247\350\241\214SQL\350\257\255\345\217\245_Psycopg.md" diff --git "a/content/zh/docs/Developerguide/\346\225\260\346\215\256\345\272\223\345\257\271\350\261\241\345\221\275\345\220\215.md" "b/content/zh/docs/DeveloperGuide/\346\225\260\346\215\256\345\272\223\345\257\271\350\261\241\345\221\275\345\220\215.md" similarity index 100% rename from "content/zh/docs/Developerguide/\346\225\260\346\215\256\345\272\223\345\257\271\350\261\241\345\221\275\345\220\215.md" rename to "content/zh/docs/DeveloperGuide/\346\225\260\346\215\256\345\272\223\345\257\271\350\261\241\345\221\275\345\220\215.md" diff --git "a/content/zh/docs/Developerguide/\346\225\260\346\215\256\345\272\223\345\257\271\350\261\241\350\256\276\350\256\241.md" "b/content/zh/docs/DeveloperGuide/\346\225\260\346\215\256\345\272\223\345\257\271\350\261\241\350\256\276\350\256\241.md" similarity index 100% rename from "content/zh/docs/Developerguide/\346\225\260\346\215\256\345\272\223\345\257\271\350\261\241\350\256\276\350\256\241.md" rename to "content/zh/docs/DeveloperGuide/\346\225\260\346\215\256\345\272\223\345\257\271\350\261\241\350\256\276\350\256\241.md" diff --git "a/content/zh/docs/Developerguide/\346\225\260\346\215\256\345\272\223\346\211\247\350\241\214\350\257\255\345\217\245\345\207\275\346\225\260.md" "b/content/zh/docs/DeveloperGuide/\346\225\260\346\215\256\345\272\223\346\211\247\350\241\214\350\257\255\345\217\245\345\207\275\346\225\260.md" similarity index 100% rename from "content/zh/docs/Developerguide/\346\225\260\346\215\256\345\272\223\346\211\247\350\241\214\350\257\255\345\217\245\345\207\275\346\225\260.md" rename to "content/zh/docs/DeveloperGuide/\346\225\260\346\215\256\345\272\223\346\211\247\350\241\214\350\257\255\345\217\245\345\207\275\346\225\260.md" diff --git "a/content/zh/docs/Developerguide/\346\225\260\346\215\256\345\272\223\350\277\236\346\216\245\346\216\247\345\210\266\345\207\275\346\225\260.md" "b/content/zh/docs/DeveloperGuide/\346\225\260\346\215\256\345\272\223\350\277\236\346\216\245\346\216\247\345\210\266\345\207\275\346\225\260.md" similarity index 100% rename from "content/zh/docs/Developerguide/\346\225\260\346\215\256\345\272\223\350\277\236\346\216\245\346\216\247\345\210\266\345\207\275\346\225\260.md" rename to "content/zh/docs/DeveloperGuide/\346\225\260\346\215\256\345\272\223\350\277\236\346\216\245\346\216\247\345\210\266\345\207\275\346\225\260.md" diff --git "a/content/zh/docs/Developerguide/\346\225\260\346\215\256\346\237\245\350\257\242\350\257\267\346\261\202\345\244\204\347\220\206\350\277\207\347\250\213.md" "b/content/zh/docs/DeveloperGuide/\346\225\260\346\215\256\346\237\245\350\257\242\350\257\267\346\261\202\345\244\204\347\220\206\350\277\207\347\250\213.md" similarity index 100% rename from "content/zh/docs/Developerguide/\346\225\260\346\215\256\346\237\245\350\257\242\350\257\267\346\261\202\345\244\204\347\220\206\350\277\207\347\250\213.md" rename to "content/zh/docs/DeveloperGuide/\346\225\260\346\215\256\346\237\245\350\257\242\350\257\267\346\261\202\345\244\204\347\220\206\350\277\207\347\250\213.md" diff --git "a/content/zh/docs/Developerguide/\346\227\245\345\277\227\347\256\241\347\220\206.md" "b/content/zh/docs/DeveloperGuide/\346\227\245\345\277\227\347\256\241\347\220\206.md" similarity index 100% rename from "content/zh/docs/Developerguide/\346\227\245\345\277\227\347\256\241\347\220\206.md" rename to "content/zh/docs/DeveloperGuide/\346\227\245\345\277\227\347\256\241\347\220\206.md" diff --git "a/content/zh/docs/Developerguide/\346\237\245\347\234\213WDR\346\212\245\345\221\212.md" "b/content/zh/docs/DeveloperGuide/\346\237\245\347\234\213WDR\346\212\245\345\221\212.md" similarity index 100% rename from "content/zh/docs/Developerguide/\346\237\245\347\234\213WDR\346\212\245\345\221\212.md" rename to "content/zh/docs/DeveloperGuide/\346\237\245\347\234\213WDR\346\212\245\345\221\212.md" diff --git "a/content/zh/docs/Developerguide/\347\244\272\344\276\213-2.md" "b/content/zh/docs/DeveloperGuide/\347\244\272\344\276\213-2.md" similarity index 100% rename from "content/zh/docs/Developerguide/\347\244\272\344\276\213-2.md" rename to "content/zh/docs/DeveloperGuide/\347\244\272\344\276\213-2.md" diff --git "a/content/zh/docs/Developerguide/\347\244\272\344\276\213-3.md" "b/content/zh/docs/DeveloperGuide/\347\244\272\344\276\213-3.md" similarity index 100% rename from "content/zh/docs/Developerguide/\347\244\272\344\276\213-3.md" rename to "content/zh/docs/DeveloperGuide/\347\244\272\344\276\213-3.md" diff --git "a/content/zh/docs/Developerguide/\347\244\272\344\276\213-jdbc\344\270\273\345\244\207\351\233\206\347\276\244\350\264\237\350\275\275\345\235\207\350\241\241.md" "b/content/zh/docs/DeveloperGuide/\347\244\272\344\276\213-jdbc\344\270\273\345\244\207\351\233\206\347\276\244\350\264\237\350\275\275\345\235\207\350\241\241.md" similarity index 100% rename from "content/zh/docs/Developerguide/\347\244\272\344\276\213-jdbc\344\270\273\345\244\207\351\233\206\347\276\244\350\264\237\350\275\275\345\235\207\350\241\241.md" rename to "content/zh/docs/DeveloperGuide/\347\244\272\344\276\213-jdbc\344\270\273\345\244\207\351\233\206\347\276\244\350\264\237\350\275\275\345\235\207\350\241\241.md" diff --git "a/content/zh/docs/Developerguide/\347\244\272\344\276\213-libpq.md" "b/content/zh/docs/DeveloperGuide/\347\244\272\344\276\213-libpq.md" similarity index 100% rename from "content/zh/docs/Developerguide/\347\244\272\344\276\213-libpq.md" rename to "content/zh/docs/DeveloperGuide/\347\244\272\344\276\213-libpq.md" diff --git "a/content/zh/docs/Developerguide/\347\244\272\344\276\213-\344\270\215\345\220\214\345\234\272\346\231\257\344\270\213\350\277\236\346\216\245\346\225\260\346\215\256\345\272\223\345\217\202\346\225\260\351\205\215\347\275\256.md" "b/content/zh/docs/DeveloperGuide/\347\244\272\344\276\213-\344\270\215\345\220\214\345\234\272\346\231\257\344\270\213\350\277\236\346\216\245\346\225\260\346\215\256\345\272\223\345\217\202\346\225\260\351\205\215\347\275\256.md" similarity index 100% rename from "content/zh/docs/Developerguide/\347\244\272\344\276\213-\344\270\215\345\220\214\345\234\272\346\231\257\344\270\213\350\277\236\346\216\245\346\225\260\346\215\256\345\272\223\345\217\202\346\225\260\351\205\215\347\275\256.md" rename to "content/zh/docs/DeveloperGuide/\347\244\272\344\276\213-\344\270\215\345\220\214\345\234\272\346\231\257\344\270\213\350\277\236\346\216\245\346\225\260\346\215\256\345\272\223\345\217\202\346\225\260\351\205\215\347\275\256.md" diff --git "a/content/zh/docs/Developerguide/\347\244\272\344\276\213-\344\273\216MY\345\220\221openGauss\350\277\233\350\241\214\346\225\260\346\215\256\350\277\201\347\247\273.md" "b/content/zh/docs/DeveloperGuide/\347\244\272\344\276\213-\344\273\216MY\345\220\221openGauss\350\277\233\350\241\214\346\225\260\346\215\256\350\277\201\347\247\273.md" similarity index 100% rename from "content/zh/docs/Developerguide/\347\244\272\344\276\213-\344\273\216MY\345\220\221openGauss\350\277\233\350\241\214\346\225\260\346\215\256\350\277\201\347\247\273.md" rename to "content/zh/docs/DeveloperGuide/\347\244\272\344\276\213-\344\273\216MY\345\220\221openGauss\350\277\233\350\241\214\346\225\260\346\215\256\350\277\201\347\247\273.md" diff --git "a/content/zh/docs/Developerguide/\347\244\272\344\276\213-\345\270\270\347\224\250\345\212\237\350\203\275\345\222\214\346\211\271\351\207\217\347\273\221\345\256\232.md" "b/content/zh/docs/DeveloperGuide/\347\244\272\344\276\213-\345\270\270\347\224\250\345\212\237\350\203\275\345\222\214\346\211\271\351\207\217\347\273\221\345\256\232.md" similarity index 100% rename from "content/zh/docs/Developerguide/\347\244\272\344\276\213-\345\270\270\347\224\250\345\212\237\350\203\275\345\222\214\346\211\271\351\207\217\347\273\221\345\256\232.md" rename to "content/zh/docs/DeveloperGuide/\347\244\272\344\276\213-\345\270\270\347\224\250\345\212\237\350\203\275\345\222\214\346\211\271\351\207\217\347\273\221\345\256\232.md" diff --git "a/content/zh/docs/Developerguide/\347\244\272\344\276\213-\345\270\270\347\224\250\346\223\215\344\275\234_JDBC.md" "b/content/zh/docs/DeveloperGuide/\347\244\272\344\276\213-\345\270\270\347\224\250\346\223\215\344\275\234_JDBC.md" similarity index 100% rename from "content/zh/docs/Developerguide/\347\244\272\344\276\213-\345\270\270\347\224\250\346\223\215\344\275\234_JDBC.md" rename to "content/zh/docs/DeveloperGuide/\347\244\272\344\276\213-\345\270\270\347\224\250\346\223\215\344\275\234_JDBC.md" diff --git "a/content/zh/docs/Developerguide/\347\244\272\344\276\213-\345\270\270\347\224\250\346\223\215\344\275\234_Psycopg.md" "b/content/zh/docs/DeveloperGuide/\347\244\272\344\276\213-\345\270\270\347\224\250\346\223\215\344\275\234_Psycopg.md" similarity index 100% rename from "content/zh/docs/Developerguide/\347\244\272\344\276\213-\345\270\270\347\224\250\346\223\215\344\275\234_Psycopg.md" rename to "content/zh/docs/DeveloperGuide/\347\244\272\344\276\213-\345\270\270\347\224\250\346\223\215\344\275\234_Psycopg.md" diff --git "a/content/zh/docs/Developerguide/\347\244\272\344\276\213-\351\200\232\350\277\207\346\234\254\345\234\260\346\226\207\344\273\266\345\257\274\345\205\245\345\257\274\345\207\272\346\225\260\346\215\256.md" "b/content/zh/docs/DeveloperGuide/\347\244\272\344\276\213-\351\200\232\350\277\207\346\234\254\345\234\260\346\226\207\344\273\266\345\257\274\345\205\245\345\257\274\345\207\272\346\225\260\346\215\256.md" similarity index 100% rename from "content/zh/docs/Developerguide/\347\244\272\344\276\213-\351\200\232\350\277\207\346\234\254\345\234\260\346\226\207\344\273\266\345\257\274\345\205\245\345\257\274\345\207\272\346\225\260\346\215\256.md" rename to "content/zh/docs/DeveloperGuide/\347\244\272\344\276\213-\351\200\232\350\277\207\346\234\254\345\234\260\346\226\207\344\273\266\345\257\274\345\205\245\345\257\274\345\207\272\346\225\260\346\215\256.md" diff --git "a/content/zh/docs/Developerguide/\347\244\272\344\276\213-\351\200\273\350\276\221\345\244\215\345\210\266\344\273\243\347\240\201\347\244\272\344\276\213.md" "b/content/zh/docs/DeveloperGuide/\347\244\272\344\276\213-\351\200\273\350\276\221\345\244\215\345\210\266\344\273\243\347\240\201\347\244\272\344\276\213.md" similarity index 100% rename from "content/zh/docs/Developerguide/\347\244\272\344\276\213-\351\200\273\350\276\221\345\244\215\345\210\266\344\273\243\347\240\201\347\244\272\344\276\213.md" rename to "content/zh/docs/DeveloperGuide/\347\244\272\344\276\213-\351\200\273\350\276\221\345\244\215\345\210\266\344\273\243\347\240\201\347\244\272\344\276\213.md" diff --git "a/content/zh/docs/Developerguide/\347\244\272\344\276\213-\351\207\215\346\226\260\346\211\247\350\241\214\345\272\224\347\224\250SQL.md" "b/content/zh/docs/DeveloperGuide/\347\244\272\344\276\213-\351\207\215\346\226\260\346\211\247\350\241\214\345\272\224\347\224\250SQL.md" similarity index 100% rename from "content/zh/docs/Developerguide/\347\244\272\344\276\213-\351\207\215\346\226\260\346\211\247\350\241\214\345\272\224\347\224\250SQL.md" rename to "content/zh/docs/DeveloperGuide/\347\244\272\344\276\213-\351\207\215\346\226\260\346\211\247\350\241\214\345\272\224\347\224\250SQL.md" diff --git "a/content/zh/docs/Developerguide/\347\250\213\345\272\217\345\274\200\345\217\221\350\247\204\350\214\203.md" "b/content/zh/docs/DeveloperGuide/\347\250\213\345\272\217\345\274\200\345\217\221\350\247\204\350\214\203.md" similarity index 100% rename from "content/zh/docs/Developerguide/\347\250\213\345\272\217\345\274\200\345\217\221\350\247\204\350\214\203.md" rename to "content/zh/docs/DeveloperGuide/\347\250\213\345\272\217\345\274\200\345\217\221\350\247\204\350\214\203.md" diff --git "a/content/zh/docs/Developerguide/\347\272\246\346\235\237\350\256\276\350\256\241.md" "b/content/zh/docs/DeveloperGuide/\347\272\246\346\235\237\350\256\276\350\256\241.md" similarity index 100% rename from "content/zh/docs/Developerguide/\347\272\246\346\235\237\350\256\276\350\256\241.md" rename to "content/zh/docs/DeveloperGuide/\347\272\246\346\235\237\350\256\276\350\256\241.md" diff --git "a/content/zh/docs/Developerguide/\347\274\226\350\257\221\344\270\216\350\260\203\350\257\225.md" "b/content/zh/docs/DeveloperGuide/\347\274\226\350\257\221\344\270\216\350\260\203\350\257\225.md" similarity index 100% rename from "content/zh/docs/Developerguide/\347\274\226\350\257\221\344\270\216\350\260\203\350\257\225.md" rename to "content/zh/docs/DeveloperGuide/\347\274\226\350\257\221\344\270\216\350\260\203\350\257\225.md" diff --git "a/content/zh/docs/Developerguide/\350\241\250\350\256\276\350\256\241.md" "b/content/zh/docs/DeveloperGuide/\350\241\250\350\256\276\350\256\241.md" similarity index 100% rename from "content/zh/docs/Developerguide/\350\241\250\350\256\276\350\256\241.md" rename to "content/zh/docs/DeveloperGuide/\350\241\250\350\256\276\350\256\241.md" diff --git "a/content/zh/docs/Developerguide/\350\247\204\345\210\222\345\255\230\345\202\250\346\250\241\345\236\213.md" "b/content/zh/docs/DeveloperGuide/\350\247\204\345\210\222\345\255\230\345\202\250\346\250\241\345\236\213.md" similarity index 100% rename from "content/zh/docs/Developerguide/\350\247\204\345\210\222\345\255\230\345\202\250\346\250\241\345\236\213.md" rename to "content/zh/docs/DeveloperGuide/\350\247\204\345\210\222\345\255\230\345\202\250\346\250\241\345\236\213.md" diff --git "a/content/zh/docs/Developerguide/\350\247\206\345\233\276\345\222\214\345\205\263\350\201\224\350\241\250\350\256\276\350\256\241.md" "b/content/zh/docs/DeveloperGuide/\350\247\206\345\233\276\345\222\214\345\205\263\350\201\224\350\241\250\350\256\276\350\256\241.md" similarity index 100% rename from "content/zh/docs/Developerguide/\350\247\206\345\233\276\345\222\214\345\205\263\350\201\224\350\241\250\350\256\276\350\256\241.md" rename to "content/zh/docs/DeveloperGuide/\350\247\206\345\233\276\345\222\214\345\205\263\350\201\224\350\241\250\350\256\276\350\256\241.md" diff --git "a/content/zh/docs/Developerguide/\350\277\236\346\216\245\346\225\260\346\215\256\345\272\223_JDBC.md" "b/content/zh/docs/DeveloperGuide/\350\277\236\346\216\245\346\225\260\346\215\256\345\272\223_JDBC.md" similarity index 100% rename from "content/zh/docs/Developerguide/\350\277\236\346\216\245\346\225\260\346\215\256\345\272\223_JDBC.md" rename to "content/zh/docs/DeveloperGuide/\350\277\236\346\216\245\346\225\260\346\215\256\345\272\223_JDBC.md" diff --git "a/content/zh/docs/Developerguide/\350\277\236\346\216\245\346\225\260\346\215\256\345\272\223_Psycopg.md" "b/content/zh/docs/DeveloperGuide/\350\277\236\346\216\245\346\225\260\346\215\256\345\272\223_Psycopg.md" similarity index 100% rename from "content/zh/docs/Developerguide/\350\277\236\346\216\245\346\225\260\346\215\256\345\272\223_Psycopg.md" rename to "content/zh/docs/DeveloperGuide/\350\277\236\346\216\245\346\225\260\346\215\256\345\272\223_Psycopg.md" diff --git "a/content/zh/docs/Developerguide/\350\277\236\346\216\245\346\225\260\346\215\256\345\272\223_SSL\346\226\271\345\274\217_Psycopg.md" "b/content/zh/docs/DeveloperGuide/\350\277\236\346\216\245\346\225\260\346\215\256\345\272\223_SSL\346\226\271\345\274\217_Psycopg.md" similarity index 100% rename from "content/zh/docs/Developerguide/\350\277\236\346\216\245\346\225\260\346\215\256\345\272\223_SSL\346\226\271\345\274\217_Psycopg.md" rename to "content/zh/docs/DeveloperGuide/\350\277\236\346\216\245\346\225\260\346\215\256\345\272\223_SSL\346\226\271\345\274\217_Psycopg.md" diff --git "a/content/zh/docs/Developerguide/\350\277\236\346\216\245\346\225\260\346\215\256\345\272\223_UDS\346\226\271\345\274\217.md" "b/content/zh/docs/DeveloperGuide/\350\277\236\346\216\245\346\225\260\346\215\256\345\272\223_UDS\346\226\271\345\274\217.md" similarity index 100% rename from "content/zh/docs/Developerguide/\350\277\236\346\216\245\346\225\260\346\215\256\345\272\223_UDS\346\226\271\345\274\217.md" rename to "content/zh/docs/DeveloperGuide/\350\277\236\346\216\245\346\225\260\346\215\256\345\272\223_UDS\346\226\271\345\274\217.md" diff --git "a/content/zh/docs/Developerguide/\350\277\236\346\216\245\346\225\260\346\215\256\345\272\223_\344\273\245SSL\346\226\271\345\274\217.md" "b/content/zh/docs/DeveloperGuide/\350\277\236\346\216\245\346\225\260\346\215\256\345\272\223_\344\273\245SSL\346\226\271\345\274\217.md" similarity index 100% rename from "content/zh/docs/Developerguide/\350\277\236\346\216\245\346\225\260\346\215\256\345\272\223_\344\273\245SSL\346\226\271\345\274\217.md" rename to "content/zh/docs/DeveloperGuide/\350\277\236\346\216\245\346\225\260\346\215\256\345\272\223_\344\273\245SSL\346\226\271\345\274\217.md" diff --git "a/content/zh/docs/Developerguide/\351\223\276\346\216\245\345\217\202\346\225\260.md" "b/content/zh/docs/DeveloperGuide/\351\223\276\346\216\245\345\217\202\346\225\260.md" similarity index 100% rename from "content/zh/docs/Developerguide/\351\223\276\346\216\245\345\217\202\346\225\260.md" rename to "content/zh/docs/DeveloperGuide/\351\223\276\346\216\245\345\217\202\346\225\260.md" -- Gitee From 2258762dff1e4f2f70a1c1ce6597bbb31d7f1d95 Mon Sep 17 00:00:00 2001 From: liyang <264327807@qq.com> Date: Tue, 4 Apr 2023 01:26:57 +0000 Subject: [PATCH 27/75] =?UTF-8?q?=E9=87=8D=E5=91=BD=E5=90=8D=20content/zh/?= =?UTF-8?q?docs/Releasenotes=20=E4=B8=BA=20content/zh/docs/ReleaseNotes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ReleaseNotes/CVE\346\274\217\346\264\236.md" | 0 .../{Releasenotes => ReleaseNotes}/Releasenotes.md | 0 .../public_sys-resources/icon-caution.gif | Bin .../public_sys-resources/icon-danger.gif | Bin .../public_sys-resources/icon-note.gif | Bin .../public_sys-resources/icon-notice.gif | Bin .../public_sys-resources/icon-tip.gif | Bin .../public_sys-resources/icon-warning.gif | Bin ...\217\202\344\270\216\350\264\241\347\214\256.md" | 0 ...\277\256\345\244\215\351\227\256\351\242\230.md" | 0 ...\267\262\347\237\245\351\227\256\351\242\230.md" | 0 ...\263\225\345\276\213\345\243\260\346\230\216.md" | 0 .../\346\272\220\344\273\243\347\240\201.md" | 0 ...\211\210\346\234\254\344\273\213\347\273\215.md" | 0 ...\263\250\346\204\217\344\272\213\351\241\271.md" | 0 ...\211\271\346\200\247\344\273\213\347\273\215.md" | 0 ...\224\250\346\210\267\351\241\273\347\237\245.md" | 0 .../docs/ReleaseNotes/\350\207\264\350\260\242.md" | 0 18 files changed, 0 insertions(+), 0 deletions(-) rename "content/zh/docs/Releasenotes/CVE\346\274\217\346\264\236.md" => "content/zh/docs/ReleaseNotes/CVE\346\274\217\346\264\236.md" (100%) rename content/zh/docs/{Releasenotes => ReleaseNotes}/Releasenotes.md (100%) rename content/zh/docs/{Releasenotes => ReleaseNotes}/public_sys-resources/icon-caution.gif (100%) rename content/zh/docs/{Releasenotes => ReleaseNotes}/public_sys-resources/icon-danger.gif (100%) rename content/zh/docs/{Releasenotes => ReleaseNotes}/public_sys-resources/icon-note.gif (100%) rename content/zh/docs/{Releasenotes => ReleaseNotes}/public_sys-resources/icon-notice.gif (100%) rename content/zh/docs/{Releasenotes => ReleaseNotes}/public_sys-resources/icon-tip.gif (100%) rename content/zh/docs/{Releasenotes => ReleaseNotes}/public_sys-resources/icon-warning.gif (100%) rename "content/zh/docs/Releasenotes/\345\217\202\344\270\216\350\264\241\347\214\256.md" => "content/zh/docs/ReleaseNotes/\345\217\202\344\270\216\350\264\241\347\214\256.md" (100%) rename "content/zh/docs/Releasenotes/\345\267\262\344\277\256\345\244\215\351\227\256\351\242\230.md" => "content/zh/docs/ReleaseNotes/\345\267\262\344\277\256\345\244\215\351\227\256\351\242\230.md" (100%) rename "content/zh/docs/Releasenotes/\345\267\262\347\237\245\351\227\256\351\242\230.md" => "content/zh/docs/ReleaseNotes/\345\267\262\347\237\245\351\227\256\351\242\230.md" (100%) rename "content/zh/docs/Releasenotes/\346\263\225\345\276\213\345\243\260\346\230\216.md" => "content/zh/docs/ReleaseNotes/\346\263\225\345\276\213\345\243\260\346\230\216.md" (100%) rename "content/zh/docs/Releasenotes/\346\272\220\344\273\243\347\240\201.md" => "content/zh/docs/ReleaseNotes/\346\272\220\344\273\243\347\240\201.md" (100%) rename "content/zh/docs/Releasenotes/\347\211\210\346\234\254\344\273\213\347\273\215.md" => "content/zh/docs/ReleaseNotes/\347\211\210\346\234\254\344\273\213\347\273\215.md" (100%) rename "content/zh/docs/Releasenotes/\347\211\210\346\234\254\344\275\277\347\224\250\346\263\250\346\204\217\344\272\213\351\241\271.md" => "content/zh/docs/ReleaseNotes/\347\211\210\346\234\254\344\275\277\347\224\250\346\263\250\346\204\217\344\272\213\351\241\271.md" (100%) rename "content/zh/docs/Releasenotes/\347\211\271\346\200\247\344\273\213\347\273\215.md" => "content/zh/docs/ReleaseNotes/\347\211\271\346\200\247\344\273\213\347\273\215.md" (100%) rename "content/zh/docs/Releasenotes/\347\224\250\346\210\267\351\241\273\347\237\245.md" => "content/zh/docs/ReleaseNotes/\347\224\250\346\210\267\351\241\273\347\237\245.md" (100%) rename "content/zh/docs/Releasenotes/\350\207\264\350\260\242.md" => "content/zh/docs/ReleaseNotes/\350\207\264\350\260\242.md" (100%) diff --git "a/content/zh/docs/Releasenotes/CVE\346\274\217\346\264\236.md" "b/content/zh/docs/ReleaseNotes/CVE\346\274\217\346\264\236.md" similarity index 100% rename from "content/zh/docs/Releasenotes/CVE\346\274\217\346\264\236.md" rename to "content/zh/docs/ReleaseNotes/CVE\346\274\217\346\264\236.md" diff --git a/content/zh/docs/Releasenotes/Releasenotes.md b/content/zh/docs/ReleaseNotes/Releasenotes.md similarity index 100% rename from content/zh/docs/Releasenotes/Releasenotes.md rename to content/zh/docs/ReleaseNotes/Releasenotes.md diff --git a/content/zh/docs/Releasenotes/public_sys-resources/icon-caution.gif b/content/zh/docs/ReleaseNotes/public_sys-resources/icon-caution.gif similarity index 100% rename from content/zh/docs/Releasenotes/public_sys-resources/icon-caution.gif rename to content/zh/docs/ReleaseNotes/public_sys-resources/icon-caution.gif diff --git a/content/zh/docs/Releasenotes/public_sys-resources/icon-danger.gif b/content/zh/docs/ReleaseNotes/public_sys-resources/icon-danger.gif similarity index 100% rename from content/zh/docs/Releasenotes/public_sys-resources/icon-danger.gif rename to content/zh/docs/ReleaseNotes/public_sys-resources/icon-danger.gif diff --git a/content/zh/docs/Releasenotes/public_sys-resources/icon-note.gif b/content/zh/docs/ReleaseNotes/public_sys-resources/icon-note.gif similarity index 100% rename from content/zh/docs/Releasenotes/public_sys-resources/icon-note.gif rename to content/zh/docs/ReleaseNotes/public_sys-resources/icon-note.gif diff --git a/content/zh/docs/Releasenotes/public_sys-resources/icon-notice.gif b/content/zh/docs/ReleaseNotes/public_sys-resources/icon-notice.gif similarity index 100% rename from content/zh/docs/Releasenotes/public_sys-resources/icon-notice.gif rename to content/zh/docs/ReleaseNotes/public_sys-resources/icon-notice.gif diff --git a/content/zh/docs/Releasenotes/public_sys-resources/icon-tip.gif b/content/zh/docs/ReleaseNotes/public_sys-resources/icon-tip.gif similarity index 100% rename from content/zh/docs/Releasenotes/public_sys-resources/icon-tip.gif rename to content/zh/docs/ReleaseNotes/public_sys-resources/icon-tip.gif diff --git a/content/zh/docs/Releasenotes/public_sys-resources/icon-warning.gif b/content/zh/docs/ReleaseNotes/public_sys-resources/icon-warning.gif similarity index 100% rename from content/zh/docs/Releasenotes/public_sys-resources/icon-warning.gif rename to content/zh/docs/ReleaseNotes/public_sys-resources/icon-warning.gif diff --git "a/content/zh/docs/Releasenotes/\345\217\202\344\270\216\350\264\241\347\214\256.md" "b/content/zh/docs/ReleaseNotes/\345\217\202\344\270\216\350\264\241\347\214\256.md" similarity index 100% rename from "content/zh/docs/Releasenotes/\345\217\202\344\270\216\350\264\241\347\214\256.md" rename to "content/zh/docs/ReleaseNotes/\345\217\202\344\270\216\350\264\241\347\214\256.md" diff --git "a/content/zh/docs/Releasenotes/\345\267\262\344\277\256\345\244\215\351\227\256\351\242\230.md" "b/content/zh/docs/ReleaseNotes/\345\267\262\344\277\256\345\244\215\351\227\256\351\242\230.md" similarity index 100% rename from "content/zh/docs/Releasenotes/\345\267\262\344\277\256\345\244\215\351\227\256\351\242\230.md" rename to "content/zh/docs/ReleaseNotes/\345\267\262\344\277\256\345\244\215\351\227\256\351\242\230.md" diff --git "a/content/zh/docs/Releasenotes/\345\267\262\347\237\245\351\227\256\351\242\230.md" "b/content/zh/docs/ReleaseNotes/\345\267\262\347\237\245\351\227\256\351\242\230.md" similarity index 100% rename from "content/zh/docs/Releasenotes/\345\267\262\347\237\245\351\227\256\351\242\230.md" rename to "content/zh/docs/ReleaseNotes/\345\267\262\347\237\245\351\227\256\351\242\230.md" diff --git "a/content/zh/docs/Releasenotes/\346\263\225\345\276\213\345\243\260\346\230\216.md" "b/content/zh/docs/ReleaseNotes/\346\263\225\345\276\213\345\243\260\346\230\216.md" similarity index 100% rename from "content/zh/docs/Releasenotes/\346\263\225\345\276\213\345\243\260\346\230\216.md" rename to "content/zh/docs/ReleaseNotes/\346\263\225\345\276\213\345\243\260\346\230\216.md" diff --git "a/content/zh/docs/Releasenotes/\346\272\220\344\273\243\347\240\201.md" "b/content/zh/docs/ReleaseNotes/\346\272\220\344\273\243\347\240\201.md" similarity index 100% rename from "content/zh/docs/Releasenotes/\346\272\220\344\273\243\347\240\201.md" rename to "content/zh/docs/ReleaseNotes/\346\272\220\344\273\243\347\240\201.md" diff --git "a/content/zh/docs/Releasenotes/\347\211\210\346\234\254\344\273\213\347\273\215.md" "b/content/zh/docs/ReleaseNotes/\347\211\210\346\234\254\344\273\213\347\273\215.md" similarity index 100% rename from "content/zh/docs/Releasenotes/\347\211\210\346\234\254\344\273\213\347\273\215.md" rename to "content/zh/docs/ReleaseNotes/\347\211\210\346\234\254\344\273\213\347\273\215.md" diff --git "a/content/zh/docs/Releasenotes/\347\211\210\346\234\254\344\275\277\347\224\250\346\263\250\346\204\217\344\272\213\351\241\271.md" "b/content/zh/docs/ReleaseNotes/\347\211\210\346\234\254\344\275\277\347\224\250\346\263\250\346\204\217\344\272\213\351\241\271.md" similarity index 100% rename from "content/zh/docs/Releasenotes/\347\211\210\346\234\254\344\275\277\347\224\250\346\263\250\346\204\217\344\272\213\351\241\271.md" rename to "content/zh/docs/ReleaseNotes/\347\211\210\346\234\254\344\275\277\347\224\250\346\263\250\346\204\217\344\272\213\351\241\271.md" diff --git "a/content/zh/docs/Releasenotes/\347\211\271\346\200\247\344\273\213\347\273\215.md" "b/content/zh/docs/ReleaseNotes/\347\211\271\346\200\247\344\273\213\347\273\215.md" similarity index 100% rename from "content/zh/docs/Releasenotes/\347\211\271\346\200\247\344\273\213\347\273\215.md" rename to "content/zh/docs/ReleaseNotes/\347\211\271\346\200\247\344\273\213\347\273\215.md" diff --git "a/content/zh/docs/Releasenotes/\347\224\250\346\210\267\351\241\273\347\237\245.md" "b/content/zh/docs/ReleaseNotes/\347\224\250\346\210\267\351\241\273\347\237\245.md" similarity index 100% rename from "content/zh/docs/Releasenotes/\347\224\250\346\210\267\351\241\273\347\237\245.md" rename to "content/zh/docs/ReleaseNotes/\347\224\250\346\210\267\351\241\273\347\237\245.md" diff --git "a/content/zh/docs/Releasenotes/\350\207\264\350\260\242.md" "b/content/zh/docs/ReleaseNotes/\350\207\264\350\260\242.md" similarity index 100% rename from "content/zh/docs/Releasenotes/\350\207\264\350\260\242.md" rename to "content/zh/docs/ReleaseNotes/\350\207\264\350\260\242.md" -- Gitee From 791797993294dd75b0a63c0d816ca0a1217907af Mon Sep 17 00:00:00 2001 From: liyang <264327807@qq.com> Date: Tue, 4 Apr 2023 01:27:21 +0000 Subject: [PATCH 28/75] =?UTF-8?q?=E9=87=8D=E5=91=BD=E5=90=8D=20content/zh/?= =?UTF-8?q?docs/Technicalwhitepaper=20=E4=B8=BA=20content/zh/docs/Technica?= =?UTF-8?q?lWhitePaper?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Technicalwhitepaper.md | 0 .../figures/Xlog-lock-less-Design.png | Bin ...276\221\346\236\266\346\236\204\345\233\276.png" | Bin .../figures/zh-cn_image_0253141769.png | Bin .../figures/zh-cn_image_0289895654.png | Bin ...270\200\344\270\273\345\244\232\345\244\207.png" | Bin ...275\262\345\275\242\346\200\201\345\233\276.png" | Bin ...256\271\347\201\276\346\226\271\346\241\210.png" | Bin ...277\203\351\203\250\347\275\262\345\233\276.png" | Bin ...275\262\345\275\242\346\200\201\345\233\276.png" | Bin ...202\250\347\244\272\346\204\217\345\233\276.png" | Bin ...277\203\351\203\250\347\275\262\345\233\276.png" | Bin ...275\262\345\275\242\346\200\201\345\233\276.png" | Bin ...277\203\351\203\250\347\275\262\345\233\276.png" | Bin ...273\204\347\275\221\347\244\272\344\276\213.png" | Bin ...275\262\345\275\242\346\200\201\345\233\276.png" | Bin ...276\221\346\236\266\346\236\204\345\233\276.png" | Bin ...236\204\344\274\230\345\214\226\345\233\276.png" | Bin .../public_sys-resources/icon-caution.gif | Bin .../public_sys-resources/icon-danger.gif | Bin .../public_sys-resources/icon-note.gif | Bin .../public_sys-resources/icon-notice.gif | Bin .../public_sys-resources/icon-tip.gif | Bin .../public_sys-resources/icon-warning.gif | Bin ...\272\247\345\223\201\345\256\232\344\275\215.md" | 0 ...\205\270\345\236\213\347\273\204\347\275\221.md" | 0 ...\272\224\347\224\250\345\234\272\346\231\257.md" | 0 ...\212\200\346\234\257\346\214\207\346\240\207.md" | 0 ...\212\200\346\234\257\347\211\271\347\202\271.md" | 0 ...\240\270\345\277\203\346\212\200\346\234\257.md" | 0 .../\346\234\257\350\257\255\350\241\250.md" | 0 ...\275\257\344\273\266\346\236\266\346\236\204.md" | 0 ...\205\215\347\275\256\350\246\201\346\261\202.md" | 0 ...\203\250\347\275\262\346\226\271\346\241\210.md" | 0 34 files changed, 0 insertions(+), 0 deletions(-) rename content/zh/docs/{Technicalwhitepaper => TechnicalWhitePaper}/Technicalwhitepaper.md (100%) rename content/zh/docs/{Technicalwhitepaper => TechnicalWhitePaper}/figures/Xlog-lock-less-Design.png (100%) rename "content/zh/docs/Technicalwhitepaper/figures/openGauss\351\200\273\350\276\221\346\236\266\346\236\204\345\233\276.png" => "content/zh/docs/TechnicalWhitePaper/figures/openGauss\351\200\273\350\276\221\346\236\266\346\236\204\345\233\276.png" (100%) rename content/zh/docs/{Technicalwhitepaper => TechnicalWhitePaper}/figures/zh-cn_image_0253141769.png (100%) rename content/zh/docs/{Technicalwhitepaper => TechnicalWhitePaper}/figures/zh-cn_image_0289895654.png (100%) rename "content/zh/docs/Technicalwhitepaper/figures/\344\270\200\344\270\273\345\244\232\345\244\207.png" => "content/zh/docs/TechnicalWhitePaper/figures/\344\270\200\344\270\273\345\244\232\345\244\207.png" (100%) rename "content/zh/docs/Technicalwhitepaper/figures/\344\270\200\344\270\273\345\244\232\345\244\207\351\203\250\347\275\262\345\275\242\346\200\201\345\233\276.png" => "content/zh/docs/TechnicalWhitePaper/figures/\344\270\200\344\270\273\345\244\232\345\244\207\351\203\250\347\275\262\345\275\242\346\200\201\345\233\276.png" (100%) rename "content/zh/docs/Technicalwhitepaper/figures/\344\270\244\345\234\260\344\270\211\344\270\255\345\277\203\346\265\201\345\274\217\345\256\271\347\201\276\346\226\271\346\241\210.png" => "content/zh/docs/TechnicalWhitePaper/figures/\344\270\244\345\234\260\344\270\211\344\270\255\345\277\203\346\265\201\345\274\217\345\256\271\347\201\276\346\226\271\346\241\210.png" (100%) rename "content/zh/docs/Technicalwhitepaper/figures/\344\270\244\345\234\260\344\270\211\344\270\255\345\277\203\351\203\250\347\275\262\345\233\276.png" => "content/zh/docs/TechnicalWhitePaper/figures/\344\270\244\345\234\260\344\270\211\344\270\255\345\277\203\351\203\250\347\275\262\345\233\276.png" (100%) rename "content/zh/docs/Technicalwhitepaper/figures/\344\270\273\345\244\207\351\203\250\347\275\262\345\275\242\346\200\201\345\233\276.png" => "content/zh/docs/TechnicalWhitePaper/figures/\344\270\273\345\244\207\351\203\250\347\275\262\345\275\242\346\200\201\345\233\276.png" (100%) rename "content/zh/docs/Technicalwhitepaper/figures/\345\210\227\345\255\230\345\202\250\347\244\272\346\204\217\345\233\276.png" => "content/zh/docs/TechnicalWhitePaper/figures/\345\210\227\345\255\230\345\202\250\347\244\272\346\204\217\345\233\276.png" (100%) rename "content/zh/docs/Technicalwhitepaper/figures/\345\215\225\344\270\255\345\277\203\351\203\250\347\275\262\345\233\276.png" => "content/zh/docs/TechnicalWhitePaper/figures/\345\215\225\344\270\255\345\277\203\351\203\250\347\275\262\345\233\276.png" (100%) rename "content/zh/docs/Technicalwhitepaper/figures/\345\215\225\346\234\272\351\203\250\347\275\262\345\275\242\346\200\201\345\233\276.png" => "content/zh/docs/TechnicalWhitePaper/figures/\345\215\225\346\234\272\351\203\250\347\275\262\345\275\242\346\200\201\345\233\276.png" (100%) rename "content/zh/docs/Technicalwhitepaper/figures/\345\220\214\345\237\216\345\217\214\344\270\255\345\277\203\351\203\250\347\275\262\345\233\276.png" => "content/zh/docs/TechnicalWhitePaper/figures/\345\220\214\345\237\216\345\217\214\344\270\255\345\277\203\351\203\250\347\275\262\345\233\276.png" (100%) rename "content/zh/docs/Technicalwhitepaper/figures/\346\225\260\346\215\256\345\272\223\347\256\241\347\220\206\345\255\230\345\202\250\347\275\221\347\273\234\347\273\204\347\275\221\347\244\272\344\276\213.png" => "content/zh/docs/TechnicalWhitePaper/figures/\346\225\260\346\215\256\345\272\223\347\256\241\347\220\206\345\255\230\345\202\250\347\275\221\347\273\234\347\273\204\347\275\221\347\244\272\344\276\213.png" (100%) rename "content/zh/docs/Technicalwhitepaper/figures/\350\265\204\346\272\220\346\261\240\345\214\226\351\203\250\347\275\262\345\275\242\346\200\201\345\233\276.png" => "content/zh/docs/TechnicalWhitePaper/figures/\350\265\204\346\272\220\346\261\240\345\214\226\351\203\250\347\275\262\345\275\242\346\200\201\345\233\276.png" (100%) rename "content/zh/docs/Technicalwhitepaper/figures/\351\200\273\350\276\221\346\236\266\346\236\204\345\233\276.png" => "content/zh/docs/TechnicalWhitePaper/figures/\351\200\273\350\276\221\346\236\266\346\236\204\345\233\276.png" (100%) rename "content/zh/docs/Technicalwhitepaper/figures/\351\262\262\351\271\217NUMA\346\236\266\346\236\204\344\274\230\345\214\226\345\233\276.png" => "content/zh/docs/TechnicalWhitePaper/figures/\351\262\262\351\271\217NUMA\346\236\266\346\236\204\344\274\230\345\214\226\345\233\276.png" (100%) rename content/zh/docs/{Technicalwhitepaper => TechnicalWhitePaper}/public_sys-resources/icon-caution.gif (100%) rename content/zh/docs/{Technicalwhitepaper => TechnicalWhitePaper}/public_sys-resources/icon-danger.gif (100%) rename content/zh/docs/{Technicalwhitepaper => TechnicalWhitePaper}/public_sys-resources/icon-note.gif (100%) rename content/zh/docs/{Technicalwhitepaper => TechnicalWhitePaper}/public_sys-resources/icon-notice.gif (100%) rename content/zh/docs/{Technicalwhitepaper => TechnicalWhitePaper}/public_sys-resources/icon-tip.gif (100%) rename content/zh/docs/{Technicalwhitepaper => TechnicalWhitePaper}/public_sys-resources/icon-warning.gif (100%) rename "content/zh/docs/Technicalwhitepaper/\344\272\247\345\223\201\345\256\232\344\275\215.md" => "content/zh/docs/TechnicalWhitePaper/\344\272\247\345\223\201\345\256\232\344\275\215.md" (100%) rename "content/zh/docs/Technicalwhitepaper/\345\205\270\345\236\213\347\273\204\347\275\221.md" => "content/zh/docs/TechnicalWhitePaper/\345\205\270\345\236\213\347\273\204\347\275\221.md" (100%) rename "content/zh/docs/Technicalwhitepaper/\345\272\224\347\224\250\345\234\272\346\231\257.md" => "content/zh/docs/TechnicalWhitePaper/\345\272\224\347\224\250\345\234\272\346\231\257.md" (100%) rename "content/zh/docs/Technicalwhitepaper/\346\212\200\346\234\257\346\214\207\346\240\207.md" => "content/zh/docs/TechnicalWhitePaper/\346\212\200\346\234\257\346\214\207\346\240\207.md" (100%) rename "content/zh/docs/Technicalwhitepaper/\346\212\200\346\234\257\347\211\271\347\202\271.md" => "content/zh/docs/TechnicalWhitePaper/\346\212\200\346\234\257\347\211\271\347\202\271.md" (100%) rename "content/zh/docs/Technicalwhitepaper/\346\225\260\346\215\256\345\272\223\346\240\270\345\277\203\346\212\200\346\234\257.md" => "content/zh/docs/TechnicalWhitePaper/\346\225\260\346\215\256\345\272\223\346\240\270\345\277\203\346\212\200\346\234\257.md" (100%) rename "content/zh/docs/Technicalwhitepaper/\346\234\257\350\257\255\350\241\250.md" => "content/zh/docs/TechnicalWhitePaper/\346\234\257\350\257\255\350\241\250.md" (100%) rename "content/zh/docs/Technicalwhitepaper/\350\275\257\344\273\266\346\236\266\346\236\204.md" => "content/zh/docs/TechnicalWhitePaper/\350\275\257\344\273\266\346\236\266\346\236\204.md" (100%) rename "content/zh/docs/Technicalwhitepaper/\350\275\257\347\241\254\344\273\266\351\205\215\347\275\256\350\246\201\346\261\202.md" => "content/zh/docs/TechnicalWhitePaper/\350\275\257\347\241\254\344\273\266\351\205\215\347\275\256\350\246\201\346\261\202.md" (100%) rename "content/zh/docs/Technicalwhitepaper/\351\203\250\347\275\262\346\226\271\346\241\210.md" => "content/zh/docs/TechnicalWhitePaper/\351\203\250\347\275\262\346\226\271\346\241\210.md" (100%) diff --git a/content/zh/docs/Technicalwhitepaper/Technicalwhitepaper.md b/content/zh/docs/TechnicalWhitePaper/Technicalwhitepaper.md similarity index 100% rename from content/zh/docs/Technicalwhitepaper/Technicalwhitepaper.md rename to content/zh/docs/TechnicalWhitePaper/Technicalwhitepaper.md diff --git a/content/zh/docs/Technicalwhitepaper/figures/Xlog-lock-less-Design.png b/content/zh/docs/TechnicalWhitePaper/figures/Xlog-lock-less-Design.png similarity index 100% rename from content/zh/docs/Technicalwhitepaper/figures/Xlog-lock-less-Design.png rename to content/zh/docs/TechnicalWhitePaper/figures/Xlog-lock-less-Design.png diff --git "a/content/zh/docs/Technicalwhitepaper/figures/openGauss\351\200\273\350\276\221\346\236\266\346\236\204\345\233\276.png" "b/content/zh/docs/TechnicalWhitePaper/figures/openGauss\351\200\273\350\276\221\346\236\266\346\236\204\345\233\276.png" similarity index 100% rename from "content/zh/docs/Technicalwhitepaper/figures/openGauss\351\200\273\350\276\221\346\236\266\346\236\204\345\233\276.png" rename to "content/zh/docs/TechnicalWhitePaper/figures/openGauss\351\200\273\350\276\221\346\236\266\346\236\204\345\233\276.png" diff --git a/content/zh/docs/Technicalwhitepaper/figures/zh-cn_image_0253141769.png b/content/zh/docs/TechnicalWhitePaper/figures/zh-cn_image_0253141769.png similarity index 100% rename from content/zh/docs/Technicalwhitepaper/figures/zh-cn_image_0253141769.png rename to content/zh/docs/TechnicalWhitePaper/figures/zh-cn_image_0253141769.png diff --git a/content/zh/docs/Technicalwhitepaper/figures/zh-cn_image_0289895654.png b/content/zh/docs/TechnicalWhitePaper/figures/zh-cn_image_0289895654.png similarity index 100% rename from content/zh/docs/Technicalwhitepaper/figures/zh-cn_image_0289895654.png rename to content/zh/docs/TechnicalWhitePaper/figures/zh-cn_image_0289895654.png diff --git "a/content/zh/docs/Technicalwhitepaper/figures/\344\270\200\344\270\273\345\244\232\345\244\207.png" "b/content/zh/docs/TechnicalWhitePaper/figures/\344\270\200\344\270\273\345\244\232\345\244\207.png" similarity index 100% rename from "content/zh/docs/Technicalwhitepaper/figures/\344\270\200\344\270\273\345\244\232\345\244\207.png" rename to "content/zh/docs/TechnicalWhitePaper/figures/\344\270\200\344\270\273\345\244\232\345\244\207.png" diff --git "a/content/zh/docs/Technicalwhitepaper/figures/\344\270\200\344\270\273\345\244\232\345\244\207\351\203\250\347\275\262\345\275\242\346\200\201\345\233\276.png" "b/content/zh/docs/TechnicalWhitePaper/figures/\344\270\200\344\270\273\345\244\232\345\244\207\351\203\250\347\275\262\345\275\242\346\200\201\345\233\276.png" similarity index 100% rename from "content/zh/docs/Technicalwhitepaper/figures/\344\270\200\344\270\273\345\244\232\345\244\207\351\203\250\347\275\262\345\275\242\346\200\201\345\233\276.png" rename to "content/zh/docs/TechnicalWhitePaper/figures/\344\270\200\344\270\273\345\244\232\345\244\207\351\203\250\347\275\262\345\275\242\346\200\201\345\233\276.png" diff --git "a/content/zh/docs/Technicalwhitepaper/figures/\344\270\244\345\234\260\344\270\211\344\270\255\345\277\203\346\265\201\345\274\217\345\256\271\347\201\276\346\226\271\346\241\210.png" "b/content/zh/docs/TechnicalWhitePaper/figures/\344\270\244\345\234\260\344\270\211\344\270\255\345\277\203\346\265\201\345\274\217\345\256\271\347\201\276\346\226\271\346\241\210.png" similarity index 100% rename from "content/zh/docs/Technicalwhitepaper/figures/\344\270\244\345\234\260\344\270\211\344\270\255\345\277\203\346\265\201\345\274\217\345\256\271\347\201\276\346\226\271\346\241\210.png" rename to "content/zh/docs/TechnicalWhitePaper/figures/\344\270\244\345\234\260\344\270\211\344\270\255\345\277\203\346\265\201\345\274\217\345\256\271\347\201\276\346\226\271\346\241\210.png" diff --git "a/content/zh/docs/Technicalwhitepaper/figures/\344\270\244\345\234\260\344\270\211\344\270\255\345\277\203\351\203\250\347\275\262\345\233\276.png" "b/content/zh/docs/TechnicalWhitePaper/figures/\344\270\244\345\234\260\344\270\211\344\270\255\345\277\203\351\203\250\347\275\262\345\233\276.png" similarity index 100% rename from "content/zh/docs/Technicalwhitepaper/figures/\344\270\244\345\234\260\344\270\211\344\270\255\345\277\203\351\203\250\347\275\262\345\233\276.png" rename to "content/zh/docs/TechnicalWhitePaper/figures/\344\270\244\345\234\260\344\270\211\344\270\255\345\277\203\351\203\250\347\275\262\345\233\276.png" diff --git "a/content/zh/docs/Technicalwhitepaper/figures/\344\270\273\345\244\207\351\203\250\347\275\262\345\275\242\346\200\201\345\233\276.png" "b/content/zh/docs/TechnicalWhitePaper/figures/\344\270\273\345\244\207\351\203\250\347\275\262\345\275\242\346\200\201\345\233\276.png" similarity index 100% rename from "content/zh/docs/Technicalwhitepaper/figures/\344\270\273\345\244\207\351\203\250\347\275\262\345\275\242\346\200\201\345\233\276.png" rename to "content/zh/docs/TechnicalWhitePaper/figures/\344\270\273\345\244\207\351\203\250\347\275\262\345\275\242\346\200\201\345\233\276.png" diff --git "a/content/zh/docs/Technicalwhitepaper/figures/\345\210\227\345\255\230\345\202\250\347\244\272\346\204\217\345\233\276.png" "b/content/zh/docs/TechnicalWhitePaper/figures/\345\210\227\345\255\230\345\202\250\347\244\272\346\204\217\345\233\276.png" similarity index 100% rename from "content/zh/docs/Technicalwhitepaper/figures/\345\210\227\345\255\230\345\202\250\347\244\272\346\204\217\345\233\276.png" rename to "content/zh/docs/TechnicalWhitePaper/figures/\345\210\227\345\255\230\345\202\250\347\244\272\346\204\217\345\233\276.png" diff --git "a/content/zh/docs/Technicalwhitepaper/figures/\345\215\225\344\270\255\345\277\203\351\203\250\347\275\262\345\233\276.png" "b/content/zh/docs/TechnicalWhitePaper/figures/\345\215\225\344\270\255\345\277\203\351\203\250\347\275\262\345\233\276.png" similarity index 100% rename from "content/zh/docs/Technicalwhitepaper/figures/\345\215\225\344\270\255\345\277\203\351\203\250\347\275\262\345\233\276.png" rename to "content/zh/docs/TechnicalWhitePaper/figures/\345\215\225\344\270\255\345\277\203\351\203\250\347\275\262\345\233\276.png" diff --git "a/content/zh/docs/Technicalwhitepaper/figures/\345\215\225\346\234\272\351\203\250\347\275\262\345\275\242\346\200\201\345\233\276.png" "b/content/zh/docs/TechnicalWhitePaper/figures/\345\215\225\346\234\272\351\203\250\347\275\262\345\275\242\346\200\201\345\233\276.png" similarity index 100% rename from "content/zh/docs/Technicalwhitepaper/figures/\345\215\225\346\234\272\351\203\250\347\275\262\345\275\242\346\200\201\345\233\276.png" rename to "content/zh/docs/TechnicalWhitePaper/figures/\345\215\225\346\234\272\351\203\250\347\275\262\345\275\242\346\200\201\345\233\276.png" diff --git "a/content/zh/docs/Technicalwhitepaper/figures/\345\220\214\345\237\216\345\217\214\344\270\255\345\277\203\351\203\250\347\275\262\345\233\276.png" "b/content/zh/docs/TechnicalWhitePaper/figures/\345\220\214\345\237\216\345\217\214\344\270\255\345\277\203\351\203\250\347\275\262\345\233\276.png" similarity index 100% rename from "content/zh/docs/Technicalwhitepaper/figures/\345\220\214\345\237\216\345\217\214\344\270\255\345\277\203\351\203\250\347\275\262\345\233\276.png" rename to "content/zh/docs/TechnicalWhitePaper/figures/\345\220\214\345\237\216\345\217\214\344\270\255\345\277\203\351\203\250\347\275\262\345\233\276.png" diff --git "a/content/zh/docs/Technicalwhitepaper/figures/\346\225\260\346\215\256\345\272\223\347\256\241\347\220\206\345\255\230\345\202\250\347\275\221\347\273\234\347\273\204\347\275\221\347\244\272\344\276\213.png" "b/content/zh/docs/TechnicalWhitePaper/figures/\346\225\260\346\215\256\345\272\223\347\256\241\347\220\206\345\255\230\345\202\250\347\275\221\347\273\234\347\273\204\347\275\221\347\244\272\344\276\213.png" similarity index 100% rename from "content/zh/docs/Technicalwhitepaper/figures/\346\225\260\346\215\256\345\272\223\347\256\241\347\220\206\345\255\230\345\202\250\347\275\221\347\273\234\347\273\204\347\275\221\347\244\272\344\276\213.png" rename to "content/zh/docs/TechnicalWhitePaper/figures/\346\225\260\346\215\256\345\272\223\347\256\241\347\220\206\345\255\230\345\202\250\347\275\221\347\273\234\347\273\204\347\275\221\347\244\272\344\276\213.png" diff --git "a/content/zh/docs/Technicalwhitepaper/figures/\350\265\204\346\272\220\346\261\240\345\214\226\351\203\250\347\275\262\345\275\242\346\200\201\345\233\276.png" "b/content/zh/docs/TechnicalWhitePaper/figures/\350\265\204\346\272\220\346\261\240\345\214\226\351\203\250\347\275\262\345\275\242\346\200\201\345\233\276.png" similarity index 100% rename from "content/zh/docs/Technicalwhitepaper/figures/\350\265\204\346\272\220\346\261\240\345\214\226\351\203\250\347\275\262\345\275\242\346\200\201\345\233\276.png" rename to "content/zh/docs/TechnicalWhitePaper/figures/\350\265\204\346\272\220\346\261\240\345\214\226\351\203\250\347\275\262\345\275\242\346\200\201\345\233\276.png" diff --git "a/content/zh/docs/Technicalwhitepaper/figures/\351\200\273\350\276\221\346\236\266\346\236\204\345\233\276.png" "b/content/zh/docs/TechnicalWhitePaper/figures/\351\200\273\350\276\221\346\236\266\346\236\204\345\233\276.png" similarity index 100% rename from "content/zh/docs/Technicalwhitepaper/figures/\351\200\273\350\276\221\346\236\266\346\236\204\345\233\276.png" rename to "content/zh/docs/TechnicalWhitePaper/figures/\351\200\273\350\276\221\346\236\266\346\236\204\345\233\276.png" diff --git "a/content/zh/docs/Technicalwhitepaper/figures/\351\262\262\351\271\217NUMA\346\236\266\346\236\204\344\274\230\345\214\226\345\233\276.png" "b/content/zh/docs/TechnicalWhitePaper/figures/\351\262\262\351\271\217NUMA\346\236\266\346\236\204\344\274\230\345\214\226\345\233\276.png" similarity index 100% rename from "content/zh/docs/Technicalwhitepaper/figures/\351\262\262\351\271\217NUMA\346\236\266\346\236\204\344\274\230\345\214\226\345\233\276.png" rename to "content/zh/docs/TechnicalWhitePaper/figures/\351\262\262\351\271\217NUMA\346\236\266\346\236\204\344\274\230\345\214\226\345\233\276.png" diff --git a/content/zh/docs/Technicalwhitepaper/public_sys-resources/icon-caution.gif b/content/zh/docs/TechnicalWhitePaper/public_sys-resources/icon-caution.gif similarity index 100% rename from content/zh/docs/Technicalwhitepaper/public_sys-resources/icon-caution.gif rename to content/zh/docs/TechnicalWhitePaper/public_sys-resources/icon-caution.gif diff --git a/content/zh/docs/Technicalwhitepaper/public_sys-resources/icon-danger.gif b/content/zh/docs/TechnicalWhitePaper/public_sys-resources/icon-danger.gif similarity index 100% rename from content/zh/docs/Technicalwhitepaper/public_sys-resources/icon-danger.gif rename to content/zh/docs/TechnicalWhitePaper/public_sys-resources/icon-danger.gif diff --git a/content/zh/docs/Technicalwhitepaper/public_sys-resources/icon-note.gif b/content/zh/docs/TechnicalWhitePaper/public_sys-resources/icon-note.gif similarity index 100% rename from content/zh/docs/Technicalwhitepaper/public_sys-resources/icon-note.gif rename to content/zh/docs/TechnicalWhitePaper/public_sys-resources/icon-note.gif diff --git a/content/zh/docs/Technicalwhitepaper/public_sys-resources/icon-notice.gif b/content/zh/docs/TechnicalWhitePaper/public_sys-resources/icon-notice.gif similarity index 100% rename from content/zh/docs/Technicalwhitepaper/public_sys-resources/icon-notice.gif rename to content/zh/docs/TechnicalWhitePaper/public_sys-resources/icon-notice.gif diff --git a/content/zh/docs/Technicalwhitepaper/public_sys-resources/icon-tip.gif b/content/zh/docs/TechnicalWhitePaper/public_sys-resources/icon-tip.gif similarity index 100% rename from content/zh/docs/Technicalwhitepaper/public_sys-resources/icon-tip.gif rename to content/zh/docs/TechnicalWhitePaper/public_sys-resources/icon-tip.gif diff --git a/content/zh/docs/Technicalwhitepaper/public_sys-resources/icon-warning.gif b/content/zh/docs/TechnicalWhitePaper/public_sys-resources/icon-warning.gif similarity index 100% rename from content/zh/docs/Technicalwhitepaper/public_sys-resources/icon-warning.gif rename to content/zh/docs/TechnicalWhitePaper/public_sys-resources/icon-warning.gif diff --git "a/content/zh/docs/Technicalwhitepaper/\344\272\247\345\223\201\345\256\232\344\275\215.md" "b/content/zh/docs/TechnicalWhitePaper/\344\272\247\345\223\201\345\256\232\344\275\215.md" similarity index 100% rename from "content/zh/docs/Technicalwhitepaper/\344\272\247\345\223\201\345\256\232\344\275\215.md" rename to "content/zh/docs/TechnicalWhitePaper/\344\272\247\345\223\201\345\256\232\344\275\215.md" diff --git "a/content/zh/docs/Technicalwhitepaper/\345\205\270\345\236\213\347\273\204\347\275\221.md" "b/content/zh/docs/TechnicalWhitePaper/\345\205\270\345\236\213\347\273\204\347\275\221.md" similarity index 100% rename from "content/zh/docs/Technicalwhitepaper/\345\205\270\345\236\213\347\273\204\347\275\221.md" rename to "content/zh/docs/TechnicalWhitePaper/\345\205\270\345\236\213\347\273\204\347\275\221.md" diff --git "a/content/zh/docs/Technicalwhitepaper/\345\272\224\347\224\250\345\234\272\346\231\257.md" "b/content/zh/docs/TechnicalWhitePaper/\345\272\224\347\224\250\345\234\272\346\231\257.md" similarity index 100% rename from "content/zh/docs/Technicalwhitepaper/\345\272\224\347\224\250\345\234\272\346\231\257.md" rename to "content/zh/docs/TechnicalWhitePaper/\345\272\224\347\224\250\345\234\272\346\231\257.md" diff --git "a/content/zh/docs/Technicalwhitepaper/\346\212\200\346\234\257\346\214\207\346\240\207.md" "b/content/zh/docs/TechnicalWhitePaper/\346\212\200\346\234\257\346\214\207\346\240\207.md" similarity index 100% rename from "content/zh/docs/Technicalwhitepaper/\346\212\200\346\234\257\346\214\207\346\240\207.md" rename to "content/zh/docs/TechnicalWhitePaper/\346\212\200\346\234\257\346\214\207\346\240\207.md" diff --git "a/content/zh/docs/Technicalwhitepaper/\346\212\200\346\234\257\347\211\271\347\202\271.md" "b/content/zh/docs/TechnicalWhitePaper/\346\212\200\346\234\257\347\211\271\347\202\271.md" similarity index 100% rename from "content/zh/docs/Technicalwhitepaper/\346\212\200\346\234\257\347\211\271\347\202\271.md" rename to "content/zh/docs/TechnicalWhitePaper/\346\212\200\346\234\257\347\211\271\347\202\271.md" diff --git "a/content/zh/docs/Technicalwhitepaper/\346\225\260\346\215\256\345\272\223\346\240\270\345\277\203\346\212\200\346\234\257.md" "b/content/zh/docs/TechnicalWhitePaper/\346\225\260\346\215\256\345\272\223\346\240\270\345\277\203\346\212\200\346\234\257.md" similarity index 100% rename from "content/zh/docs/Technicalwhitepaper/\346\225\260\346\215\256\345\272\223\346\240\270\345\277\203\346\212\200\346\234\257.md" rename to "content/zh/docs/TechnicalWhitePaper/\346\225\260\346\215\256\345\272\223\346\240\270\345\277\203\346\212\200\346\234\257.md" diff --git "a/content/zh/docs/Technicalwhitepaper/\346\234\257\350\257\255\350\241\250.md" "b/content/zh/docs/TechnicalWhitePaper/\346\234\257\350\257\255\350\241\250.md" similarity index 100% rename from "content/zh/docs/Technicalwhitepaper/\346\234\257\350\257\255\350\241\250.md" rename to "content/zh/docs/TechnicalWhitePaper/\346\234\257\350\257\255\350\241\250.md" diff --git "a/content/zh/docs/Technicalwhitepaper/\350\275\257\344\273\266\346\236\266\346\236\204.md" "b/content/zh/docs/TechnicalWhitePaper/\350\275\257\344\273\266\346\236\266\346\236\204.md" similarity index 100% rename from "content/zh/docs/Technicalwhitepaper/\350\275\257\344\273\266\346\236\266\346\236\204.md" rename to "content/zh/docs/TechnicalWhitePaper/\350\275\257\344\273\266\346\236\266\346\236\204.md" diff --git "a/content/zh/docs/Technicalwhitepaper/\350\275\257\347\241\254\344\273\266\351\205\215\347\275\256\350\246\201\346\261\202.md" "b/content/zh/docs/TechnicalWhitePaper/\350\275\257\347\241\254\344\273\266\351\205\215\347\275\256\350\246\201\346\261\202.md" similarity index 100% rename from "content/zh/docs/Technicalwhitepaper/\350\275\257\347\241\254\344\273\266\351\205\215\347\275\256\350\246\201\346\261\202.md" rename to "content/zh/docs/TechnicalWhitePaper/\350\275\257\347\241\254\344\273\266\351\205\215\347\275\256\350\246\201\346\261\202.md" diff --git "a/content/zh/docs/Technicalwhitepaper/\351\203\250\347\275\262\346\226\271\346\241\210.md" "b/content/zh/docs/TechnicalWhitePaper/\351\203\250\347\275\262\346\226\271\346\241\210.md" similarity index 100% rename from "content/zh/docs/Technicalwhitepaper/\351\203\250\347\275\262\346\226\271\346\241\210.md" rename to "content/zh/docs/TechnicalWhitePaper/\351\203\250\347\275\262\346\226\271\346\241\210.md" -- Gitee From ef505b513948d687c85bd770b6ffcfb9d6168640 Mon Sep 17 00:00:00 2001 From: liyang <264327807@qq.com> Date: Tue, 4 Apr 2023 01:30:03 +0000 Subject: [PATCH 29/75] =?UTF-8?q?=E9=87=8D=E5=91=BD=E5=90=8D=20content/doc?= =?UTF-8?q?s-lite/zh/docs/DataBaseReference=20=E4=B8=BA=20content/docs-lit?= =?UTF-8?q?e/zh/docs/DatabaseReference?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../AI\347\211\271\346\200\247.md" | 0 ...\217\202\346\225\260\350\256\276\347\275\256.md" | 0 .../GAUSS-00001----GAUSS-00010.md | 0 .../GAUSS-00001----GAUSS-00100.md | 0 .../GAUSS-00011----GAUSS-00020.md | 0 .../GAUSS-00021----GAUSS-00030.md | 0 .../GAUSS-00031----GAUSS-00040.md | 0 .../GAUSS-00041----GAUSS-00050.md | 0 .../GAUSS-00051----GAUSS-00060.md | 0 .../GAUSS-00061----GAUSS-00070.md | 0 .../GAUSS-00071----GAUSS-00080.md | 0 .../GAUSS-00081----GAUSS-00090.md | 0 .../GAUSS-00091----GAUSS-00100.md | 0 .../GAUSS-00101----GAUSS-00110.md | 0 .../GAUSS-00101----GAUSS-00200.md | 0 .../GAUSS-00111----GAUSS-00120.md | 0 .../GAUSS-00121----GAUSS-00130.md | 0 .../GAUSS-00131----GAUSS-00140.md | 0 .../GAUSS-00141----GAUSS-00150.md | 0 .../GAUSS-00151----GAUSS-00160.md | 0 .../GAUSS-00161----GAUSS-00170.md | 0 .../GAUSS-00171----GAUSS-00180.md | 0 .../GAUSS-00181----GAUSS-00190.md | 0 .../GAUSS-00191----GAUSS-00200.md | 0 .../GAUSS-00201----GAUSS-00210.md | 0 .../GAUSS-00201----GAUSS-00300.md | 0 .../GAUSS-00211----GAUSS-00220.md | 0 .../GAUSS-00221----GAUSS-00230.md | 0 .../GAUSS-00231----GAUSS-00240.md | 0 .../GAUSS-00241----GAUSS-00250.md | 0 .../GAUSS-00251----GAUSS-00260.md | 0 .../GAUSS-00261----GAUSS-00270.md | 0 .../GAUSS-00271----GAUSS-00280.md | 0 .../GAUSS-00281----GAUSS-00290.md | 0 .../GAUSS-00291----GAUSS-00300.md | 0 .../GAUSS-00301----GAUSS-00310.md | 0 .../GAUSS-00301----GAUSS-00400.md | 0 .../GAUSS-00311----GAUSS-00320.md | 0 .../GAUSS-00321----GAUSS-00330.md | 0 .../GAUSS-00331----GAUSS-00340.md | 0 .../GAUSS-00341----GAUSS-00350.md | 0 .../GAUSS-00351----GAUSS-00360.md | 0 .../GAUSS-00361----GAUSS-00370.md | 0 .../GAUSS-00371----GAUSS-00380.md | 0 .../GAUSS-00381----GAUSS-00390.md | 0 .../GAUSS-00391----GAUSS-00400.md | 0 .../GAUSS-00401----GAUSS-00410.md | 0 .../GAUSS-00401----GAUSS-00500.md | 0 .../GAUSS-00411----GAUSS-00420.md | 0 .../GAUSS-00421----GAUSS-00430.md | 0 .../GAUSS-00431----GAUSS-00440.md | 0 .../GAUSS-00441----GAUSS-00450.md | 0 .../GAUSS-00451----GAUSS-00460.md | 0 .../GAUSS-00461----GAUSS-00470.md | 0 .../GAUSS-00471----GAUSS-00480.md | 0 .../GAUSS-00481----GAUSS-00490.md | 0 .../GAUSS-00491----GAUSS-00500.md | 0 .../GAUSS-00501----GAUSS-00510.md | 0 .../GAUSS-00501----GAUSS-00600.md | 0 .../GAUSS-00511----GAUSS-00520.md | 0 .../GAUSS-00521----GAUSS-00530.md | 0 .../GAUSS-00531----GAUSS-00540.md | 0 .../GAUSS-00541----GAUSS-00550.md | 0 .../GAUSS-00551----GAUSS-00560.md | 0 .../GAUSS-00561----GAUSS-00570.md | 0 .../GAUSS-00571----GAUSS-00580.md | 0 .../GAUSS-00581----GAUSS-00590.md | 0 .../GAUSS-00591----GAUSS-00600.md | 0 .../GAUSS-00601----GAUSS-00610.md | 0 .../GAUSS-00601----GAUSS-00700.md | 0 .../GAUSS-00611----GAUSS-00620.md | 0 .../GAUSS-00621----GAUSS-00630.md | 0 .../GAUSS-00631----GAUSS-00640.md | 0 .../GAUSS-00641----GAUSS-00650.md | 0 .../GAUSS-00651----GAUSS-00660.md | 0 .../GAUSS-00661----GAUSS-00670.md | 0 .../GAUSS-00671----GAUSS-00680.md | 0 .../GAUSS-00681----GAUSS-00690.md | 0 .../GAUSS-00691----GAUSS-00700.md | 0 .../GAUSS-00701----GAUSS-00710.md | 0 .../GAUSS-00701----GAUSS-00800.md | 0 .../GAUSS-00711----GAUSS-00720.md | 0 .../GAUSS-00721----GAUSS-00730.md | 0 .../GAUSS-00731----GAUSS-00740.md | 0 .../GAUSS-00741----GAUSS-00750.md | 0 .../GAUSS-00751----GAUSS-00760.md | 0 .../GAUSS-00761----GAUSS-00770.md | 0 .../GAUSS-00771----GAUSS-00780.md | 0 .../GAUSS-00781----GAUSS-00790.md | 0 .../GAUSS-00791----GAUSS-00800.md | 0 .../GAUSS-00801----GAUSS-00810.md | 0 .../GAUSS-00801----GAUSS-00900.md | 0 .../GAUSS-00811----GAUSS-00820.md | 0 .../GAUSS-00821----GAUSS-00830.md | 0 .../GAUSS-00831----GAUSS-00840.md | 0 .../GAUSS-00841----GAUSS-00850.md | 0 .../GAUSS-00851----GAUSS-00860.md | 0 .../GAUSS-00861----GAUSS-00870.md | 0 .../GAUSS-00871----GAUSS-00880.md | 0 .../GAUSS-00881----GAUSS-00890.md | 0 .../GAUSS-00891----GAUSS-00900.md | 0 .../GAUSS-00901----GAUSS-00910.md | 0 .../GAUSS-00901----GAUSS-01000.md | 0 .../GAUSS-00911----GAUSS-00920.md | 0 .../GAUSS-00921----GAUSS-00930.md | 0 .../GAUSS-00931----GAUSS-00940.md | 0 .../GAUSS-00941----GAUSS-00950.md | 0 .../GAUSS-00951----GAUSS-00960.md | 0 .../GAUSS-00961----GAUSS-00970.md | 0 .../GAUSS-00971----GAUSS-00980.md | 0 .../GAUSS-00981----GAUSS-00990.md | 0 .../GAUSS-00991----GAUSS-01000.md | 0 .../GAUSS-01001----GAUSS-01010.md | 0 .../GAUSS-01001----GAUSS-01100.md | 0 .../GAUSS-01011----GAUSS-01020.md | 0 .../GAUSS-01021----GAUSS-01030.md | 0 .../GAUSS-01031----GAUSS-01040.md | 0 .../GAUSS-01041----GAUSS-01050.md | 0 .../GAUSS-01051----GAUSS-01060.md | 0 .../GAUSS-01061----GAUSS-01070.md | 0 .../GAUSS-01071----GAUSS-01080.md | 0 .../GAUSS-01081----GAUSS-01090.md | 0 .../GAUSS-01091----GAUSS-01100.md | 0 .../GAUSS-01101----GAUSS-01110.md | 0 .../GAUSS-01101----GAUSS-01200.md | 0 .../GAUSS-01111----GAUSS-01120.md | 0 .../GAUSS-01121----GAUSS-01130.md | 0 .../GAUSS-01131----GAUSS-01140.md | 0 .../GAUSS-01141----GAUSS-01150.md | 0 .../GAUSS-01151----GAUSS-01160.md | 0 .../GAUSS-01161----GAUSS-01170.md | 0 .../GAUSS-01171----GAUSS-01180.md | 0 .../GAUSS-01181----GAUSS-01190.md | 0 .../GAUSS-01191----GAUSS-01200.md | 0 .../GAUSS-01201----GAUSS-01210.md | 0 .../GAUSS-01201----GAUSS-01300.md | 0 .../GAUSS-01211----GAUSS-01220.md | 0 .../GAUSS-01221----GAUSS-01230.md | 0 .../GAUSS-01231----GAUSS-01240.md | 0 .../GAUSS-01241----GAUSS-01250.md | 0 .../GAUSS-01251----GAUSS-01260.md | 0 .../GAUSS-01261----GAUSS-01270.md | 0 .../GAUSS-01271----GAUSS-01280.md | 0 .../GAUSS-01281----GAUSS-01290.md | 0 .../GAUSS-01291----GAUSS-01300.md | 0 .../GAUSS-01301----GAUSS-01310.md | 0 .../GAUSS-01301----GAUSS-01400.md | 0 .../GAUSS-01311----GAUSS-01320.md | 0 .../GAUSS-01321----GAUSS-01330.md | 0 .../GAUSS-01331----GAUSS-01340.md | 0 .../GAUSS-01341----GAUSS-01350.md | 0 .../GAUSS-01351----GAUSS-01360.md | 0 .../GAUSS-01361----GAUSS-01370.md | 0 .../GAUSS-01371----GAUSS-01380.md | 0 .../GAUSS-01381----GAUSS-01390.md | 0 .../GAUSS-01391----GAUSS-01400.md | 0 .../GAUSS-01401----GAUSS-01410.md | 0 .../GAUSS-01401----GAUSS-01500.md | 0 .../GAUSS-01411----GAUSS-01420.md | 0 .../GAUSS-01421----GAUSS-01430.md | 0 .../GAUSS-01431----GAUSS-01440.md | 0 .../GAUSS-01441----GAUSS-01450.md | 0 .../GAUSS-01451----GAUSS-01460.md | 0 .../GAUSS-01461----GAUSS-01470.md | 0 .../GAUSS-01471----GAUSS-01480.md | 0 .../GAUSS-01481----GAUSS-01490.md | 0 .../GAUSS-01491----GAUSS-01500.md | 0 .../GAUSS-01501----GAUSS-01510.md | 0 .../GAUSS-01501----GAUSS-01600.md | 0 .../GAUSS-01511----GAUSS-01520.md | 0 .../GAUSS-01521----GAUSS-01530.md | 0 .../GAUSS-01531----GAUSS-01540.md | 0 .../GAUSS-01541----GAUSS-01550.md | 0 .../GAUSS-01551----GAUSS-01560.md | 0 .../GAUSS-01561----GAUSS-01570.md | 0 .../GAUSS-01571----GAUSS-01580.md | 0 .../GAUSS-01581----GAUSS-01590.md | 0 .../GAUSS-01591----GAUSS-01600.md | 0 .../GAUSS-01601----GAUSS-01610.md | 0 .../GAUSS-01601----GAUSS-01700.md | 0 .../GAUSS-01611----GAUSS-01620.md | 0 .../GAUSS-01621----GAUSS-01630.md | 0 .../GAUSS-01631----GAUSS-01640.md | 0 .../GAUSS-01641----GAUSS-01650.md | 0 .../GAUSS-01651----GAUSS-01660.md | 0 .../GAUSS-01661----GAUSS-01670.md | 0 .../GAUSS-01671----GAUSS-01680.md | 0 .../GAUSS-01681----GAUSS-01690.md | 0 .../GAUSS-01691----GAUSS-01700.md | 0 .../GAUSS-01701----GAUSS-01710.md | 0 .../GAUSS-01701----GAUSS-01800.md | 0 .../GAUSS-01711----GAUSS-01720.md | 0 .../GAUSS-01721----GAUSS-01730.md | 0 .../GAUSS-01731----GAUSS-01740.md | 0 .../GAUSS-01741----GAUSS-01750.md | 0 .../GAUSS-01751----GAUSS-01760.md | 0 .../GAUSS-01761----GAUSS-01770.md | 0 .../GAUSS-01771----GAUSS-01780.md | 0 .../GAUSS-01781----GAUSS-01790.md | 0 .../GAUSS-01791----GAUSS-01800.md | 0 .../GAUSS-01801----GAUSS-01810.md | 0 .../GAUSS-01801----GAUSS-01900.md | 0 .../GAUSS-01811----GAUSS-01820.md | 0 .../GAUSS-01821----GAUSS-01830.md | 0 .../GAUSS-01831----GAUSS-01840.md | 0 .../GAUSS-01841----GAUSS-01850.md | 0 .../GAUSS-01851----GAUSS-01860.md | 0 .../GAUSS-01861----GAUSS-01870.md | 0 .../GAUSS-01871----GAUSS-01880.md | 0 .../GAUSS-01881----GAUSS-01890.md | 0 .../GAUSS-01891----GAUSS-01900.md | 0 .../GAUSS-01901----GAUSS-01910.md | 0 .../GAUSS-01901----GAUSS-02000.md | 0 .../GAUSS-01911----GAUSS-01920.md | 0 .../GAUSS-01921----GAUSS-01930.md | 0 .../GAUSS-01931----GAUSS-01940.md | 0 .../GAUSS-01941----GAUSS-01950.md | 0 .../GAUSS-01951----GAUSS-01960.md | 0 .../GAUSS-01961----GAUSS-01970.md | 0 .../GAUSS-01971----GAUSS-01980.md | 0 .../GAUSS-01981----GAUSS-01990.md | 0 .../GAUSS-01991----GAUSS-02000.md | 0 .../GAUSS-02001----GAUSS-02010.md | 0 .../GAUSS-02001----GAUSS-02100.md | 0 .../GAUSS-02011----GAUSS-02020.md | 0 .../GAUSS-02021----GAUSS-02030.md | 0 .../GAUSS-02031----GAUSS-02040.md | 0 .../GAUSS-02041----GAUSS-02050.md | 0 .../GAUSS-02051----GAUSS-02060.md | 0 .../GAUSS-02061----GAUSS-02070.md | 0 .../GAUSS-02071----GAUSS-02080.md | 0 .../GAUSS-02081----GAUSS-02090.md | 0 .../GAUSS-02091----GAUSS-02100.md | 0 .../GAUSS-02101----GAUSS-02110.md | 0 .../GAUSS-02101----GAUSS-02200.md | 0 .../GAUSS-02111----GAUSS-02120.md | 0 .../GAUSS-02121----GAUSS-02130.md | 0 .../GAUSS-02131----GAUSS-02140.md | 0 .../GAUSS-02141----GAUSS-02150.md | 0 .../GAUSS-02151----GAUSS-02160.md | 0 .../GAUSS-02161----GAUSS-02170.md | 0 .../GAUSS-02171----GAUSS-02180.md | 0 .../GAUSS-02181----GAUSS-02190.md | 0 .../GAUSS-02191----GAUSS-02200.md | 0 .../GAUSS-02201----GAUSS-02210.md | 0 .../GAUSS-02201----GAUSS-02300.md | 0 .../GAUSS-02211----GAUSS-02220.md | 0 .../GAUSS-02221----GAUSS-02230.md | 0 .../GAUSS-02231----GAUSS-02240.md | 0 .../GAUSS-02241----GAUSS-02250.md | 0 .../GAUSS-02251----GAUSS-02260.md | 0 .../GAUSS-02261----GAUSS-02270.md | 0 .../GAUSS-02271----GAUSS-02280.md | 0 .../GAUSS-02281----GAUSS-02290.md | 0 .../GAUSS-02291----GAUSS-02300.md | 0 .../GAUSS-02301----GAUSS-02310.md | 0 .../GAUSS-02301----GAUSS-02400.md | 0 .../GAUSS-02311----GAUSS-02320.md | 0 .../GAUSS-02321----GAUSS-02330.md | 0 .../GAUSS-02331----GAUSS-02340.md | 0 .../GAUSS-02341----GAUSS-02350.md | 0 .../GAUSS-02351----GAUSS-02360.md | 0 .../GAUSS-02361----GAUSS-02370.md | 0 .../GAUSS-02371----GAUSS-02380.md | 0 .../GAUSS-02381----GAUSS-02390.md | 0 .../GAUSS-02391----GAUSS-02400.md | 0 .../GAUSS-02401----GAUSS-02410.md | 0 .../GAUSS-02401----GAUSS-02500.md | 0 .../GAUSS-02411----GAUSS-02420.md | 0 .../GAUSS-02421----GAUSS-02430.md | 0 .../GAUSS-02431----GAUSS-02440.md | 0 .../GAUSS-02441----GAUSS-02450.md | 0 .../GAUSS-02451----GAUSS-02460.md | 0 .../GAUSS-02461----GAUSS-02470.md | 0 .../GAUSS-02471----GAUSS-02480.md | 0 .../GAUSS-02481----GAUSS-02490.md | 0 .../GAUSS-02491----GAUSS-02500.md | 0 .../GAUSS-02501----GAUSS-02510.md | 0 .../GAUSS-02501----GAUSS-02600.md | 0 .../GAUSS-02511----GAUSS-02520.md | 0 .../GAUSS-02521----GAUSS-02530.md | 0 .../GAUSS-02531----GAUSS-02540.md | 0 .../GAUSS-02541----GAUSS-02550.md | 0 .../GAUSS-02551----GAUSS-02560.md | 0 .../GAUSS-02561----GAUSS-02570.md | 0 .../GAUSS-02571----GAUSS-02580.md | 0 .../GAUSS-02581----GAUSS-02590.md | 0 .../GAUSS-02591----GAUSS-02600.md | 0 .../GAUSS-02601----GAUSS-02610.md | 0 .../GAUSS-02601----GAUSS-02700.md | 0 .../GAUSS-02611----GAUSS-02620.md | 0 .../GAUSS-02621----GAUSS-02630.md | 0 .../GAUSS-02631----GAUSS-02640.md | 0 .../GAUSS-02641----GAUSS-02650.md | 0 .../GAUSS-02651----GAUSS-02660.md | 0 .../GAUSS-02661----GAUSS-02670.md | 0 .../GAUSS-02671----GAUSS-02680.md | 0 .../GAUSS-02681----GAUSS-02690.md | 0 .../GAUSS-02691----GAUSS-02700.md | 0 .../GAUSS-02701----GAUSS-02710.md | 0 .../GAUSS-02701----GAUSS-02800.md | 0 .../GAUSS-02711----GAUSS-02720.md | 0 .../GAUSS-02721----GAUSS-02730.md | 0 .../GAUSS-02731----GAUSS-02740.md | 0 .../GAUSS-02741----GAUSS-02750.md | 0 .../GAUSS-02751----GAUSS-02760.md | 0 .../GAUSS-02761----GAUSS-02770.md | 0 .../GAUSS-02771----GAUSS-02780.md | 0 .../GAUSS-02781----GAUSS-02790.md | 0 .../GAUSS-02791----GAUSS-02800.md | 0 .../GAUSS-02801----GAUSS-02810.md | 0 .../GAUSS-02801----GAUSS-02900.md | 0 .../GAUSS-02811----GAUSS-02820.md | 0 .../GAUSS-02821----GAUSS-02830.md | 0 .../GAUSS-02831----GAUSS-02840.md | 0 .../GAUSS-02841----GAUSS-02850.md | 0 .../GAUSS-02851----GAUSS-02860.md | 0 .../GAUSS-02861----GAUSS-02870.md | 0 .../GAUSS-02871----GAUSS-02880.md | 0 .../GAUSS-02881----GAUSS-02890.md | 0 .../GAUSS-02891----GAUSS-02900.md | 0 .../GAUSS-02901----GAUSS-02910.md | 0 .../GAUSS-02901----GAUSS-03000.md | 0 .../GAUSS-02911----GAUSS-02920.md | 0 .../GAUSS-02921----GAUSS-02930.md | 0 .../GAUSS-02931----GAUSS-02940.md | 0 .../GAUSS-02941----GAUSS-02950.md | 0 .../GAUSS-02951----GAUSS-02960.md | 0 .../GAUSS-02961----GAUSS-02970.md | 0 .../GAUSS-02971----GAUSS-02980.md | 0 .../GAUSS-02981----GAUSS-02990.md | 0 .../GAUSS-02991----GAUSS-03000.md | 0 .../GAUSS-03001----GAUSS-03010.md | 0 .../GAUSS-03001----GAUSS-03100.md | 0 .../GAUSS-03011----GAUSS-03020.md | 0 .../GAUSS-03021----GAUSS-03030.md | 0 .../GAUSS-03031----GAUSS-03040.md | 0 .../GAUSS-03041----GAUSS-03050.md | 0 .../GAUSS-03051----GAUSS-03060.md | 0 .../GAUSS-03061----GAUSS-03070.md | 0 .../GAUSS-03071----GAUSS-03080.md | 0 .../GAUSS-03081----GAUSS-03090.md | 0 .../GAUSS-03091----GAUSS-03100.md | 0 .../GAUSS-03101----GAUSS-03110.md | 0 .../GAUSS-03101----GAUSS-03200.md | 0 .../GAUSS-03111----GAUSS-03120.md | 0 .../GAUSS-03121----GAUSS-03130.md | 0 .../GAUSS-03131----GAUSS-03140.md | 0 .../GAUSS-03141----GAUSS-03150.md | 0 .../GAUSS-03151----GAUSS-03160.md | 0 .../GAUSS-03161----GAUSS-03170.md | 0 .../GAUSS-03171----GAUSS-03180.md | 0 .../GAUSS-03181----GAUSS-03190.md | 0 .../GAUSS-03191----GAUSS-03200.md | 0 .../GAUSS-03201----GAUSS-03210.md | 0 .../GAUSS-03201----GAUSS-03300.md | 0 .../GAUSS-03211----GAUSS-03220.md | 0 .../GAUSS-03221----GAUSS-03230.md | 0 .../GAUSS-03231----GAUSS-03240.md | 0 .../GAUSS-03241----GAUSS-03250.md | 0 .../GAUSS-03251----GAUSS-03260.md | 0 .../GAUSS-03261----GAUSS-03270.md | 0 .../GAUSS-03271----GAUSS-03280.md | 0 .../GAUSS-03281----GAUSS-03290.md | 0 .../GAUSS-03291----GAUSS-03300.md | 0 .../GAUSS-03301----GAUSS-03310.md | 0 .../GAUSS-03301----GAUSS-03400.md | 0 .../GAUSS-03311----GAUSS-03320.md | 0 .../GAUSS-03321----GAUSS-03330.md | 0 .../GAUSS-03331----GAUSS-03340.md | 0 .../GAUSS-03341----GAUSS-03350.md | 0 .../GAUSS-03351----GAUSS-03360.md | 0 .../GAUSS-03361----GAUSS-03370.md | 0 .../GAUSS-03371----GAUSS-03380.md | 0 .../GAUSS-03381----GAUSS-03390.md | 0 .../GAUSS-03391----GAUSS-03400.md | 0 .../GAUSS-03401----GAUSS-03410.md | 0 .../GAUSS-03401----GAUSS-03500.md | 0 .../GAUSS-03411----GAUSS-03420.md | 0 .../GAUSS-03421----GAUSS-03430.md | 0 .../GAUSS-03431----GAUSS-03440.md | 0 .../GAUSS-03441----GAUSS-03450.md | 0 .../GAUSS-03451----GAUSS-03460.md | 0 .../GAUSS-03461----GAUSS-03470.md | 0 .../GAUSS-03471----GAUSS-03480.md | 0 .../GAUSS-03481----GAUSS-03490.md | 0 .../GAUSS-03491----GAUSS-03500.md | 0 .../GAUSS-03501----GAUSS-03510.md | 0 .../GAUSS-03501----GAUSS-03600.md | 0 .../GAUSS-03511----GAUSS-03520.md | 0 .../GAUSS-03521----GAUSS-03530.md | 0 .../GAUSS-03531----GAUSS-03540.md | 0 .../GAUSS-03541----GAUSS-03550.md | 0 .../GAUSS-03551----GAUSS-03560.md | 0 .../GAUSS-03561----GAUSS-03570.md | 0 .../GAUSS-03571----GAUSS-03580.md | 0 .../GAUSS-03581----GAUSS-03590.md | 0 .../GAUSS-03591----GAUSS-03600.md | 0 .../GAUSS-03601----GAUSS-03610.md | 0 .../GAUSS-03601----GAUSS-03700.md | 0 .../GAUSS-03611----GAUSS-03620.md | 0 .../GAUSS-03621----GAUSS-03630.md | 0 .../GAUSS-03631----GAUSS-03640.md | 0 .../GAUSS-03641----GAUSS-03650.md | 0 .../GAUSS-03651----GAUSS-03660.md | 0 .../GAUSS-03661----GAUSS-03670.md | 0 .../GAUSS-03671----GAUSS-03680.md | 0 .../GAUSS-03681----GAUSS-03690.md | 0 .../GAUSS-03691----GAUSS-03700.md | 0 .../GAUSS-03701----GAUSS-03710.md | 0 .../GAUSS-03701----GAUSS-03800.md | 0 .../GAUSS-03711----GAUSS-03720.md | 0 .../GAUSS-03721----GAUSS-03730.md | 0 .../GAUSS-03731----GAUSS-03740.md | 0 .../GAUSS-03741----GAUSS-03750.md | 0 .../GAUSS-03751----GAUSS-03760.md | 0 .../GAUSS-03761----GAUSS-03770.md | 0 .../GAUSS-03771----GAUSS-03780.md | 0 .../GAUSS-03781----GAUSS-03790.md | 0 .../GAUSS-03791----GAUSS-03800.md | 0 .../GAUSS-03801----GAUSS-03810.md | 0 .../GAUSS-03801----GAUSS-03900.md | 0 .../GAUSS-03811----GAUSS-03820.md | 0 .../GAUSS-03821----GAUSS-03830.md | 0 .../GAUSS-03831----GAUSS-03840.md | 0 .../GAUSS-03841----GAUSS-03850.md | 0 .../GAUSS-03851----GAUSS-03860.md | 0 .../GAUSS-03861----GAUSS-03870.md | 0 .../GAUSS-03871----GAUSS-03880.md | 0 .../GAUSS-03881----GAUSS-03890.md | 0 .../GAUSS-03891----GAUSS-03900.md | 0 .../GAUSS-03901----GAUSS-03910.md | 0 .../GAUSS-03901----GAUSS-04000.md | 0 .../GAUSS-03911----GAUSS-03920.md | 0 .../GAUSS-03921----GAUSS-03930.md | 0 .../GAUSS-03931----GAUSS-03940.md | 0 .../GAUSS-03941----GAUSS-03950.md | 0 .../GAUSS-03951----GAUSS-03960.md | 0 .../GAUSS-03961----GAUSS-03970.md | 0 .../GAUSS-03971----GAUSS-03980.md | 0 .../GAUSS-03981----GAUSS-03990.md | 0 .../GAUSS-03991----GAUSS-04000.md | 0 .../GAUSS-04001----GAUSS-04010.md | 0 .../GAUSS-04001----GAUSS-04100.md | 0 .../GAUSS-04011----GAUSS-04020.md | 0 .../GAUSS-04021----GAUSS-04030.md | 0 .../GAUSS-04031----GAUSS-04040.md | 0 .../GAUSS-04041----GAUSS-04050.md | 0 .../GAUSS-04051----GAUSS-04060.md | 0 .../GAUSS-04061----GAUSS-04070.md | 0 .../GAUSS-04071----GAUSS-04080.md | 0 .../GAUSS-04081----GAUSS-04090.md | 0 .../GAUSS-04091----GAUSS-04100.md | 0 .../GAUSS-04101----GAUSS-04110.md | 0 .../GAUSS-04101----GAUSS-04200.md | 0 .../GAUSS-04111----GAUSS-04120.md | 0 .../GAUSS-04121----GAUSS-04130.md | 0 .../GAUSS-04131----GAUSS-04140.md | 0 .../GAUSS-04141----GAUSS-04150.md | 0 .../GAUSS-04151----GAUSS-04160.md | 0 .../GAUSS-04161----GAUSS-04170.md | 0 .../GAUSS-04171----GAUSS-04180.md | 0 .../GAUSS-04181----GAUSS-04190.md | 0 .../GAUSS-04191----GAUSS-04200.md | 0 .../GAUSS-04201----GAUSS-04210.md | 0 .../GAUSS-04201----GAUSS-04300.md | 0 .../GAUSS-04211----GAUSS-04220.md | 0 .../GAUSS-04221----GAUSS-04230.md | 0 .../GAUSS-04231----GAUSS-04240.md | 0 .../GAUSS-04241----GAUSS-04250.md | 0 .../GAUSS-04251----GAUSS-04260.md | 0 .../GAUSS-04261----GAUSS-04270.md | 0 .../GAUSS-04271----GAUSS-04280.md | 0 .../GAUSS-04281----GAUSS-04290.md | 0 .../GAUSS-04291----GAUSS-04300.md | 0 .../GAUSS-04301----GAUSS-04310.md | 0 .../GAUSS-04301----GAUSS-04400.md | 0 .../GAUSS-04321----GAUSS-04330.md | 0 .../GAUSS-04331----GAUSS-04340.md | 0 .../GAUSS-04341----GAUSS-04350.md | 0 .../GAUSS-04351----GAUSS-04360.md | 0 .../GAUSS-04361----GAUSS-04370.md | 0 .../GAUSS-04371----GAUSS-04380.md | 0 .../GAUSS-04381----GAUSS-04390.md | 0 .../GAUSS-04391----GAUSS-04400.md | 0 .../GAUSS-04401----GAUSS-04410.md | 0 .../GAUSS-04401----GAUSS-04500.md | 0 .../GAUSS-04411----GAUSS-04420.md | 0 .../GAUSS-04421----GAUSS-04430.md | 0 .../GAUSS-04431----GAUSS-04440.md | 0 .../GAUSS-04441----GAUSS-04450.md | 0 .../GAUSS-04451----GAUSS-04460.md | 0 .../GAUSS-04461----GAUSS-04470.md | 0 .../GAUSS-04471----GAUSS-04480.md | 0 .../GAUSS-04481----GAUSS-04490.md | 0 .../GAUSS-04491----GAUSS-04500.md | 0 .../GAUSS-04501----GAUSS-04510.md | 0 .../GAUSS-04501----GAUSS-04600.md | 0 .../GAUSS-04511----GAUSS-04520.md | 0 .../GAUSS-04521----GAUSS-04530.md | 0 .../GAUSS-04531----GAUSS-04540.md | 0 .../GAUSS-04541----GAUSS-04550.md | 0 .../GAUSS-04551----GAUSS-04560.md | 0 .../GAUSS-04561----GAUSS-04570.md | 0 .../GAUSS-04571----GAUSS-04580.md | 0 .../GAUSS-04581----GAUSS-04590.md | 0 .../GAUSS-04601----GAUSS-04610.md | 0 .../GAUSS-04601----GAUSS-04700.md | 0 .../GAUSS-04611----GAUSS-04620.md | 0 .../GAUSS-04621----GAUSS-04630.md | 0 .../GAUSS-04631----GAUSS-04640.md | 0 .../GAUSS-04641----GAUSS-04650.md | 0 .../GAUSS-04651----GAUSS-04660.md | 0 .../GAUSS-04661----GAUSS-04670.md | 0 .../GAUSS-04671----GAUSS-04680.md | 0 .../GAUSS-04681----GAUSS-04690.md | 0 .../GAUSS-04691----GAUSS-04700.md | 0 .../GAUSS-04701----GAUSS-04710.md | 0 .../GAUSS-04701----GAUSS-04800.md | 0 .../GAUSS-04711----GAUSS-04720.md | 0 .../GAUSS-04721----GAUSS-04730.md | 0 .../GAUSS-04731----GAUSS-04740.md | 0 .../GAUSS-04741----GAUSS-04750.md | 0 .../GAUSS-04751----GAUSS-04760.md | 0 .../GAUSS-04761----GAUSS-04770.md | 0 .../GAUSS-04771----GAUSS-04780.md | 0 .../GAUSS-04781----GAUSS-04790.md | 0 .../GAUSS-04791----GAUSS-04800.md | 0 .../GAUSS-04801----GAUSS-04810.md | 0 .../GAUSS-04801----GAUSS-04900.md | 0 .../GAUSS-04811----GAUSS-04820.md | 0 .../GAUSS-04821----GAUSS-04830.md | 0 .../GAUSS-04831----GAUSS-04840.md | 0 .../GAUSS-04841----GAUSS-04850.md | 0 .../GAUSS-04851----GAUSS-04860.md | 0 .../GAUSS-04861----GAUSS-04870.md | 0 .../GAUSS-04871----GAUSS-04880.md | 0 .../GAUSS-04881----GAUSS-04890.md | 0 .../GAUSS-04891----GAUSS-04900.md | 0 .../GAUSS-04901----GAUSS-04910.md | 0 .../GAUSS-04901----GAUSS-05000.md | 0 .../GAUSS-04911----GAUSS-04920.md | 0 .../GAUSS-04921----GAUSS-04930.md | 0 .../GAUSS-04931----GAUSS-04940.md | 0 .../GAUSS-04941----GAUSS-04950.md | 0 .../GAUSS-04951----GAUSS-04960.md | 0 .../GAUSS-04961----GAUSS-04970.md | 0 .../GAUSS-04971----GAUSS-04980.md | 0 .../GAUSS-04981----GAUSS-04990.md | 0 .../GAUSS-04991----GAUSS-05000.md | 0 .../GAUSS-05001----GAUSS-05010.md | 0 .../GAUSS-05001----GAUSS-05100.md | 0 .../GAUSS-05011----GAUSS-05020.md | 0 .../GAUSS-05021----GAUSS-05030.md | 0 .../GAUSS-05031----GAUSS-05040.md | 0 .../GAUSS-05041----GAUSS-05050.md | 0 .../GAUSS-05051----GAUSS-05060.md | 0 .../GAUSS-05061----GAUSS-05070.md | 0 .../GAUSS-05071----GAUSS-05080.md | 0 .../GAUSS-05081----GAUSS-05090.md | 0 .../GAUSS-05091----GAUSS-05100.md | 0 .../GAUSS-05101----GAUSS-05110.md | 0 .../GAUSS-05101----GAUSS-05200.md | 0 .../GAUSS-05111----GAUSS-05120.md | 0 .../GAUSS-05121----GAUSS-05130.md | 0 .../GAUSS-05131----GAUSS-05140.md | 0 .../GAUSS-05141----GAUSS-05150.md | 0 .../GAUSS-05151----GAUSS-05160.md | 0 .../GAUSS-05161----GAUSS-05170.md | 0 .../GAUSS-05171----GAUSS-05180.md | 0 .../GAUSS-05181----GAUSS-05190.md | 0 .../GAUSS-05191----GAUSS-05200.md | 0 .../GAUSS-05201----GAUSS-05300.md | 0 .../GAUSS-05201---GAUSS-05210.md | 0 .../GAUSS-05201---GAUSS-05300.md | 0 .../GAUSS-05211---GAUSS-05220.md | 0 .../GAUSS-05221---GAUSS-05230.md | 0 .../GAUSS-05231---GAUSS-05240.md | 0 .../GAUSS-05241---GAUSS-05250.md | 0 .../GAUSS-05251---GAUSS-05260.md | 0 .../GAUSS-05261---GAUSS-05270.md | 0 .../GAUSS-05271---GAUSS-05280.md | 0 .../GAUSS-05281---GAUSS-05290.md | 0 .../GAUSS-05291---GAUSS-05300.md | 0 .../GAUSS-05301----GAUSS-05310.md | 0 .../GAUSS-05301----GAUSS-05400.md | 0 .../GAUSS-05311----GAUSS-05320.md | 0 .../GAUSS-05321----GAUSS-05330.md | 0 .../GAUSS-05331----GAUSS-05340.md | 0 .../GAUSS-05341----GAUSS-05350.md | 0 .../GAUSS-05351----GAUSS-05360.md | 0 .../GAUSS-05361----GAUSS-05370.md | 0 .../GAUSS-05371----GAUSS-05380.md | 0 .../GAUSS-05381----GAUSS-05390.md | 0 .../GAUSS-05391----GAUSS-05400.md | 0 .../GAUSS-05401----GAUSS-05410.md | 0 .../GAUSS-05401----GAUSS-05500.md | 0 .../GAUSS-05411----GAUSS-05420.md | 0 .../GAUSS-05421----GAUSS-05430.md | 0 .../GAUSS-05431----GAUSS-05440.md | 0 .../GAUSS-05441----GAUSS-05450.md | 0 .../GAUSS-05451----GAUSS-05460.md | 0 .../GAUSS-05461----GAUSS-05470.md | 0 .../GAUSS-05471----GAUSS-05480.md | 0 .../GAUSS-05481----GAUSS-05490.md | 0 .../GAUSS-05491----GAUSS-05500.md | 0 .../GAUSS-05501----GAUSS-05510.md | 0 .../GAUSS-05501----GAUSS-05600.md | 0 .../GAUSS-05511----GAUSS-05520.md | 0 .../GAUSS-05521----GAUSS-05530.md | 0 .../GAUSS-05531----GAUSS-05540.md | 0 .../GAUSS-05541----GAUSS-05550.md | 0 .../GAUSS-05551----GAUSS-05560.md | 0 .../GAUSS-05561----GAUSS-05570.md | 0 .../GAUSS-05571----GAUSS-05580.md | 0 .../GAUSS-05581----GAUSS-05590.md | 0 .../GAUSS-05591----GAUSS-05600.md | 0 .../GAUSS-05601----GAUSS-05610.md | 0 .../GAUSS-05601----GAUSS-05700.md | 0 .../GAUSS-05611----GAUSS-05620.md | 0 .../GAUSS-05621----GAUSS-05630.md | 0 .../GAUSS-05631----GAUSS-05640.md | 0 .../GAUSS-05641----GAUSS-05650.md | 0 .../GAUSS-05651----GAUSS-05660.md | 0 .../GAUSS-05661----GAUSS-05670.md | 0 .../GAUSS-05671----GAUSS-05680.md | 0 .../GAUSS-05681----GAUSS-05690.md | 0 .../GAUSS-05691----GAUSS-05700.md | 0 .../GAUSS-05701----GAUSS-05710.md | 0 .../GAUSS-05701----GAUSS-05800.md | 0 .../GAUSS-05711----GAUSS-05720.md | 0 .../GAUSS-05721----GAUSS-05730.md | 0 .../GAUSS-05731----GAUSS-05740.md | 0 .../GAUSS-05741----GAUSS-05750.md | 0 .../GAUSS-05751----GAUSS-05760.md | 0 .../GAUSS-05761----GAUSS-05770.md | 0 .../GAUSS-05771----GAUSS-05780.md | 0 .../GAUSS-05781----GAUSS-05790.md | 0 .../GAUSS-05791----GAUSS-05800.md | 0 .../GAUSS-05801----GAUSS-05810.md | 0 .../GAUSS-05801----GAUSS-05900.md | 0 .../GAUSS-05811----GAUSS-05820.md | 0 .../GAUSS-05821----GAUSS-05830.md | 0 .../GAUSS-05831----GAUSS-05840.md | 0 .../GAUSS-05841----GAUSS-05850.md | 0 .../GAUSS-05851----GAUSS-05860.md | 0 .../GAUSS-05861----GAUSS-05870.md | 0 .../GAUSS-05871----GAUSS-05880.md | 0 .../GAUSS-05881----GAUSS-05890.md | 0 .../GAUSS-05891----GAUSS-05900.md | 0 .../GAUSS-05901----GAUSS-05910.md | 0 .../GAUSS-05901----GAUSS-06000.md | 0 .../GAUSS-05911----GAUSS-05920.md | 0 .../GAUSS-05921----GAUSS-05930.md | 0 .../GAUSS-05931----GAUSS-05940.md | 0 .../GAUSS-05941----GAUSS-05950.md | 0 .../GAUSS-05951----GAUSS-05960.md | 0 .../GAUSS-05961----GAUSS-05970.md | 0 .../GAUSS-05971----GAUSS-05980.md | 0 .../GAUSS-05981----GAUSS-05990.md | 0 .../GAUSS-05991----GAUSS-06000.md | 0 .../GAUSS-06001----GAUSS-06010.md | 0 .../GAUSS-06001----GAUSS-06100.md | 0 .../GAUSS-06011----GAUSS-06020.md | 0 .../GAUSS-06021----GAUSS-06030.md | 0 .../GAUSS-06031----GAUSS-06040.md | 0 .../GAUSS-06041----GAUSS-06050.md | 0 .../GAUSS-06051----GAUSS-06060.md | 0 .../GAUSS-06061----GAUSS-06070.md | 0 .../GAUSS-06071----GAUSS-06080.md | 0 .../GAUSS-06081----GAUSS-06090.md | 0 .../GAUSS-06091----GAUSS-06100.md | 0 .../GAUSS-06101----GAUSS-06110.md | 0 .../GAUSS-06101----GAUSS-06200.md | 0 .../GAUSS-06111----GAUSS-06120.md | 0 .../GAUSS-06121----GAUSS-06130.md | 0 .../GAUSS-06131----GAUSS-06140.md | 0 .../GAUSS-06141----GAUSS-06150.md | 0 .../GAUSS-06151----GAUSS-06160.md | 0 .../GAUSS-06161----GAUSS-06170.md | 0 .../GAUSS-06171----GAUSS-06180.md | 0 .../GAUSS-06181----GAUSS-06190.md | 0 .../GAUSS-06191----GAUSS-06200.md | 0 .../GAUSS-06201----GAUSS-06210.md | 0 .../GAUSS-06201----GAUSS-06300.md | 0 .../GAUSS-06211----GAUSS-06220.md | 0 .../GAUSS-06221----GAUSS-06230.md | 0 .../GAUSS-06231----GAUSS-0640.md | 0 .../GAUSS-06241----GAUSS-06250.md | 0 .../GAUSS-06251----GAUSS-06260.md | 0 .../GAUSS-06261----GAUSS-06270.md | 0 .../GAUSS-06271----GAUSS-06280.md | 0 .../GAUSS-06281----GAUSS-06290.md | 0 .../GAUSS-06291----GAUSS-06300.md | 0 .../GAUSS-06301----GAUSS-06310.md | 0 .../GAUSS-06301----GAUSS-06400.md | 0 .../GAUSS-06311----GAUSS-06320.md | 0 .../GAUSS-06321----GAUSS-06330.md | 0 .../GAUSS-06331----GAUSS-06340.md | 0 .../GAUSS-06341----GAUSS-06350.md | 0 .../GAUSS-06351----GAUSS-06360.md | 0 .../GAUSS-06361----GAUSS-06370.md | 0 .../GAUSS-06371----GAUSS-06380.md | 0 .../GAUSS-06381----GAUSS-06390.md | 0 .../GAUSS-06391----GAUSS-06400.md | 0 .../GAUSS-06401----GAUSS-06410.md | 0 .../GAUSS-06401----GAUSS-06500.md | 0 .../GAUSS-06411----GAUSS-06420.md | 0 .../GAUSS-06421----GAUSS-06430.md | 0 .../GAUSS-06431----GAUSS-06440.md | 0 .../GAUSS-06441----GAUSS-06450.md | 0 .../GAUSS-06451----GAUSS-06460.md | 0 .../GAUSS-06461----GAUSS-06470.md | 0 .../GAUSS-06471----GAUSS-06480.md | 0 .../GAUSS-06481----GAUSS-06490.md | 0 .../GAUSS-06491----GAUSS-06500.md | 0 .../GAUSS-06501----GAUSS-06510.md | 0 .../GAUSS-06501----GAUSS-06600.md | 0 .../GAUSS-06511----GAUSS-06520.md | 0 .../GAUSS-06521----GAUSS-06530.md | 0 .../GAUSS-06531----GAUSS-06540.md | 0 .../GAUSS-06541----GAUSS-06550.md | 0 .../GAUSS-06551----GAUSS-06560.md | 0 .../GAUSS-06561----GAUSS-06570.md | 0 .../GAUSS-06571----GAUSS-06580.md | 0 .../GAUSS-06581----GAUSS-06590.md | 0 .../GAUSS-06591----GAUSS-06600.md | 0 .../GAUSS-06601----GAUSS-06610.md | 0 .../GAUSS-06601----GAUSS-06700.md | 0 .../GAUSS-06611----GAUSS-06620.md | 0 .../GAUSS-06621----GAUSS-06630.md | 0 .../GAUSS-06631----GAUSS-06640.md | 0 .../GAUSS-06641----GAUSS-06650.md | 0 .../GAUSS-06651----GAUSS-06660.md | 0 .../GAUSS-06661----GAUSS-06670.md | 0 .../GAUSS-06671----GAUSS-06680.md | 0 .../GAUSS-06681----GAUSS-06690.md | 0 .../GAUSS-06691----GAUSS-06700.md | 0 .../GAUSS-06701----GAUSS-06710.md | 0 .../GAUSS-06701----GAUSS-06800.md | 0 .../GAUSS-06711----GAUSS-06720.md | 0 .../GAUSS-06721----GAUSS-06730.md | 0 .../GAUSS-06731----GAUSS-06740.md | 0 .../GAUSS-06741----GAUSS-06750.md | 0 .../GAUSS-06751----GAUSS-06760.md | 0 .../GAUSS-06761----GAUSS-06770.md | 0 .../GAUSS-06771----GAUSS-06780.md | 0 .../GAUSS-06781----GAUSS-06790.md | 0 .../GAUSS-06791----GAUSS-06800.md | 0 .../GAUSS-06801----GAUSS-06810.md | 0 .../GAUSS-06801----GAUSS-06900.md | 0 .../GAUSS-06811----GAUSS-06820.md | 0 .../GAUSS-06821----GAUSS-06830.md | 0 .../GAUSS-06831----GAUSS-06840.md | 0 .../GAUSS-06841----GAUSS-06850.md | 0 .../GAUSS-06851----GAUSS-06860.md | 0 .../GAUSS-06861----GAUSS-06870.md | 0 .../GAUSS-06871----GAUSS-06880.md | 0 .../GAUSS-06881----GAUSS-06890.md | 0 .../GAUSS-06891----GAUSS-06900.md | 0 .../GAUSS-06901----GAUSS-06910.md | 0 .../GAUSS-06901----GAUSS-07000.md | 0 .../GAUSS-06911----GAUSS-06920.md | 0 .../GAUSS-06921----GAUSS-06930.md | 0 .../GAUSS-06931----GAUSS-06940.md | 0 .../GAUSS-06941----GAUSS-06950.md | 0 .../GAUSS-06951----GAUSS-06960.md | 0 .../GAUSS-06961----GAUSS-06970.md | 0 .../GAUSS-06971----GAUSS-06980.md | 0 .../GAUSS-06981----GAUSS-06990.md | 0 .../GAUSS-06991----GAUSS-07000.md | 0 .../GAUSS-07001----GAUSS-07010.md | 0 .../GAUSS-07001----GAUSS-07100.md | 0 .../GAUSS-07011----GAUSS-07020.md | 0 .../GAUSS-07021----GAUSS-07030.md | 0 .../GAUSS-07031----GAUSS-07040.md | 0 .../GAUSS-07041----GAUSS-07050.md | 0 .../GAUSS-07051----GAUSS-07060.md | 0 .../GAUSS-07061----GAUSS-07070.md | 0 .../GAUSS-07071----GAUSS-07080.md | 0 .../GAUSS-07081----GAUSS-07090.md | 0 .../GAUSS-07091----GAUSS-07100.md | 0 .../GAUSS-07101----GAUSS-07110.md | 0 .../GAUSS-07101----GAUSS-07200.md | 0 .../GAUSS-07111----GAUSS-07120.md | 0 .../GAUSS-07121----GAUSS-07130.md | 0 .../GAUSS-07131----GAUSS-07140.md | 0 .../GAUSS-07141----GAUSS-07150.md | 0 .../GAUSS-07151----GAUSS-07160.md | 0 .../GAUSS-07161----GAUSS-07170.md | 0 .../GAUSS-07171----GAUSS-07180.md | 0 .../GAUSS-07181----GAUSS-07190.md | 0 .../GAUSS-07191----GAUSS-07200.md | 0 .../GAUSS-07201----GAUSS-07210.md | 0 .../GAUSS-07201----GAUSS-07300.md | 0 .../GAUSS-07211----GAUSS-07220.md | 0 .../GAUSS-07221----GAUSS-07230.md | 0 .../GAUSS-07231----GAUSS-07240.md | 0 .../GAUSS-07241----GAUSS-07250.md | 0 .../GAUSS-07251----GAUSS-07260.md | 0 .../GAUSS-07261----GAUSS-07270.md | 0 .../GAUSS-07271----GAUSS-07280.md | 0 .../GAUSS-07281----GAUSS-07290.md | 0 .../GAUSS-07291----GAUSS-07300.md | 0 .../GAUSS-07301----GAUSS-07310.md | 0 .../GAUSS-07301----GAUSS-07400.md | 0 .../GAUSS-07311----GAUSS-07320.md | 0 .../GAUSS-07321----GAUSS-07330.md | 0 .../GAUSS-07331----GAUSS-07340.md | 0 .../GAUSS-07341----GAUSS-07350.md | 0 .../GAUSS-07351----GAUSS-07360.md | 0 .../GAUSS-07361----GAUSS-07370.md | 0 .../GAUSS-07371----GAUSS-07380.md | 0 .../GAUSS-07381----GAUSS-07390.md | 0 .../GAUSS-07391----GAUSS-07400.md | 0 .../GAUSS-07401----GAUSS-07410.md | 0 .../GAUSS-07401----GAUSS-07500.md | 0 .../GAUSS-07411----GAUSS-07420.md | 0 .../GAUSS-07421----GAUSS-07430.md | 0 .../GAUSS-07431----GAUSS-07440.md | 0 .../GAUSS-07441----GAUSS-07450.md | 0 .../GAUSS-07451----GAUSS-07460.md | 0 .../GAUSS-07461----GAUSS-07470.md | 0 .../GAUSS-07471----GAUSS-07480.md | 0 .../GAUSS-07481----GAUSS-07490.md | 0 .../GAUSS-07491----GAUSS-07500.md | 0 .../GAUSS-07501----GAUSS-07510.md | 0 .../GAUSS-07501----GAUSS-07600.md | 0 .../GAUSS-07511----GAUSS-07520.md | 0 .../GAUSS-07521----GAUSS-07530.md | 0 .../GAUSS-07531----GAUSS-07540.md | 0 .../GAUSS-07541----GAUSS-07550.md | 0 .../GAUSS-07551----GAUSS-07560.md | 0 .../GAUSS-07561----GAUSS-07570.md | 0 .../GAUSS-07571----GAUSS-07580.md | 0 .../GAUSS-07581----GAUSS-07590.md | 0 .../GAUSS-07591----GAUSS-07600.md | 0 .../GAUSS-07601----GAUSS-07610.md | 0 .../GAUSS-07601----GAUSS-07700.md | 0 .../GAUSS-07611----GAUSS-07620.md | 0 .../GAUSS-07621----GAUSS-07630.md | 0 .../GAUSS-07631----GAUSS-07640.md | 0 .../GAUSS-07641----GAUSS-07650.md | 0 .../GAUSS-07651----GAUSS-07660.md | 0 .../GAUSS-07661----GAUSS-07670.md | 0 .../GAUSS-07671----GAUSS-07680.md | 0 .../GAUSS-07681----GAUSS-07690.md | 0 .../GAUSS-07691----GAUSS-07700.md | 0 .../GAUSS-07701----GAUSS-07710.md | 0 .../GAUSS-07701----GAUSS-07800.md | 0 .../GAUSS-07711----GAUSS-07720.md | 0 .../GAUSS-07721----GAUSS-07730.md | 0 .../GAUSS-07731----GAUSS-07740.md | 0 .../GAUSS-50000----GAUSS-50099.md | 0 .../GAUSS-50000----GAUSS-50999.md | 0 .../GAUSS-50100----GAUSS-50199.md | 0 .../GAUSS-50200----GAUSS-50299.md | 0 .../GAUSS-50300----GAUSS-50399.md | 0 .../GAUSS-50400----GAUSS-50499.md | 0 .../GAUSS-50500----GAUSS-50599.md | 0 .../GAUSS-50600----GAUSS-50699.md | 0 .../GAUSS-50700----GAUSS-50799.md | 0 .../GAUSS-50800----GAUSS-50899.md | 0 .../GAUSS-50900----GAUSS-50999.md | 0 .../GAUSS-51000----GAUSS-51099.md | 0 .../GAUSS-51000----GAUSS-51999.md | 0 .../GAUSS-51100----GAUSS-51199.md | 0 .../GAUSS-51200----GAUSS-51299.md | 0 .../GAUSS-51300----GAUSS-51399.md | 0 .../GAUSS-51400----GAUSS-51499.md | 0 .../GAUSS-51500----GAUSS-51599.md | 0 .../GAUSS-51600----GAUSS-51699.md | 0 .../GAUSS-51700----GAUSS-51799.md | 0 .../GAUSS-51800----GAUSS-51899.md | 0 .../GAUSS-51900----GAUSS-51999.md | 0 .../GAUSS-52000----GAUSS-52099.md | 0 .../GAUSS-52000----GAUSS-52999.md | 0 .../GAUSS-52100----GAUSS-52199.md | 0 .../GAUSS-52200----GAUSS-52299.md | 0 .../GAUSS-52300----GAUSS-52399.md | 0 .../GAUSS-52400----GAUSS-52499.md | 0 .../GAUSS-52500----GAUSS-52599.md | 0 .../GAUSS-52600----GAUSS-52699.md | 0 .../GAUSS-52700----GAUSS-52799.md | 0 .../GAUSS-52800----GAUSS-52899.md | 0 .../GAUSS-52900----GAUSS-52999.md | 0 .../GAUSS-53000----GAUSS-53099.md | 0 .../GAUSS-53000----GAUSS-53999.md | 0 .../GAUSS-53100----GAUSS-53199.md | 0 .../GAUSS-53200----GAUSS-53299.md | 0 .../GAUSS-53300----GAUSS-53399.md | 0 .../GAUSS-53400----GAUSS-53499.md | 0 .../GAUSS-53500----GAUSS-53599.md | 0 .../GAUSS-53600----GAUSS-53699.md | 0 ...OBAL_PREPARED_XACTS_\345\272\237\345\274\203.md" | 0 .../GS_ASP.md | 0 .../GS_AUDITING.md | 0 .../GS_AUDITING_ACCESS.md | 0 .../GS_AUDITING_POLICY.md | 0 .../GS_AUDITING_POLICY_ACCESS.md | 0 .../GS_AUDITING_POLICY_FILTERS.md | 0 .../GS_AUDITING_POLICY_PRIVILEGES.md | 0 .../GS_AUDITING_PRIVILEGE.md | 0 .../GS_CLIENT_GLOBAL_KEYS.md | 0 .../GS_CLIENT_GLOBAL_KEYS_ARGS.md | 0 .../GS_COLUMN_KEYS.md | 0 .../GS_COLUMN_KEYS_ARGS.md | 0 .../GS_DB_PRIVILEGE.md | 0 .../GS_DB_PRIVILEGES.md | 0 .../GS_ENCRYPTED_COLUMNS.md | 0 .../GS_ENCRYPTED_PROC.md | 0 .../GS_FILE_STAT.md | 0 .../GS_GLOBAL_CHAIN.md | 0 .../GS_GLOBAL_CONFIG.md | 0 .../GS_GSC_MEMORY_DETAIL.md | 0 .../GS_INSTANCE_TIME.md | 0 .../GS_LABELS.md | 0 .../GS_LSC_MEMORY_DETAIL.md | 0 .../GS_MASKING.md | 0 .../GS_MASKING_POLICY.md | 0 .../GS_MASKING_POLICY_ACTIONS.md | 0 .../GS_MASKING_POLICY_FILTERS.md | 0 .../GS_MATVIEW.md | 0 .../GS_MATVIEWS.md | 0 .../GS_MATVIEW_DEPENDENCY.md | 0 .../GS_MODEL_WAREHOUSE.md | 0 .../GS_OPT_MODEL.md | 0 .../GS_OS_RUN_INFO.md | 0 .../GS_PACKAGE.md | 0 .../GS_POLICY_LABEL.md | 0 .../GS_RECYCLEBIN.md | 0 .../GS_REDO_STAT.md | 0 .../GS_SESSION_CPU_STATISTICS.md | 0 .../GS_SESSION_MEMORY.md | 0 .../GS_SESSION_MEMORY_CONTEXT.md | 0 .../GS_SESSION_MEMORY_DETAIL.md | 0 .../GS_SESSION_MEMORY_STATISTICS.md | 0 .../GS_SESSION_STAT.md | 0 .../GS_SESSION_TIME.md | 0 .../GS_SQL_COUNT.md | 0 .../GS_SQL_PATCH.md | 0 .../GS_STAT_SESSION_CU.md | 0 .../GS_THREAD_MEMORY_CONTEXT.md | 0 .../GS_TOTAL_MEMORY_DETAIL.md | 0 .../GS_TXN_SNAPSHOT.md | 0 .../GS_UID.md | 0 .../GS_WLM_CGROUP_INFO.md | 0 .../GS_WLM_EC_OPERATOR_INFO.md | 0 .../GS_WLM_EC_OPERATOR_STATISTICS.md | 0 .../GS_WLM_INSTANCE_HISTORY.md | 0 .../GS_WLM_OPERATOR_HISTORY.md | 0 .../GS_WLM_OPERATOR_INFO.md | 0 .../GS_WLM_OPERATOR_STATISTICS.md | 0 .../GS_WLM_PLAN_ENCODING_TABLE.md | 0 .../GS_WLM_PLAN_OPERATOR_HISTORY.md | 0 .../GS_WLM_PLAN_OPERATOR_INFO.md | 0 .../GS_WLM_REBUILD_USER_RESOURCE_POOL.md | 0 .../GS_WLM_RESOURCE_POOL.md | 0 .../GS_WLM_SESSION_HISTORY.md | 0 .../GS_WLM_SESSION_INFO.md | 0 .../GS_WLM_SESSION_INFO_ALL.md | 0 .../GS_WLM_SESSION_QUERY_INFO_ALL.md | 0 .../GS_WLM_SESSION_STATISTICS.md | 0 .../GS_WLM_USER_INFO.md | 0 .../GS_WLM_USER_RESOURCE_HISTORY.md | 0 ...\275\277\347\224\250\350\257\264\346\230\216.md" | 0 ...\217\202\346\225\260\350\257\264\346\230\216.md" | 0 .../Global-SysCache\345\217\202\346\225\260.md" | 0 .../HyperLogLog.md | 0 .../MPP_TABLES.md | 0 .../PGXC_CLASS.md | 0 .../PGXC_GROUP.md | 0 .../PGXC_NODE.md | 0 .../PGXC_PREPARED_XACTS.md | 0 .../PGXC_SLICE.md | 0 .../PG_AGGREGATE.md | 0 .../PG_AM.md | 0 .../PG_AMOP.md | 0 .../PG_AMPROC.md | 0 .../PG_APP_WORKLOADGROUP_MAPPING.md | 0 .../PG_ATTRDEF.md | 0 .../PG_ATTRIBUTE.md | 0 .../PG_AUTHID.md | 0 .../PG_AUTH_HISTORY.md | 0 .../PG_AUTH_MEMBERS.md | 0 .../PG_AVAILABLE_EXTENSIONS.md | 0 .../PG_AVAILABLE_EXTENSION_VERSIONS.md | 0 .../PG_CAST.md | 0 .../PG_CLASS.md | 0 .../PG_COLLATION.md | 0 .../PG_COMM_DELAY.md | 0 .../PG_COMM_RECV_STREAM.md | 0 .../PG_COMM_SEND_STREAM.md | 0 .../PG_COMM_STATUS.md | 0 .../PG_CONSTRAINT.md | 0 .../PG_CONTROL_GROUP_CONFIG.md | 0 .../PG_CONVERSION.md | 0 .../PG_CURSORS.md | 0 .../PG_DATABASE.md | 0 .../PG_DB_ROLE_SETTING.md | 0 .../PG_DEFAULT_ACL.md | 0 .../PG_DEPEND.md | 0 .../PG_DESCRIPTION.md | 0 .../PG_DIRECTORY.md | 0 .../PG_ENUM.md | 0 .../PG_EVENT_TRIGGER.md | 0 .../PG_EXTENSION.md | 0 .../PG_EXTENSION_DATA_SOURCE.md | 0 .../PG_EXT_STATS.md | 0 .../PG_FOREIGN_DATA_WRAPPER.md | 0 .../PG_FOREIGN_SERVER.md | 0 .../PG_FOREIGN_TABLE.md | 0 .../PG_GET_INVALID_BACKENDS.md | 0 .../PG_GET_SENDERS_CATCHUP_TIME.md | 0 .../PG_GROUP.md | 0 .../PG_GTT_ATTACHED_PIDS.md | 0 .../PG_GTT_RELSTATS.md | 0 .../PG_GTT_STATS.md | 0 .../PG_HASHBUCKET.md | 0 .../PG_INDEX.md | 0 .../PG_INDEXES.md | 0 .../PG_INHERITS.md | 0 .../PG_JOB.md | 0 .../PG_JOB_PROC.md | 0 .../PG_LANGUAGE.md | 0 .../PG_LARGEOBJECT.md | 0 .../PG_LARGEOBJECT_METADATA.md | 0 .../PG_LOCKS.md | 0 .../PG_NAMESPACE.md | 0 .../PG_NODE_ENV.md | 0 .../PG_OBJECT.md | 0 .../PG_OPCLASS.md | 0 .../PG_OPERATOR.md | 0 .../PG_OPFAMILY.md | 0 .../PG_OS_THREADS.md | 0 .../PG_PARTITION.md | 0 .../PG_PLTEMPLATE.md | 0 .../PG_PREPARED_STATEMENTS.md | 0 .../PG_PREPARED_XACTS.md | 0 .../PG_PROC.md | 0 .../PG_PUBLICATION.md | 0 .../PG_PUBLICATION_REL.md | 0 .../PG_PUBLICATION_TABLES.md | 0 .../PG_RANGE.md | 0 .../PG_REPLICATION_ORIGIN.md | 0 .../PG_REPLICATION_ORIGIN_STATUS.md | 0 .../PG_REPLICATION_SLOTS.md | 0 .../PG_RESOURCE_POOL.md | 0 .../PG_REWRITE.md | 0 .../PG_RLSPOLICIES.md | 0 .../PG_RLSPOLICY.md | 0 .../PG_ROLES.md | 0 .../PG_RULES.md | 0 .../PG_RUNNING_XACTS.md | 0 .../PG_SECLABEL.md | 0 .../PG_SECLABELS.md | 0 .../PG_SESSION_IOSTAT.md | 0 .../PG_SESSION_WLMSTAT.md | 0 .../PG_SET.md | 0 .../PG_SETTINGS.md | 0 .../PG_SHADOW.md | 0 .../PG_SHDEPEND.md | 0 .../PG_SHDESCRIPTION.md | 0 .../PG_SHSECLABEL.md | 0 .../PG_STATIO_ALL_INDEXES.md | 0 .../PG_STATIO_ALL_SEQUENCES.md | 0 .../PG_STATIO_ALL_TABLES.md | 0 .../PG_STATIO_SYS_INDEXES.md | 0 .../PG_STATIO_SYS_SEQUENCES.md | 0 .../PG_STATIO_SYS_TABLES.md | 0 .../PG_STATIO_USER_INDEXES.md | 0 .../PG_STATIO_USER_SEQUENCES.md | 0 .../PG_STATIO_USER_TABLES.md | 0 .../PG_STATISTIC.md | 0 .../PG_STATISTIC_EXT.md | 0 .../PG_STATS.md | 0 .../PG_STAT_ACTIVITY.md | 0 .../PG_STAT_ACTIVITY_NG.md | 0 .../PG_STAT_ALL_INDEXES.md | 0 .../PG_STAT_ALL_TABLES.md | 0 .../PG_STAT_BAD_BLOCK.md | 0 .../PG_STAT_BGWRITER.md | 0 .../PG_STAT_DATABASE.md | 0 .../PG_STAT_DATABASE_CONFLICTS.md | 0 .../PG_STAT_REPLICATION.md | 0 .../PG_STAT_SUBSCRIPTION.md | 0 .../PG_STAT_SYS_INDEXES.md | 0 .../PG_STAT_SYS_TABLES.md | 0 .../PG_STAT_USER_FUNCTIONS.md | 0 .../PG_STAT_USER_INDEXES.md | 0 .../PG_STAT_USER_TABLES.md | 0 .../PG_STAT_XACT_ALL_TABLES.md | 0 .../PG_STAT_XACT_SYS_TABLES.md | 0 .../PG_STAT_XACT_USER_FUNCTIONS.md | 0 .../PG_STAT_XACT_USER_TABLES.md | 0 .../PG_SUBSCRIPTION.md | 0 .../PG_SUBSCRIPTION_REL.md | 0 .../PG_SYNONYM.md | 0 .../PG_TABLES.md | 0 .../PG_TABLESPACE.md | 0 .../PG_TDE_INFO.md | 0 .../PG_THREAD_WAIT_STATUS.md | 0 .../PG_TIMEZONE_ABBREVS.md | 0 .../PG_TIMEZONE_NAMES.md | 0 .../PG_TOTAL_MEMORY_DETAIL.md | 0 .../PG_TOTAL_USER_RESOURCE_INFO.md | 0 .../PG_TOTAL_USER_RESOURCE_INFO_OID.md | 0 .../PG_TRIGGER.md | 0 .../PG_TS_CONFIG.md | 0 .../PG_TS_CONFIG_MAP.md | 0 .../PG_TS_DICT.md | 0 .../PG_TS_PARSER.md | 0 .../PG_TS_TEMPLATE.md | 0 .../PG_TYPE.md | 0 .../PG_USER.md | 0 .../PG_USER_MAPPING.md | 0 .../PG_USER_MAPPINGS.md | 0 .../PG_USER_STATUS.md | 0 .../PG_VARIABLE_INFO.md | 0 .../PG_VIEWS.md | 0 .../PG_WLM_STATISTICS.md | 0 .../PG_WORKLOAD_GROUP.md | 0 .../PLAN_TABLE.md | 0 .../PLAN_TABLE_DATA.md | 0 .../Query-32.md | 0 ...\257\257\347\240\201\350\257\264\346\230\216.md" | 0 .../STATEMENT_HISTORY.md | 0 .../Undo.md | 0 .../openGauss\344\272\213\345\212\241.md" | 0 .../public_sys-resources/icon-caution.gif | Bin .../public_sys-resources/icon-danger.gif | Bin .../public_sys-resources/icon-note.gif | Bin .../public_sys-resources/icon-notice.gif | Bin .../public_sys-resources/icon-tip.gif | Bin .../public_sys-resources/icon-warning.gif | Bin ...\270\273\346\234\215\345\212\241\345\231\250.md" | 0 ...\274\200\351\224\200\345\270\270\351\207\217.md" | 0 ...\226\271\346\263\225\351\205\215\347\275\256.md" | 0 ...\274\217\345\206\231\346\227\245\345\277\227.md" | 0 ...\261\200\344\270\264\346\227\266\350\241\250.md" | 0 ...\214\226\345\231\250\351\200\211\351\241\271.md" | 0 ...\205\266\344\273\226\347\274\272\347\234\201.md" | 0 ...\205\266\345\256\203\351\200\211\351\241\271.md" | 0 .../\345\206\205\345\255\230-31.md" | 0 .../\345\206\205\345\255\230\350\241\250.md" | 0 ...\265\204\346\272\220\344\275\277\347\224\250.md" | 0 ...\222\214\346\240\274\345\274\217\345\214\226.md" | 0 ...\215\207\347\272\247\345\217\202\346\225\260.md" | 0 ...\234\254\345\205\274\345\256\271\346\200\247.md" | 0 ...\244\215\345\210\266\345\217\202\346\225\260.md" | 0 ...\217\214\346\234\272\345\244\215\345\210\266.md" | 0 ...\253\257\346\234\215\345\212\241\345\231\250.md" | 0 ...\253\257\345\206\231\350\277\233\347\250\213.md" | 0 ...\221\212\350\255\246\346\243\200\346\265\213.md" | 0 ...\233\270\345\205\263\345\217\202\346\225\260.md" | 0 ...\270\205\347\220\206\345\273\266\350\277\237.md" | 0 ...\257\242\344\274\230\345\214\226\345\231\250.md" | 0 ...\244\207\344\273\275\346\201\242\345\244\215.md" | 0 ...\244\207\346\234\215\345\212\241\345\231\250.md" | 0 ...\214\350\256\244\350\257\201_postgresql-conf.md" | 0 ...\256\211\345\205\250\351\205\215\347\275\256.md" | 0 ...\256\232\346\227\266\344\273\273\345\212\241.md" | 0 .../DatabaseReference/\345\256\241\350\256\241.md" | 0 ...\256\241\350\256\241\345\274\200\345\205\263.md" | 0 ...\274\272\347\234\201\350\256\276\347\275\256.md" | 0 .../\345\256\271\351\224\231\346\200\247.md" | 0 ...\253\257\345\205\274\345\256\271\346\200\247.md" | 0 ...\272\272\345\221\230\351\200\211\351\241\271.md" | 0 .../\345\274\202\346\255\245IO.md" | 0 .../DatabaseReference/\345\275\222\346\241\243.md" | 0 ...\200\247\350\203\275\347\273\237\350\256\241.md" | 0 ...\223\215\344\275\234\345\256\241\350\256\241.md" | 0 ...\215\256\345\272\223\345\217\202\350\200\203.md" | 0 ...\226\207\344\273\266\344\275\215\347\275\256.md" | 0 ...\227\245\345\277\227\345\233\236\346\224\276.md" | 0 ...\234\213\347\263\273\347\273\237\350\241\250.md" | 0 ...\256\241\346\224\266\351\233\206\345\231\250.md" | 0 ...\237\245\350\257\242\350\247\204\345\210\222.md" | 0 .../\346\243\200\346\237\245\347\202\271.md" | 0 ...\217\260\345\205\274\345\256\271\346\200\247.md" | 0 ...\235\203\351\231\220\345\256\241\350\256\241.md" | 0 ...6\232\344\271\211\345\207\275\346\225\260-33.md" | 0 ...\243\201\347\233\230\347\251\272\351\227\264.md" | 0 ...\257\257\347\240\201\350\257\264\346\230\216.md" | 0 ...\255\211\345\276\205\344\272\213\344\273\266.md" | 0 ...\200\247\350\203\275\345\277\253\347\205\247.md" | 0 .../\347\263\273\347\273\237\350\241\250.md" | 0 ...\263\273\347\273\237\350\247\206\345\233\276.md" | 0 ...\247\206\345\233\276\346\246\202\350\277\260.md" | 0 ...\263\273\347\273\237\350\247\206\345\233\276.md" | 0 .../\347\272\277\347\250\213\346\261\240.md" | 0 ...\207\252\345\212\250\346\270\205\347\220\206.md" | 0 ...\277\227\347\232\204\344\275\215\347\275\256.md" | 0 ...\277\227\347\232\204\345\206\205\345\256\271.md" | 0 ...\277\227\347\232\204\346\227\266\351\227\264.md" | 0 .../DatabaseReference/\350\256\276\347\275\256.md" | 0 ...\257\255\345\217\245\350\241\214\344\270\272.md" | 0 ...\264\237\350\275\275\347\256\241\347\220\206.md" | 0 ...\265\204\346\272\220\346\266\210\350\200\227.md" | 0 ...\241\214\346\227\266\347\273\237\350\256\241.md" | 0 ...\216\245\345\222\214\350\256\244\350\257\201.md" | 0 ...\216\245\346\261\240\345\217\202\346\225\260.md" | 0 ...\277\236\346\216\245\350\256\276\347\275\256.md" | 0 ...\277\241\345\272\223\345\217\202\346\225\260.md" | 0 .../\351\224\201\347\256\241\347\220\206.md" | 0 ...\221\212\345\222\214\346\227\245\345\277\227.md" | 0 ...\257\257\347\240\201\345\217\202\350\200\203.md" | 0 ...\233\270\345\205\263\345\217\202\346\225\260.md" | 0 ...\206\231\345\274\217\346\227\245\345\277\227.md" | 0 ...\242\204\347\225\231\345\217\202\346\225\260.md" | 0 ...\233\270\345\205\263\345\217\202\346\225\260.md" | 0 1211 files changed, 0 insertions(+), 0 deletions(-) rename "content/docs-lite/zh/docs/DataBaseReference/AI\347\211\271\346\200\247.md" => "content/docs-lite/zh/docs/DatabaseReference/AI\347\211\271\346\200\247.md" (100%) rename "content/docs-lite/zh/docs/DataBaseReference/DCF\345\217\202\346\225\260\350\256\276\347\275\256.md" => "content/docs-lite/zh/docs/DatabaseReference/DCF\345\217\202\346\225\260\350\256\276\347\275\256.md" (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00001----GAUSS-00010.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00001----GAUSS-00100.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00011----GAUSS-00020.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00021----GAUSS-00030.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00031----GAUSS-00040.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00041----GAUSS-00050.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00051----GAUSS-00060.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00061----GAUSS-00070.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00071----GAUSS-00080.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00081----GAUSS-00090.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00091----GAUSS-00100.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00101----GAUSS-00110.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00101----GAUSS-00200.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00111----GAUSS-00120.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00121----GAUSS-00130.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00131----GAUSS-00140.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00141----GAUSS-00150.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00151----GAUSS-00160.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00161----GAUSS-00170.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00171----GAUSS-00180.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00181----GAUSS-00190.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00191----GAUSS-00200.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00201----GAUSS-00210.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00201----GAUSS-00300.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00211----GAUSS-00220.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00221----GAUSS-00230.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00231----GAUSS-00240.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00241----GAUSS-00250.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00251----GAUSS-00260.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00261----GAUSS-00270.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00271----GAUSS-00280.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00281----GAUSS-00290.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00291----GAUSS-00300.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00301----GAUSS-00310.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00301----GAUSS-00400.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00311----GAUSS-00320.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00321----GAUSS-00330.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00331----GAUSS-00340.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00341----GAUSS-00350.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00351----GAUSS-00360.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00361----GAUSS-00370.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00371----GAUSS-00380.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00381----GAUSS-00390.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00391----GAUSS-00400.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00401----GAUSS-00410.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00401----GAUSS-00500.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00411----GAUSS-00420.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00421----GAUSS-00430.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00431----GAUSS-00440.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00441----GAUSS-00450.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00451----GAUSS-00460.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00461----GAUSS-00470.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00471----GAUSS-00480.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00481----GAUSS-00490.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00491----GAUSS-00500.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00501----GAUSS-00510.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00501----GAUSS-00600.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00511----GAUSS-00520.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00521----GAUSS-00530.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00531----GAUSS-00540.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00541----GAUSS-00550.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00551----GAUSS-00560.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00561----GAUSS-00570.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00571----GAUSS-00580.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00581----GAUSS-00590.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00591----GAUSS-00600.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00601----GAUSS-00610.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00601----GAUSS-00700.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00611----GAUSS-00620.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00621----GAUSS-00630.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00631----GAUSS-00640.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00641----GAUSS-00650.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00651----GAUSS-00660.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00661----GAUSS-00670.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00671----GAUSS-00680.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00681----GAUSS-00690.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00691----GAUSS-00700.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00701----GAUSS-00710.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00701----GAUSS-00800.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00711----GAUSS-00720.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00721----GAUSS-00730.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00731----GAUSS-00740.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00741----GAUSS-00750.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00751----GAUSS-00760.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00761----GAUSS-00770.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00771----GAUSS-00780.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00781----GAUSS-00790.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00791----GAUSS-00800.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00801----GAUSS-00810.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00801----GAUSS-00900.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00811----GAUSS-00820.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00821----GAUSS-00830.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00831----GAUSS-00840.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00841----GAUSS-00850.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00851----GAUSS-00860.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00861----GAUSS-00870.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00871----GAUSS-00880.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00881----GAUSS-00890.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00891----GAUSS-00900.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00901----GAUSS-00910.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00901----GAUSS-01000.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00911----GAUSS-00920.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00921----GAUSS-00930.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00931----GAUSS-00940.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00941----GAUSS-00950.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00951----GAUSS-00960.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00961----GAUSS-00970.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00971----GAUSS-00980.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00981----GAUSS-00990.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-00991----GAUSS-01000.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01001----GAUSS-01010.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01001----GAUSS-01100.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01011----GAUSS-01020.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01021----GAUSS-01030.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01031----GAUSS-01040.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01041----GAUSS-01050.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01051----GAUSS-01060.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01061----GAUSS-01070.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01071----GAUSS-01080.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01081----GAUSS-01090.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01091----GAUSS-01100.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01101----GAUSS-01110.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01101----GAUSS-01200.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01111----GAUSS-01120.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01121----GAUSS-01130.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01131----GAUSS-01140.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01141----GAUSS-01150.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01151----GAUSS-01160.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01161----GAUSS-01170.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01171----GAUSS-01180.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01181----GAUSS-01190.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01191----GAUSS-01200.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01201----GAUSS-01210.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01201----GAUSS-01300.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01211----GAUSS-01220.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01221----GAUSS-01230.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01231----GAUSS-01240.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01241----GAUSS-01250.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01251----GAUSS-01260.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01261----GAUSS-01270.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01271----GAUSS-01280.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01281----GAUSS-01290.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01291----GAUSS-01300.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01301----GAUSS-01310.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01301----GAUSS-01400.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01311----GAUSS-01320.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01321----GAUSS-01330.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01331----GAUSS-01340.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01341----GAUSS-01350.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01351----GAUSS-01360.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01361----GAUSS-01370.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01371----GAUSS-01380.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01381----GAUSS-01390.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01391----GAUSS-01400.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01401----GAUSS-01410.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01401----GAUSS-01500.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01411----GAUSS-01420.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01421----GAUSS-01430.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01431----GAUSS-01440.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01441----GAUSS-01450.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01451----GAUSS-01460.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01461----GAUSS-01470.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01471----GAUSS-01480.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01481----GAUSS-01490.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01491----GAUSS-01500.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01501----GAUSS-01510.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01501----GAUSS-01600.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01511----GAUSS-01520.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01521----GAUSS-01530.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01531----GAUSS-01540.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01541----GAUSS-01550.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01551----GAUSS-01560.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01561----GAUSS-01570.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01571----GAUSS-01580.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01581----GAUSS-01590.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01591----GAUSS-01600.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01601----GAUSS-01610.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01601----GAUSS-01700.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01611----GAUSS-01620.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01621----GAUSS-01630.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01631----GAUSS-01640.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01641----GAUSS-01650.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01651----GAUSS-01660.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01661----GAUSS-01670.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01671----GAUSS-01680.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01681----GAUSS-01690.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01691----GAUSS-01700.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01701----GAUSS-01710.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01701----GAUSS-01800.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01711----GAUSS-01720.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01721----GAUSS-01730.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01731----GAUSS-01740.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01741----GAUSS-01750.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01751----GAUSS-01760.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01761----GAUSS-01770.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01771----GAUSS-01780.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01781----GAUSS-01790.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01791----GAUSS-01800.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01801----GAUSS-01810.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01801----GAUSS-01900.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01811----GAUSS-01820.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01821----GAUSS-01830.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01831----GAUSS-01840.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01841----GAUSS-01850.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01851----GAUSS-01860.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01861----GAUSS-01870.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01871----GAUSS-01880.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01881----GAUSS-01890.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01891----GAUSS-01900.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01901----GAUSS-01910.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01901----GAUSS-02000.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01911----GAUSS-01920.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01921----GAUSS-01930.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01931----GAUSS-01940.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01941----GAUSS-01950.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01951----GAUSS-01960.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01961----GAUSS-01970.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01971----GAUSS-01980.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01981----GAUSS-01990.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-01991----GAUSS-02000.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02001----GAUSS-02010.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02001----GAUSS-02100.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02011----GAUSS-02020.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02021----GAUSS-02030.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02031----GAUSS-02040.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02041----GAUSS-02050.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02051----GAUSS-02060.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02061----GAUSS-02070.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02071----GAUSS-02080.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02081----GAUSS-02090.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02091----GAUSS-02100.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02101----GAUSS-02110.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02101----GAUSS-02200.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02111----GAUSS-02120.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02121----GAUSS-02130.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02131----GAUSS-02140.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02141----GAUSS-02150.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02151----GAUSS-02160.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02161----GAUSS-02170.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02171----GAUSS-02180.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02181----GAUSS-02190.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02191----GAUSS-02200.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02201----GAUSS-02210.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02201----GAUSS-02300.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02211----GAUSS-02220.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02221----GAUSS-02230.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02231----GAUSS-02240.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02241----GAUSS-02250.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02251----GAUSS-02260.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02261----GAUSS-02270.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02271----GAUSS-02280.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02281----GAUSS-02290.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02291----GAUSS-02300.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02301----GAUSS-02310.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02301----GAUSS-02400.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02311----GAUSS-02320.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02321----GAUSS-02330.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02331----GAUSS-02340.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02341----GAUSS-02350.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02351----GAUSS-02360.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02361----GAUSS-02370.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02371----GAUSS-02380.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02381----GAUSS-02390.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02391----GAUSS-02400.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02401----GAUSS-02410.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02401----GAUSS-02500.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02411----GAUSS-02420.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02421----GAUSS-02430.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02431----GAUSS-02440.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02441----GAUSS-02450.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02451----GAUSS-02460.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02461----GAUSS-02470.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02471----GAUSS-02480.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02481----GAUSS-02490.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02491----GAUSS-02500.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02501----GAUSS-02510.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02501----GAUSS-02600.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02511----GAUSS-02520.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02521----GAUSS-02530.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02531----GAUSS-02540.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02541----GAUSS-02550.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02551----GAUSS-02560.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02561----GAUSS-02570.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02571----GAUSS-02580.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02581----GAUSS-02590.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02591----GAUSS-02600.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02601----GAUSS-02610.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02601----GAUSS-02700.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02611----GAUSS-02620.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02621----GAUSS-02630.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02631----GAUSS-02640.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02641----GAUSS-02650.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02651----GAUSS-02660.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02661----GAUSS-02670.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02671----GAUSS-02680.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02681----GAUSS-02690.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02691----GAUSS-02700.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02701----GAUSS-02710.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02701----GAUSS-02800.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02711----GAUSS-02720.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02721----GAUSS-02730.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02731----GAUSS-02740.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02741----GAUSS-02750.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02751----GAUSS-02760.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02761----GAUSS-02770.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02771----GAUSS-02780.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02781----GAUSS-02790.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02791----GAUSS-02800.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02801----GAUSS-02810.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02801----GAUSS-02900.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02811----GAUSS-02820.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02821----GAUSS-02830.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02831----GAUSS-02840.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02841----GAUSS-02850.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02851----GAUSS-02860.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02861----GAUSS-02870.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02871----GAUSS-02880.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02881----GAUSS-02890.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02891----GAUSS-02900.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02901----GAUSS-02910.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02901----GAUSS-03000.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02911----GAUSS-02920.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02921----GAUSS-02930.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02931----GAUSS-02940.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02941----GAUSS-02950.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02951----GAUSS-02960.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02961----GAUSS-02970.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02971----GAUSS-02980.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02981----GAUSS-02990.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-02991----GAUSS-03000.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03001----GAUSS-03010.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03001----GAUSS-03100.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03011----GAUSS-03020.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03021----GAUSS-03030.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03031----GAUSS-03040.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03041----GAUSS-03050.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03051----GAUSS-03060.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03061----GAUSS-03070.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03071----GAUSS-03080.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03081----GAUSS-03090.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03091----GAUSS-03100.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03101----GAUSS-03110.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03101----GAUSS-03200.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03111----GAUSS-03120.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03121----GAUSS-03130.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03131----GAUSS-03140.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03141----GAUSS-03150.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03151----GAUSS-03160.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03161----GAUSS-03170.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03171----GAUSS-03180.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03181----GAUSS-03190.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03191----GAUSS-03200.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03201----GAUSS-03210.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03201----GAUSS-03300.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03211----GAUSS-03220.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03221----GAUSS-03230.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03231----GAUSS-03240.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03241----GAUSS-03250.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03251----GAUSS-03260.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03261----GAUSS-03270.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03271----GAUSS-03280.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03281----GAUSS-03290.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03291----GAUSS-03300.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03301----GAUSS-03310.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03301----GAUSS-03400.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03311----GAUSS-03320.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03321----GAUSS-03330.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03331----GAUSS-03340.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03341----GAUSS-03350.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03351----GAUSS-03360.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03361----GAUSS-03370.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03371----GAUSS-03380.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03381----GAUSS-03390.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03391----GAUSS-03400.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03401----GAUSS-03410.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03401----GAUSS-03500.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03411----GAUSS-03420.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03421----GAUSS-03430.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03431----GAUSS-03440.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03441----GAUSS-03450.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03451----GAUSS-03460.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03461----GAUSS-03470.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03471----GAUSS-03480.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03481----GAUSS-03490.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03491----GAUSS-03500.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03501----GAUSS-03510.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03501----GAUSS-03600.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03511----GAUSS-03520.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03521----GAUSS-03530.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03531----GAUSS-03540.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03541----GAUSS-03550.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03551----GAUSS-03560.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03561----GAUSS-03570.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03571----GAUSS-03580.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03581----GAUSS-03590.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03591----GAUSS-03600.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03601----GAUSS-03610.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03601----GAUSS-03700.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03611----GAUSS-03620.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03621----GAUSS-03630.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03631----GAUSS-03640.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03641----GAUSS-03650.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03651----GAUSS-03660.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03661----GAUSS-03670.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03671----GAUSS-03680.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03681----GAUSS-03690.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03691----GAUSS-03700.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03701----GAUSS-03710.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03701----GAUSS-03800.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03711----GAUSS-03720.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03721----GAUSS-03730.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03731----GAUSS-03740.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03741----GAUSS-03750.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03751----GAUSS-03760.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03761----GAUSS-03770.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03771----GAUSS-03780.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03781----GAUSS-03790.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03791----GAUSS-03800.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03801----GAUSS-03810.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03801----GAUSS-03900.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03811----GAUSS-03820.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03821----GAUSS-03830.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03831----GAUSS-03840.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03841----GAUSS-03850.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03851----GAUSS-03860.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03861----GAUSS-03870.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03871----GAUSS-03880.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03881----GAUSS-03890.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03891----GAUSS-03900.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03901----GAUSS-03910.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03901----GAUSS-04000.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03911----GAUSS-03920.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03921----GAUSS-03930.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03931----GAUSS-03940.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03941----GAUSS-03950.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03951----GAUSS-03960.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03961----GAUSS-03970.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03971----GAUSS-03980.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03981----GAUSS-03990.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-03991----GAUSS-04000.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04001----GAUSS-04010.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04001----GAUSS-04100.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04011----GAUSS-04020.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04021----GAUSS-04030.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04031----GAUSS-04040.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04041----GAUSS-04050.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04051----GAUSS-04060.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04061----GAUSS-04070.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04071----GAUSS-04080.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04081----GAUSS-04090.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04091----GAUSS-04100.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04101----GAUSS-04110.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04101----GAUSS-04200.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04111----GAUSS-04120.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04121----GAUSS-04130.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04131----GAUSS-04140.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04141----GAUSS-04150.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04151----GAUSS-04160.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04161----GAUSS-04170.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04171----GAUSS-04180.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04181----GAUSS-04190.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04191----GAUSS-04200.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04201----GAUSS-04210.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04201----GAUSS-04300.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04211----GAUSS-04220.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04221----GAUSS-04230.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04231----GAUSS-04240.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04241----GAUSS-04250.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04251----GAUSS-04260.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04261----GAUSS-04270.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04271----GAUSS-04280.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04281----GAUSS-04290.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04291----GAUSS-04300.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04301----GAUSS-04310.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04301----GAUSS-04400.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04321----GAUSS-04330.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04331----GAUSS-04340.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04341----GAUSS-04350.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04351----GAUSS-04360.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04361----GAUSS-04370.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04371----GAUSS-04380.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04381----GAUSS-04390.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04391----GAUSS-04400.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04401----GAUSS-04410.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04401----GAUSS-04500.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04411----GAUSS-04420.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04421----GAUSS-04430.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04431----GAUSS-04440.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04441----GAUSS-04450.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04451----GAUSS-04460.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04461----GAUSS-04470.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04471----GAUSS-04480.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04481----GAUSS-04490.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04491----GAUSS-04500.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04501----GAUSS-04510.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04501----GAUSS-04600.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04511----GAUSS-04520.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04521----GAUSS-04530.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04531----GAUSS-04540.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04541----GAUSS-04550.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04551----GAUSS-04560.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04561----GAUSS-04570.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04571----GAUSS-04580.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04581----GAUSS-04590.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04601----GAUSS-04610.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04601----GAUSS-04700.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04611----GAUSS-04620.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04621----GAUSS-04630.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04631----GAUSS-04640.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04641----GAUSS-04650.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04651----GAUSS-04660.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04661----GAUSS-04670.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04671----GAUSS-04680.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04681----GAUSS-04690.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04691----GAUSS-04700.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04701----GAUSS-04710.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04701----GAUSS-04800.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04711----GAUSS-04720.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04721----GAUSS-04730.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04731----GAUSS-04740.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04741----GAUSS-04750.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04751----GAUSS-04760.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04761----GAUSS-04770.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04771----GAUSS-04780.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04781----GAUSS-04790.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04791----GAUSS-04800.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04801----GAUSS-04810.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04801----GAUSS-04900.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04811----GAUSS-04820.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04821----GAUSS-04830.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04831----GAUSS-04840.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04841----GAUSS-04850.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04851----GAUSS-04860.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04861----GAUSS-04870.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04871----GAUSS-04880.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04881----GAUSS-04890.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04891----GAUSS-04900.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04901----GAUSS-04910.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04901----GAUSS-05000.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04911----GAUSS-04920.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04921----GAUSS-04930.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04931----GAUSS-04940.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04941----GAUSS-04950.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04951----GAUSS-04960.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04961----GAUSS-04970.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04971----GAUSS-04980.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04981----GAUSS-04990.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-04991----GAUSS-05000.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05001----GAUSS-05010.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05001----GAUSS-05100.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05011----GAUSS-05020.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05021----GAUSS-05030.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05031----GAUSS-05040.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05041----GAUSS-05050.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05051----GAUSS-05060.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05061----GAUSS-05070.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05071----GAUSS-05080.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05081----GAUSS-05090.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05091----GAUSS-05100.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05101----GAUSS-05110.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05101----GAUSS-05200.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05111----GAUSS-05120.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05121----GAUSS-05130.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05131----GAUSS-05140.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05141----GAUSS-05150.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05151----GAUSS-05160.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05161----GAUSS-05170.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05171----GAUSS-05180.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05181----GAUSS-05190.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05191----GAUSS-05200.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05201----GAUSS-05300.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05201---GAUSS-05210.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05201---GAUSS-05300.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05211---GAUSS-05220.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05221---GAUSS-05230.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05231---GAUSS-05240.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05241---GAUSS-05250.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05251---GAUSS-05260.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05261---GAUSS-05270.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05271---GAUSS-05280.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05281---GAUSS-05290.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05291---GAUSS-05300.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05301----GAUSS-05310.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05301----GAUSS-05400.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05311----GAUSS-05320.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05321----GAUSS-05330.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05331----GAUSS-05340.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05341----GAUSS-05350.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05351----GAUSS-05360.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05361----GAUSS-05370.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05371----GAUSS-05380.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05381----GAUSS-05390.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05391----GAUSS-05400.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05401----GAUSS-05410.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05401----GAUSS-05500.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05411----GAUSS-05420.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05421----GAUSS-05430.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05431----GAUSS-05440.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05441----GAUSS-05450.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05451----GAUSS-05460.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05461----GAUSS-05470.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05471----GAUSS-05480.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05481----GAUSS-05490.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05491----GAUSS-05500.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05501----GAUSS-05510.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05501----GAUSS-05600.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05511----GAUSS-05520.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05521----GAUSS-05530.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05531----GAUSS-05540.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05541----GAUSS-05550.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05551----GAUSS-05560.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05561----GAUSS-05570.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05571----GAUSS-05580.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05581----GAUSS-05590.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05591----GAUSS-05600.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05601----GAUSS-05610.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05601----GAUSS-05700.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05611----GAUSS-05620.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05621----GAUSS-05630.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05631----GAUSS-05640.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05641----GAUSS-05650.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05651----GAUSS-05660.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05661----GAUSS-05670.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05671----GAUSS-05680.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05681----GAUSS-05690.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05691----GAUSS-05700.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05701----GAUSS-05710.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05701----GAUSS-05800.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05711----GAUSS-05720.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05721----GAUSS-05730.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05731----GAUSS-05740.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05741----GAUSS-05750.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05751----GAUSS-05760.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05761----GAUSS-05770.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05771----GAUSS-05780.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05781----GAUSS-05790.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05791----GAUSS-05800.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05801----GAUSS-05810.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05801----GAUSS-05900.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05811----GAUSS-05820.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05821----GAUSS-05830.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05831----GAUSS-05840.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05841----GAUSS-05850.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05851----GAUSS-05860.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05861----GAUSS-05870.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05871----GAUSS-05880.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05881----GAUSS-05890.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05891----GAUSS-05900.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05901----GAUSS-05910.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05901----GAUSS-06000.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05911----GAUSS-05920.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05921----GAUSS-05930.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05931----GAUSS-05940.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05941----GAUSS-05950.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05951----GAUSS-05960.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05961----GAUSS-05970.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05971----GAUSS-05980.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05981----GAUSS-05990.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-05991----GAUSS-06000.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06001----GAUSS-06010.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06001----GAUSS-06100.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06011----GAUSS-06020.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06021----GAUSS-06030.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06031----GAUSS-06040.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06041----GAUSS-06050.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06051----GAUSS-06060.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06061----GAUSS-06070.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06071----GAUSS-06080.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06081----GAUSS-06090.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06091----GAUSS-06100.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06101----GAUSS-06110.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06101----GAUSS-06200.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06111----GAUSS-06120.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06121----GAUSS-06130.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06131----GAUSS-06140.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06141----GAUSS-06150.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06151----GAUSS-06160.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06161----GAUSS-06170.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06171----GAUSS-06180.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06181----GAUSS-06190.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06191----GAUSS-06200.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06201----GAUSS-06210.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06201----GAUSS-06300.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06211----GAUSS-06220.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06221----GAUSS-06230.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06231----GAUSS-0640.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06241----GAUSS-06250.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06251----GAUSS-06260.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06261----GAUSS-06270.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06271----GAUSS-06280.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06281----GAUSS-06290.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06291----GAUSS-06300.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06301----GAUSS-06310.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06301----GAUSS-06400.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06311----GAUSS-06320.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06321----GAUSS-06330.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06331----GAUSS-06340.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06341----GAUSS-06350.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06351----GAUSS-06360.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06361----GAUSS-06370.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06371----GAUSS-06380.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06381----GAUSS-06390.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06391----GAUSS-06400.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06401----GAUSS-06410.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06401----GAUSS-06500.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06411----GAUSS-06420.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06421----GAUSS-06430.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06431----GAUSS-06440.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06441----GAUSS-06450.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06451----GAUSS-06460.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06461----GAUSS-06470.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06471----GAUSS-06480.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06481----GAUSS-06490.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06491----GAUSS-06500.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06501----GAUSS-06510.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06501----GAUSS-06600.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06511----GAUSS-06520.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06521----GAUSS-06530.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06531----GAUSS-06540.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06541----GAUSS-06550.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06551----GAUSS-06560.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06561----GAUSS-06570.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06571----GAUSS-06580.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06581----GAUSS-06590.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06591----GAUSS-06600.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06601----GAUSS-06610.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06601----GAUSS-06700.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06611----GAUSS-06620.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06621----GAUSS-06630.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06631----GAUSS-06640.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06641----GAUSS-06650.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06651----GAUSS-06660.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06661----GAUSS-06670.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06671----GAUSS-06680.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06681----GAUSS-06690.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06691----GAUSS-06700.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06701----GAUSS-06710.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06701----GAUSS-06800.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06711----GAUSS-06720.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06721----GAUSS-06730.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06731----GAUSS-06740.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06741----GAUSS-06750.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06751----GAUSS-06760.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06761----GAUSS-06770.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06771----GAUSS-06780.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06781----GAUSS-06790.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06791----GAUSS-06800.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06801----GAUSS-06810.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06801----GAUSS-06900.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06811----GAUSS-06820.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06821----GAUSS-06830.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06831----GAUSS-06840.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06841----GAUSS-06850.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06851----GAUSS-06860.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06861----GAUSS-06870.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06871----GAUSS-06880.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06881----GAUSS-06890.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06891----GAUSS-06900.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06901----GAUSS-06910.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06901----GAUSS-07000.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06911----GAUSS-06920.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06921----GAUSS-06930.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06931----GAUSS-06940.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06941----GAUSS-06950.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06951----GAUSS-06960.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06961----GAUSS-06970.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06971----GAUSS-06980.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06981----GAUSS-06990.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-06991----GAUSS-07000.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-07001----GAUSS-07010.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-07001----GAUSS-07100.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-07011----GAUSS-07020.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-07021----GAUSS-07030.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-07031----GAUSS-07040.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-07041----GAUSS-07050.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-07051----GAUSS-07060.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-07061----GAUSS-07070.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-07071----GAUSS-07080.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-07081----GAUSS-07090.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-07091----GAUSS-07100.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-07101----GAUSS-07110.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-07101----GAUSS-07200.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-07111----GAUSS-07120.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-07121----GAUSS-07130.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-07131----GAUSS-07140.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-07141----GAUSS-07150.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-07151----GAUSS-07160.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-07161----GAUSS-07170.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-07171----GAUSS-07180.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-07181----GAUSS-07190.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-07191----GAUSS-07200.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-07201----GAUSS-07210.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-07201----GAUSS-07300.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-07211----GAUSS-07220.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-07221----GAUSS-07230.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-07231----GAUSS-07240.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-07241----GAUSS-07250.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-07251----GAUSS-07260.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-07261----GAUSS-07270.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-07271----GAUSS-07280.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-07281----GAUSS-07290.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-07291----GAUSS-07300.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-07301----GAUSS-07310.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-07301----GAUSS-07400.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-07311----GAUSS-07320.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-07321----GAUSS-07330.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-07331----GAUSS-07340.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-07341----GAUSS-07350.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-07351----GAUSS-07360.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-07361----GAUSS-07370.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-07371----GAUSS-07380.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-07381----GAUSS-07390.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-07391----GAUSS-07400.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-07401----GAUSS-07410.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-07401----GAUSS-07500.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-07411----GAUSS-07420.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-07421----GAUSS-07430.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-07431----GAUSS-07440.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-07441----GAUSS-07450.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-07451----GAUSS-07460.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-07461----GAUSS-07470.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-07471----GAUSS-07480.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-07481----GAUSS-07490.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-07491----GAUSS-07500.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-07501----GAUSS-07510.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-07501----GAUSS-07600.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-07511----GAUSS-07520.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-07521----GAUSS-07530.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-07531----GAUSS-07540.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-07541----GAUSS-07550.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-07551----GAUSS-07560.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-07561----GAUSS-07570.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-07571----GAUSS-07580.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-07581----GAUSS-07590.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-07591----GAUSS-07600.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-07601----GAUSS-07610.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-07601----GAUSS-07700.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-07611----GAUSS-07620.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-07621----GAUSS-07630.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-07631----GAUSS-07640.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-07641----GAUSS-07650.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-07651----GAUSS-07660.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-07661----GAUSS-07670.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-07671----GAUSS-07680.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-07681----GAUSS-07690.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-07691----GAUSS-07700.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-07701----GAUSS-07710.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-07701----GAUSS-07800.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-07711----GAUSS-07720.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-07721----GAUSS-07730.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-07731----GAUSS-07740.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-50000----GAUSS-50099.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-50000----GAUSS-50999.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-50100----GAUSS-50199.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-50200----GAUSS-50299.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-50300----GAUSS-50399.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-50400----GAUSS-50499.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-50500----GAUSS-50599.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-50600----GAUSS-50699.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-50700----GAUSS-50799.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-50800----GAUSS-50899.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-50900----GAUSS-50999.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-51000----GAUSS-51099.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-51000----GAUSS-51999.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-51100----GAUSS-51199.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-51200----GAUSS-51299.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-51300----GAUSS-51399.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-51400----GAUSS-51499.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-51500----GAUSS-51599.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-51600----GAUSS-51699.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-51700----GAUSS-51799.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-51800----GAUSS-51899.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-51900----GAUSS-51999.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-52000----GAUSS-52099.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-52000----GAUSS-52999.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-52100----GAUSS-52199.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-52200----GAUSS-52299.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-52300----GAUSS-52399.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-52400----GAUSS-52499.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-52500----GAUSS-52599.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-52600----GAUSS-52699.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-52700----GAUSS-52799.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-52800----GAUSS-52899.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-52900----GAUSS-52999.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-53000----GAUSS-53099.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-53000----GAUSS-53999.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-53100----GAUSS-53199.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-53200----GAUSS-53299.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-53300----GAUSS-53399.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-53400----GAUSS-53499.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-53500----GAUSS-53599.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GAUSS-53600----GAUSS-53699.md (100%) rename "content/docs-lite/zh/docs/DataBaseReference/GET_GLOBAL_PREPARED_XACTS_\345\272\237\345\274\203.md" => "content/docs-lite/zh/docs/DatabaseReference/GET_GLOBAL_PREPARED_XACTS_\345\272\237\345\274\203.md" (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GS_ASP.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GS_AUDITING.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GS_AUDITING_ACCESS.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GS_AUDITING_POLICY.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GS_AUDITING_POLICY_ACCESS.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GS_AUDITING_POLICY_FILTERS.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GS_AUDITING_POLICY_PRIVILEGES.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GS_AUDITING_PRIVILEGE.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GS_CLIENT_GLOBAL_KEYS.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GS_CLIENT_GLOBAL_KEYS_ARGS.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GS_COLUMN_KEYS.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GS_COLUMN_KEYS_ARGS.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GS_DB_PRIVILEGE.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GS_DB_PRIVILEGES.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GS_ENCRYPTED_COLUMNS.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GS_ENCRYPTED_PROC.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GS_FILE_STAT.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GS_GLOBAL_CHAIN.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GS_GLOBAL_CONFIG.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GS_GSC_MEMORY_DETAIL.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GS_INSTANCE_TIME.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GS_LABELS.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GS_LSC_MEMORY_DETAIL.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GS_MASKING.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GS_MASKING_POLICY.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GS_MASKING_POLICY_ACTIONS.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GS_MASKING_POLICY_FILTERS.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GS_MATVIEW.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GS_MATVIEWS.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GS_MATVIEW_DEPENDENCY.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GS_MODEL_WAREHOUSE.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GS_OPT_MODEL.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GS_OS_RUN_INFO.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GS_PACKAGE.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GS_POLICY_LABEL.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GS_RECYCLEBIN.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GS_REDO_STAT.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GS_SESSION_CPU_STATISTICS.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GS_SESSION_MEMORY.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GS_SESSION_MEMORY_CONTEXT.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GS_SESSION_MEMORY_DETAIL.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GS_SESSION_MEMORY_STATISTICS.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GS_SESSION_STAT.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GS_SESSION_TIME.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GS_SQL_COUNT.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GS_SQL_PATCH.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GS_STAT_SESSION_CU.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GS_THREAD_MEMORY_CONTEXT.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GS_TOTAL_MEMORY_DETAIL.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GS_TXN_SNAPSHOT.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GS_UID.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GS_WLM_CGROUP_INFO.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GS_WLM_EC_OPERATOR_INFO.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GS_WLM_EC_OPERATOR_STATISTICS.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GS_WLM_INSTANCE_HISTORY.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GS_WLM_OPERATOR_HISTORY.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GS_WLM_OPERATOR_INFO.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GS_WLM_OPERATOR_STATISTICS.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GS_WLM_PLAN_ENCODING_TABLE.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GS_WLM_PLAN_OPERATOR_HISTORY.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GS_WLM_PLAN_OPERATOR_INFO.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GS_WLM_REBUILD_USER_RESOURCE_POOL.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GS_WLM_RESOURCE_POOL.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GS_WLM_SESSION_HISTORY.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GS_WLM_SESSION_INFO.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GS_WLM_SESSION_INFO_ALL.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GS_WLM_SESSION_QUERY_INFO_ALL.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GS_WLM_SESSION_STATISTICS.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GS_WLM_USER_INFO.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/GS_WLM_USER_RESOURCE_HISTORY.md (100%) rename "content/docs-lite/zh/docs/DataBaseReference/GUC\344\275\277\347\224\250\350\257\264\346\230\216.md" => "content/docs-lite/zh/docs/DatabaseReference/GUC\344\275\277\347\224\250\350\257\264\346\230\216.md" (100%) rename "content/docs-lite/zh/docs/DataBaseReference/GUC\345\217\202\346\225\260\350\257\264\346\230\216.md" => "content/docs-lite/zh/docs/DatabaseReference/GUC\345\217\202\346\225\260\350\257\264\346\230\216.md" (100%) rename "content/docs-lite/zh/docs/DataBaseReference/Global-SysCache\345\217\202\346\225\260.md" => "content/docs-lite/zh/docs/DatabaseReference/Global-SysCache\345\217\202\346\225\260.md" (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/HyperLogLog.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/MPP_TABLES.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PGXC_CLASS.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PGXC_GROUP.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PGXC_NODE.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PGXC_PREPARED_XACTS.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PGXC_SLICE.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_AGGREGATE.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_AM.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_AMOP.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_AMPROC.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_APP_WORKLOADGROUP_MAPPING.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_ATTRDEF.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_ATTRIBUTE.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_AUTHID.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_AUTH_HISTORY.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_AUTH_MEMBERS.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_AVAILABLE_EXTENSIONS.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_AVAILABLE_EXTENSION_VERSIONS.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_CAST.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_CLASS.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_COLLATION.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_COMM_DELAY.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_COMM_RECV_STREAM.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_COMM_SEND_STREAM.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_COMM_STATUS.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_CONSTRAINT.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_CONTROL_GROUP_CONFIG.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_CONVERSION.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_CURSORS.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_DATABASE.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_DB_ROLE_SETTING.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_DEFAULT_ACL.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_DEPEND.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_DESCRIPTION.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_DIRECTORY.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_ENUM.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_EVENT_TRIGGER.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_EXTENSION.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_EXTENSION_DATA_SOURCE.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_EXT_STATS.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_FOREIGN_DATA_WRAPPER.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_FOREIGN_SERVER.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_FOREIGN_TABLE.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_GET_INVALID_BACKENDS.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_GET_SENDERS_CATCHUP_TIME.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_GROUP.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_GTT_ATTACHED_PIDS.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_GTT_RELSTATS.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_GTT_STATS.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_HASHBUCKET.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_INDEX.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_INDEXES.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_INHERITS.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_JOB.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_JOB_PROC.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_LANGUAGE.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_LARGEOBJECT.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_LARGEOBJECT_METADATA.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_LOCKS.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_NAMESPACE.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_NODE_ENV.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_OBJECT.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_OPCLASS.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_OPERATOR.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_OPFAMILY.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_OS_THREADS.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_PARTITION.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_PLTEMPLATE.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_PREPARED_STATEMENTS.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_PREPARED_XACTS.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_PROC.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_PUBLICATION.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_PUBLICATION_REL.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_PUBLICATION_TABLES.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_RANGE.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_REPLICATION_ORIGIN.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_REPLICATION_ORIGIN_STATUS.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_REPLICATION_SLOTS.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_RESOURCE_POOL.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_REWRITE.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_RLSPOLICIES.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_RLSPOLICY.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_ROLES.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_RULES.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_RUNNING_XACTS.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_SECLABEL.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_SECLABELS.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_SESSION_IOSTAT.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_SESSION_WLMSTAT.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_SET.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_SETTINGS.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_SHADOW.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_SHDEPEND.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_SHDESCRIPTION.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_SHSECLABEL.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_STATIO_ALL_INDEXES.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_STATIO_ALL_SEQUENCES.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_STATIO_ALL_TABLES.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_STATIO_SYS_INDEXES.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_STATIO_SYS_SEQUENCES.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_STATIO_SYS_TABLES.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_STATIO_USER_INDEXES.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_STATIO_USER_SEQUENCES.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_STATIO_USER_TABLES.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_STATISTIC.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_STATISTIC_EXT.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_STATS.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_STAT_ACTIVITY.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_STAT_ACTIVITY_NG.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_STAT_ALL_INDEXES.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_STAT_ALL_TABLES.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_STAT_BAD_BLOCK.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_STAT_BGWRITER.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_STAT_DATABASE.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_STAT_DATABASE_CONFLICTS.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_STAT_REPLICATION.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_STAT_SUBSCRIPTION.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_STAT_SYS_INDEXES.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_STAT_SYS_TABLES.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_STAT_USER_FUNCTIONS.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_STAT_USER_INDEXES.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_STAT_USER_TABLES.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_STAT_XACT_ALL_TABLES.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_STAT_XACT_SYS_TABLES.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_STAT_XACT_USER_FUNCTIONS.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_STAT_XACT_USER_TABLES.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_SUBSCRIPTION.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_SUBSCRIPTION_REL.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_SYNONYM.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_TABLES.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_TABLESPACE.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_TDE_INFO.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_THREAD_WAIT_STATUS.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_TIMEZONE_ABBREVS.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_TIMEZONE_NAMES.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_TOTAL_MEMORY_DETAIL.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_TOTAL_USER_RESOURCE_INFO.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_TOTAL_USER_RESOURCE_INFO_OID.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_TRIGGER.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_TS_CONFIG.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_TS_CONFIG_MAP.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_TS_DICT.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_TS_PARSER.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_TS_TEMPLATE.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_TYPE.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_USER.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_USER_MAPPING.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_USER_MAPPINGS.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_USER_STATUS.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_VARIABLE_INFO.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_VIEWS.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_WLM_STATISTICS.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PG_WORKLOAD_GROUP.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PLAN_TABLE.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/PLAN_TABLE_DATA.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/Query-32.md (100%) rename "content/docs-lite/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" => "content/docs-lite/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" (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/STATEMENT_HISTORY.md (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/Undo.md (100%) rename "content/docs-lite/zh/docs/DataBaseReference/openGauss\344\272\213\345\212\241.md" => "content/docs-lite/zh/docs/DatabaseReference/openGauss\344\272\213\345\212\241.md" (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/public_sys-resources/icon-caution.gif (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/public_sys-resources/icon-danger.gif (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/public_sys-resources/icon-note.gif (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/public_sys-resources/icon-notice.gif (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/public_sys-resources/icon-tip.gif (100%) rename content/docs-lite/zh/docs/{DataBaseReference => DatabaseReference}/public_sys-resources/icon-warning.gif (100%) rename "content/docs-lite/zh/docs/DataBaseReference/\344\270\273\346\234\215\345\212\241\345\231\250.md" => "content/docs-lite/zh/docs/DatabaseReference/\344\270\273\346\234\215\345\212\241\345\231\250.md" (100%) rename "content/docs-lite/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" => "content/docs-lite/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" (100%) rename "content/docs-lite/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" => "content/docs-lite/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" (100%) rename "content/docs-lite/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" => "content/docs-lite/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" (100%) rename "content/docs-lite/zh/docs/DataBaseReference/\345\205\250\345\261\200\344\270\264\346\227\266\350\241\250.md" => "content/docs-lite/zh/docs/DatabaseReference/\345\205\250\345\261\200\344\270\264\346\227\266\350\241\250.md" (100%) rename "content/docs-lite/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" => "content/docs-lite/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" (100%) rename "content/docs-lite/zh/docs/DataBaseReference/\345\205\266\344\273\226\347\274\272\347\234\201.md" => "content/docs-lite/zh/docs/DatabaseReference/\345\205\266\344\273\226\347\274\272\347\234\201.md" (100%) rename "content/docs-lite/zh/docs/DataBaseReference/\345\205\266\345\256\203\351\200\211\351\241\271.md" => "content/docs-lite/zh/docs/DatabaseReference/\345\205\266\345\256\203\351\200\211\351\241\271.md" (100%) rename "content/docs-lite/zh/docs/DataBaseReference/\345\206\205\345\255\230-31.md" => "content/docs-lite/zh/docs/DatabaseReference/\345\206\205\345\255\230-31.md" (100%) rename "content/docs-lite/zh/docs/DataBaseReference/\345\206\205\345\255\230\350\241\250.md" => "content/docs-lite/zh/docs/DatabaseReference/\345\206\205\345\255\230\350\241\250.md" (100%) rename "content/docs-lite/zh/docs/DataBaseReference/\345\206\205\346\240\270\350\265\204\346\272\220\344\275\277\347\224\250.md" => "content/docs-lite/zh/docs/DatabaseReference/\345\206\205\346\240\270\350\265\204\346\272\220\344\275\277\347\224\250.md" (100%) rename "content/docs-lite/zh/docs/DataBaseReference/\345\214\272\345\237\237\345\222\214\346\240\274\345\274\217\345\214\226.md" => "content/docs-lite/zh/docs/DatabaseReference/\345\214\272\345\237\237\345\222\214\346\240\274\345\274\217\345\214\226.md" (100%) rename "content/docs-lite/zh/docs/DataBaseReference/\345\215\207\347\272\247\345\217\202\346\225\260.md" => "content/docs-lite/zh/docs/DatabaseReference/\345\215\207\347\272\247\345\217\202\346\225\260.md" (100%) rename "content/docs-lite/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" => "content/docs-lite/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" (100%) rename "content/docs-lite/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" => "content/docs-lite/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" (100%) rename "content/docs-lite/zh/docs/DataBaseReference/\345\217\214\346\234\272\345\244\215\345\210\266.md" => "content/docs-lite/zh/docs/DatabaseReference/\345\217\214\346\234\272\345\244\215\345\210\266.md" (100%) rename "content/docs-lite/zh/docs/DataBaseReference/\345\217\221\351\200\201\347\253\257\346\234\215\345\212\241\345\231\250.md" => "content/docs-lite/zh/docs/DatabaseReference/\345\217\221\351\200\201\347\253\257\346\234\215\345\212\241\345\231\250.md" (100%) rename "content/docs-lite/zh/docs/DataBaseReference/\345\220\216\347\253\257\345\206\231\350\277\233\347\250\213.md" => "content/docs-lite/zh/docs/DatabaseReference/\345\220\216\347\253\257\345\206\231\350\277\233\347\250\213.md" (100%) rename "content/docs-lite/zh/docs/DataBaseReference/\345\221\212\350\255\246\346\243\200\346\265\213.md" => "content/docs-lite/zh/docs/DatabaseReference/\345\221\212\350\255\246\346\243\200\346\265\213.md" (100%) rename "content/docs-lite/zh/docs/DataBaseReference/\345\233\236\346\273\232\347\233\270\345\205\263\345\217\202\346\225\260.md" => "content/docs-lite/zh/docs/DatabaseReference/\345\233\236\346\273\232\347\233\270\345\205\263\345\217\202\346\225\260.md" (100%) rename "content/docs-lite/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" => "content/docs-lite/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" (100%) rename "content/docs-lite/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" => "content/docs-lite/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" (100%) rename "content/docs-lite/zh/docs/DataBaseReference/\345\244\207\344\273\275\346\201\242\345\244\215.md" => "content/docs-lite/zh/docs/DatabaseReference/\345\244\207\344\273\275\346\201\242\345\244\215.md" (100%) rename "content/docs-lite/zh/docs/DataBaseReference/\345\244\207\346\234\215\345\212\241\345\231\250.md" => "content/docs-lite/zh/docs/DatabaseReference/\345\244\207\346\234\215\345\212\241\345\231\250.md" (100%) rename "content/docs-lite/zh/docs/DataBaseReference/\345\256\211\345\205\250\345\222\214\350\256\244\350\257\201_postgresql-conf.md" => "content/docs-lite/zh/docs/DatabaseReference/\345\256\211\345\205\250\345\222\214\350\256\244\350\257\201_postgresql-conf.md" (100%) rename "content/docs-lite/zh/docs/DataBaseReference/\345\256\211\345\205\250\351\205\215\347\275\256.md" => "content/docs-lite/zh/docs/DatabaseReference/\345\256\211\345\205\250\351\205\215\347\275\256.md" (100%) rename "content/docs-lite/zh/docs/DataBaseReference/\345\256\232\346\227\266\344\273\273\345\212\241.md" => "content/docs-lite/zh/docs/DatabaseReference/\345\256\232\346\227\266\344\273\273\345\212\241.md" (100%) rename "content/docs-lite/zh/docs/DataBaseReference/\345\256\241\350\256\241.md" => "content/docs-lite/zh/docs/DatabaseReference/\345\256\241\350\256\241.md" (100%) rename "content/docs-lite/zh/docs/DataBaseReference/\345\256\241\350\256\241\345\274\200\345\205\263.md" => "content/docs-lite/zh/docs/DatabaseReference/\345\256\241\350\256\241\345\274\200\345\205\263.md" (100%) rename "content/docs-lite/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" => "content/docs-lite/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" (100%) rename "content/docs-lite/zh/docs/DataBaseReference/\345\256\271\351\224\231\346\200\247.md" => "content/docs-lite/zh/docs/DatabaseReference/\345\256\271\351\224\231\346\200\247.md" (100%) rename "content/docs-lite/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" => "content/docs-lite/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" (100%) rename "content/docs-lite/zh/docs/DataBaseReference/\345\274\200\345\217\221\344\272\272\345\221\230\351\200\211\351\241\271.md" => "content/docs-lite/zh/docs/DatabaseReference/\345\274\200\345\217\221\344\272\272\345\221\230\351\200\211\351\241\271.md" (100%) rename "content/docs-lite/zh/docs/DataBaseReference/\345\274\202\346\255\245IO.md" => "content/docs-lite/zh/docs/DatabaseReference/\345\274\202\346\255\245IO.md" (100%) rename "content/docs-lite/zh/docs/DataBaseReference/\345\275\222\346\241\243.md" => "content/docs-lite/zh/docs/DatabaseReference/\345\275\222\346\241\243.md" (100%) rename "content/docs-lite/zh/docs/DataBaseReference/\346\200\247\350\203\275\347\273\237\350\256\241.md" => "content/docs-lite/zh/docs/DatabaseReference/\346\200\247\350\203\275\347\273\237\350\256\241.md" (100%) rename "content/docs-lite/zh/docs/DataBaseReference/\346\223\215\344\275\234\345\256\241\350\256\241.md" => "content/docs-lite/zh/docs/DatabaseReference/\346\223\215\344\275\234\345\256\241\350\256\241.md" (100%) rename "content/docs-lite/zh/docs/DataBaseReference/\346\225\260\346\215\256\345\272\223\345\217\202\350\200\203.md" => "content/docs-lite/zh/docs/DatabaseReference/\346\225\260\346\215\256\345\272\223\345\217\202\350\200\203.md" (100%) rename "content/docs-lite/zh/docs/DataBaseReference/\346\226\207\344\273\266\344\275\215\347\275\256.md" => "content/docs-lite/zh/docs/DatabaseReference/\346\226\207\344\273\266\344\275\215\347\275\256.md" (100%) rename "content/docs-lite/zh/docs/DataBaseReference/\346\227\245\345\277\227\345\233\236\346\224\276.md" => "content/docs-lite/zh/docs/DatabaseReference/\346\227\245\345\277\227\345\233\236\346\224\276.md" (100%) rename "content/docs-lite/zh/docs/DataBaseReference/\346\237\245\347\234\213\347\263\273\347\273\237\350\241\250.md" => "content/docs-lite/zh/docs/DatabaseReference/\346\237\245\347\234\213\347\263\273\347\273\237\350\241\250.md" (100%) rename "content/docs-lite/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" => "content/docs-lite/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" (100%) rename "content/docs-lite/zh/docs/DataBaseReference/\346\237\245\350\257\242\350\247\204\345\210\222.md" => "content/docs-lite/zh/docs/DatabaseReference/\346\237\245\350\257\242\350\247\204\345\210\222.md" (100%) rename "content/docs-lite/zh/docs/DataBaseReference/\346\243\200\346\237\245\347\202\271.md" => "content/docs-lite/zh/docs/DatabaseReference/\346\243\200\346\237\245\347\202\271.md" (100%) rename "content/docs-lite/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" => "content/docs-lite/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" (100%) rename "content/docs-lite/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" => "content/docs-lite/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" (100%) rename "content/docs-lite/zh/docs/DataBaseReference/\347\224\250\346\210\267\350\207\252\345\256\232\344\271\211\345\207\275\346\225\260-33.md" => "content/docs-lite/zh/docs/DatabaseReference/\347\224\250\346\210\267\350\207\252\345\256\232\344\271\211\345\207\275\346\225\260-33.md" (100%) rename "content/docs-lite/zh/docs/DataBaseReference/\347\243\201\347\233\230\347\251\272\351\227\264.md" => "content/docs-lite/zh/docs/DatabaseReference/\347\243\201\347\233\230\347\251\272\351\227\264.md" (100%) rename "content/docs-lite/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" => "content/docs-lite/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" (100%) rename "content/docs-lite/zh/docs/DataBaseReference/\347\255\211\345\276\205\344\272\213\344\273\266.md" => "content/docs-lite/zh/docs/DatabaseReference/\347\255\211\345\276\205\344\272\213\344\273\266.md" (100%) rename "content/docs-lite/zh/docs/DataBaseReference/\347\263\273\347\273\237\346\200\247\350\203\275\345\277\253\347\205\247.md" => "content/docs-lite/zh/docs/DatabaseReference/\347\263\273\347\273\237\346\200\247\350\203\275\345\277\253\347\205\247.md" (100%) rename "content/docs-lite/zh/docs/DataBaseReference/\347\263\273\347\273\237\350\241\250.md" => "content/docs-lite/zh/docs/DatabaseReference/\347\263\273\347\273\237\350\241\250.md" (100%) rename "content/docs-lite/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" => "content/docs-lite/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" (100%) rename "content/docs-lite/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" => "content/docs-lite/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" (100%) rename "content/docs-lite/zh/docs/DataBaseReference/\347\263\273\347\273\237\350\247\206\345\233\276.md" => "content/docs-lite/zh/docs/DatabaseReference/\347\263\273\347\273\237\350\247\206\345\233\276.md" (100%) rename "content/docs-lite/zh/docs/DataBaseReference/\347\272\277\347\250\213\346\261\240.md" => "content/docs-lite/zh/docs/DatabaseReference/\347\272\277\347\250\213\346\261\240.md" (100%) rename "content/docs-lite/zh/docs/DataBaseReference/\350\207\252\345\212\250\346\270\205\347\220\206.md" => "content/docs-lite/zh/docs/DatabaseReference/\350\207\252\345\212\250\346\270\205\347\220\206.md" (100%) rename "content/docs-lite/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" => "content/docs-lite/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" (100%) rename "content/docs-lite/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" => "content/docs-lite/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" (100%) rename "content/docs-lite/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" => "content/docs-lite/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" (100%) rename "content/docs-lite/zh/docs/DataBaseReference/\350\256\276\347\275\256.md" => "content/docs-lite/zh/docs/DatabaseReference/\350\256\276\347\275\256.md" (100%) rename "content/docs-lite/zh/docs/DataBaseReference/\350\257\255\345\217\245\350\241\214\344\270\272.md" => "content/docs-lite/zh/docs/DatabaseReference/\350\257\255\345\217\245\350\241\214\344\270\272.md" (100%) rename "content/docs-lite/zh/docs/DataBaseReference/\350\264\237\350\275\275\347\256\241\347\220\206.md" => "content/docs-lite/zh/docs/DatabaseReference/\350\264\237\350\275\275\347\256\241\347\220\206.md" (100%) rename "content/docs-lite/zh/docs/DataBaseReference/\350\265\204\346\272\220\346\266\210\350\200\227.md" => "content/docs-lite/zh/docs/DatabaseReference/\350\265\204\346\272\220\346\266\210\350\200\227.md" (100%) rename "content/docs-lite/zh/docs/DataBaseReference/\350\277\220\350\241\214\346\227\266\347\273\237\350\256\241.md" => "content/docs-lite/zh/docs/DatabaseReference/\350\277\220\350\241\214\346\227\266\347\273\237\350\256\241.md" (100%) rename "content/docs-lite/zh/docs/DataBaseReference/\350\277\236\346\216\245\345\222\214\350\256\244\350\257\201.md" => "content/docs-lite/zh/docs/DatabaseReference/\350\277\236\346\216\245\345\222\214\350\256\244\350\257\201.md" (100%) rename "content/docs-lite/zh/docs/DataBaseReference/\350\277\236\346\216\245\346\261\240\345\217\202\346\225\260.md" => "content/docs-lite/zh/docs/DatabaseReference/\350\277\236\346\216\245\346\261\240\345\217\202\346\225\260.md" (100%) rename "content/docs-lite/zh/docs/DataBaseReference/\350\277\236\346\216\245\350\256\276\347\275\256.md" => "content/docs-lite/zh/docs/DatabaseReference/\350\277\236\346\216\245\350\256\276\347\275\256.md" (100%) rename "content/docs-lite/zh/docs/DataBaseReference/\351\200\232\344\277\241\345\272\223\345\217\202\346\225\260.md" => "content/docs-lite/zh/docs/DatabaseReference/\351\200\232\344\277\241\345\272\223\345\217\202\346\225\260.md" (100%) rename "content/docs-lite/zh/docs/DataBaseReference/\351\224\201\347\256\241\347\220\206.md" => "content/docs-lite/zh/docs/DatabaseReference/\351\224\201\347\256\241\347\220\206.md" (100%) rename "content/docs-lite/zh/docs/DataBaseReference/\351\224\231\350\257\257\346\212\245\345\221\212\345\222\214\346\227\245\345\277\227.md" => "content/docs-lite/zh/docs/DatabaseReference/\351\224\231\350\257\257\346\212\245\345\221\212\345\222\214\346\227\245\345\277\227.md" (100%) rename "content/docs-lite/zh/docs/DataBaseReference/\351\224\231\350\257\257\347\240\201\345\217\202\350\200\203.md" => "content/docs-lite/zh/docs/DatabaseReference/\351\224\231\350\257\257\347\240\201\345\217\202\350\200\203.md" (100%) rename "content/docs-lite/zh/docs/DataBaseReference/\351\227\252\345\233\236\347\233\270\345\205\263\345\217\202\346\225\260.md" => "content/docs-lite/zh/docs/DatabaseReference/\351\227\252\345\233\236\347\233\270\345\205\263\345\217\202\346\225\260.md" (100%) rename "content/docs-lite/zh/docs/DataBaseReference/\351\242\204\345\206\231\345\274\217\346\227\245\345\277\227.md" => "content/docs-lite/zh/docs/DatabaseReference/\351\242\204\345\206\231\345\274\217\346\227\245\345\277\227.md" (100%) rename "content/docs-lite/zh/docs/DataBaseReference/\351\242\204\347\225\231\345\217\202\346\225\260.md" => "content/docs-lite/zh/docs/DatabaseReference/\351\242\204\347\225\231\345\217\202\346\225\260.md" (100%) rename "content/docs-lite/zh/docs/DataBaseReference/\351\253\230\346\225\210\346\225\260\346\215\256\345\216\213\347\274\251\347\256\227\346\263\225\347\233\270\345\205\263\345\217\202\346\225\260.md" => "content/docs-lite/zh/docs/DatabaseReference/\351\253\230\346\225\210\346\225\260\346\215\256\345\216\213\347\274\251\347\256\227\346\263\225\347\233\270\345\205\263\345\217\202\346\225\260.md" (100%) diff --git "a/content/docs-lite/zh/docs/DataBaseReference/AI\347\211\271\346\200\247.md" "b/content/docs-lite/zh/docs/DatabaseReference/AI\347\211\271\346\200\247.md" similarity index 100% rename from "content/docs-lite/zh/docs/DataBaseReference/AI\347\211\271\346\200\247.md" rename to "content/docs-lite/zh/docs/DatabaseReference/AI\347\211\271\346\200\247.md" diff --git "a/content/docs-lite/zh/docs/DataBaseReference/DCF\345\217\202\346\225\260\350\256\276\347\275\256.md" "b/content/docs-lite/zh/docs/DatabaseReference/DCF\345\217\202\346\225\260\350\256\276\347\275\256.md" similarity index 100% rename from "content/docs-lite/zh/docs/DataBaseReference/DCF\345\217\202\346\225\260\350\256\276\347\275\256.md" rename to "content/docs-lite/zh/docs/DatabaseReference/DCF\345\217\202\346\225\260\350\256\276\347\275\256.md" diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-00001----GAUSS-00010.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-00001----GAUSS-00010.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-00001----GAUSS-00010.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-00001----GAUSS-00010.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-00001----GAUSS-00100.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-00001----GAUSS-00100.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-00001----GAUSS-00100.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-00001----GAUSS-00100.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-00011----GAUSS-00020.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-00011----GAUSS-00020.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-00011----GAUSS-00020.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-00011----GAUSS-00020.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-00021----GAUSS-00030.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-00021----GAUSS-00030.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-00021----GAUSS-00030.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-00021----GAUSS-00030.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-00031----GAUSS-00040.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-00031----GAUSS-00040.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-00031----GAUSS-00040.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-00031----GAUSS-00040.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-00041----GAUSS-00050.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-00041----GAUSS-00050.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-00041----GAUSS-00050.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-00041----GAUSS-00050.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-00051----GAUSS-00060.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-00051----GAUSS-00060.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-00051----GAUSS-00060.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-00051----GAUSS-00060.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-00061----GAUSS-00070.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-00061----GAUSS-00070.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-00061----GAUSS-00070.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-00061----GAUSS-00070.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-00071----GAUSS-00080.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-00071----GAUSS-00080.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-00071----GAUSS-00080.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-00071----GAUSS-00080.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-00081----GAUSS-00090.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-00081----GAUSS-00090.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-00081----GAUSS-00090.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-00081----GAUSS-00090.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-00091----GAUSS-00100.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-00091----GAUSS-00100.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-00091----GAUSS-00100.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-00091----GAUSS-00100.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-00101----GAUSS-00110.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-00101----GAUSS-00110.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-00101----GAUSS-00110.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-00101----GAUSS-00110.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-00101----GAUSS-00200.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-00101----GAUSS-00200.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-00101----GAUSS-00200.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-00101----GAUSS-00200.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-00111----GAUSS-00120.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-00111----GAUSS-00120.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-00111----GAUSS-00120.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-00111----GAUSS-00120.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-00121----GAUSS-00130.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-00121----GAUSS-00130.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-00121----GAUSS-00130.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-00121----GAUSS-00130.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-00131----GAUSS-00140.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-00131----GAUSS-00140.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-00131----GAUSS-00140.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-00131----GAUSS-00140.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-00141----GAUSS-00150.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-00141----GAUSS-00150.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-00141----GAUSS-00150.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-00141----GAUSS-00150.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-00151----GAUSS-00160.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-00151----GAUSS-00160.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-00151----GAUSS-00160.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-00151----GAUSS-00160.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-00161----GAUSS-00170.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-00161----GAUSS-00170.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-00161----GAUSS-00170.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-00161----GAUSS-00170.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-00171----GAUSS-00180.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-00171----GAUSS-00180.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-00171----GAUSS-00180.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-00171----GAUSS-00180.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-00181----GAUSS-00190.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-00181----GAUSS-00190.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-00181----GAUSS-00190.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-00181----GAUSS-00190.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-00191----GAUSS-00200.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-00191----GAUSS-00200.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-00191----GAUSS-00200.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-00191----GAUSS-00200.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-00201----GAUSS-00210.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-00201----GAUSS-00210.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-00201----GAUSS-00210.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-00201----GAUSS-00210.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-00201----GAUSS-00300.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-00201----GAUSS-00300.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-00201----GAUSS-00300.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-00201----GAUSS-00300.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-00211----GAUSS-00220.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-00211----GAUSS-00220.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-00211----GAUSS-00220.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-00211----GAUSS-00220.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-00221----GAUSS-00230.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-00221----GAUSS-00230.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-00221----GAUSS-00230.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-00221----GAUSS-00230.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-00231----GAUSS-00240.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-00231----GAUSS-00240.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-00231----GAUSS-00240.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-00231----GAUSS-00240.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-00241----GAUSS-00250.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-00241----GAUSS-00250.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-00241----GAUSS-00250.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-00241----GAUSS-00250.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-00251----GAUSS-00260.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-00251----GAUSS-00260.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-00251----GAUSS-00260.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-00251----GAUSS-00260.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-00261----GAUSS-00270.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-00261----GAUSS-00270.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-00261----GAUSS-00270.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-00261----GAUSS-00270.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-00271----GAUSS-00280.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-00271----GAUSS-00280.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-00271----GAUSS-00280.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-00271----GAUSS-00280.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-00281----GAUSS-00290.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-00281----GAUSS-00290.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-00281----GAUSS-00290.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-00281----GAUSS-00290.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-00291----GAUSS-00300.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-00291----GAUSS-00300.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-00291----GAUSS-00300.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-00291----GAUSS-00300.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-00301----GAUSS-00310.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-00301----GAUSS-00310.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-00301----GAUSS-00310.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-00301----GAUSS-00310.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-00301----GAUSS-00400.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-00301----GAUSS-00400.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-00301----GAUSS-00400.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-00301----GAUSS-00400.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-00311----GAUSS-00320.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-00311----GAUSS-00320.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-00311----GAUSS-00320.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-00311----GAUSS-00320.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-00321----GAUSS-00330.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-00321----GAUSS-00330.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-00321----GAUSS-00330.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-00321----GAUSS-00330.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-00331----GAUSS-00340.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-00331----GAUSS-00340.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-00331----GAUSS-00340.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-00331----GAUSS-00340.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-00341----GAUSS-00350.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-00341----GAUSS-00350.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-00341----GAUSS-00350.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-00341----GAUSS-00350.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-00351----GAUSS-00360.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-00351----GAUSS-00360.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-00351----GAUSS-00360.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-00351----GAUSS-00360.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-00361----GAUSS-00370.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-00361----GAUSS-00370.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-00361----GAUSS-00370.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-00361----GAUSS-00370.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-00371----GAUSS-00380.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-00371----GAUSS-00380.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-00371----GAUSS-00380.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-00371----GAUSS-00380.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-00381----GAUSS-00390.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-00381----GAUSS-00390.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-00381----GAUSS-00390.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-00381----GAUSS-00390.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-00391----GAUSS-00400.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-00391----GAUSS-00400.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-00391----GAUSS-00400.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-00391----GAUSS-00400.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-00401----GAUSS-00410.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-00401----GAUSS-00410.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-00401----GAUSS-00410.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-00401----GAUSS-00410.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-00401----GAUSS-00500.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-00401----GAUSS-00500.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-00401----GAUSS-00500.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-00401----GAUSS-00500.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-00411----GAUSS-00420.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-00411----GAUSS-00420.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-00411----GAUSS-00420.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-00411----GAUSS-00420.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-00421----GAUSS-00430.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-00421----GAUSS-00430.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-00421----GAUSS-00430.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-00421----GAUSS-00430.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-00431----GAUSS-00440.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-00431----GAUSS-00440.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-00431----GAUSS-00440.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-00431----GAUSS-00440.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-00441----GAUSS-00450.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-00441----GAUSS-00450.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-00441----GAUSS-00450.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-00441----GAUSS-00450.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-00451----GAUSS-00460.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-00451----GAUSS-00460.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-00451----GAUSS-00460.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-00451----GAUSS-00460.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-00461----GAUSS-00470.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-00461----GAUSS-00470.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-00461----GAUSS-00470.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-00461----GAUSS-00470.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-00471----GAUSS-00480.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-00471----GAUSS-00480.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-00471----GAUSS-00480.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-00471----GAUSS-00480.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-00481----GAUSS-00490.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-00481----GAUSS-00490.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-00481----GAUSS-00490.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-00481----GAUSS-00490.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-00491----GAUSS-00500.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-00491----GAUSS-00500.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-00491----GAUSS-00500.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-00491----GAUSS-00500.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-00501----GAUSS-00510.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-00501----GAUSS-00510.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-00501----GAUSS-00510.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-00501----GAUSS-00510.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-00501----GAUSS-00600.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-00501----GAUSS-00600.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-00501----GAUSS-00600.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-00501----GAUSS-00600.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-00511----GAUSS-00520.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-00511----GAUSS-00520.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-00511----GAUSS-00520.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-00511----GAUSS-00520.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-00521----GAUSS-00530.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-00521----GAUSS-00530.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-00521----GAUSS-00530.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-00521----GAUSS-00530.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-00531----GAUSS-00540.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-00531----GAUSS-00540.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-00531----GAUSS-00540.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-00531----GAUSS-00540.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-00541----GAUSS-00550.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-00541----GAUSS-00550.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-00541----GAUSS-00550.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-00541----GAUSS-00550.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-00551----GAUSS-00560.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-00551----GAUSS-00560.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-00551----GAUSS-00560.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-00551----GAUSS-00560.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-00561----GAUSS-00570.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-00561----GAUSS-00570.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-00561----GAUSS-00570.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-00561----GAUSS-00570.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-00571----GAUSS-00580.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-00571----GAUSS-00580.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-00571----GAUSS-00580.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-00571----GAUSS-00580.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-00581----GAUSS-00590.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-00581----GAUSS-00590.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-00581----GAUSS-00590.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-00581----GAUSS-00590.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-00591----GAUSS-00600.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-00591----GAUSS-00600.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-00591----GAUSS-00600.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-00591----GAUSS-00600.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-00601----GAUSS-00610.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-00601----GAUSS-00610.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-00601----GAUSS-00610.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-00601----GAUSS-00610.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-00601----GAUSS-00700.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-00601----GAUSS-00700.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-00601----GAUSS-00700.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-00601----GAUSS-00700.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-00611----GAUSS-00620.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-00611----GAUSS-00620.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-00611----GAUSS-00620.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-00611----GAUSS-00620.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-00621----GAUSS-00630.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-00621----GAUSS-00630.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-00621----GAUSS-00630.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-00621----GAUSS-00630.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-00631----GAUSS-00640.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-00631----GAUSS-00640.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-00631----GAUSS-00640.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-00631----GAUSS-00640.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-00641----GAUSS-00650.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-00641----GAUSS-00650.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-00641----GAUSS-00650.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-00641----GAUSS-00650.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-00651----GAUSS-00660.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-00651----GAUSS-00660.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-00651----GAUSS-00660.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-00651----GAUSS-00660.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-00661----GAUSS-00670.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-00661----GAUSS-00670.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-00661----GAUSS-00670.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-00661----GAUSS-00670.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-00671----GAUSS-00680.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-00671----GAUSS-00680.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-00671----GAUSS-00680.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-00671----GAUSS-00680.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-00681----GAUSS-00690.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-00681----GAUSS-00690.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-00681----GAUSS-00690.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-00681----GAUSS-00690.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-00691----GAUSS-00700.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-00691----GAUSS-00700.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-00691----GAUSS-00700.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-00691----GAUSS-00700.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-00701----GAUSS-00710.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-00701----GAUSS-00710.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-00701----GAUSS-00710.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-00701----GAUSS-00710.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-00701----GAUSS-00800.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-00701----GAUSS-00800.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-00701----GAUSS-00800.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-00701----GAUSS-00800.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-00711----GAUSS-00720.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-00711----GAUSS-00720.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-00711----GAUSS-00720.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-00711----GAUSS-00720.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-00721----GAUSS-00730.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-00721----GAUSS-00730.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-00721----GAUSS-00730.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-00721----GAUSS-00730.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-00731----GAUSS-00740.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-00731----GAUSS-00740.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-00731----GAUSS-00740.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-00731----GAUSS-00740.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-00741----GAUSS-00750.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-00741----GAUSS-00750.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-00741----GAUSS-00750.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-00741----GAUSS-00750.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-00751----GAUSS-00760.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-00751----GAUSS-00760.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-00751----GAUSS-00760.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-00751----GAUSS-00760.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-00761----GAUSS-00770.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-00761----GAUSS-00770.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-00761----GAUSS-00770.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-00761----GAUSS-00770.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-00771----GAUSS-00780.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-00771----GAUSS-00780.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-00771----GAUSS-00780.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-00771----GAUSS-00780.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-00781----GAUSS-00790.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-00781----GAUSS-00790.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-00781----GAUSS-00790.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-00781----GAUSS-00790.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-00791----GAUSS-00800.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-00791----GAUSS-00800.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-00791----GAUSS-00800.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-00791----GAUSS-00800.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-00801----GAUSS-00810.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-00801----GAUSS-00810.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-00801----GAUSS-00810.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-00801----GAUSS-00810.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-00801----GAUSS-00900.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-00801----GAUSS-00900.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-00801----GAUSS-00900.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-00801----GAUSS-00900.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-00811----GAUSS-00820.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-00811----GAUSS-00820.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-00811----GAUSS-00820.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-00811----GAUSS-00820.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-00821----GAUSS-00830.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-00821----GAUSS-00830.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-00821----GAUSS-00830.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-00821----GAUSS-00830.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-00831----GAUSS-00840.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-00831----GAUSS-00840.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-00831----GAUSS-00840.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-00831----GAUSS-00840.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-00841----GAUSS-00850.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-00841----GAUSS-00850.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-00841----GAUSS-00850.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-00841----GAUSS-00850.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-00851----GAUSS-00860.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-00851----GAUSS-00860.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-00851----GAUSS-00860.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-00851----GAUSS-00860.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-00861----GAUSS-00870.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-00861----GAUSS-00870.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-00861----GAUSS-00870.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-00861----GAUSS-00870.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-00871----GAUSS-00880.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-00871----GAUSS-00880.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-00871----GAUSS-00880.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-00871----GAUSS-00880.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-00881----GAUSS-00890.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-00881----GAUSS-00890.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-00881----GAUSS-00890.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-00881----GAUSS-00890.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-00891----GAUSS-00900.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-00891----GAUSS-00900.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-00891----GAUSS-00900.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-00891----GAUSS-00900.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-00901----GAUSS-00910.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-00901----GAUSS-00910.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-00901----GAUSS-00910.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-00901----GAUSS-00910.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-00901----GAUSS-01000.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-00901----GAUSS-01000.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-00901----GAUSS-01000.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-00901----GAUSS-01000.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-00911----GAUSS-00920.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-00911----GAUSS-00920.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-00911----GAUSS-00920.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-00911----GAUSS-00920.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-00921----GAUSS-00930.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-00921----GAUSS-00930.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-00921----GAUSS-00930.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-00921----GAUSS-00930.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-00931----GAUSS-00940.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-00931----GAUSS-00940.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-00931----GAUSS-00940.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-00931----GAUSS-00940.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-00941----GAUSS-00950.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-00941----GAUSS-00950.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-00941----GAUSS-00950.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-00941----GAUSS-00950.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-00951----GAUSS-00960.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-00951----GAUSS-00960.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-00951----GAUSS-00960.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-00951----GAUSS-00960.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-00961----GAUSS-00970.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-00961----GAUSS-00970.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-00961----GAUSS-00970.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-00961----GAUSS-00970.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-00971----GAUSS-00980.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-00971----GAUSS-00980.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-00971----GAUSS-00980.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-00971----GAUSS-00980.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-00981----GAUSS-00990.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-00981----GAUSS-00990.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-00981----GAUSS-00990.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-00981----GAUSS-00990.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-00991----GAUSS-01000.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-00991----GAUSS-01000.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-00991----GAUSS-01000.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-00991----GAUSS-01000.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-01001----GAUSS-01010.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-01001----GAUSS-01010.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-01001----GAUSS-01010.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-01001----GAUSS-01010.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-01001----GAUSS-01100.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-01001----GAUSS-01100.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-01001----GAUSS-01100.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-01001----GAUSS-01100.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-01011----GAUSS-01020.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-01011----GAUSS-01020.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-01011----GAUSS-01020.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-01011----GAUSS-01020.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-01021----GAUSS-01030.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-01021----GAUSS-01030.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-01021----GAUSS-01030.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-01021----GAUSS-01030.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-01031----GAUSS-01040.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-01031----GAUSS-01040.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-01031----GAUSS-01040.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-01031----GAUSS-01040.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-01041----GAUSS-01050.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-01041----GAUSS-01050.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-01041----GAUSS-01050.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-01041----GAUSS-01050.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-01051----GAUSS-01060.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-01051----GAUSS-01060.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-01051----GAUSS-01060.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-01051----GAUSS-01060.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-01061----GAUSS-01070.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-01061----GAUSS-01070.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-01061----GAUSS-01070.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-01061----GAUSS-01070.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-01071----GAUSS-01080.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-01071----GAUSS-01080.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-01071----GAUSS-01080.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-01071----GAUSS-01080.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-01081----GAUSS-01090.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-01081----GAUSS-01090.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-01081----GAUSS-01090.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-01081----GAUSS-01090.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-01091----GAUSS-01100.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-01091----GAUSS-01100.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-01091----GAUSS-01100.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-01091----GAUSS-01100.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-01101----GAUSS-01110.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-01101----GAUSS-01110.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-01101----GAUSS-01110.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-01101----GAUSS-01110.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-01101----GAUSS-01200.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-01101----GAUSS-01200.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-01101----GAUSS-01200.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-01101----GAUSS-01200.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-01111----GAUSS-01120.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-01111----GAUSS-01120.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-01111----GAUSS-01120.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-01111----GAUSS-01120.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-01121----GAUSS-01130.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-01121----GAUSS-01130.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-01121----GAUSS-01130.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-01121----GAUSS-01130.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-01131----GAUSS-01140.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-01131----GAUSS-01140.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-01131----GAUSS-01140.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-01131----GAUSS-01140.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-01141----GAUSS-01150.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-01141----GAUSS-01150.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-01141----GAUSS-01150.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-01141----GAUSS-01150.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-01151----GAUSS-01160.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-01151----GAUSS-01160.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-01151----GAUSS-01160.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-01151----GAUSS-01160.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-01161----GAUSS-01170.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-01161----GAUSS-01170.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-01161----GAUSS-01170.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-01161----GAUSS-01170.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-01171----GAUSS-01180.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-01171----GAUSS-01180.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-01171----GAUSS-01180.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-01171----GAUSS-01180.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-01181----GAUSS-01190.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-01181----GAUSS-01190.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-01181----GAUSS-01190.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-01181----GAUSS-01190.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-01191----GAUSS-01200.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-01191----GAUSS-01200.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-01191----GAUSS-01200.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-01191----GAUSS-01200.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-01201----GAUSS-01210.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-01201----GAUSS-01210.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-01201----GAUSS-01210.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-01201----GAUSS-01210.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-01201----GAUSS-01300.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-01201----GAUSS-01300.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-01201----GAUSS-01300.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-01201----GAUSS-01300.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-01211----GAUSS-01220.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-01211----GAUSS-01220.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-01211----GAUSS-01220.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-01211----GAUSS-01220.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-01221----GAUSS-01230.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-01221----GAUSS-01230.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-01221----GAUSS-01230.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-01221----GAUSS-01230.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-01231----GAUSS-01240.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-01231----GAUSS-01240.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-01231----GAUSS-01240.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-01231----GAUSS-01240.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-01241----GAUSS-01250.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-01241----GAUSS-01250.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-01241----GAUSS-01250.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-01241----GAUSS-01250.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-01251----GAUSS-01260.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-01251----GAUSS-01260.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-01251----GAUSS-01260.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-01251----GAUSS-01260.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-01261----GAUSS-01270.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-01261----GAUSS-01270.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-01261----GAUSS-01270.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-01261----GAUSS-01270.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-01271----GAUSS-01280.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-01271----GAUSS-01280.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-01271----GAUSS-01280.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-01271----GAUSS-01280.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-01281----GAUSS-01290.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-01281----GAUSS-01290.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-01281----GAUSS-01290.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-01281----GAUSS-01290.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-01291----GAUSS-01300.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-01291----GAUSS-01300.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-01291----GAUSS-01300.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-01291----GAUSS-01300.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-01301----GAUSS-01310.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-01301----GAUSS-01310.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-01301----GAUSS-01310.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-01301----GAUSS-01310.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-01301----GAUSS-01400.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-01301----GAUSS-01400.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-01301----GAUSS-01400.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-01301----GAUSS-01400.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-01311----GAUSS-01320.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-01311----GAUSS-01320.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-01311----GAUSS-01320.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-01311----GAUSS-01320.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-01321----GAUSS-01330.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-01321----GAUSS-01330.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-01321----GAUSS-01330.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-01321----GAUSS-01330.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-01331----GAUSS-01340.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-01331----GAUSS-01340.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-01331----GAUSS-01340.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-01331----GAUSS-01340.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-01341----GAUSS-01350.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-01341----GAUSS-01350.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-01341----GAUSS-01350.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-01341----GAUSS-01350.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-01351----GAUSS-01360.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-01351----GAUSS-01360.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-01351----GAUSS-01360.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-01351----GAUSS-01360.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-01361----GAUSS-01370.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-01361----GAUSS-01370.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-01361----GAUSS-01370.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-01361----GAUSS-01370.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-01371----GAUSS-01380.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-01371----GAUSS-01380.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-01371----GAUSS-01380.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-01371----GAUSS-01380.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-01381----GAUSS-01390.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-01381----GAUSS-01390.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-01381----GAUSS-01390.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-01381----GAUSS-01390.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-01391----GAUSS-01400.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-01391----GAUSS-01400.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-01391----GAUSS-01400.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-01391----GAUSS-01400.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-01401----GAUSS-01410.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-01401----GAUSS-01410.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-01401----GAUSS-01410.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-01401----GAUSS-01410.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-01401----GAUSS-01500.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-01401----GAUSS-01500.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-01401----GAUSS-01500.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-01401----GAUSS-01500.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-01411----GAUSS-01420.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-01411----GAUSS-01420.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-01411----GAUSS-01420.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-01411----GAUSS-01420.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-01421----GAUSS-01430.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-01421----GAUSS-01430.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-01421----GAUSS-01430.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-01421----GAUSS-01430.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-01431----GAUSS-01440.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-01431----GAUSS-01440.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-01431----GAUSS-01440.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-01431----GAUSS-01440.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-01441----GAUSS-01450.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-01441----GAUSS-01450.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-01441----GAUSS-01450.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-01441----GAUSS-01450.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-01451----GAUSS-01460.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-01451----GAUSS-01460.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-01451----GAUSS-01460.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-01451----GAUSS-01460.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-01461----GAUSS-01470.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-01461----GAUSS-01470.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-01461----GAUSS-01470.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-01461----GAUSS-01470.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-01471----GAUSS-01480.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-01471----GAUSS-01480.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-01471----GAUSS-01480.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-01471----GAUSS-01480.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-01481----GAUSS-01490.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-01481----GAUSS-01490.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-01481----GAUSS-01490.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-01481----GAUSS-01490.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-01491----GAUSS-01500.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-01491----GAUSS-01500.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-01491----GAUSS-01500.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-01491----GAUSS-01500.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-01501----GAUSS-01510.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-01501----GAUSS-01510.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-01501----GAUSS-01510.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-01501----GAUSS-01510.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-01501----GAUSS-01600.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-01501----GAUSS-01600.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-01501----GAUSS-01600.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-01501----GAUSS-01600.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-01511----GAUSS-01520.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-01511----GAUSS-01520.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-01511----GAUSS-01520.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-01511----GAUSS-01520.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-01521----GAUSS-01530.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-01521----GAUSS-01530.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-01521----GAUSS-01530.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-01521----GAUSS-01530.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-01531----GAUSS-01540.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-01531----GAUSS-01540.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-01531----GAUSS-01540.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-01531----GAUSS-01540.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-01541----GAUSS-01550.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-01541----GAUSS-01550.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-01541----GAUSS-01550.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-01541----GAUSS-01550.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-01551----GAUSS-01560.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-01551----GAUSS-01560.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-01551----GAUSS-01560.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-01551----GAUSS-01560.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-01561----GAUSS-01570.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-01561----GAUSS-01570.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-01561----GAUSS-01570.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-01561----GAUSS-01570.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-01571----GAUSS-01580.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-01571----GAUSS-01580.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-01571----GAUSS-01580.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-01571----GAUSS-01580.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-01581----GAUSS-01590.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-01581----GAUSS-01590.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-01581----GAUSS-01590.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-01581----GAUSS-01590.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-01591----GAUSS-01600.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-01591----GAUSS-01600.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-01591----GAUSS-01600.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-01591----GAUSS-01600.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-01601----GAUSS-01610.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-01601----GAUSS-01610.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-01601----GAUSS-01610.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-01601----GAUSS-01610.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-01601----GAUSS-01700.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-01601----GAUSS-01700.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-01601----GAUSS-01700.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-01601----GAUSS-01700.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-01611----GAUSS-01620.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-01611----GAUSS-01620.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-01611----GAUSS-01620.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-01611----GAUSS-01620.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-01621----GAUSS-01630.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-01621----GAUSS-01630.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-01621----GAUSS-01630.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-01621----GAUSS-01630.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-01631----GAUSS-01640.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-01631----GAUSS-01640.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-01631----GAUSS-01640.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-01631----GAUSS-01640.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-01641----GAUSS-01650.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-01641----GAUSS-01650.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-01641----GAUSS-01650.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-01641----GAUSS-01650.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-01651----GAUSS-01660.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-01651----GAUSS-01660.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-01651----GAUSS-01660.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-01651----GAUSS-01660.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-01661----GAUSS-01670.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-01661----GAUSS-01670.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-01661----GAUSS-01670.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-01661----GAUSS-01670.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-01671----GAUSS-01680.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-01671----GAUSS-01680.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-01671----GAUSS-01680.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-01671----GAUSS-01680.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-01681----GAUSS-01690.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-01681----GAUSS-01690.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-01681----GAUSS-01690.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-01681----GAUSS-01690.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-01691----GAUSS-01700.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-01691----GAUSS-01700.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-01691----GAUSS-01700.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-01691----GAUSS-01700.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-01701----GAUSS-01710.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-01701----GAUSS-01710.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-01701----GAUSS-01710.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-01701----GAUSS-01710.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-01701----GAUSS-01800.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-01701----GAUSS-01800.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-01701----GAUSS-01800.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-01701----GAUSS-01800.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-01711----GAUSS-01720.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-01711----GAUSS-01720.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-01711----GAUSS-01720.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-01711----GAUSS-01720.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-01721----GAUSS-01730.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-01721----GAUSS-01730.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-01721----GAUSS-01730.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-01721----GAUSS-01730.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-01731----GAUSS-01740.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-01731----GAUSS-01740.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-01731----GAUSS-01740.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-01731----GAUSS-01740.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-01741----GAUSS-01750.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-01741----GAUSS-01750.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-01741----GAUSS-01750.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-01741----GAUSS-01750.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-01751----GAUSS-01760.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-01751----GAUSS-01760.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-01751----GAUSS-01760.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-01751----GAUSS-01760.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-01761----GAUSS-01770.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-01761----GAUSS-01770.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-01761----GAUSS-01770.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-01761----GAUSS-01770.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-01771----GAUSS-01780.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-01771----GAUSS-01780.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-01771----GAUSS-01780.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-01771----GAUSS-01780.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-01781----GAUSS-01790.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-01781----GAUSS-01790.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-01781----GAUSS-01790.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-01781----GAUSS-01790.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-01791----GAUSS-01800.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-01791----GAUSS-01800.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-01791----GAUSS-01800.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-01791----GAUSS-01800.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-01801----GAUSS-01810.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-01801----GAUSS-01810.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-01801----GAUSS-01810.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-01801----GAUSS-01810.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-01801----GAUSS-01900.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-01801----GAUSS-01900.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-01801----GAUSS-01900.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-01801----GAUSS-01900.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-01811----GAUSS-01820.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-01811----GAUSS-01820.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-01811----GAUSS-01820.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-01811----GAUSS-01820.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-01821----GAUSS-01830.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-01821----GAUSS-01830.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-01821----GAUSS-01830.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-01821----GAUSS-01830.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-01831----GAUSS-01840.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-01831----GAUSS-01840.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-01831----GAUSS-01840.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-01831----GAUSS-01840.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-01841----GAUSS-01850.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-01841----GAUSS-01850.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-01841----GAUSS-01850.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-01841----GAUSS-01850.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-01851----GAUSS-01860.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-01851----GAUSS-01860.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-01851----GAUSS-01860.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-01851----GAUSS-01860.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-01861----GAUSS-01870.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-01861----GAUSS-01870.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-01861----GAUSS-01870.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-01861----GAUSS-01870.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-01871----GAUSS-01880.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-01871----GAUSS-01880.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-01871----GAUSS-01880.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-01871----GAUSS-01880.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-01881----GAUSS-01890.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-01881----GAUSS-01890.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-01881----GAUSS-01890.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-01881----GAUSS-01890.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-01891----GAUSS-01900.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-01891----GAUSS-01900.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-01891----GAUSS-01900.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-01891----GAUSS-01900.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-01901----GAUSS-01910.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-01901----GAUSS-01910.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-01901----GAUSS-01910.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-01901----GAUSS-01910.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-01901----GAUSS-02000.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-01901----GAUSS-02000.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-01901----GAUSS-02000.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-01901----GAUSS-02000.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-01911----GAUSS-01920.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-01911----GAUSS-01920.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-01911----GAUSS-01920.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-01911----GAUSS-01920.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-01921----GAUSS-01930.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-01921----GAUSS-01930.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-01921----GAUSS-01930.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-01921----GAUSS-01930.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-01931----GAUSS-01940.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-01931----GAUSS-01940.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-01931----GAUSS-01940.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-01931----GAUSS-01940.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-01941----GAUSS-01950.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-01941----GAUSS-01950.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-01941----GAUSS-01950.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-01941----GAUSS-01950.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-01951----GAUSS-01960.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-01951----GAUSS-01960.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-01951----GAUSS-01960.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-01951----GAUSS-01960.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-01961----GAUSS-01970.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-01961----GAUSS-01970.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-01961----GAUSS-01970.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-01961----GAUSS-01970.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-01971----GAUSS-01980.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-01971----GAUSS-01980.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-01971----GAUSS-01980.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-01971----GAUSS-01980.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-01981----GAUSS-01990.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-01981----GAUSS-01990.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-01981----GAUSS-01990.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-01981----GAUSS-01990.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-01991----GAUSS-02000.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-01991----GAUSS-02000.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-01991----GAUSS-02000.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-01991----GAUSS-02000.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-02001----GAUSS-02010.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-02001----GAUSS-02010.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-02001----GAUSS-02010.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-02001----GAUSS-02010.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-02001----GAUSS-02100.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-02001----GAUSS-02100.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-02001----GAUSS-02100.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-02001----GAUSS-02100.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-02011----GAUSS-02020.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-02011----GAUSS-02020.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-02011----GAUSS-02020.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-02011----GAUSS-02020.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-02021----GAUSS-02030.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-02021----GAUSS-02030.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-02021----GAUSS-02030.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-02021----GAUSS-02030.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-02031----GAUSS-02040.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-02031----GAUSS-02040.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-02031----GAUSS-02040.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-02031----GAUSS-02040.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-02041----GAUSS-02050.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-02041----GAUSS-02050.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-02041----GAUSS-02050.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-02041----GAUSS-02050.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-02051----GAUSS-02060.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-02051----GAUSS-02060.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-02051----GAUSS-02060.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-02051----GAUSS-02060.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-02061----GAUSS-02070.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-02061----GAUSS-02070.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-02061----GAUSS-02070.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-02061----GAUSS-02070.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-02071----GAUSS-02080.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-02071----GAUSS-02080.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-02071----GAUSS-02080.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-02071----GAUSS-02080.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-02081----GAUSS-02090.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-02081----GAUSS-02090.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-02081----GAUSS-02090.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-02081----GAUSS-02090.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-02091----GAUSS-02100.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-02091----GAUSS-02100.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-02091----GAUSS-02100.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-02091----GAUSS-02100.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-02101----GAUSS-02110.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-02101----GAUSS-02110.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-02101----GAUSS-02110.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-02101----GAUSS-02110.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-02101----GAUSS-02200.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-02101----GAUSS-02200.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-02101----GAUSS-02200.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-02101----GAUSS-02200.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-02111----GAUSS-02120.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-02111----GAUSS-02120.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-02111----GAUSS-02120.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-02111----GAUSS-02120.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-02121----GAUSS-02130.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-02121----GAUSS-02130.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-02121----GAUSS-02130.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-02121----GAUSS-02130.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-02131----GAUSS-02140.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-02131----GAUSS-02140.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-02131----GAUSS-02140.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-02131----GAUSS-02140.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-02141----GAUSS-02150.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-02141----GAUSS-02150.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-02141----GAUSS-02150.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-02141----GAUSS-02150.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-02151----GAUSS-02160.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-02151----GAUSS-02160.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-02151----GAUSS-02160.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-02151----GAUSS-02160.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-02161----GAUSS-02170.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-02161----GAUSS-02170.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-02161----GAUSS-02170.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-02161----GAUSS-02170.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-02171----GAUSS-02180.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-02171----GAUSS-02180.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-02171----GAUSS-02180.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-02171----GAUSS-02180.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-02181----GAUSS-02190.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-02181----GAUSS-02190.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-02181----GAUSS-02190.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-02181----GAUSS-02190.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-02191----GAUSS-02200.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-02191----GAUSS-02200.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-02191----GAUSS-02200.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-02191----GAUSS-02200.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-02201----GAUSS-02210.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-02201----GAUSS-02210.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-02201----GAUSS-02210.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-02201----GAUSS-02210.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-02201----GAUSS-02300.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-02201----GAUSS-02300.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-02201----GAUSS-02300.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-02201----GAUSS-02300.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-02211----GAUSS-02220.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-02211----GAUSS-02220.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-02211----GAUSS-02220.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-02211----GAUSS-02220.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-02221----GAUSS-02230.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-02221----GAUSS-02230.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-02221----GAUSS-02230.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-02221----GAUSS-02230.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-02231----GAUSS-02240.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-02231----GAUSS-02240.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-02231----GAUSS-02240.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-02231----GAUSS-02240.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-02241----GAUSS-02250.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-02241----GAUSS-02250.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-02241----GAUSS-02250.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-02241----GAUSS-02250.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-02251----GAUSS-02260.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-02251----GAUSS-02260.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-02251----GAUSS-02260.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-02251----GAUSS-02260.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-02261----GAUSS-02270.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-02261----GAUSS-02270.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-02261----GAUSS-02270.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-02261----GAUSS-02270.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-02271----GAUSS-02280.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-02271----GAUSS-02280.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-02271----GAUSS-02280.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-02271----GAUSS-02280.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-02281----GAUSS-02290.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-02281----GAUSS-02290.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-02281----GAUSS-02290.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-02281----GAUSS-02290.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-02291----GAUSS-02300.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-02291----GAUSS-02300.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-02291----GAUSS-02300.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-02291----GAUSS-02300.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-02301----GAUSS-02310.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-02301----GAUSS-02310.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-02301----GAUSS-02310.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-02301----GAUSS-02310.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-02301----GAUSS-02400.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-02301----GAUSS-02400.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-02301----GAUSS-02400.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-02301----GAUSS-02400.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-02311----GAUSS-02320.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-02311----GAUSS-02320.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-02311----GAUSS-02320.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-02311----GAUSS-02320.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-02321----GAUSS-02330.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-02321----GAUSS-02330.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-02321----GAUSS-02330.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-02321----GAUSS-02330.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-02331----GAUSS-02340.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-02331----GAUSS-02340.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-02331----GAUSS-02340.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-02331----GAUSS-02340.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-02341----GAUSS-02350.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-02341----GAUSS-02350.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-02341----GAUSS-02350.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-02341----GAUSS-02350.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-02351----GAUSS-02360.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-02351----GAUSS-02360.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-02351----GAUSS-02360.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-02351----GAUSS-02360.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-02361----GAUSS-02370.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-02361----GAUSS-02370.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-02361----GAUSS-02370.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-02361----GAUSS-02370.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-02371----GAUSS-02380.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-02371----GAUSS-02380.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-02371----GAUSS-02380.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-02371----GAUSS-02380.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-02381----GAUSS-02390.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-02381----GAUSS-02390.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-02381----GAUSS-02390.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-02381----GAUSS-02390.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-02391----GAUSS-02400.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-02391----GAUSS-02400.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-02391----GAUSS-02400.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-02391----GAUSS-02400.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-02401----GAUSS-02410.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-02401----GAUSS-02410.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-02401----GAUSS-02410.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-02401----GAUSS-02410.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-02401----GAUSS-02500.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-02401----GAUSS-02500.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-02401----GAUSS-02500.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-02401----GAUSS-02500.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-02411----GAUSS-02420.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-02411----GAUSS-02420.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-02411----GAUSS-02420.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-02411----GAUSS-02420.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-02421----GAUSS-02430.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-02421----GAUSS-02430.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-02421----GAUSS-02430.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-02421----GAUSS-02430.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-02431----GAUSS-02440.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-02431----GAUSS-02440.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-02431----GAUSS-02440.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-02431----GAUSS-02440.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-02441----GAUSS-02450.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-02441----GAUSS-02450.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-02441----GAUSS-02450.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-02441----GAUSS-02450.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-02451----GAUSS-02460.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-02451----GAUSS-02460.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-02451----GAUSS-02460.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-02451----GAUSS-02460.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-02461----GAUSS-02470.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-02461----GAUSS-02470.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-02461----GAUSS-02470.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-02461----GAUSS-02470.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-02471----GAUSS-02480.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-02471----GAUSS-02480.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-02471----GAUSS-02480.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-02471----GAUSS-02480.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-02481----GAUSS-02490.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-02481----GAUSS-02490.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-02481----GAUSS-02490.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-02481----GAUSS-02490.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-02491----GAUSS-02500.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-02491----GAUSS-02500.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-02491----GAUSS-02500.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-02491----GAUSS-02500.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-02501----GAUSS-02510.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-02501----GAUSS-02510.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-02501----GAUSS-02510.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-02501----GAUSS-02510.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-02501----GAUSS-02600.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-02501----GAUSS-02600.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-02501----GAUSS-02600.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-02501----GAUSS-02600.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-02511----GAUSS-02520.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-02511----GAUSS-02520.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-02511----GAUSS-02520.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-02511----GAUSS-02520.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-02521----GAUSS-02530.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-02521----GAUSS-02530.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-02521----GAUSS-02530.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-02521----GAUSS-02530.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-02531----GAUSS-02540.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-02531----GAUSS-02540.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-02531----GAUSS-02540.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-02531----GAUSS-02540.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-02541----GAUSS-02550.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-02541----GAUSS-02550.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-02541----GAUSS-02550.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-02541----GAUSS-02550.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-02551----GAUSS-02560.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-02551----GAUSS-02560.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-02551----GAUSS-02560.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-02551----GAUSS-02560.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-02561----GAUSS-02570.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-02561----GAUSS-02570.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-02561----GAUSS-02570.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-02561----GAUSS-02570.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-02571----GAUSS-02580.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-02571----GAUSS-02580.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-02571----GAUSS-02580.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-02571----GAUSS-02580.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-02581----GAUSS-02590.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-02581----GAUSS-02590.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-02581----GAUSS-02590.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-02581----GAUSS-02590.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-02591----GAUSS-02600.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-02591----GAUSS-02600.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-02591----GAUSS-02600.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-02591----GAUSS-02600.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-02601----GAUSS-02610.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-02601----GAUSS-02610.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-02601----GAUSS-02610.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-02601----GAUSS-02610.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-02601----GAUSS-02700.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-02601----GAUSS-02700.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-02601----GAUSS-02700.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-02601----GAUSS-02700.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-02611----GAUSS-02620.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-02611----GAUSS-02620.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-02611----GAUSS-02620.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-02611----GAUSS-02620.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-02621----GAUSS-02630.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-02621----GAUSS-02630.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-02621----GAUSS-02630.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-02621----GAUSS-02630.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-02631----GAUSS-02640.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-02631----GAUSS-02640.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-02631----GAUSS-02640.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-02631----GAUSS-02640.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-02641----GAUSS-02650.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-02641----GAUSS-02650.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-02641----GAUSS-02650.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-02641----GAUSS-02650.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-02651----GAUSS-02660.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-02651----GAUSS-02660.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-02651----GAUSS-02660.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-02651----GAUSS-02660.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-02661----GAUSS-02670.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-02661----GAUSS-02670.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-02661----GAUSS-02670.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-02661----GAUSS-02670.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-02671----GAUSS-02680.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-02671----GAUSS-02680.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-02671----GAUSS-02680.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-02671----GAUSS-02680.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-02681----GAUSS-02690.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-02681----GAUSS-02690.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-02681----GAUSS-02690.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-02681----GAUSS-02690.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-02691----GAUSS-02700.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-02691----GAUSS-02700.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-02691----GAUSS-02700.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-02691----GAUSS-02700.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-02701----GAUSS-02710.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-02701----GAUSS-02710.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-02701----GAUSS-02710.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-02701----GAUSS-02710.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-02701----GAUSS-02800.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-02701----GAUSS-02800.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-02701----GAUSS-02800.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-02701----GAUSS-02800.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-02711----GAUSS-02720.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-02711----GAUSS-02720.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-02711----GAUSS-02720.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-02711----GAUSS-02720.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-02721----GAUSS-02730.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-02721----GAUSS-02730.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-02721----GAUSS-02730.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-02721----GAUSS-02730.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-02731----GAUSS-02740.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-02731----GAUSS-02740.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-02731----GAUSS-02740.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-02731----GAUSS-02740.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-02741----GAUSS-02750.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-02741----GAUSS-02750.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-02741----GAUSS-02750.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-02741----GAUSS-02750.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-02751----GAUSS-02760.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-02751----GAUSS-02760.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-02751----GAUSS-02760.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-02751----GAUSS-02760.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-02761----GAUSS-02770.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-02761----GAUSS-02770.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-02761----GAUSS-02770.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-02761----GAUSS-02770.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-02771----GAUSS-02780.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-02771----GAUSS-02780.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-02771----GAUSS-02780.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-02771----GAUSS-02780.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-02781----GAUSS-02790.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-02781----GAUSS-02790.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-02781----GAUSS-02790.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-02781----GAUSS-02790.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-02791----GAUSS-02800.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-02791----GAUSS-02800.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-02791----GAUSS-02800.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-02791----GAUSS-02800.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-02801----GAUSS-02810.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-02801----GAUSS-02810.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-02801----GAUSS-02810.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-02801----GAUSS-02810.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-02801----GAUSS-02900.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-02801----GAUSS-02900.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-02801----GAUSS-02900.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-02801----GAUSS-02900.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-02811----GAUSS-02820.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-02811----GAUSS-02820.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-02811----GAUSS-02820.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-02811----GAUSS-02820.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-02821----GAUSS-02830.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-02821----GAUSS-02830.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-02821----GAUSS-02830.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-02821----GAUSS-02830.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-02831----GAUSS-02840.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-02831----GAUSS-02840.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-02831----GAUSS-02840.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-02831----GAUSS-02840.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-02841----GAUSS-02850.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-02841----GAUSS-02850.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-02841----GAUSS-02850.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-02841----GAUSS-02850.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-02851----GAUSS-02860.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-02851----GAUSS-02860.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-02851----GAUSS-02860.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-02851----GAUSS-02860.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-02861----GAUSS-02870.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-02861----GAUSS-02870.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-02861----GAUSS-02870.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-02861----GAUSS-02870.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-02871----GAUSS-02880.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-02871----GAUSS-02880.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-02871----GAUSS-02880.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-02871----GAUSS-02880.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-02881----GAUSS-02890.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-02881----GAUSS-02890.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-02881----GAUSS-02890.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-02881----GAUSS-02890.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-02891----GAUSS-02900.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-02891----GAUSS-02900.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-02891----GAUSS-02900.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-02891----GAUSS-02900.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-02901----GAUSS-02910.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-02901----GAUSS-02910.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-02901----GAUSS-02910.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-02901----GAUSS-02910.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-02901----GAUSS-03000.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-02901----GAUSS-03000.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-02901----GAUSS-03000.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-02901----GAUSS-03000.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-02911----GAUSS-02920.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-02911----GAUSS-02920.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-02911----GAUSS-02920.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-02911----GAUSS-02920.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-02921----GAUSS-02930.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-02921----GAUSS-02930.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-02921----GAUSS-02930.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-02921----GAUSS-02930.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-02931----GAUSS-02940.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-02931----GAUSS-02940.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-02931----GAUSS-02940.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-02931----GAUSS-02940.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-02941----GAUSS-02950.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-02941----GAUSS-02950.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-02941----GAUSS-02950.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-02941----GAUSS-02950.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-02951----GAUSS-02960.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-02951----GAUSS-02960.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-02951----GAUSS-02960.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-02951----GAUSS-02960.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-02961----GAUSS-02970.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-02961----GAUSS-02970.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-02961----GAUSS-02970.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-02961----GAUSS-02970.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-02971----GAUSS-02980.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-02971----GAUSS-02980.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-02971----GAUSS-02980.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-02971----GAUSS-02980.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-02981----GAUSS-02990.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-02981----GAUSS-02990.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-02981----GAUSS-02990.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-02981----GAUSS-02990.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-02991----GAUSS-03000.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-02991----GAUSS-03000.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-02991----GAUSS-03000.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-02991----GAUSS-03000.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-03001----GAUSS-03010.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-03001----GAUSS-03010.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-03001----GAUSS-03010.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-03001----GAUSS-03010.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-03001----GAUSS-03100.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-03001----GAUSS-03100.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-03001----GAUSS-03100.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-03001----GAUSS-03100.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-03011----GAUSS-03020.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-03011----GAUSS-03020.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-03011----GAUSS-03020.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-03011----GAUSS-03020.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-03021----GAUSS-03030.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-03021----GAUSS-03030.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-03021----GAUSS-03030.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-03021----GAUSS-03030.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-03031----GAUSS-03040.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-03031----GAUSS-03040.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-03031----GAUSS-03040.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-03031----GAUSS-03040.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-03041----GAUSS-03050.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-03041----GAUSS-03050.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-03041----GAUSS-03050.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-03041----GAUSS-03050.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-03051----GAUSS-03060.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-03051----GAUSS-03060.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-03051----GAUSS-03060.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-03051----GAUSS-03060.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-03061----GAUSS-03070.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-03061----GAUSS-03070.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-03061----GAUSS-03070.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-03061----GAUSS-03070.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-03071----GAUSS-03080.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-03071----GAUSS-03080.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-03071----GAUSS-03080.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-03071----GAUSS-03080.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-03081----GAUSS-03090.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-03081----GAUSS-03090.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-03081----GAUSS-03090.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-03081----GAUSS-03090.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-03091----GAUSS-03100.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-03091----GAUSS-03100.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-03091----GAUSS-03100.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-03091----GAUSS-03100.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-03101----GAUSS-03110.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-03101----GAUSS-03110.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-03101----GAUSS-03110.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-03101----GAUSS-03110.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-03101----GAUSS-03200.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-03101----GAUSS-03200.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-03101----GAUSS-03200.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-03101----GAUSS-03200.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-03111----GAUSS-03120.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-03111----GAUSS-03120.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-03111----GAUSS-03120.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-03111----GAUSS-03120.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-03121----GAUSS-03130.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-03121----GAUSS-03130.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-03121----GAUSS-03130.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-03121----GAUSS-03130.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-03131----GAUSS-03140.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-03131----GAUSS-03140.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-03131----GAUSS-03140.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-03131----GAUSS-03140.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-03141----GAUSS-03150.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-03141----GAUSS-03150.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-03141----GAUSS-03150.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-03141----GAUSS-03150.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-03151----GAUSS-03160.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-03151----GAUSS-03160.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-03151----GAUSS-03160.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-03151----GAUSS-03160.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-03161----GAUSS-03170.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-03161----GAUSS-03170.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-03161----GAUSS-03170.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-03161----GAUSS-03170.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-03171----GAUSS-03180.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-03171----GAUSS-03180.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-03171----GAUSS-03180.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-03171----GAUSS-03180.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-03181----GAUSS-03190.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-03181----GAUSS-03190.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-03181----GAUSS-03190.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-03181----GAUSS-03190.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-03191----GAUSS-03200.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-03191----GAUSS-03200.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-03191----GAUSS-03200.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-03191----GAUSS-03200.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-03201----GAUSS-03210.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-03201----GAUSS-03210.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-03201----GAUSS-03210.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-03201----GAUSS-03210.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-03201----GAUSS-03300.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-03201----GAUSS-03300.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-03201----GAUSS-03300.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-03201----GAUSS-03300.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-03211----GAUSS-03220.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-03211----GAUSS-03220.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-03211----GAUSS-03220.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-03211----GAUSS-03220.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-03221----GAUSS-03230.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-03221----GAUSS-03230.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-03221----GAUSS-03230.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-03221----GAUSS-03230.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-03231----GAUSS-03240.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-03231----GAUSS-03240.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-03231----GAUSS-03240.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-03231----GAUSS-03240.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-03241----GAUSS-03250.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-03241----GAUSS-03250.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-03241----GAUSS-03250.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-03241----GAUSS-03250.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-03251----GAUSS-03260.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-03251----GAUSS-03260.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-03251----GAUSS-03260.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-03251----GAUSS-03260.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-03261----GAUSS-03270.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-03261----GAUSS-03270.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-03261----GAUSS-03270.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-03261----GAUSS-03270.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-03271----GAUSS-03280.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-03271----GAUSS-03280.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-03271----GAUSS-03280.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-03271----GAUSS-03280.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-03281----GAUSS-03290.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-03281----GAUSS-03290.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-03281----GAUSS-03290.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-03281----GAUSS-03290.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-03291----GAUSS-03300.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-03291----GAUSS-03300.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-03291----GAUSS-03300.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-03291----GAUSS-03300.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-03301----GAUSS-03310.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-03301----GAUSS-03310.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-03301----GAUSS-03310.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-03301----GAUSS-03310.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-03301----GAUSS-03400.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-03301----GAUSS-03400.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-03301----GAUSS-03400.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-03301----GAUSS-03400.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-03311----GAUSS-03320.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-03311----GAUSS-03320.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-03311----GAUSS-03320.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-03311----GAUSS-03320.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-03321----GAUSS-03330.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-03321----GAUSS-03330.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-03321----GAUSS-03330.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-03321----GAUSS-03330.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-03331----GAUSS-03340.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-03331----GAUSS-03340.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-03331----GAUSS-03340.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-03331----GAUSS-03340.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-03341----GAUSS-03350.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-03341----GAUSS-03350.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-03341----GAUSS-03350.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-03341----GAUSS-03350.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-03351----GAUSS-03360.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-03351----GAUSS-03360.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-03351----GAUSS-03360.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-03351----GAUSS-03360.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-03361----GAUSS-03370.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-03361----GAUSS-03370.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-03361----GAUSS-03370.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-03361----GAUSS-03370.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-03371----GAUSS-03380.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-03371----GAUSS-03380.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-03371----GAUSS-03380.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-03371----GAUSS-03380.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-03381----GAUSS-03390.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-03381----GAUSS-03390.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-03381----GAUSS-03390.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-03381----GAUSS-03390.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-03391----GAUSS-03400.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-03391----GAUSS-03400.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-03391----GAUSS-03400.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-03391----GAUSS-03400.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-03401----GAUSS-03410.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-03401----GAUSS-03410.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-03401----GAUSS-03410.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-03401----GAUSS-03410.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-03401----GAUSS-03500.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-03401----GAUSS-03500.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-03401----GAUSS-03500.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-03401----GAUSS-03500.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-03411----GAUSS-03420.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-03411----GAUSS-03420.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-03411----GAUSS-03420.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-03411----GAUSS-03420.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-03421----GAUSS-03430.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-03421----GAUSS-03430.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-03421----GAUSS-03430.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-03421----GAUSS-03430.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-03431----GAUSS-03440.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-03431----GAUSS-03440.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-03431----GAUSS-03440.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-03431----GAUSS-03440.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-03441----GAUSS-03450.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-03441----GAUSS-03450.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-03441----GAUSS-03450.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-03441----GAUSS-03450.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-03451----GAUSS-03460.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-03451----GAUSS-03460.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-03451----GAUSS-03460.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-03451----GAUSS-03460.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-03461----GAUSS-03470.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-03461----GAUSS-03470.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-03461----GAUSS-03470.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-03461----GAUSS-03470.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-03471----GAUSS-03480.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-03471----GAUSS-03480.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-03471----GAUSS-03480.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-03471----GAUSS-03480.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-03481----GAUSS-03490.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-03481----GAUSS-03490.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-03481----GAUSS-03490.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-03481----GAUSS-03490.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-03491----GAUSS-03500.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-03491----GAUSS-03500.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-03491----GAUSS-03500.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-03491----GAUSS-03500.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-03501----GAUSS-03510.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-03501----GAUSS-03510.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-03501----GAUSS-03510.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-03501----GAUSS-03510.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-03501----GAUSS-03600.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-03501----GAUSS-03600.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-03501----GAUSS-03600.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-03501----GAUSS-03600.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-03511----GAUSS-03520.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-03511----GAUSS-03520.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-03511----GAUSS-03520.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-03511----GAUSS-03520.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-03521----GAUSS-03530.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-03521----GAUSS-03530.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-03521----GAUSS-03530.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-03521----GAUSS-03530.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-03531----GAUSS-03540.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-03531----GAUSS-03540.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-03531----GAUSS-03540.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-03531----GAUSS-03540.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-03541----GAUSS-03550.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-03541----GAUSS-03550.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-03541----GAUSS-03550.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-03541----GAUSS-03550.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-03551----GAUSS-03560.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-03551----GAUSS-03560.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-03551----GAUSS-03560.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-03551----GAUSS-03560.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-03561----GAUSS-03570.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-03561----GAUSS-03570.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-03561----GAUSS-03570.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-03561----GAUSS-03570.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-03571----GAUSS-03580.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-03571----GAUSS-03580.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-03571----GAUSS-03580.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-03571----GAUSS-03580.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-03581----GAUSS-03590.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-03581----GAUSS-03590.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-03581----GAUSS-03590.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-03581----GAUSS-03590.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-03591----GAUSS-03600.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-03591----GAUSS-03600.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-03591----GAUSS-03600.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-03591----GAUSS-03600.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-03601----GAUSS-03610.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-03601----GAUSS-03610.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-03601----GAUSS-03610.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-03601----GAUSS-03610.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-03601----GAUSS-03700.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-03601----GAUSS-03700.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-03601----GAUSS-03700.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-03601----GAUSS-03700.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-03611----GAUSS-03620.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-03611----GAUSS-03620.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-03611----GAUSS-03620.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-03611----GAUSS-03620.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-03621----GAUSS-03630.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-03621----GAUSS-03630.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-03621----GAUSS-03630.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-03621----GAUSS-03630.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-03631----GAUSS-03640.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-03631----GAUSS-03640.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-03631----GAUSS-03640.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-03631----GAUSS-03640.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-03641----GAUSS-03650.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-03641----GAUSS-03650.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-03641----GAUSS-03650.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-03641----GAUSS-03650.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-03651----GAUSS-03660.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-03651----GAUSS-03660.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-03651----GAUSS-03660.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-03651----GAUSS-03660.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-03661----GAUSS-03670.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-03661----GAUSS-03670.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-03661----GAUSS-03670.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-03661----GAUSS-03670.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-03671----GAUSS-03680.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-03671----GAUSS-03680.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-03671----GAUSS-03680.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-03671----GAUSS-03680.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-03681----GAUSS-03690.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-03681----GAUSS-03690.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-03681----GAUSS-03690.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-03681----GAUSS-03690.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-03691----GAUSS-03700.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-03691----GAUSS-03700.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-03691----GAUSS-03700.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-03691----GAUSS-03700.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-03701----GAUSS-03710.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-03701----GAUSS-03710.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-03701----GAUSS-03710.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-03701----GAUSS-03710.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-03701----GAUSS-03800.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-03701----GAUSS-03800.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-03701----GAUSS-03800.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-03701----GAUSS-03800.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-03711----GAUSS-03720.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-03711----GAUSS-03720.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-03711----GAUSS-03720.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-03711----GAUSS-03720.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-03721----GAUSS-03730.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-03721----GAUSS-03730.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-03721----GAUSS-03730.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-03721----GAUSS-03730.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-03731----GAUSS-03740.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-03731----GAUSS-03740.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-03731----GAUSS-03740.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-03731----GAUSS-03740.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-03741----GAUSS-03750.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-03741----GAUSS-03750.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-03741----GAUSS-03750.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-03741----GAUSS-03750.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-03751----GAUSS-03760.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-03751----GAUSS-03760.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-03751----GAUSS-03760.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-03751----GAUSS-03760.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-03761----GAUSS-03770.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-03761----GAUSS-03770.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-03761----GAUSS-03770.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-03761----GAUSS-03770.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-03771----GAUSS-03780.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-03771----GAUSS-03780.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-03771----GAUSS-03780.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-03771----GAUSS-03780.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-03781----GAUSS-03790.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-03781----GAUSS-03790.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-03781----GAUSS-03790.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-03781----GAUSS-03790.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-03791----GAUSS-03800.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-03791----GAUSS-03800.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-03791----GAUSS-03800.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-03791----GAUSS-03800.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-03801----GAUSS-03810.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-03801----GAUSS-03810.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-03801----GAUSS-03810.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-03801----GAUSS-03810.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-03801----GAUSS-03900.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-03801----GAUSS-03900.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-03801----GAUSS-03900.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-03801----GAUSS-03900.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-03811----GAUSS-03820.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-03811----GAUSS-03820.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-03811----GAUSS-03820.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-03811----GAUSS-03820.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-03821----GAUSS-03830.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-03821----GAUSS-03830.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-03821----GAUSS-03830.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-03821----GAUSS-03830.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-03831----GAUSS-03840.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-03831----GAUSS-03840.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-03831----GAUSS-03840.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-03831----GAUSS-03840.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-03841----GAUSS-03850.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-03841----GAUSS-03850.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-03841----GAUSS-03850.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-03841----GAUSS-03850.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-03851----GAUSS-03860.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-03851----GAUSS-03860.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-03851----GAUSS-03860.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-03851----GAUSS-03860.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-03861----GAUSS-03870.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-03861----GAUSS-03870.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-03861----GAUSS-03870.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-03861----GAUSS-03870.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-03871----GAUSS-03880.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-03871----GAUSS-03880.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-03871----GAUSS-03880.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-03871----GAUSS-03880.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-03881----GAUSS-03890.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-03881----GAUSS-03890.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-03881----GAUSS-03890.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-03881----GAUSS-03890.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-03891----GAUSS-03900.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-03891----GAUSS-03900.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-03891----GAUSS-03900.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-03891----GAUSS-03900.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-03901----GAUSS-03910.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-03901----GAUSS-03910.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-03901----GAUSS-03910.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-03901----GAUSS-03910.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-03901----GAUSS-04000.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-03901----GAUSS-04000.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-03901----GAUSS-04000.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-03901----GAUSS-04000.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-03911----GAUSS-03920.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-03911----GAUSS-03920.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-03911----GAUSS-03920.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-03911----GAUSS-03920.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-03921----GAUSS-03930.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-03921----GAUSS-03930.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-03921----GAUSS-03930.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-03921----GAUSS-03930.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-03931----GAUSS-03940.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-03931----GAUSS-03940.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-03931----GAUSS-03940.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-03931----GAUSS-03940.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-03941----GAUSS-03950.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-03941----GAUSS-03950.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-03941----GAUSS-03950.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-03941----GAUSS-03950.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-03951----GAUSS-03960.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-03951----GAUSS-03960.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-03951----GAUSS-03960.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-03951----GAUSS-03960.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-03961----GAUSS-03970.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-03961----GAUSS-03970.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-03961----GAUSS-03970.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-03961----GAUSS-03970.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-03971----GAUSS-03980.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-03971----GAUSS-03980.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-03971----GAUSS-03980.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-03971----GAUSS-03980.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-03981----GAUSS-03990.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-03981----GAUSS-03990.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-03981----GAUSS-03990.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-03981----GAUSS-03990.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-03991----GAUSS-04000.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-03991----GAUSS-04000.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-03991----GAUSS-04000.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-03991----GAUSS-04000.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-04001----GAUSS-04010.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-04001----GAUSS-04010.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-04001----GAUSS-04010.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-04001----GAUSS-04010.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-04001----GAUSS-04100.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-04001----GAUSS-04100.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-04001----GAUSS-04100.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-04001----GAUSS-04100.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-04011----GAUSS-04020.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-04011----GAUSS-04020.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-04011----GAUSS-04020.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-04011----GAUSS-04020.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-04021----GAUSS-04030.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-04021----GAUSS-04030.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-04021----GAUSS-04030.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-04021----GAUSS-04030.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-04031----GAUSS-04040.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-04031----GAUSS-04040.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-04031----GAUSS-04040.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-04031----GAUSS-04040.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-04041----GAUSS-04050.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-04041----GAUSS-04050.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-04041----GAUSS-04050.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-04041----GAUSS-04050.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-04051----GAUSS-04060.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-04051----GAUSS-04060.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-04051----GAUSS-04060.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-04051----GAUSS-04060.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-04061----GAUSS-04070.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-04061----GAUSS-04070.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-04061----GAUSS-04070.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-04061----GAUSS-04070.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-04071----GAUSS-04080.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-04071----GAUSS-04080.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-04071----GAUSS-04080.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-04071----GAUSS-04080.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-04081----GAUSS-04090.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-04081----GAUSS-04090.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-04081----GAUSS-04090.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-04081----GAUSS-04090.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-04091----GAUSS-04100.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-04091----GAUSS-04100.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-04091----GAUSS-04100.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-04091----GAUSS-04100.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-04101----GAUSS-04110.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-04101----GAUSS-04110.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-04101----GAUSS-04110.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-04101----GAUSS-04110.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-04101----GAUSS-04200.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-04101----GAUSS-04200.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-04101----GAUSS-04200.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-04101----GAUSS-04200.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-04111----GAUSS-04120.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-04111----GAUSS-04120.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-04111----GAUSS-04120.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-04111----GAUSS-04120.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-04121----GAUSS-04130.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-04121----GAUSS-04130.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-04121----GAUSS-04130.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-04121----GAUSS-04130.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-04131----GAUSS-04140.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-04131----GAUSS-04140.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-04131----GAUSS-04140.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-04131----GAUSS-04140.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-04141----GAUSS-04150.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-04141----GAUSS-04150.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-04141----GAUSS-04150.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-04141----GAUSS-04150.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-04151----GAUSS-04160.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-04151----GAUSS-04160.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-04151----GAUSS-04160.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-04151----GAUSS-04160.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-04161----GAUSS-04170.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-04161----GAUSS-04170.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-04161----GAUSS-04170.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-04161----GAUSS-04170.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-04171----GAUSS-04180.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-04171----GAUSS-04180.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-04171----GAUSS-04180.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-04171----GAUSS-04180.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-04181----GAUSS-04190.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-04181----GAUSS-04190.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-04181----GAUSS-04190.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-04181----GAUSS-04190.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-04191----GAUSS-04200.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-04191----GAUSS-04200.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-04191----GAUSS-04200.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-04191----GAUSS-04200.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-04201----GAUSS-04210.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-04201----GAUSS-04210.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-04201----GAUSS-04210.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-04201----GAUSS-04210.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-04201----GAUSS-04300.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-04201----GAUSS-04300.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-04201----GAUSS-04300.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-04201----GAUSS-04300.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-04211----GAUSS-04220.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-04211----GAUSS-04220.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-04211----GAUSS-04220.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-04211----GAUSS-04220.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-04221----GAUSS-04230.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-04221----GAUSS-04230.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-04221----GAUSS-04230.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-04221----GAUSS-04230.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-04231----GAUSS-04240.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-04231----GAUSS-04240.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-04231----GAUSS-04240.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-04231----GAUSS-04240.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-04241----GAUSS-04250.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-04241----GAUSS-04250.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-04241----GAUSS-04250.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-04241----GAUSS-04250.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-04251----GAUSS-04260.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-04251----GAUSS-04260.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-04251----GAUSS-04260.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-04251----GAUSS-04260.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-04261----GAUSS-04270.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-04261----GAUSS-04270.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-04261----GAUSS-04270.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-04261----GAUSS-04270.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-04271----GAUSS-04280.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-04271----GAUSS-04280.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-04271----GAUSS-04280.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-04271----GAUSS-04280.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-04281----GAUSS-04290.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-04281----GAUSS-04290.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-04281----GAUSS-04290.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-04281----GAUSS-04290.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-04291----GAUSS-04300.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-04291----GAUSS-04300.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-04291----GAUSS-04300.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-04291----GAUSS-04300.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-04301----GAUSS-04310.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-04301----GAUSS-04310.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-04301----GAUSS-04310.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-04301----GAUSS-04310.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-04301----GAUSS-04400.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-04301----GAUSS-04400.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-04301----GAUSS-04400.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-04301----GAUSS-04400.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-04321----GAUSS-04330.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-04321----GAUSS-04330.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-04321----GAUSS-04330.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-04321----GAUSS-04330.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-04331----GAUSS-04340.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-04331----GAUSS-04340.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-04331----GAUSS-04340.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-04331----GAUSS-04340.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-04341----GAUSS-04350.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-04341----GAUSS-04350.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-04341----GAUSS-04350.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-04341----GAUSS-04350.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-04351----GAUSS-04360.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-04351----GAUSS-04360.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-04351----GAUSS-04360.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-04351----GAUSS-04360.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-04361----GAUSS-04370.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-04361----GAUSS-04370.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-04361----GAUSS-04370.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-04361----GAUSS-04370.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-04371----GAUSS-04380.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-04371----GAUSS-04380.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-04371----GAUSS-04380.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-04371----GAUSS-04380.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-04381----GAUSS-04390.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-04381----GAUSS-04390.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-04381----GAUSS-04390.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-04381----GAUSS-04390.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-04391----GAUSS-04400.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-04391----GAUSS-04400.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-04391----GAUSS-04400.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-04391----GAUSS-04400.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-04401----GAUSS-04410.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-04401----GAUSS-04410.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-04401----GAUSS-04410.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-04401----GAUSS-04410.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-04401----GAUSS-04500.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-04401----GAUSS-04500.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-04401----GAUSS-04500.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-04401----GAUSS-04500.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-04411----GAUSS-04420.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-04411----GAUSS-04420.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-04411----GAUSS-04420.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-04411----GAUSS-04420.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-04421----GAUSS-04430.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-04421----GAUSS-04430.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-04421----GAUSS-04430.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-04421----GAUSS-04430.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-04431----GAUSS-04440.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-04431----GAUSS-04440.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-04431----GAUSS-04440.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-04431----GAUSS-04440.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-04441----GAUSS-04450.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-04441----GAUSS-04450.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-04441----GAUSS-04450.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-04441----GAUSS-04450.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-04451----GAUSS-04460.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-04451----GAUSS-04460.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-04451----GAUSS-04460.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-04451----GAUSS-04460.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-04461----GAUSS-04470.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-04461----GAUSS-04470.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-04461----GAUSS-04470.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-04461----GAUSS-04470.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-04471----GAUSS-04480.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-04471----GAUSS-04480.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-04471----GAUSS-04480.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-04471----GAUSS-04480.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-04481----GAUSS-04490.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-04481----GAUSS-04490.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-04481----GAUSS-04490.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-04481----GAUSS-04490.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-04491----GAUSS-04500.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-04491----GAUSS-04500.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-04491----GAUSS-04500.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-04491----GAUSS-04500.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-04501----GAUSS-04510.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-04501----GAUSS-04510.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-04501----GAUSS-04510.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-04501----GAUSS-04510.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-04501----GAUSS-04600.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-04501----GAUSS-04600.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-04501----GAUSS-04600.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-04501----GAUSS-04600.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-04511----GAUSS-04520.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-04511----GAUSS-04520.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-04511----GAUSS-04520.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-04511----GAUSS-04520.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-04521----GAUSS-04530.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-04521----GAUSS-04530.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-04521----GAUSS-04530.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-04521----GAUSS-04530.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-04531----GAUSS-04540.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-04531----GAUSS-04540.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-04531----GAUSS-04540.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-04531----GAUSS-04540.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-04541----GAUSS-04550.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-04541----GAUSS-04550.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-04541----GAUSS-04550.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-04541----GAUSS-04550.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-04551----GAUSS-04560.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-04551----GAUSS-04560.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-04551----GAUSS-04560.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-04551----GAUSS-04560.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-04561----GAUSS-04570.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-04561----GAUSS-04570.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-04561----GAUSS-04570.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-04561----GAUSS-04570.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-04571----GAUSS-04580.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-04571----GAUSS-04580.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-04571----GAUSS-04580.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-04571----GAUSS-04580.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-04581----GAUSS-04590.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-04581----GAUSS-04590.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-04581----GAUSS-04590.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-04581----GAUSS-04590.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-04601----GAUSS-04610.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-04601----GAUSS-04610.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-04601----GAUSS-04610.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-04601----GAUSS-04610.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-04601----GAUSS-04700.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-04601----GAUSS-04700.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-04601----GAUSS-04700.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-04601----GAUSS-04700.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-04611----GAUSS-04620.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-04611----GAUSS-04620.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-04611----GAUSS-04620.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-04611----GAUSS-04620.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-04621----GAUSS-04630.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-04621----GAUSS-04630.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-04621----GAUSS-04630.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-04621----GAUSS-04630.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-04631----GAUSS-04640.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-04631----GAUSS-04640.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-04631----GAUSS-04640.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-04631----GAUSS-04640.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-04641----GAUSS-04650.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-04641----GAUSS-04650.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-04641----GAUSS-04650.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-04641----GAUSS-04650.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-04651----GAUSS-04660.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-04651----GAUSS-04660.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-04651----GAUSS-04660.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-04651----GAUSS-04660.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-04661----GAUSS-04670.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-04661----GAUSS-04670.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-04661----GAUSS-04670.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-04661----GAUSS-04670.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-04671----GAUSS-04680.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-04671----GAUSS-04680.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-04671----GAUSS-04680.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-04671----GAUSS-04680.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-04681----GAUSS-04690.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-04681----GAUSS-04690.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-04681----GAUSS-04690.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-04681----GAUSS-04690.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-04691----GAUSS-04700.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-04691----GAUSS-04700.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-04691----GAUSS-04700.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-04691----GAUSS-04700.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-04701----GAUSS-04710.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-04701----GAUSS-04710.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-04701----GAUSS-04710.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-04701----GAUSS-04710.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-04701----GAUSS-04800.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-04701----GAUSS-04800.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-04701----GAUSS-04800.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-04701----GAUSS-04800.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-04711----GAUSS-04720.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-04711----GAUSS-04720.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-04711----GAUSS-04720.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-04711----GAUSS-04720.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-04721----GAUSS-04730.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-04721----GAUSS-04730.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-04721----GAUSS-04730.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-04721----GAUSS-04730.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-04731----GAUSS-04740.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-04731----GAUSS-04740.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-04731----GAUSS-04740.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-04731----GAUSS-04740.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-04741----GAUSS-04750.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-04741----GAUSS-04750.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-04741----GAUSS-04750.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-04741----GAUSS-04750.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-04751----GAUSS-04760.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-04751----GAUSS-04760.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-04751----GAUSS-04760.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-04751----GAUSS-04760.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-04761----GAUSS-04770.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-04761----GAUSS-04770.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-04761----GAUSS-04770.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-04761----GAUSS-04770.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-04771----GAUSS-04780.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-04771----GAUSS-04780.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-04771----GAUSS-04780.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-04771----GAUSS-04780.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-04781----GAUSS-04790.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-04781----GAUSS-04790.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-04781----GAUSS-04790.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-04781----GAUSS-04790.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-04791----GAUSS-04800.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-04791----GAUSS-04800.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-04791----GAUSS-04800.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-04791----GAUSS-04800.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-04801----GAUSS-04810.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-04801----GAUSS-04810.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-04801----GAUSS-04810.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-04801----GAUSS-04810.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-04801----GAUSS-04900.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-04801----GAUSS-04900.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-04801----GAUSS-04900.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-04801----GAUSS-04900.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-04811----GAUSS-04820.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-04811----GAUSS-04820.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-04811----GAUSS-04820.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-04811----GAUSS-04820.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-04821----GAUSS-04830.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-04821----GAUSS-04830.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-04821----GAUSS-04830.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-04821----GAUSS-04830.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-04831----GAUSS-04840.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-04831----GAUSS-04840.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-04831----GAUSS-04840.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-04831----GAUSS-04840.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-04841----GAUSS-04850.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-04841----GAUSS-04850.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-04841----GAUSS-04850.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-04841----GAUSS-04850.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-04851----GAUSS-04860.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-04851----GAUSS-04860.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-04851----GAUSS-04860.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-04851----GAUSS-04860.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-04861----GAUSS-04870.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-04861----GAUSS-04870.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-04861----GAUSS-04870.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-04861----GAUSS-04870.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-04871----GAUSS-04880.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-04871----GAUSS-04880.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-04871----GAUSS-04880.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-04871----GAUSS-04880.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-04881----GAUSS-04890.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-04881----GAUSS-04890.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-04881----GAUSS-04890.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-04881----GAUSS-04890.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-04891----GAUSS-04900.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-04891----GAUSS-04900.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-04891----GAUSS-04900.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-04891----GAUSS-04900.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-04901----GAUSS-04910.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-04901----GAUSS-04910.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-04901----GAUSS-04910.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-04901----GAUSS-04910.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-04901----GAUSS-05000.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-04901----GAUSS-05000.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-04901----GAUSS-05000.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-04901----GAUSS-05000.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-04911----GAUSS-04920.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-04911----GAUSS-04920.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-04911----GAUSS-04920.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-04911----GAUSS-04920.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-04921----GAUSS-04930.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-04921----GAUSS-04930.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-04921----GAUSS-04930.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-04921----GAUSS-04930.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-04931----GAUSS-04940.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-04931----GAUSS-04940.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-04931----GAUSS-04940.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-04931----GAUSS-04940.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-04941----GAUSS-04950.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-04941----GAUSS-04950.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-04941----GAUSS-04950.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-04941----GAUSS-04950.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-04951----GAUSS-04960.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-04951----GAUSS-04960.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-04951----GAUSS-04960.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-04951----GAUSS-04960.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-04961----GAUSS-04970.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-04961----GAUSS-04970.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-04961----GAUSS-04970.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-04961----GAUSS-04970.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-04971----GAUSS-04980.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-04971----GAUSS-04980.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-04971----GAUSS-04980.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-04971----GAUSS-04980.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-04981----GAUSS-04990.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-04981----GAUSS-04990.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-04981----GAUSS-04990.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-04981----GAUSS-04990.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-04991----GAUSS-05000.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-04991----GAUSS-05000.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-04991----GAUSS-05000.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-04991----GAUSS-05000.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-05001----GAUSS-05010.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-05001----GAUSS-05010.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-05001----GAUSS-05010.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-05001----GAUSS-05010.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-05001----GAUSS-05100.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-05001----GAUSS-05100.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-05001----GAUSS-05100.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-05001----GAUSS-05100.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-05011----GAUSS-05020.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-05011----GAUSS-05020.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-05011----GAUSS-05020.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-05011----GAUSS-05020.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-05021----GAUSS-05030.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-05021----GAUSS-05030.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-05021----GAUSS-05030.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-05021----GAUSS-05030.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-05031----GAUSS-05040.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-05031----GAUSS-05040.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-05031----GAUSS-05040.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-05031----GAUSS-05040.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-05041----GAUSS-05050.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-05041----GAUSS-05050.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-05041----GAUSS-05050.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-05041----GAUSS-05050.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-05051----GAUSS-05060.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-05051----GAUSS-05060.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-05051----GAUSS-05060.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-05051----GAUSS-05060.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-05061----GAUSS-05070.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-05061----GAUSS-05070.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-05061----GAUSS-05070.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-05061----GAUSS-05070.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-05071----GAUSS-05080.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-05071----GAUSS-05080.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-05071----GAUSS-05080.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-05071----GAUSS-05080.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-05081----GAUSS-05090.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-05081----GAUSS-05090.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-05081----GAUSS-05090.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-05081----GAUSS-05090.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-05091----GAUSS-05100.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-05091----GAUSS-05100.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-05091----GAUSS-05100.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-05091----GAUSS-05100.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-05101----GAUSS-05110.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-05101----GAUSS-05110.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-05101----GAUSS-05110.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-05101----GAUSS-05110.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-05101----GAUSS-05200.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-05101----GAUSS-05200.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-05101----GAUSS-05200.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-05101----GAUSS-05200.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-05111----GAUSS-05120.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-05111----GAUSS-05120.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-05111----GAUSS-05120.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-05111----GAUSS-05120.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-05121----GAUSS-05130.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-05121----GAUSS-05130.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-05121----GAUSS-05130.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-05121----GAUSS-05130.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-05131----GAUSS-05140.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-05131----GAUSS-05140.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-05131----GAUSS-05140.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-05131----GAUSS-05140.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-05141----GAUSS-05150.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-05141----GAUSS-05150.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-05141----GAUSS-05150.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-05141----GAUSS-05150.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-05151----GAUSS-05160.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-05151----GAUSS-05160.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-05151----GAUSS-05160.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-05151----GAUSS-05160.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-05161----GAUSS-05170.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-05161----GAUSS-05170.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-05161----GAUSS-05170.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-05161----GAUSS-05170.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-05171----GAUSS-05180.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-05171----GAUSS-05180.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-05171----GAUSS-05180.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-05171----GAUSS-05180.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-05181----GAUSS-05190.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-05181----GAUSS-05190.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-05181----GAUSS-05190.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-05181----GAUSS-05190.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-05191----GAUSS-05200.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-05191----GAUSS-05200.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-05191----GAUSS-05200.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-05191----GAUSS-05200.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-05201----GAUSS-05300.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-05201----GAUSS-05300.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-05201----GAUSS-05300.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-05201----GAUSS-05300.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-05201---GAUSS-05210.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-05201---GAUSS-05210.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-05201---GAUSS-05210.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-05201---GAUSS-05210.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-05201---GAUSS-05300.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-05201---GAUSS-05300.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-05201---GAUSS-05300.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-05201---GAUSS-05300.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-05211---GAUSS-05220.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-05211---GAUSS-05220.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-05211---GAUSS-05220.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-05211---GAUSS-05220.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-05221---GAUSS-05230.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-05221---GAUSS-05230.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-05221---GAUSS-05230.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-05221---GAUSS-05230.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-05231---GAUSS-05240.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-05231---GAUSS-05240.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-05231---GAUSS-05240.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-05231---GAUSS-05240.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-05241---GAUSS-05250.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-05241---GAUSS-05250.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-05241---GAUSS-05250.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-05241---GAUSS-05250.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-05251---GAUSS-05260.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-05251---GAUSS-05260.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-05251---GAUSS-05260.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-05251---GAUSS-05260.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-05261---GAUSS-05270.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-05261---GAUSS-05270.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-05261---GAUSS-05270.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-05261---GAUSS-05270.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-05271---GAUSS-05280.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-05271---GAUSS-05280.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-05271---GAUSS-05280.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-05271---GAUSS-05280.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-05281---GAUSS-05290.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-05281---GAUSS-05290.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-05281---GAUSS-05290.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-05281---GAUSS-05290.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-05291---GAUSS-05300.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-05291---GAUSS-05300.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-05291---GAUSS-05300.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-05291---GAUSS-05300.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-05301----GAUSS-05310.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-05301----GAUSS-05310.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-05301----GAUSS-05310.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-05301----GAUSS-05310.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-05301----GAUSS-05400.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-05301----GAUSS-05400.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-05301----GAUSS-05400.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-05301----GAUSS-05400.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-05311----GAUSS-05320.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-05311----GAUSS-05320.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-05311----GAUSS-05320.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-05311----GAUSS-05320.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-05321----GAUSS-05330.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-05321----GAUSS-05330.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-05321----GAUSS-05330.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-05321----GAUSS-05330.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-05331----GAUSS-05340.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-05331----GAUSS-05340.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-05331----GAUSS-05340.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-05331----GAUSS-05340.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-05341----GAUSS-05350.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-05341----GAUSS-05350.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-05341----GAUSS-05350.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-05341----GAUSS-05350.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-05351----GAUSS-05360.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-05351----GAUSS-05360.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-05351----GAUSS-05360.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-05351----GAUSS-05360.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-05361----GAUSS-05370.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-05361----GAUSS-05370.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-05361----GAUSS-05370.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-05361----GAUSS-05370.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-05371----GAUSS-05380.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-05371----GAUSS-05380.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-05371----GAUSS-05380.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-05371----GAUSS-05380.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-05381----GAUSS-05390.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-05381----GAUSS-05390.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-05381----GAUSS-05390.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-05381----GAUSS-05390.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-05391----GAUSS-05400.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-05391----GAUSS-05400.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-05391----GAUSS-05400.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-05391----GAUSS-05400.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-05401----GAUSS-05410.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-05401----GAUSS-05410.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-05401----GAUSS-05410.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-05401----GAUSS-05410.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-05401----GAUSS-05500.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-05401----GAUSS-05500.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-05401----GAUSS-05500.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-05401----GAUSS-05500.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-05411----GAUSS-05420.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-05411----GAUSS-05420.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-05411----GAUSS-05420.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-05411----GAUSS-05420.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-05421----GAUSS-05430.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-05421----GAUSS-05430.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-05421----GAUSS-05430.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-05421----GAUSS-05430.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-05431----GAUSS-05440.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-05431----GAUSS-05440.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-05431----GAUSS-05440.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-05431----GAUSS-05440.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-05441----GAUSS-05450.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-05441----GAUSS-05450.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-05441----GAUSS-05450.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-05441----GAUSS-05450.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-05451----GAUSS-05460.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-05451----GAUSS-05460.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-05451----GAUSS-05460.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-05451----GAUSS-05460.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-05461----GAUSS-05470.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-05461----GAUSS-05470.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-05461----GAUSS-05470.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-05461----GAUSS-05470.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-05471----GAUSS-05480.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-05471----GAUSS-05480.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-05471----GAUSS-05480.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-05471----GAUSS-05480.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-05481----GAUSS-05490.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-05481----GAUSS-05490.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-05481----GAUSS-05490.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-05481----GAUSS-05490.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-05491----GAUSS-05500.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-05491----GAUSS-05500.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-05491----GAUSS-05500.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-05491----GAUSS-05500.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-05501----GAUSS-05510.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-05501----GAUSS-05510.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-05501----GAUSS-05510.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-05501----GAUSS-05510.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-05501----GAUSS-05600.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-05501----GAUSS-05600.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-05501----GAUSS-05600.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-05501----GAUSS-05600.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-05511----GAUSS-05520.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-05511----GAUSS-05520.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-05511----GAUSS-05520.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-05511----GAUSS-05520.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-05521----GAUSS-05530.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-05521----GAUSS-05530.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-05521----GAUSS-05530.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-05521----GAUSS-05530.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-05531----GAUSS-05540.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-05531----GAUSS-05540.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-05531----GAUSS-05540.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-05531----GAUSS-05540.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-05541----GAUSS-05550.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-05541----GAUSS-05550.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-05541----GAUSS-05550.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-05541----GAUSS-05550.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-05551----GAUSS-05560.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-05551----GAUSS-05560.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-05551----GAUSS-05560.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-05551----GAUSS-05560.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-05561----GAUSS-05570.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-05561----GAUSS-05570.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-05561----GAUSS-05570.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-05561----GAUSS-05570.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-05571----GAUSS-05580.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-05571----GAUSS-05580.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-05571----GAUSS-05580.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-05571----GAUSS-05580.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-05581----GAUSS-05590.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-05581----GAUSS-05590.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-05581----GAUSS-05590.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-05581----GAUSS-05590.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-05591----GAUSS-05600.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-05591----GAUSS-05600.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-05591----GAUSS-05600.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-05591----GAUSS-05600.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-05601----GAUSS-05610.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-05601----GAUSS-05610.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-05601----GAUSS-05610.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-05601----GAUSS-05610.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-05601----GAUSS-05700.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-05601----GAUSS-05700.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-05601----GAUSS-05700.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-05601----GAUSS-05700.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-05611----GAUSS-05620.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-05611----GAUSS-05620.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-05611----GAUSS-05620.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-05611----GAUSS-05620.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-05621----GAUSS-05630.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-05621----GAUSS-05630.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-05621----GAUSS-05630.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-05621----GAUSS-05630.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-05631----GAUSS-05640.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-05631----GAUSS-05640.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-05631----GAUSS-05640.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-05631----GAUSS-05640.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-05641----GAUSS-05650.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-05641----GAUSS-05650.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-05641----GAUSS-05650.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-05641----GAUSS-05650.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-05651----GAUSS-05660.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-05651----GAUSS-05660.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-05651----GAUSS-05660.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-05651----GAUSS-05660.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-05661----GAUSS-05670.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-05661----GAUSS-05670.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-05661----GAUSS-05670.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-05661----GAUSS-05670.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-05671----GAUSS-05680.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-05671----GAUSS-05680.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-05671----GAUSS-05680.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-05671----GAUSS-05680.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-05681----GAUSS-05690.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-05681----GAUSS-05690.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-05681----GAUSS-05690.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-05681----GAUSS-05690.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-05691----GAUSS-05700.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-05691----GAUSS-05700.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-05691----GAUSS-05700.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-05691----GAUSS-05700.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-05701----GAUSS-05710.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-05701----GAUSS-05710.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-05701----GAUSS-05710.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-05701----GAUSS-05710.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-05701----GAUSS-05800.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-05701----GAUSS-05800.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-05701----GAUSS-05800.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-05701----GAUSS-05800.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-05711----GAUSS-05720.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-05711----GAUSS-05720.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-05711----GAUSS-05720.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-05711----GAUSS-05720.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-05721----GAUSS-05730.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-05721----GAUSS-05730.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-05721----GAUSS-05730.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-05721----GAUSS-05730.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-05731----GAUSS-05740.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-05731----GAUSS-05740.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-05731----GAUSS-05740.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-05731----GAUSS-05740.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-05741----GAUSS-05750.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-05741----GAUSS-05750.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-05741----GAUSS-05750.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-05741----GAUSS-05750.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-05751----GAUSS-05760.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-05751----GAUSS-05760.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-05751----GAUSS-05760.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-05751----GAUSS-05760.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-05761----GAUSS-05770.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-05761----GAUSS-05770.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-05761----GAUSS-05770.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-05761----GAUSS-05770.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-05771----GAUSS-05780.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-05771----GAUSS-05780.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-05771----GAUSS-05780.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-05771----GAUSS-05780.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-05781----GAUSS-05790.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-05781----GAUSS-05790.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-05781----GAUSS-05790.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-05781----GAUSS-05790.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-05791----GAUSS-05800.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-05791----GAUSS-05800.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-05791----GAUSS-05800.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-05791----GAUSS-05800.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-05801----GAUSS-05810.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-05801----GAUSS-05810.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-05801----GAUSS-05810.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-05801----GAUSS-05810.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-05801----GAUSS-05900.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-05801----GAUSS-05900.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-05801----GAUSS-05900.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-05801----GAUSS-05900.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-05811----GAUSS-05820.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-05811----GAUSS-05820.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-05811----GAUSS-05820.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-05811----GAUSS-05820.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-05821----GAUSS-05830.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-05821----GAUSS-05830.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-05821----GAUSS-05830.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-05821----GAUSS-05830.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-05831----GAUSS-05840.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-05831----GAUSS-05840.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-05831----GAUSS-05840.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-05831----GAUSS-05840.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-05841----GAUSS-05850.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-05841----GAUSS-05850.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-05841----GAUSS-05850.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-05841----GAUSS-05850.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-05851----GAUSS-05860.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-05851----GAUSS-05860.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-05851----GAUSS-05860.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-05851----GAUSS-05860.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-05861----GAUSS-05870.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-05861----GAUSS-05870.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-05861----GAUSS-05870.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-05861----GAUSS-05870.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-05871----GAUSS-05880.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-05871----GAUSS-05880.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-05871----GAUSS-05880.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-05871----GAUSS-05880.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-05881----GAUSS-05890.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-05881----GAUSS-05890.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-05881----GAUSS-05890.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-05881----GAUSS-05890.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-05891----GAUSS-05900.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-05891----GAUSS-05900.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-05891----GAUSS-05900.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-05891----GAUSS-05900.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-05901----GAUSS-05910.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-05901----GAUSS-05910.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-05901----GAUSS-05910.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-05901----GAUSS-05910.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-05901----GAUSS-06000.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-05901----GAUSS-06000.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-05901----GAUSS-06000.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-05901----GAUSS-06000.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-05911----GAUSS-05920.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-05911----GAUSS-05920.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-05911----GAUSS-05920.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-05911----GAUSS-05920.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-05921----GAUSS-05930.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-05921----GAUSS-05930.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-05921----GAUSS-05930.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-05921----GAUSS-05930.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-05931----GAUSS-05940.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-05931----GAUSS-05940.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-05931----GAUSS-05940.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-05931----GAUSS-05940.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-05941----GAUSS-05950.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-05941----GAUSS-05950.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-05941----GAUSS-05950.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-05941----GAUSS-05950.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-05951----GAUSS-05960.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-05951----GAUSS-05960.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-05951----GAUSS-05960.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-05951----GAUSS-05960.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-05961----GAUSS-05970.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-05961----GAUSS-05970.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-05961----GAUSS-05970.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-05961----GAUSS-05970.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-05971----GAUSS-05980.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-05971----GAUSS-05980.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-05971----GAUSS-05980.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-05971----GAUSS-05980.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-05981----GAUSS-05990.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-05981----GAUSS-05990.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-05981----GAUSS-05990.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-05981----GAUSS-05990.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-05991----GAUSS-06000.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-05991----GAUSS-06000.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-05991----GAUSS-06000.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-05991----GAUSS-06000.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-06001----GAUSS-06010.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-06001----GAUSS-06010.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-06001----GAUSS-06010.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-06001----GAUSS-06010.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-06001----GAUSS-06100.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-06001----GAUSS-06100.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-06001----GAUSS-06100.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-06001----GAUSS-06100.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-06011----GAUSS-06020.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-06011----GAUSS-06020.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-06011----GAUSS-06020.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-06011----GAUSS-06020.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-06021----GAUSS-06030.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-06021----GAUSS-06030.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-06021----GAUSS-06030.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-06021----GAUSS-06030.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-06031----GAUSS-06040.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-06031----GAUSS-06040.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-06031----GAUSS-06040.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-06031----GAUSS-06040.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-06041----GAUSS-06050.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-06041----GAUSS-06050.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-06041----GAUSS-06050.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-06041----GAUSS-06050.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-06051----GAUSS-06060.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-06051----GAUSS-06060.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-06051----GAUSS-06060.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-06051----GAUSS-06060.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-06061----GAUSS-06070.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-06061----GAUSS-06070.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-06061----GAUSS-06070.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-06061----GAUSS-06070.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-06071----GAUSS-06080.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-06071----GAUSS-06080.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-06071----GAUSS-06080.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-06071----GAUSS-06080.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-06081----GAUSS-06090.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-06081----GAUSS-06090.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-06081----GAUSS-06090.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-06081----GAUSS-06090.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-06091----GAUSS-06100.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-06091----GAUSS-06100.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-06091----GAUSS-06100.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-06091----GAUSS-06100.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-06101----GAUSS-06110.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-06101----GAUSS-06110.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-06101----GAUSS-06110.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-06101----GAUSS-06110.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-06101----GAUSS-06200.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-06101----GAUSS-06200.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-06101----GAUSS-06200.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-06101----GAUSS-06200.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-06111----GAUSS-06120.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-06111----GAUSS-06120.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-06111----GAUSS-06120.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-06111----GAUSS-06120.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-06121----GAUSS-06130.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-06121----GAUSS-06130.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-06121----GAUSS-06130.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-06121----GAUSS-06130.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-06131----GAUSS-06140.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-06131----GAUSS-06140.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-06131----GAUSS-06140.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-06131----GAUSS-06140.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-06141----GAUSS-06150.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-06141----GAUSS-06150.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-06141----GAUSS-06150.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-06141----GAUSS-06150.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-06151----GAUSS-06160.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-06151----GAUSS-06160.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-06151----GAUSS-06160.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-06151----GAUSS-06160.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-06161----GAUSS-06170.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-06161----GAUSS-06170.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-06161----GAUSS-06170.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-06161----GAUSS-06170.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-06171----GAUSS-06180.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-06171----GAUSS-06180.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-06171----GAUSS-06180.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-06171----GAUSS-06180.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-06181----GAUSS-06190.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-06181----GAUSS-06190.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-06181----GAUSS-06190.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-06181----GAUSS-06190.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-06191----GAUSS-06200.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-06191----GAUSS-06200.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-06191----GAUSS-06200.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-06191----GAUSS-06200.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-06201----GAUSS-06210.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-06201----GAUSS-06210.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-06201----GAUSS-06210.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-06201----GAUSS-06210.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-06201----GAUSS-06300.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-06201----GAUSS-06300.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-06201----GAUSS-06300.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-06201----GAUSS-06300.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-06211----GAUSS-06220.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-06211----GAUSS-06220.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-06211----GAUSS-06220.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-06211----GAUSS-06220.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-06221----GAUSS-06230.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-06221----GAUSS-06230.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-06221----GAUSS-06230.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-06221----GAUSS-06230.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-06231----GAUSS-0640.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-06231----GAUSS-0640.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-06231----GAUSS-0640.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-06231----GAUSS-0640.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-06241----GAUSS-06250.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-06241----GAUSS-06250.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-06241----GAUSS-06250.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-06241----GAUSS-06250.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-06251----GAUSS-06260.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-06251----GAUSS-06260.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-06251----GAUSS-06260.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-06251----GAUSS-06260.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-06261----GAUSS-06270.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-06261----GAUSS-06270.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-06261----GAUSS-06270.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-06261----GAUSS-06270.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-06271----GAUSS-06280.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-06271----GAUSS-06280.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-06271----GAUSS-06280.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-06271----GAUSS-06280.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-06281----GAUSS-06290.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-06281----GAUSS-06290.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-06281----GAUSS-06290.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-06281----GAUSS-06290.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-06291----GAUSS-06300.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-06291----GAUSS-06300.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-06291----GAUSS-06300.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-06291----GAUSS-06300.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-06301----GAUSS-06310.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-06301----GAUSS-06310.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-06301----GAUSS-06310.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-06301----GAUSS-06310.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-06301----GAUSS-06400.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-06301----GAUSS-06400.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-06301----GAUSS-06400.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-06301----GAUSS-06400.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-06311----GAUSS-06320.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-06311----GAUSS-06320.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-06311----GAUSS-06320.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-06311----GAUSS-06320.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-06321----GAUSS-06330.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-06321----GAUSS-06330.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-06321----GAUSS-06330.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-06321----GAUSS-06330.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-06331----GAUSS-06340.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-06331----GAUSS-06340.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-06331----GAUSS-06340.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-06331----GAUSS-06340.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-06341----GAUSS-06350.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-06341----GAUSS-06350.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-06341----GAUSS-06350.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-06341----GAUSS-06350.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-06351----GAUSS-06360.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-06351----GAUSS-06360.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-06351----GAUSS-06360.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-06351----GAUSS-06360.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-06361----GAUSS-06370.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-06361----GAUSS-06370.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-06361----GAUSS-06370.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-06361----GAUSS-06370.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-06371----GAUSS-06380.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-06371----GAUSS-06380.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-06371----GAUSS-06380.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-06371----GAUSS-06380.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-06381----GAUSS-06390.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-06381----GAUSS-06390.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-06381----GAUSS-06390.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-06381----GAUSS-06390.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-06391----GAUSS-06400.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-06391----GAUSS-06400.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-06391----GAUSS-06400.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-06391----GAUSS-06400.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-06401----GAUSS-06410.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-06401----GAUSS-06410.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-06401----GAUSS-06410.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-06401----GAUSS-06410.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-06401----GAUSS-06500.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-06401----GAUSS-06500.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-06401----GAUSS-06500.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-06401----GAUSS-06500.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-06411----GAUSS-06420.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-06411----GAUSS-06420.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-06411----GAUSS-06420.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-06411----GAUSS-06420.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-06421----GAUSS-06430.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-06421----GAUSS-06430.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-06421----GAUSS-06430.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-06421----GAUSS-06430.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-06431----GAUSS-06440.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-06431----GAUSS-06440.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-06431----GAUSS-06440.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-06431----GAUSS-06440.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-06441----GAUSS-06450.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-06441----GAUSS-06450.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-06441----GAUSS-06450.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-06441----GAUSS-06450.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-06451----GAUSS-06460.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-06451----GAUSS-06460.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-06451----GAUSS-06460.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-06451----GAUSS-06460.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-06461----GAUSS-06470.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-06461----GAUSS-06470.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-06461----GAUSS-06470.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-06461----GAUSS-06470.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-06471----GAUSS-06480.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-06471----GAUSS-06480.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-06471----GAUSS-06480.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-06471----GAUSS-06480.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-06481----GAUSS-06490.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-06481----GAUSS-06490.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-06481----GAUSS-06490.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-06481----GAUSS-06490.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-06491----GAUSS-06500.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-06491----GAUSS-06500.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-06491----GAUSS-06500.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-06491----GAUSS-06500.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-06501----GAUSS-06510.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-06501----GAUSS-06510.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-06501----GAUSS-06510.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-06501----GAUSS-06510.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-06501----GAUSS-06600.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-06501----GAUSS-06600.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-06501----GAUSS-06600.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-06501----GAUSS-06600.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-06511----GAUSS-06520.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-06511----GAUSS-06520.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-06511----GAUSS-06520.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-06511----GAUSS-06520.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-06521----GAUSS-06530.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-06521----GAUSS-06530.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-06521----GAUSS-06530.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-06521----GAUSS-06530.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-06531----GAUSS-06540.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-06531----GAUSS-06540.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-06531----GAUSS-06540.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-06531----GAUSS-06540.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-06541----GAUSS-06550.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-06541----GAUSS-06550.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-06541----GAUSS-06550.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-06541----GAUSS-06550.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-06551----GAUSS-06560.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-06551----GAUSS-06560.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-06551----GAUSS-06560.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-06551----GAUSS-06560.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-06561----GAUSS-06570.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-06561----GAUSS-06570.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-06561----GAUSS-06570.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-06561----GAUSS-06570.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-06571----GAUSS-06580.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-06571----GAUSS-06580.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-06571----GAUSS-06580.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-06571----GAUSS-06580.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-06581----GAUSS-06590.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-06581----GAUSS-06590.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-06581----GAUSS-06590.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-06581----GAUSS-06590.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-06591----GAUSS-06600.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-06591----GAUSS-06600.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-06591----GAUSS-06600.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-06591----GAUSS-06600.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-06601----GAUSS-06610.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-06601----GAUSS-06610.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-06601----GAUSS-06610.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-06601----GAUSS-06610.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-06601----GAUSS-06700.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-06601----GAUSS-06700.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-06601----GAUSS-06700.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-06601----GAUSS-06700.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-06611----GAUSS-06620.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-06611----GAUSS-06620.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-06611----GAUSS-06620.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-06611----GAUSS-06620.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-06621----GAUSS-06630.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-06621----GAUSS-06630.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-06621----GAUSS-06630.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-06621----GAUSS-06630.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-06631----GAUSS-06640.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-06631----GAUSS-06640.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-06631----GAUSS-06640.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-06631----GAUSS-06640.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-06641----GAUSS-06650.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-06641----GAUSS-06650.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-06641----GAUSS-06650.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-06641----GAUSS-06650.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-06651----GAUSS-06660.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-06651----GAUSS-06660.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-06651----GAUSS-06660.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-06651----GAUSS-06660.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-06661----GAUSS-06670.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-06661----GAUSS-06670.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-06661----GAUSS-06670.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-06661----GAUSS-06670.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-06671----GAUSS-06680.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-06671----GAUSS-06680.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-06671----GAUSS-06680.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-06671----GAUSS-06680.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-06681----GAUSS-06690.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-06681----GAUSS-06690.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-06681----GAUSS-06690.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-06681----GAUSS-06690.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-06691----GAUSS-06700.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-06691----GAUSS-06700.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-06691----GAUSS-06700.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-06691----GAUSS-06700.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-06701----GAUSS-06710.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-06701----GAUSS-06710.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-06701----GAUSS-06710.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-06701----GAUSS-06710.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-06701----GAUSS-06800.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-06701----GAUSS-06800.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-06701----GAUSS-06800.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-06701----GAUSS-06800.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-06711----GAUSS-06720.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-06711----GAUSS-06720.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-06711----GAUSS-06720.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-06711----GAUSS-06720.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-06721----GAUSS-06730.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-06721----GAUSS-06730.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-06721----GAUSS-06730.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-06721----GAUSS-06730.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-06731----GAUSS-06740.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-06731----GAUSS-06740.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-06731----GAUSS-06740.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-06731----GAUSS-06740.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-06741----GAUSS-06750.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-06741----GAUSS-06750.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-06741----GAUSS-06750.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-06741----GAUSS-06750.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-06751----GAUSS-06760.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-06751----GAUSS-06760.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-06751----GAUSS-06760.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-06751----GAUSS-06760.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-06761----GAUSS-06770.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-06761----GAUSS-06770.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-06761----GAUSS-06770.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-06761----GAUSS-06770.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-06771----GAUSS-06780.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-06771----GAUSS-06780.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-06771----GAUSS-06780.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-06771----GAUSS-06780.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-06781----GAUSS-06790.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-06781----GAUSS-06790.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-06781----GAUSS-06790.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-06781----GAUSS-06790.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-06791----GAUSS-06800.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-06791----GAUSS-06800.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-06791----GAUSS-06800.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-06791----GAUSS-06800.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-06801----GAUSS-06810.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-06801----GAUSS-06810.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-06801----GAUSS-06810.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-06801----GAUSS-06810.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-06801----GAUSS-06900.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-06801----GAUSS-06900.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-06801----GAUSS-06900.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-06801----GAUSS-06900.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-06811----GAUSS-06820.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-06811----GAUSS-06820.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-06811----GAUSS-06820.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-06811----GAUSS-06820.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-06821----GAUSS-06830.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-06821----GAUSS-06830.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-06821----GAUSS-06830.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-06821----GAUSS-06830.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-06831----GAUSS-06840.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-06831----GAUSS-06840.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-06831----GAUSS-06840.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-06831----GAUSS-06840.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-06841----GAUSS-06850.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-06841----GAUSS-06850.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-06841----GAUSS-06850.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-06841----GAUSS-06850.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-06851----GAUSS-06860.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-06851----GAUSS-06860.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-06851----GAUSS-06860.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-06851----GAUSS-06860.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-06861----GAUSS-06870.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-06861----GAUSS-06870.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-06861----GAUSS-06870.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-06861----GAUSS-06870.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-06871----GAUSS-06880.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-06871----GAUSS-06880.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-06871----GAUSS-06880.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-06871----GAUSS-06880.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-06881----GAUSS-06890.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-06881----GAUSS-06890.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-06881----GAUSS-06890.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-06881----GAUSS-06890.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-06891----GAUSS-06900.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-06891----GAUSS-06900.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-06891----GAUSS-06900.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-06891----GAUSS-06900.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-06901----GAUSS-06910.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-06901----GAUSS-06910.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-06901----GAUSS-06910.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-06901----GAUSS-06910.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-06901----GAUSS-07000.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-06901----GAUSS-07000.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-06901----GAUSS-07000.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-06901----GAUSS-07000.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-06911----GAUSS-06920.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-06911----GAUSS-06920.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-06911----GAUSS-06920.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-06911----GAUSS-06920.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-06921----GAUSS-06930.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-06921----GAUSS-06930.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-06921----GAUSS-06930.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-06921----GAUSS-06930.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-06931----GAUSS-06940.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-06931----GAUSS-06940.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-06931----GAUSS-06940.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-06931----GAUSS-06940.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-06941----GAUSS-06950.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-06941----GAUSS-06950.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-06941----GAUSS-06950.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-06941----GAUSS-06950.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-06951----GAUSS-06960.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-06951----GAUSS-06960.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-06951----GAUSS-06960.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-06951----GAUSS-06960.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-06961----GAUSS-06970.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-06961----GAUSS-06970.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-06961----GAUSS-06970.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-06961----GAUSS-06970.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-06971----GAUSS-06980.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-06971----GAUSS-06980.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-06971----GAUSS-06980.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-06971----GAUSS-06980.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-06981----GAUSS-06990.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-06981----GAUSS-06990.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-06981----GAUSS-06990.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-06981----GAUSS-06990.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-06991----GAUSS-07000.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-06991----GAUSS-07000.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-06991----GAUSS-07000.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-06991----GAUSS-07000.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-07001----GAUSS-07010.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-07001----GAUSS-07010.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-07001----GAUSS-07010.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-07001----GAUSS-07010.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-07001----GAUSS-07100.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-07001----GAUSS-07100.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-07001----GAUSS-07100.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-07001----GAUSS-07100.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-07011----GAUSS-07020.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-07011----GAUSS-07020.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-07011----GAUSS-07020.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-07011----GAUSS-07020.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-07021----GAUSS-07030.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-07021----GAUSS-07030.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-07021----GAUSS-07030.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-07021----GAUSS-07030.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-07031----GAUSS-07040.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-07031----GAUSS-07040.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-07031----GAUSS-07040.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-07031----GAUSS-07040.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-07041----GAUSS-07050.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-07041----GAUSS-07050.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-07041----GAUSS-07050.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-07041----GAUSS-07050.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-07051----GAUSS-07060.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-07051----GAUSS-07060.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-07051----GAUSS-07060.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-07051----GAUSS-07060.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-07061----GAUSS-07070.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-07061----GAUSS-07070.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-07061----GAUSS-07070.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-07061----GAUSS-07070.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-07071----GAUSS-07080.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-07071----GAUSS-07080.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-07071----GAUSS-07080.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-07071----GAUSS-07080.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-07081----GAUSS-07090.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-07081----GAUSS-07090.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-07081----GAUSS-07090.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-07081----GAUSS-07090.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-07091----GAUSS-07100.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-07091----GAUSS-07100.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-07091----GAUSS-07100.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-07091----GAUSS-07100.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-07101----GAUSS-07110.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-07101----GAUSS-07110.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-07101----GAUSS-07110.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-07101----GAUSS-07110.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-07101----GAUSS-07200.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-07101----GAUSS-07200.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-07101----GAUSS-07200.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-07101----GAUSS-07200.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-07111----GAUSS-07120.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-07111----GAUSS-07120.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-07111----GAUSS-07120.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-07111----GAUSS-07120.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-07121----GAUSS-07130.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-07121----GAUSS-07130.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-07121----GAUSS-07130.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-07121----GAUSS-07130.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-07131----GAUSS-07140.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-07131----GAUSS-07140.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-07131----GAUSS-07140.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-07131----GAUSS-07140.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-07141----GAUSS-07150.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-07141----GAUSS-07150.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-07141----GAUSS-07150.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-07141----GAUSS-07150.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-07151----GAUSS-07160.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-07151----GAUSS-07160.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-07151----GAUSS-07160.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-07151----GAUSS-07160.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-07161----GAUSS-07170.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-07161----GAUSS-07170.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-07161----GAUSS-07170.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-07161----GAUSS-07170.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-07171----GAUSS-07180.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-07171----GAUSS-07180.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-07171----GAUSS-07180.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-07171----GAUSS-07180.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-07181----GAUSS-07190.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-07181----GAUSS-07190.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-07181----GAUSS-07190.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-07181----GAUSS-07190.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-07191----GAUSS-07200.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-07191----GAUSS-07200.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-07191----GAUSS-07200.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-07191----GAUSS-07200.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-07201----GAUSS-07210.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-07201----GAUSS-07210.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-07201----GAUSS-07210.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-07201----GAUSS-07210.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-07201----GAUSS-07300.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-07201----GAUSS-07300.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-07201----GAUSS-07300.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-07201----GAUSS-07300.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-07211----GAUSS-07220.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-07211----GAUSS-07220.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-07211----GAUSS-07220.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-07211----GAUSS-07220.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-07221----GAUSS-07230.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-07221----GAUSS-07230.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-07221----GAUSS-07230.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-07221----GAUSS-07230.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-07231----GAUSS-07240.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-07231----GAUSS-07240.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-07231----GAUSS-07240.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-07231----GAUSS-07240.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-07241----GAUSS-07250.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-07241----GAUSS-07250.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-07241----GAUSS-07250.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-07241----GAUSS-07250.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-07251----GAUSS-07260.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-07251----GAUSS-07260.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-07251----GAUSS-07260.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-07251----GAUSS-07260.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-07261----GAUSS-07270.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-07261----GAUSS-07270.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-07261----GAUSS-07270.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-07261----GAUSS-07270.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-07271----GAUSS-07280.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-07271----GAUSS-07280.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-07271----GAUSS-07280.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-07271----GAUSS-07280.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-07281----GAUSS-07290.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-07281----GAUSS-07290.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-07281----GAUSS-07290.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-07281----GAUSS-07290.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-07291----GAUSS-07300.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-07291----GAUSS-07300.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-07291----GAUSS-07300.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-07291----GAUSS-07300.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-07301----GAUSS-07310.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-07301----GAUSS-07310.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-07301----GAUSS-07310.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-07301----GAUSS-07310.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-07301----GAUSS-07400.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-07301----GAUSS-07400.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-07301----GAUSS-07400.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-07301----GAUSS-07400.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-07311----GAUSS-07320.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-07311----GAUSS-07320.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-07311----GAUSS-07320.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-07311----GAUSS-07320.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-07321----GAUSS-07330.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-07321----GAUSS-07330.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-07321----GAUSS-07330.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-07321----GAUSS-07330.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-07331----GAUSS-07340.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-07331----GAUSS-07340.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-07331----GAUSS-07340.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-07331----GAUSS-07340.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-07341----GAUSS-07350.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-07341----GAUSS-07350.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-07341----GAUSS-07350.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-07341----GAUSS-07350.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-07351----GAUSS-07360.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-07351----GAUSS-07360.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-07351----GAUSS-07360.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-07351----GAUSS-07360.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-07361----GAUSS-07370.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-07361----GAUSS-07370.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-07361----GAUSS-07370.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-07361----GAUSS-07370.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-07371----GAUSS-07380.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-07371----GAUSS-07380.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-07371----GAUSS-07380.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-07371----GAUSS-07380.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-07381----GAUSS-07390.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-07381----GAUSS-07390.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-07381----GAUSS-07390.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-07381----GAUSS-07390.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-07391----GAUSS-07400.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-07391----GAUSS-07400.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-07391----GAUSS-07400.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-07391----GAUSS-07400.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-07401----GAUSS-07410.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-07401----GAUSS-07410.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-07401----GAUSS-07410.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-07401----GAUSS-07410.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-07401----GAUSS-07500.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-07401----GAUSS-07500.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-07401----GAUSS-07500.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-07401----GAUSS-07500.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-07411----GAUSS-07420.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-07411----GAUSS-07420.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-07411----GAUSS-07420.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-07411----GAUSS-07420.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-07421----GAUSS-07430.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-07421----GAUSS-07430.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-07421----GAUSS-07430.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-07421----GAUSS-07430.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-07431----GAUSS-07440.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-07431----GAUSS-07440.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-07431----GAUSS-07440.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-07431----GAUSS-07440.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-07441----GAUSS-07450.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-07441----GAUSS-07450.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-07441----GAUSS-07450.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-07441----GAUSS-07450.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-07451----GAUSS-07460.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-07451----GAUSS-07460.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-07451----GAUSS-07460.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-07451----GAUSS-07460.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-07461----GAUSS-07470.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-07461----GAUSS-07470.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-07461----GAUSS-07470.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-07461----GAUSS-07470.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-07471----GAUSS-07480.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-07471----GAUSS-07480.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-07471----GAUSS-07480.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-07471----GAUSS-07480.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-07481----GAUSS-07490.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-07481----GAUSS-07490.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-07481----GAUSS-07490.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-07481----GAUSS-07490.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-07491----GAUSS-07500.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-07491----GAUSS-07500.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-07491----GAUSS-07500.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-07491----GAUSS-07500.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-07501----GAUSS-07510.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-07501----GAUSS-07510.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-07501----GAUSS-07510.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-07501----GAUSS-07510.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-07501----GAUSS-07600.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-07501----GAUSS-07600.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-07501----GAUSS-07600.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-07501----GAUSS-07600.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-07511----GAUSS-07520.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-07511----GAUSS-07520.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-07511----GAUSS-07520.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-07511----GAUSS-07520.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-07521----GAUSS-07530.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-07521----GAUSS-07530.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-07521----GAUSS-07530.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-07521----GAUSS-07530.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-07531----GAUSS-07540.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-07531----GAUSS-07540.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-07531----GAUSS-07540.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-07531----GAUSS-07540.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-07541----GAUSS-07550.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-07541----GAUSS-07550.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-07541----GAUSS-07550.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-07541----GAUSS-07550.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-07551----GAUSS-07560.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-07551----GAUSS-07560.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-07551----GAUSS-07560.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-07551----GAUSS-07560.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-07561----GAUSS-07570.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-07561----GAUSS-07570.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-07561----GAUSS-07570.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-07561----GAUSS-07570.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-07571----GAUSS-07580.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-07571----GAUSS-07580.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-07571----GAUSS-07580.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-07571----GAUSS-07580.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-07581----GAUSS-07590.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-07581----GAUSS-07590.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-07581----GAUSS-07590.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-07581----GAUSS-07590.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-07591----GAUSS-07600.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-07591----GAUSS-07600.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-07591----GAUSS-07600.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-07591----GAUSS-07600.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-07601----GAUSS-07610.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-07601----GAUSS-07610.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-07601----GAUSS-07610.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-07601----GAUSS-07610.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-07601----GAUSS-07700.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-07601----GAUSS-07700.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-07601----GAUSS-07700.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-07601----GAUSS-07700.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-07611----GAUSS-07620.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-07611----GAUSS-07620.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-07611----GAUSS-07620.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-07611----GAUSS-07620.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-07621----GAUSS-07630.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-07621----GAUSS-07630.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-07621----GAUSS-07630.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-07621----GAUSS-07630.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-07631----GAUSS-07640.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-07631----GAUSS-07640.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-07631----GAUSS-07640.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-07631----GAUSS-07640.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-07641----GAUSS-07650.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-07641----GAUSS-07650.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-07641----GAUSS-07650.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-07641----GAUSS-07650.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-07651----GAUSS-07660.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-07651----GAUSS-07660.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-07651----GAUSS-07660.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-07651----GAUSS-07660.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-07661----GAUSS-07670.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-07661----GAUSS-07670.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-07661----GAUSS-07670.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-07661----GAUSS-07670.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-07671----GAUSS-07680.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-07671----GAUSS-07680.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-07671----GAUSS-07680.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-07671----GAUSS-07680.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-07681----GAUSS-07690.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-07681----GAUSS-07690.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-07681----GAUSS-07690.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-07681----GAUSS-07690.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-07691----GAUSS-07700.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-07691----GAUSS-07700.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-07691----GAUSS-07700.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-07691----GAUSS-07700.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-07701----GAUSS-07710.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-07701----GAUSS-07710.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-07701----GAUSS-07710.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-07701----GAUSS-07710.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-07701----GAUSS-07800.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-07701----GAUSS-07800.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-07701----GAUSS-07800.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-07701----GAUSS-07800.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-07711----GAUSS-07720.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-07711----GAUSS-07720.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-07711----GAUSS-07720.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-07711----GAUSS-07720.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-07721----GAUSS-07730.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-07721----GAUSS-07730.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-07721----GAUSS-07730.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-07721----GAUSS-07730.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-07731----GAUSS-07740.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-07731----GAUSS-07740.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-07731----GAUSS-07740.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-07731----GAUSS-07740.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-50000----GAUSS-50099.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-50000----GAUSS-50099.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-50000----GAUSS-50099.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-50000----GAUSS-50099.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-50000----GAUSS-50999.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-50000----GAUSS-50999.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-50000----GAUSS-50999.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-50000----GAUSS-50999.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-50100----GAUSS-50199.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-50100----GAUSS-50199.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-50100----GAUSS-50199.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-50100----GAUSS-50199.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-50200----GAUSS-50299.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-50200----GAUSS-50299.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-50200----GAUSS-50299.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-50200----GAUSS-50299.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-50300----GAUSS-50399.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-50300----GAUSS-50399.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-50300----GAUSS-50399.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-50300----GAUSS-50399.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-50400----GAUSS-50499.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-50400----GAUSS-50499.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-50400----GAUSS-50499.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-50400----GAUSS-50499.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-50500----GAUSS-50599.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-50500----GAUSS-50599.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-50500----GAUSS-50599.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-50500----GAUSS-50599.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-50600----GAUSS-50699.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-50600----GAUSS-50699.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-50600----GAUSS-50699.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-50600----GAUSS-50699.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-50700----GAUSS-50799.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-50700----GAUSS-50799.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-50700----GAUSS-50799.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-50700----GAUSS-50799.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-50800----GAUSS-50899.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-50800----GAUSS-50899.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-50800----GAUSS-50899.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-50800----GAUSS-50899.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-50900----GAUSS-50999.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-50900----GAUSS-50999.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-50900----GAUSS-50999.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-50900----GAUSS-50999.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-51000----GAUSS-51099.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-51000----GAUSS-51099.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-51000----GAUSS-51099.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-51000----GAUSS-51099.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-51000----GAUSS-51999.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-51000----GAUSS-51999.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-51000----GAUSS-51999.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-51000----GAUSS-51999.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-51100----GAUSS-51199.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-51100----GAUSS-51199.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-51100----GAUSS-51199.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-51100----GAUSS-51199.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-51200----GAUSS-51299.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-51200----GAUSS-51299.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-51200----GAUSS-51299.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-51200----GAUSS-51299.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-51300----GAUSS-51399.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-51300----GAUSS-51399.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-51300----GAUSS-51399.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-51300----GAUSS-51399.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-51400----GAUSS-51499.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-51400----GAUSS-51499.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-51400----GAUSS-51499.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-51400----GAUSS-51499.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-51500----GAUSS-51599.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-51500----GAUSS-51599.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-51500----GAUSS-51599.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-51500----GAUSS-51599.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-51600----GAUSS-51699.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-51600----GAUSS-51699.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-51600----GAUSS-51699.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-51600----GAUSS-51699.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-51700----GAUSS-51799.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-51700----GAUSS-51799.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-51700----GAUSS-51799.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-51700----GAUSS-51799.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-51800----GAUSS-51899.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-51800----GAUSS-51899.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-51800----GAUSS-51899.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-51800----GAUSS-51899.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-51900----GAUSS-51999.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-51900----GAUSS-51999.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-51900----GAUSS-51999.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-51900----GAUSS-51999.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-52000----GAUSS-52099.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-52000----GAUSS-52099.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-52000----GAUSS-52099.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-52000----GAUSS-52099.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-52000----GAUSS-52999.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-52000----GAUSS-52999.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-52000----GAUSS-52999.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-52000----GAUSS-52999.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-52100----GAUSS-52199.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-52100----GAUSS-52199.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-52100----GAUSS-52199.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-52100----GAUSS-52199.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-52200----GAUSS-52299.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-52200----GAUSS-52299.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-52200----GAUSS-52299.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-52200----GAUSS-52299.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-52300----GAUSS-52399.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-52300----GAUSS-52399.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-52300----GAUSS-52399.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-52300----GAUSS-52399.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-52400----GAUSS-52499.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-52400----GAUSS-52499.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-52400----GAUSS-52499.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-52400----GAUSS-52499.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-52500----GAUSS-52599.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-52500----GAUSS-52599.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-52500----GAUSS-52599.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-52500----GAUSS-52599.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-52600----GAUSS-52699.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-52600----GAUSS-52699.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-52600----GAUSS-52699.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-52600----GAUSS-52699.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-52700----GAUSS-52799.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-52700----GAUSS-52799.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-52700----GAUSS-52799.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-52700----GAUSS-52799.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-52800----GAUSS-52899.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-52800----GAUSS-52899.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-52800----GAUSS-52899.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-52800----GAUSS-52899.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-52900----GAUSS-52999.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-52900----GAUSS-52999.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-52900----GAUSS-52999.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-52900----GAUSS-52999.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-53000----GAUSS-53099.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-53000----GAUSS-53099.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-53000----GAUSS-53099.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-53000----GAUSS-53099.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-53000----GAUSS-53999.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-53000----GAUSS-53999.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-53000----GAUSS-53999.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-53000----GAUSS-53999.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-53100----GAUSS-53199.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-53100----GAUSS-53199.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-53100----GAUSS-53199.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-53100----GAUSS-53199.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-53200----GAUSS-53299.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-53200----GAUSS-53299.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-53200----GAUSS-53299.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-53200----GAUSS-53299.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-53300----GAUSS-53399.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-53300----GAUSS-53399.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-53300----GAUSS-53399.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-53300----GAUSS-53399.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-53400----GAUSS-53499.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-53400----GAUSS-53499.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-53400----GAUSS-53499.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-53400----GAUSS-53499.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-53500----GAUSS-53599.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-53500----GAUSS-53599.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-53500----GAUSS-53599.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-53500----GAUSS-53599.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GAUSS-53600----GAUSS-53699.md b/content/docs-lite/zh/docs/DatabaseReference/GAUSS-53600----GAUSS-53699.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GAUSS-53600----GAUSS-53699.md rename to content/docs-lite/zh/docs/DatabaseReference/GAUSS-53600----GAUSS-53699.md diff --git "a/content/docs-lite/zh/docs/DataBaseReference/GET_GLOBAL_PREPARED_XACTS_\345\272\237\345\274\203.md" "b/content/docs-lite/zh/docs/DatabaseReference/GET_GLOBAL_PREPARED_XACTS_\345\272\237\345\274\203.md" similarity index 100% rename from "content/docs-lite/zh/docs/DataBaseReference/GET_GLOBAL_PREPARED_XACTS_\345\272\237\345\274\203.md" rename to "content/docs-lite/zh/docs/DatabaseReference/GET_GLOBAL_PREPARED_XACTS_\345\272\237\345\274\203.md" diff --git a/content/docs-lite/zh/docs/DataBaseReference/GS_ASP.md b/content/docs-lite/zh/docs/DatabaseReference/GS_ASP.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GS_ASP.md rename to content/docs-lite/zh/docs/DatabaseReference/GS_ASP.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GS_AUDITING.md b/content/docs-lite/zh/docs/DatabaseReference/GS_AUDITING.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GS_AUDITING.md rename to content/docs-lite/zh/docs/DatabaseReference/GS_AUDITING.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GS_AUDITING_ACCESS.md b/content/docs-lite/zh/docs/DatabaseReference/GS_AUDITING_ACCESS.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GS_AUDITING_ACCESS.md rename to content/docs-lite/zh/docs/DatabaseReference/GS_AUDITING_ACCESS.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GS_AUDITING_POLICY.md b/content/docs-lite/zh/docs/DatabaseReference/GS_AUDITING_POLICY.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GS_AUDITING_POLICY.md rename to content/docs-lite/zh/docs/DatabaseReference/GS_AUDITING_POLICY.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GS_AUDITING_POLICY_ACCESS.md b/content/docs-lite/zh/docs/DatabaseReference/GS_AUDITING_POLICY_ACCESS.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GS_AUDITING_POLICY_ACCESS.md rename to content/docs-lite/zh/docs/DatabaseReference/GS_AUDITING_POLICY_ACCESS.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GS_AUDITING_POLICY_FILTERS.md b/content/docs-lite/zh/docs/DatabaseReference/GS_AUDITING_POLICY_FILTERS.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GS_AUDITING_POLICY_FILTERS.md rename to content/docs-lite/zh/docs/DatabaseReference/GS_AUDITING_POLICY_FILTERS.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GS_AUDITING_POLICY_PRIVILEGES.md b/content/docs-lite/zh/docs/DatabaseReference/GS_AUDITING_POLICY_PRIVILEGES.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GS_AUDITING_POLICY_PRIVILEGES.md rename to content/docs-lite/zh/docs/DatabaseReference/GS_AUDITING_POLICY_PRIVILEGES.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GS_AUDITING_PRIVILEGE.md b/content/docs-lite/zh/docs/DatabaseReference/GS_AUDITING_PRIVILEGE.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GS_AUDITING_PRIVILEGE.md rename to content/docs-lite/zh/docs/DatabaseReference/GS_AUDITING_PRIVILEGE.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GS_CLIENT_GLOBAL_KEYS.md b/content/docs-lite/zh/docs/DatabaseReference/GS_CLIENT_GLOBAL_KEYS.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GS_CLIENT_GLOBAL_KEYS.md rename to content/docs-lite/zh/docs/DatabaseReference/GS_CLIENT_GLOBAL_KEYS.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GS_CLIENT_GLOBAL_KEYS_ARGS.md b/content/docs-lite/zh/docs/DatabaseReference/GS_CLIENT_GLOBAL_KEYS_ARGS.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GS_CLIENT_GLOBAL_KEYS_ARGS.md rename to content/docs-lite/zh/docs/DatabaseReference/GS_CLIENT_GLOBAL_KEYS_ARGS.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GS_COLUMN_KEYS.md b/content/docs-lite/zh/docs/DatabaseReference/GS_COLUMN_KEYS.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GS_COLUMN_KEYS.md rename to content/docs-lite/zh/docs/DatabaseReference/GS_COLUMN_KEYS.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GS_COLUMN_KEYS_ARGS.md b/content/docs-lite/zh/docs/DatabaseReference/GS_COLUMN_KEYS_ARGS.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GS_COLUMN_KEYS_ARGS.md rename to content/docs-lite/zh/docs/DatabaseReference/GS_COLUMN_KEYS_ARGS.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GS_DB_PRIVILEGE.md b/content/docs-lite/zh/docs/DatabaseReference/GS_DB_PRIVILEGE.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GS_DB_PRIVILEGE.md rename to content/docs-lite/zh/docs/DatabaseReference/GS_DB_PRIVILEGE.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GS_DB_PRIVILEGES.md b/content/docs-lite/zh/docs/DatabaseReference/GS_DB_PRIVILEGES.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GS_DB_PRIVILEGES.md rename to content/docs-lite/zh/docs/DatabaseReference/GS_DB_PRIVILEGES.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GS_ENCRYPTED_COLUMNS.md b/content/docs-lite/zh/docs/DatabaseReference/GS_ENCRYPTED_COLUMNS.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GS_ENCRYPTED_COLUMNS.md rename to content/docs-lite/zh/docs/DatabaseReference/GS_ENCRYPTED_COLUMNS.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GS_ENCRYPTED_PROC.md b/content/docs-lite/zh/docs/DatabaseReference/GS_ENCRYPTED_PROC.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GS_ENCRYPTED_PROC.md rename to content/docs-lite/zh/docs/DatabaseReference/GS_ENCRYPTED_PROC.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GS_FILE_STAT.md b/content/docs-lite/zh/docs/DatabaseReference/GS_FILE_STAT.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GS_FILE_STAT.md rename to content/docs-lite/zh/docs/DatabaseReference/GS_FILE_STAT.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GS_GLOBAL_CHAIN.md b/content/docs-lite/zh/docs/DatabaseReference/GS_GLOBAL_CHAIN.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GS_GLOBAL_CHAIN.md rename to content/docs-lite/zh/docs/DatabaseReference/GS_GLOBAL_CHAIN.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GS_GLOBAL_CONFIG.md b/content/docs-lite/zh/docs/DatabaseReference/GS_GLOBAL_CONFIG.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GS_GLOBAL_CONFIG.md rename to content/docs-lite/zh/docs/DatabaseReference/GS_GLOBAL_CONFIG.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GS_GSC_MEMORY_DETAIL.md b/content/docs-lite/zh/docs/DatabaseReference/GS_GSC_MEMORY_DETAIL.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GS_GSC_MEMORY_DETAIL.md rename to content/docs-lite/zh/docs/DatabaseReference/GS_GSC_MEMORY_DETAIL.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GS_INSTANCE_TIME.md b/content/docs-lite/zh/docs/DatabaseReference/GS_INSTANCE_TIME.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GS_INSTANCE_TIME.md rename to content/docs-lite/zh/docs/DatabaseReference/GS_INSTANCE_TIME.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GS_LABELS.md b/content/docs-lite/zh/docs/DatabaseReference/GS_LABELS.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GS_LABELS.md rename to content/docs-lite/zh/docs/DatabaseReference/GS_LABELS.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GS_LSC_MEMORY_DETAIL.md b/content/docs-lite/zh/docs/DatabaseReference/GS_LSC_MEMORY_DETAIL.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GS_LSC_MEMORY_DETAIL.md rename to content/docs-lite/zh/docs/DatabaseReference/GS_LSC_MEMORY_DETAIL.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GS_MASKING.md b/content/docs-lite/zh/docs/DatabaseReference/GS_MASKING.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GS_MASKING.md rename to content/docs-lite/zh/docs/DatabaseReference/GS_MASKING.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GS_MASKING_POLICY.md b/content/docs-lite/zh/docs/DatabaseReference/GS_MASKING_POLICY.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GS_MASKING_POLICY.md rename to content/docs-lite/zh/docs/DatabaseReference/GS_MASKING_POLICY.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GS_MASKING_POLICY_ACTIONS.md b/content/docs-lite/zh/docs/DatabaseReference/GS_MASKING_POLICY_ACTIONS.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GS_MASKING_POLICY_ACTIONS.md rename to content/docs-lite/zh/docs/DatabaseReference/GS_MASKING_POLICY_ACTIONS.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GS_MASKING_POLICY_FILTERS.md b/content/docs-lite/zh/docs/DatabaseReference/GS_MASKING_POLICY_FILTERS.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GS_MASKING_POLICY_FILTERS.md rename to content/docs-lite/zh/docs/DatabaseReference/GS_MASKING_POLICY_FILTERS.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GS_MATVIEW.md b/content/docs-lite/zh/docs/DatabaseReference/GS_MATVIEW.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GS_MATVIEW.md rename to content/docs-lite/zh/docs/DatabaseReference/GS_MATVIEW.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GS_MATVIEWS.md b/content/docs-lite/zh/docs/DatabaseReference/GS_MATVIEWS.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GS_MATVIEWS.md rename to content/docs-lite/zh/docs/DatabaseReference/GS_MATVIEWS.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GS_MATVIEW_DEPENDENCY.md b/content/docs-lite/zh/docs/DatabaseReference/GS_MATVIEW_DEPENDENCY.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GS_MATVIEW_DEPENDENCY.md rename to content/docs-lite/zh/docs/DatabaseReference/GS_MATVIEW_DEPENDENCY.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GS_MODEL_WAREHOUSE.md b/content/docs-lite/zh/docs/DatabaseReference/GS_MODEL_WAREHOUSE.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GS_MODEL_WAREHOUSE.md rename to content/docs-lite/zh/docs/DatabaseReference/GS_MODEL_WAREHOUSE.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GS_OPT_MODEL.md b/content/docs-lite/zh/docs/DatabaseReference/GS_OPT_MODEL.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GS_OPT_MODEL.md rename to content/docs-lite/zh/docs/DatabaseReference/GS_OPT_MODEL.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GS_OS_RUN_INFO.md b/content/docs-lite/zh/docs/DatabaseReference/GS_OS_RUN_INFO.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GS_OS_RUN_INFO.md rename to content/docs-lite/zh/docs/DatabaseReference/GS_OS_RUN_INFO.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GS_PACKAGE.md b/content/docs-lite/zh/docs/DatabaseReference/GS_PACKAGE.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GS_PACKAGE.md rename to content/docs-lite/zh/docs/DatabaseReference/GS_PACKAGE.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GS_POLICY_LABEL.md b/content/docs-lite/zh/docs/DatabaseReference/GS_POLICY_LABEL.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GS_POLICY_LABEL.md rename to content/docs-lite/zh/docs/DatabaseReference/GS_POLICY_LABEL.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GS_RECYCLEBIN.md b/content/docs-lite/zh/docs/DatabaseReference/GS_RECYCLEBIN.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GS_RECYCLEBIN.md rename to content/docs-lite/zh/docs/DatabaseReference/GS_RECYCLEBIN.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GS_REDO_STAT.md b/content/docs-lite/zh/docs/DatabaseReference/GS_REDO_STAT.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GS_REDO_STAT.md rename to content/docs-lite/zh/docs/DatabaseReference/GS_REDO_STAT.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GS_SESSION_CPU_STATISTICS.md b/content/docs-lite/zh/docs/DatabaseReference/GS_SESSION_CPU_STATISTICS.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GS_SESSION_CPU_STATISTICS.md rename to content/docs-lite/zh/docs/DatabaseReference/GS_SESSION_CPU_STATISTICS.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GS_SESSION_MEMORY.md b/content/docs-lite/zh/docs/DatabaseReference/GS_SESSION_MEMORY.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GS_SESSION_MEMORY.md rename to content/docs-lite/zh/docs/DatabaseReference/GS_SESSION_MEMORY.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GS_SESSION_MEMORY_CONTEXT.md b/content/docs-lite/zh/docs/DatabaseReference/GS_SESSION_MEMORY_CONTEXT.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GS_SESSION_MEMORY_CONTEXT.md rename to content/docs-lite/zh/docs/DatabaseReference/GS_SESSION_MEMORY_CONTEXT.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GS_SESSION_MEMORY_DETAIL.md b/content/docs-lite/zh/docs/DatabaseReference/GS_SESSION_MEMORY_DETAIL.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GS_SESSION_MEMORY_DETAIL.md rename to content/docs-lite/zh/docs/DatabaseReference/GS_SESSION_MEMORY_DETAIL.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GS_SESSION_MEMORY_STATISTICS.md b/content/docs-lite/zh/docs/DatabaseReference/GS_SESSION_MEMORY_STATISTICS.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GS_SESSION_MEMORY_STATISTICS.md rename to content/docs-lite/zh/docs/DatabaseReference/GS_SESSION_MEMORY_STATISTICS.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GS_SESSION_STAT.md b/content/docs-lite/zh/docs/DatabaseReference/GS_SESSION_STAT.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GS_SESSION_STAT.md rename to content/docs-lite/zh/docs/DatabaseReference/GS_SESSION_STAT.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GS_SESSION_TIME.md b/content/docs-lite/zh/docs/DatabaseReference/GS_SESSION_TIME.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GS_SESSION_TIME.md rename to content/docs-lite/zh/docs/DatabaseReference/GS_SESSION_TIME.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GS_SQL_COUNT.md b/content/docs-lite/zh/docs/DatabaseReference/GS_SQL_COUNT.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GS_SQL_COUNT.md rename to content/docs-lite/zh/docs/DatabaseReference/GS_SQL_COUNT.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GS_SQL_PATCH.md b/content/docs-lite/zh/docs/DatabaseReference/GS_SQL_PATCH.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GS_SQL_PATCH.md rename to content/docs-lite/zh/docs/DatabaseReference/GS_SQL_PATCH.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GS_STAT_SESSION_CU.md b/content/docs-lite/zh/docs/DatabaseReference/GS_STAT_SESSION_CU.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GS_STAT_SESSION_CU.md rename to content/docs-lite/zh/docs/DatabaseReference/GS_STAT_SESSION_CU.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GS_THREAD_MEMORY_CONTEXT.md b/content/docs-lite/zh/docs/DatabaseReference/GS_THREAD_MEMORY_CONTEXT.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GS_THREAD_MEMORY_CONTEXT.md rename to content/docs-lite/zh/docs/DatabaseReference/GS_THREAD_MEMORY_CONTEXT.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GS_TOTAL_MEMORY_DETAIL.md b/content/docs-lite/zh/docs/DatabaseReference/GS_TOTAL_MEMORY_DETAIL.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GS_TOTAL_MEMORY_DETAIL.md rename to content/docs-lite/zh/docs/DatabaseReference/GS_TOTAL_MEMORY_DETAIL.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GS_TXN_SNAPSHOT.md b/content/docs-lite/zh/docs/DatabaseReference/GS_TXN_SNAPSHOT.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GS_TXN_SNAPSHOT.md rename to content/docs-lite/zh/docs/DatabaseReference/GS_TXN_SNAPSHOT.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GS_UID.md b/content/docs-lite/zh/docs/DatabaseReference/GS_UID.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GS_UID.md rename to content/docs-lite/zh/docs/DatabaseReference/GS_UID.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GS_WLM_CGROUP_INFO.md b/content/docs-lite/zh/docs/DatabaseReference/GS_WLM_CGROUP_INFO.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GS_WLM_CGROUP_INFO.md rename to content/docs-lite/zh/docs/DatabaseReference/GS_WLM_CGROUP_INFO.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GS_WLM_EC_OPERATOR_INFO.md b/content/docs-lite/zh/docs/DatabaseReference/GS_WLM_EC_OPERATOR_INFO.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GS_WLM_EC_OPERATOR_INFO.md rename to content/docs-lite/zh/docs/DatabaseReference/GS_WLM_EC_OPERATOR_INFO.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GS_WLM_EC_OPERATOR_STATISTICS.md b/content/docs-lite/zh/docs/DatabaseReference/GS_WLM_EC_OPERATOR_STATISTICS.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GS_WLM_EC_OPERATOR_STATISTICS.md rename to content/docs-lite/zh/docs/DatabaseReference/GS_WLM_EC_OPERATOR_STATISTICS.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GS_WLM_INSTANCE_HISTORY.md b/content/docs-lite/zh/docs/DatabaseReference/GS_WLM_INSTANCE_HISTORY.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GS_WLM_INSTANCE_HISTORY.md rename to content/docs-lite/zh/docs/DatabaseReference/GS_WLM_INSTANCE_HISTORY.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GS_WLM_OPERATOR_HISTORY.md b/content/docs-lite/zh/docs/DatabaseReference/GS_WLM_OPERATOR_HISTORY.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GS_WLM_OPERATOR_HISTORY.md rename to content/docs-lite/zh/docs/DatabaseReference/GS_WLM_OPERATOR_HISTORY.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GS_WLM_OPERATOR_INFO.md b/content/docs-lite/zh/docs/DatabaseReference/GS_WLM_OPERATOR_INFO.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GS_WLM_OPERATOR_INFO.md rename to content/docs-lite/zh/docs/DatabaseReference/GS_WLM_OPERATOR_INFO.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GS_WLM_OPERATOR_STATISTICS.md b/content/docs-lite/zh/docs/DatabaseReference/GS_WLM_OPERATOR_STATISTICS.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GS_WLM_OPERATOR_STATISTICS.md rename to content/docs-lite/zh/docs/DatabaseReference/GS_WLM_OPERATOR_STATISTICS.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GS_WLM_PLAN_ENCODING_TABLE.md b/content/docs-lite/zh/docs/DatabaseReference/GS_WLM_PLAN_ENCODING_TABLE.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GS_WLM_PLAN_ENCODING_TABLE.md rename to content/docs-lite/zh/docs/DatabaseReference/GS_WLM_PLAN_ENCODING_TABLE.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GS_WLM_PLAN_OPERATOR_HISTORY.md b/content/docs-lite/zh/docs/DatabaseReference/GS_WLM_PLAN_OPERATOR_HISTORY.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GS_WLM_PLAN_OPERATOR_HISTORY.md rename to content/docs-lite/zh/docs/DatabaseReference/GS_WLM_PLAN_OPERATOR_HISTORY.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GS_WLM_PLAN_OPERATOR_INFO.md b/content/docs-lite/zh/docs/DatabaseReference/GS_WLM_PLAN_OPERATOR_INFO.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GS_WLM_PLAN_OPERATOR_INFO.md rename to content/docs-lite/zh/docs/DatabaseReference/GS_WLM_PLAN_OPERATOR_INFO.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GS_WLM_REBUILD_USER_RESOURCE_POOL.md b/content/docs-lite/zh/docs/DatabaseReference/GS_WLM_REBUILD_USER_RESOURCE_POOL.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GS_WLM_REBUILD_USER_RESOURCE_POOL.md rename to content/docs-lite/zh/docs/DatabaseReference/GS_WLM_REBUILD_USER_RESOURCE_POOL.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GS_WLM_RESOURCE_POOL.md b/content/docs-lite/zh/docs/DatabaseReference/GS_WLM_RESOURCE_POOL.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GS_WLM_RESOURCE_POOL.md rename to content/docs-lite/zh/docs/DatabaseReference/GS_WLM_RESOURCE_POOL.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GS_WLM_SESSION_HISTORY.md b/content/docs-lite/zh/docs/DatabaseReference/GS_WLM_SESSION_HISTORY.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GS_WLM_SESSION_HISTORY.md rename to content/docs-lite/zh/docs/DatabaseReference/GS_WLM_SESSION_HISTORY.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GS_WLM_SESSION_INFO.md b/content/docs-lite/zh/docs/DatabaseReference/GS_WLM_SESSION_INFO.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GS_WLM_SESSION_INFO.md rename to content/docs-lite/zh/docs/DatabaseReference/GS_WLM_SESSION_INFO.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GS_WLM_SESSION_INFO_ALL.md b/content/docs-lite/zh/docs/DatabaseReference/GS_WLM_SESSION_INFO_ALL.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GS_WLM_SESSION_INFO_ALL.md rename to content/docs-lite/zh/docs/DatabaseReference/GS_WLM_SESSION_INFO_ALL.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GS_WLM_SESSION_QUERY_INFO_ALL.md b/content/docs-lite/zh/docs/DatabaseReference/GS_WLM_SESSION_QUERY_INFO_ALL.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GS_WLM_SESSION_QUERY_INFO_ALL.md rename to content/docs-lite/zh/docs/DatabaseReference/GS_WLM_SESSION_QUERY_INFO_ALL.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GS_WLM_SESSION_STATISTICS.md b/content/docs-lite/zh/docs/DatabaseReference/GS_WLM_SESSION_STATISTICS.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GS_WLM_SESSION_STATISTICS.md rename to content/docs-lite/zh/docs/DatabaseReference/GS_WLM_SESSION_STATISTICS.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GS_WLM_USER_INFO.md b/content/docs-lite/zh/docs/DatabaseReference/GS_WLM_USER_INFO.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GS_WLM_USER_INFO.md rename to content/docs-lite/zh/docs/DatabaseReference/GS_WLM_USER_INFO.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/GS_WLM_USER_RESOURCE_HISTORY.md b/content/docs-lite/zh/docs/DatabaseReference/GS_WLM_USER_RESOURCE_HISTORY.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/GS_WLM_USER_RESOURCE_HISTORY.md rename to content/docs-lite/zh/docs/DatabaseReference/GS_WLM_USER_RESOURCE_HISTORY.md diff --git "a/content/docs-lite/zh/docs/DataBaseReference/GUC\344\275\277\347\224\250\350\257\264\346\230\216.md" "b/content/docs-lite/zh/docs/DatabaseReference/GUC\344\275\277\347\224\250\350\257\264\346\230\216.md" similarity index 100% rename from "content/docs-lite/zh/docs/DataBaseReference/GUC\344\275\277\347\224\250\350\257\264\346\230\216.md" rename to "content/docs-lite/zh/docs/DatabaseReference/GUC\344\275\277\347\224\250\350\257\264\346\230\216.md" diff --git "a/content/docs-lite/zh/docs/DataBaseReference/GUC\345\217\202\346\225\260\350\257\264\346\230\216.md" "b/content/docs-lite/zh/docs/DatabaseReference/GUC\345\217\202\346\225\260\350\257\264\346\230\216.md" similarity index 100% rename from "content/docs-lite/zh/docs/DataBaseReference/GUC\345\217\202\346\225\260\350\257\264\346\230\216.md" rename to "content/docs-lite/zh/docs/DatabaseReference/GUC\345\217\202\346\225\260\350\257\264\346\230\216.md" diff --git "a/content/docs-lite/zh/docs/DataBaseReference/Global-SysCache\345\217\202\346\225\260.md" "b/content/docs-lite/zh/docs/DatabaseReference/Global-SysCache\345\217\202\346\225\260.md" similarity index 100% rename from "content/docs-lite/zh/docs/DataBaseReference/Global-SysCache\345\217\202\346\225\260.md" rename to "content/docs-lite/zh/docs/DatabaseReference/Global-SysCache\345\217\202\346\225\260.md" diff --git a/content/docs-lite/zh/docs/DataBaseReference/HyperLogLog.md b/content/docs-lite/zh/docs/DatabaseReference/HyperLogLog.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/HyperLogLog.md rename to content/docs-lite/zh/docs/DatabaseReference/HyperLogLog.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/MPP_TABLES.md b/content/docs-lite/zh/docs/DatabaseReference/MPP_TABLES.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/MPP_TABLES.md rename to content/docs-lite/zh/docs/DatabaseReference/MPP_TABLES.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PGXC_CLASS.md b/content/docs-lite/zh/docs/DatabaseReference/PGXC_CLASS.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PGXC_CLASS.md rename to content/docs-lite/zh/docs/DatabaseReference/PGXC_CLASS.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PGXC_GROUP.md b/content/docs-lite/zh/docs/DatabaseReference/PGXC_GROUP.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PGXC_GROUP.md rename to content/docs-lite/zh/docs/DatabaseReference/PGXC_GROUP.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PGXC_NODE.md b/content/docs-lite/zh/docs/DatabaseReference/PGXC_NODE.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PGXC_NODE.md rename to content/docs-lite/zh/docs/DatabaseReference/PGXC_NODE.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PGXC_PREPARED_XACTS.md b/content/docs-lite/zh/docs/DatabaseReference/PGXC_PREPARED_XACTS.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PGXC_PREPARED_XACTS.md rename to content/docs-lite/zh/docs/DatabaseReference/PGXC_PREPARED_XACTS.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PGXC_SLICE.md b/content/docs-lite/zh/docs/DatabaseReference/PGXC_SLICE.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PGXC_SLICE.md rename to content/docs-lite/zh/docs/DatabaseReference/PGXC_SLICE.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_AGGREGATE.md b/content/docs-lite/zh/docs/DatabaseReference/PG_AGGREGATE.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_AGGREGATE.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_AGGREGATE.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_AM.md b/content/docs-lite/zh/docs/DatabaseReference/PG_AM.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_AM.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_AM.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_AMOP.md b/content/docs-lite/zh/docs/DatabaseReference/PG_AMOP.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_AMOP.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_AMOP.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_AMPROC.md b/content/docs-lite/zh/docs/DatabaseReference/PG_AMPROC.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_AMPROC.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_AMPROC.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_APP_WORKLOADGROUP_MAPPING.md b/content/docs-lite/zh/docs/DatabaseReference/PG_APP_WORKLOADGROUP_MAPPING.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_APP_WORKLOADGROUP_MAPPING.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_APP_WORKLOADGROUP_MAPPING.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_ATTRDEF.md b/content/docs-lite/zh/docs/DatabaseReference/PG_ATTRDEF.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_ATTRDEF.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_ATTRDEF.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_ATTRIBUTE.md b/content/docs-lite/zh/docs/DatabaseReference/PG_ATTRIBUTE.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_ATTRIBUTE.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_ATTRIBUTE.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_AUTHID.md b/content/docs-lite/zh/docs/DatabaseReference/PG_AUTHID.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_AUTHID.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_AUTHID.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_AUTH_HISTORY.md b/content/docs-lite/zh/docs/DatabaseReference/PG_AUTH_HISTORY.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_AUTH_HISTORY.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_AUTH_HISTORY.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_AUTH_MEMBERS.md b/content/docs-lite/zh/docs/DatabaseReference/PG_AUTH_MEMBERS.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_AUTH_MEMBERS.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_AUTH_MEMBERS.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_AVAILABLE_EXTENSIONS.md b/content/docs-lite/zh/docs/DatabaseReference/PG_AVAILABLE_EXTENSIONS.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_AVAILABLE_EXTENSIONS.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_AVAILABLE_EXTENSIONS.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_AVAILABLE_EXTENSION_VERSIONS.md b/content/docs-lite/zh/docs/DatabaseReference/PG_AVAILABLE_EXTENSION_VERSIONS.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_AVAILABLE_EXTENSION_VERSIONS.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_AVAILABLE_EXTENSION_VERSIONS.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_CAST.md b/content/docs-lite/zh/docs/DatabaseReference/PG_CAST.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_CAST.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_CAST.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_CLASS.md b/content/docs-lite/zh/docs/DatabaseReference/PG_CLASS.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_CLASS.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_CLASS.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_COLLATION.md b/content/docs-lite/zh/docs/DatabaseReference/PG_COLLATION.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_COLLATION.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_COLLATION.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_COMM_DELAY.md b/content/docs-lite/zh/docs/DatabaseReference/PG_COMM_DELAY.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_COMM_DELAY.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_COMM_DELAY.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_COMM_RECV_STREAM.md b/content/docs-lite/zh/docs/DatabaseReference/PG_COMM_RECV_STREAM.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_COMM_RECV_STREAM.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_COMM_RECV_STREAM.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_COMM_SEND_STREAM.md b/content/docs-lite/zh/docs/DatabaseReference/PG_COMM_SEND_STREAM.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_COMM_SEND_STREAM.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_COMM_SEND_STREAM.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_COMM_STATUS.md b/content/docs-lite/zh/docs/DatabaseReference/PG_COMM_STATUS.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_COMM_STATUS.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_COMM_STATUS.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_CONSTRAINT.md b/content/docs-lite/zh/docs/DatabaseReference/PG_CONSTRAINT.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_CONSTRAINT.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_CONSTRAINT.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_CONTROL_GROUP_CONFIG.md b/content/docs-lite/zh/docs/DatabaseReference/PG_CONTROL_GROUP_CONFIG.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_CONTROL_GROUP_CONFIG.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_CONTROL_GROUP_CONFIG.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_CONVERSION.md b/content/docs-lite/zh/docs/DatabaseReference/PG_CONVERSION.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_CONVERSION.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_CONVERSION.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_CURSORS.md b/content/docs-lite/zh/docs/DatabaseReference/PG_CURSORS.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_CURSORS.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_CURSORS.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_DATABASE.md b/content/docs-lite/zh/docs/DatabaseReference/PG_DATABASE.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_DATABASE.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_DATABASE.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_DB_ROLE_SETTING.md b/content/docs-lite/zh/docs/DatabaseReference/PG_DB_ROLE_SETTING.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_DB_ROLE_SETTING.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_DB_ROLE_SETTING.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_DEFAULT_ACL.md b/content/docs-lite/zh/docs/DatabaseReference/PG_DEFAULT_ACL.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_DEFAULT_ACL.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_DEFAULT_ACL.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_DEPEND.md b/content/docs-lite/zh/docs/DatabaseReference/PG_DEPEND.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_DEPEND.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_DEPEND.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_DESCRIPTION.md b/content/docs-lite/zh/docs/DatabaseReference/PG_DESCRIPTION.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_DESCRIPTION.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_DESCRIPTION.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_DIRECTORY.md b/content/docs-lite/zh/docs/DatabaseReference/PG_DIRECTORY.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_DIRECTORY.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_DIRECTORY.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_ENUM.md b/content/docs-lite/zh/docs/DatabaseReference/PG_ENUM.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_ENUM.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_ENUM.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_EVENT_TRIGGER.md b/content/docs-lite/zh/docs/DatabaseReference/PG_EVENT_TRIGGER.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_EVENT_TRIGGER.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_EVENT_TRIGGER.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_EXTENSION.md b/content/docs-lite/zh/docs/DatabaseReference/PG_EXTENSION.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_EXTENSION.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_EXTENSION.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_EXTENSION_DATA_SOURCE.md b/content/docs-lite/zh/docs/DatabaseReference/PG_EXTENSION_DATA_SOURCE.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_EXTENSION_DATA_SOURCE.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_EXTENSION_DATA_SOURCE.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_EXT_STATS.md b/content/docs-lite/zh/docs/DatabaseReference/PG_EXT_STATS.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_EXT_STATS.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_EXT_STATS.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_FOREIGN_DATA_WRAPPER.md b/content/docs-lite/zh/docs/DatabaseReference/PG_FOREIGN_DATA_WRAPPER.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_FOREIGN_DATA_WRAPPER.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_FOREIGN_DATA_WRAPPER.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_FOREIGN_SERVER.md b/content/docs-lite/zh/docs/DatabaseReference/PG_FOREIGN_SERVER.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_FOREIGN_SERVER.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_FOREIGN_SERVER.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_FOREIGN_TABLE.md b/content/docs-lite/zh/docs/DatabaseReference/PG_FOREIGN_TABLE.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_FOREIGN_TABLE.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_FOREIGN_TABLE.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_GET_INVALID_BACKENDS.md b/content/docs-lite/zh/docs/DatabaseReference/PG_GET_INVALID_BACKENDS.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_GET_INVALID_BACKENDS.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_GET_INVALID_BACKENDS.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_GET_SENDERS_CATCHUP_TIME.md b/content/docs-lite/zh/docs/DatabaseReference/PG_GET_SENDERS_CATCHUP_TIME.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_GET_SENDERS_CATCHUP_TIME.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_GET_SENDERS_CATCHUP_TIME.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_GROUP.md b/content/docs-lite/zh/docs/DatabaseReference/PG_GROUP.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_GROUP.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_GROUP.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_GTT_ATTACHED_PIDS.md b/content/docs-lite/zh/docs/DatabaseReference/PG_GTT_ATTACHED_PIDS.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_GTT_ATTACHED_PIDS.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_GTT_ATTACHED_PIDS.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_GTT_RELSTATS.md b/content/docs-lite/zh/docs/DatabaseReference/PG_GTT_RELSTATS.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_GTT_RELSTATS.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_GTT_RELSTATS.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_GTT_STATS.md b/content/docs-lite/zh/docs/DatabaseReference/PG_GTT_STATS.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_GTT_STATS.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_GTT_STATS.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_HASHBUCKET.md b/content/docs-lite/zh/docs/DatabaseReference/PG_HASHBUCKET.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_HASHBUCKET.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_HASHBUCKET.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_INDEX.md b/content/docs-lite/zh/docs/DatabaseReference/PG_INDEX.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_INDEX.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_INDEX.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_INDEXES.md b/content/docs-lite/zh/docs/DatabaseReference/PG_INDEXES.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_INDEXES.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_INDEXES.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_INHERITS.md b/content/docs-lite/zh/docs/DatabaseReference/PG_INHERITS.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_INHERITS.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_INHERITS.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_JOB.md b/content/docs-lite/zh/docs/DatabaseReference/PG_JOB.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_JOB.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_JOB.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_JOB_PROC.md b/content/docs-lite/zh/docs/DatabaseReference/PG_JOB_PROC.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_JOB_PROC.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_JOB_PROC.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_LANGUAGE.md b/content/docs-lite/zh/docs/DatabaseReference/PG_LANGUAGE.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_LANGUAGE.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_LANGUAGE.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_LARGEOBJECT.md b/content/docs-lite/zh/docs/DatabaseReference/PG_LARGEOBJECT.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_LARGEOBJECT.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_LARGEOBJECT.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_LARGEOBJECT_METADATA.md b/content/docs-lite/zh/docs/DatabaseReference/PG_LARGEOBJECT_METADATA.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_LARGEOBJECT_METADATA.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_LARGEOBJECT_METADATA.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_LOCKS.md b/content/docs-lite/zh/docs/DatabaseReference/PG_LOCKS.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_LOCKS.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_LOCKS.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_NAMESPACE.md b/content/docs-lite/zh/docs/DatabaseReference/PG_NAMESPACE.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_NAMESPACE.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_NAMESPACE.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_NODE_ENV.md b/content/docs-lite/zh/docs/DatabaseReference/PG_NODE_ENV.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_NODE_ENV.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_NODE_ENV.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_OBJECT.md b/content/docs-lite/zh/docs/DatabaseReference/PG_OBJECT.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_OBJECT.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_OBJECT.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_OPCLASS.md b/content/docs-lite/zh/docs/DatabaseReference/PG_OPCLASS.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_OPCLASS.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_OPCLASS.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_OPERATOR.md b/content/docs-lite/zh/docs/DatabaseReference/PG_OPERATOR.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_OPERATOR.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_OPERATOR.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_OPFAMILY.md b/content/docs-lite/zh/docs/DatabaseReference/PG_OPFAMILY.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_OPFAMILY.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_OPFAMILY.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_OS_THREADS.md b/content/docs-lite/zh/docs/DatabaseReference/PG_OS_THREADS.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_OS_THREADS.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_OS_THREADS.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_PARTITION.md b/content/docs-lite/zh/docs/DatabaseReference/PG_PARTITION.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_PARTITION.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_PARTITION.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_PLTEMPLATE.md b/content/docs-lite/zh/docs/DatabaseReference/PG_PLTEMPLATE.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_PLTEMPLATE.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_PLTEMPLATE.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_PREPARED_STATEMENTS.md b/content/docs-lite/zh/docs/DatabaseReference/PG_PREPARED_STATEMENTS.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_PREPARED_STATEMENTS.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_PREPARED_STATEMENTS.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_PREPARED_XACTS.md b/content/docs-lite/zh/docs/DatabaseReference/PG_PREPARED_XACTS.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_PREPARED_XACTS.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_PREPARED_XACTS.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_PROC.md b/content/docs-lite/zh/docs/DatabaseReference/PG_PROC.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_PROC.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_PROC.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_PUBLICATION.md b/content/docs-lite/zh/docs/DatabaseReference/PG_PUBLICATION.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_PUBLICATION.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_PUBLICATION.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_PUBLICATION_REL.md b/content/docs-lite/zh/docs/DatabaseReference/PG_PUBLICATION_REL.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_PUBLICATION_REL.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_PUBLICATION_REL.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_PUBLICATION_TABLES.md b/content/docs-lite/zh/docs/DatabaseReference/PG_PUBLICATION_TABLES.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_PUBLICATION_TABLES.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_PUBLICATION_TABLES.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_RANGE.md b/content/docs-lite/zh/docs/DatabaseReference/PG_RANGE.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_RANGE.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_RANGE.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_REPLICATION_ORIGIN.md b/content/docs-lite/zh/docs/DatabaseReference/PG_REPLICATION_ORIGIN.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_REPLICATION_ORIGIN.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_REPLICATION_ORIGIN.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_REPLICATION_ORIGIN_STATUS.md b/content/docs-lite/zh/docs/DatabaseReference/PG_REPLICATION_ORIGIN_STATUS.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_REPLICATION_ORIGIN_STATUS.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_REPLICATION_ORIGIN_STATUS.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_REPLICATION_SLOTS.md b/content/docs-lite/zh/docs/DatabaseReference/PG_REPLICATION_SLOTS.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_REPLICATION_SLOTS.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_REPLICATION_SLOTS.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_RESOURCE_POOL.md b/content/docs-lite/zh/docs/DatabaseReference/PG_RESOURCE_POOL.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_RESOURCE_POOL.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_RESOURCE_POOL.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_REWRITE.md b/content/docs-lite/zh/docs/DatabaseReference/PG_REWRITE.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_REWRITE.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_REWRITE.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_RLSPOLICIES.md b/content/docs-lite/zh/docs/DatabaseReference/PG_RLSPOLICIES.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_RLSPOLICIES.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_RLSPOLICIES.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_RLSPOLICY.md b/content/docs-lite/zh/docs/DatabaseReference/PG_RLSPOLICY.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_RLSPOLICY.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_RLSPOLICY.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_ROLES.md b/content/docs-lite/zh/docs/DatabaseReference/PG_ROLES.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_ROLES.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_ROLES.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_RULES.md b/content/docs-lite/zh/docs/DatabaseReference/PG_RULES.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_RULES.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_RULES.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_RUNNING_XACTS.md b/content/docs-lite/zh/docs/DatabaseReference/PG_RUNNING_XACTS.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_RUNNING_XACTS.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_RUNNING_XACTS.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_SECLABEL.md b/content/docs-lite/zh/docs/DatabaseReference/PG_SECLABEL.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_SECLABEL.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_SECLABEL.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_SECLABELS.md b/content/docs-lite/zh/docs/DatabaseReference/PG_SECLABELS.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_SECLABELS.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_SECLABELS.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_SESSION_IOSTAT.md b/content/docs-lite/zh/docs/DatabaseReference/PG_SESSION_IOSTAT.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_SESSION_IOSTAT.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_SESSION_IOSTAT.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_SESSION_WLMSTAT.md b/content/docs-lite/zh/docs/DatabaseReference/PG_SESSION_WLMSTAT.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_SESSION_WLMSTAT.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_SESSION_WLMSTAT.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_SET.md b/content/docs-lite/zh/docs/DatabaseReference/PG_SET.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_SET.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_SET.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_SETTINGS.md b/content/docs-lite/zh/docs/DatabaseReference/PG_SETTINGS.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_SETTINGS.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_SETTINGS.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_SHADOW.md b/content/docs-lite/zh/docs/DatabaseReference/PG_SHADOW.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_SHADOW.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_SHADOW.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_SHDEPEND.md b/content/docs-lite/zh/docs/DatabaseReference/PG_SHDEPEND.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_SHDEPEND.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_SHDEPEND.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_SHDESCRIPTION.md b/content/docs-lite/zh/docs/DatabaseReference/PG_SHDESCRIPTION.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_SHDESCRIPTION.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_SHDESCRIPTION.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_SHSECLABEL.md b/content/docs-lite/zh/docs/DatabaseReference/PG_SHSECLABEL.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_SHSECLABEL.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_SHSECLABEL.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_STATIO_ALL_INDEXES.md b/content/docs-lite/zh/docs/DatabaseReference/PG_STATIO_ALL_INDEXES.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_STATIO_ALL_INDEXES.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_STATIO_ALL_INDEXES.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_STATIO_ALL_SEQUENCES.md b/content/docs-lite/zh/docs/DatabaseReference/PG_STATIO_ALL_SEQUENCES.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_STATIO_ALL_SEQUENCES.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_STATIO_ALL_SEQUENCES.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_STATIO_ALL_TABLES.md b/content/docs-lite/zh/docs/DatabaseReference/PG_STATIO_ALL_TABLES.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_STATIO_ALL_TABLES.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_STATIO_ALL_TABLES.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_STATIO_SYS_INDEXES.md b/content/docs-lite/zh/docs/DatabaseReference/PG_STATIO_SYS_INDEXES.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_STATIO_SYS_INDEXES.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_STATIO_SYS_INDEXES.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_STATIO_SYS_SEQUENCES.md b/content/docs-lite/zh/docs/DatabaseReference/PG_STATIO_SYS_SEQUENCES.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_STATIO_SYS_SEQUENCES.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_STATIO_SYS_SEQUENCES.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_STATIO_SYS_TABLES.md b/content/docs-lite/zh/docs/DatabaseReference/PG_STATIO_SYS_TABLES.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_STATIO_SYS_TABLES.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_STATIO_SYS_TABLES.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_STATIO_USER_INDEXES.md b/content/docs-lite/zh/docs/DatabaseReference/PG_STATIO_USER_INDEXES.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_STATIO_USER_INDEXES.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_STATIO_USER_INDEXES.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_STATIO_USER_SEQUENCES.md b/content/docs-lite/zh/docs/DatabaseReference/PG_STATIO_USER_SEQUENCES.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_STATIO_USER_SEQUENCES.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_STATIO_USER_SEQUENCES.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_STATIO_USER_TABLES.md b/content/docs-lite/zh/docs/DatabaseReference/PG_STATIO_USER_TABLES.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_STATIO_USER_TABLES.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_STATIO_USER_TABLES.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_STATISTIC.md b/content/docs-lite/zh/docs/DatabaseReference/PG_STATISTIC.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_STATISTIC.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_STATISTIC.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_STATISTIC_EXT.md b/content/docs-lite/zh/docs/DatabaseReference/PG_STATISTIC_EXT.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_STATISTIC_EXT.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_STATISTIC_EXT.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_STATS.md b/content/docs-lite/zh/docs/DatabaseReference/PG_STATS.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_STATS.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_STATS.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_STAT_ACTIVITY.md b/content/docs-lite/zh/docs/DatabaseReference/PG_STAT_ACTIVITY.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_STAT_ACTIVITY.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_STAT_ACTIVITY.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_STAT_ACTIVITY_NG.md b/content/docs-lite/zh/docs/DatabaseReference/PG_STAT_ACTIVITY_NG.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_STAT_ACTIVITY_NG.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_STAT_ACTIVITY_NG.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_STAT_ALL_INDEXES.md b/content/docs-lite/zh/docs/DatabaseReference/PG_STAT_ALL_INDEXES.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_STAT_ALL_INDEXES.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_STAT_ALL_INDEXES.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_STAT_ALL_TABLES.md b/content/docs-lite/zh/docs/DatabaseReference/PG_STAT_ALL_TABLES.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_STAT_ALL_TABLES.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_STAT_ALL_TABLES.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_STAT_BAD_BLOCK.md b/content/docs-lite/zh/docs/DatabaseReference/PG_STAT_BAD_BLOCK.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_STAT_BAD_BLOCK.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_STAT_BAD_BLOCK.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_STAT_BGWRITER.md b/content/docs-lite/zh/docs/DatabaseReference/PG_STAT_BGWRITER.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_STAT_BGWRITER.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_STAT_BGWRITER.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_STAT_DATABASE.md b/content/docs-lite/zh/docs/DatabaseReference/PG_STAT_DATABASE.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_STAT_DATABASE.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_STAT_DATABASE.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_STAT_DATABASE_CONFLICTS.md b/content/docs-lite/zh/docs/DatabaseReference/PG_STAT_DATABASE_CONFLICTS.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_STAT_DATABASE_CONFLICTS.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_STAT_DATABASE_CONFLICTS.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_STAT_REPLICATION.md b/content/docs-lite/zh/docs/DatabaseReference/PG_STAT_REPLICATION.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_STAT_REPLICATION.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_STAT_REPLICATION.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_STAT_SUBSCRIPTION.md b/content/docs-lite/zh/docs/DatabaseReference/PG_STAT_SUBSCRIPTION.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_STAT_SUBSCRIPTION.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_STAT_SUBSCRIPTION.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_STAT_SYS_INDEXES.md b/content/docs-lite/zh/docs/DatabaseReference/PG_STAT_SYS_INDEXES.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_STAT_SYS_INDEXES.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_STAT_SYS_INDEXES.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_STAT_SYS_TABLES.md b/content/docs-lite/zh/docs/DatabaseReference/PG_STAT_SYS_TABLES.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_STAT_SYS_TABLES.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_STAT_SYS_TABLES.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_STAT_USER_FUNCTIONS.md b/content/docs-lite/zh/docs/DatabaseReference/PG_STAT_USER_FUNCTIONS.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_STAT_USER_FUNCTIONS.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_STAT_USER_FUNCTIONS.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_STAT_USER_INDEXES.md b/content/docs-lite/zh/docs/DatabaseReference/PG_STAT_USER_INDEXES.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_STAT_USER_INDEXES.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_STAT_USER_INDEXES.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_STAT_USER_TABLES.md b/content/docs-lite/zh/docs/DatabaseReference/PG_STAT_USER_TABLES.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_STAT_USER_TABLES.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_STAT_USER_TABLES.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_STAT_XACT_ALL_TABLES.md b/content/docs-lite/zh/docs/DatabaseReference/PG_STAT_XACT_ALL_TABLES.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_STAT_XACT_ALL_TABLES.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_STAT_XACT_ALL_TABLES.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_STAT_XACT_SYS_TABLES.md b/content/docs-lite/zh/docs/DatabaseReference/PG_STAT_XACT_SYS_TABLES.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_STAT_XACT_SYS_TABLES.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_STAT_XACT_SYS_TABLES.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_STAT_XACT_USER_FUNCTIONS.md b/content/docs-lite/zh/docs/DatabaseReference/PG_STAT_XACT_USER_FUNCTIONS.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_STAT_XACT_USER_FUNCTIONS.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_STAT_XACT_USER_FUNCTIONS.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_STAT_XACT_USER_TABLES.md b/content/docs-lite/zh/docs/DatabaseReference/PG_STAT_XACT_USER_TABLES.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_STAT_XACT_USER_TABLES.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_STAT_XACT_USER_TABLES.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_SUBSCRIPTION.md b/content/docs-lite/zh/docs/DatabaseReference/PG_SUBSCRIPTION.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_SUBSCRIPTION.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_SUBSCRIPTION.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_SUBSCRIPTION_REL.md b/content/docs-lite/zh/docs/DatabaseReference/PG_SUBSCRIPTION_REL.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_SUBSCRIPTION_REL.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_SUBSCRIPTION_REL.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_SYNONYM.md b/content/docs-lite/zh/docs/DatabaseReference/PG_SYNONYM.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_SYNONYM.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_SYNONYM.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_TABLES.md b/content/docs-lite/zh/docs/DatabaseReference/PG_TABLES.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_TABLES.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_TABLES.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_TABLESPACE.md b/content/docs-lite/zh/docs/DatabaseReference/PG_TABLESPACE.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_TABLESPACE.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_TABLESPACE.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_TDE_INFO.md b/content/docs-lite/zh/docs/DatabaseReference/PG_TDE_INFO.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_TDE_INFO.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_TDE_INFO.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_THREAD_WAIT_STATUS.md b/content/docs-lite/zh/docs/DatabaseReference/PG_THREAD_WAIT_STATUS.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_THREAD_WAIT_STATUS.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_THREAD_WAIT_STATUS.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_TIMEZONE_ABBREVS.md b/content/docs-lite/zh/docs/DatabaseReference/PG_TIMEZONE_ABBREVS.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_TIMEZONE_ABBREVS.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_TIMEZONE_ABBREVS.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_TIMEZONE_NAMES.md b/content/docs-lite/zh/docs/DatabaseReference/PG_TIMEZONE_NAMES.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_TIMEZONE_NAMES.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_TIMEZONE_NAMES.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_TOTAL_MEMORY_DETAIL.md b/content/docs-lite/zh/docs/DatabaseReference/PG_TOTAL_MEMORY_DETAIL.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_TOTAL_MEMORY_DETAIL.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_TOTAL_MEMORY_DETAIL.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_TOTAL_USER_RESOURCE_INFO.md b/content/docs-lite/zh/docs/DatabaseReference/PG_TOTAL_USER_RESOURCE_INFO.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_TOTAL_USER_RESOURCE_INFO.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_TOTAL_USER_RESOURCE_INFO.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_TOTAL_USER_RESOURCE_INFO_OID.md b/content/docs-lite/zh/docs/DatabaseReference/PG_TOTAL_USER_RESOURCE_INFO_OID.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_TOTAL_USER_RESOURCE_INFO_OID.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_TOTAL_USER_RESOURCE_INFO_OID.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_TRIGGER.md b/content/docs-lite/zh/docs/DatabaseReference/PG_TRIGGER.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_TRIGGER.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_TRIGGER.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_TS_CONFIG.md b/content/docs-lite/zh/docs/DatabaseReference/PG_TS_CONFIG.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_TS_CONFIG.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_TS_CONFIG.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_TS_CONFIG_MAP.md b/content/docs-lite/zh/docs/DatabaseReference/PG_TS_CONFIG_MAP.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_TS_CONFIG_MAP.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_TS_CONFIG_MAP.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_TS_DICT.md b/content/docs-lite/zh/docs/DatabaseReference/PG_TS_DICT.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_TS_DICT.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_TS_DICT.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_TS_PARSER.md b/content/docs-lite/zh/docs/DatabaseReference/PG_TS_PARSER.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_TS_PARSER.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_TS_PARSER.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_TS_TEMPLATE.md b/content/docs-lite/zh/docs/DatabaseReference/PG_TS_TEMPLATE.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_TS_TEMPLATE.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_TS_TEMPLATE.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_TYPE.md b/content/docs-lite/zh/docs/DatabaseReference/PG_TYPE.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_TYPE.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_TYPE.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_USER.md b/content/docs-lite/zh/docs/DatabaseReference/PG_USER.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_USER.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_USER.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_USER_MAPPING.md b/content/docs-lite/zh/docs/DatabaseReference/PG_USER_MAPPING.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_USER_MAPPING.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_USER_MAPPING.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_USER_MAPPINGS.md b/content/docs-lite/zh/docs/DatabaseReference/PG_USER_MAPPINGS.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_USER_MAPPINGS.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_USER_MAPPINGS.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_USER_STATUS.md b/content/docs-lite/zh/docs/DatabaseReference/PG_USER_STATUS.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_USER_STATUS.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_USER_STATUS.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_VARIABLE_INFO.md b/content/docs-lite/zh/docs/DatabaseReference/PG_VARIABLE_INFO.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_VARIABLE_INFO.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_VARIABLE_INFO.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_VIEWS.md b/content/docs-lite/zh/docs/DatabaseReference/PG_VIEWS.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_VIEWS.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_VIEWS.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_WLM_STATISTICS.md b/content/docs-lite/zh/docs/DatabaseReference/PG_WLM_STATISTICS.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_WLM_STATISTICS.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_WLM_STATISTICS.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PG_WORKLOAD_GROUP.md b/content/docs-lite/zh/docs/DatabaseReference/PG_WORKLOAD_GROUP.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PG_WORKLOAD_GROUP.md rename to content/docs-lite/zh/docs/DatabaseReference/PG_WORKLOAD_GROUP.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PLAN_TABLE.md b/content/docs-lite/zh/docs/DatabaseReference/PLAN_TABLE.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PLAN_TABLE.md rename to content/docs-lite/zh/docs/DatabaseReference/PLAN_TABLE.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/PLAN_TABLE_DATA.md b/content/docs-lite/zh/docs/DatabaseReference/PLAN_TABLE_DATA.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/PLAN_TABLE_DATA.md rename to content/docs-lite/zh/docs/DatabaseReference/PLAN_TABLE_DATA.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/Query-32.md b/content/docs-lite/zh/docs/DatabaseReference/Query-32.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/Query-32.md rename to content/docs-lite/zh/docs/DatabaseReference/Query-32.md diff --git "a/content/docs-lite/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/docs-lite/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 100% rename from "content/docs-lite/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/docs-lite/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" diff --git a/content/docs-lite/zh/docs/DataBaseReference/STATEMENT_HISTORY.md b/content/docs-lite/zh/docs/DatabaseReference/STATEMENT_HISTORY.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/STATEMENT_HISTORY.md rename to content/docs-lite/zh/docs/DatabaseReference/STATEMENT_HISTORY.md diff --git a/content/docs-lite/zh/docs/DataBaseReference/Undo.md b/content/docs-lite/zh/docs/DatabaseReference/Undo.md similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/Undo.md rename to content/docs-lite/zh/docs/DatabaseReference/Undo.md diff --git "a/content/docs-lite/zh/docs/DataBaseReference/openGauss\344\272\213\345\212\241.md" "b/content/docs-lite/zh/docs/DatabaseReference/openGauss\344\272\213\345\212\241.md" similarity index 100% rename from "content/docs-lite/zh/docs/DataBaseReference/openGauss\344\272\213\345\212\241.md" rename to "content/docs-lite/zh/docs/DatabaseReference/openGauss\344\272\213\345\212\241.md" diff --git a/content/docs-lite/zh/docs/DataBaseReference/public_sys-resources/icon-caution.gif b/content/docs-lite/zh/docs/DatabaseReference/public_sys-resources/icon-caution.gif similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/public_sys-resources/icon-caution.gif rename to content/docs-lite/zh/docs/DatabaseReference/public_sys-resources/icon-caution.gif diff --git a/content/docs-lite/zh/docs/DataBaseReference/public_sys-resources/icon-danger.gif b/content/docs-lite/zh/docs/DatabaseReference/public_sys-resources/icon-danger.gif similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/public_sys-resources/icon-danger.gif rename to content/docs-lite/zh/docs/DatabaseReference/public_sys-resources/icon-danger.gif diff --git a/content/docs-lite/zh/docs/DataBaseReference/public_sys-resources/icon-note.gif b/content/docs-lite/zh/docs/DatabaseReference/public_sys-resources/icon-note.gif similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/public_sys-resources/icon-note.gif rename to content/docs-lite/zh/docs/DatabaseReference/public_sys-resources/icon-note.gif diff --git a/content/docs-lite/zh/docs/DataBaseReference/public_sys-resources/icon-notice.gif b/content/docs-lite/zh/docs/DatabaseReference/public_sys-resources/icon-notice.gif similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/public_sys-resources/icon-notice.gif rename to content/docs-lite/zh/docs/DatabaseReference/public_sys-resources/icon-notice.gif diff --git a/content/docs-lite/zh/docs/DataBaseReference/public_sys-resources/icon-tip.gif b/content/docs-lite/zh/docs/DatabaseReference/public_sys-resources/icon-tip.gif similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/public_sys-resources/icon-tip.gif rename to content/docs-lite/zh/docs/DatabaseReference/public_sys-resources/icon-tip.gif diff --git a/content/docs-lite/zh/docs/DataBaseReference/public_sys-resources/icon-warning.gif b/content/docs-lite/zh/docs/DatabaseReference/public_sys-resources/icon-warning.gif similarity index 100% rename from content/docs-lite/zh/docs/DataBaseReference/public_sys-resources/icon-warning.gif rename to content/docs-lite/zh/docs/DatabaseReference/public_sys-resources/icon-warning.gif diff --git "a/content/docs-lite/zh/docs/DataBaseReference/\344\270\273\346\234\215\345\212\241\345\231\250.md" "b/content/docs-lite/zh/docs/DatabaseReference/\344\270\273\346\234\215\345\212\241\345\231\250.md" similarity index 100% rename from "content/docs-lite/zh/docs/DataBaseReference/\344\270\273\346\234\215\345\212\241\345\231\250.md" rename to "content/docs-lite/zh/docs/DatabaseReference/\344\270\273\346\234\215\345\212\241\345\231\250.md" diff --git "a/content/docs-lite/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/docs-lite/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 100% rename from "content/docs-lite/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/docs-lite/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" diff --git "a/content/docs-lite/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/docs-lite/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 100% rename from "content/docs-lite/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/docs-lite/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" diff --git "a/content/docs-lite/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/docs-lite/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 100% rename from "content/docs-lite/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/docs-lite/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" diff --git "a/content/docs-lite/zh/docs/DataBaseReference/\345\205\250\345\261\200\344\270\264\346\227\266\350\241\250.md" "b/content/docs-lite/zh/docs/DatabaseReference/\345\205\250\345\261\200\344\270\264\346\227\266\350\241\250.md" similarity index 100% rename from "content/docs-lite/zh/docs/DataBaseReference/\345\205\250\345\261\200\344\270\264\346\227\266\350\241\250.md" rename to "content/docs-lite/zh/docs/DatabaseReference/\345\205\250\345\261\200\344\270\264\346\227\266\350\241\250.md" diff --git "a/content/docs-lite/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/docs-lite/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 100% rename from "content/docs-lite/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/docs-lite/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" diff --git "a/content/docs-lite/zh/docs/DataBaseReference/\345\205\266\344\273\226\347\274\272\347\234\201.md" "b/content/docs-lite/zh/docs/DatabaseReference/\345\205\266\344\273\226\347\274\272\347\234\201.md" similarity index 100% rename from "content/docs-lite/zh/docs/DataBaseReference/\345\205\266\344\273\226\347\274\272\347\234\201.md" rename to "content/docs-lite/zh/docs/DatabaseReference/\345\205\266\344\273\226\347\274\272\347\234\201.md" diff --git "a/content/docs-lite/zh/docs/DataBaseReference/\345\205\266\345\256\203\351\200\211\351\241\271.md" "b/content/docs-lite/zh/docs/DatabaseReference/\345\205\266\345\256\203\351\200\211\351\241\271.md" similarity index 100% rename from "content/docs-lite/zh/docs/DataBaseReference/\345\205\266\345\256\203\351\200\211\351\241\271.md" rename to "content/docs-lite/zh/docs/DatabaseReference/\345\205\266\345\256\203\351\200\211\351\241\271.md" diff --git "a/content/docs-lite/zh/docs/DataBaseReference/\345\206\205\345\255\230-31.md" "b/content/docs-lite/zh/docs/DatabaseReference/\345\206\205\345\255\230-31.md" similarity index 100% rename from "content/docs-lite/zh/docs/DataBaseReference/\345\206\205\345\255\230-31.md" rename to "content/docs-lite/zh/docs/DatabaseReference/\345\206\205\345\255\230-31.md" diff --git "a/content/docs-lite/zh/docs/DataBaseReference/\345\206\205\345\255\230\350\241\250.md" "b/content/docs-lite/zh/docs/DatabaseReference/\345\206\205\345\255\230\350\241\250.md" similarity index 100% rename from "content/docs-lite/zh/docs/DataBaseReference/\345\206\205\345\255\230\350\241\250.md" rename to "content/docs-lite/zh/docs/DatabaseReference/\345\206\205\345\255\230\350\241\250.md" diff --git "a/content/docs-lite/zh/docs/DataBaseReference/\345\206\205\346\240\270\350\265\204\346\272\220\344\275\277\347\224\250.md" "b/content/docs-lite/zh/docs/DatabaseReference/\345\206\205\346\240\270\350\265\204\346\272\220\344\275\277\347\224\250.md" similarity index 100% rename from "content/docs-lite/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/docs-lite/zh/docs/DatabaseReference/\345\206\205\346\240\270\350\265\204\346\272\220\344\275\277\347\224\250.md" diff --git "a/content/docs-lite/zh/docs/DataBaseReference/\345\214\272\345\237\237\345\222\214\346\240\274\345\274\217\345\214\226.md" "b/content/docs-lite/zh/docs/DatabaseReference/\345\214\272\345\237\237\345\222\214\346\240\274\345\274\217\345\214\226.md" similarity index 100% rename from "content/docs-lite/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/docs-lite/zh/docs/DatabaseReference/\345\214\272\345\237\237\345\222\214\346\240\274\345\274\217\345\214\226.md" diff --git "a/content/docs-lite/zh/docs/DataBaseReference/\345\215\207\347\272\247\345\217\202\346\225\260.md" "b/content/docs-lite/zh/docs/DatabaseReference/\345\215\207\347\272\247\345\217\202\346\225\260.md" similarity index 100% rename from "content/docs-lite/zh/docs/DataBaseReference/\345\215\207\347\272\247\345\217\202\346\225\260.md" rename to "content/docs-lite/zh/docs/DatabaseReference/\345\215\207\347\272\247\345\217\202\346\225\260.md" diff --git "a/content/docs-lite/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/docs-lite/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 100% rename from "content/docs-lite/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/docs-lite/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" diff --git "a/content/docs-lite/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/docs-lite/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 100% rename from "content/docs-lite/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/docs-lite/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" diff --git "a/content/docs-lite/zh/docs/DataBaseReference/\345\217\214\346\234\272\345\244\215\345\210\266.md" "b/content/docs-lite/zh/docs/DatabaseReference/\345\217\214\346\234\272\345\244\215\345\210\266.md" similarity index 100% rename from "content/docs-lite/zh/docs/DataBaseReference/\345\217\214\346\234\272\345\244\215\345\210\266.md" rename to "content/docs-lite/zh/docs/DatabaseReference/\345\217\214\346\234\272\345\244\215\345\210\266.md" diff --git "a/content/docs-lite/zh/docs/DataBaseReference/\345\217\221\351\200\201\347\253\257\346\234\215\345\212\241\345\231\250.md" "b/content/docs-lite/zh/docs/DatabaseReference/\345\217\221\351\200\201\347\253\257\346\234\215\345\212\241\345\231\250.md" similarity index 100% rename from "content/docs-lite/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/docs-lite/zh/docs/DatabaseReference/\345\217\221\351\200\201\347\253\257\346\234\215\345\212\241\345\231\250.md" diff --git "a/content/docs-lite/zh/docs/DataBaseReference/\345\220\216\347\253\257\345\206\231\350\277\233\347\250\213.md" "b/content/docs-lite/zh/docs/DatabaseReference/\345\220\216\347\253\257\345\206\231\350\277\233\347\250\213.md" similarity index 100% rename from "content/docs-lite/zh/docs/DataBaseReference/\345\220\216\347\253\257\345\206\231\350\277\233\347\250\213.md" rename to "content/docs-lite/zh/docs/DatabaseReference/\345\220\216\347\253\257\345\206\231\350\277\233\347\250\213.md" diff --git "a/content/docs-lite/zh/docs/DataBaseReference/\345\221\212\350\255\246\346\243\200\346\265\213.md" "b/content/docs-lite/zh/docs/DatabaseReference/\345\221\212\350\255\246\346\243\200\346\265\213.md" similarity index 100% rename from "content/docs-lite/zh/docs/DataBaseReference/\345\221\212\350\255\246\346\243\200\346\265\213.md" rename to "content/docs-lite/zh/docs/DatabaseReference/\345\221\212\350\255\246\346\243\200\346\265\213.md" diff --git "a/content/docs-lite/zh/docs/DataBaseReference/\345\233\236\346\273\232\347\233\270\345\205\263\345\217\202\346\225\260.md" "b/content/docs-lite/zh/docs/DatabaseReference/\345\233\236\346\273\232\347\233\270\345\205\263\345\217\202\346\225\260.md" similarity index 100% rename from "content/docs-lite/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/docs-lite/zh/docs/DatabaseReference/\345\233\236\346\273\232\347\233\270\345\205\263\345\217\202\346\225\260.md" diff --git "a/content/docs-lite/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/docs-lite/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 100% rename from "content/docs-lite/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/docs-lite/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" diff --git "a/content/docs-lite/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/docs-lite/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 100% rename from "content/docs-lite/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/docs-lite/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" diff --git "a/content/docs-lite/zh/docs/DataBaseReference/\345\244\207\344\273\275\346\201\242\345\244\215.md" "b/content/docs-lite/zh/docs/DatabaseReference/\345\244\207\344\273\275\346\201\242\345\244\215.md" similarity index 100% rename from "content/docs-lite/zh/docs/DataBaseReference/\345\244\207\344\273\275\346\201\242\345\244\215.md" rename to "content/docs-lite/zh/docs/DatabaseReference/\345\244\207\344\273\275\346\201\242\345\244\215.md" diff --git "a/content/docs-lite/zh/docs/DataBaseReference/\345\244\207\346\234\215\345\212\241\345\231\250.md" "b/content/docs-lite/zh/docs/DatabaseReference/\345\244\207\346\234\215\345\212\241\345\231\250.md" similarity index 100% rename from "content/docs-lite/zh/docs/DataBaseReference/\345\244\207\346\234\215\345\212\241\345\231\250.md" rename to "content/docs-lite/zh/docs/DatabaseReference/\345\244\207\346\234\215\345\212\241\345\231\250.md" diff --git "a/content/docs-lite/zh/docs/DataBaseReference/\345\256\211\345\205\250\345\222\214\350\256\244\350\257\201_postgresql-conf.md" "b/content/docs-lite/zh/docs/DatabaseReference/\345\256\211\345\205\250\345\222\214\350\256\244\350\257\201_postgresql-conf.md" similarity index 100% rename from "content/docs-lite/zh/docs/DataBaseReference/\345\256\211\345\205\250\345\222\214\350\256\244\350\257\201_postgresql-conf.md" rename to "content/docs-lite/zh/docs/DatabaseReference/\345\256\211\345\205\250\345\222\214\350\256\244\350\257\201_postgresql-conf.md" diff --git "a/content/docs-lite/zh/docs/DataBaseReference/\345\256\211\345\205\250\351\205\215\347\275\256.md" "b/content/docs-lite/zh/docs/DatabaseReference/\345\256\211\345\205\250\351\205\215\347\275\256.md" similarity index 100% rename from "content/docs-lite/zh/docs/DataBaseReference/\345\256\211\345\205\250\351\205\215\347\275\256.md" rename to "content/docs-lite/zh/docs/DatabaseReference/\345\256\211\345\205\250\351\205\215\347\275\256.md" diff --git "a/content/docs-lite/zh/docs/DataBaseReference/\345\256\232\346\227\266\344\273\273\345\212\241.md" "b/content/docs-lite/zh/docs/DatabaseReference/\345\256\232\346\227\266\344\273\273\345\212\241.md" similarity index 100% rename from "content/docs-lite/zh/docs/DataBaseReference/\345\256\232\346\227\266\344\273\273\345\212\241.md" rename to "content/docs-lite/zh/docs/DatabaseReference/\345\256\232\346\227\266\344\273\273\345\212\241.md" diff --git "a/content/docs-lite/zh/docs/DataBaseReference/\345\256\241\350\256\241.md" "b/content/docs-lite/zh/docs/DatabaseReference/\345\256\241\350\256\241.md" similarity index 100% rename from "content/docs-lite/zh/docs/DataBaseReference/\345\256\241\350\256\241.md" rename to "content/docs-lite/zh/docs/DatabaseReference/\345\256\241\350\256\241.md" diff --git "a/content/docs-lite/zh/docs/DataBaseReference/\345\256\241\350\256\241\345\274\200\345\205\263.md" "b/content/docs-lite/zh/docs/DatabaseReference/\345\256\241\350\256\241\345\274\200\345\205\263.md" similarity index 100% rename from "content/docs-lite/zh/docs/DataBaseReference/\345\256\241\350\256\241\345\274\200\345\205\263.md" rename to "content/docs-lite/zh/docs/DatabaseReference/\345\256\241\350\256\241\345\274\200\345\205\263.md" diff --git "a/content/docs-lite/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/docs-lite/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 100% rename from "content/docs-lite/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/docs-lite/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" diff --git "a/content/docs-lite/zh/docs/DataBaseReference/\345\256\271\351\224\231\346\200\247.md" "b/content/docs-lite/zh/docs/DatabaseReference/\345\256\271\351\224\231\346\200\247.md" similarity index 100% rename from "content/docs-lite/zh/docs/DataBaseReference/\345\256\271\351\224\231\346\200\247.md" rename to "content/docs-lite/zh/docs/DatabaseReference/\345\256\271\351\224\231\346\200\247.md" diff --git "a/content/docs-lite/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/docs-lite/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 100% rename from "content/docs-lite/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/docs-lite/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" diff --git "a/content/docs-lite/zh/docs/DataBaseReference/\345\274\200\345\217\221\344\272\272\345\221\230\351\200\211\351\241\271.md" "b/content/docs-lite/zh/docs/DatabaseReference/\345\274\200\345\217\221\344\272\272\345\221\230\351\200\211\351\241\271.md" similarity index 100% rename from "content/docs-lite/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/docs-lite/zh/docs/DatabaseReference/\345\274\200\345\217\221\344\272\272\345\221\230\351\200\211\351\241\271.md" diff --git "a/content/docs-lite/zh/docs/DataBaseReference/\345\274\202\346\255\245IO.md" "b/content/docs-lite/zh/docs/DatabaseReference/\345\274\202\346\255\245IO.md" similarity index 100% rename from "content/docs-lite/zh/docs/DataBaseReference/\345\274\202\346\255\245IO.md" rename to "content/docs-lite/zh/docs/DatabaseReference/\345\274\202\346\255\245IO.md" diff --git "a/content/docs-lite/zh/docs/DataBaseReference/\345\275\222\346\241\243.md" "b/content/docs-lite/zh/docs/DatabaseReference/\345\275\222\346\241\243.md" similarity index 100% rename from "content/docs-lite/zh/docs/DataBaseReference/\345\275\222\346\241\243.md" rename to "content/docs-lite/zh/docs/DatabaseReference/\345\275\222\346\241\243.md" diff --git "a/content/docs-lite/zh/docs/DataBaseReference/\346\200\247\350\203\275\347\273\237\350\256\241.md" "b/content/docs-lite/zh/docs/DatabaseReference/\346\200\247\350\203\275\347\273\237\350\256\241.md" similarity index 100% rename from "content/docs-lite/zh/docs/DataBaseReference/\346\200\247\350\203\275\347\273\237\350\256\241.md" rename to "content/docs-lite/zh/docs/DatabaseReference/\346\200\247\350\203\275\347\273\237\350\256\241.md" diff --git "a/content/docs-lite/zh/docs/DataBaseReference/\346\223\215\344\275\234\345\256\241\350\256\241.md" "b/content/docs-lite/zh/docs/DatabaseReference/\346\223\215\344\275\234\345\256\241\350\256\241.md" similarity index 100% rename from "content/docs-lite/zh/docs/DataBaseReference/\346\223\215\344\275\234\345\256\241\350\256\241.md" rename to "content/docs-lite/zh/docs/DatabaseReference/\346\223\215\344\275\234\345\256\241\350\256\241.md" diff --git "a/content/docs-lite/zh/docs/DataBaseReference/\346\225\260\346\215\256\345\272\223\345\217\202\350\200\203.md" "b/content/docs-lite/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/docs-lite/zh/docs/DataBaseReference/\346\225\260\346\215\256\345\272\223\345\217\202\350\200\203.md" rename to "content/docs-lite/zh/docs/DatabaseReference/\346\225\260\346\215\256\345\272\223\345\217\202\350\200\203.md" diff --git "a/content/docs-lite/zh/docs/DataBaseReference/\346\226\207\344\273\266\344\275\215\347\275\256.md" "b/content/docs-lite/zh/docs/DatabaseReference/\346\226\207\344\273\266\344\275\215\347\275\256.md" similarity index 100% rename from "content/docs-lite/zh/docs/DataBaseReference/\346\226\207\344\273\266\344\275\215\347\275\256.md" rename to "content/docs-lite/zh/docs/DatabaseReference/\346\226\207\344\273\266\344\275\215\347\275\256.md" diff --git "a/content/docs-lite/zh/docs/DataBaseReference/\346\227\245\345\277\227\345\233\236\346\224\276.md" "b/content/docs-lite/zh/docs/DatabaseReference/\346\227\245\345\277\227\345\233\236\346\224\276.md" similarity index 100% rename from "content/docs-lite/zh/docs/DataBaseReference/\346\227\245\345\277\227\345\233\236\346\224\276.md" rename to "content/docs-lite/zh/docs/DatabaseReference/\346\227\245\345\277\227\345\233\236\346\224\276.md" diff --git "a/content/docs-lite/zh/docs/DataBaseReference/\346\237\245\347\234\213\347\263\273\347\273\237\350\241\250.md" "b/content/docs-lite/zh/docs/DatabaseReference/\346\237\245\347\234\213\347\263\273\347\273\237\350\241\250.md" similarity index 100% rename from "content/docs-lite/zh/docs/DataBaseReference/\346\237\245\347\234\213\347\263\273\347\273\237\350\241\250.md" rename to "content/docs-lite/zh/docs/DatabaseReference/\346\237\245\347\234\213\347\263\273\347\273\237\350\241\250.md" diff --git "a/content/docs-lite/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/docs-lite/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 100% rename from "content/docs-lite/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/docs-lite/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" diff --git "a/content/docs-lite/zh/docs/DataBaseReference/\346\237\245\350\257\242\350\247\204\345\210\222.md" "b/content/docs-lite/zh/docs/DatabaseReference/\346\237\245\350\257\242\350\247\204\345\210\222.md" similarity index 100% rename from "content/docs-lite/zh/docs/DataBaseReference/\346\237\245\350\257\242\350\247\204\345\210\222.md" rename to "content/docs-lite/zh/docs/DatabaseReference/\346\237\245\350\257\242\350\247\204\345\210\222.md" diff --git "a/content/docs-lite/zh/docs/DataBaseReference/\346\243\200\346\237\245\347\202\271.md" "b/content/docs-lite/zh/docs/DatabaseReference/\346\243\200\346\237\245\347\202\271.md" similarity index 100% rename from "content/docs-lite/zh/docs/DataBaseReference/\346\243\200\346\237\245\347\202\271.md" rename to "content/docs-lite/zh/docs/DatabaseReference/\346\243\200\346\237\245\347\202\271.md" diff --git "a/content/docs-lite/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/docs-lite/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 100% rename from "content/docs-lite/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/docs-lite/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" diff --git "a/content/docs-lite/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/docs-lite/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 100% rename from "content/docs-lite/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/docs-lite/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" diff --git "a/content/docs-lite/zh/docs/DataBaseReference/\347\224\250\346\210\267\350\207\252\345\256\232\344\271\211\345\207\275\346\225\260-33.md" "b/content/docs-lite/zh/docs/DatabaseReference/\347\224\250\346\210\267\350\207\252\345\256\232\344\271\211\345\207\275\346\225\260-33.md" similarity index 100% rename from "content/docs-lite/zh/docs/DataBaseReference/\347\224\250\346\210\267\350\207\252\345\256\232\344\271\211\345\207\275\346\225\260-33.md" rename to "content/docs-lite/zh/docs/DatabaseReference/\347\224\250\346\210\267\350\207\252\345\256\232\344\271\211\345\207\275\346\225\260-33.md" diff --git "a/content/docs-lite/zh/docs/DataBaseReference/\347\243\201\347\233\230\347\251\272\351\227\264.md" "b/content/docs-lite/zh/docs/DatabaseReference/\347\243\201\347\233\230\347\251\272\351\227\264.md" similarity index 100% rename from "content/docs-lite/zh/docs/DataBaseReference/\347\243\201\347\233\230\347\251\272\351\227\264.md" rename to "content/docs-lite/zh/docs/DatabaseReference/\347\243\201\347\233\230\347\251\272\351\227\264.md" diff --git "a/content/docs-lite/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/docs-lite/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 100% rename from "content/docs-lite/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/docs-lite/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" diff --git "a/content/docs-lite/zh/docs/DataBaseReference/\347\255\211\345\276\205\344\272\213\344\273\266.md" "b/content/docs-lite/zh/docs/DatabaseReference/\347\255\211\345\276\205\344\272\213\344\273\266.md" similarity index 100% rename from "content/docs-lite/zh/docs/DataBaseReference/\347\255\211\345\276\205\344\272\213\344\273\266.md" rename to "content/docs-lite/zh/docs/DatabaseReference/\347\255\211\345\276\205\344\272\213\344\273\266.md" diff --git "a/content/docs-lite/zh/docs/DataBaseReference/\347\263\273\347\273\237\346\200\247\350\203\275\345\277\253\347\205\247.md" "b/content/docs-lite/zh/docs/DatabaseReference/\347\263\273\347\273\237\346\200\247\350\203\275\345\277\253\347\205\247.md" similarity index 100% rename from "content/docs-lite/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/docs-lite/zh/docs/DatabaseReference/\347\263\273\347\273\237\346\200\247\350\203\275\345\277\253\347\205\247.md" diff --git "a/content/docs-lite/zh/docs/DataBaseReference/\347\263\273\347\273\237\350\241\250.md" "b/content/docs-lite/zh/docs/DatabaseReference/\347\263\273\347\273\237\350\241\250.md" similarity index 100% rename from "content/docs-lite/zh/docs/DataBaseReference/\347\263\273\347\273\237\350\241\250.md" rename to "content/docs-lite/zh/docs/DatabaseReference/\347\263\273\347\273\237\350\241\250.md" diff --git "a/content/docs-lite/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/docs-lite/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 100% rename from "content/docs-lite/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/docs-lite/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" diff --git "a/content/docs-lite/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/docs-lite/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 100% rename from "content/docs-lite/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/docs-lite/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" diff --git "a/content/docs-lite/zh/docs/DataBaseReference/\347\263\273\347\273\237\350\247\206\345\233\276.md" "b/content/docs-lite/zh/docs/DatabaseReference/\347\263\273\347\273\237\350\247\206\345\233\276.md" similarity index 100% rename from "content/docs-lite/zh/docs/DataBaseReference/\347\263\273\347\273\237\350\247\206\345\233\276.md" rename to "content/docs-lite/zh/docs/DatabaseReference/\347\263\273\347\273\237\350\247\206\345\233\276.md" diff --git "a/content/docs-lite/zh/docs/DataBaseReference/\347\272\277\347\250\213\346\261\240.md" "b/content/docs-lite/zh/docs/DatabaseReference/\347\272\277\347\250\213\346\261\240.md" similarity index 100% rename from "content/docs-lite/zh/docs/DataBaseReference/\347\272\277\347\250\213\346\261\240.md" rename to "content/docs-lite/zh/docs/DatabaseReference/\347\272\277\347\250\213\346\261\240.md" diff --git "a/content/docs-lite/zh/docs/DataBaseReference/\350\207\252\345\212\250\346\270\205\347\220\206.md" "b/content/docs-lite/zh/docs/DatabaseReference/\350\207\252\345\212\250\346\270\205\347\220\206.md" similarity index 100% rename from "content/docs-lite/zh/docs/DataBaseReference/\350\207\252\345\212\250\346\270\205\347\220\206.md" rename to "content/docs-lite/zh/docs/DatabaseReference/\350\207\252\345\212\250\346\270\205\347\220\206.md" diff --git "a/content/docs-lite/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/docs-lite/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 100% rename from "content/docs-lite/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/docs-lite/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" diff --git "a/content/docs-lite/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/docs-lite/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 100% rename from "content/docs-lite/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/docs-lite/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" diff --git "a/content/docs-lite/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/docs-lite/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 100% rename from "content/docs-lite/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/docs-lite/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" diff --git "a/content/docs-lite/zh/docs/DataBaseReference/\350\256\276\347\275\256.md" "b/content/docs-lite/zh/docs/DatabaseReference/\350\256\276\347\275\256.md" similarity index 100% rename from "content/docs-lite/zh/docs/DataBaseReference/\350\256\276\347\275\256.md" rename to "content/docs-lite/zh/docs/DatabaseReference/\350\256\276\347\275\256.md" diff --git "a/content/docs-lite/zh/docs/DataBaseReference/\350\257\255\345\217\245\350\241\214\344\270\272.md" "b/content/docs-lite/zh/docs/DatabaseReference/\350\257\255\345\217\245\350\241\214\344\270\272.md" similarity index 100% rename from "content/docs-lite/zh/docs/DataBaseReference/\350\257\255\345\217\245\350\241\214\344\270\272.md" rename to "content/docs-lite/zh/docs/DatabaseReference/\350\257\255\345\217\245\350\241\214\344\270\272.md" diff --git "a/content/docs-lite/zh/docs/DataBaseReference/\350\264\237\350\275\275\347\256\241\347\220\206.md" "b/content/docs-lite/zh/docs/DatabaseReference/\350\264\237\350\275\275\347\256\241\347\220\206.md" similarity index 100% rename from "content/docs-lite/zh/docs/DataBaseReference/\350\264\237\350\275\275\347\256\241\347\220\206.md" rename to "content/docs-lite/zh/docs/DatabaseReference/\350\264\237\350\275\275\347\256\241\347\220\206.md" diff --git "a/content/docs-lite/zh/docs/DataBaseReference/\350\265\204\346\272\220\346\266\210\350\200\227.md" "b/content/docs-lite/zh/docs/DatabaseReference/\350\265\204\346\272\220\346\266\210\350\200\227.md" similarity index 100% rename from "content/docs-lite/zh/docs/DataBaseReference/\350\265\204\346\272\220\346\266\210\350\200\227.md" rename to "content/docs-lite/zh/docs/DatabaseReference/\350\265\204\346\272\220\346\266\210\350\200\227.md" diff --git "a/content/docs-lite/zh/docs/DataBaseReference/\350\277\220\350\241\214\346\227\266\347\273\237\350\256\241.md" "b/content/docs-lite/zh/docs/DatabaseReference/\350\277\220\350\241\214\346\227\266\347\273\237\350\256\241.md" similarity index 100% rename from "content/docs-lite/zh/docs/DataBaseReference/\350\277\220\350\241\214\346\227\266\347\273\237\350\256\241.md" rename to "content/docs-lite/zh/docs/DatabaseReference/\350\277\220\350\241\214\346\227\266\347\273\237\350\256\241.md" diff --git "a/content/docs-lite/zh/docs/DataBaseReference/\350\277\236\346\216\245\345\222\214\350\256\244\350\257\201.md" "b/content/docs-lite/zh/docs/DatabaseReference/\350\277\236\346\216\245\345\222\214\350\256\244\350\257\201.md" similarity index 100% rename from "content/docs-lite/zh/docs/DataBaseReference/\350\277\236\346\216\245\345\222\214\350\256\244\350\257\201.md" rename to "content/docs-lite/zh/docs/DatabaseReference/\350\277\236\346\216\245\345\222\214\350\256\244\350\257\201.md" diff --git "a/content/docs-lite/zh/docs/DataBaseReference/\350\277\236\346\216\245\346\261\240\345\217\202\346\225\260.md" "b/content/docs-lite/zh/docs/DatabaseReference/\350\277\236\346\216\245\346\261\240\345\217\202\346\225\260.md" similarity index 100% rename from "content/docs-lite/zh/docs/DataBaseReference/\350\277\236\346\216\245\346\261\240\345\217\202\346\225\260.md" rename to "content/docs-lite/zh/docs/DatabaseReference/\350\277\236\346\216\245\346\261\240\345\217\202\346\225\260.md" diff --git "a/content/docs-lite/zh/docs/DataBaseReference/\350\277\236\346\216\245\350\256\276\347\275\256.md" "b/content/docs-lite/zh/docs/DatabaseReference/\350\277\236\346\216\245\350\256\276\347\275\256.md" similarity index 100% rename from "content/docs-lite/zh/docs/DataBaseReference/\350\277\236\346\216\245\350\256\276\347\275\256.md" rename to "content/docs-lite/zh/docs/DatabaseReference/\350\277\236\346\216\245\350\256\276\347\275\256.md" diff --git "a/content/docs-lite/zh/docs/DataBaseReference/\351\200\232\344\277\241\345\272\223\345\217\202\346\225\260.md" "b/content/docs-lite/zh/docs/DatabaseReference/\351\200\232\344\277\241\345\272\223\345\217\202\346\225\260.md" similarity index 100% rename from "content/docs-lite/zh/docs/DataBaseReference/\351\200\232\344\277\241\345\272\223\345\217\202\346\225\260.md" rename to "content/docs-lite/zh/docs/DatabaseReference/\351\200\232\344\277\241\345\272\223\345\217\202\346\225\260.md" diff --git "a/content/docs-lite/zh/docs/DataBaseReference/\351\224\201\347\256\241\347\220\206.md" "b/content/docs-lite/zh/docs/DatabaseReference/\351\224\201\347\256\241\347\220\206.md" similarity index 100% rename from "content/docs-lite/zh/docs/DataBaseReference/\351\224\201\347\256\241\347\220\206.md" rename to "content/docs-lite/zh/docs/DatabaseReference/\351\224\201\347\256\241\347\220\206.md" diff --git "a/content/docs-lite/zh/docs/DataBaseReference/\351\224\231\350\257\257\346\212\245\345\221\212\345\222\214\346\227\245\345\277\227.md" "b/content/docs-lite/zh/docs/DatabaseReference/\351\224\231\350\257\257\346\212\245\345\221\212\345\222\214\346\227\245\345\277\227.md" similarity index 100% rename from "content/docs-lite/zh/docs/DataBaseReference/\351\224\231\350\257\257\346\212\245\345\221\212\345\222\214\346\227\245\345\277\227.md" rename to "content/docs-lite/zh/docs/DatabaseReference/\351\224\231\350\257\257\346\212\245\345\221\212\345\222\214\346\227\245\345\277\227.md" diff --git "a/content/docs-lite/zh/docs/DataBaseReference/\351\224\231\350\257\257\347\240\201\345\217\202\350\200\203.md" "b/content/docs-lite/zh/docs/DatabaseReference/\351\224\231\350\257\257\347\240\201\345\217\202\350\200\203.md" similarity index 100% rename from "content/docs-lite/zh/docs/DataBaseReference/\351\224\231\350\257\257\347\240\201\345\217\202\350\200\203.md" rename to "content/docs-lite/zh/docs/DatabaseReference/\351\224\231\350\257\257\347\240\201\345\217\202\350\200\203.md" diff --git "a/content/docs-lite/zh/docs/DataBaseReference/\351\227\252\345\233\236\347\233\270\345\205\263\345\217\202\346\225\260.md" "b/content/docs-lite/zh/docs/DatabaseReference/\351\227\252\345\233\236\347\233\270\345\205\263\345\217\202\346\225\260.md" similarity index 100% rename from "content/docs-lite/zh/docs/DataBaseReference/\351\227\252\345\233\236\347\233\270\345\205\263\345\217\202\346\225\260.md" rename to "content/docs-lite/zh/docs/DatabaseReference/\351\227\252\345\233\236\347\233\270\345\205\263\345\217\202\346\225\260.md" diff --git "a/content/docs-lite/zh/docs/DataBaseReference/\351\242\204\345\206\231\345\274\217\346\227\245\345\277\227.md" "b/content/docs-lite/zh/docs/DatabaseReference/\351\242\204\345\206\231\345\274\217\346\227\245\345\277\227.md" similarity index 100% rename from "content/docs-lite/zh/docs/DataBaseReference/\351\242\204\345\206\231\345\274\217\346\227\245\345\277\227.md" rename to "content/docs-lite/zh/docs/DatabaseReference/\351\242\204\345\206\231\345\274\217\346\227\245\345\277\227.md" diff --git "a/content/docs-lite/zh/docs/DataBaseReference/\351\242\204\347\225\231\345\217\202\346\225\260.md" "b/content/docs-lite/zh/docs/DatabaseReference/\351\242\204\347\225\231\345\217\202\346\225\260.md" similarity index 100% rename from "content/docs-lite/zh/docs/DataBaseReference/\351\242\204\347\225\231\345\217\202\346\225\260.md" rename to "content/docs-lite/zh/docs/DatabaseReference/\351\242\204\347\225\231\345\217\202\346\225\260.md" diff --git "a/content/docs-lite/zh/docs/DataBaseReference/\351\253\230\346\225\210\346\225\260\346\215\256\345\216\213\347\274\251\347\256\227\346\263\225\347\233\270\345\205\263\345\217\202\346\225\260.md" "b/content/docs-lite/zh/docs/DatabaseReference/\351\253\230\346\225\210\346\225\260\346\215\256\345\216\213\347\274\251\347\256\227\346\263\225\347\233\270\345\205\263\345\217\202\346\225\260.md" similarity index 100% rename from "content/docs-lite/zh/docs/DataBaseReference/\351\253\230\346\225\210\346\225\260\346\215\256\345\216\213\347\274\251\347\256\227\346\263\225\347\233\270\345\205\263\345\217\202\346\225\260.md" rename to "content/docs-lite/zh/docs/DatabaseReference/\351\253\230\346\225\210\346\225\260\346\215\256\345\216\213\347\274\251\347\256\227\346\263\225\347\233\270\345\205\263\345\217\202\346\225\260.md" -- Gitee From 3d2842363843a470e7b66d47156d562c6591d51e Mon Sep 17 00:00:00 2001 From: liyang <264327807@qq.com> Date: Tue, 4 Apr 2023 01:30:27 +0000 Subject: [PATCH 30/75] =?UTF-8?q?=E9=87=8D=E5=91=BD=E5=90=8D=20content/doc?= =?UTF-8?q?s-lite/zh/docs/Developerguide=20=E4=B8=BA=20content/docs-lite/z?= =?UTF-8?q?h/docs/DeveloperGuide?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../CopyManager.md | 0 ...se\345\222\214Schema\350\256\276\350\256\241.md" | 0 ...\222\214\347\216\257\345\242\203\347\261\273.md" | 0 ...\217\202\346\225\260\345\217\202\350\200\203.md" | 0 ...\216\245\345\217\243\345\217\202\350\200\203.md" | 0 .../DeveloperGuide/JDBC\351\205\215\347\275\256.md" | 0 .../{Developerguide => DeveloperGuide}/PQcancel.md | 0 .../{Developerguide => DeveloperGuide}/PQclear.md | 0 .../PQconnectStart.md | 0 .../PQconnectdb.md | 0 .../PQconnectdbParams.md | 0 .../PQconninfoParse.md | 0 .../PQerrorMessage.md | 0 .../{Developerguide => DeveloperGuide}/PQexec.md | 0 .../PQexecParams.md | 0 .../PQexecParamsBatch.md | 0 .../PQexecPrepared.md | 0 .../PQexecPreparedBatch.md | 0 .../{Developerguide => DeveloperGuide}/PQfinish.md | 0 .../{Developerguide => DeveloperGuide}/PQflush.md | 0 .../{Developerguide => DeveloperGuide}/PQfname.md | 0 .../PQfreeCancel.md | 0 .../PQgetCancel.md | 0 .../PQgetvalue.md | 0 .../{Developerguide => DeveloperGuide}/PQnfields.md | 0 .../{Developerguide => DeveloperGuide}/PQntuples.md | 0 .../{Developerguide => DeveloperGuide}/PQprepare.md | 0 .../{Developerguide => DeveloperGuide}/PQreset.md | 0 .../PQresultStatus.md | 0 .../PQsendPrepare.md | 0 .../PQsendQuery.md | 0 .../PQsendQueryParams.md | 0 .../PQsendQueryPrepared.md | 0 .../PQsetdbLogin.md | 0 .../{Developerguide => DeveloperGuide}/PQstatus.md | 0 .../zh/docs/DeveloperGuide/Psycopg\345\214\205.md" | 0 ...\216\245\345\217\243\345\217\202\350\200\203.md" | 0 .../DeveloperGuide/SQL\347\274\226\345\206\231.md" | 0 ...\240\274\345\274\217\350\257\264\346\230\216.md" | 0 .../connection-close.md | 0 .../connection-commit.md | 0 .../connection-cursor.md | 0 .../connection-rollback.md | 0 .../curosr-executemany_query-vars_list.md | 0 .../cursor-close.md | 0 .../cursor-execute-query-vars_list.md | 0 .../cursor-fetchall.md | 0 .../cursor-fetchone.md | 0 .../{Developerguide => DeveloperGuide}/dblink.md | 0 ...71\261\350\260\203\346\225\2641\357\274\211.png" | Bin ...71\261\350\260\203\346\225\2642\357\274\211.png" | Bin ...\264\347\244\272\344\276\2133-1\357\274\211.png" | Bin ...25\264\347\244\272\344\276\2133\357\274\211.png" | Bin ...200\247\350\203\275\345\237\272\345\207\206.png" | Bin ...200\247\350\203\275\345\237\272\345\207\206.png" | Bin ...PC-C\357\274\210256\346\240\270\357\274\211.png" | Bin ...200\247\350\203\275\345\237\272\345\207\206.png" | Bin ...200\247\350\203\275\346\240\207\346\235\206.png" | Bin ...200\247\350\203\275\345\237\272\345\207\206.png" | Bin .../EXECUTE-IMMEDIATE-dynamic_select_clause.png | Bin .../figures/EXISTS-NOT-EXISTS.png | Bin .../figures/FOR_AS_loop.png | Bin .../figures/IF_THEN.jpg | Bin .../figures/IF_THEN_ELSE.jpg | Bin .../figures/IF_THEN_ELSIF_ELSE.png | Bin .../figures/IN-NOT-IN.png | Bin .../figures/MOT\346\236\266\346\236\204.png" | Bin ...217\245\347\232\204\346\265\201\347\250\213.png" | Bin ...256\241\345\210\222\347\244\272\344\276\213.png" | Bin .../figures/all.png | Bin .../figures/anonymous_block.png | Bin .../figures/any-some.png | Bin .../figures/assignment_value.png | Bin .../figures/call_anonymous_block.png | Bin .../figures/call_clause.png | Bin .../figures/call_procedure.png | Bin .../figures/case.jpg | Bin .../figures/case_when.png | Bin .../figures/close_cursor.jpg | Bin .../figures/coalesce.png | Bin .../figures/cursor_typename.png | Bin .../figures/declare_variable.png | Bin .../figures/decode.png | Bin .../figures/decode_type.png | Bin .../figures/dynamic_cursor_define.png | Bin .../figures/fetch_cursor.png | Bin .../figures/for_loop.png | Bin .../figures/for_loop_query.png | Bin .../figures/forall.png | Bin .../figures/greatest.png | Bin .../figures/least.png | Bin .../figures/loop.png | Bin .../figures/nested_assignment_value.png | Bin .../figures/noselect.png | Bin .../figures/nullif.png | Bin .../figures/nvl.jpg | Bin ...255\230\345\202\250\345\274\225\346\223\216.png" | Bin ...\223\347\232\204FDW\350\256\277\351\227\256.png" | Bin ...260\203\344\274\230\346\265\201\347\250\213.png" | Bin ...223\215\345\272\224\346\265\201\347\250\213.jpg" | Bin .../figures/open_dynamic_cursor.png | Bin .../figures/open_for.png | Bin .../figures/open_static_cursor.png | Bin .../figures/raise.png | Bin .../figures/raise_condition.png | Bin .../figures/raise_format.png | Bin .../figures/raise_option.png | Bin .../figures/raise_sqlstate.png | Bin ...236\213\347\232\204\350\257\255\346\263\225.png" | Bin .../figures/return_clause.jpg | Bin .../figures/static_cursor_define.jpg | Bin ...\224CPU\344\275\277\347\224\250\347\216\207.png" | Bin .../figures/using_clause-0.png | Bin .../figures/using_clause-1.png | Bin .../figures/using_clause-2.png | Bin .../figures/using_clause.png | Bin .../figures/when_clause.png | Bin .../figures/while_loop.png | Bin .../figures/zh-cn_image_0000001144139135.png | Bin .../figures/zh-cn_image_0000001156347657.png | Bin .../figures/zh-cn_image_0000001209457383.png | Bin .../figures/zh-cn_image_0000001209615959.png | Bin .../figures/zh-cn_image_0000001209735947.png | Bin .../figures/zh-cn_image_0000001209736009.png | Bin .../figures/zh-cn_image_0118861065.jpg | Bin .../figures/zh-cn_image_0289899860.png | Bin .../figures/zh-cn_image_0289899941.jpg | Bin .../figures/zh-cn_image_0289899947.png | Bin .../figures/zh-cn_image_0289899953.png | Bin .../figures/zh-cn_image_0289899960.png | Bin .../figures/zh-cn_image_0289899972.png | Bin .../figures/zh-cn_image_0289899975.png | Bin .../figures/zh-cn_image_0289899988.png | Bin .../figures/zh-cn_image_0289899998.png | Bin .../figures/zh-cn_image_0289899999.png | Bin .../figures/zh-cn_image_0289900038.png | Bin .../figures/zh-cn_image_0289900085.png | Bin .../figures/zh-cn_image_0289900100.png | Bin .../figures/zh-cn_image_0289900154.png | Bin .../figures/zh-cn_image_0289900162.png | Bin .../figures/zh-cn_image_0289900165.png | Bin .../figures/zh-cn_image_0289900225.png | Bin .../figures/zh-cn_image_0289900286.png | Bin .../figures/zh-cn_image_0289900287.png | Bin .../figures/zh-cn_image_0289900299.png | Bin .../figures/zh-cn_image_0289900329.png | Bin .../figures/zh-cn_image_0289900417.png | Bin .../figures/zh-cn_image_0289900420.png | Bin .../figures/zh-cn_image_0289900471.png | Bin .../figures/zh-cn_image_0289900515.png | Bin .../figures/zh-cn_image_0289900517.png | Bin .../figures/zh-cn_image_0289900584.png | Bin .../figures/zh-cn_image_0289900596.png | Bin .../figures/zh-cn_image_0289900622.png | Bin .../figures/zh-cn_image_0289900642.png | Bin .../figures/zh-cn_image_0289900697.png | Bin .../figures/zh-cn_image_0289900783.png | Bin .../figures/zh-cn_image_0289900819.png | Bin .../figures/zh-cn_image_0289900841.png | Bin .../figures/zh-cn_image_0289900927.png | Bin .../figures/zh-cn_image_0289900952.png | Bin .../figures/zh-cn_image_0289900964.png | Bin .../figures/zh-cn_image_0289901020.png | Bin ...256\260\345\275\225\351\200\211\351\241\271.png" | Bin ...200\247\350\203\275\345\237\272\345\207\206.png" | Bin ...200\247\350\203\275\345\237\272\345\207\206.png" | Bin ...56\276\347\275\256\357\274\2101\357\274\211.png" | Bin ...56\276\347\275\256\357\274\2102\357\274\211.png" | Bin ...200\247\350\203\275\345\237\272\345\207\206.png" | Bin ...265\213\350\257\225\347\273\223\346\236\234.png" | Bin ...227\245\345\277\227\350\256\260\345\275\225.png" | Bin ...227\245\345\277\227\350\256\260\345\275\225.png" | Bin ...227\245\345\277\227\350\256\260\345\275\225.png" | Bin .../figures/\346\215\225\350\216\267.png" | Bin ...276\221\347\273\223\346\236\204\345\233\276.png" | Bin .../figures/\346\226\207\346\241\243.png" | Bin ...233\230\347\232\204\344\277\241\346\201\257.png" | Bin ...346\240\270PAGESIZE\347\232\204\345\200\274.png" | Bin ...234\211\344\272\213\345\212\241\357\274\211.png" | Bin ...267\346\234\211NUMA\346\204\237\347\237\245.png" | Bin ...273\223\346\236\234\346\212\245\345\221\212.png" | Bin ...200\247\350\203\275\345\237\272\345\207\206.png" | Bin ...200\273\350\276\221\345\244\215\345\210\266.png" | Bin ...272\217\347\232\204\346\265\201\347\250\213.png" | Bin ...272\217\347\232\204\346\265\201\347\250\213.png" | Bin ...224\257\344\270\200\347\264\242\345\274\225.png" | Bin .../java-sql-CallableStatement.md | 0 .../java-sql-Connection.md | 0 .../java-sql-DatabaseMetaData.md | 0 .../java-sql-Driver.md | 0 .../java-sql-PreparedStatement.md | 0 .../java-sql-ResultSet.md | 0 .../java-sql-ResultSetMetaData.md | 0 .../java-sql-Statement.md | 0 .../javax-naming-Context.md | 0 .../javax-naming-spi-InitialContextFactory.md | 0 .../javax-sql-ConnectionPoolDataSource.md | 0 .../javax-sql-DataSource.md | 0 .../javax-sql-PooledConnection.md | 0 ...\232\204\345\244\264\346\226\207\344\273\266.md" | 0 ...\216\245\345\217\243\345\217\202\350\200\203.md" | 0 .../psycopg2-connect.md | 0 .../public_sys-resources/icon-caution.gif | Bin .../public_sys-resources/icon-danger.gif | Bin .../public_sys-resources/icon-note.gif | Bin .../public_sys-resources/icon-notice.gif | Bin .../public_sys-resources/icon-tip.gif | Bin .../public_sys-resources/icon-warning.gif | Bin ...263\351\227\255\350\277\236\346\216\245_JDBC.md" | 0 ...\351\227\255\350\277\236\346\216\245_Psycopg.md" | 0 ...240\350\275\275\351\251\261\345\212\250_JDBC.md" | 0 ...\350\275\275\351\251\261\345\212\250_Psycopg.md" | 0 ...\220\206\347\232\204\346\237\245\350\257\242.md" | 0 ...\272\344\272\216JDBC\345\274\200\345\217\221.md" | 0 ...2\344\272\216Psycopg\345\274\200\345\217\221.md" | 0 ...272\344\272\216libpq\345\274\200\345\217\221.md" | 0 ...206\347\273\223\346\236\234\351\233\206_JDBC.md" | 0 ...\347\273\223\346\236\234\351\233\206_Psycopg.md" | 0 ...\255\227\346\256\265\350\256\276\350\256\241.md" | 0 ...\267\245\345\205\267\345\257\271\346\216\245.md" | 0 ...\274\200\345\217\221\346\214\207\345\215\227.md" | 0 ...\274\200\345\217\221\346\225\231\347\250\213.md" | 0 ...200\345\217\221\346\265\201\347\250\213_JDBC.md" | 0 ...\345\217\221\346\265\201\347\250\213_Psycopg.md" | 0 ...00\345\217\221\346\265\201\347\250\213_libpq.md" | 0 ...\274\200\345\217\221\350\247\204\350\214\203.md" | 0 ...\256\276\350\256\241\350\247\204\350\214\203.md" | 0 ...\247\204\350\214\203\346\246\202\350\277\260.md" | 0 ...\221\275\344\273\244\345\244\204\347\220\206.md" | 0 ...\350\241\214SQL\350\257\255\345\217\245_JDBC.md" | 0 ...0\241\214SQL\350\257\255\345\217\245_Psycopg.md" | 0 ...\257\271\350\261\241\345\221\275\345\220\215.md" | 0 ...\257\271\350\261\241\350\256\276\350\256\241.md" | 0 ...\257\255\345\217\245\345\207\275\346\225\260.md" | 0 ...\216\247\345\210\266\345\207\275\346\225\260.md" | 0 ...\244\204\347\220\206\350\277\207\347\250\213.md" | 0 ...\227\245\345\277\227\347\256\241\347\220\206.md" | 0 ...\264\237\350\275\275\345\235\207\350\241\241.md" | 0 .../\347\244\272\344\276\213-libpq.md" | 0 ...\217\202\346\225\260\351\205\215\347\275\256.md" | 0 ...\277\201\347\247\273\346\225\260\346\215\256.md" | 0 ...270\347\224\250\346\223\215\344\275\234_JDBC.md" | 0 ...\347\224\250\346\223\215\344\275\234_Psycopg.md" | 0 ...\257\274\345\207\272\346\225\260\346\215\256.md" | 0 ...\273\243\347\240\201\347\244\272\344\276\213.md" | 0 ...1\247\350\241\214\345\272\224\347\224\250SQL.md" | 0 ...\274\200\345\217\221\350\247\204\350\214\203.md" | 0 ...\272\246\346\235\237\350\256\276\350\256\241.md" | 0 ...\257\221\344\270\216\350\260\203\350\257\225.md" | 0 .../\350\241\250\350\256\276\350\256\241.md" | 0 ...\255\230\345\202\250\346\250\241\345\236\213.md" | 0 ...\201\224\350\241\250\350\256\276\350\256\241.md" | 0 .../DeveloperGuide/\350\260\203\350\257\225.md" | 0 ...245\346\225\260\346\215\256\345\272\223_JDBC.md" | 0 ...\346\225\260\346\215\256\345\272\223_Psycopg.md" | 0 ...\272\223_SSL\346\226\271\345\274\217_Psycopg.md" | 0 ...\256\345\272\223_UDS\346\226\271\345\274\217.md" | 0 ...\223_\344\273\245SSL\346\226\271\345\274\217.md" | 0 ...\223\276\346\216\245\345\217\202\346\225\260.md" | 0 259 files changed, 0 insertions(+), 0 deletions(-) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/CopyManager.md (100%) rename "content/docs-lite/zh/docs/Developerguide/Database\345\222\214Schema\350\256\276\350\256\241.md" => "content/docs-lite/zh/docs/DeveloperGuide/Database\345\222\214Schema\350\256\276\350\256\241.md" (100%) rename "content/docs-lite/zh/docs/Developerguide/JDBC\345\214\205-\351\251\261\345\212\250\347\261\273\345\222\214\347\216\257\345\242\203\347\261\273.md" => "content/docs-lite/zh/docs/DeveloperGuide/JDBC\345\214\205-\351\251\261\345\212\250\347\261\273\345\222\214\347\216\257\345\242\203\347\261\273.md" (100%) rename "content/docs-lite/zh/docs/Developerguide/JDBC\345\270\270\347\224\250\345\217\202\346\225\260\345\217\202\350\200\203.md" => "content/docs-lite/zh/docs/DeveloperGuide/JDBC\345\270\270\347\224\250\345\217\202\346\225\260\345\217\202\350\200\203.md" (100%) rename "content/docs-lite/zh/docs/Developerguide/JDBC\346\216\245\345\217\243\345\217\202\350\200\203.md" => "content/docs-lite/zh/docs/DeveloperGuide/JDBC\346\216\245\345\217\243\345\217\202\350\200\203.md" (100%) rename "content/docs-lite/zh/docs/Developerguide/JDBC\351\205\215\347\275\256.md" => "content/docs-lite/zh/docs/DeveloperGuide/JDBC\351\205\215\347\275\256.md" (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/PQcancel.md (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/PQclear.md (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/PQconnectStart.md (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/PQconnectdb.md (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/PQconnectdbParams.md (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/PQconninfoParse.md (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/PQerrorMessage.md (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/PQexec.md (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/PQexecParams.md (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/PQexecParamsBatch.md (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/PQexecPrepared.md (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/PQexecPreparedBatch.md (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/PQfinish.md (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/PQflush.md (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/PQfname.md (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/PQfreeCancel.md (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/PQgetCancel.md (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/PQgetvalue.md (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/PQnfields.md (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/PQntuples.md (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/PQprepare.md (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/PQreset.md (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/PQresultStatus.md (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/PQsendPrepare.md (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/PQsendQuery.md (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/PQsendQueryParams.md (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/PQsendQueryPrepared.md (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/PQsetdbLogin.md (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/PQstatus.md (100%) rename "content/docs-lite/zh/docs/Developerguide/Psycopg\345\214\205.md" => "content/docs-lite/zh/docs/DeveloperGuide/Psycopg\345\214\205.md" (100%) rename "content/docs-lite/zh/docs/Developerguide/Psycopg\346\216\245\345\217\243\345\217\202\350\200\203.md" => "content/docs-lite/zh/docs/DeveloperGuide/Psycopg\346\216\245\345\217\243\345\217\202\350\200\203.md" (100%) rename "content/docs-lite/zh/docs/Developerguide/SQL\347\274\226\345\206\231.md" => "content/docs-lite/zh/docs/DeveloperGuide/SQL\347\274\226\345\206\231.md" (100%) rename "content/docs-lite/zh/docs/Developerguide/SQL\350\257\255\346\263\225\346\240\274\345\274\217\350\257\264\346\230\216.md" => "content/docs-lite/zh/docs/DeveloperGuide/SQL\350\257\255\346\263\225\346\240\274\345\274\217\350\257\264\346\230\216.md" (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/connection-close.md (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/connection-commit.md (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/connection-cursor.md (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/connection-rollback.md (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/curosr-executemany_query-vars_list.md (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/cursor-close.md (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/cursor-execute-query-vars_list.md (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/cursor-fetchall.md (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/cursor-fetchone.md (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/dblink.md (100%) rename "content/docs-lite/zh/docs/Developerguide/figures/12-4-5-4-\347\256\227\345\255\220\347\272\247\350\260\203\344\274\230(\347\244\272\344\276\213\351\224\231\344\271\261\350\260\203\346\225\2641\357\274\211.png" => "content/docs-lite/zh/docs/DeveloperGuide/figures/12-4-5-4-\347\256\227\345\255\220\347\272\247\350\260\203\344\274\230(\347\244\272\344\276\213\351\224\231\344\271\261\350\260\203\346\225\2641\357\274\211.png" (100%) rename "content/docs-lite/zh/docs/Developerguide/figures/12-4-5-4-\347\256\227\345\255\220\347\272\247\350\260\203\344\274\230(\347\244\272\344\276\213\351\224\231\344\271\261\350\260\203\346\225\2642\357\274\211.png" => "content/docs-lite/zh/docs/DeveloperGuide/figures/12-4-5-4-\347\256\227\345\255\220\347\272\247\350\260\203\344\274\230(\347\244\272\344\276\213\351\224\231\344\271\261\350\260\203\346\225\2642\357\274\211.png" (100%) rename "content/docs-lite/zh/docs/Developerguide/figures/12-4-5-4-\347\256\227\345\255\220\347\272\247\350\260\203\344\274\230(\347\244\272\344\276\213\351\224\231\344\271\261\350\260\203\346\225\264\347\244\272\344\276\2133-1\357\274\211.png" => "content/docs-lite/zh/docs/DeveloperGuide/figures/12-4-5-4-\347\256\227\345\255\220\347\272\247\350\260\203\344\274\230(\347\244\272\344\276\213\351\224\231\344\271\261\350\260\203\346\225\264\347\244\272\344\276\2133-1\357\274\211.png" (100%) rename "content/docs-lite/zh/docs/Developerguide/figures/12-4-5-4-\347\256\227\345\255\220\347\272\247\350\260\203\344\274\230(\347\244\272\344\276\213\351\224\231\344\271\261\350\260\203\346\225\264\347\244\272\344\276\2133\357\274\211.png" => "content/docs-lite/zh/docs/DeveloperGuide/figures/12-4-5-4-\347\256\227\345\255\220\347\272\247\350\260\203\344\274\230(\347\244\272\344\276\213\351\224\231\344\271\261\350\260\203\346\225\264\347\244\272\344\276\2133\357\274\211.png" (100%) rename "content/docs-lite/zh/docs/Developerguide/figures/4\350\267\25796\346\240\270\346\234\215\345\212\241\345\231\250\346\200\247\350\203\275\345\237\272\345\207\206.png" => "content/docs-lite/zh/docs/DeveloperGuide/figures/4\350\267\25796\346\240\270\346\234\215\345\212\241\345\231\250\346\200\247\350\203\275\345\237\272\345\207\206.png" (100%) rename "content/docs-lite/zh/docs/Developerguide/figures/8\350\267\257384\346\240\270x86\346\234\215\345\212\241\345\231\250\346\200\247\350\203\275\345\237\272\345\207\206.png" => "content/docs-lite/zh/docs/DeveloperGuide/figures/8\350\267\257384\346\240\270x86\346\234\215\345\212\241\345\231\250\346\200\247\350\203\275\345\237\272\345\207\206.png" (100%) rename "content/docs-lite/zh/docs/Developerguide/figures/ARM\344\270\212\347\232\204TPC-C\357\274\210256\346\240\270\357\274\211.png" => "content/docs-lite/zh/docs/DeveloperGuide/figures/ARM\344\270\212\347\232\204TPC-C\357\274\210256\346\240\270\357\274\211.png" (100%) rename "content/docs-lite/zh/docs/Developerguide/figures/Arm-\351\262\262\351\271\2172\350\267\257128\346\240\270\346\200\247\350\203\275\345\237\272\345\207\206.png" => "content/docs-lite/zh/docs/DeveloperGuide/figures/Arm-\351\262\262\351\271\2172\350\267\257128\346\240\270\346\200\247\350\203\275\345\237\272\345\207\206.png" (100%) rename "content/docs-lite/zh/docs/Developerguide/figures/Arm-\351\262\262\351\271\2172\350\267\257128\346\240\270\347\232\204\345\215\225\346\240\270\346\200\247\350\203\275\346\240\207\346\235\206.png" => "content/docs-lite/zh/docs/DeveloperGuide/figures/Arm-\351\262\262\351\271\2172\350\267\257128\346\240\270\347\232\204\345\215\225\346\240\270\346\200\247\350\203\275\346\240\207\346\235\206.png" (100%) rename "content/docs-lite/zh/docs/Developerguide/figures/Arm-\351\262\262\351\271\2174\350\267\257256\346\240\270\346\200\247\350\203\275\345\237\272\345\207\206.png" => "content/docs-lite/zh/docs/DeveloperGuide/figures/Arm-\351\262\262\351\271\2174\350\267\257256\346\240\270\346\200\247\350\203\275\345\237\272\345\207\206.png" (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/figures/EXECUTE-IMMEDIATE-dynamic_select_clause.png (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/figures/EXISTS-NOT-EXISTS.png (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/figures/FOR_AS_loop.png (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/figures/IF_THEN.jpg (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/figures/IF_THEN_ELSE.jpg (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/figures/IF_THEN_ELSIF_ELSE.png (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/figures/IN-NOT-IN.png (100%) rename "content/docs-lite/zh/docs/Developerguide/figures/MOT\346\236\266\346\236\204.png" => "content/docs-lite/zh/docs/DeveloperGuide/figures/MOT\346\236\266\346\236\204.png" (100%) rename "content/docs-lite/zh/docs/Developerguide/figures/SQL\345\274\225\346\223\216\346\211\247\350\241\214\346\237\245\350\257\242\347\261\273SQL\350\257\255\345\217\245\347\232\204\346\265\201\347\250\213.png" => "content/docs-lite/zh/docs/DeveloperGuide/figures/SQL\345\274\225\346\223\216\346\211\247\350\241\214\346\237\245\350\257\242\347\261\273SQL\350\257\255\345\217\245\347\232\204\346\265\201\347\250\213.png" (100%) rename "content/docs-lite/zh/docs/Developerguide/figures/SQL\346\211\247\350\241\214\350\256\241\345\210\222\347\244\272\344\276\213.png" => "content/docs-lite/zh/docs/DeveloperGuide/figures/SQL\346\211\247\350\241\214\350\256\241\345\210\222\347\244\272\344\276\213.png" (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/figures/all.png (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/figures/anonymous_block.png (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/figures/any-some.png (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/figures/assignment_value.png (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/figures/call_anonymous_block.png (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/figures/call_clause.png (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/figures/call_procedure.png (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/figures/case.jpg (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/figures/case_when.png (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/figures/close_cursor.jpg (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/figures/coalesce.png (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/figures/cursor_typename.png (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/figures/declare_variable.png (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/figures/decode.png (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/figures/decode_type.png (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/figures/dynamic_cursor_define.png (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/figures/fetch_cursor.png (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/figures/for_loop.png (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/figures/for_loop_query.png (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/figures/forall.png (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/figures/greatest.png (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/figures/least.png (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/figures/loop.png (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/figures/nested_assignment_value.png (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/figures/noselect.png (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/figures/nullif.png (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/figures/nvl.jpg (100%) rename "content/docs-lite/zh/docs/Developerguide/figures/openGauss\345\206\205\345\255\230\344\274\230\345\214\226\345\255\230\345\202\250\345\274\225\346\223\216.png" => "content/docs-lite/zh/docs/DeveloperGuide/figures/openGauss\345\206\205\345\255\230\344\274\230\345\214\226\345\255\230\345\202\250\345\274\225\346\223\216.png" (100%) rename "content/docs-lite/zh/docs/Developerguide/figures/openGauss\345\206\205\347\275\256MOT\345\255\230\345\202\250\345\274\225\346\223\216-\345\244\226\351\203\250\346\225\260\346\215\256\345\272\223\347\232\204FDW\350\256\277\351\227\256.png" => "content/docs-lite/zh/docs/DeveloperGuide/figures/openGauss\345\206\205\347\275\256MOT\345\255\230\345\202\250\345\274\225\346\223\216-\345\244\226\351\203\250\346\225\260\346\215\256\345\272\223\347\232\204FDW\350\256\277\351\227\256.png" (100%) rename "content/docs-lite/zh/docs/Developerguide/figures/openGauss\346\200\247\350\203\275\350\260\203\344\274\230\346\265\201\347\250\213.png" => "content/docs-lite/zh/docs/DeveloperGuide/figures/openGauss\346\200\247\350\203\275\350\260\203\344\274\230\346\265\201\347\250\213.png" (100%) rename "content/docs-lite/zh/docs/Developerguide/figures/openGauss\346\234\215\345\212\241\345\223\215\345\272\224\346\265\201\347\250\213.jpg" => "content/docs-lite/zh/docs/DeveloperGuide/figures/openGauss\346\234\215\345\212\241\345\223\215\345\272\224\346\265\201\347\250\213.jpg" (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/figures/open_dynamic_cursor.png (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/figures/open_for.png (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/figures/open_static_cursor.png (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/figures/raise.png (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/figures/raise_condition.png (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/figures/raise_format.png (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/figures/raise_option.png (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/figures/raise_sqlstate.png (100%) rename "content/docs-lite/zh/docs/Developerguide/figures/record\347\261\273\345\236\213\347\232\204\350\257\255\346\263\225.png" => "content/docs-lite/zh/docs/DeveloperGuide/figures/record\347\261\273\345\236\213\347\232\204\350\257\255\346\263\225.png" (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/figures/return_clause.jpg (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/figures/static_cursor_define.jpg (100%) rename "content/docs-lite/zh/docs/Developerguide/figures/tpmC-\345\257\271\346\257\224CPU\344\275\277\347\224\250\347\216\207.png" => "content/docs-lite/zh/docs/DeveloperGuide/figures/tpmC-\345\257\271\346\257\224CPU\344\275\277\347\224\250\347\216\207.png" (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/figures/using_clause-0.png (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/figures/using_clause-1.png (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/figures/using_clause-2.png (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/figures/using_clause.png (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/figures/when_clause.png (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/figures/while_loop.png (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/figures/zh-cn_image_0000001144139135.png (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/figures/zh-cn_image_0000001156347657.png (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/figures/zh-cn_image_0000001209457383.png (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/figures/zh-cn_image_0000001209615959.png (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/figures/zh-cn_image_0000001209735947.png (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/figures/zh-cn_image_0000001209736009.png (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/figures/zh-cn_image_0118861065.jpg (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/figures/zh-cn_image_0289899860.png (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/figures/zh-cn_image_0289899941.jpg (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/figures/zh-cn_image_0289899947.png (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/figures/zh-cn_image_0289899953.png (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/figures/zh-cn_image_0289899960.png (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/figures/zh-cn_image_0289899972.png (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/figures/zh-cn_image_0289899975.png (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/figures/zh-cn_image_0289899988.png (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/figures/zh-cn_image_0289899998.png (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/figures/zh-cn_image_0289899999.png (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/figures/zh-cn_image_0289900038.png (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/figures/zh-cn_image_0289900085.png (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/figures/zh-cn_image_0289900100.png (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/figures/zh-cn_image_0289900154.png (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/figures/zh-cn_image_0289900162.png (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/figures/zh-cn_image_0289900165.png (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/figures/zh-cn_image_0289900225.png (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/figures/zh-cn_image_0289900286.png (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/figures/zh-cn_image_0289900287.png (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/figures/zh-cn_image_0289900299.png (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/figures/zh-cn_image_0289900329.png (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/figures/zh-cn_image_0289900417.png (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/figures/zh-cn_image_0289900420.png (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/figures/zh-cn_image_0289900471.png (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/figures/zh-cn_image_0289900515.png (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/figures/zh-cn_image_0289900517.png (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/figures/zh-cn_image_0289900584.png (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/figures/zh-cn_image_0289900596.png (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/figures/zh-cn_image_0289900622.png (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/figures/zh-cn_image_0289900642.png (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/figures/zh-cn_image_0289900697.png (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/figures/zh-cn_image_0289900783.png (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/figures/zh-cn_image_0289900819.png (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/figures/zh-cn_image_0289900841.png (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/figures/zh-cn_image_0289900927.png (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/figures/zh-cn_image_0289900952.png (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/figures/zh-cn_image_0289900964.png (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/figures/zh-cn_image_0289901020.png (100%) rename "content/docs-lite/zh/docs/Developerguide/figures/\344\270\211\347\247\215\346\227\245\345\277\227\350\256\260\345\275\225\351\200\211\351\241\271.png" => "content/docs-lite/zh/docs/DeveloperGuide/figures/\344\270\211\347\247\215\346\227\245\345\277\227\350\256\260\345\275\225\351\200\211\351\241\271.png" (100%) rename "content/docs-lite/zh/docs/Developerguide/figures/\344\275\216\345\273\266\350\277\237\357\274\21090th-\344\272\213\345\212\241\345\271\263\345\235\207\357\274\211\346\200\247\350\203\275\345\237\272\345\207\206.png" => "content/docs-lite/zh/docs/DeveloperGuide/figures/\344\275\216\345\273\266\350\277\237\357\274\21090th-\344\272\213\345\212\241\345\271\263\345\235\207\357\274\211\346\200\247\350\203\275\345\237\272\345\207\206.png" (100%) rename "content/docs-lite/zh/docs/Developerguide/figures/\344\275\216\345\273\266\350\277\237\357\274\21090th-\357\274\211\346\200\247\350\203\275\345\237\272\345\207\206.png" => "content/docs-lite/zh/docs/DeveloperGuide/figures/\344\275\216\345\273\266\350\277\237\357\274\21090th-\357\274\211\346\200\247\350\203\275\345\237\272\345\207\206.png" (100%) rename "content/docs-lite/zh/docs/Developerguide/figures/\344\277\256\346\224\271BIOS\350\256\276\347\275\256\357\274\2101\357\274\211.png" => "content/docs-lite/zh/docs/DeveloperGuide/figures/\344\277\256\346\224\271BIOS\350\256\276\347\275\256\357\274\2101\357\274\211.png" (100%) rename "content/docs-lite/zh/docs/Developerguide/figures/\344\277\256\346\224\271BIOS\350\256\276\347\275\256\357\274\2102\357\274\211.png" => "content/docs-lite/zh/docs/DeveloperGuide/figures/\344\277\256\346\224\271BIOS\350\256\276\347\275\256\357\274\2102\357\274\211.png" (100%) rename "content/docs-lite/zh/docs/Developerguide/figures/\345\206\267\345\220\257\345\212\250\346\227\266\351\227\264\346\200\247\350\203\275\345\237\272\345\207\206.png" => "content/docs-lite/zh/docs/DeveloperGuide/figures/\345\206\267\345\220\257\345\212\250\346\227\266\351\227\264\346\200\247\350\203\275\345\237\272\345\207\206.png" (100%) rename "content/docs-lite/zh/docs/Developerguide/figures/\345\215\216\344\270\272TaiShan-2480-MOT-TPC-C\346\265\213\350\257\225\347\273\223\346\236\234.png" => "content/docs-lite/zh/docs/DeveloperGuide/figures/\345\215\216\344\270\272TaiShan-2480-MOT-TPC-C\346\265\213\350\257\225\347\273\223\346\236\234.png" (100%) rename "content/docs-lite/zh/docs/Developerguide/figures/\345\215\225\344\272\213\345\212\241\346\227\245\345\277\227\350\256\260\345\275\225.png" => "content/docs-lite/zh/docs/DeveloperGuide/figures/\345\215\225\344\272\213\345\212\241\346\227\245\345\277\227\350\256\260\345\275\225.png" (100%) rename "content/docs-lite/zh/docs/Developerguide/figures/\345\220\214\346\255\245\346\227\245\345\277\227\350\256\260\345\275\225.png" => "content/docs-lite/zh/docs/DeveloperGuide/figures/\345\220\214\346\255\245\346\227\245\345\277\227\350\256\260\345\275\225.png" (100%) rename "content/docs-lite/zh/docs/Developerguide/figures/\345\274\202\346\255\245\346\227\245\345\277\227\350\256\260\345\275\225.png" => "content/docs-lite/zh/docs/DeveloperGuide/figures/\345\274\202\346\255\245\346\227\245\345\277\227\350\256\260\345\275\225.png" (100%) rename "content/docs-lite/zh/docs/Developerguide/figures/\346\215\225\350\216\267.png" => "content/docs-lite/zh/docs/DeveloperGuide/figures/\346\215\225\350\216\267.png" (100%) rename "content/docs-lite/zh/docs/Developerguide/figures/\346\225\260\346\215\256\345\272\223\351\200\273\350\276\221\347\273\223\346\236\204\345\233\276.png" => "content/docs-lite/zh/docs/DeveloperGuide/figures/\346\225\260\346\215\256\345\272\223\351\200\273\350\276\221\347\273\223\346\236\204\345\233\276.png" (100%) rename "content/docs-lite/zh/docs/Developerguide/figures/\346\226\207\346\241\243.png" => "content/docs-lite/zh/docs/DeveloperGuide/figures/\346\226\207\346\241\243.png" (100%) rename "content/docs-lite/zh/docs/Developerguide/figures/\346\237\245\347\234\213nvme\347\233\230\347\232\204\344\277\241\346\201\257.png" => "content/docs-lite/zh/docs/DeveloperGuide/figures/\346\237\245\347\234\213nvme\347\233\230\347\232\204\344\277\241\346\201\257.png" (100%) rename "content/docs-lite/zh/docs/Developerguide/figures/\346\237\245\347\234\213\346\223\215\344\275\234\347\263\273\347\273\237\345\206\205\346\240\270PAGESIZE\347\232\204\345\200\274.png" => "content/docs-lite/zh/docs/DeveloperGuide/figures/\346\237\245\347\234\213\346\223\215\344\275\234\347\263\273\347\273\237\345\206\205\346\240\270PAGESIZE\347\232\204\345\200\274.png" (100%) rename "content/docs-lite/zh/docs/Developerguide/figures/\347\247\201\346\234\211\357\274\210\346\234\254\345\234\260\357\274\211\345\206\205\345\255\230\357\274\210\346\257\217\344\270\252\344\272\213\345\212\241\357\274\211\345\222\214\345\205\250\345\261\200\345\206\205\345\255\230\357\274\210\346\211\200\346\234\211\346\240\270\347\232\204\346\211\200\346\234\211\344\272\213\345\212\241\357\274\211.png" => "content/docs-lite/zh/docs/DeveloperGuide/figures/\347\247\201\346\234\211\357\274\210\346\234\254\345\234\260\357\274\211\345\206\205\345\255\230\357\274\210\346\257\217\344\270\252\344\272\213\345\212\241\357\274\211\345\222\214\345\205\250\345\261\200\345\206\205\345\255\230\357\274\210\346\211\200\346\234\211\346\240\270\347\232\204\346\211\200\346\234\211\344\272\213\345\212\241\357\274\211.png" (100%) rename "content/docs-lite/zh/docs/Developerguide/figures/\347\273\204\346\217\220\344\272\244-\345\205\267\346\234\211NUMA\346\204\237\347\237\245.png" => "content/docs-lite/zh/docs/DeveloperGuide/figures/\347\273\204\346\217\220\344\272\244-\345\205\267\346\234\211NUMA\346\204\237\347\237\245.png" (100%) rename "content/docs-lite/zh/docs/Developerguide/figures/\350\257\246\347\273\206\347\273\223\346\236\234\346\212\245\345\221\212.png" => "content/docs-lite/zh/docs/DeveloperGuide/figures/\350\257\246\347\273\206\347\273\223\346\236\234\346\212\245\345\221\212.png" (100%) rename "content/docs-lite/zh/docs/Developerguide/figures/\350\265\204\346\272\220\345\210\251\347\224\250\347\216\207\346\200\247\350\203\275\345\237\272\345\207\206.png" => "content/docs-lite/zh/docs/DeveloperGuide/figures/\350\265\204\346\272\220\345\210\251\347\224\250\347\216\207\346\200\247\350\203\275\345\237\272\345\207\206.png" (100%) rename "content/docs-lite/zh/docs/Developerguide/figures/\351\200\273\350\276\221\345\244\215\345\210\266.png" => "content/docs-lite/zh/docs/DeveloperGuide/figures/\351\200\273\350\276\221\345\244\215\345\210\266.png" (100%) rename "content/docs-lite/zh/docs/Developerguide/figures/\351\207\207\347\224\250JDBC\345\274\200\345\217\221\345\272\224\347\224\250\347\250\213\345\272\217\347\232\204\346\265\201\347\250\213.png" => "content/docs-lite/zh/docs/DeveloperGuide/figures/\351\207\207\347\224\250JDBC\345\274\200\345\217\221\345\272\224\347\224\250\347\250\213\345\272\217\347\232\204\346\265\201\347\250\213.png" (100%) rename "content/docs-lite/zh/docs/Developerguide/figures/\351\207\207\347\224\250Psycopg2\345\274\200\345\217\221\345\272\224\347\224\250\347\250\213\345\272\217\347\232\204\346\265\201\347\250\213.png" => "content/docs-lite/zh/docs/DeveloperGuide/figures/\351\207\207\347\224\250Psycopg2\345\274\200\345\217\221\345\272\224\347\224\250\347\250\213\345\272\217\347\232\204\346\265\201\347\250\213.png" (100%) rename "content/docs-lite/zh/docs/Developerguide/figures/\351\235\236\345\224\257\344\270\200\347\264\242\345\274\225.png" => "content/docs-lite/zh/docs/DeveloperGuide/figures/\351\235\236\345\224\257\344\270\200\347\264\242\345\274\225.png" (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/java-sql-CallableStatement.md (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/java-sql-Connection.md (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/java-sql-DatabaseMetaData.md (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/java-sql-Driver.md (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/java-sql-PreparedStatement.md (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/java-sql-ResultSet.md (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/java-sql-ResultSetMetaData.md (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/java-sql-Statement.md (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/javax-naming-Context.md (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/javax-naming-spi-InitialContextFactory.md (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/javax-sql-ConnectionPoolDataSource.md (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/javax-sql-DataSource.md (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/javax-sql-PooledConnection.md (100%) rename "content/docs-lite/zh/docs/Developerguide/libpq\344\275\277\347\224\250\344\276\235\350\265\226\347\232\204\345\244\264\346\226\207\344\273\266.md" => "content/docs-lite/zh/docs/DeveloperGuide/libpq\344\275\277\347\224\250\344\276\235\350\265\226\347\232\204\345\244\264\346\226\207\344\273\266.md" (100%) rename "content/docs-lite/zh/docs/Developerguide/libpq\346\216\245\345\217\243\345\217\202\350\200\203.md" => "content/docs-lite/zh/docs/DeveloperGuide/libpq\346\216\245\345\217\243\345\217\202\350\200\203.md" (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/psycopg2-connect.md (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/public_sys-resources/icon-caution.gif (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/public_sys-resources/icon-danger.gif (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/public_sys-resources/icon-note.gif (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/public_sys-resources/icon-notice.gif (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/public_sys-resources/icon-tip.gif (100%) rename content/docs-lite/zh/docs/{Developerguide => DeveloperGuide}/public_sys-resources/icon-warning.gif (100%) rename "content/docs-lite/zh/docs/Developerguide/\345\205\263\351\227\255\350\277\236\346\216\245_JDBC.md" => "content/docs-lite/zh/docs/DeveloperGuide/\345\205\263\351\227\255\350\277\236\346\216\245_JDBC.md" (100%) rename "content/docs-lite/zh/docs/Developerguide/\345\205\263\351\227\255\350\277\236\346\216\245_Psycopg.md" => "content/docs-lite/zh/docs/DeveloperGuide/\345\205\263\351\227\255\350\277\236\346\216\245_Psycopg.md" (100%) rename "content/docs-lite/zh/docs/Developerguide/\345\212\240\350\275\275\351\251\261\345\212\250_JDBC.md" => "content/docs-lite/zh/docs/DeveloperGuide/\345\212\240\350\275\275\351\251\261\345\212\250_JDBC.md" (100%) rename "content/docs-lite/zh/docs/Developerguide/\345\212\240\350\275\275\351\251\261\345\212\250_Psycopg.md" => "content/docs-lite/zh/docs/DeveloperGuide/\345\212\240\350\275\275\351\251\261\345\212\250_Psycopg.md" (100%) rename "content/docs-lite/zh/docs/Developerguide/\345\217\226\346\266\210\346\255\243\345\234\250\345\244\204\347\220\206\347\232\204\346\237\245\350\257\242.md" => "content/docs-lite/zh/docs/DeveloperGuide/\345\217\226\346\266\210\346\255\243\345\234\250\345\244\204\347\220\206\347\232\204\346\237\245\350\257\242.md" (100%) rename "content/docs-lite/zh/docs/Developerguide/\345\237\272\344\272\216JDBC\345\274\200\345\217\221.md" => "content/docs-lite/zh/docs/DeveloperGuide/\345\237\272\344\272\216JDBC\345\274\200\345\217\221.md" (100%) rename "content/docs-lite/zh/docs/Developerguide/\345\237\272\344\272\216Psycopg\345\274\200\345\217\221.md" => "content/docs-lite/zh/docs/DeveloperGuide/\345\237\272\344\272\216Psycopg\345\274\200\345\217\221.md" (100%) rename "content/docs-lite/zh/docs/Developerguide/\345\237\272\344\272\216libpq\345\274\200\345\217\221.md" => "content/docs-lite/zh/docs/DeveloperGuide/\345\237\272\344\272\216libpq\345\274\200\345\217\221.md" (100%) rename "content/docs-lite/zh/docs/Developerguide/\345\244\204\347\220\206\347\273\223\346\236\234\351\233\206_JDBC.md" => "content/docs-lite/zh/docs/DeveloperGuide/\345\244\204\347\220\206\347\273\223\346\236\234\351\233\206_JDBC.md" (100%) rename "content/docs-lite/zh/docs/Developerguide/\345\244\204\347\220\206\347\273\223\346\236\234\351\233\206_Psycopg.md" => "content/docs-lite/zh/docs/DeveloperGuide/\345\244\204\347\220\206\347\273\223\346\236\234\351\233\206_Psycopg.md" (100%) rename "content/docs-lite/zh/docs/Developerguide/\345\255\227\346\256\265\350\256\276\350\256\241.md" => "content/docs-lite/zh/docs/DeveloperGuide/\345\255\227\346\256\265\350\256\276\350\256\241.md" (100%) rename "content/docs-lite/zh/docs/Developerguide/\345\267\245\345\205\267\345\257\271\346\216\245.md" => "content/docs-lite/zh/docs/DeveloperGuide/\345\267\245\345\205\267\345\257\271\346\216\245.md" (100%) rename "content/docs-lite/zh/docs/Developerguide/\345\272\224\347\224\250\345\274\200\345\217\221\346\214\207\345\215\227.md" => "content/docs-lite/zh/docs/DeveloperGuide/\345\272\224\347\224\250\345\274\200\345\217\221\346\214\207\345\215\227.md" (100%) rename "content/docs-lite/zh/docs/Developerguide/\345\272\224\347\224\250\347\250\213\345\272\217\345\274\200\345\217\221\346\225\231\347\250\213.md" => "content/docs-lite/zh/docs/DeveloperGuide/\345\272\224\347\224\250\347\250\213\345\272\217\345\274\200\345\217\221\346\225\231\347\250\213.md" (100%) rename "content/docs-lite/zh/docs/Developerguide/\345\274\200\345\217\221\346\265\201\347\250\213_JDBC.md" => "content/docs-lite/zh/docs/DeveloperGuide/\345\274\200\345\217\221\346\265\201\347\250\213_JDBC.md" (100%) rename "content/docs-lite/zh/docs/Developerguide/\345\274\200\345\217\221\346\265\201\347\250\213_Psycopg.md" => "content/docs-lite/zh/docs/DeveloperGuide/\345\274\200\345\217\221\346\265\201\347\250\213_Psycopg.md" (100%) rename "content/docs-lite/zh/docs/Developerguide/\345\274\200\345\217\221\346\265\201\347\250\213_libpq.md" => "content/docs-lite/zh/docs/DeveloperGuide/\345\274\200\345\217\221\346\265\201\347\250\213_libpq.md" (100%) rename "content/docs-lite/zh/docs/Developerguide/\345\274\200\345\217\221\350\247\204\350\214\203.md" => "content/docs-lite/zh/docs/DeveloperGuide/\345\274\200\345\217\221\350\247\204\350\214\203.md" (100%) rename "content/docs-lite/zh/docs/Developerguide/\345\274\200\345\217\221\350\256\276\350\256\241\350\247\204\350\214\203.md" => "content/docs-lite/zh/docs/DeveloperGuide/\345\274\200\345\217\221\350\256\276\350\256\241\350\247\204\350\214\203.md" (100%) rename "content/docs-lite/zh/docs/Developerguide/\345\274\200\345\217\221\350\256\276\350\256\241\350\247\204\350\214\203\346\246\202\350\277\260.md" => "content/docs-lite/zh/docs/DeveloperGuide/\345\274\200\345\217\221\350\256\276\350\256\241\350\247\204\350\214\203\346\246\202\350\277\260.md" (100%) rename "content/docs-lite/zh/docs/Developerguide/\345\274\202\346\255\245\345\221\275\344\273\244\345\244\204\347\220\206.md" => "content/docs-lite/zh/docs/DeveloperGuide/\345\274\202\346\255\245\345\221\275\344\273\244\345\244\204\347\220\206.md" (100%) rename "content/docs-lite/zh/docs/Developerguide/\346\211\247\350\241\214SQL\350\257\255\345\217\245_JDBC.md" => "content/docs-lite/zh/docs/DeveloperGuide/\346\211\247\350\241\214SQL\350\257\255\345\217\245_JDBC.md" (100%) rename "content/docs-lite/zh/docs/Developerguide/\346\211\247\350\241\214SQL\350\257\255\345\217\245_Psycopg.md" => "content/docs-lite/zh/docs/DeveloperGuide/\346\211\247\350\241\214SQL\350\257\255\345\217\245_Psycopg.md" (100%) rename "content/docs-lite/zh/docs/Developerguide/\346\225\260\346\215\256\345\272\223\345\257\271\350\261\241\345\221\275\345\220\215.md" => "content/docs-lite/zh/docs/DeveloperGuide/\346\225\260\346\215\256\345\272\223\345\257\271\350\261\241\345\221\275\345\220\215.md" (100%) rename "content/docs-lite/zh/docs/Developerguide/\346\225\260\346\215\256\345\272\223\345\257\271\350\261\241\350\256\276\350\256\241.md" => "content/docs-lite/zh/docs/DeveloperGuide/\346\225\260\346\215\256\345\272\223\345\257\271\350\261\241\350\256\276\350\256\241.md" (100%) rename "content/docs-lite/zh/docs/Developerguide/\346\225\260\346\215\256\345\272\223\346\211\247\350\241\214\350\257\255\345\217\245\345\207\275\346\225\260.md" => "content/docs-lite/zh/docs/DeveloperGuide/\346\225\260\346\215\256\345\272\223\346\211\247\350\241\214\350\257\255\345\217\245\345\207\275\346\225\260.md" (100%) rename "content/docs-lite/zh/docs/Developerguide/\346\225\260\346\215\256\345\272\223\350\277\236\346\216\245\346\216\247\345\210\266\345\207\275\346\225\260.md" => "content/docs-lite/zh/docs/DeveloperGuide/\346\225\260\346\215\256\345\272\223\350\277\236\346\216\245\346\216\247\345\210\266\345\207\275\346\225\260.md" (100%) rename "content/docs-lite/zh/docs/Developerguide/\346\225\260\346\215\256\346\237\245\350\257\242\350\257\267\346\261\202\345\244\204\347\220\206\350\277\207\347\250\213.md" => "content/docs-lite/zh/docs/DeveloperGuide/\346\225\260\346\215\256\346\237\245\350\257\242\350\257\267\346\261\202\345\244\204\347\220\206\350\277\207\347\250\213.md" (100%) rename "content/docs-lite/zh/docs/Developerguide/\346\227\245\345\277\227\347\256\241\347\220\206.md" => "content/docs-lite/zh/docs/DeveloperGuide/\346\227\245\345\277\227\347\256\241\347\220\206.md" (100%) rename "content/docs-lite/zh/docs/Developerguide/\347\244\272\344\276\213-jdbc\344\270\273\345\244\207\351\233\206\347\276\244\350\264\237\350\275\275\345\235\207\350\241\241.md" => "content/docs-lite/zh/docs/DeveloperGuide/\347\244\272\344\276\213-jdbc\344\270\273\345\244\207\351\233\206\347\276\244\350\264\237\350\275\275\345\235\207\350\241\241.md" (100%) rename "content/docs-lite/zh/docs/Developerguide/\347\244\272\344\276\213-libpq.md" => "content/docs-lite/zh/docs/DeveloperGuide/\347\244\272\344\276\213-libpq.md" (100%) rename "content/docs-lite/zh/docs/Developerguide/\347\244\272\344\276\213-\344\270\215\345\220\214\345\234\272\346\231\257\344\270\213\350\277\236\346\216\245\346\225\260\346\215\256\345\272\223\345\217\202\346\225\260\351\205\215\347\275\256.md" => "content/docs-lite/zh/docs/DeveloperGuide/\347\244\272\344\276\213-\344\270\215\345\220\214\345\234\272\346\231\257\344\270\213\350\277\236\346\216\245\346\225\260\346\215\256\345\272\223\345\217\202\346\225\260\351\205\215\347\275\256.md" (100%) rename "content/docs-lite/zh/docs/Developerguide/\347\244\272\344\276\213-\344\273\216MY\350\277\201\347\247\273\346\225\260\346\215\256.md" => "content/docs-lite/zh/docs/DeveloperGuide/\347\244\272\344\276\213-\344\273\216MY\350\277\201\347\247\273\346\225\260\346\215\256.md" (100%) rename "content/docs-lite/zh/docs/Developerguide/\347\244\272\344\276\213-\345\270\270\347\224\250\346\223\215\344\275\234_JDBC.md" => "content/docs-lite/zh/docs/DeveloperGuide/\347\244\272\344\276\213-\345\270\270\347\224\250\346\223\215\344\275\234_JDBC.md" (100%) rename "content/docs-lite/zh/docs/Developerguide/\347\244\272\344\276\213-\345\270\270\347\224\250\346\223\215\344\275\234_Psycopg.md" => "content/docs-lite/zh/docs/DeveloperGuide/\347\244\272\344\276\213-\345\270\270\347\224\250\346\223\215\344\275\234_Psycopg.md" (100%) rename "content/docs-lite/zh/docs/Developerguide/\347\244\272\344\276\213-\351\200\232\350\277\207\346\234\254\345\234\260\346\226\207\344\273\266\345\257\274\345\205\245\345\257\274\345\207\272\346\225\260\346\215\256.md" => "content/docs-lite/zh/docs/DeveloperGuide/\347\244\272\344\276\213-\351\200\232\350\277\207\346\234\254\345\234\260\346\226\207\344\273\266\345\257\274\345\205\245\345\257\274\345\207\272\346\225\260\346\215\256.md" (100%) rename "content/docs-lite/zh/docs/Developerguide/\347\244\272\344\276\213-\351\200\273\350\276\221\345\244\215\345\210\266\344\273\243\347\240\201\347\244\272\344\276\213.md" => "content/docs-lite/zh/docs/DeveloperGuide/\347\244\272\344\276\213-\351\200\273\350\276\221\345\244\215\345\210\266\344\273\243\347\240\201\347\244\272\344\276\213.md" (100%) rename "content/docs-lite/zh/docs/Developerguide/\347\244\272\344\276\213-\351\207\215\346\226\260\346\211\247\350\241\214\345\272\224\347\224\250SQL.md" => "content/docs-lite/zh/docs/DeveloperGuide/\347\244\272\344\276\213-\351\207\215\346\226\260\346\211\247\350\241\214\345\272\224\347\224\250SQL.md" (100%) rename "content/docs-lite/zh/docs/Developerguide/\347\250\213\345\272\217\345\274\200\345\217\221\350\247\204\350\214\203.md" => "content/docs-lite/zh/docs/DeveloperGuide/\347\250\213\345\272\217\345\274\200\345\217\221\350\247\204\350\214\203.md" (100%) rename "content/docs-lite/zh/docs/Developerguide/\347\272\246\346\235\237\350\256\276\350\256\241.md" => "content/docs-lite/zh/docs/DeveloperGuide/\347\272\246\346\235\237\350\256\276\350\256\241.md" (100%) rename "content/docs-lite/zh/docs/Developerguide/\347\274\226\350\257\221\344\270\216\350\260\203\350\257\225.md" => "content/docs-lite/zh/docs/DeveloperGuide/\347\274\226\350\257\221\344\270\216\350\260\203\350\257\225.md" (100%) rename "content/docs-lite/zh/docs/Developerguide/\350\241\250\350\256\276\350\256\241.md" => "content/docs-lite/zh/docs/DeveloperGuide/\350\241\250\350\256\276\350\256\241.md" (100%) rename "content/docs-lite/zh/docs/Developerguide/\350\247\204\345\210\222\345\255\230\345\202\250\346\250\241\345\236\213.md" => "content/docs-lite/zh/docs/DeveloperGuide/\350\247\204\345\210\222\345\255\230\345\202\250\346\250\241\345\236\213.md" (100%) rename "content/docs-lite/zh/docs/Developerguide/\350\247\206\345\233\276\345\222\214\345\205\263\350\201\224\350\241\250\350\256\276\350\256\241.md" => "content/docs-lite/zh/docs/DeveloperGuide/\350\247\206\345\233\276\345\222\214\345\205\263\350\201\224\350\241\250\350\256\276\350\256\241.md" (100%) rename "content/docs-lite/zh/docs/Developerguide/\350\260\203\350\257\225.md" => "content/docs-lite/zh/docs/DeveloperGuide/\350\260\203\350\257\225.md" (100%) rename "content/docs-lite/zh/docs/Developerguide/\350\277\236\346\216\245\346\225\260\346\215\256\345\272\223_JDBC.md" => "content/docs-lite/zh/docs/DeveloperGuide/\350\277\236\346\216\245\346\225\260\346\215\256\345\272\223_JDBC.md" (100%) rename "content/docs-lite/zh/docs/Developerguide/\350\277\236\346\216\245\346\225\260\346\215\256\345\272\223_Psycopg.md" => "content/docs-lite/zh/docs/DeveloperGuide/\350\277\236\346\216\245\346\225\260\346\215\256\345\272\223_Psycopg.md" (100%) rename "content/docs-lite/zh/docs/Developerguide/\350\277\236\346\216\245\346\225\260\346\215\256\345\272\223_SSL\346\226\271\345\274\217_Psycopg.md" => "content/docs-lite/zh/docs/DeveloperGuide/\350\277\236\346\216\245\346\225\260\346\215\256\345\272\223_SSL\346\226\271\345\274\217_Psycopg.md" (100%) rename "content/docs-lite/zh/docs/Developerguide/\350\277\236\346\216\245\346\225\260\346\215\256\345\272\223_UDS\346\226\271\345\274\217.md" => "content/docs-lite/zh/docs/DeveloperGuide/\350\277\236\346\216\245\346\225\260\346\215\256\345\272\223_UDS\346\226\271\345\274\217.md" (100%) rename "content/docs-lite/zh/docs/Developerguide/\350\277\236\346\216\245\346\225\260\346\215\256\345\272\223_\344\273\245SSL\346\226\271\345\274\217.md" => "content/docs-lite/zh/docs/DeveloperGuide/\350\277\236\346\216\245\346\225\260\346\215\256\345\272\223_\344\273\245SSL\346\226\271\345\274\217.md" (100%) rename "content/docs-lite/zh/docs/Developerguide/\351\223\276\346\216\245\345\217\202\346\225\260.md" => "content/docs-lite/zh/docs/DeveloperGuide/\351\223\276\346\216\245\345\217\202\346\225\260.md" (100%) diff --git a/content/docs-lite/zh/docs/Developerguide/CopyManager.md b/content/docs-lite/zh/docs/DeveloperGuide/CopyManager.md similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/CopyManager.md rename to content/docs-lite/zh/docs/DeveloperGuide/CopyManager.md diff --git "a/content/docs-lite/zh/docs/Developerguide/Database\345\222\214Schema\350\256\276\350\256\241.md" "b/content/docs-lite/zh/docs/DeveloperGuide/Database\345\222\214Schema\350\256\276\350\256\241.md" similarity index 100% rename from "content/docs-lite/zh/docs/Developerguide/Database\345\222\214Schema\350\256\276\350\256\241.md" rename to "content/docs-lite/zh/docs/DeveloperGuide/Database\345\222\214Schema\350\256\276\350\256\241.md" diff --git "a/content/docs-lite/zh/docs/Developerguide/JDBC\345\214\205-\351\251\261\345\212\250\347\261\273\345\222\214\347\216\257\345\242\203\347\261\273.md" "b/content/docs-lite/zh/docs/DeveloperGuide/JDBC\345\214\205-\351\251\261\345\212\250\347\261\273\345\222\214\347\216\257\345\242\203\347\261\273.md" similarity index 100% rename from "content/docs-lite/zh/docs/Developerguide/JDBC\345\214\205-\351\251\261\345\212\250\347\261\273\345\222\214\347\216\257\345\242\203\347\261\273.md" rename to "content/docs-lite/zh/docs/DeveloperGuide/JDBC\345\214\205-\351\251\261\345\212\250\347\261\273\345\222\214\347\216\257\345\242\203\347\261\273.md" diff --git "a/content/docs-lite/zh/docs/Developerguide/JDBC\345\270\270\347\224\250\345\217\202\346\225\260\345\217\202\350\200\203.md" "b/content/docs-lite/zh/docs/DeveloperGuide/JDBC\345\270\270\347\224\250\345\217\202\346\225\260\345\217\202\350\200\203.md" similarity index 100% rename from "content/docs-lite/zh/docs/Developerguide/JDBC\345\270\270\347\224\250\345\217\202\346\225\260\345\217\202\350\200\203.md" rename to "content/docs-lite/zh/docs/DeveloperGuide/JDBC\345\270\270\347\224\250\345\217\202\346\225\260\345\217\202\350\200\203.md" diff --git "a/content/docs-lite/zh/docs/Developerguide/JDBC\346\216\245\345\217\243\345\217\202\350\200\203.md" "b/content/docs-lite/zh/docs/DeveloperGuide/JDBC\346\216\245\345\217\243\345\217\202\350\200\203.md" similarity index 100% rename from "content/docs-lite/zh/docs/Developerguide/JDBC\346\216\245\345\217\243\345\217\202\350\200\203.md" rename to "content/docs-lite/zh/docs/DeveloperGuide/JDBC\346\216\245\345\217\243\345\217\202\350\200\203.md" diff --git "a/content/docs-lite/zh/docs/Developerguide/JDBC\351\205\215\347\275\256.md" "b/content/docs-lite/zh/docs/DeveloperGuide/JDBC\351\205\215\347\275\256.md" similarity index 100% rename from "content/docs-lite/zh/docs/Developerguide/JDBC\351\205\215\347\275\256.md" rename to "content/docs-lite/zh/docs/DeveloperGuide/JDBC\351\205\215\347\275\256.md" diff --git a/content/docs-lite/zh/docs/Developerguide/PQcancel.md b/content/docs-lite/zh/docs/DeveloperGuide/PQcancel.md similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/PQcancel.md rename to content/docs-lite/zh/docs/DeveloperGuide/PQcancel.md diff --git a/content/docs-lite/zh/docs/Developerguide/PQclear.md b/content/docs-lite/zh/docs/DeveloperGuide/PQclear.md similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/PQclear.md rename to content/docs-lite/zh/docs/DeveloperGuide/PQclear.md diff --git a/content/docs-lite/zh/docs/Developerguide/PQconnectStart.md b/content/docs-lite/zh/docs/DeveloperGuide/PQconnectStart.md similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/PQconnectStart.md rename to content/docs-lite/zh/docs/DeveloperGuide/PQconnectStart.md diff --git a/content/docs-lite/zh/docs/Developerguide/PQconnectdb.md b/content/docs-lite/zh/docs/DeveloperGuide/PQconnectdb.md similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/PQconnectdb.md rename to content/docs-lite/zh/docs/DeveloperGuide/PQconnectdb.md diff --git a/content/docs-lite/zh/docs/Developerguide/PQconnectdbParams.md b/content/docs-lite/zh/docs/DeveloperGuide/PQconnectdbParams.md similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/PQconnectdbParams.md rename to content/docs-lite/zh/docs/DeveloperGuide/PQconnectdbParams.md diff --git a/content/docs-lite/zh/docs/Developerguide/PQconninfoParse.md b/content/docs-lite/zh/docs/DeveloperGuide/PQconninfoParse.md similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/PQconninfoParse.md rename to content/docs-lite/zh/docs/DeveloperGuide/PQconninfoParse.md diff --git a/content/docs-lite/zh/docs/Developerguide/PQerrorMessage.md b/content/docs-lite/zh/docs/DeveloperGuide/PQerrorMessage.md similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/PQerrorMessage.md rename to content/docs-lite/zh/docs/DeveloperGuide/PQerrorMessage.md diff --git a/content/docs-lite/zh/docs/Developerguide/PQexec.md b/content/docs-lite/zh/docs/DeveloperGuide/PQexec.md similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/PQexec.md rename to content/docs-lite/zh/docs/DeveloperGuide/PQexec.md diff --git a/content/docs-lite/zh/docs/Developerguide/PQexecParams.md b/content/docs-lite/zh/docs/DeveloperGuide/PQexecParams.md similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/PQexecParams.md rename to content/docs-lite/zh/docs/DeveloperGuide/PQexecParams.md diff --git a/content/docs-lite/zh/docs/Developerguide/PQexecParamsBatch.md b/content/docs-lite/zh/docs/DeveloperGuide/PQexecParamsBatch.md similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/PQexecParamsBatch.md rename to content/docs-lite/zh/docs/DeveloperGuide/PQexecParamsBatch.md diff --git a/content/docs-lite/zh/docs/Developerguide/PQexecPrepared.md b/content/docs-lite/zh/docs/DeveloperGuide/PQexecPrepared.md similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/PQexecPrepared.md rename to content/docs-lite/zh/docs/DeveloperGuide/PQexecPrepared.md diff --git a/content/docs-lite/zh/docs/Developerguide/PQexecPreparedBatch.md b/content/docs-lite/zh/docs/DeveloperGuide/PQexecPreparedBatch.md similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/PQexecPreparedBatch.md rename to content/docs-lite/zh/docs/DeveloperGuide/PQexecPreparedBatch.md diff --git a/content/docs-lite/zh/docs/Developerguide/PQfinish.md b/content/docs-lite/zh/docs/DeveloperGuide/PQfinish.md similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/PQfinish.md rename to content/docs-lite/zh/docs/DeveloperGuide/PQfinish.md diff --git a/content/docs-lite/zh/docs/Developerguide/PQflush.md b/content/docs-lite/zh/docs/DeveloperGuide/PQflush.md similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/PQflush.md rename to content/docs-lite/zh/docs/DeveloperGuide/PQflush.md diff --git a/content/docs-lite/zh/docs/Developerguide/PQfname.md b/content/docs-lite/zh/docs/DeveloperGuide/PQfname.md similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/PQfname.md rename to content/docs-lite/zh/docs/DeveloperGuide/PQfname.md diff --git a/content/docs-lite/zh/docs/Developerguide/PQfreeCancel.md b/content/docs-lite/zh/docs/DeveloperGuide/PQfreeCancel.md similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/PQfreeCancel.md rename to content/docs-lite/zh/docs/DeveloperGuide/PQfreeCancel.md diff --git a/content/docs-lite/zh/docs/Developerguide/PQgetCancel.md b/content/docs-lite/zh/docs/DeveloperGuide/PQgetCancel.md similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/PQgetCancel.md rename to content/docs-lite/zh/docs/DeveloperGuide/PQgetCancel.md diff --git a/content/docs-lite/zh/docs/Developerguide/PQgetvalue.md b/content/docs-lite/zh/docs/DeveloperGuide/PQgetvalue.md similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/PQgetvalue.md rename to content/docs-lite/zh/docs/DeveloperGuide/PQgetvalue.md diff --git a/content/docs-lite/zh/docs/Developerguide/PQnfields.md b/content/docs-lite/zh/docs/DeveloperGuide/PQnfields.md similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/PQnfields.md rename to content/docs-lite/zh/docs/DeveloperGuide/PQnfields.md diff --git a/content/docs-lite/zh/docs/Developerguide/PQntuples.md b/content/docs-lite/zh/docs/DeveloperGuide/PQntuples.md similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/PQntuples.md rename to content/docs-lite/zh/docs/DeveloperGuide/PQntuples.md diff --git a/content/docs-lite/zh/docs/Developerguide/PQprepare.md b/content/docs-lite/zh/docs/DeveloperGuide/PQprepare.md similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/PQprepare.md rename to content/docs-lite/zh/docs/DeveloperGuide/PQprepare.md diff --git a/content/docs-lite/zh/docs/Developerguide/PQreset.md b/content/docs-lite/zh/docs/DeveloperGuide/PQreset.md similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/PQreset.md rename to content/docs-lite/zh/docs/DeveloperGuide/PQreset.md diff --git a/content/docs-lite/zh/docs/Developerguide/PQresultStatus.md b/content/docs-lite/zh/docs/DeveloperGuide/PQresultStatus.md similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/PQresultStatus.md rename to content/docs-lite/zh/docs/DeveloperGuide/PQresultStatus.md diff --git a/content/docs-lite/zh/docs/Developerguide/PQsendPrepare.md b/content/docs-lite/zh/docs/DeveloperGuide/PQsendPrepare.md similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/PQsendPrepare.md rename to content/docs-lite/zh/docs/DeveloperGuide/PQsendPrepare.md diff --git a/content/docs-lite/zh/docs/Developerguide/PQsendQuery.md b/content/docs-lite/zh/docs/DeveloperGuide/PQsendQuery.md similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/PQsendQuery.md rename to content/docs-lite/zh/docs/DeveloperGuide/PQsendQuery.md diff --git a/content/docs-lite/zh/docs/Developerguide/PQsendQueryParams.md b/content/docs-lite/zh/docs/DeveloperGuide/PQsendQueryParams.md similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/PQsendQueryParams.md rename to content/docs-lite/zh/docs/DeveloperGuide/PQsendQueryParams.md diff --git a/content/docs-lite/zh/docs/Developerguide/PQsendQueryPrepared.md b/content/docs-lite/zh/docs/DeveloperGuide/PQsendQueryPrepared.md similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/PQsendQueryPrepared.md rename to content/docs-lite/zh/docs/DeveloperGuide/PQsendQueryPrepared.md diff --git a/content/docs-lite/zh/docs/Developerguide/PQsetdbLogin.md b/content/docs-lite/zh/docs/DeveloperGuide/PQsetdbLogin.md similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/PQsetdbLogin.md rename to content/docs-lite/zh/docs/DeveloperGuide/PQsetdbLogin.md diff --git a/content/docs-lite/zh/docs/Developerguide/PQstatus.md b/content/docs-lite/zh/docs/DeveloperGuide/PQstatus.md similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/PQstatus.md rename to content/docs-lite/zh/docs/DeveloperGuide/PQstatus.md diff --git "a/content/docs-lite/zh/docs/Developerguide/Psycopg\345\214\205.md" "b/content/docs-lite/zh/docs/DeveloperGuide/Psycopg\345\214\205.md" similarity index 100% rename from "content/docs-lite/zh/docs/Developerguide/Psycopg\345\214\205.md" rename to "content/docs-lite/zh/docs/DeveloperGuide/Psycopg\345\214\205.md" diff --git "a/content/docs-lite/zh/docs/Developerguide/Psycopg\346\216\245\345\217\243\345\217\202\350\200\203.md" "b/content/docs-lite/zh/docs/DeveloperGuide/Psycopg\346\216\245\345\217\243\345\217\202\350\200\203.md" similarity index 100% rename from "content/docs-lite/zh/docs/Developerguide/Psycopg\346\216\245\345\217\243\345\217\202\350\200\203.md" rename to "content/docs-lite/zh/docs/DeveloperGuide/Psycopg\346\216\245\345\217\243\345\217\202\350\200\203.md" diff --git "a/content/docs-lite/zh/docs/Developerguide/SQL\347\274\226\345\206\231.md" "b/content/docs-lite/zh/docs/DeveloperGuide/SQL\347\274\226\345\206\231.md" similarity index 100% rename from "content/docs-lite/zh/docs/Developerguide/SQL\347\274\226\345\206\231.md" rename to "content/docs-lite/zh/docs/DeveloperGuide/SQL\347\274\226\345\206\231.md" diff --git "a/content/docs-lite/zh/docs/Developerguide/SQL\350\257\255\346\263\225\346\240\274\345\274\217\350\257\264\346\230\216.md" "b/content/docs-lite/zh/docs/DeveloperGuide/SQL\350\257\255\346\263\225\346\240\274\345\274\217\350\257\264\346\230\216.md" similarity index 100% rename from "content/docs-lite/zh/docs/Developerguide/SQL\350\257\255\346\263\225\346\240\274\345\274\217\350\257\264\346\230\216.md" rename to "content/docs-lite/zh/docs/DeveloperGuide/SQL\350\257\255\346\263\225\346\240\274\345\274\217\350\257\264\346\230\216.md" diff --git a/content/docs-lite/zh/docs/Developerguide/connection-close.md b/content/docs-lite/zh/docs/DeveloperGuide/connection-close.md similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/connection-close.md rename to content/docs-lite/zh/docs/DeveloperGuide/connection-close.md diff --git a/content/docs-lite/zh/docs/Developerguide/connection-commit.md b/content/docs-lite/zh/docs/DeveloperGuide/connection-commit.md similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/connection-commit.md rename to content/docs-lite/zh/docs/DeveloperGuide/connection-commit.md diff --git a/content/docs-lite/zh/docs/Developerguide/connection-cursor.md b/content/docs-lite/zh/docs/DeveloperGuide/connection-cursor.md similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/connection-cursor.md rename to content/docs-lite/zh/docs/DeveloperGuide/connection-cursor.md diff --git a/content/docs-lite/zh/docs/Developerguide/connection-rollback.md b/content/docs-lite/zh/docs/DeveloperGuide/connection-rollback.md similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/connection-rollback.md rename to content/docs-lite/zh/docs/DeveloperGuide/connection-rollback.md diff --git a/content/docs-lite/zh/docs/Developerguide/curosr-executemany_query-vars_list.md b/content/docs-lite/zh/docs/DeveloperGuide/curosr-executemany_query-vars_list.md similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/curosr-executemany_query-vars_list.md rename to content/docs-lite/zh/docs/DeveloperGuide/curosr-executemany_query-vars_list.md diff --git a/content/docs-lite/zh/docs/Developerguide/cursor-close.md b/content/docs-lite/zh/docs/DeveloperGuide/cursor-close.md similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/cursor-close.md rename to content/docs-lite/zh/docs/DeveloperGuide/cursor-close.md diff --git a/content/docs-lite/zh/docs/Developerguide/cursor-execute-query-vars_list.md b/content/docs-lite/zh/docs/DeveloperGuide/cursor-execute-query-vars_list.md similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/cursor-execute-query-vars_list.md rename to content/docs-lite/zh/docs/DeveloperGuide/cursor-execute-query-vars_list.md diff --git a/content/docs-lite/zh/docs/Developerguide/cursor-fetchall.md b/content/docs-lite/zh/docs/DeveloperGuide/cursor-fetchall.md similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/cursor-fetchall.md rename to content/docs-lite/zh/docs/DeveloperGuide/cursor-fetchall.md diff --git a/content/docs-lite/zh/docs/Developerguide/cursor-fetchone.md b/content/docs-lite/zh/docs/DeveloperGuide/cursor-fetchone.md similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/cursor-fetchone.md rename to content/docs-lite/zh/docs/DeveloperGuide/cursor-fetchone.md diff --git a/content/docs-lite/zh/docs/Developerguide/dblink.md b/content/docs-lite/zh/docs/DeveloperGuide/dblink.md similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/dblink.md rename to content/docs-lite/zh/docs/DeveloperGuide/dblink.md diff --git "a/content/docs-lite/zh/docs/Developerguide/figures/12-4-5-4-\347\256\227\345\255\220\347\272\247\350\260\203\344\274\230(\347\244\272\344\276\213\351\224\231\344\271\261\350\260\203\346\225\2641\357\274\211.png" "b/content/docs-lite/zh/docs/DeveloperGuide/figures/12-4-5-4-\347\256\227\345\255\220\347\272\247\350\260\203\344\274\230(\347\244\272\344\276\213\351\224\231\344\271\261\350\260\203\346\225\2641\357\274\211.png" similarity index 100% rename from "content/docs-lite/zh/docs/Developerguide/figures/12-4-5-4-\347\256\227\345\255\220\347\272\247\350\260\203\344\274\230(\347\244\272\344\276\213\351\224\231\344\271\261\350\260\203\346\225\2641\357\274\211.png" rename to "content/docs-lite/zh/docs/DeveloperGuide/figures/12-4-5-4-\347\256\227\345\255\220\347\272\247\350\260\203\344\274\230(\347\244\272\344\276\213\351\224\231\344\271\261\350\260\203\346\225\2641\357\274\211.png" diff --git "a/content/docs-lite/zh/docs/Developerguide/figures/12-4-5-4-\347\256\227\345\255\220\347\272\247\350\260\203\344\274\230(\347\244\272\344\276\213\351\224\231\344\271\261\350\260\203\346\225\2642\357\274\211.png" "b/content/docs-lite/zh/docs/DeveloperGuide/figures/12-4-5-4-\347\256\227\345\255\220\347\272\247\350\260\203\344\274\230(\347\244\272\344\276\213\351\224\231\344\271\261\350\260\203\346\225\2642\357\274\211.png" similarity index 100% rename from "content/docs-lite/zh/docs/Developerguide/figures/12-4-5-4-\347\256\227\345\255\220\347\272\247\350\260\203\344\274\230(\347\244\272\344\276\213\351\224\231\344\271\261\350\260\203\346\225\2642\357\274\211.png" rename to "content/docs-lite/zh/docs/DeveloperGuide/figures/12-4-5-4-\347\256\227\345\255\220\347\272\247\350\260\203\344\274\230(\347\244\272\344\276\213\351\224\231\344\271\261\350\260\203\346\225\2642\357\274\211.png" diff --git "a/content/docs-lite/zh/docs/Developerguide/figures/12-4-5-4-\347\256\227\345\255\220\347\272\247\350\260\203\344\274\230(\347\244\272\344\276\213\351\224\231\344\271\261\350\260\203\346\225\264\347\244\272\344\276\2133-1\357\274\211.png" "b/content/docs-lite/zh/docs/DeveloperGuide/figures/12-4-5-4-\347\256\227\345\255\220\347\272\247\350\260\203\344\274\230(\347\244\272\344\276\213\351\224\231\344\271\261\350\260\203\346\225\264\347\244\272\344\276\2133-1\357\274\211.png" similarity index 100% rename from "content/docs-lite/zh/docs/Developerguide/figures/12-4-5-4-\347\256\227\345\255\220\347\272\247\350\260\203\344\274\230(\347\244\272\344\276\213\351\224\231\344\271\261\350\260\203\346\225\264\347\244\272\344\276\2133-1\357\274\211.png" rename to "content/docs-lite/zh/docs/DeveloperGuide/figures/12-4-5-4-\347\256\227\345\255\220\347\272\247\350\260\203\344\274\230(\347\244\272\344\276\213\351\224\231\344\271\261\350\260\203\346\225\264\347\244\272\344\276\2133-1\357\274\211.png" diff --git "a/content/docs-lite/zh/docs/Developerguide/figures/12-4-5-4-\347\256\227\345\255\220\347\272\247\350\260\203\344\274\230(\347\244\272\344\276\213\351\224\231\344\271\261\350\260\203\346\225\264\347\244\272\344\276\2133\357\274\211.png" "b/content/docs-lite/zh/docs/DeveloperGuide/figures/12-4-5-4-\347\256\227\345\255\220\347\272\247\350\260\203\344\274\230(\347\244\272\344\276\213\351\224\231\344\271\261\350\260\203\346\225\264\347\244\272\344\276\2133\357\274\211.png" similarity index 100% rename from "content/docs-lite/zh/docs/Developerguide/figures/12-4-5-4-\347\256\227\345\255\220\347\272\247\350\260\203\344\274\230(\347\244\272\344\276\213\351\224\231\344\271\261\350\260\203\346\225\264\347\244\272\344\276\2133\357\274\211.png" rename to "content/docs-lite/zh/docs/DeveloperGuide/figures/12-4-5-4-\347\256\227\345\255\220\347\272\247\350\260\203\344\274\230(\347\244\272\344\276\213\351\224\231\344\271\261\350\260\203\346\225\264\347\244\272\344\276\2133\357\274\211.png" diff --git "a/content/docs-lite/zh/docs/Developerguide/figures/4\350\267\25796\346\240\270\346\234\215\345\212\241\345\231\250\346\200\247\350\203\275\345\237\272\345\207\206.png" "b/content/docs-lite/zh/docs/DeveloperGuide/figures/4\350\267\25796\346\240\270\346\234\215\345\212\241\345\231\250\346\200\247\350\203\275\345\237\272\345\207\206.png" similarity index 100% rename from "content/docs-lite/zh/docs/Developerguide/figures/4\350\267\25796\346\240\270\346\234\215\345\212\241\345\231\250\346\200\247\350\203\275\345\237\272\345\207\206.png" rename to "content/docs-lite/zh/docs/DeveloperGuide/figures/4\350\267\25796\346\240\270\346\234\215\345\212\241\345\231\250\346\200\247\350\203\275\345\237\272\345\207\206.png" diff --git "a/content/docs-lite/zh/docs/Developerguide/figures/8\350\267\257384\346\240\270x86\346\234\215\345\212\241\345\231\250\346\200\247\350\203\275\345\237\272\345\207\206.png" "b/content/docs-lite/zh/docs/DeveloperGuide/figures/8\350\267\257384\346\240\270x86\346\234\215\345\212\241\345\231\250\346\200\247\350\203\275\345\237\272\345\207\206.png" similarity index 100% rename from "content/docs-lite/zh/docs/Developerguide/figures/8\350\267\257384\346\240\270x86\346\234\215\345\212\241\345\231\250\346\200\247\350\203\275\345\237\272\345\207\206.png" rename to "content/docs-lite/zh/docs/DeveloperGuide/figures/8\350\267\257384\346\240\270x86\346\234\215\345\212\241\345\231\250\346\200\247\350\203\275\345\237\272\345\207\206.png" diff --git "a/content/docs-lite/zh/docs/Developerguide/figures/ARM\344\270\212\347\232\204TPC-C\357\274\210256\346\240\270\357\274\211.png" "b/content/docs-lite/zh/docs/DeveloperGuide/figures/ARM\344\270\212\347\232\204TPC-C\357\274\210256\346\240\270\357\274\211.png" similarity index 100% rename from "content/docs-lite/zh/docs/Developerguide/figures/ARM\344\270\212\347\232\204TPC-C\357\274\210256\346\240\270\357\274\211.png" rename to "content/docs-lite/zh/docs/DeveloperGuide/figures/ARM\344\270\212\347\232\204TPC-C\357\274\210256\346\240\270\357\274\211.png" diff --git "a/content/docs-lite/zh/docs/Developerguide/figures/Arm-\351\262\262\351\271\2172\350\267\257128\346\240\270\346\200\247\350\203\275\345\237\272\345\207\206.png" "b/content/docs-lite/zh/docs/DeveloperGuide/figures/Arm-\351\262\262\351\271\2172\350\267\257128\346\240\270\346\200\247\350\203\275\345\237\272\345\207\206.png" similarity index 100% rename from "content/docs-lite/zh/docs/Developerguide/figures/Arm-\351\262\262\351\271\2172\350\267\257128\346\240\270\346\200\247\350\203\275\345\237\272\345\207\206.png" rename to "content/docs-lite/zh/docs/DeveloperGuide/figures/Arm-\351\262\262\351\271\2172\350\267\257128\346\240\270\346\200\247\350\203\275\345\237\272\345\207\206.png" diff --git "a/content/docs-lite/zh/docs/Developerguide/figures/Arm-\351\262\262\351\271\2172\350\267\257128\346\240\270\347\232\204\345\215\225\346\240\270\346\200\247\350\203\275\346\240\207\346\235\206.png" "b/content/docs-lite/zh/docs/DeveloperGuide/figures/Arm-\351\262\262\351\271\2172\350\267\257128\346\240\270\347\232\204\345\215\225\346\240\270\346\200\247\350\203\275\346\240\207\346\235\206.png" similarity index 100% rename from "content/docs-lite/zh/docs/Developerguide/figures/Arm-\351\262\262\351\271\2172\350\267\257128\346\240\270\347\232\204\345\215\225\346\240\270\346\200\247\350\203\275\346\240\207\346\235\206.png" rename to "content/docs-lite/zh/docs/DeveloperGuide/figures/Arm-\351\262\262\351\271\2172\350\267\257128\346\240\270\347\232\204\345\215\225\346\240\270\346\200\247\350\203\275\346\240\207\346\235\206.png" diff --git "a/content/docs-lite/zh/docs/Developerguide/figures/Arm-\351\262\262\351\271\2174\350\267\257256\346\240\270\346\200\247\350\203\275\345\237\272\345\207\206.png" "b/content/docs-lite/zh/docs/DeveloperGuide/figures/Arm-\351\262\262\351\271\2174\350\267\257256\346\240\270\346\200\247\350\203\275\345\237\272\345\207\206.png" similarity index 100% rename from "content/docs-lite/zh/docs/Developerguide/figures/Arm-\351\262\262\351\271\2174\350\267\257256\346\240\270\346\200\247\350\203\275\345\237\272\345\207\206.png" rename to "content/docs-lite/zh/docs/DeveloperGuide/figures/Arm-\351\262\262\351\271\2174\350\267\257256\346\240\270\346\200\247\350\203\275\345\237\272\345\207\206.png" diff --git a/content/docs-lite/zh/docs/Developerguide/figures/EXECUTE-IMMEDIATE-dynamic_select_clause.png b/content/docs-lite/zh/docs/DeveloperGuide/figures/EXECUTE-IMMEDIATE-dynamic_select_clause.png similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/figures/EXECUTE-IMMEDIATE-dynamic_select_clause.png rename to content/docs-lite/zh/docs/DeveloperGuide/figures/EXECUTE-IMMEDIATE-dynamic_select_clause.png diff --git a/content/docs-lite/zh/docs/Developerguide/figures/EXISTS-NOT-EXISTS.png b/content/docs-lite/zh/docs/DeveloperGuide/figures/EXISTS-NOT-EXISTS.png similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/figures/EXISTS-NOT-EXISTS.png rename to content/docs-lite/zh/docs/DeveloperGuide/figures/EXISTS-NOT-EXISTS.png diff --git a/content/docs-lite/zh/docs/Developerguide/figures/FOR_AS_loop.png b/content/docs-lite/zh/docs/DeveloperGuide/figures/FOR_AS_loop.png similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/figures/FOR_AS_loop.png rename to content/docs-lite/zh/docs/DeveloperGuide/figures/FOR_AS_loop.png diff --git a/content/docs-lite/zh/docs/Developerguide/figures/IF_THEN.jpg b/content/docs-lite/zh/docs/DeveloperGuide/figures/IF_THEN.jpg similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/figures/IF_THEN.jpg rename to content/docs-lite/zh/docs/DeveloperGuide/figures/IF_THEN.jpg diff --git a/content/docs-lite/zh/docs/Developerguide/figures/IF_THEN_ELSE.jpg b/content/docs-lite/zh/docs/DeveloperGuide/figures/IF_THEN_ELSE.jpg similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/figures/IF_THEN_ELSE.jpg rename to content/docs-lite/zh/docs/DeveloperGuide/figures/IF_THEN_ELSE.jpg diff --git a/content/docs-lite/zh/docs/Developerguide/figures/IF_THEN_ELSIF_ELSE.png b/content/docs-lite/zh/docs/DeveloperGuide/figures/IF_THEN_ELSIF_ELSE.png similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/figures/IF_THEN_ELSIF_ELSE.png rename to content/docs-lite/zh/docs/DeveloperGuide/figures/IF_THEN_ELSIF_ELSE.png diff --git a/content/docs-lite/zh/docs/Developerguide/figures/IN-NOT-IN.png b/content/docs-lite/zh/docs/DeveloperGuide/figures/IN-NOT-IN.png similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/figures/IN-NOT-IN.png rename to content/docs-lite/zh/docs/DeveloperGuide/figures/IN-NOT-IN.png diff --git "a/content/docs-lite/zh/docs/Developerguide/figures/MOT\346\236\266\346\236\204.png" "b/content/docs-lite/zh/docs/DeveloperGuide/figures/MOT\346\236\266\346\236\204.png" similarity index 100% rename from "content/docs-lite/zh/docs/Developerguide/figures/MOT\346\236\266\346\236\204.png" rename to "content/docs-lite/zh/docs/DeveloperGuide/figures/MOT\346\236\266\346\236\204.png" diff --git "a/content/docs-lite/zh/docs/Developerguide/figures/SQL\345\274\225\346\223\216\346\211\247\350\241\214\346\237\245\350\257\242\347\261\273SQL\350\257\255\345\217\245\347\232\204\346\265\201\347\250\213.png" "b/content/docs-lite/zh/docs/DeveloperGuide/figures/SQL\345\274\225\346\223\216\346\211\247\350\241\214\346\237\245\350\257\242\347\261\273SQL\350\257\255\345\217\245\347\232\204\346\265\201\347\250\213.png" similarity index 100% rename from "content/docs-lite/zh/docs/Developerguide/figures/SQL\345\274\225\346\223\216\346\211\247\350\241\214\346\237\245\350\257\242\347\261\273SQL\350\257\255\345\217\245\347\232\204\346\265\201\347\250\213.png" rename to "content/docs-lite/zh/docs/DeveloperGuide/figures/SQL\345\274\225\346\223\216\346\211\247\350\241\214\346\237\245\350\257\242\347\261\273SQL\350\257\255\345\217\245\347\232\204\346\265\201\347\250\213.png" diff --git "a/content/docs-lite/zh/docs/Developerguide/figures/SQL\346\211\247\350\241\214\350\256\241\345\210\222\347\244\272\344\276\213.png" "b/content/docs-lite/zh/docs/DeveloperGuide/figures/SQL\346\211\247\350\241\214\350\256\241\345\210\222\347\244\272\344\276\213.png" similarity index 100% rename from "content/docs-lite/zh/docs/Developerguide/figures/SQL\346\211\247\350\241\214\350\256\241\345\210\222\347\244\272\344\276\213.png" rename to "content/docs-lite/zh/docs/DeveloperGuide/figures/SQL\346\211\247\350\241\214\350\256\241\345\210\222\347\244\272\344\276\213.png" diff --git a/content/docs-lite/zh/docs/Developerguide/figures/all.png b/content/docs-lite/zh/docs/DeveloperGuide/figures/all.png similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/figures/all.png rename to content/docs-lite/zh/docs/DeveloperGuide/figures/all.png diff --git a/content/docs-lite/zh/docs/Developerguide/figures/anonymous_block.png b/content/docs-lite/zh/docs/DeveloperGuide/figures/anonymous_block.png similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/figures/anonymous_block.png rename to content/docs-lite/zh/docs/DeveloperGuide/figures/anonymous_block.png diff --git a/content/docs-lite/zh/docs/Developerguide/figures/any-some.png b/content/docs-lite/zh/docs/DeveloperGuide/figures/any-some.png similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/figures/any-some.png rename to content/docs-lite/zh/docs/DeveloperGuide/figures/any-some.png diff --git a/content/docs-lite/zh/docs/Developerguide/figures/assignment_value.png b/content/docs-lite/zh/docs/DeveloperGuide/figures/assignment_value.png similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/figures/assignment_value.png rename to content/docs-lite/zh/docs/DeveloperGuide/figures/assignment_value.png diff --git a/content/docs-lite/zh/docs/Developerguide/figures/call_anonymous_block.png b/content/docs-lite/zh/docs/DeveloperGuide/figures/call_anonymous_block.png similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/figures/call_anonymous_block.png rename to content/docs-lite/zh/docs/DeveloperGuide/figures/call_anonymous_block.png diff --git a/content/docs-lite/zh/docs/Developerguide/figures/call_clause.png b/content/docs-lite/zh/docs/DeveloperGuide/figures/call_clause.png similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/figures/call_clause.png rename to content/docs-lite/zh/docs/DeveloperGuide/figures/call_clause.png diff --git a/content/docs-lite/zh/docs/Developerguide/figures/call_procedure.png b/content/docs-lite/zh/docs/DeveloperGuide/figures/call_procedure.png similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/figures/call_procedure.png rename to content/docs-lite/zh/docs/DeveloperGuide/figures/call_procedure.png diff --git a/content/docs-lite/zh/docs/Developerguide/figures/case.jpg b/content/docs-lite/zh/docs/DeveloperGuide/figures/case.jpg similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/figures/case.jpg rename to content/docs-lite/zh/docs/DeveloperGuide/figures/case.jpg diff --git a/content/docs-lite/zh/docs/Developerguide/figures/case_when.png b/content/docs-lite/zh/docs/DeveloperGuide/figures/case_when.png similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/figures/case_when.png rename to content/docs-lite/zh/docs/DeveloperGuide/figures/case_when.png diff --git a/content/docs-lite/zh/docs/Developerguide/figures/close_cursor.jpg b/content/docs-lite/zh/docs/DeveloperGuide/figures/close_cursor.jpg similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/figures/close_cursor.jpg rename to content/docs-lite/zh/docs/DeveloperGuide/figures/close_cursor.jpg diff --git a/content/docs-lite/zh/docs/Developerguide/figures/coalesce.png b/content/docs-lite/zh/docs/DeveloperGuide/figures/coalesce.png similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/figures/coalesce.png rename to content/docs-lite/zh/docs/DeveloperGuide/figures/coalesce.png diff --git a/content/docs-lite/zh/docs/Developerguide/figures/cursor_typename.png b/content/docs-lite/zh/docs/DeveloperGuide/figures/cursor_typename.png similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/figures/cursor_typename.png rename to content/docs-lite/zh/docs/DeveloperGuide/figures/cursor_typename.png diff --git a/content/docs-lite/zh/docs/Developerguide/figures/declare_variable.png b/content/docs-lite/zh/docs/DeveloperGuide/figures/declare_variable.png similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/figures/declare_variable.png rename to content/docs-lite/zh/docs/DeveloperGuide/figures/declare_variable.png diff --git a/content/docs-lite/zh/docs/Developerguide/figures/decode.png b/content/docs-lite/zh/docs/DeveloperGuide/figures/decode.png similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/figures/decode.png rename to content/docs-lite/zh/docs/DeveloperGuide/figures/decode.png diff --git a/content/docs-lite/zh/docs/Developerguide/figures/decode_type.png b/content/docs-lite/zh/docs/DeveloperGuide/figures/decode_type.png similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/figures/decode_type.png rename to content/docs-lite/zh/docs/DeveloperGuide/figures/decode_type.png diff --git a/content/docs-lite/zh/docs/Developerguide/figures/dynamic_cursor_define.png b/content/docs-lite/zh/docs/DeveloperGuide/figures/dynamic_cursor_define.png similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/figures/dynamic_cursor_define.png rename to content/docs-lite/zh/docs/DeveloperGuide/figures/dynamic_cursor_define.png diff --git a/content/docs-lite/zh/docs/Developerguide/figures/fetch_cursor.png b/content/docs-lite/zh/docs/DeveloperGuide/figures/fetch_cursor.png similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/figures/fetch_cursor.png rename to content/docs-lite/zh/docs/DeveloperGuide/figures/fetch_cursor.png diff --git a/content/docs-lite/zh/docs/Developerguide/figures/for_loop.png b/content/docs-lite/zh/docs/DeveloperGuide/figures/for_loop.png similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/figures/for_loop.png rename to content/docs-lite/zh/docs/DeveloperGuide/figures/for_loop.png diff --git a/content/docs-lite/zh/docs/Developerguide/figures/for_loop_query.png b/content/docs-lite/zh/docs/DeveloperGuide/figures/for_loop_query.png similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/figures/for_loop_query.png rename to content/docs-lite/zh/docs/DeveloperGuide/figures/for_loop_query.png diff --git a/content/docs-lite/zh/docs/Developerguide/figures/forall.png b/content/docs-lite/zh/docs/DeveloperGuide/figures/forall.png similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/figures/forall.png rename to content/docs-lite/zh/docs/DeveloperGuide/figures/forall.png diff --git a/content/docs-lite/zh/docs/Developerguide/figures/greatest.png b/content/docs-lite/zh/docs/DeveloperGuide/figures/greatest.png similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/figures/greatest.png rename to content/docs-lite/zh/docs/DeveloperGuide/figures/greatest.png diff --git a/content/docs-lite/zh/docs/Developerguide/figures/least.png b/content/docs-lite/zh/docs/DeveloperGuide/figures/least.png similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/figures/least.png rename to content/docs-lite/zh/docs/DeveloperGuide/figures/least.png diff --git a/content/docs-lite/zh/docs/Developerguide/figures/loop.png b/content/docs-lite/zh/docs/DeveloperGuide/figures/loop.png similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/figures/loop.png rename to content/docs-lite/zh/docs/DeveloperGuide/figures/loop.png diff --git a/content/docs-lite/zh/docs/Developerguide/figures/nested_assignment_value.png b/content/docs-lite/zh/docs/DeveloperGuide/figures/nested_assignment_value.png similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/figures/nested_assignment_value.png rename to content/docs-lite/zh/docs/DeveloperGuide/figures/nested_assignment_value.png diff --git a/content/docs-lite/zh/docs/Developerguide/figures/noselect.png b/content/docs-lite/zh/docs/DeveloperGuide/figures/noselect.png similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/figures/noselect.png rename to content/docs-lite/zh/docs/DeveloperGuide/figures/noselect.png diff --git a/content/docs-lite/zh/docs/Developerguide/figures/nullif.png b/content/docs-lite/zh/docs/DeveloperGuide/figures/nullif.png similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/figures/nullif.png rename to content/docs-lite/zh/docs/DeveloperGuide/figures/nullif.png diff --git a/content/docs-lite/zh/docs/Developerguide/figures/nvl.jpg b/content/docs-lite/zh/docs/DeveloperGuide/figures/nvl.jpg similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/figures/nvl.jpg rename to content/docs-lite/zh/docs/DeveloperGuide/figures/nvl.jpg diff --git "a/content/docs-lite/zh/docs/Developerguide/figures/openGauss\345\206\205\345\255\230\344\274\230\345\214\226\345\255\230\345\202\250\345\274\225\346\223\216.png" "b/content/docs-lite/zh/docs/DeveloperGuide/figures/openGauss\345\206\205\345\255\230\344\274\230\345\214\226\345\255\230\345\202\250\345\274\225\346\223\216.png" similarity index 100% rename from "content/docs-lite/zh/docs/Developerguide/figures/openGauss\345\206\205\345\255\230\344\274\230\345\214\226\345\255\230\345\202\250\345\274\225\346\223\216.png" rename to "content/docs-lite/zh/docs/DeveloperGuide/figures/openGauss\345\206\205\345\255\230\344\274\230\345\214\226\345\255\230\345\202\250\345\274\225\346\223\216.png" diff --git "a/content/docs-lite/zh/docs/Developerguide/figures/openGauss\345\206\205\347\275\256MOT\345\255\230\345\202\250\345\274\225\346\223\216-\345\244\226\351\203\250\346\225\260\346\215\256\345\272\223\347\232\204FDW\350\256\277\351\227\256.png" "b/content/docs-lite/zh/docs/DeveloperGuide/figures/openGauss\345\206\205\347\275\256MOT\345\255\230\345\202\250\345\274\225\346\223\216-\345\244\226\351\203\250\346\225\260\346\215\256\345\272\223\347\232\204FDW\350\256\277\351\227\256.png" similarity index 100% rename from "content/docs-lite/zh/docs/Developerguide/figures/openGauss\345\206\205\347\275\256MOT\345\255\230\345\202\250\345\274\225\346\223\216-\345\244\226\351\203\250\346\225\260\346\215\256\345\272\223\347\232\204FDW\350\256\277\351\227\256.png" rename to "content/docs-lite/zh/docs/DeveloperGuide/figures/openGauss\345\206\205\347\275\256MOT\345\255\230\345\202\250\345\274\225\346\223\216-\345\244\226\351\203\250\346\225\260\346\215\256\345\272\223\347\232\204FDW\350\256\277\351\227\256.png" diff --git "a/content/docs-lite/zh/docs/Developerguide/figures/openGauss\346\200\247\350\203\275\350\260\203\344\274\230\346\265\201\347\250\213.png" "b/content/docs-lite/zh/docs/DeveloperGuide/figures/openGauss\346\200\247\350\203\275\350\260\203\344\274\230\346\265\201\347\250\213.png" similarity index 100% rename from "content/docs-lite/zh/docs/Developerguide/figures/openGauss\346\200\247\350\203\275\350\260\203\344\274\230\346\265\201\347\250\213.png" rename to "content/docs-lite/zh/docs/DeveloperGuide/figures/openGauss\346\200\247\350\203\275\350\260\203\344\274\230\346\265\201\347\250\213.png" diff --git "a/content/docs-lite/zh/docs/Developerguide/figures/openGauss\346\234\215\345\212\241\345\223\215\345\272\224\346\265\201\347\250\213.jpg" "b/content/docs-lite/zh/docs/DeveloperGuide/figures/openGauss\346\234\215\345\212\241\345\223\215\345\272\224\346\265\201\347\250\213.jpg" similarity index 100% rename from "content/docs-lite/zh/docs/Developerguide/figures/openGauss\346\234\215\345\212\241\345\223\215\345\272\224\346\265\201\347\250\213.jpg" rename to "content/docs-lite/zh/docs/DeveloperGuide/figures/openGauss\346\234\215\345\212\241\345\223\215\345\272\224\346\265\201\347\250\213.jpg" diff --git a/content/docs-lite/zh/docs/Developerguide/figures/open_dynamic_cursor.png b/content/docs-lite/zh/docs/DeveloperGuide/figures/open_dynamic_cursor.png similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/figures/open_dynamic_cursor.png rename to content/docs-lite/zh/docs/DeveloperGuide/figures/open_dynamic_cursor.png diff --git a/content/docs-lite/zh/docs/Developerguide/figures/open_for.png b/content/docs-lite/zh/docs/DeveloperGuide/figures/open_for.png similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/figures/open_for.png rename to content/docs-lite/zh/docs/DeveloperGuide/figures/open_for.png diff --git a/content/docs-lite/zh/docs/Developerguide/figures/open_static_cursor.png b/content/docs-lite/zh/docs/DeveloperGuide/figures/open_static_cursor.png similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/figures/open_static_cursor.png rename to content/docs-lite/zh/docs/DeveloperGuide/figures/open_static_cursor.png diff --git a/content/docs-lite/zh/docs/Developerguide/figures/raise.png b/content/docs-lite/zh/docs/DeveloperGuide/figures/raise.png similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/figures/raise.png rename to content/docs-lite/zh/docs/DeveloperGuide/figures/raise.png diff --git a/content/docs-lite/zh/docs/Developerguide/figures/raise_condition.png b/content/docs-lite/zh/docs/DeveloperGuide/figures/raise_condition.png similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/figures/raise_condition.png rename to content/docs-lite/zh/docs/DeveloperGuide/figures/raise_condition.png diff --git a/content/docs-lite/zh/docs/Developerguide/figures/raise_format.png b/content/docs-lite/zh/docs/DeveloperGuide/figures/raise_format.png similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/figures/raise_format.png rename to content/docs-lite/zh/docs/DeveloperGuide/figures/raise_format.png diff --git a/content/docs-lite/zh/docs/Developerguide/figures/raise_option.png b/content/docs-lite/zh/docs/DeveloperGuide/figures/raise_option.png similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/figures/raise_option.png rename to content/docs-lite/zh/docs/DeveloperGuide/figures/raise_option.png diff --git a/content/docs-lite/zh/docs/Developerguide/figures/raise_sqlstate.png b/content/docs-lite/zh/docs/DeveloperGuide/figures/raise_sqlstate.png similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/figures/raise_sqlstate.png rename to content/docs-lite/zh/docs/DeveloperGuide/figures/raise_sqlstate.png diff --git "a/content/docs-lite/zh/docs/Developerguide/figures/record\347\261\273\345\236\213\347\232\204\350\257\255\346\263\225.png" "b/content/docs-lite/zh/docs/DeveloperGuide/figures/record\347\261\273\345\236\213\347\232\204\350\257\255\346\263\225.png" similarity index 100% rename from "content/docs-lite/zh/docs/Developerguide/figures/record\347\261\273\345\236\213\347\232\204\350\257\255\346\263\225.png" rename to "content/docs-lite/zh/docs/DeveloperGuide/figures/record\347\261\273\345\236\213\347\232\204\350\257\255\346\263\225.png" diff --git a/content/docs-lite/zh/docs/Developerguide/figures/return_clause.jpg b/content/docs-lite/zh/docs/DeveloperGuide/figures/return_clause.jpg similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/figures/return_clause.jpg rename to content/docs-lite/zh/docs/DeveloperGuide/figures/return_clause.jpg diff --git a/content/docs-lite/zh/docs/Developerguide/figures/static_cursor_define.jpg b/content/docs-lite/zh/docs/DeveloperGuide/figures/static_cursor_define.jpg similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/figures/static_cursor_define.jpg rename to content/docs-lite/zh/docs/DeveloperGuide/figures/static_cursor_define.jpg diff --git "a/content/docs-lite/zh/docs/Developerguide/figures/tpmC-\345\257\271\346\257\224CPU\344\275\277\347\224\250\347\216\207.png" "b/content/docs-lite/zh/docs/DeveloperGuide/figures/tpmC-\345\257\271\346\257\224CPU\344\275\277\347\224\250\347\216\207.png" similarity index 100% rename from "content/docs-lite/zh/docs/Developerguide/figures/tpmC-\345\257\271\346\257\224CPU\344\275\277\347\224\250\347\216\207.png" rename to "content/docs-lite/zh/docs/DeveloperGuide/figures/tpmC-\345\257\271\346\257\224CPU\344\275\277\347\224\250\347\216\207.png" diff --git a/content/docs-lite/zh/docs/Developerguide/figures/using_clause-0.png b/content/docs-lite/zh/docs/DeveloperGuide/figures/using_clause-0.png similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/figures/using_clause-0.png rename to content/docs-lite/zh/docs/DeveloperGuide/figures/using_clause-0.png diff --git a/content/docs-lite/zh/docs/Developerguide/figures/using_clause-1.png b/content/docs-lite/zh/docs/DeveloperGuide/figures/using_clause-1.png similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/figures/using_clause-1.png rename to content/docs-lite/zh/docs/DeveloperGuide/figures/using_clause-1.png diff --git a/content/docs-lite/zh/docs/Developerguide/figures/using_clause-2.png b/content/docs-lite/zh/docs/DeveloperGuide/figures/using_clause-2.png similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/figures/using_clause-2.png rename to content/docs-lite/zh/docs/DeveloperGuide/figures/using_clause-2.png diff --git a/content/docs-lite/zh/docs/Developerguide/figures/using_clause.png b/content/docs-lite/zh/docs/DeveloperGuide/figures/using_clause.png similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/figures/using_clause.png rename to content/docs-lite/zh/docs/DeveloperGuide/figures/using_clause.png diff --git a/content/docs-lite/zh/docs/Developerguide/figures/when_clause.png b/content/docs-lite/zh/docs/DeveloperGuide/figures/when_clause.png similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/figures/when_clause.png rename to content/docs-lite/zh/docs/DeveloperGuide/figures/when_clause.png diff --git a/content/docs-lite/zh/docs/Developerguide/figures/while_loop.png b/content/docs-lite/zh/docs/DeveloperGuide/figures/while_loop.png similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/figures/while_loop.png rename to content/docs-lite/zh/docs/DeveloperGuide/figures/while_loop.png diff --git a/content/docs-lite/zh/docs/Developerguide/figures/zh-cn_image_0000001144139135.png b/content/docs-lite/zh/docs/DeveloperGuide/figures/zh-cn_image_0000001144139135.png similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/figures/zh-cn_image_0000001144139135.png rename to content/docs-lite/zh/docs/DeveloperGuide/figures/zh-cn_image_0000001144139135.png diff --git a/content/docs-lite/zh/docs/Developerguide/figures/zh-cn_image_0000001156347657.png b/content/docs-lite/zh/docs/DeveloperGuide/figures/zh-cn_image_0000001156347657.png similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/figures/zh-cn_image_0000001156347657.png rename to content/docs-lite/zh/docs/DeveloperGuide/figures/zh-cn_image_0000001156347657.png diff --git a/content/docs-lite/zh/docs/Developerguide/figures/zh-cn_image_0000001209457383.png b/content/docs-lite/zh/docs/DeveloperGuide/figures/zh-cn_image_0000001209457383.png similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/figures/zh-cn_image_0000001209457383.png rename to content/docs-lite/zh/docs/DeveloperGuide/figures/zh-cn_image_0000001209457383.png diff --git a/content/docs-lite/zh/docs/Developerguide/figures/zh-cn_image_0000001209615959.png b/content/docs-lite/zh/docs/DeveloperGuide/figures/zh-cn_image_0000001209615959.png similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/figures/zh-cn_image_0000001209615959.png rename to content/docs-lite/zh/docs/DeveloperGuide/figures/zh-cn_image_0000001209615959.png diff --git a/content/docs-lite/zh/docs/Developerguide/figures/zh-cn_image_0000001209735947.png b/content/docs-lite/zh/docs/DeveloperGuide/figures/zh-cn_image_0000001209735947.png similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/figures/zh-cn_image_0000001209735947.png rename to content/docs-lite/zh/docs/DeveloperGuide/figures/zh-cn_image_0000001209735947.png diff --git a/content/docs-lite/zh/docs/Developerguide/figures/zh-cn_image_0000001209736009.png b/content/docs-lite/zh/docs/DeveloperGuide/figures/zh-cn_image_0000001209736009.png similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/figures/zh-cn_image_0000001209736009.png rename to content/docs-lite/zh/docs/DeveloperGuide/figures/zh-cn_image_0000001209736009.png diff --git a/content/docs-lite/zh/docs/Developerguide/figures/zh-cn_image_0118861065.jpg b/content/docs-lite/zh/docs/DeveloperGuide/figures/zh-cn_image_0118861065.jpg similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/figures/zh-cn_image_0118861065.jpg rename to content/docs-lite/zh/docs/DeveloperGuide/figures/zh-cn_image_0118861065.jpg diff --git a/content/docs-lite/zh/docs/Developerguide/figures/zh-cn_image_0289899860.png b/content/docs-lite/zh/docs/DeveloperGuide/figures/zh-cn_image_0289899860.png similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/figures/zh-cn_image_0289899860.png rename to content/docs-lite/zh/docs/DeveloperGuide/figures/zh-cn_image_0289899860.png diff --git a/content/docs-lite/zh/docs/Developerguide/figures/zh-cn_image_0289899941.jpg b/content/docs-lite/zh/docs/DeveloperGuide/figures/zh-cn_image_0289899941.jpg similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/figures/zh-cn_image_0289899941.jpg rename to content/docs-lite/zh/docs/DeveloperGuide/figures/zh-cn_image_0289899941.jpg diff --git a/content/docs-lite/zh/docs/Developerguide/figures/zh-cn_image_0289899947.png b/content/docs-lite/zh/docs/DeveloperGuide/figures/zh-cn_image_0289899947.png similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/figures/zh-cn_image_0289899947.png rename to content/docs-lite/zh/docs/DeveloperGuide/figures/zh-cn_image_0289899947.png diff --git a/content/docs-lite/zh/docs/Developerguide/figures/zh-cn_image_0289899953.png b/content/docs-lite/zh/docs/DeveloperGuide/figures/zh-cn_image_0289899953.png similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/figures/zh-cn_image_0289899953.png rename to content/docs-lite/zh/docs/DeveloperGuide/figures/zh-cn_image_0289899953.png diff --git a/content/docs-lite/zh/docs/Developerguide/figures/zh-cn_image_0289899960.png b/content/docs-lite/zh/docs/DeveloperGuide/figures/zh-cn_image_0289899960.png similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/figures/zh-cn_image_0289899960.png rename to content/docs-lite/zh/docs/DeveloperGuide/figures/zh-cn_image_0289899960.png diff --git a/content/docs-lite/zh/docs/Developerguide/figures/zh-cn_image_0289899972.png b/content/docs-lite/zh/docs/DeveloperGuide/figures/zh-cn_image_0289899972.png similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/figures/zh-cn_image_0289899972.png rename to content/docs-lite/zh/docs/DeveloperGuide/figures/zh-cn_image_0289899972.png diff --git a/content/docs-lite/zh/docs/Developerguide/figures/zh-cn_image_0289899975.png b/content/docs-lite/zh/docs/DeveloperGuide/figures/zh-cn_image_0289899975.png similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/figures/zh-cn_image_0289899975.png rename to content/docs-lite/zh/docs/DeveloperGuide/figures/zh-cn_image_0289899975.png diff --git a/content/docs-lite/zh/docs/Developerguide/figures/zh-cn_image_0289899988.png b/content/docs-lite/zh/docs/DeveloperGuide/figures/zh-cn_image_0289899988.png similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/figures/zh-cn_image_0289899988.png rename to content/docs-lite/zh/docs/DeveloperGuide/figures/zh-cn_image_0289899988.png diff --git a/content/docs-lite/zh/docs/Developerguide/figures/zh-cn_image_0289899998.png b/content/docs-lite/zh/docs/DeveloperGuide/figures/zh-cn_image_0289899998.png similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/figures/zh-cn_image_0289899998.png rename to content/docs-lite/zh/docs/DeveloperGuide/figures/zh-cn_image_0289899998.png diff --git a/content/docs-lite/zh/docs/Developerguide/figures/zh-cn_image_0289899999.png b/content/docs-lite/zh/docs/DeveloperGuide/figures/zh-cn_image_0289899999.png similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/figures/zh-cn_image_0289899999.png rename to content/docs-lite/zh/docs/DeveloperGuide/figures/zh-cn_image_0289899999.png diff --git a/content/docs-lite/zh/docs/Developerguide/figures/zh-cn_image_0289900038.png b/content/docs-lite/zh/docs/DeveloperGuide/figures/zh-cn_image_0289900038.png similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/figures/zh-cn_image_0289900038.png rename to content/docs-lite/zh/docs/DeveloperGuide/figures/zh-cn_image_0289900038.png diff --git a/content/docs-lite/zh/docs/Developerguide/figures/zh-cn_image_0289900085.png b/content/docs-lite/zh/docs/DeveloperGuide/figures/zh-cn_image_0289900085.png similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/figures/zh-cn_image_0289900085.png rename to content/docs-lite/zh/docs/DeveloperGuide/figures/zh-cn_image_0289900085.png diff --git a/content/docs-lite/zh/docs/Developerguide/figures/zh-cn_image_0289900100.png b/content/docs-lite/zh/docs/DeveloperGuide/figures/zh-cn_image_0289900100.png similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/figures/zh-cn_image_0289900100.png rename to content/docs-lite/zh/docs/DeveloperGuide/figures/zh-cn_image_0289900100.png diff --git a/content/docs-lite/zh/docs/Developerguide/figures/zh-cn_image_0289900154.png b/content/docs-lite/zh/docs/DeveloperGuide/figures/zh-cn_image_0289900154.png similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/figures/zh-cn_image_0289900154.png rename to content/docs-lite/zh/docs/DeveloperGuide/figures/zh-cn_image_0289900154.png diff --git a/content/docs-lite/zh/docs/Developerguide/figures/zh-cn_image_0289900162.png b/content/docs-lite/zh/docs/DeveloperGuide/figures/zh-cn_image_0289900162.png similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/figures/zh-cn_image_0289900162.png rename to content/docs-lite/zh/docs/DeveloperGuide/figures/zh-cn_image_0289900162.png diff --git a/content/docs-lite/zh/docs/Developerguide/figures/zh-cn_image_0289900165.png b/content/docs-lite/zh/docs/DeveloperGuide/figures/zh-cn_image_0289900165.png similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/figures/zh-cn_image_0289900165.png rename to content/docs-lite/zh/docs/DeveloperGuide/figures/zh-cn_image_0289900165.png diff --git a/content/docs-lite/zh/docs/Developerguide/figures/zh-cn_image_0289900225.png b/content/docs-lite/zh/docs/DeveloperGuide/figures/zh-cn_image_0289900225.png similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/figures/zh-cn_image_0289900225.png rename to content/docs-lite/zh/docs/DeveloperGuide/figures/zh-cn_image_0289900225.png diff --git a/content/docs-lite/zh/docs/Developerguide/figures/zh-cn_image_0289900286.png b/content/docs-lite/zh/docs/DeveloperGuide/figures/zh-cn_image_0289900286.png similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/figures/zh-cn_image_0289900286.png rename to content/docs-lite/zh/docs/DeveloperGuide/figures/zh-cn_image_0289900286.png diff --git a/content/docs-lite/zh/docs/Developerguide/figures/zh-cn_image_0289900287.png b/content/docs-lite/zh/docs/DeveloperGuide/figures/zh-cn_image_0289900287.png similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/figures/zh-cn_image_0289900287.png rename to content/docs-lite/zh/docs/DeveloperGuide/figures/zh-cn_image_0289900287.png diff --git a/content/docs-lite/zh/docs/Developerguide/figures/zh-cn_image_0289900299.png b/content/docs-lite/zh/docs/DeveloperGuide/figures/zh-cn_image_0289900299.png similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/figures/zh-cn_image_0289900299.png rename to content/docs-lite/zh/docs/DeveloperGuide/figures/zh-cn_image_0289900299.png diff --git a/content/docs-lite/zh/docs/Developerguide/figures/zh-cn_image_0289900329.png b/content/docs-lite/zh/docs/DeveloperGuide/figures/zh-cn_image_0289900329.png similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/figures/zh-cn_image_0289900329.png rename to content/docs-lite/zh/docs/DeveloperGuide/figures/zh-cn_image_0289900329.png diff --git a/content/docs-lite/zh/docs/Developerguide/figures/zh-cn_image_0289900417.png b/content/docs-lite/zh/docs/DeveloperGuide/figures/zh-cn_image_0289900417.png similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/figures/zh-cn_image_0289900417.png rename to content/docs-lite/zh/docs/DeveloperGuide/figures/zh-cn_image_0289900417.png diff --git a/content/docs-lite/zh/docs/Developerguide/figures/zh-cn_image_0289900420.png b/content/docs-lite/zh/docs/DeveloperGuide/figures/zh-cn_image_0289900420.png similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/figures/zh-cn_image_0289900420.png rename to content/docs-lite/zh/docs/DeveloperGuide/figures/zh-cn_image_0289900420.png diff --git a/content/docs-lite/zh/docs/Developerguide/figures/zh-cn_image_0289900471.png b/content/docs-lite/zh/docs/DeveloperGuide/figures/zh-cn_image_0289900471.png similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/figures/zh-cn_image_0289900471.png rename to content/docs-lite/zh/docs/DeveloperGuide/figures/zh-cn_image_0289900471.png diff --git a/content/docs-lite/zh/docs/Developerguide/figures/zh-cn_image_0289900515.png b/content/docs-lite/zh/docs/DeveloperGuide/figures/zh-cn_image_0289900515.png similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/figures/zh-cn_image_0289900515.png rename to content/docs-lite/zh/docs/DeveloperGuide/figures/zh-cn_image_0289900515.png diff --git a/content/docs-lite/zh/docs/Developerguide/figures/zh-cn_image_0289900517.png b/content/docs-lite/zh/docs/DeveloperGuide/figures/zh-cn_image_0289900517.png similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/figures/zh-cn_image_0289900517.png rename to content/docs-lite/zh/docs/DeveloperGuide/figures/zh-cn_image_0289900517.png diff --git a/content/docs-lite/zh/docs/Developerguide/figures/zh-cn_image_0289900584.png b/content/docs-lite/zh/docs/DeveloperGuide/figures/zh-cn_image_0289900584.png similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/figures/zh-cn_image_0289900584.png rename to content/docs-lite/zh/docs/DeveloperGuide/figures/zh-cn_image_0289900584.png diff --git a/content/docs-lite/zh/docs/Developerguide/figures/zh-cn_image_0289900596.png b/content/docs-lite/zh/docs/DeveloperGuide/figures/zh-cn_image_0289900596.png similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/figures/zh-cn_image_0289900596.png rename to content/docs-lite/zh/docs/DeveloperGuide/figures/zh-cn_image_0289900596.png diff --git a/content/docs-lite/zh/docs/Developerguide/figures/zh-cn_image_0289900622.png b/content/docs-lite/zh/docs/DeveloperGuide/figures/zh-cn_image_0289900622.png similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/figures/zh-cn_image_0289900622.png rename to content/docs-lite/zh/docs/DeveloperGuide/figures/zh-cn_image_0289900622.png diff --git a/content/docs-lite/zh/docs/Developerguide/figures/zh-cn_image_0289900642.png b/content/docs-lite/zh/docs/DeveloperGuide/figures/zh-cn_image_0289900642.png similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/figures/zh-cn_image_0289900642.png rename to content/docs-lite/zh/docs/DeveloperGuide/figures/zh-cn_image_0289900642.png diff --git a/content/docs-lite/zh/docs/Developerguide/figures/zh-cn_image_0289900697.png b/content/docs-lite/zh/docs/DeveloperGuide/figures/zh-cn_image_0289900697.png similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/figures/zh-cn_image_0289900697.png rename to content/docs-lite/zh/docs/DeveloperGuide/figures/zh-cn_image_0289900697.png diff --git a/content/docs-lite/zh/docs/Developerguide/figures/zh-cn_image_0289900783.png b/content/docs-lite/zh/docs/DeveloperGuide/figures/zh-cn_image_0289900783.png similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/figures/zh-cn_image_0289900783.png rename to content/docs-lite/zh/docs/DeveloperGuide/figures/zh-cn_image_0289900783.png diff --git a/content/docs-lite/zh/docs/Developerguide/figures/zh-cn_image_0289900819.png b/content/docs-lite/zh/docs/DeveloperGuide/figures/zh-cn_image_0289900819.png similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/figures/zh-cn_image_0289900819.png rename to content/docs-lite/zh/docs/DeveloperGuide/figures/zh-cn_image_0289900819.png diff --git a/content/docs-lite/zh/docs/Developerguide/figures/zh-cn_image_0289900841.png b/content/docs-lite/zh/docs/DeveloperGuide/figures/zh-cn_image_0289900841.png similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/figures/zh-cn_image_0289900841.png rename to content/docs-lite/zh/docs/DeveloperGuide/figures/zh-cn_image_0289900841.png diff --git a/content/docs-lite/zh/docs/Developerguide/figures/zh-cn_image_0289900927.png b/content/docs-lite/zh/docs/DeveloperGuide/figures/zh-cn_image_0289900927.png similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/figures/zh-cn_image_0289900927.png rename to content/docs-lite/zh/docs/DeveloperGuide/figures/zh-cn_image_0289900927.png diff --git a/content/docs-lite/zh/docs/Developerguide/figures/zh-cn_image_0289900952.png b/content/docs-lite/zh/docs/DeveloperGuide/figures/zh-cn_image_0289900952.png similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/figures/zh-cn_image_0289900952.png rename to content/docs-lite/zh/docs/DeveloperGuide/figures/zh-cn_image_0289900952.png diff --git a/content/docs-lite/zh/docs/Developerguide/figures/zh-cn_image_0289900964.png b/content/docs-lite/zh/docs/DeveloperGuide/figures/zh-cn_image_0289900964.png similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/figures/zh-cn_image_0289900964.png rename to content/docs-lite/zh/docs/DeveloperGuide/figures/zh-cn_image_0289900964.png diff --git a/content/docs-lite/zh/docs/Developerguide/figures/zh-cn_image_0289901020.png b/content/docs-lite/zh/docs/DeveloperGuide/figures/zh-cn_image_0289901020.png similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/figures/zh-cn_image_0289901020.png rename to content/docs-lite/zh/docs/DeveloperGuide/figures/zh-cn_image_0289901020.png diff --git "a/content/docs-lite/zh/docs/Developerguide/figures/\344\270\211\347\247\215\346\227\245\345\277\227\350\256\260\345\275\225\351\200\211\351\241\271.png" "b/content/docs-lite/zh/docs/DeveloperGuide/figures/\344\270\211\347\247\215\346\227\245\345\277\227\350\256\260\345\275\225\351\200\211\351\241\271.png" similarity index 100% rename from "content/docs-lite/zh/docs/Developerguide/figures/\344\270\211\347\247\215\346\227\245\345\277\227\350\256\260\345\275\225\351\200\211\351\241\271.png" rename to "content/docs-lite/zh/docs/DeveloperGuide/figures/\344\270\211\347\247\215\346\227\245\345\277\227\350\256\260\345\275\225\351\200\211\351\241\271.png" diff --git "a/content/docs-lite/zh/docs/Developerguide/figures/\344\275\216\345\273\266\350\277\237\357\274\21090th-\344\272\213\345\212\241\345\271\263\345\235\207\357\274\211\346\200\247\350\203\275\345\237\272\345\207\206.png" "b/content/docs-lite/zh/docs/DeveloperGuide/figures/\344\275\216\345\273\266\350\277\237\357\274\21090th-\344\272\213\345\212\241\345\271\263\345\235\207\357\274\211\346\200\247\350\203\275\345\237\272\345\207\206.png" similarity index 100% rename from "content/docs-lite/zh/docs/Developerguide/figures/\344\275\216\345\273\266\350\277\237\357\274\21090th-\344\272\213\345\212\241\345\271\263\345\235\207\357\274\211\346\200\247\350\203\275\345\237\272\345\207\206.png" rename to "content/docs-lite/zh/docs/DeveloperGuide/figures/\344\275\216\345\273\266\350\277\237\357\274\21090th-\344\272\213\345\212\241\345\271\263\345\235\207\357\274\211\346\200\247\350\203\275\345\237\272\345\207\206.png" diff --git "a/content/docs-lite/zh/docs/Developerguide/figures/\344\275\216\345\273\266\350\277\237\357\274\21090th-\357\274\211\346\200\247\350\203\275\345\237\272\345\207\206.png" "b/content/docs-lite/zh/docs/DeveloperGuide/figures/\344\275\216\345\273\266\350\277\237\357\274\21090th-\357\274\211\346\200\247\350\203\275\345\237\272\345\207\206.png" similarity index 100% rename from "content/docs-lite/zh/docs/Developerguide/figures/\344\275\216\345\273\266\350\277\237\357\274\21090th-\357\274\211\346\200\247\350\203\275\345\237\272\345\207\206.png" rename to "content/docs-lite/zh/docs/DeveloperGuide/figures/\344\275\216\345\273\266\350\277\237\357\274\21090th-\357\274\211\346\200\247\350\203\275\345\237\272\345\207\206.png" diff --git "a/content/docs-lite/zh/docs/Developerguide/figures/\344\277\256\346\224\271BIOS\350\256\276\347\275\256\357\274\2101\357\274\211.png" "b/content/docs-lite/zh/docs/DeveloperGuide/figures/\344\277\256\346\224\271BIOS\350\256\276\347\275\256\357\274\2101\357\274\211.png" similarity index 100% rename from "content/docs-lite/zh/docs/Developerguide/figures/\344\277\256\346\224\271BIOS\350\256\276\347\275\256\357\274\2101\357\274\211.png" rename to "content/docs-lite/zh/docs/DeveloperGuide/figures/\344\277\256\346\224\271BIOS\350\256\276\347\275\256\357\274\2101\357\274\211.png" diff --git "a/content/docs-lite/zh/docs/Developerguide/figures/\344\277\256\346\224\271BIOS\350\256\276\347\275\256\357\274\2102\357\274\211.png" "b/content/docs-lite/zh/docs/DeveloperGuide/figures/\344\277\256\346\224\271BIOS\350\256\276\347\275\256\357\274\2102\357\274\211.png" similarity index 100% rename from "content/docs-lite/zh/docs/Developerguide/figures/\344\277\256\346\224\271BIOS\350\256\276\347\275\256\357\274\2102\357\274\211.png" rename to "content/docs-lite/zh/docs/DeveloperGuide/figures/\344\277\256\346\224\271BIOS\350\256\276\347\275\256\357\274\2102\357\274\211.png" diff --git "a/content/docs-lite/zh/docs/Developerguide/figures/\345\206\267\345\220\257\345\212\250\346\227\266\351\227\264\346\200\247\350\203\275\345\237\272\345\207\206.png" "b/content/docs-lite/zh/docs/DeveloperGuide/figures/\345\206\267\345\220\257\345\212\250\346\227\266\351\227\264\346\200\247\350\203\275\345\237\272\345\207\206.png" similarity index 100% rename from "content/docs-lite/zh/docs/Developerguide/figures/\345\206\267\345\220\257\345\212\250\346\227\266\351\227\264\346\200\247\350\203\275\345\237\272\345\207\206.png" rename to "content/docs-lite/zh/docs/DeveloperGuide/figures/\345\206\267\345\220\257\345\212\250\346\227\266\351\227\264\346\200\247\350\203\275\345\237\272\345\207\206.png" diff --git "a/content/docs-lite/zh/docs/Developerguide/figures/\345\215\216\344\270\272TaiShan-2480-MOT-TPC-C\346\265\213\350\257\225\347\273\223\346\236\234.png" "b/content/docs-lite/zh/docs/DeveloperGuide/figures/\345\215\216\344\270\272TaiShan-2480-MOT-TPC-C\346\265\213\350\257\225\347\273\223\346\236\234.png" similarity index 100% rename from "content/docs-lite/zh/docs/Developerguide/figures/\345\215\216\344\270\272TaiShan-2480-MOT-TPC-C\346\265\213\350\257\225\347\273\223\346\236\234.png" rename to "content/docs-lite/zh/docs/DeveloperGuide/figures/\345\215\216\344\270\272TaiShan-2480-MOT-TPC-C\346\265\213\350\257\225\347\273\223\346\236\234.png" diff --git "a/content/docs-lite/zh/docs/Developerguide/figures/\345\215\225\344\272\213\345\212\241\346\227\245\345\277\227\350\256\260\345\275\225.png" "b/content/docs-lite/zh/docs/DeveloperGuide/figures/\345\215\225\344\272\213\345\212\241\346\227\245\345\277\227\350\256\260\345\275\225.png" similarity index 100% rename from "content/docs-lite/zh/docs/Developerguide/figures/\345\215\225\344\272\213\345\212\241\346\227\245\345\277\227\350\256\260\345\275\225.png" rename to "content/docs-lite/zh/docs/DeveloperGuide/figures/\345\215\225\344\272\213\345\212\241\346\227\245\345\277\227\350\256\260\345\275\225.png" diff --git "a/content/docs-lite/zh/docs/Developerguide/figures/\345\220\214\346\255\245\346\227\245\345\277\227\350\256\260\345\275\225.png" "b/content/docs-lite/zh/docs/DeveloperGuide/figures/\345\220\214\346\255\245\346\227\245\345\277\227\350\256\260\345\275\225.png" similarity index 100% rename from "content/docs-lite/zh/docs/Developerguide/figures/\345\220\214\346\255\245\346\227\245\345\277\227\350\256\260\345\275\225.png" rename to "content/docs-lite/zh/docs/DeveloperGuide/figures/\345\220\214\346\255\245\346\227\245\345\277\227\350\256\260\345\275\225.png" diff --git "a/content/docs-lite/zh/docs/Developerguide/figures/\345\274\202\346\255\245\346\227\245\345\277\227\350\256\260\345\275\225.png" "b/content/docs-lite/zh/docs/DeveloperGuide/figures/\345\274\202\346\255\245\346\227\245\345\277\227\350\256\260\345\275\225.png" similarity index 100% rename from "content/docs-lite/zh/docs/Developerguide/figures/\345\274\202\346\255\245\346\227\245\345\277\227\350\256\260\345\275\225.png" rename to "content/docs-lite/zh/docs/DeveloperGuide/figures/\345\274\202\346\255\245\346\227\245\345\277\227\350\256\260\345\275\225.png" diff --git "a/content/docs-lite/zh/docs/Developerguide/figures/\346\215\225\350\216\267.png" "b/content/docs-lite/zh/docs/DeveloperGuide/figures/\346\215\225\350\216\267.png" similarity index 100% rename from "content/docs-lite/zh/docs/Developerguide/figures/\346\215\225\350\216\267.png" rename to "content/docs-lite/zh/docs/DeveloperGuide/figures/\346\215\225\350\216\267.png" diff --git "a/content/docs-lite/zh/docs/Developerguide/figures/\346\225\260\346\215\256\345\272\223\351\200\273\350\276\221\347\273\223\346\236\204\345\233\276.png" "b/content/docs-lite/zh/docs/DeveloperGuide/figures/\346\225\260\346\215\256\345\272\223\351\200\273\350\276\221\347\273\223\346\236\204\345\233\276.png" similarity index 100% rename from "content/docs-lite/zh/docs/Developerguide/figures/\346\225\260\346\215\256\345\272\223\351\200\273\350\276\221\347\273\223\346\236\204\345\233\276.png" rename to "content/docs-lite/zh/docs/DeveloperGuide/figures/\346\225\260\346\215\256\345\272\223\351\200\273\350\276\221\347\273\223\346\236\204\345\233\276.png" diff --git "a/content/docs-lite/zh/docs/Developerguide/figures/\346\226\207\346\241\243.png" "b/content/docs-lite/zh/docs/DeveloperGuide/figures/\346\226\207\346\241\243.png" similarity index 100% rename from "content/docs-lite/zh/docs/Developerguide/figures/\346\226\207\346\241\243.png" rename to "content/docs-lite/zh/docs/DeveloperGuide/figures/\346\226\207\346\241\243.png" diff --git "a/content/docs-lite/zh/docs/Developerguide/figures/\346\237\245\347\234\213nvme\347\233\230\347\232\204\344\277\241\346\201\257.png" "b/content/docs-lite/zh/docs/DeveloperGuide/figures/\346\237\245\347\234\213nvme\347\233\230\347\232\204\344\277\241\346\201\257.png" similarity index 100% rename from "content/docs-lite/zh/docs/Developerguide/figures/\346\237\245\347\234\213nvme\347\233\230\347\232\204\344\277\241\346\201\257.png" rename to "content/docs-lite/zh/docs/DeveloperGuide/figures/\346\237\245\347\234\213nvme\347\233\230\347\232\204\344\277\241\346\201\257.png" diff --git "a/content/docs-lite/zh/docs/Developerguide/figures/\346\237\245\347\234\213\346\223\215\344\275\234\347\263\273\347\273\237\345\206\205\346\240\270PAGESIZE\347\232\204\345\200\274.png" "b/content/docs-lite/zh/docs/DeveloperGuide/figures/\346\237\245\347\234\213\346\223\215\344\275\234\347\263\273\347\273\237\345\206\205\346\240\270PAGESIZE\347\232\204\345\200\274.png" similarity index 100% rename from "content/docs-lite/zh/docs/Developerguide/figures/\346\237\245\347\234\213\346\223\215\344\275\234\347\263\273\347\273\237\345\206\205\346\240\270PAGESIZE\347\232\204\345\200\274.png" rename to "content/docs-lite/zh/docs/DeveloperGuide/figures/\346\237\245\347\234\213\346\223\215\344\275\234\347\263\273\347\273\237\345\206\205\346\240\270PAGESIZE\347\232\204\345\200\274.png" diff --git "a/content/docs-lite/zh/docs/Developerguide/figures/\347\247\201\346\234\211\357\274\210\346\234\254\345\234\260\357\274\211\345\206\205\345\255\230\357\274\210\346\257\217\344\270\252\344\272\213\345\212\241\357\274\211\345\222\214\345\205\250\345\261\200\345\206\205\345\255\230\357\274\210\346\211\200\346\234\211\346\240\270\347\232\204\346\211\200\346\234\211\344\272\213\345\212\241\357\274\211.png" "b/content/docs-lite/zh/docs/DeveloperGuide/figures/\347\247\201\346\234\211\357\274\210\346\234\254\345\234\260\357\274\211\345\206\205\345\255\230\357\274\210\346\257\217\344\270\252\344\272\213\345\212\241\357\274\211\345\222\214\345\205\250\345\261\200\345\206\205\345\255\230\357\274\210\346\211\200\346\234\211\346\240\270\347\232\204\346\211\200\346\234\211\344\272\213\345\212\241\357\274\211.png" similarity index 100% rename from "content/docs-lite/zh/docs/Developerguide/figures/\347\247\201\346\234\211\357\274\210\346\234\254\345\234\260\357\274\211\345\206\205\345\255\230\357\274\210\346\257\217\344\270\252\344\272\213\345\212\241\357\274\211\345\222\214\345\205\250\345\261\200\345\206\205\345\255\230\357\274\210\346\211\200\346\234\211\346\240\270\347\232\204\346\211\200\346\234\211\344\272\213\345\212\241\357\274\211.png" rename to "content/docs-lite/zh/docs/DeveloperGuide/figures/\347\247\201\346\234\211\357\274\210\346\234\254\345\234\260\357\274\211\345\206\205\345\255\230\357\274\210\346\257\217\344\270\252\344\272\213\345\212\241\357\274\211\345\222\214\345\205\250\345\261\200\345\206\205\345\255\230\357\274\210\346\211\200\346\234\211\346\240\270\347\232\204\346\211\200\346\234\211\344\272\213\345\212\241\357\274\211.png" diff --git "a/content/docs-lite/zh/docs/Developerguide/figures/\347\273\204\346\217\220\344\272\244-\345\205\267\346\234\211NUMA\346\204\237\347\237\245.png" "b/content/docs-lite/zh/docs/DeveloperGuide/figures/\347\273\204\346\217\220\344\272\244-\345\205\267\346\234\211NUMA\346\204\237\347\237\245.png" similarity index 100% rename from "content/docs-lite/zh/docs/Developerguide/figures/\347\273\204\346\217\220\344\272\244-\345\205\267\346\234\211NUMA\346\204\237\347\237\245.png" rename to "content/docs-lite/zh/docs/DeveloperGuide/figures/\347\273\204\346\217\220\344\272\244-\345\205\267\346\234\211NUMA\346\204\237\347\237\245.png" diff --git "a/content/docs-lite/zh/docs/Developerguide/figures/\350\257\246\347\273\206\347\273\223\346\236\234\346\212\245\345\221\212.png" "b/content/docs-lite/zh/docs/DeveloperGuide/figures/\350\257\246\347\273\206\347\273\223\346\236\234\346\212\245\345\221\212.png" similarity index 100% rename from "content/docs-lite/zh/docs/Developerguide/figures/\350\257\246\347\273\206\347\273\223\346\236\234\346\212\245\345\221\212.png" rename to "content/docs-lite/zh/docs/DeveloperGuide/figures/\350\257\246\347\273\206\347\273\223\346\236\234\346\212\245\345\221\212.png" diff --git "a/content/docs-lite/zh/docs/Developerguide/figures/\350\265\204\346\272\220\345\210\251\347\224\250\347\216\207\346\200\247\350\203\275\345\237\272\345\207\206.png" "b/content/docs-lite/zh/docs/DeveloperGuide/figures/\350\265\204\346\272\220\345\210\251\347\224\250\347\216\207\346\200\247\350\203\275\345\237\272\345\207\206.png" similarity index 100% rename from "content/docs-lite/zh/docs/Developerguide/figures/\350\265\204\346\272\220\345\210\251\347\224\250\347\216\207\346\200\247\350\203\275\345\237\272\345\207\206.png" rename to "content/docs-lite/zh/docs/DeveloperGuide/figures/\350\265\204\346\272\220\345\210\251\347\224\250\347\216\207\346\200\247\350\203\275\345\237\272\345\207\206.png" diff --git "a/content/docs-lite/zh/docs/Developerguide/figures/\351\200\273\350\276\221\345\244\215\345\210\266.png" "b/content/docs-lite/zh/docs/DeveloperGuide/figures/\351\200\273\350\276\221\345\244\215\345\210\266.png" similarity index 100% rename from "content/docs-lite/zh/docs/Developerguide/figures/\351\200\273\350\276\221\345\244\215\345\210\266.png" rename to "content/docs-lite/zh/docs/DeveloperGuide/figures/\351\200\273\350\276\221\345\244\215\345\210\266.png" diff --git "a/content/docs-lite/zh/docs/Developerguide/figures/\351\207\207\347\224\250JDBC\345\274\200\345\217\221\345\272\224\347\224\250\347\250\213\345\272\217\347\232\204\346\265\201\347\250\213.png" "b/content/docs-lite/zh/docs/DeveloperGuide/figures/\351\207\207\347\224\250JDBC\345\274\200\345\217\221\345\272\224\347\224\250\347\250\213\345\272\217\347\232\204\346\265\201\347\250\213.png" similarity index 100% rename from "content/docs-lite/zh/docs/Developerguide/figures/\351\207\207\347\224\250JDBC\345\274\200\345\217\221\345\272\224\347\224\250\347\250\213\345\272\217\347\232\204\346\265\201\347\250\213.png" rename to "content/docs-lite/zh/docs/DeveloperGuide/figures/\351\207\207\347\224\250JDBC\345\274\200\345\217\221\345\272\224\347\224\250\347\250\213\345\272\217\347\232\204\346\265\201\347\250\213.png" diff --git "a/content/docs-lite/zh/docs/Developerguide/figures/\351\207\207\347\224\250Psycopg2\345\274\200\345\217\221\345\272\224\347\224\250\347\250\213\345\272\217\347\232\204\346\265\201\347\250\213.png" "b/content/docs-lite/zh/docs/DeveloperGuide/figures/\351\207\207\347\224\250Psycopg2\345\274\200\345\217\221\345\272\224\347\224\250\347\250\213\345\272\217\347\232\204\346\265\201\347\250\213.png" similarity index 100% rename from "content/docs-lite/zh/docs/Developerguide/figures/\351\207\207\347\224\250Psycopg2\345\274\200\345\217\221\345\272\224\347\224\250\347\250\213\345\272\217\347\232\204\346\265\201\347\250\213.png" rename to "content/docs-lite/zh/docs/DeveloperGuide/figures/\351\207\207\347\224\250Psycopg2\345\274\200\345\217\221\345\272\224\347\224\250\347\250\213\345\272\217\347\232\204\346\265\201\347\250\213.png" diff --git "a/content/docs-lite/zh/docs/Developerguide/figures/\351\235\236\345\224\257\344\270\200\347\264\242\345\274\225.png" "b/content/docs-lite/zh/docs/DeveloperGuide/figures/\351\235\236\345\224\257\344\270\200\347\264\242\345\274\225.png" similarity index 100% rename from "content/docs-lite/zh/docs/Developerguide/figures/\351\235\236\345\224\257\344\270\200\347\264\242\345\274\225.png" rename to "content/docs-lite/zh/docs/DeveloperGuide/figures/\351\235\236\345\224\257\344\270\200\347\264\242\345\274\225.png" diff --git a/content/docs-lite/zh/docs/Developerguide/java-sql-CallableStatement.md b/content/docs-lite/zh/docs/DeveloperGuide/java-sql-CallableStatement.md similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/java-sql-CallableStatement.md rename to content/docs-lite/zh/docs/DeveloperGuide/java-sql-CallableStatement.md diff --git a/content/docs-lite/zh/docs/Developerguide/java-sql-Connection.md b/content/docs-lite/zh/docs/DeveloperGuide/java-sql-Connection.md similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/java-sql-Connection.md rename to content/docs-lite/zh/docs/DeveloperGuide/java-sql-Connection.md diff --git a/content/docs-lite/zh/docs/Developerguide/java-sql-DatabaseMetaData.md b/content/docs-lite/zh/docs/DeveloperGuide/java-sql-DatabaseMetaData.md similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/java-sql-DatabaseMetaData.md rename to content/docs-lite/zh/docs/DeveloperGuide/java-sql-DatabaseMetaData.md diff --git a/content/docs-lite/zh/docs/Developerguide/java-sql-Driver.md b/content/docs-lite/zh/docs/DeveloperGuide/java-sql-Driver.md similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/java-sql-Driver.md rename to content/docs-lite/zh/docs/DeveloperGuide/java-sql-Driver.md diff --git a/content/docs-lite/zh/docs/Developerguide/java-sql-PreparedStatement.md b/content/docs-lite/zh/docs/DeveloperGuide/java-sql-PreparedStatement.md similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/java-sql-PreparedStatement.md rename to content/docs-lite/zh/docs/DeveloperGuide/java-sql-PreparedStatement.md diff --git a/content/docs-lite/zh/docs/Developerguide/java-sql-ResultSet.md b/content/docs-lite/zh/docs/DeveloperGuide/java-sql-ResultSet.md similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/java-sql-ResultSet.md rename to content/docs-lite/zh/docs/DeveloperGuide/java-sql-ResultSet.md diff --git a/content/docs-lite/zh/docs/Developerguide/java-sql-ResultSetMetaData.md b/content/docs-lite/zh/docs/DeveloperGuide/java-sql-ResultSetMetaData.md similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/java-sql-ResultSetMetaData.md rename to content/docs-lite/zh/docs/DeveloperGuide/java-sql-ResultSetMetaData.md diff --git a/content/docs-lite/zh/docs/Developerguide/java-sql-Statement.md b/content/docs-lite/zh/docs/DeveloperGuide/java-sql-Statement.md similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/java-sql-Statement.md rename to content/docs-lite/zh/docs/DeveloperGuide/java-sql-Statement.md diff --git a/content/docs-lite/zh/docs/Developerguide/javax-naming-Context.md b/content/docs-lite/zh/docs/DeveloperGuide/javax-naming-Context.md similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/javax-naming-Context.md rename to content/docs-lite/zh/docs/DeveloperGuide/javax-naming-Context.md diff --git a/content/docs-lite/zh/docs/Developerguide/javax-naming-spi-InitialContextFactory.md b/content/docs-lite/zh/docs/DeveloperGuide/javax-naming-spi-InitialContextFactory.md similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/javax-naming-spi-InitialContextFactory.md rename to content/docs-lite/zh/docs/DeveloperGuide/javax-naming-spi-InitialContextFactory.md diff --git a/content/docs-lite/zh/docs/Developerguide/javax-sql-ConnectionPoolDataSource.md b/content/docs-lite/zh/docs/DeveloperGuide/javax-sql-ConnectionPoolDataSource.md similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/javax-sql-ConnectionPoolDataSource.md rename to content/docs-lite/zh/docs/DeveloperGuide/javax-sql-ConnectionPoolDataSource.md diff --git a/content/docs-lite/zh/docs/Developerguide/javax-sql-DataSource.md b/content/docs-lite/zh/docs/DeveloperGuide/javax-sql-DataSource.md similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/javax-sql-DataSource.md rename to content/docs-lite/zh/docs/DeveloperGuide/javax-sql-DataSource.md diff --git a/content/docs-lite/zh/docs/Developerguide/javax-sql-PooledConnection.md b/content/docs-lite/zh/docs/DeveloperGuide/javax-sql-PooledConnection.md similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/javax-sql-PooledConnection.md rename to content/docs-lite/zh/docs/DeveloperGuide/javax-sql-PooledConnection.md diff --git "a/content/docs-lite/zh/docs/Developerguide/libpq\344\275\277\347\224\250\344\276\235\350\265\226\347\232\204\345\244\264\346\226\207\344\273\266.md" "b/content/docs-lite/zh/docs/DeveloperGuide/libpq\344\275\277\347\224\250\344\276\235\350\265\226\347\232\204\345\244\264\346\226\207\344\273\266.md" similarity index 100% rename from "content/docs-lite/zh/docs/Developerguide/libpq\344\275\277\347\224\250\344\276\235\350\265\226\347\232\204\345\244\264\346\226\207\344\273\266.md" rename to "content/docs-lite/zh/docs/DeveloperGuide/libpq\344\275\277\347\224\250\344\276\235\350\265\226\347\232\204\345\244\264\346\226\207\344\273\266.md" diff --git "a/content/docs-lite/zh/docs/Developerguide/libpq\346\216\245\345\217\243\345\217\202\350\200\203.md" "b/content/docs-lite/zh/docs/DeveloperGuide/libpq\346\216\245\345\217\243\345\217\202\350\200\203.md" similarity index 100% rename from "content/docs-lite/zh/docs/Developerguide/libpq\346\216\245\345\217\243\345\217\202\350\200\203.md" rename to "content/docs-lite/zh/docs/DeveloperGuide/libpq\346\216\245\345\217\243\345\217\202\350\200\203.md" diff --git a/content/docs-lite/zh/docs/Developerguide/psycopg2-connect.md b/content/docs-lite/zh/docs/DeveloperGuide/psycopg2-connect.md similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/psycopg2-connect.md rename to content/docs-lite/zh/docs/DeveloperGuide/psycopg2-connect.md diff --git a/content/docs-lite/zh/docs/Developerguide/public_sys-resources/icon-caution.gif b/content/docs-lite/zh/docs/DeveloperGuide/public_sys-resources/icon-caution.gif similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/public_sys-resources/icon-caution.gif rename to content/docs-lite/zh/docs/DeveloperGuide/public_sys-resources/icon-caution.gif diff --git a/content/docs-lite/zh/docs/Developerguide/public_sys-resources/icon-danger.gif b/content/docs-lite/zh/docs/DeveloperGuide/public_sys-resources/icon-danger.gif similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/public_sys-resources/icon-danger.gif rename to content/docs-lite/zh/docs/DeveloperGuide/public_sys-resources/icon-danger.gif diff --git a/content/docs-lite/zh/docs/Developerguide/public_sys-resources/icon-note.gif b/content/docs-lite/zh/docs/DeveloperGuide/public_sys-resources/icon-note.gif similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/public_sys-resources/icon-note.gif rename to content/docs-lite/zh/docs/DeveloperGuide/public_sys-resources/icon-note.gif diff --git a/content/docs-lite/zh/docs/Developerguide/public_sys-resources/icon-notice.gif b/content/docs-lite/zh/docs/DeveloperGuide/public_sys-resources/icon-notice.gif similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/public_sys-resources/icon-notice.gif rename to content/docs-lite/zh/docs/DeveloperGuide/public_sys-resources/icon-notice.gif diff --git a/content/docs-lite/zh/docs/Developerguide/public_sys-resources/icon-tip.gif b/content/docs-lite/zh/docs/DeveloperGuide/public_sys-resources/icon-tip.gif similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/public_sys-resources/icon-tip.gif rename to content/docs-lite/zh/docs/DeveloperGuide/public_sys-resources/icon-tip.gif diff --git a/content/docs-lite/zh/docs/Developerguide/public_sys-resources/icon-warning.gif b/content/docs-lite/zh/docs/DeveloperGuide/public_sys-resources/icon-warning.gif similarity index 100% rename from content/docs-lite/zh/docs/Developerguide/public_sys-resources/icon-warning.gif rename to content/docs-lite/zh/docs/DeveloperGuide/public_sys-resources/icon-warning.gif diff --git "a/content/docs-lite/zh/docs/Developerguide/\345\205\263\351\227\255\350\277\236\346\216\245_JDBC.md" "b/content/docs-lite/zh/docs/DeveloperGuide/\345\205\263\351\227\255\350\277\236\346\216\245_JDBC.md" similarity index 100% rename from "content/docs-lite/zh/docs/Developerguide/\345\205\263\351\227\255\350\277\236\346\216\245_JDBC.md" rename to "content/docs-lite/zh/docs/DeveloperGuide/\345\205\263\351\227\255\350\277\236\346\216\245_JDBC.md" diff --git "a/content/docs-lite/zh/docs/Developerguide/\345\205\263\351\227\255\350\277\236\346\216\245_Psycopg.md" "b/content/docs-lite/zh/docs/DeveloperGuide/\345\205\263\351\227\255\350\277\236\346\216\245_Psycopg.md" similarity index 100% rename from "content/docs-lite/zh/docs/Developerguide/\345\205\263\351\227\255\350\277\236\346\216\245_Psycopg.md" rename to "content/docs-lite/zh/docs/DeveloperGuide/\345\205\263\351\227\255\350\277\236\346\216\245_Psycopg.md" diff --git "a/content/docs-lite/zh/docs/Developerguide/\345\212\240\350\275\275\351\251\261\345\212\250_JDBC.md" "b/content/docs-lite/zh/docs/DeveloperGuide/\345\212\240\350\275\275\351\251\261\345\212\250_JDBC.md" similarity index 100% rename from "content/docs-lite/zh/docs/Developerguide/\345\212\240\350\275\275\351\251\261\345\212\250_JDBC.md" rename to "content/docs-lite/zh/docs/DeveloperGuide/\345\212\240\350\275\275\351\251\261\345\212\250_JDBC.md" diff --git "a/content/docs-lite/zh/docs/Developerguide/\345\212\240\350\275\275\351\251\261\345\212\250_Psycopg.md" "b/content/docs-lite/zh/docs/DeveloperGuide/\345\212\240\350\275\275\351\251\261\345\212\250_Psycopg.md" similarity index 100% rename from "content/docs-lite/zh/docs/Developerguide/\345\212\240\350\275\275\351\251\261\345\212\250_Psycopg.md" rename to "content/docs-lite/zh/docs/DeveloperGuide/\345\212\240\350\275\275\351\251\261\345\212\250_Psycopg.md" diff --git "a/content/docs-lite/zh/docs/Developerguide/\345\217\226\346\266\210\346\255\243\345\234\250\345\244\204\347\220\206\347\232\204\346\237\245\350\257\242.md" "b/content/docs-lite/zh/docs/DeveloperGuide/\345\217\226\346\266\210\346\255\243\345\234\250\345\244\204\347\220\206\347\232\204\346\237\245\350\257\242.md" similarity index 100% rename from "content/docs-lite/zh/docs/Developerguide/\345\217\226\346\266\210\346\255\243\345\234\250\345\244\204\347\220\206\347\232\204\346\237\245\350\257\242.md" rename to "content/docs-lite/zh/docs/DeveloperGuide/\345\217\226\346\266\210\346\255\243\345\234\250\345\244\204\347\220\206\347\232\204\346\237\245\350\257\242.md" diff --git "a/content/docs-lite/zh/docs/Developerguide/\345\237\272\344\272\216JDBC\345\274\200\345\217\221.md" "b/content/docs-lite/zh/docs/DeveloperGuide/\345\237\272\344\272\216JDBC\345\274\200\345\217\221.md" similarity index 100% rename from "content/docs-lite/zh/docs/Developerguide/\345\237\272\344\272\216JDBC\345\274\200\345\217\221.md" rename to "content/docs-lite/zh/docs/DeveloperGuide/\345\237\272\344\272\216JDBC\345\274\200\345\217\221.md" diff --git "a/content/docs-lite/zh/docs/Developerguide/\345\237\272\344\272\216Psycopg\345\274\200\345\217\221.md" "b/content/docs-lite/zh/docs/DeveloperGuide/\345\237\272\344\272\216Psycopg\345\274\200\345\217\221.md" similarity index 100% rename from "content/docs-lite/zh/docs/Developerguide/\345\237\272\344\272\216Psycopg\345\274\200\345\217\221.md" rename to "content/docs-lite/zh/docs/DeveloperGuide/\345\237\272\344\272\216Psycopg\345\274\200\345\217\221.md" diff --git "a/content/docs-lite/zh/docs/Developerguide/\345\237\272\344\272\216libpq\345\274\200\345\217\221.md" "b/content/docs-lite/zh/docs/DeveloperGuide/\345\237\272\344\272\216libpq\345\274\200\345\217\221.md" similarity index 100% rename from "content/docs-lite/zh/docs/Developerguide/\345\237\272\344\272\216libpq\345\274\200\345\217\221.md" rename to "content/docs-lite/zh/docs/DeveloperGuide/\345\237\272\344\272\216libpq\345\274\200\345\217\221.md" diff --git "a/content/docs-lite/zh/docs/Developerguide/\345\244\204\347\220\206\347\273\223\346\236\234\351\233\206_JDBC.md" "b/content/docs-lite/zh/docs/DeveloperGuide/\345\244\204\347\220\206\347\273\223\346\236\234\351\233\206_JDBC.md" similarity index 100% rename from "content/docs-lite/zh/docs/Developerguide/\345\244\204\347\220\206\347\273\223\346\236\234\351\233\206_JDBC.md" rename to "content/docs-lite/zh/docs/DeveloperGuide/\345\244\204\347\220\206\347\273\223\346\236\234\351\233\206_JDBC.md" diff --git "a/content/docs-lite/zh/docs/Developerguide/\345\244\204\347\220\206\347\273\223\346\236\234\351\233\206_Psycopg.md" "b/content/docs-lite/zh/docs/DeveloperGuide/\345\244\204\347\220\206\347\273\223\346\236\234\351\233\206_Psycopg.md" similarity index 100% rename from "content/docs-lite/zh/docs/Developerguide/\345\244\204\347\220\206\347\273\223\346\236\234\351\233\206_Psycopg.md" rename to "content/docs-lite/zh/docs/DeveloperGuide/\345\244\204\347\220\206\347\273\223\346\236\234\351\233\206_Psycopg.md" diff --git "a/content/docs-lite/zh/docs/Developerguide/\345\255\227\346\256\265\350\256\276\350\256\241.md" "b/content/docs-lite/zh/docs/DeveloperGuide/\345\255\227\346\256\265\350\256\276\350\256\241.md" similarity index 100% rename from "content/docs-lite/zh/docs/Developerguide/\345\255\227\346\256\265\350\256\276\350\256\241.md" rename to "content/docs-lite/zh/docs/DeveloperGuide/\345\255\227\346\256\265\350\256\276\350\256\241.md" diff --git "a/content/docs-lite/zh/docs/Developerguide/\345\267\245\345\205\267\345\257\271\346\216\245.md" "b/content/docs-lite/zh/docs/DeveloperGuide/\345\267\245\345\205\267\345\257\271\346\216\245.md" similarity index 100% rename from "content/docs-lite/zh/docs/Developerguide/\345\267\245\345\205\267\345\257\271\346\216\245.md" rename to "content/docs-lite/zh/docs/DeveloperGuide/\345\267\245\345\205\267\345\257\271\346\216\245.md" diff --git "a/content/docs-lite/zh/docs/Developerguide/\345\272\224\347\224\250\345\274\200\345\217\221\346\214\207\345\215\227.md" "b/content/docs-lite/zh/docs/DeveloperGuide/\345\272\224\347\224\250\345\274\200\345\217\221\346\214\207\345\215\227.md" similarity index 100% rename from "content/docs-lite/zh/docs/Developerguide/\345\272\224\347\224\250\345\274\200\345\217\221\346\214\207\345\215\227.md" rename to "content/docs-lite/zh/docs/DeveloperGuide/\345\272\224\347\224\250\345\274\200\345\217\221\346\214\207\345\215\227.md" diff --git "a/content/docs-lite/zh/docs/Developerguide/\345\272\224\347\224\250\347\250\213\345\272\217\345\274\200\345\217\221\346\225\231\347\250\213.md" "b/content/docs-lite/zh/docs/DeveloperGuide/\345\272\224\347\224\250\347\250\213\345\272\217\345\274\200\345\217\221\346\225\231\347\250\213.md" similarity index 100% rename from "content/docs-lite/zh/docs/Developerguide/\345\272\224\347\224\250\347\250\213\345\272\217\345\274\200\345\217\221\346\225\231\347\250\213.md" rename to "content/docs-lite/zh/docs/DeveloperGuide/\345\272\224\347\224\250\347\250\213\345\272\217\345\274\200\345\217\221\346\225\231\347\250\213.md" diff --git "a/content/docs-lite/zh/docs/Developerguide/\345\274\200\345\217\221\346\265\201\347\250\213_JDBC.md" "b/content/docs-lite/zh/docs/DeveloperGuide/\345\274\200\345\217\221\346\265\201\347\250\213_JDBC.md" similarity index 100% rename from "content/docs-lite/zh/docs/Developerguide/\345\274\200\345\217\221\346\265\201\347\250\213_JDBC.md" rename to "content/docs-lite/zh/docs/DeveloperGuide/\345\274\200\345\217\221\346\265\201\347\250\213_JDBC.md" diff --git "a/content/docs-lite/zh/docs/Developerguide/\345\274\200\345\217\221\346\265\201\347\250\213_Psycopg.md" "b/content/docs-lite/zh/docs/DeveloperGuide/\345\274\200\345\217\221\346\265\201\347\250\213_Psycopg.md" similarity index 100% rename from "content/docs-lite/zh/docs/Developerguide/\345\274\200\345\217\221\346\265\201\347\250\213_Psycopg.md" rename to "content/docs-lite/zh/docs/DeveloperGuide/\345\274\200\345\217\221\346\265\201\347\250\213_Psycopg.md" diff --git "a/content/docs-lite/zh/docs/Developerguide/\345\274\200\345\217\221\346\265\201\347\250\213_libpq.md" "b/content/docs-lite/zh/docs/DeveloperGuide/\345\274\200\345\217\221\346\265\201\347\250\213_libpq.md" similarity index 100% rename from "content/docs-lite/zh/docs/Developerguide/\345\274\200\345\217\221\346\265\201\347\250\213_libpq.md" rename to "content/docs-lite/zh/docs/DeveloperGuide/\345\274\200\345\217\221\346\265\201\347\250\213_libpq.md" diff --git "a/content/docs-lite/zh/docs/Developerguide/\345\274\200\345\217\221\350\247\204\350\214\203.md" "b/content/docs-lite/zh/docs/DeveloperGuide/\345\274\200\345\217\221\350\247\204\350\214\203.md" similarity index 100% rename from "content/docs-lite/zh/docs/Developerguide/\345\274\200\345\217\221\350\247\204\350\214\203.md" rename to "content/docs-lite/zh/docs/DeveloperGuide/\345\274\200\345\217\221\350\247\204\350\214\203.md" diff --git "a/content/docs-lite/zh/docs/Developerguide/\345\274\200\345\217\221\350\256\276\350\256\241\350\247\204\350\214\203.md" "b/content/docs-lite/zh/docs/DeveloperGuide/\345\274\200\345\217\221\350\256\276\350\256\241\350\247\204\350\214\203.md" similarity index 100% rename from "content/docs-lite/zh/docs/Developerguide/\345\274\200\345\217\221\350\256\276\350\256\241\350\247\204\350\214\203.md" rename to "content/docs-lite/zh/docs/DeveloperGuide/\345\274\200\345\217\221\350\256\276\350\256\241\350\247\204\350\214\203.md" diff --git "a/content/docs-lite/zh/docs/Developerguide/\345\274\200\345\217\221\350\256\276\350\256\241\350\247\204\350\214\203\346\246\202\350\277\260.md" "b/content/docs-lite/zh/docs/DeveloperGuide/\345\274\200\345\217\221\350\256\276\350\256\241\350\247\204\350\214\203\346\246\202\350\277\260.md" similarity index 100% rename from "content/docs-lite/zh/docs/Developerguide/\345\274\200\345\217\221\350\256\276\350\256\241\350\247\204\350\214\203\346\246\202\350\277\260.md" rename to "content/docs-lite/zh/docs/DeveloperGuide/\345\274\200\345\217\221\350\256\276\350\256\241\350\247\204\350\214\203\346\246\202\350\277\260.md" diff --git "a/content/docs-lite/zh/docs/Developerguide/\345\274\202\346\255\245\345\221\275\344\273\244\345\244\204\347\220\206.md" "b/content/docs-lite/zh/docs/DeveloperGuide/\345\274\202\346\255\245\345\221\275\344\273\244\345\244\204\347\220\206.md" similarity index 100% rename from "content/docs-lite/zh/docs/Developerguide/\345\274\202\346\255\245\345\221\275\344\273\244\345\244\204\347\220\206.md" rename to "content/docs-lite/zh/docs/DeveloperGuide/\345\274\202\346\255\245\345\221\275\344\273\244\345\244\204\347\220\206.md" diff --git "a/content/docs-lite/zh/docs/Developerguide/\346\211\247\350\241\214SQL\350\257\255\345\217\245_JDBC.md" "b/content/docs-lite/zh/docs/DeveloperGuide/\346\211\247\350\241\214SQL\350\257\255\345\217\245_JDBC.md" similarity index 100% rename from "content/docs-lite/zh/docs/Developerguide/\346\211\247\350\241\214SQL\350\257\255\345\217\245_JDBC.md" rename to "content/docs-lite/zh/docs/DeveloperGuide/\346\211\247\350\241\214SQL\350\257\255\345\217\245_JDBC.md" diff --git "a/content/docs-lite/zh/docs/Developerguide/\346\211\247\350\241\214SQL\350\257\255\345\217\245_Psycopg.md" "b/content/docs-lite/zh/docs/DeveloperGuide/\346\211\247\350\241\214SQL\350\257\255\345\217\245_Psycopg.md" similarity index 100% rename from "content/docs-lite/zh/docs/Developerguide/\346\211\247\350\241\214SQL\350\257\255\345\217\245_Psycopg.md" rename to "content/docs-lite/zh/docs/DeveloperGuide/\346\211\247\350\241\214SQL\350\257\255\345\217\245_Psycopg.md" diff --git "a/content/docs-lite/zh/docs/Developerguide/\346\225\260\346\215\256\345\272\223\345\257\271\350\261\241\345\221\275\345\220\215.md" "b/content/docs-lite/zh/docs/DeveloperGuide/\346\225\260\346\215\256\345\272\223\345\257\271\350\261\241\345\221\275\345\220\215.md" similarity index 100% rename from "content/docs-lite/zh/docs/Developerguide/\346\225\260\346\215\256\345\272\223\345\257\271\350\261\241\345\221\275\345\220\215.md" rename to "content/docs-lite/zh/docs/DeveloperGuide/\346\225\260\346\215\256\345\272\223\345\257\271\350\261\241\345\221\275\345\220\215.md" diff --git "a/content/docs-lite/zh/docs/Developerguide/\346\225\260\346\215\256\345\272\223\345\257\271\350\261\241\350\256\276\350\256\241.md" "b/content/docs-lite/zh/docs/DeveloperGuide/\346\225\260\346\215\256\345\272\223\345\257\271\350\261\241\350\256\276\350\256\241.md" similarity index 100% rename from "content/docs-lite/zh/docs/Developerguide/\346\225\260\346\215\256\345\272\223\345\257\271\350\261\241\350\256\276\350\256\241.md" rename to "content/docs-lite/zh/docs/DeveloperGuide/\346\225\260\346\215\256\345\272\223\345\257\271\350\261\241\350\256\276\350\256\241.md" diff --git "a/content/docs-lite/zh/docs/Developerguide/\346\225\260\346\215\256\345\272\223\346\211\247\350\241\214\350\257\255\345\217\245\345\207\275\346\225\260.md" "b/content/docs-lite/zh/docs/DeveloperGuide/\346\225\260\346\215\256\345\272\223\346\211\247\350\241\214\350\257\255\345\217\245\345\207\275\346\225\260.md" similarity index 100% rename from "content/docs-lite/zh/docs/Developerguide/\346\225\260\346\215\256\345\272\223\346\211\247\350\241\214\350\257\255\345\217\245\345\207\275\346\225\260.md" rename to "content/docs-lite/zh/docs/DeveloperGuide/\346\225\260\346\215\256\345\272\223\346\211\247\350\241\214\350\257\255\345\217\245\345\207\275\346\225\260.md" diff --git "a/content/docs-lite/zh/docs/Developerguide/\346\225\260\346\215\256\345\272\223\350\277\236\346\216\245\346\216\247\345\210\266\345\207\275\346\225\260.md" "b/content/docs-lite/zh/docs/DeveloperGuide/\346\225\260\346\215\256\345\272\223\350\277\236\346\216\245\346\216\247\345\210\266\345\207\275\346\225\260.md" similarity index 100% rename from "content/docs-lite/zh/docs/Developerguide/\346\225\260\346\215\256\345\272\223\350\277\236\346\216\245\346\216\247\345\210\266\345\207\275\346\225\260.md" rename to "content/docs-lite/zh/docs/DeveloperGuide/\346\225\260\346\215\256\345\272\223\350\277\236\346\216\245\346\216\247\345\210\266\345\207\275\346\225\260.md" diff --git "a/content/docs-lite/zh/docs/Developerguide/\346\225\260\346\215\256\346\237\245\350\257\242\350\257\267\346\261\202\345\244\204\347\220\206\350\277\207\347\250\213.md" "b/content/docs-lite/zh/docs/DeveloperGuide/\346\225\260\346\215\256\346\237\245\350\257\242\350\257\267\346\261\202\345\244\204\347\220\206\350\277\207\347\250\213.md" similarity index 100% rename from "content/docs-lite/zh/docs/Developerguide/\346\225\260\346\215\256\346\237\245\350\257\242\350\257\267\346\261\202\345\244\204\347\220\206\350\277\207\347\250\213.md" rename to "content/docs-lite/zh/docs/DeveloperGuide/\346\225\260\346\215\256\346\237\245\350\257\242\350\257\267\346\261\202\345\244\204\347\220\206\350\277\207\347\250\213.md" diff --git "a/content/docs-lite/zh/docs/Developerguide/\346\227\245\345\277\227\347\256\241\347\220\206.md" "b/content/docs-lite/zh/docs/DeveloperGuide/\346\227\245\345\277\227\347\256\241\347\220\206.md" similarity index 100% rename from "content/docs-lite/zh/docs/Developerguide/\346\227\245\345\277\227\347\256\241\347\220\206.md" rename to "content/docs-lite/zh/docs/DeveloperGuide/\346\227\245\345\277\227\347\256\241\347\220\206.md" diff --git "a/content/docs-lite/zh/docs/Developerguide/\347\244\272\344\276\213-jdbc\344\270\273\345\244\207\351\233\206\347\276\244\350\264\237\350\275\275\345\235\207\350\241\241.md" "b/content/docs-lite/zh/docs/DeveloperGuide/\347\244\272\344\276\213-jdbc\344\270\273\345\244\207\351\233\206\347\276\244\350\264\237\350\275\275\345\235\207\350\241\241.md" similarity index 100% rename from "content/docs-lite/zh/docs/Developerguide/\347\244\272\344\276\213-jdbc\344\270\273\345\244\207\351\233\206\347\276\244\350\264\237\350\275\275\345\235\207\350\241\241.md" rename to "content/docs-lite/zh/docs/DeveloperGuide/\347\244\272\344\276\213-jdbc\344\270\273\345\244\207\351\233\206\347\276\244\350\264\237\350\275\275\345\235\207\350\241\241.md" diff --git "a/content/docs-lite/zh/docs/Developerguide/\347\244\272\344\276\213-libpq.md" "b/content/docs-lite/zh/docs/DeveloperGuide/\347\244\272\344\276\213-libpq.md" similarity index 100% rename from "content/docs-lite/zh/docs/Developerguide/\347\244\272\344\276\213-libpq.md" rename to "content/docs-lite/zh/docs/DeveloperGuide/\347\244\272\344\276\213-libpq.md" diff --git "a/content/docs-lite/zh/docs/Developerguide/\347\244\272\344\276\213-\344\270\215\345\220\214\345\234\272\346\231\257\344\270\213\350\277\236\346\216\245\346\225\260\346\215\256\345\272\223\345\217\202\346\225\260\351\205\215\347\275\256.md" "b/content/docs-lite/zh/docs/DeveloperGuide/\347\244\272\344\276\213-\344\270\215\345\220\214\345\234\272\346\231\257\344\270\213\350\277\236\346\216\245\346\225\260\346\215\256\345\272\223\345\217\202\346\225\260\351\205\215\347\275\256.md" similarity index 100% rename from "content/docs-lite/zh/docs/Developerguide/\347\244\272\344\276\213-\344\270\215\345\220\214\345\234\272\346\231\257\344\270\213\350\277\236\346\216\245\346\225\260\346\215\256\345\272\223\345\217\202\346\225\260\351\205\215\347\275\256.md" rename to "content/docs-lite/zh/docs/DeveloperGuide/\347\244\272\344\276\213-\344\270\215\345\220\214\345\234\272\346\231\257\344\270\213\350\277\236\346\216\245\346\225\260\346\215\256\345\272\223\345\217\202\346\225\260\351\205\215\347\275\256.md" diff --git "a/content/docs-lite/zh/docs/Developerguide/\347\244\272\344\276\213-\344\273\216MY\350\277\201\347\247\273\346\225\260\346\215\256.md" "b/content/docs-lite/zh/docs/DeveloperGuide/\347\244\272\344\276\213-\344\273\216MY\350\277\201\347\247\273\346\225\260\346\215\256.md" similarity index 100% rename from "content/docs-lite/zh/docs/Developerguide/\347\244\272\344\276\213-\344\273\216MY\350\277\201\347\247\273\346\225\260\346\215\256.md" rename to "content/docs-lite/zh/docs/DeveloperGuide/\347\244\272\344\276\213-\344\273\216MY\350\277\201\347\247\273\346\225\260\346\215\256.md" diff --git "a/content/docs-lite/zh/docs/Developerguide/\347\244\272\344\276\213-\345\270\270\347\224\250\346\223\215\344\275\234_JDBC.md" "b/content/docs-lite/zh/docs/DeveloperGuide/\347\244\272\344\276\213-\345\270\270\347\224\250\346\223\215\344\275\234_JDBC.md" similarity index 100% rename from "content/docs-lite/zh/docs/Developerguide/\347\244\272\344\276\213-\345\270\270\347\224\250\346\223\215\344\275\234_JDBC.md" rename to "content/docs-lite/zh/docs/DeveloperGuide/\347\244\272\344\276\213-\345\270\270\347\224\250\346\223\215\344\275\234_JDBC.md" diff --git "a/content/docs-lite/zh/docs/Developerguide/\347\244\272\344\276\213-\345\270\270\347\224\250\346\223\215\344\275\234_Psycopg.md" "b/content/docs-lite/zh/docs/DeveloperGuide/\347\244\272\344\276\213-\345\270\270\347\224\250\346\223\215\344\275\234_Psycopg.md" similarity index 100% rename from "content/docs-lite/zh/docs/Developerguide/\347\244\272\344\276\213-\345\270\270\347\224\250\346\223\215\344\275\234_Psycopg.md" rename to "content/docs-lite/zh/docs/DeveloperGuide/\347\244\272\344\276\213-\345\270\270\347\224\250\346\223\215\344\275\234_Psycopg.md" diff --git "a/content/docs-lite/zh/docs/Developerguide/\347\244\272\344\276\213-\351\200\232\350\277\207\346\234\254\345\234\260\346\226\207\344\273\266\345\257\274\345\205\245\345\257\274\345\207\272\346\225\260\346\215\256.md" "b/content/docs-lite/zh/docs/DeveloperGuide/\347\244\272\344\276\213-\351\200\232\350\277\207\346\234\254\345\234\260\346\226\207\344\273\266\345\257\274\345\205\245\345\257\274\345\207\272\346\225\260\346\215\256.md" similarity index 100% rename from "content/docs-lite/zh/docs/Developerguide/\347\244\272\344\276\213-\351\200\232\350\277\207\346\234\254\345\234\260\346\226\207\344\273\266\345\257\274\345\205\245\345\257\274\345\207\272\346\225\260\346\215\256.md" rename to "content/docs-lite/zh/docs/DeveloperGuide/\347\244\272\344\276\213-\351\200\232\350\277\207\346\234\254\345\234\260\346\226\207\344\273\266\345\257\274\345\205\245\345\257\274\345\207\272\346\225\260\346\215\256.md" diff --git "a/content/docs-lite/zh/docs/Developerguide/\347\244\272\344\276\213-\351\200\273\350\276\221\345\244\215\345\210\266\344\273\243\347\240\201\347\244\272\344\276\213.md" "b/content/docs-lite/zh/docs/DeveloperGuide/\347\244\272\344\276\213-\351\200\273\350\276\221\345\244\215\345\210\266\344\273\243\347\240\201\347\244\272\344\276\213.md" similarity index 100% rename from "content/docs-lite/zh/docs/Developerguide/\347\244\272\344\276\213-\351\200\273\350\276\221\345\244\215\345\210\266\344\273\243\347\240\201\347\244\272\344\276\213.md" rename to "content/docs-lite/zh/docs/DeveloperGuide/\347\244\272\344\276\213-\351\200\273\350\276\221\345\244\215\345\210\266\344\273\243\347\240\201\347\244\272\344\276\213.md" diff --git "a/content/docs-lite/zh/docs/Developerguide/\347\244\272\344\276\213-\351\207\215\346\226\260\346\211\247\350\241\214\345\272\224\347\224\250SQL.md" "b/content/docs-lite/zh/docs/DeveloperGuide/\347\244\272\344\276\213-\351\207\215\346\226\260\346\211\247\350\241\214\345\272\224\347\224\250SQL.md" similarity index 100% rename from "content/docs-lite/zh/docs/Developerguide/\347\244\272\344\276\213-\351\207\215\346\226\260\346\211\247\350\241\214\345\272\224\347\224\250SQL.md" rename to "content/docs-lite/zh/docs/DeveloperGuide/\347\244\272\344\276\213-\351\207\215\346\226\260\346\211\247\350\241\214\345\272\224\347\224\250SQL.md" diff --git "a/content/docs-lite/zh/docs/Developerguide/\347\250\213\345\272\217\345\274\200\345\217\221\350\247\204\350\214\203.md" "b/content/docs-lite/zh/docs/DeveloperGuide/\347\250\213\345\272\217\345\274\200\345\217\221\350\247\204\350\214\203.md" similarity index 100% rename from "content/docs-lite/zh/docs/Developerguide/\347\250\213\345\272\217\345\274\200\345\217\221\350\247\204\350\214\203.md" rename to "content/docs-lite/zh/docs/DeveloperGuide/\347\250\213\345\272\217\345\274\200\345\217\221\350\247\204\350\214\203.md" diff --git "a/content/docs-lite/zh/docs/Developerguide/\347\272\246\346\235\237\350\256\276\350\256\241.md" "b/content/docs-lite/zh/docs/DeveloperGuide/\347\272\246\346\235\237\350\256\276\350\256\241.md" similarity index 100% rename from "content/docs-lite/zh/docs/Developerguide/\347\272\246\346\235\237\350\256\276\350\256\241.md" rename to "content/docs-lite/zh/docs/DeveloperGuide/\347\272\246\346\235\237\350\256\276\350\256\241.md" diff --git "a/content/docs-lite/zh/docs/Developerguide/\347\274\226\350\257\221\344\270\216\350\260\203\350\257\225.md" "b/content/docs-lite/zh/docs/DeveloperGuide/\347\274\226\350\257\221\344\270\216\350\260\203\350\257\225.md" similarity index 100% rename from "content/docs-lite/zh/docs/Developerguide/\347\274\226\350\257\221\344\270\216\350\260\203\350\257\225.md" rename to "content/docs-lite/zh/docs/DeveloperGuide/\347\274\226\350\257\221\344\270\216\350\260\203\350\257\225.md" diff --git "a/content/docs-lite/zh/docs/Developerguide/\350\241\250\350\256\276\350\256\241.md" "b/content/docs-lite/zh/docs/DeveloperGuide/\350\241\250\350\256\276\350\256\241.md" similarity index 100% rename from "content/docs-lite/zh/docs/Developerguide/\350\241\250\350\256\276\350\256\241.md" rename to "content/docs-lite/zh/docs/DeveloperGuide/\350\241\250\350\256\276\350\256\241.md" diff --git "a/content/docs-lite/zh/docs/Developerguide/\350\247\204\345\210\222\345\255\230\345\202\250\346\250\241\345\236\213.md" "b/content/docs-lite/zh/docs/DeveloperGuide/\350\247\204\345\210\222\345\255\230\345\202\250\346\250\241\345\236\213.md" similarity index 100% rename from "content/docs-lite/zh/docs/Developerguide/\350\247\204\345\210\222\345\255\230\345\202\250\346\250\241\345\236\213.md" rename to "content/docs-lite/zh/docs/DeveloperGuide/\350\247\204\345\210\222\345\255\230\345\202\250\346\250\241\345\236\213.md" diff --git "a/content/docs-lite/zh/docs/Developerguide/\350\247\206\345\233\276\345\222\214\345\205\263\350\201\224\350\241\250\350\256\276\350\256\241.md" "b/content/docs-lite/zh/docs/DeveloperGuide/\350\247\206\345\233\276\345\222\214\345\205\263\350\201\224\350\241\250\350\256\276\350\256\241.md" similarity index 100% rename from "content/docs-lite/zh/docs/Developerguide/\350\247\206\345\233\276\345\222\214\345\205\263\350\201\224\350\241\250\350\256\276\350\256\241.md" rename to "content/docs-lite/zh/docs/DeveloperGuide/\350\247\206\345\233\276\345\222\214\345\205\263\350\201\224\350\241\250\350\256\276\350\256\241.md" diff --git "a/content/docs-lite/zh/docs/Developerguide/\350\260\203\350\257\225.md" "b/content/docs-lite/zh/docs/DeveloperGuide/\350\260\203\350\257\225.md" similarity index 100% rename from "content/docs-lite/zh/docs/Developerguide/\350\260\203\350\257\225.md" rename to "content/docs-lite/zh/docs/DeveloperGuide/\350\260\203\350\257\225.md" diff --git "a/content/docs-lite/zh/docs/Developerguide/\350\277\236\346\216\245\346\225\260\346\215\256\345\272\223_JDBC.md" "b/content/docs-lite/zh/docs/DeveloperGuide/\350\277\236\346\216\245\346\225\260\346\215\256\345\272\223_JDBC.md" similarity index 100% rename from "content/docs-lite/zh/docs/Developerguide/\350\277\236\346\216\245\346\225\260\346\215\256\345\272\223_JDBC.md" rename to "content/docs-lite/zh/docs/DeveloperGuide/\350\277\236\346\216\245\346\225\260\346\215\256\345\272\223_JDBC.md" diff --git "a/content/docs-lite/zh/docs/Developerguide/\350\277\236\346\216\245\346\225\260\346\215\256\345\272\223_Psycopg.md" "b/content/docs-lite/zh/docs/DeveloperGuide/\350\277\236\346\216\245\346\225\260\346\215\256\345\272\223_Psycopg.md" similarity index 100% rename from "content/docs-lite/zh/docs/Developerguide/\350\277\236\346\216\245\346\225\260\346\215\256\345\272\223_Psycopg.md" rename to "content/docs-lite/zh/docs/DeveloperGuide/\350\277\236\346\216\245\346\225\260\346\215\256\345\272\223_Psycopg.md" diff --git "a/content/docs-lite/zh/docs/Developerguide/\350\277\236\346\216\245\346\225\260\346\215\256\345\272\223_SSL\346\226\271\345\274\217_Psycopg.md" "b/content/docs-lite/zh/docs/DeveloperGuide/\350\277\236\346\216\245\346\225\260\346\215\256\345\272\223_SSL\346\226\271\345\274\217_Psycopg.md" similarity index 100% rename from "content/docs-lite/zh/docs/Developerguide/\350\277\236\346\216\245\346\225\260\346\215\256\345\272\223_SSL\346\226\271\345\274\217_Psycopg.md" rename to "content/docs-lite/zh/docs/DeveloperGuide/\350\277\236\346\216\245\346\225\260\346\215\256\345\272\223_SSL\346\226\271\345\274\217_Psycopg.md" diff --git "a/content/docs-lite/zh/docs/Developerguide/\350\277\236\346\216\245\346\225\260\346\215\256\345\272\223_UDS\346\226\271\345\274\217.md" "b/content/docs-lite/zh/docs/DeveloperGuide/\350\277\236\346\216\245\346\225\260\346\215\256\345\272\223_UDS\346\226\271\345\274\217.md" similarity index 100% rename from "content/docs-lite/zh/docs/Developerguide/\350\277\236\346\216\245\346\225\260\346\215\256\345\272\223_UDS\346\226\271\345\274\217.md" rename to "content/docs-lite/zh/docs/DeveloperGuide/\350\277\236\346\216\245\346\225\260\346\215\256\345\272\223_UDS\346\226\271\345\274\217.md" diff --git "a/content/docs-lite/zh/docs/Developerguide/\350\277\236\346\216\245\346\225\260\346\215\256\345\272\223_\344\273\245SSL\346\226\271\345\274\217.md" "b/content/docs-lite/zh/docs/DeveloperGuide/\350\277\236\346\216\245\346\225\260\346\215\256\345\272\223_\344\273\245SSL\346\226\271\345\274\217.md" similarity index 100% rename from "content/docs-lite/zh/docs/Developerguide/\350\277\236\346\216\245\346\225\260\346\215\256\345\272\223_\344\273\245SSL\346\226\271\345\274\217.md" rename to "content/docs-lite/zh/docs/DeveloperGuide/\350\277\236\346\216\245\346\225\260\346\215\256\345\272\223_\344\273\245SSL\346\226\271\345\274\217.md" diff --git "a/content/docs-lite/zh/docs/Developerguide/\351\223\276\346\216\245\345\217\202\346\225\260.md" "b/content/docs-lite/zh/docs/DeveloperGuide/\351\223\276\346\216\245\345\217\202\346\225\260.md" similarity index 100% rename from "content/docs-lite/zh/docs/Developerguide/\351\223\276\346\216\245\345\217\202\346\225\260.md" rename to "content/docs-lite/zh/docs/DeveloperGuide/\351\223\276\346\216\245\345\217\202\346\225\260.md" -- Gitee From eef4ccea467b1c42414504f7a7552400bed648a0 Mon Sep 17 00:00:00 2001 From: liyang <264327807@qq.com> Date: Tue, 4 Apr 2023 01:30:46 +0000 Subject: [PATCH 31/75] =?UTF-8?q?=E9=87=8D=E5=91=BD=E5=90=8D=20content/doc?= =?UTF-8?q?s-lite/zh/docs/Releasenotes=20=E4=B8=BA=20content/docs-lite/zh/?= =?UTF-8?q?docs/ReleaseNotes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ReleaseNotes/CVE\346\274\217\346\264\236.md" | 0 .../{Releasenotes => ReleaseNotes}/Releasenotes.md | 0 .../public_sys-resources/icon-caution.gif | Bin .../public_sys-resources/icon-danger.gif | Bin .../public_sys-resources/icon-note.gif | Bin .../public_sys-resources/icon-notice.gif | Bin .../public_sys-resources/icon-tip.gif | Bin .../public_sys-resources/icon-warning.gif | Bin ...\217\202\344\270\216\350\264\241\347\214\256.md" | 0 ...\277\256\345\244\215\351\227\256\351\242\230.md" | 0 ...\267\262\347\237\245\351\227\256\351\242\230.md" | 0 ...\263\225\345\276\213\345\243\260\346\230\216.md" | 0 .../\346\272\220\344\273\243\347\240\201.md" | 0 ...\211\210\346\234\254\344\273\213\347\273\215.md" | 0 ...\263\250\346\204\217\344\272\213\351\241\271.md" | 0 ...\211\271\346\200\247\344\273\213\347\273\215.md" | 0 ...\224\250\346\210\267\351\241\273\347\237\245.md" | 0 .../docs/ReleaseNotes/\350\207\264\350\260\242.md" | 0 18 files changed, 0 insertions(+), 0 deletions(-) rename "content/docs-lite/zh/docs/Releasenotes/CVE\346\274\217\346\264\236.md" => "content/docs-lite/zh/docs/ReleaseNotes/CVE\346\274\217\346\264\236.md" (100%) rename content/docs-lite/zh/docs/{Releasenotes => ReleaseNotes}/Releasenotes.md (100%) rename content/docs-lite/zh/docs/{Releasenotes => ReleaseNotes}/public_sys-resources/icon-caution.gif (100%) rename content/docs-lite/zh/docs/{Releasenotes => ReleaseNotes}/public_sys-resources/icon-danger.gif (100%) rename content/docs-lite/zh/docs/{Releasenotes => ReleaseNotes}/public_sys-resources/icon-note.gif (100%) rename content/docs-lite/zh/docs/{Releasenotes => ReleaseNotes}/public_sys-resources/icon-notice.gif (100%) rename content/docs-lite/zh/docs/{Releasenotes => ReleaseNotes}/public_sys-resources/icon-tip.gif (100%) rename content/docs-lite/zh/docs/{Releasenotes => ReleaseNotes}/public_sys-resources/icon-warning.gif (100%) rename "content/docs-lite/zh/docs/Releasenotes/\345\217\202\344\270\216\350\264\241\347\214\256.md" => "content/docs-lite/zh/docs/ReleaseNotes/\345\217\202\344\270\216\350\264\241\347\214\256.md" (100%) rename "content/docs-lite/zh/docs/Releasenotes/\345\267\262\344\277\256\345\244\215\351\227\256\351\242\230.md" => "content/docs-lite/zh/docs/ReleaseNotes/\345\267\262\344\277\256\345\244\215\351\227\256\351\242\230.md" (100%) rename "content/docs-lite/zh/docs/Releasenotes/\345\267\262\347\237\245\351\227\256\351\242\230.md" => "content/docs-lite/zh/docs/ReleaseNotes/\345\267\262\347\237\245\351\227\256\351\242\230.md" (100%) rename "content/docs-lite/zh/docs/Releasenotes/\346\263\225\345\276\213\345\243\260\346\230\216.md" => "content/docs-lite/zh/docs/ReleaseNotes/\346\263\225\345\276\213\345\243\260\346\230\216.md" (100%) rename "content/docs-lite/zh/docs/Releasenotes/\346\272\220\344\273\243\347\240\201.md" => "content/docs-lite/zh/docs/ReleaseNotes/\346\272\220\344\273\243\347\240\201.md" (100%) rename "content/docs-lite/zh/docs/Releasenotes/\347\211\210\346\234\254\344\273\213\347\273\215.md" => "content/docs-lite/zh/docs/ReleaseNotes/\347\211\210\346\234\254\344\273\213\347\273\215.md" (100%) rename "content/docs-lite/zh/docs/Releasenotes/\347\211\210\346\234\254\344\275\277\347\224\250\346\263\250\346\204\217\344\272\213\351\241\271.md" => "content/docs-lite/zh/docs/ReleaseNotes/\347\211\210\346\234\254\344\275\277\347\224\250\346\263\250\346\204\217\344\272\213\351\241\271.md" (100%) rename "content/docs-lite/zh/docs/Releasenotes/\347\211\271\346\200\247\344\273\213\347\273\215.md" => "content/docs-lite/zh/docs/ReleaseNotes/\347\211\271\346\200\247\344\273\213\347\273\215.md" (100%) rename "content/docs-lite/zh/docs/Releasenotes/\347\224\250\346\210\267\351\241\273\347\237\245.md" => "content/docs-lite/zh/docs/ReleaseNotes/\347\224\250\346\210\267\351\241\273\347\237\245.md" (100%) rename "content/docs-lite/zh/docs/Releasenotes/\350\207\264\350\260\242.md" => "content/docs-lite/zh/docs/ReleaseNotes/\350\207\264\350\260\242.md" (100%) diff --git "a/content/docs-lite/zh/docs/Releasenotes/CVE\346\274\217\346\264\236.md" "b/content/docs-lite/zh/docs/ReleaseNotes/CVE\346\274\217\346\264\236.md" similarity index 100% rename from "content/docs-lite/zh/docs/Releasenotes/CVE\346\274\217\346\264\236.md" rename to "content/docs-lite/zh/docs/ReleaseNotes/CVE\346\274\217\346\264\236.md" diff --git a/content/docs-lite/zh/docs/Releasenotes/Releasenotes.md b/content/docs-lite/zh/docs/ReleaseNotes/Releasenotes.md similarity index 100% rename from content/docs-lite/zh/docs/Releasenotes/Releasenotes.md rename to content/docs-lite/zh/docs/ReleaseNotes/Releasenotes.md diff --git a/content/docs-lite/zh/docs/Releasenotes/public_sys-resources/icon-caution.gif b/content/docs-lite/zh/docs/ReleaseNotes/public_sys-resources/icon-caution.gif similarity index 100% rename from content/docs-lite/zh/docs/Releasenotes/public_sys-resources/icon-caution.gif rename to content/docs-lite/zh/docs/ReleaseNotes/public_sys-resources/icon-caution.gif diff --git a/content/docs-lite/zh/docs/Releasenotes/public_sys-resources/icon-danger.gif b/content/docs-lite/zh/docs/ReleaseNotes/public_sys-resources/icon-danger.gif similarity index 100% rename from content/docs-lite/zh/docs/Releasenotes/public_sys-resources/icon-danger.gif rename to content/docs-lite/zh/docs/ReleaseNotes/public_sys-resources/icon-danger.gif diff --git a/content/docs-lite/zh/docs/Releasenotes/public_sys-resources/icon-note.gif b/content/docs-lite/zh/docs/ReleaseNotes/public_sys-resources/icon-note.gif similarity index 100% rename from content/docs-lite/zh/docs/Releasenotes/public_sys-resources/icon-note.gif rename to content/docs-lite/zh/docs/ReleaseNotes/public_sys-resources/icon-note.gif diff --git a/content/docs-lite/zh/docs/Releasenotes/public_sys-resources/icon-notice.gif b/content/docs-lite/zh/docs/ReleaseNotes/public_sys-resources/icon-notice.gif similarity index 100% rename from content/docs-lite/zh/docs/Releasenotes/public_sys-resources/icon-notice.gif rename to content/docs-lite/zh/docs/ReleaseNotes/public_sys-resources/icon-notice.gif diff --git a/content/docs-lite/zh/docs/Releasenotes/public_sys-resources/icon-tip.gif b/content/docs-lite/zh/docs/ReleaseNotes/public_sys-resources/icon-tip.gif similarity index 100% rename from content/docs-lite/zh/docs/Releasenotes/public_sys-resources/icon-tip.gif rename to content/docs-lite/zh/docs/ReleaseNotes/public_sys-resources/icon-tip.gif diff --git a/content/docs-lite/zh/docs/Releasenotes/public_sys-resources/icon-warning.gif b/content/docs-lite/zh/docs/ReleaseNotes/public_sys-resources/icon-warning.gif similarity index 100% rename from content/docs-lite/zh/docs/Releasenotes/public_sys-resources/icon-warning.gif rename to content/docs-lite/zh/docs/ReleaseNotes/public_sys-resources/icon-warning.gif diff --git "a/content/docs-lite/zh/docs/Releasenotes/\345\217\202\344\270\216\350\264\241\347\214\256.md" "b/content/docs-lite/zh/docs/ReleaseNotes/\345\217\202\344\270\216\350\264\241\347\214\256.md" similarity index 100% rename from "content/docs-lite/zh/docs/Releasenotes/\345\217\202\344\270\216\350\264\241\347\214\256.md" rename to "content/docs-lite/zh/docs/ReleaseNotes/\345\217\202\344\270\216\350\264\241\347\214\256.md" diff --git "a/content/docs-lite/zh/docs/Releasenotes/\345\267\262\344\277\256\345\244\215\351\227\256\351\242\230.md" "b/content/docs-lite/zh/docs/ReleaseNotes/\345\267\262\344\277\256\345\244\215\351\227\256\351\242\230.md" similarity index 100% rename from "content/docs-lite/zh/docs/Releasenotes/\345\267\262\344\277\256\345\244\215\351\227\256\351\242\230.md" rename to "content/docs-lite/zh/docs/ReleaseNotes/\345\267\262\344\277\256\345\244\215\351\227\256\351\242\230.md" diff --git "a/content/docs-lite/zh/docs/Releasenotes/\345\267\262\347\237\245\351\227\256\351\242\230.md" "b/content/docs-lite/zh/docs/ReleaseNotes/\345\267\262\347\237\245\351\227\256\351\242\230.md" similarity index 100% rename from "content/docs-lite/zh/docs/Releasenotes/\345\267\262\347\237\245\351\227\256\351\242\230.md" rename to "content/docs-lite/zh/docs/ReleaseNotes/\345\267\262\347\237\245\351\227\256\351\242\230.md" diff --git "a/content/docs-lite/zh/docs/Releasenotes/\346\263\225\345\276\213\345\243\260\346\230\216.md" "b/content/docs-lite/zh/docs/ReleaseNotes/\346\263\225\345\276\213\345\243\260\346\230\216.md" similarity index 100% rename from "content/docs-lite/zh/docs/Releasenotes/\346\263\225\345\276\213\345\243\260\346\230\216.md" rename to "content/docs-lite/zh/docs/ReleaseNotes/\346\263\225\345\276\213\345\243\260\346\230\216.md" diff --git "a/content/docs-lite/zh/docs/Releasenotes/\346\272\220\344\273\243\347\240\201.md" "b/content/docs-lite/zh/docs/ReleaseNotes/\346\272\220\344\273\243\347\240\201.md" similarity index 100% rename from "content/docs-lite/zh/docs/Releasenotes/\346\272\220\344\273\243\347\240\201.md" rename to "content/docs-lite/zh/docs/ReleaseNotes/\346\272\220\344\273\243\347\240\201.md" diff --git "a/content/docs-lite/zh/docs/Releasenotes/\347\211\210\346\234\254\344\273\213\347\273\215.md" "b/content/docs-lite/zh/docs/ReleaseNotes/\347\211\210\346\234\254\344\273\213\347\273\215.md" similarity index 100% rename from "content/docs-lite/zh/docs/Releasenotes/\347\211\210\346\234\254\344\273\213\347\273\215.md" rename to "content/docs-lite/zh/docs/ReleaseNotes/\347\211\210\346\234\254\344\273\213\347\273\215.md" diff --git "a/content/docs-lite/zh/docs/Releasenotes/\347\211\210\346\234\254\344\275\277\347\224\250\346\263\250\346\204\217\344\272\213\351\241\271.md" "b/content/docs-lite/zh/docs/ReleaseNotes/\347\211\210\346\234\254\344\275\277\347\224\250\346\263\250\346\204\217\344\272\213\351\241\271.md" similarity index 100% rename from "content/docs-lite/zh/docs/Releasenotes/\347\211\210\346\234\254\344\275\277\347\224\250\346\263\250\346\204\217\344\272\213\351\241\271.md" rename to "content/docs-lite/zh/docs/ReleaseNotes/\347\211\210\346\234\254\344\275\277\347\224\250\346\263\250\346\204\217\344\272\213\351\241\271.md" diff --git "a/content/docs-lite/zh/docs/Releasenotes/\347\211\271\346\200\247\344\273\213\347\273\215.md" "b/content/docs-lite/zh/docs/ReleaseNotes/\347\211\271\346\200\247\344\273\213\347\273\215.md" similarity index 100% rename from "content/docs-lite/zh/docs/Releasenotes/\347\211\271\346\200\247\344\273\213\347\273\215.md" rename to "content/docs-lite/zh/docs/ReleaseNotes/\347\211\271\346\200\247\344\273\213\347\273\215.md" diff --git "a/content/docs-lite/zh/docs/Releasenotes/\347\224\250\346\210\267\351\241\273\347\237\245.md" "b/content/docs-lite/zh/docs/ReleaseNotes/\347\224\250\346\210\267\351\241\273\347\237\245.md" similarity index 100% rename from "content/docs-lite/zh/docs/Releasenotes/\347\224\250\346\210\267\351\241\273\347\237\245.md" rename to "content/docs-lite/zh/docs/ReleaseNotes/\347\224\250\346\210\267\351\241\273\347\237\245.md" diff --git "a/content/docs-lite/zh/docs/Releasenotes/\350\207\264\350\260\242.md" "b/content/docs-lite/zh/docs/ReleaseNotes/\350\207\264\350\260\242.md" similarity index 100% rename from "content/docs-lite/zh/docs/Releasenotes/\350\207\264\350\260\242.md" rename to "content/docs-lite/zh/docs/ReleaseNotes/\350\207\264\350\260\242.md" -- Gitee From dab8f7c010b9b723f0080e1ae17763201049c3a2 Mon Sep 17 00:00:00 2001 From: liyang <264327807@qq.com> Date: Tue, 4 Apr 2023 01:30:59 +0000 Subject: [PATCH 32/75] =?UTF-8?q?=E9=87=8D=E5=91=BD=E5=90=8D=20content/doc?= =?UTF-8?q?s-lite/zh/docs/Technicalwhitepaper=20=E4=B8=BA=20content/docs-l?= =?UTF-8?q?ite/zh/docs/TechnicalWhitePaper?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Technicalwhitepaper.md | 0 .../figures/Xlog-lock-less-Design.png | Bin ...276\221\346\236\266\346\236\204\345\233\276.png" | Bin .../figures/zh-cn_image_0000001197252996.png | Bin .../figures/zh-cn_image_0000001197412986.png | Bin .../figures/zh-cn_image_0289895654.png | Bin .../figures/zh-cn_image_0289895659.png | Bin ...275\262\345\275\242\346\200\201\345\233\276.png" | Bin ...202\250\347\244\272\346\204\217\345\233\276.png" | Bin ...273\204\347\275\221\347\244\272\344\276\213.png" | Bin ...236\204\344\274\230\345\214\226\345\233\276.png" | Bin .../public_sys-resources/icon-caution.gif | Bin .../public_sys-resources/icon-danger.gif | Bin .../public_sys-resources/icon-note.gif | Bin .../public_sys-resources/icon-notice.gif | Bin .../public_sys-resources/icon-tip.gif | Bin .../public_sys-resources/icon-warning.gif | Bin ...\272\247\345\223\201\345\256\232\344\275\215.md" | 0 ...\205\270\345\236\213\347\273\204\347\275\221.md" | 0 ...\272\224\347\224\250\345\234\272\346\231\257.md" | 0 ...\212\200\346\234\257\346\214\207\346\240\207.md" | 0 ...\212\200\346\234\257\347\211\271\347\202\271.md" | 0 ...\240\270\345\277\203\346\212\200\346\234\257.md" | 0 .../\346\234\257\350\257\255\350\241\250.md" | 0 ...\275\257\344\273\266\346\236\266\346\236\204.md" | 0 ...\205\215\347\275\256\350\246\201\346\261\202.md" | 0 ...\203\250\347\275\262\346\226\271\346\241\210.md" | 0 27 files changed, 0 insertions(+), 0 deletions(-) rename content/docs-lite/zh/docs/{Technicalwhitepaper => TechnicalWhitePaper}/Technicalwhitepaper.md (100%) rename content/docs-lite/zh/docs/{Technicalwhitepaper => TechnicalWhitePaper}/figures/Xlog-lock-less-Design.png (100%) rename "content/docs-lite/zh/docs/Technicalwhitepaper/figures/openGauss\351\200\273\350\276\221\346\236\266\346\236\204\345\233\276.png" => "content/docs-lite/zh/docs/TechnicalWhitePaper/figures/openGauss\351\200\273\350\276\221\346\236\266\346\236\204\345\233\276.png" (100%) rename content/docs-lite/zh/docs/{Technicalwhitepaper => TechnicalWhitePaper}/figures/zh-cn_image_0000001197252996.png (100%) rename content/docs-lite/zh/docs/{Technicalwhitepaper => TechnicalWhitePaper}/figures/zh-cn_image_0000001197412986.png (100%) rename content/docs-lite/zh/docs/{Technicalwhitepaper => TechnicalWhitePaper}/figures/zh-cn_image_0289895654.png (100%) rename content/docs-lite/zh/docs/{Technicalwhitepaper => TechnicalWhitePaper}/figures/zh-cn_image_0289895659.png (100%) rename "content/docs-lite/zh/docs/Technicalwhitepaper/figures/\344\270\273\345\244\207\351\203\250\347\275\262\345\275\242\346\200\201\345\233\276.png" => "content/docs-lite/zh/docs/TechnicalWhitePaper/figures/\344\270\273\345\244\207\351\203\250\347\275\262\345\275\242\346\200\201\345\233\276.png" (100%) rename "content/docs-lite/zh/docs/Technicalwhitepaper/figures/\345\210\227\345\255\230\345\202\250\347\244\272\346\204\217\345\233\276.png" => "content/docs-lite/zh/docs/TechnicalWhitePaper/figures/\345\210\227\345\255\230\345\202\250\347\244\272\346\204\217\345\233\276.png" (100%) rename "content/docs-lite/zh/docs/Technicalwhitepaper/figures/\346\225\260\346\215\256\345\272\223\347\256\241\347\220\206\345\255\230\345\202\250\347\275\221\347\273\234\347\273\204\347\275\221\347\244\272\344\276\213.png" => "content/docs-lite/zh/docs/TechnicalWhitePaper/figures/\346\225\260\346\215\256\345\272\223\347\256\241\347\220\206\345\255\230\345\202\250\347\275\221\347\273\234\347\273\204\347\275\221\347\244\272\344\276\213.png" (100%) rename "content/docs-lite/zh/docs/Technicalwhitepaper/figures/\351\262\262\351\271\217NUMA\346\236\266\346\236\204\344\274\230\345\214\226\345\233\276.png" => "content/docs-lite/zh/docs/TechnicalWhitePaper/figures/\351\262\262\351\271\217NUMA\346\236\266\346\236\204\344\274\230\345\214\226\345\233\276.png" (100%) rename content/docs-lite/zh/docs/{Technicalwhitepaper => TechnicalWhitePaper}/public_sys-resources/icon-caution.gif (100%) rename content/docs-lite/zh/docs/{Technicalwhitepaper => TechnicalWhitePaper}/public_sys-resources/icon-danger.gif (100%) rename content/docs-lite/zh/docs/{Technicalwhitepaper => TechnicalWhitePaper}/public_sys-resources/icon-note.gif (100%) rename content/docs-lite/zh/docs/{Technicalwhitepaper => TechnicalWhitePaper}/public_sys-resources/icon-notice.gif (100%) rename content/docs-lite/zh/docs/{Technicalwhitepaper => TechnicalWhitePaper}/public_sys-resources/icon-tip.gif (100%) rename content/docs-lite/zh/docs/{Technicalwhitepaper => TechnicalWhitePaper}/public_sys-resources/icon-warning.gif (100%) rename "content/docs-lite/zh/docs/Technicalwhitepaper/\344\272\247\345\223\201\345\256\232\344\275\215.md" => "content/docs-lite/zh/docs/TechnicalWhitePaper/\344\272\247\345\223\201\345\256\232\344\275\215.md" (100%) rename "content/docs-lite/zh/docs/Technicalwhitepaper/\345\205\270\345\236\213\347\273\204\347\275\221.md" => "content/docs-lite/zh/docs/TechnicalWhitePaper/\345\205\270\345\236\213\347\273\204\347\275\221.md" (100%) rename "content/docs-lite/zh/docs/Technicalwhitepaper/\345\272\224\347\224\250\345\234\272\346\231\257.md" => "content/docs-lite/zh/docs/TechnicalWhitePaper/\345\272\224\347\224\250\345\234\272\346\231\257.md" (100%) rename "content/docs-lite/zh/docs/Technicalwhitepaper/\346\212\200\346\234\257\346\214\207\346\240\207.md" => "content/docs-lite/zh/docs/TechnicalWhitePaper/\346\212\200\346\234\257\346\214\207\346\240\207.md" (100%) rename "content/docs-lite/zh/docs/Technicalwhitepaper/\346\212\200\346\234\257\347\211\271\347\202\271.md" => "content/docs-lite/zh/docs/TechnicalWhitePaper/\346\212\200\346\234\257\347\211\271\347\202\271.md" (100%) rename "content/docs-lite/zh/docs/Technicalwhitepaper/\346\225\260\346\215\256\345\272\223\346\240\270\345\277\203\346\212\200\346\234\257.md" => "content/docs-lite/zh/docs/TechnicalWhitePaper/\346\225\260\346\215\256\345\272\223\346\240\270\345\277\203\346\212\200\346\234\257.md" (100%) rename "content/docs-lite/zh/docs/Technicalwhitepaper/\346\234\257\350\257\255\350\241\250.md" => "content/docs-lite/zh/docs/TechnicalWhitePaper/\346\234\257\350\257\255\350\241\250.md" (100%) rename "content/docs-lite/zh/docs/Technicalwhitepaper/\350\275\257\344\273\266\346\236\266\346\236\204.md" => "content/docs-lite/zh/docs/TechnicalWhitePaper/\350\275\257\344\273\266\346\236\266\346\236\204.md" (100%) rename "content/docs-lite/zh/docs/Technicalwhitepaper/\350\275\257\347\241\254\344\273\266\351\205\215\347\275\256\350\246\201\346\261\202.md" => "content/docs-lite/zh/docs/TechnicalWhitePaper/\350\275\257\347\241\254\344\273\266\351\205\215\347\275\256\350\246\201\346\261\202.md" (100%) rename "content/docs-lite/zh/docs/Technicalwhitepaper/\351\203\250\347\275\262\346\226\271\346\241\210.md" => "content/docs-lite/zh/docs/TechnicalWhitePaper/\351\203\250\347\275\262\346\226\271\346\241\210.md" (100%) diff --git a/content/docs-lite/zh/docs/Technicalwhitepaper/Technicalwhitepaper.md b/content/docs-lite/zh/docs/TechnicalWhitePaper/Technicalwhitepaper.md similarity index 100% rename from content/docs-lite/zh/docs/Technicalwhitepaper/Technicalwhitepaper.md rename to content/docs-lite/zh/docs/TechnicalWhitePaper/Technicalwhitepaper.md diff --git a/content/docs-lite/zh/docs/Technicalwhitepaper/figures/Xlog-lock-less-Design.png b/content/docs-lite/zh/docs/TechnicalWhitePaper/figures/Xlog-lock-less-Design.png similarity index 100% rename from content/docs-lite/zh/docs/Technicalwhitepaper/figures/Xlog-lock-less-Design.png rename to content/docs-lite/zh/docs/TechnicalWhitePaper/figures/Xlog-lock-less-Design.png diff --git "a/content/docs-lite/zh/docs/Technicalwhitepaper/figures/openGauss\351\200\273\350\276\221\346\236\266\346\236\204\345\233\276.png" "b/content/docs-lite/zh/docs/TechnicalWhitePaper/figures/openGauss\351\200\273\350\276\221\346\236\266\346\236\204\345\233\276.png" similarity index 100% rename from "content/docs-lite/zh/docs/Technicalwhitepaper/figures/openGauss\351\200\273\350\276\221\346\236\266\346\236\204\345\233\276.png" rename to "content/docs-lite/zh/docs/TechnicalWhitePaper/figures/openGauss\351\200\273\350\276\221\346\236\266\346\236\204\345\233\276.png" diff --git a/content/docs-lite/zh/docs/Technicalwhitepaper/figures/zh-cn_image_0000001197252996.png b/content/docs-lite/zh/docs/TechnicalWhitePaper/figures/zh-cn_image_0000001197252996.png similarity index 100% rename from content/docs-lite/zh/docs/Technicalwhitepaper/figures/zh-cn_image_0000001197252996.png rename to content/docs-lite/zh/docs/TechnicalWhitePaper/figures/zh-cn_image_0000001197252996.png diff --git a/content/docs-lite/zh/docs/Technicalwhitepaper/figures/zh-cn_image_0000001197412986.png b/content/docs-lite/zh/docs/TechnicalWhitePaper/figures/zh-cn_image_0000001197412986.png similarity index 100% rename from content/docs-lite/zh/docs/Technicalwhitepaper/figures/zh-cn_image_0000001197412986.png rename to content/docs-lite/zh/docs/TechnicalWhitePaper/figures/zh-cn_image_0000001197412986.png diff --git a/content/docs-lite/zh/docs/Technicalwhitepaper/figures/zh-cn_image_0289895654.png b/content/docs-lite/zh/docs/TechnicalWhitePaper/figures/zh-cn_image_0289895654.png similarity index 100% rename from content/docs-lite/zh/docs/Technicalwhitepaper/figures/zh-cn_image_0289895654.png rename to content/docs-lite/zh/docs/TechnicalWhitePaper/figures/zh-cn_image_0289895654.png diff --git a/content/docs-lite/zh/docs/Technicalwhitepaper/figures/zh-cn_image_0289895659.png b/content/docs-lite/zh/docs/TechnicalWhitePaper/figures/zh-cn_image_0289895659.png similarity index 100% rename from content/docs-lite/zh/docs/Technicalwhitepaper/figures/zh-cn_image_0289895659.png rename to content/docs-lite/zh/docs/TechnicalWhitePaper/figures/zh-cn_image_0289895659.png diff --git "a/content/docs-lite/zh/docs/Technicalwhitepaper/figures/\344\270\273\345\244\207\351\203\250\347\275\262\345\275\242\346\200\201\345\233\276.png" "b/content/docs-lite/zh/docs/TechnicalWhitePaper/figures/\344\270\273\345\244\207\351\203\250\347\275\262\345\275\242\346\200\201\345\233\276.png" similarity index 100% rename from "content/docs-lite/zh/docs/Technicalwhitepaper/figures/\344\270\273\345\244\207\351\203\250\347\275\262\345\275\242\346\200\201\345\233\276.png" rename to "content/docs-lite/zh/docs/TechnicalWhitePaper/figures/\344\270\273\345\244\207\351\203\250\347\275\262\345\275\242\346\200\201\345\233\276.png" diff --git "a/content/docs-lite/zh/docs/Technicalwhitepaper/figures/\345\210\227\345\255\230\345\202\250\347\244\272\346\204\217\345\233\276.png" "b/content/docs-lite/zh/docs/TechnicalWhitePaper/figures/\345\210\227\345\255\230\345\202\250\347\244\272\346\204\217\345\233\276.png" similarity index 100% rename from "content/docs-lite/zh/docs/Technicalwhitepaper/figures/\345\210\227\345\255\230\345\202\250\347\244\272\346\204\217\345\233\276.png" rename to "content/docs-lite/zh/docs/TechnicalWhitePaper/figures/\345\210\227\345\255\230\345\202\250\347\244\272\346\204\217\345\233\276.png" diff --git "a/content/docs-lite/zh/docs/Technicalwhitepaper/figures/\346\225\260\346\215\256\345\272\223\347\256\241\347\220\206\345\255\230\345\202\250\347\275\221\347\273\234\347\273\204\347\275\221\347\244\272\344\276\213.png" "b/content/docs-lite/zh/docs/TechnicalWhitePaper/figures/\346\225\260\346\215\256\345\272\223\347\256\241\347\220\206\345\255\230\345\202\250\347\275\221\347\273\234\347\273\204\347\275\221\347\244\272\344\276\213.png" similarity index 100% rename from "content/docs-lite/zh/docs/Technicalwhitepaper/figures/\346\225\260\346\215\256\345\272\223\347\256\241\347\220\206\345\255\230\345\202\250\347\275\221\347\273\234\347\273\204\347\275\221\347\244\272\344\276\213.png" rename to "content/docs-lite/zh/docs/TechnicalWhitePaper/figures/\346\225\260\346\215\256\345\272\223\347\256\241\347\220\206\345\255\230\345\202\250\347\275\221\347\273\234\347\273\204\347\275\221\347\244\272\344\276\213.png" diff --git "a/content/docs-lite/zh/docs/Technicalwhitepaper/figures/\351\262\262\351\271\217NUMA\346\236\266\346\236\204\344\274\230\345\214\226\345\233\276.png" "b/content/docs-lite/zh/docs/TechnicalWhitePaper/figures/\351\262\262\351\271\217NUMA\346\236\266\346\236\204\344\274\230\345\214\226\345\233\276.png" similarity index 100% rename from "content/docs-lite/zh/docs/Technicalwhitepaper/figures/\351\262\262\351\271\217NUMA\346\236\266\346\236\204\344\274\230\345\214\226\345\233\276.png" rename to "content/docs-lite/zh/docs/TechnicalWhitePaper/figures/\351\262\262\351\271\217NUMA\346\236\266\346\236\204\344\274\230\345\214\226\345\233\276.png" diff --git a/content/docs-lite/zh/docs/Technicalwhitepaper/public_sys-resources/icon-caution.gif b/content/docs-lite/zh/docs/TechnicalWhitePaper/public_sys-resources/icon-caution.gif similarity index 100% rename from content/docs-lite/zh/docs/Technicalwhitepaper/public_sys-resources/icon-caution.gif rename to content/docs-lite/zh/docs/TechnicalWhitePaper/public_sys-resources/icon-caution.gif diff --git a/content/docs-lite/zh/docs/Technicalwhitepaper/public_sys-resources/icon-danger.gif b/content/docs-lite/zh/docs/TechnicalWhitePaper/public_sys-resources/icon-danger.gif similarity index 100% rename from content/docs-lite/zh/docs/Technicalwhitepaper/public_sys-resources/icon-danger.gif rename to content/docs-lite/zh/docs/TechnicalWhitePaper/public_sys-resources/icon-danger.gif diff --git a/content/docs-lite/zh/docs/Technicalwhitepaper/public_sys-resources/icon-note.gif b/content/docs-lite/zh/docs/TechnicalWhitePaper/public_sys-resources/icon-note.gif similarity index 100% rename from content/docs-lite/zh/docs/Technicalwhitepaper/public_sys-resources/icon-note.gif rename to content/docs-lite/zh/docs/TechnicalWhitePaper/public_sys-resources/icon-note.gif diff --git a/content/docs-lite/zh/docs/Technicalwhitepaper/public_sys-resources/icon-notice.gif b/content/docs-lite/zh/docs/TechnicalWhitePaper/public_sys-resources/icon-notice.gif similarity index 100% rename from content/docs-lite/zh/docs/Technicalwhitepaper/public_sys-resources/icon-notice.gif rename to content/docs-lite/zh/docs/TechnicalWhitePaper/public_sys-resources/icon-notice.gif diff --git a/content/docs-lite/zh/docs/Technicalwhitepaper/public_sys-resources/icon-tip.gif b/content/docs-lite/zh/docs/TechnicalWhitePaper/public_sys-resources/icon-tip.gif similarity index 100% rename from content/docs-lite/zh/docs/Technicalwhitepaper/public_sys-resources/icon-tip.gif rename to content/docs-lite/zh/docs/TechnicalWhitePaper/public_sys-resources/icon-tip.gif diff --git a/content/docs-lite/zh/docs/Technicalwhitepaper/public_sys-resources/icon-warning.gif b/content/docs-lite/zh/docs/TechnicalWhitePaper/public_sys-resources/icon-warning.gif similarity index 100% rename from content/docs-lite/zh/docs/Technicalwhitepaper/public_sys-resources/icon-warning.gif rename to content/docs-lite/zh/docs/TechnicalWhitePaper/public_sys-resources/icon-warning.gif diff --git "a/content/docs-lite/zh/docs/Technicalwhitepaper/\344\272\247\345\223\201\345\256\232\344\275\215.md" "b/content/docs-lite/zh/docs/TechnicalWhitePaper/\344\272\247\345\223\201\345\256\232\344\275\215.md" similarity index 100% rename from "content/docs-lite/zh/docs/Technicalwhitepaper/\344\272\247\345\223\201\345\256\232\344\275\215.md" rename to "content/docs-lite/zh/docs/TechnicalWhitePaper/\344\272\247\345\223\201\345\256\232\344\275\215.md" diff --git "a/content/docs-lite/zh/docs/Technicalwhitepaper/\345\205\270\345\236\213\347\273\204\347\275\221.md" "b/content/docs-lite/zh/docs/TechnicalWhitePaper/\345\205\270\345\236\213\347\273\204\347\275\221.md" similarity index 100% rename from "content/docs-lite/zh/docs/Technicalwhitepaper/\345\205\270\345\236\213\347\273\204\347\275\221.md" rename to "content/docs-lite/zh/docs/TechnicalWhitePaper/\345\205\270\345\236\213\347\273\204\347\275\221.md" diff --git "a/content/docs-lite/zh/docs/Technicalwhitepaper/\345\272\224\347\224\250\345\234\272\346\231\257.md" "b/content/docs-lite/zh/docs/TechnicalWhitePaper/\345\272\224\347\224\250\345\234\272\346\231\257.md" similarity index 100% rename from "content/docs-lite/zh/docs/Technicalwhitepaper/\345\272\224\347\224\250\345\234\272\346\231\257.md" rename to "content/docs-lite/zh/docs/TechnicalWhitePaper/\345\272\224\347\224\250\345\234\272\346\231\257.md" diff --git "a/content/docs-lite/zh/docs/Technicalwhitepaper/\346\212\200\346\234\257\346\214\207\346\240\207.md" "b/content/docs-lite/zh/docs/TechnicalWhitePaper/\346\212\200\346\234\257\346\214\207\346\240\207.md" similarity index 100% rename from "content/docs-lite/zh/docs/Technicalwhitepaper/\346\212\200\346\234\257\346\214\207\346\240\207.md" rename to "content/docs-lite/zh/docs/TechnicalWhitePaper/\346\212\200\346\234\257\346\214\207\346\240\207.md" diff --git "a/content/docs-lite/zh/docs/Technicalwhitepaper/\346\212\200\346\234\257\347\211\271\347\202\271.md" "b/content/docs-lite/zh/docs/TechnicalWhitePaper/\346\212\200\346\234\257\347\211\271\347\202\271.md" similarity index 100% rename from "content/docs-lite/zh/docs/Technicalwhitepaper/\346\212\200\346\234\257\347\211\271\347\202\271.md" rename to "content/docs-lite/zh/docs/TechnicalWhitePaper/\346\212\200\346\234\257\347\211\271\347\202\271.md" diff --git "a/content/docs-lite/zh/docs/Technicalwhitepaper/\346\225\260\346\215\256\345\272\223\346\240\270\345\277\203\346\212\200\346\234\257.md" "b/content/docs-lite/zh/docs/TechnicalWhitePaper/\346\225\260\346\215\256\345\272\223\346\240\270\345\277\203\346\212\200\346\234\257.md" similarity index 100% rename from "content/docs-lite/zh/docs/Technicalwhitepaper/\346\225\260\346\215\256\345\272\223\346\240\270\345\277\203\346\212\200\346\234\257.md" rename to "content/docs-lite/zh/docs/TechnicalWhitePaper/\346\225\260\346\215\256\345\272\223\346\240\270\345\277\203\346\212\200\346\234\257.md" diff --git "a/content/docs-lite/zh/docs/Technicalwhitepaper/\346\234\257\350\257\255\350\241\250.md" "b/content/docs-lite/zh/docs/TechnicalWhitePaper/\346\234\257\350\257\255\350\241\250.md" similarity index 100% rename from "content/docs-lite/zh/docs/Technicalwhitepaper/\346\234\257\350\257\255\350\241\250.md" rename to "content/docs-lite/zh/docs/TechnicalWhitePaper/\346\234\257\350\257\255\350\241\250.md" diff --git "a/content/docs-lite/zh/docs/Technicalwhitepaper/\350\275\257\344\273\266\346\236\266\346\236\204.md" "b/content/docs-lite/zh/docs/TechnicalWhitePaper/\350\275\257\344\273\266\346\236\266\346\236\204.md" similarity index 100% rename from "content/docs-lite/zh/docs/Technicalwhitepaper/\350\275\257\344\273\266\346\236\266\346\236\204.md" rename to "content/docs-lite/zh/docs/TechnicalWhitePaper/\350\275\257\344\273\266\346\236\266\346\236\204.md" diff --git "a/content/docs-lite/zh/docs/Technicalwhitepaper/\350\275\257\347\241\254\344\273\266\351\205\215\347\275\256\350\246\201\346\261\202.md" "b/content/docs-lite/zh/docs/TechnicalWhitePaper/\350\275\257\347\241\254\344\273\266\351\205\215\347\275\256\350\246\201\346\261\202.md" similarity index 100% rename from "content/docs-lite/zh/docs/Technicalwhitepaper/\350\275\257\347\241\254\344\273\266\351\205\215\347\275\256\350\246\201\346\261\202.md" rename to "content/docs-lite/zh/docs/TechnicalWhitePaper/\350\275\257\347\241\254\344\273\266\351\205\215\347\275\256\350\246\201\346\261\202.md" diff --git "a/content/docs-lite/zh/docs/Technicalwhitepaper/\351\203\250\347\275\262\346\226\271\346\241\210.md" "b/content/docs-lite/zh/docs/TechnicalWhitePaper/\351\203\250\347\275\262\346\226\271\346\241\210.md" similarity index 100% rename from "content/docs-lite/zh/docs/Technicalwhitepaper/\351\203\250\347\275\262\346\226\271\346\241\210.md" rename to "content/docs-lite/zh/docs/TechnicalWhitePaper/\351\203\250\347\275\262\346\226\271\346\241\210.md" -- Gitee From bbcc27326d08ac866817bfe192511f028ac46a9f Mon Sep 17 00:00:00 2001 From: liyang <264327807@qq.com> Date: Tue, 4 Apr 2023 01:31:24 +0000 Subject: [PATCH 33/75] =?UTF-8?q?=E9=87=8D=E5=91=BD=E5=90=8D=20content/doc?= =?UTF-8?q?s-lite/zh/docs/Compilationguide=20=E4=B8=BA=20content/docs-lite?= =?UTF-8?q?/zh/docs/CompilationGuide?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Compilation.md | 0 .../{Compilationguide => CompilationGuide}/FAQ.md | 0 ...274\226\350\257\221\346\265\201\347\250\213.png" | Bin .../public_sys-resources/icon-caution.gif | Bin .../public_sys-resources/icon-danger.gif | Bin .../public_sys-resources/icon-note.gif | Bin .../public_sys-resources/icon-notice.gif | Bin .../public_sys-resources/icon-tip.gif | Bin .../public_sys-resources/icon-warning.gif | Bin ...-create-executables-\346\212\245\351\224\231.md" | 0 ...ted-program-cclplus-\346\212\245\351\224\231.md" | 0 ...-total-of-xxx-bytes-\346\212\245\351\224\231.md" | 0 ...\274\226\350\257\221\347\216\257\345\242\203.md" | 0 ...\211\210\346\234\254\347\274\226\350\257\221.md" | 0 .../CompilationGuide/\347\256\200\344\273\213.md" | 0 ...\257\221\345\211\215\345\207\206\345\244\207.md" | 0 ...\243\205\345\214\205\347\274\226\350\257\221.md" | 0 17 files changed, 0 insertions(+), 0 deletions(-) rename content/docs-lite/zh/docs/{Compilationguide => CompilationGuide}/Compilation.md (100%) rename content/docs-lite/zh/docs/{Compilationguide => CompilationGuide}/FAQ.md (100%) rename "content/docs-lite/zh/docs/Compilationguide/figures/openGauss\347\274\226\350\257\221\346\265\201\347\250\213.png" => "content/docs-lite/zh/docs/CompilationGuide/figures/openGauss\347\274\226\350\257\221\346\265\201\347\250\213.png" (100%) rename content/docs-lite/zh/docs/{Compilationguide => CompilationGuide}/public_sys-resources/icon-caution.gif (100%) rename content/docs-lite/zh/docs/{Compilationguide => CompilationGuide}/public_sys-resources/icon-danger.gif (100%) rename content/docs-lite/zh/docs/{Compilationguide => CompilationGuide}/public_sys-resources/icon-note.gif (100%) rename content/docs-lite/zh/docs/{Compilationguide => CompilationGuide}/public_sys-resources/icon-notice.gif (100%) rename content/docs-lite/zh/docs/{Compilationguide => CompilationGuide}/public_sys-resources/icon-tip.gif (100%) rename content/docs-lite/zh/docs/{Compilationguide => CompilationGuide}/public_sys-resources/icon-warning.gif (100%) rename "content/docs-lite/zh/docs/Compilationguide/\345\246\202\344\275\225\350\247\243\345\206\263-Configure-error-C-compiler-cannot-create-executables-\346\212\245\351\224\231.md" => "content/docs-lite/zh/docs/CompilationGuide/\345\246\202\344\275\225\350\247\243\345\206\263-Configure-error-C-compiler-cannot-create-executables-\346\212\245\351\224\231.md" (100%) rename "content/docs-lite/zh/docs/Compilationguide/\345\246\202\344\275\225\350\247\243\345\206\263-g++-fatal-error-Killed-signal-terminated-program-cclplus-\346\212\245\351\224\231.md" => "content/docs-lite/zh/docs/CompilationGuide/\345\246\202\344\275\225\350\247\243\345\206\263-g++-fatal-error-Killed-signal-terminated-program-cclplus-\346\212\245\351\224\231.md" (100%) rename "content/docs-lite/zh/docs/Compilationguide/\345\246\202\344\275\225\350\247\243\345\206\263-out-of-memory-allocating-xxx-bytes-after-a-total-of-xxx-bytes-\346\212\245\351\224\231.md" => "content/docs-lite/zh/docs/CompilationGuide/\345\246\202\344\275\225\350\247\243\345\206\263-out-of-memory-allocating-xxx-bytes-after-a-total-of-xxx-bytes-\346\212\245\351\224\231.md" (100%) rename "content/docs-lite/zh/docs/Compilationguide/\346\220\255\345\273\272\347\274\226\350\257\221\347\216\257\345\242\203.md" => "content/docs-lite/zh/docs/CompilationGuide/\346\220\255\345\273\272\347\274\226\350\257\221\347\216\257\345\242\203.md" (100%) rename "content/docs-lite/zh/docs/Compilationguide/\347\211\210\346\234\254\347\274\226\350\257\221.md" => "content/docs-lite/zh/docs/CompilationGuide/\347\211\210\346\234\254\347\274\226\350\257\221.md" (100%) rename "content/docs-lite/zh/docs/Compilationguide/\347\256\200\344\273\213.md" => "content/docs-lite/zh/docs/CompilationGuide/\347\256\200\344\273\213.md" (100%) rename "content/docs-lite/zh/docs/Compilationguide/\347\274\226\350\257\221\345\211\215\345\207\206\345\244\207.md" => "content/docs-lite/zh/docs/CompilationGuide/\347\274\226\350\257\221\345\211\215\345\207\206\345\244\207.md" (100%) rename "content/docs-lite/zh/docs/Compilationguide/\350\275\273\351\207\217\347\211\210\345\256\211\350\243\205\345\214\205\347\274\226\350\257\221.md" => "content/docs-lite/zh/docs/CompilationGuide/\350\275\273\351\207\217\347\211\210\345\256\211\350\243\205\345\214\205\347\274\226\350\257\221.md" (100%) diff --git a/content/docs-lite/zh/docs/Compilationguide/Compilation.md b/content/docs-lite/zh/docs/CompilationGuide/Compilation.md similarity index 100% rename from content/docs-lite/zh/docs/Compilationguide/Compilation.md rename to content/docs-lite/zh/docs/CompilationGuide/Compilation.md diff --git a/content/docs-lite/zh/docs/Compilationguide/FAQ.md b/content/docs-lite/zh/docs/CompilationGuide/FAQ.md similarity index 100% rename from content/docs-lite/zh/docs/Compilationguide/FAQ.md rename to content/docs-lite/zh/docs/CompilationGuide/FAQ.md diff --git "a/content/docs-lite/zh/docs/Compilationguide/figures/openGauss\347\274\226\350\257\221\346\265\201\347\250\213.png" "b/content/docs-lite/zh/docs/CompilationGuide/figures/openGauss\347\274\226\350\257\221\346\265\201\347\250\213.png" similarity index 100% rename from "content/docs-lite/zh/docs/Compilationguide/figures/openGauss\347\274\226\350\257\221\346\265\201\347\250\213.png" rename to "content/docs-lite/zh/docs/CompilationGuide/figures/openGauss\347\274\226\350\257\221\346\265\201\347\250\213.png" diff --git a/content/docs-lite/zh/docs/Compilationguide/public_sys-resources/icon-caution.gif b/content/docs-lite/zh/docs/CompilationGuide/public_sys-resources/icon-caution.gif similarity index 100% rename from content/docs-lite/zh/docs/Compilationguide/public_sys-resources/icon-caution.gif rename to content/docs-lite/zh/docs/CompilationGuide/public_sys-resources/icon-caution.gif diff --git a/content/docs-lite/zh/docs/Compilationguide/public_sys-resources/icon-danger.gif b/content/docs-lite/zh/docs/CompilationGuide/public_sys-resources/icon-danger.gif similarity index 100% rename from content/docs-lite/zh/docs/Compilationguide/public_sys-resources/icon-danger.gif rename to content/docs-lite/zh/docs/CompilationGuide/public_sys-resources/icon-danger.gif diff --git a/content/docs-lite/zh/docs/Compilationguide/public_sys-resources/icon-note.gif b/content/docs-lite/zh/docs/CompilationGuide/public_sys-resources/icon-note.gif similarity index 100% rename from content/docs-lite/zh/docs/Compilationguide/public_sys-resources/icon-note.gif rename to content/docs-lite/zh/docs/CompilationGuide/public_sys-resources/icon-note.gif diff --git a/content/docs-lite/zh/docs/Compilationguide/public_sys-resources/icon-notice.gif b/content/docs-lite/zh/docs/CompilationGuide/public_sys-resources/icon-notice.gif similarity index 100% rename from content/docs-lite/zh/docs/Compilationguide/public_sys-resources/icon-notice.gif rename to content/docs-lite/zh/docs/CompilationGuide/public_sys-resources/icon-notice.gif diff --git a/content/docs-lite/zh/docs/Compilationguide/public_sys-resources/icon-tip.gif b/content/docs-lite/zh/docs/CompilationGuide/public_sys-resources/icon-tip.gif similarity index 100% rename from content/docs-lite/zh/docs/Compilationguide/public_sys-resources/icon-tip.gif rename to content/docs-lite/zh/docs/CompilationGuide/public_sys-resources/icon-tip.gif diff --git a/content/docs-lite/zh/docs/Compilationguide/public_sys-resources/icon-warning.gif b/content/docs-lite/zh/docs/CompilationGuide/public_sys-resources/icon-warning.gif similarity index 100% rename from content/docs-lite/zh/docs/Compilationguide/public_sys-resources/icon-warning.gif rename to content/docs-lite/zh/docs/CompilationGuide/public_sys-resources/icon-warning.gif diff --git "a/content/docs-lite/zh/docs/Compilationguide/\345\246\202\344\275\225\350\247\243\345\206\263-Configure-error-C-compiler-cannot-create-executables-\346\212\245\351\224\231.md" "b/content/docs-lite/zh/docs/CompilationGuide/\345\246\202\344\275\225\350\247\243\345\206\263-Configure-error-C-compiler-cannot-create-executables-\346\212\245\351\224\231.md" similarity index 100% rename from "content/docs-lite/zh/docs/Compilationguide/\345\246\202\344\275\225\350\247\243\345\206\263-Configure-error-C-compiler-cannot-create-executables-\346\212\245\351\224\231.md" rename to "content/docs-lite/zh/docs/CompilationGuide/\345\246\202\344\275\225\350\247\243\345\206\263-Configure-error-C-compiler-cannot-create-executables-\346\212\245\351\224\231.md" diff --git "a/content/docs-lite/zh/docs/Compilationguide/\345\246\202\344\275\225\350\247\243\345\206\263-g++-fatal-error-Killed-signal-terminated-program-cclplus-\346\212\245\351\224\231.md" "b/content/docs-lite/zh/docs/CompilationGuide/\345\246\202\344\275\225\350\247\243\345\206\263-g++-fatal-error-Killed-signal-terminated-program-cclplus-\346\212\245\351\224\231.md" similarity index 100% rename from "content/docs-lite/zh/docs/Compilationguide/\345\246\202\344\275\225\350\247\243\345\206\263-g++-fatal-error-Killed-signal-terminated-program-cclplus-\346\212\245\351\224\231.md" rename to "content/docs-lite/zh/docs/CompilationGuide/\345\246\202\344\275\225\350\247\243\345\206\263-g++-fatal-error-Killed-signal-terminated-program-cclplus-\346\212\245\351\224\231.md" diff --git "a/content/docs-lite/zh/docs/Compilationguide/\345\246\202\344\275\225\350\247\243\345\206\263-out-of-memory-allocating-xxx-bytes-after-a-total-of-xxx-bytes-\346\212\245\351\224\231.md" "b/content/docs-lite/zh/docs/CompilationGuide/\345\246\202\344\275\225\350\247\243\345\206\263-out-of-memory-allocating-xxx-bytes-after-a-total-of-xxx-bytes-\346\212\245\351\224\231.md" similarity index 100% rename from "content/docs-lite/zh/docs/Compilationguide/\345\246\202\344\275\225\350\247\243\345\206\263-out-of-memory-allocating-xxx-bytes-after-a-total-of-xxx-bytes-\346\212\245\351\224\231.md" rename to "content/docs-lite/zh/docs/CompilationGuide/\345\246\202\344\275\225\350\247\243\345\206\263-out-of-memory-allocating-xxx-bytes-after-a-total-of-xxx-bytes-\346\212\245\351\224\231.md" diff --git "a/content/docs-lite/zh/docs/Compilationguide/\346\220\255\345\273\272\347\274\226\350\257\221\347\216\257\345\242\203.md" "b/content/docs-lite/zh/docs/CompilationGuide/\346\220\255\345\273\272\347\274\226\350\257\221\347\216\257\345\242\203.md" similarity index 100% rename from "content/docs-lite/zh/docs/Compilationguide/\346\220\255\345\273\272\347\274\226\350\257\221\347\216\257\345\242\203.md" rename to "content/docs-lite/zh/docs/CompilationGuide/\346\220\255\345\273\272\347\274\226\350\257\221\347\216\257\345\242\203.md" diff --git "a/content/docs-lite/zh/docs/Compilationguide/\347\211\210\346\234\254\347\274\226\350\257\221.md" "b/content/docs-lite/zh/docs/CompilationGuide/\347\211\210\346\234\254\347\274\226\350\257\221.md" similarity index 100% rename from "content/docs-lite/zh/docs/Compilationguide/\347\211\210\346\234\254\347\274\226\350\257\221.md" rename to "content/docs-lite/zh/docs/CompilationGuide/\347\211\210\346\234\254\347\274\226\350\257\221.md" diff --git "a/content/docs-lite/zh/docs/Compilationguide/\347\256\200\344\273\213.md" "b/content/docs-lite/zh/docs/CompilationGuide/\347\256\200\344\273\213.md" similarity index 100% rename from "content/docs-lite/zh/docs/Compilationguide/\347\256\200\344\273\213.md" rename to "content/docs-lite/zh/docs/CompilationGuide/\347\256\200\344\273\213.md" diff --git "a/content/docs-lite/zh/docs/Compilationguide/\347\274\226\350\257\221\345\211\215\345\207\206\345\244\207.md" "b/content/docs-lite/zh/docs/CompilationGuide/\347\274\226\350\257\221\345\211\215\345\207\206\345\244\207.md" similarity index 100% rename from "content/docs-lite/zh/docs/Compilationguide/\347\274\226\350\257\221\345\211\215\345\207\206\345\244\207.md" rename to "content/docs-lite/zh/docs/CompilationGuide/\347\274\226\350\257\221\345\211\215\345\207\206\345\244\207.md" diff --git "a/content/docs-lite/zh/docs/Compilationguide/\350\275\273\351\207\217\347\211\210\345\256\211\350\243\205\345\214\205\347\274\226\350\257\221.md" "b/content/docs-lite/zh/docs/CompilationGuide/\350\275\273\351\207\217\347\211\210\345\256\211\350\243\205\345\214\205\347\274\226\350\257\221.md" similarity index 100% rename from "content/docs-lite/zh/docs/Compilationguide/\350\275\273\351\207\217\347\211\210\345\256\211\350\243\205\345\214\205\347\274\226\350\257\221.md" rename to "content/docs-lite/zh/docs/CompilationGuide/\350\275\273\351\207\217\347\211\210\345\256\211\350\243\205\345\214\205\347\274\226\350\257\221.md" -- Gitee From 4399fab425e75a390447dd5960028fc7724480f2 Mon Sep 17 00:00:00 2001 From: TotaJ Date: Mon, 3 Apr 2023 11:43:12 +0800 Subject: [PATCH 34/75] fixed 6f34b91 from https://gitee.com/totaj/docs/pulls/4823 Fix keyword for dolphin. --- ...n-\345\205\263\351\224\256\345\255\227.md" | 8235 ++++++++++++++++- 1 file changed, 8145 insertions(+), 90 deletions(-) diff --git "a/content/zh/docs/ExtensionReference/dolphin-\345\205\263\351\224\256\345\255\227.md" "b/content/zh/docs/ExtensionReference/dolphin-\345\205\263\351\224\256\345\255\227.md" index f4d2bc0ec..d59d53322 100644 --- "a/content/zh/docs/ExtensionReference/dolphin-\345\205\263\351\224\256\345\255\227.md" +++ "b/content/zh/docs/ExtensionReference/dolphin-\345\205\263\351\224\256\345\255\227.md" @@ -15,14 +15,19 @@ SQL里有保留字和非保留字之分。根据标准,保留字决不能用 相比于原始的openGauss,dolphin对于关键字的修改主要为: -1. 新增```MEDIUMINT```,作为非保留关键字。 +1. 新增```MEDIUMINT,AST,AUTOEXTEND_SIZE,AVG_ROW_LENGTH,CHECKSUM,COMPRESSION,CONTAINS,DATABASES,DELAY_KEY_WRITE,DESCRIBE,DISK,ENGINE,ENGINE_ATTRIBUTE,EXPANSION,EXTENDED,FLUSH,HOSTS,INPLACE,INSERT_METHOD,KEY_BLOCK_SIZE,KEYS,LOGS,LONGTEXT,MAX_ROWS,MEMORY,MIN_ROWS,MOD,MODIFIES,NGRAM,OPTIMIZE,PACK_KEYS,PARTITIONING,PROCESSLIST,PROXY,QUARTER,QUICK,READS,REORGANIZE,REPAIR,ROUTINE,ROW_FORMAT,SCHEMAS,SQL,STATS_AUTO_RECALC,STATS_PERSISTENT,STATS_SAMPLE_PAGES,STATUS,TEMPTABLE,TINYTEXT,TRIGGERS,UNDEFINED,USE,YEAR_MONTH,ZEROFILL```,作为非保留关键字。 2. 关键字```DATE```可以作为函数使用。 3. 新增```LAST_DAY```,作为保留关键字,用于在语法层面区别openGauss原有LAST_DAY函数和dolphin中LAST_DAY函数。 4. 新增```GET_FORMAT```,作为非保留关键字,用于在语法上识别GET_FORMAT函数。 5. 新增```DAY_HOUR,DAY_MINUTE,DAY_SECOND,DAY_MICROSECOND,HOUR_MINUTE,HOUR_SECOND,HOUR_MICROSECOND,MINUTE_SECOND,MINUTE_MICROSECOND,SECOND_MICROSECOND```,作为非保留关键字,用于EXTRACT函数在语法上识别对应单位。 -6. 改变关键字```AUTHID```等级,由RESERVED_KEYWORD变为COL_NAME_KEYWORD,使其可以作为表名列名使用。 -7. 改变关键字```BODY```等级,由UNRESERVED_KEYWORD变为RESERVED_KEYWORD。 -8. 新增```DUAL```,作为保留关键字。 +6. 改变关键字```AUTHID```等级,由保留关键字变为非保留(不能是函数或类型)关键字,使其可以作为表名列名使用。 +7. 改变关键字```BODY、ENUM```等级,由非保留关键字变为保留关键字。 +8. 新增```DUAL,CURTIME,DELAYED,DISTINCTROW,LAST_DAY,LOW_PRIORITY,NOW,UTC_DATE,UTC_TIME,UTC_TIMESTAMP```,作为保留关键字。 +9. 新增```AGAINST,DIV,FULLTEXT,REGEXP,RLIKE,SOUNDS,XOR```,作为保留(可以是函数或类型)关键字。 +10. 改变关键字```BINARY```等级,由保留(可以是函数或类型)变为非保留(不能是函数或类型)关键字。 +11. 新增```CONVERT,DATETIME,FORMAT,IFNULL,JSON_OBJECT,LOCATE,MEDIUMINT,MID,NO_WRITE_TO_BINLOG,SUBSTR,TIMESTAMPADD,UNSIGNED,VARBINARY```,作为非保留(不能是函数或类型)关键字。 +12. 改变关键字```FIXED、IF、TEXT```等级,由非保留关键字变为非保留(不能是函数或类型)关键字。 +13. 改变关键字```IGNORE、INDEX```等级,由非保留关键字变为保留(可以是函数或类型)。 **表 1** SQL关键字 @@ -37,73 +42,7809 @@ SQL里有保留字和非保留字之分。根据标准,保留字决不能用 -

FORMAT

+ +

ABORT

-

非保留(不能是函数或类型)

+

非保留

+ +

-

+ +

-

+ + +

ABS

+ +

-

+ +

非保留

+ +

-

+ + +

ABSOLUTE

+ +

非保留

+ +

保留

+ +

保留

+ + +

ACCESS

+ +

非保留

+ +

-

+ +

-

+ + +

ACCOUNT

+ +

非保留

+ +

-

+ +

-

+ + +

ACTION

+ +

非保留

+ +

保留

+ +

保留

+ + +

ADA

+ +

-

+ +

非保留

+ +

非保留

+ + +

ADD

+ +

非保留

+ +

保留

+ +

保留

+ + +

ADMIN

+ +

非保留

+ +

保留

+ +

-

+ + +

AFTER

+ +

非保留

+ +

保留

+ +

-

+ + + + +AGAINST + +保留(可以是函数或类型) + +- + +- + + + +

AGGREGATE

+ +

非保留

+ +

保留

+ +

-

+ + +

ALGORITHM

+ +

非保留

+ +

-

+ +

-

+ + +

ALIAS

+ +

-

+ +

保留

+ +

-

+ + +

ALL

+ +

保留

+ +

保留

+ +

保留

+ + +

ALLOCATE

+ +

-

+ +

保留

+ +

保留

+ + +

ALSO

+ +

非保留

+ +

-

+ +

-

+ + +

ALTER

+ +

非保留

+ +

保留

+ +

保留

+ + +

ALWAYS

+ +

非保留

+ +

-

+ +

-

+ + +

ANALYSE

+ +

保留

+ +

-

+ +

-

+ + +

ANALYZE

+ +

保留

+ +

-

+ +

-

+ + +

AND

+ +

保留

+ +

保留

+ +

保留

+ + +

ANY

+ +

保留

+ +

保留

+ +

保留

+ + +

APP

+ +

非保留

+ +

-

+ +

-

+ + +

APPEND

+ +

非保留

+ +

-

+ +

-

+ + +

ARCHIVE

+ +

非保留

+ +

-

+ +

-

+ + +

ARE

+ +

-

+ +

保留

+ +

保留

+ + +

ARRAY

+ +

保留

+ +

保留

+ +

-

+ + +

AS

+ +

保留

+ +

保留

+ +

保留

+ + +

ASC

+ +

保留

+ +

保留

+ +

保留

+ + +

ASENSITIVE

+ +

-

+ +

非保留

+ +

-

+ + +

ASSERTION

+ +

非保留

+ +

保留

+ +

保留

+ + +

ASSIGNMENT

+ +

非保留

+ +

非保留

+ +

-

+ + + + +AST + +非保留 + +- + +- + + +

ASYMMETRIC

+ +

保留

+ +

非保留

+ +

-

+ + +

AT

+ +

非保留

+ +

保留

+ +

保留

+ + +

ATOMIC

+ +

-

+ +

非保留

+ +

-

+ + +

ATTRIBUTE

+ +

非保留

+ +

-

+ +

-

+ + +

AUDIT

+ +

非保留

+ +

-

+ +

-

+ + +

AUTHID

+ +

非保留(不能是函数或类型)

+ +

-

+ +

-

+ + +

AUTHORIZATION

+ +

保留(可以是函数或类型)

+ +

保留

+ +

保留

+ + +

AUTOEXTEND

+ +

非保留

+ +

-

+ +

-

+ + + + +AUTOEXTEND_SIZE + +非保留 + +- + +- + + +

AUTOMAPPED

+ +

非保留

+ +

-

+ +

-

+ + + + +AVG_ROW_LENGTH + +非保留 + +- + +- + + +

AVG

+ +

-

+ +

非保留

+ +

保留

+ + +

BACKWARD

+ +

非保留

+ +

-

+ +

-

+ + +

BARRIER

+ +

非保留

+ +

-

+ +

-

+ + +

BEFORE

+ +

非保留

+ +

保留

+ +

-

+ + +

BEGIN

+ +

非保留

+ +

保留

+ +

保留

+ + +

BEGIN_NON_ANOYBLOCK

+ +

非保留

+ +

-

+ +

-

+ + +

BETWEEN

+ +

非保留(不能是函数或类型)

+ +

非保留

+ +

保留

+ + +

BIGINT

+ +

非保留(不能是函数或类型)

+ +

-

+ +

-

+ + +

BINARY

+ +

非保留(不能是函数或类型)

+ +

保留

+ +

-

+ + +

BINARY_DOUBLE

+ +

非保留(不能是函数或类型)

+ +

-

+ +

-

+ + +

BINARY_INTEGER

+ +

非保留(不能是函数或类型)

+ +

-

+ +

-

+ + +

BIT

+ +

非保留(不能是函数或类型)

+ +

保留

+ +

保留

+ + +

BITVAR

+ +

-

+ +

非保留

+ +

-

+ + +

BIT_LENGTH

+ +

-

+ +

非保留

+ +

保留

+ + +

BLANKS

+ +

非保留

+ +

-

+ +

-

+ + +

BLOB

+ +

非保留

+ +

保留

+ +

-

+ + +

BLOCKCHAIN

+ +

非保留

+ +

-

+ +

-

+ + +

BODY

+ +

保留

+ +

-

+ +

-

+ + +

BOOLEAN

+ +

非保留(不能是函数或类型)

+ +

保留

+ +

-

+ + +

BOTH

+ +

保留

+ +

保留

+ +

保留

+ + +

BUCKETCNT

+ +

非保留(不能是函数或类型)

+ +

-

+ +

-

+ + +

BUCKETS

+ +

保留

+ +

-

+ +

-

+ + +

BREADTH

+ +

-

+ +

保留

+ +

-

+ + +

BY

+ +

非保留

+ +

保留

+ +

保留

+ + +

BYTEAWITHOUTORDER

+ +

非保留(不能是函数或类型)

+ +

-

+ +

-

+ + +

BYTEAWITHOUTORDERWITHEQUAL

+ +

非保留(不能是函数或类型)

+ +

-

+ +

-

+ + +

C

+ +

-

+ +

非保留

+ +

非保留

+ + +

CACHE

+ +

非保留

+ +

-

+ +

-

+ + +

CALL

+ +

非保留

+ +

保留

+ +

-

+ + +

CALLED

+ +

非保留

+ +

非保留

+ +

-

+ + +

CANCELABLE

+ +

非保留

+ +

-

+ +

-

+ + +

CARDINALITY

+ +

-

+ +

非保留

+ +

-

+ + +

CASCADE

+ +

非保留

+ +

保留

+ +

保留

+ + +

CASCADED

+ +

非保留

+ +

保留

+ +

保留

+ + +

CASE

+ +

保留

+ +

保留

+ +

保留

+ + +

CAST

+ +

保留

+ +

保留

+ +

保留

+ + +

CATALOG

+ +

非保留

+ +

保留

+ +

保留

+ + +

CATALOG_NAME

+ +

-

+ +

非保留

+ +

非保留

+ + +

CHAIN

+ +

非保留

+ +

非保留

+ +

-

+ + +

CHAR

+ +

非保留(不能是函数或类型)

+ +

保留

+ +

保留

+ + +

CHARACTER

+ +

非保留(不能是函数或类型)

+ +

保留

+ +

保留

+ + +

CHARACTERISTICS

+ +

非保留

+ +

-

+ +

-

+ + +

CHARACTERSET

+ +

非保留

+ +

-

+ +

-

+ + +

CHARACTER_LENGTH

+ +

-

+ +

非保留

+ +

保留

+ + +

CHARACTER_SET_CATALOG

+ +

-

+ +

非保留

+ +

非保留

+ + +

CHARACTER_SET_NAME

+ +

-

+ +

非保留

+ +

非保留

+ + +

CHARACTER_SET_SCHEMA

+ +

-

+ +

非保留

+ +

非保留

+ + +

CHAR_LENGTH

+ +

-

+ +

非保留

+ +

保留

+ + +

CHECK

+ +

保留

+ +

保留

+ +

保留

+ + +

CHECKED

+ +

-

+ +

非保留

+ +

-

+ + +

CHECKPOINT

+ +

非保留

+ +

-

+ +

-

+ + + + +CHECKSUM + +非保留 + +- + +- + + +

CLASS

+ +

非保留

+ +

保留

+ +

-

+ + +

CLEAN

+ +

非保留

+ +

-

+ +

-

+ + +

CLASS_ORIGIN

+ +

-

+ +

非保留

+ +

非保留

+ + +

CLIENT

+ +

非保留

+ +

-

+ +

-

+ + +

CLIENT_MASTER_KEY

+ +

非保留

+ +

-

+ +

-

+ + +

CLIENT_MASTER_KEYS

+ +

非保留

+ +

-

+ +

-

+ + +

CLOB

+ +

非保留

+ +

保留

+ +

-

+ + +

CLOSE

+ +

非保留

+ +

保留

+ +

保留

+ + +

CLUSTER

+ +

非保留

+ +

-

+ +

-

+ + +

COALESCE

+ +

非保留(不能是函数或类型)

+ +

非保留

+ +

保留

+ + +

COBOL

+ +

-

+ +

非保留

+ +

非保留

+ + +

COLLATE

+ +

保留

+ +

保留

+ +

保留

+ + +

COLLATION

+ +

保留(可以是函数或类型)

+ +

保留

+ +

保留

+ + +

COLLATION_CATALOG

+ +

-

+ +

非保留

+ +

非保留

+ + +

COLLATION_NAME

+ +

-

+ +

非保留

+ +

非保留

+ + +

COLLATION_SCHEMA

+ +

-

+ +

非保留

+ +

非保留

+ + +

COLUMN

+ +

保留

+ +

保留

+ +

保留

+ + +

COLUMN_ENCRYPTION_KEY

+ +

非保留

+ +

-

+ +

-

+ + +

COLUMN_ENCRYPTION_KEYS

+ +

非保留

+ +

-

+ +

-

+ + +

COLUMN_NAME

+ +

-

+ +

非保留

+ +

非保留

+ + +

COMPACT

+ +

保留(可以是函数或类型)

+ +

-

+ +

-

+ + +

COMPATIBLE_ILLEGAL_CHARS

+ +

非保留

+ +

-

+ +

-

+ + +

COMMAND_FUNCTION

+ +

-

+ +

非保留

+ +

非保留

+ + +

COMPLETE

+ +

非保留

+ +

-

+ +

-

+ + +

COMMAND_FUNCTION_CODE

+ +

-

+ +

非保留

+ +

-

+ + +

COMMENT

+ +

非保留

+ +

-

+ +

-

+ + +

COMMENTS

+ +

非保留

+ +

-

+ +

-

+ + +

COMMIT

+ +

非保留

+ +

保留

+ +

保留

+ + +

COMMITTED

+ +

非保留

+ +

非保留

+ +

非保留

+ + +

COMPRESS

+ +

非保留

+ +

-

+ +

-

+ + + + +COMPRESSION + +非保留 + +- + +- + + +

COMPLETION

+ +

-

+ +

保留

+ +

-

+ + +

CONCURRENTLY

+ +

保留(可以是函数或类型)

+ +

-

+ +

-

+ + +

CONDITION

+ +

非保留

+ +

-

+ +

-

+ + +

CONDITION_NUMBER

+ +

-

+ +

非保留

+ +

非保留

+ + +

CONFIGURATION

+ +

非保留

+ +

-

+ +

-

+ + +

CONNECT

+ +

非保留

+ +

保留

+ +

保留

+ + +

CONNECTION

+ +

非保留

+ +

保留

+ +

保留

+ + +

CONNECTION_NAME

+ +

-

+ +

非保留

+ +

非保留

+ + +

CONSTANT

+ +

非保留

+ +

-

+ +

-

+ + +

CONSTRAINT

+ +

保留

+ +

保留

+ +

保留

+ + +

CONSTRAINTS

+ +

非保留

+ +

保留

+ +

保留

+ + + + +CONTAINS + +非保留 + +- + +- + + +

CONSTRAINT_CATALOG

+ +

-

+ +

非保留

+ +

非保留

+ + +

CONSTRAINT_NAME

+ +

-

+ +

非保留

+ +

非保留

+ + +

CONSTRAINT_SCHEMA

+ +

-

+ +

非保留

+ +

非保留

+ + +

CONSTRUCTOR

+ +

-

+ +

保留

+ +

-

+ + +

CONTAINS

+ +

-

+ +

非保留

+ +

-

+ + +

CONTENT

+ +

非保留

+ +

-

+ +

-

+ + +

CONTINUE

+ +

非保留

+ +

保留

+ +

保留

+ + +

CONTVIEW

+ +

非保留

+ +

-

+ +

-

+ + +

CONVERSION

+ +

非保留

+ +

-

+ +

-

+ + + + +CONVERT + +非保留(不能是函数或类型) + +- + +- + + +

CONVERT

+ +

-

+ +

非保留

+ +

保留

+ + +

COORDINATOR

+ +

非保留

+ +

-

+ +

-

+ + +

COORDINATORS

+ +

非保留

+ +

-

+ +

-

+ + +

COPY

+ +

非保留

+ +

-

+ +

-

+ + +

CORRESPONDING

+ +

-

+ +

保留

+ +

保留

+ + +

COST

+ +

非保留

+ +

-

+ +

-

+ + +

COUNT

+ +

-

+ +

非保留

+ +

保留

+ + +

CREATE

+ +

保留

+ +

保留

+ +

保留

+ + +

CROSS

+ +

保留(可以是函数或类型)

+ +

保留

+ +

保留

+ + +

CSN

+ +

保留(可以是函数或类型)

+ +

-

+ +

-

+ + +

CSV

+ +

非保留

+ +

-

+ +

-

+ + +

CUBE

+ +

非保留

+ +

保留

+ +

-

+ + +

CURRENT

+ +

非保留

+ +

保留

+ +

保留

+ + +

CURRENT_CATALOG

+ +

保留

+ +

-

+ +

-

+ + +

CURRENT_DATE

+ +

保留

+ +

保留

+ +

保留

+ + +

CURRENT_PATH

+ +

-

+ +

保留

+ +

-

+ + +

CURRENT_ROLE

+ +

保留

+ +

保留

+ +

-

+ + +

CURRENT_SCHEMA

+ +

保留(可以是函数或类型)

+ +

-

+ +

-

+ + +

CURRENT_TIME

+ +

保留

+ +

保留

+ +

保留

+ + +

CURRENT_TIMESTAMP

+ +

保留

+ +

保留

+ +

保留

+ + +

CURRENT_USER

+ +

保留

+ +

保留

+ +

保留

+ + +

CURSOR

+ +

非保留

+ +

保留

+ +

保留

+ + + + +CURTIME + +保留 + +- + +- + + +

CURSOR_NAME

+ +

-

+ +

非保留

+ +

非保留

+ + +

CYCLE

+ +

非保留

+ +

保留

+ +

-

+ + +

DATA

+ +

非保留

+ +

保留

+ +

非保留

+ + +

DATABASE

+ +

非保留

+ +

-

+ +

-

+ + + + +DATABASES + +非保留 + +- + +- + + +

DATAFILE

+ +

非保留

+ +

-

+ +

-

+ + +

DATANODE

+ +

非保留

+ +

-

+ +

-

+ + +

DATANODES

+ +

非保留

+ +

-

+ +

-

+ + +

DATE_FORMAT

+ +

非保留

+ +

-

+ +

-

+ + + + +DATETIME + +非保留(不能是函数或类型) + +- + +- + + +

DATATYPE_CL

+ +

非保留

+ +

-

+ +

-

+ + +

DATE

+ +

非保留(不能是函数或类型)

+ +

保留

+ +

保留

+ + +

DELTAMERGE

+ +

保留(可以是函数或类型)

+ +

-

+ +

-

+ + +

DATETIME_INTERVAL_CODE

+ +

-

+ +

非保留

+ +

非保留

+ + +

DATETIME_INTERVAL_PRECISION

+ +

-

+ +

非保留

+ +

非保留

+ + +

DAY

+ +

非保留

+ +

保留

+ +

保留

+ + + + +DAY_HOUR + +非保留 + +- + +- + + + + +DAY_MICROSECOND + +非保留 + +- + +- + + + + +DAY_MINUTE + +非保留 + +- + +- + + + + +DAY_SECOND + +非保留 + +- + +- + + + +

DBCOMPATIBILITY

+ +

非保留

+ +

-

+ +

-

+ + +

DEALLOCATE

+ +

非保留

+ +

保留

+ +

保留

+ + +

DEC

+ +

非保留(不能是函数或类型)

+ +

保留

+ +

保留

+ + +

DECIMAL

+ +

非保留(不能是函数或类型)

+ +

保留

+ +

保留

+ + +

DECLARE

+ +

非保留

+ +

保留

+ +

保留

+ + +

DECODE

+ +

非保留(不能是函数或类型)

+ +

-

+ +

-

+ + +

DEFAULT

+ +

保留

+ +

保留

+ +

保留

+ + +

DEFAULTS

+ +

非保留

+ +

-

+ +

-

+ + +

DEFERRABLE

+ +

保留

+ +

保留

+ +

保留

+ + +

DEFERRED

+ +

非保留

+ +

保留

+ +

保留

+ + +

DEFINED

+ +

-

+ +

非保留

+ +

-

+ + +

DEFINER

+ +

非保留

+ +

非保留

+ +

-

+ + + + +DELAY_KEY_WRITE + +非保留 + +- + +- + + + + +DELAYED + +保留 + +- + +- + + + +

DELETE

+ +

非保留

+ +

保留

+ +

保留

+ + +

DELIMITER

+ +

非保留

+ +

-

+ +

-

+ + +

DELIMITERS

+ +

非保留

+ +

-

+ +

-

+ + +

DELTA

+ +

非保留

+ +

-

+ +

-

+ + +

DEPTH

+ +

-

+ +

保留

+ +

-

+ + +

DEREF

+ +

-

+ +

保留

+ +

-

+ + +

DESC

+ +

保留

+ +

保留

+ +

保留

+ + +

DESCRIBE

+ +

非保留

+ +

保留

+ +

保留

+ + +

DESCRIPTOR

+ +

-

+ +

保留

+ +

保留

+ + +

DESTROY

+ +

-

+ +

保留

+ +

-

+ + +

DESTRUCTOR

+ +

-

+ +

保留

+ +

-

+ + +

DETERMINISTIC

+ +

非保留

+ +

保留

+ +

-

+ + +

DIAGNOSTICS

+ +

-

+ +

保留

+ +

保留

+ + +

DICTIONARY

+ +

非保留

+ +

保留

+ +

-

+ + +

DIRECT

+ +

非保留

+ +

-

+ +

-

+ + +

DIRECTORY

+ +

非保留

+ +

-

+ +

-

+ + +

DISABLE

+ +

非保留

+ +

-

+ +

-

+ + +

DISCARD

+ +

非保留

+ +

-

+ +

-

+ + +

DISCONNECT

+ +

非保留

+ +

保留

+ +

保留

+ + + + +DISK + +非保留 + +- + +- + + + +

DISPATCH

+ +

-

+ +

非保留

+ +

-

+ + +

DISTINCT

+ +

保留

+ +

保留

+ +

保留

+ + + + +DISTINCTROW + +保留 + +- + +- + + + +

DISTRIBUTE

+ +

非保留

+ +

-

+ +

-

+ + +

DISTRIBUTION

+ +

非保留

+ +

-

+ +

-

+ + + + +DIV + +保留(可以是函数或类型) + +- + +- + + + +

DO

+ +

保留

+ +

-

+ +

-

+ + +

DOCUMENT

+ +

非保留

+ +

-

+ +

-

+ + +

DOMAIN

+ +

非保留

+ +

保留

+ +

保留

+ + +

DOUBLE

+ +

非保留

+ +

保留

+ +

保留

+ + +

DROP

+ +

非保留

+ +

保留

+ +

保留

+ + + + +DUAL + +保留 + +- + +- + + + +

DUMPFILE

+ +

非保留

+ +

-

+ +

-

+ + +

DUPLICATE

+ +

非保留

+ +

-

+ +

-

+ + +

DYNAMIC

+ +

-

+ +

保留

+ +

-

+ + +

DYNAMIC_FUNCTION

+ +

-

+ +

非保留

+ +

非保留

+ + +

DYNAMIC_FUNCTION_CODE

+ +

-

+ +

非保留

+ +

-

+ + +

EACH

+ +

非保留

+ +

保留

+ +

-

+ + +

ELSE

+ +

保留

+ +

保留

+ +

保留

+ + +

ELASTIC

+ +

非保留

+ +

-

+ +

-

+ + +

ENABLE

+ +

非保留

+ +

-

+ +

-

+ + +

ENCLOSED

+ +

非保留

+ +

-

+ +

-

+ + +

ENCODING

+ +

非保留

+ +

-

+ +

-

+ + +

ENCRYPTED

+ +

非保留

+ +

-

+ +

-

+ + +

ENCRYPTED_VALUE

+ +

非保留

+ +

-

+ +

-

+ + +

ENCRYPTION

+ +

非保留

+ +

-

+ +

-

+ + +

ENCRYPTION_TYPE

+ +

非保留

+ +

-

+ +

-

+ + +

END

+ +

保留

+ +

保留

+ +

保留

+ + +

END-EXEC

+ +

-

+ +

保留

+ +

保留

+ + +

ENFORCED

+ +

非保留

+ +

-

+ +

-

+ + + + +ENGINE + +非保留 + +- + +- + + + + + +ENGINE_ATTRIBUTE + +非保留 + +- + +- + + + +

ENUM

+ +

保留

+ +

-

+ +

-

+ + +

EOL

+ +

非保留

+ +

-

+ +

-

+ + +

ERRORS

+ +

非保留

+ +

-

+ +

-

+ + +

EQUALS

+ +

-

+ +

保留

+ +

-

+ + +

ESCAPED

+ +

非保留

+ +

-

+ +

保留

+ + +

ESCAPE

+ +

非保留

+ +

保留

+ +

保留

+ + +

ESCAPING

+ +

非保留

+ +

-

+ +

-

+ + +

EVERY

+ +

非保留

+ +

保留

+ +

-

+ + +

EXCEPT

+ +

保留

+ +

保留

+ +

保留

+ + +

EXCEPTION

+ +

-

+ +

保留

+ +

保留

+ + +

EXCHANGE

+ +

非保留

+ +

-

+ +

-

+ + +

EXCLUDE

+ +

非保留

+ +

-

+ +

-

+ + +

EXCLUDED

+ +

保留

+ +

-

+ +

-

+ + +

EXCLUDING

+ +

非保留

+ +

-

+ +

-

+ + +

EXCLUSIVE

+ +

非保留

+ +

-

+ +

-

+ + +

EXEC

+ +

-

+ +

保留

+ +

保留

+ + +

EXECUTE

+ +

非保留

+ +

保留

+ +

保留

+ + +

EXISTING

+ +

-

+ +

非保留

+ +

-

+ + +

EXISTS

+ +

非保留(不能是函数或类型)

+ +

非保留

+ +

保留

+ + + + +EXTENDED + +非保留 + +- + +- + + + +

EXPIRED_P

+ +

非保留

+ +

-

+ +

-

+ + +

EXPLAIN

+ +

非保留

+ +

-

+ +

-

+ + +

ExtensionReference

+ +

非保留

+ +

-

+ +

-

+ + +

EXTERNAL

+ +

非保留

+ +

保留

+ +

保留

+ + +

EXTRACT

+ +

非保留(不能是函数或类型)

+ +

非保留

+ +

保留

+ + +

FALSE

+ +

保留

+ +

保留

+ +

保留

+ + +

FAMILY

+ +

非保留

+ +

-

+ +

-

+ + +

FAST

+ +

非保留

+ +

-

+ +

-

+ + +

FEATURES

+ +

非保留

+ +

-

+ +

-

+ + +

FETCH

+ +

保留

+ +

保留

+ +

保留

+ + +

FENCED

+ +

保留

+ +

-

+ +

-

+ + +

FIELDS

+ +

非保留

+ +

-

+ +

-

+ + +

FILEHEADER

+ +

非保留

+ +

-

+ +

-

+ + +

FILLER

+ +

非保留

+ +

-

+ +

-

+ + +

FILTER

+ +

非保留

+ +

保留

+ +

保留

+ + +

FINAL

+ +

-

+ +

非保留

+ +

-

+ + +

FIRST

+ +

非保留

+ +

保留

+ +

保留

+ + + +

FIXED

+ +

非保留(不能是函数或类型)

+ +

保留

+ +

保留

+ + +

FILL_MISSING_FIELDS

+ +

非保留

+ +

-

+ +

-

+ + +

FLOAT

+ +

非保留(不能是函数或类型)

+ +

保留

+ +

保留

+ + + + +FLUSH + +非保留 + +- + +- + + + +

FOLLOWING

+ +

非保留

+ +

-

+ +

-

+ + +

FOR

+ +

保留

+ +

保留

+ +

保留

+ + +

FORCE

+ +

非保留

+ +

-

+ +

-

+ + +

FOREIGN

+ +

保留

+ +

保留

+ +

保留

+ + + + +FORMAT + +非保留(不能是函数或类型) + +- + +- + + + +

FORMATTER

+ +

非保留

+ +

-

+ +

-

+ + +

FORTRAN

+ +

-

+ +

非保留

+ +

非保留

+ + +

FORWARD

+ +

非保留

+ +

-

+ +

-

+ + +

FOUND

+ +

-

+ +

保留

+ +

保留

+ + +

FREE

+ +

-

+ +

保留

+ +

-

+ + +

FREEZE

+ +

保留(可以是函数或类型)

+ +

-

+ +

-

+ + +

FROM

+ +

保留

+ +

保留

+ +

保留

+ + +

FULL

+ +

保留(可以是函数或类型)

+ +

保留

+ +

保留

+ + + + +FULLTEXT + +保留(可以是函数或类型) + +- + +- + + + +

FUNCTION

+ +

非保留

+ +

保留

+ +

-

+ + +

FUNCTIONS

+ +

非保留

+ +

-

+ +

-

+ + +

G

+ +

-

+ +

非保留

+ +

-

+ + +

GENERAL

+ +

-

+ +

保留

+ +

-

+ + +

GENERATED

+ +

非保留

+ +

非保留

+ +

-

+ + + + +GET_FORMAT + +非保留(不能是函数或类型) + +- + +- + + + +

GET

+ +

-

+ +

保留

+ +

保留

+ + +

GLOBAL

+ +

非保留

+ +

保留

+ +

保留

+ + +

GO

+ +

-

+ +

保留

+ +

保留

+ + +

GOTO

+ +

-

+ +

保留

+ +

保留

+ + +

GRANT

+ +

保留

+ +

保留

+ +

保留

+ + +

GRANTED

+ +

非保留

+ +

非保留

+ +

-

+ + + + +GRANTS + +非保留 + +- + +- + + + +

GREATEST

+ +

非保留(不能是函数或类型)

+ +

-

+ +

-

+ + +

GROUP

+ +

保留

+ +

保留

+ +

保留

+ + +

GROUPING

+ +

非保留(不能是函数或类型)

+ +

保留

+ +

-

+ + +

GROUPPARENT

+ +

保留

+ +

-

+ +

-

+ + +

HANDLER

+ +

非保留

+ +

-

+ +

-

+ + +

HAVING

+ +

保留

+ +

保留

+ +

保留

+ + +

HDFSDIRECTORY

+ +

保留(可以是函数或类型)

+ +

-

+ +

-

+ + +

HEADER

+ +

非保留

+ +

-

+ +

-

+ + +

HIERARCHY

+ +

-

+ +

非保留

+ +

-

+ + +

HOLD

+ +

非保留

+ +

非保留

+ +

-

+ + + +

HOST

+ +

-

+ +

保留

+ +

-

+ + + + +HOSTS + +非保留 + +- + +- + + + +

HOUR

+ +

非保留

+ +

保留

+ +

保留

+ + + + +HOUR_MICROSECOND + +非保留 + +- + +- + + + + +HOUR_MINUTE + +非保留 + +- + +- + + + + +HOUR_SECOND + +非保留 + +- + +- + + + +

IDENTIFIED

+ +

非保留

+ +

-

+ +

-

+ + +

IDENTITY

+ +

非保留

+ +

保留

+ +

保留

+ + +

IF

+ +

非保留(不能是函数或类型)

+ +

-

+ +

-

+ + + + +IFNULL + +非保留(不能是函数或类型) + +- + +- + + + +

IGNORE

+ +

保留(可以是函数或类型)

+ +

保留

+ +

-

+ + +

IGNORE_EXTRA_DATA

+ +

非保留

+ +

-

+ +

-

+ + +

ILIKE

+ +

保留(可以是函数或类型)

+ +

-

+ +

-

+ + +

IMMEDIATE

+ +

非保留

+ +

保留

+ +

保留

+ + +

IMMUTABLE

+ +

非保留

+ +

-

+ +

-

+ + +

IMPLEMENTATION

+ +

-

+ +

非保留

+ +

-

+ + +

IMPLICIT

+ +

非保留

+ +

-

+ +

-

+ + +

IN

+ +

保留

+ +

保留

+ +

保留

+ + +

INTERNAL

+ +

非保留

+ +

-

+ +

-

+ + +

INCLUDE

+ +

非保留

+ +

-

+ +

-

+ + +

INCLUDING

+ +

非保留

+ +

-

+ +

-

+ + +

INCREMENT

+ +

非保留

+ +

-

+ +

-

+ + +

INCREMENTAL

+ +

非保留

+ +

-

+ +

-

+ + + +

INDEX

+ +

保留(可以是函数或类型)

+ +

-

+ +

-

+ + +

INDEXES

+ +

非保留

+ +

-

+ +

-

+ + +

INDICATOR

+ +

-

+ +

保留

+ +

保留

+ + +

INFILE

+ +

非保留

+ +

-

+ +

-

+ + +

INFIX

+ +

-

+ +

非保留

+ +

-

+ + +

INHERIT

+ +

非保留

+ +

-

+ +

-

+ + +

INHERITS

+ +

非保留

+ +

-

+ +

-

+ + +

INITIAL

+ +

非保留

+ +

-

+ +

-

+ + +

INITIALIZE

+ +

-

+ +

保留

+ +

-

+ + +

INITIALLY

+ +

保留

+ +

保留

+ +

保留

+ + +

INITRANS

+ +

非保留

+ +

-

+ +

-

+ + +

INLINE

+ +

非保留

+ +

-

+ +

-

+ + +

INNER

+ +

保留(可以是函数或类型)

+ +

保留

+ +

保留

+ + +

INOUT

+ +

非保留(不能是函数或类型)

+ +

保留

+ +

-

+ + + + +INPLACE + +非保留 + +- + +- + + + +

INPUT

+ +

非保留

+ +

保留

+ +

保留

+ + +

INSENSITIVE

+ +

非保留

+ +

非保留

+ +

保留

+ + +

INSERT

+ +

非保留

+ +

保留

+ +

保留

+ + + + +INSERT_METHOD + +保留 + +- + +- + + + +

INSTANCE

+ +

-

+ +

非保留

+ +

-

+ + +

INSTANTIABLE

+ +

-

+ +

非保留

+ +

-

+ + +

INSTEAD

+ +

非保留

+ +

-

+ +

-

+ + +

INT

+ +

非保留(不能是函数或类型)

+ +

保留

+ +

保留

+ + +

INTEGER

+ +

非保留(不能是函数或类型)

+ +

保留

+ +

保留

+ + +

INTERSECT

+ +

保留

+ +

保留

+ +

保留

+ + +

INTERVAL

+ +

非保留(不能是函数或类型)

+ +

保留

+ +

保留

+ + +

INTO

+ +

保留

+ +

保留

+ +

保留

+ + +

INVOKER

+ +

非保留

+ +

非保留

+ +

-

+ + +

IP

+ +

非保留

+ +

-

+ +

-

+ + +

IS

+ +

保留

+ +

保留

+ +

保留

+ + +

ISNULL

+ +

非保留

+ +

-

+ +

-

+ + +

ISOLATION

+ +

非保留

+ +

保留

+ +

保留

+ + +

ITERATE

+ +

-

+ +

保留

+ +

-

+ + +

JOIN

+ +

保留(可以是函数或类型)

+ +

保留

+ +

保留

+ + + + +JSON_OBJECT + +非保留(不能是函数或类型) + +- + +- + + + +

K

+ +

-

+ +

非保留

+ +

-

+ + +

KEY

+ +

非保留

+ +

保留

+ +

保留

+ + + +KEY_BLOCK_SIZE + +非保留 + +- + +- + + +

KEY_PATH

+ +

非保留

+ +

-

+ +

-

+ + +

KEY_MEMBER

+ +

-

+ +

非保留

+ +

-

+ + +

KEY_STORE

+ +

非保留

+ +

-

+ +

-

+ + +

KEY_TYPE

+ +

-

+ +

非保留

+ +

-

+ + + + +KEYS + +非保留 + +- + +- + + + +

KILL

+ +

非保留

+ +

-

+ +

-

+ + +

LABEL

+ +

非保留

+ +

-

+ +

-

+ + +

LANGUAGE

+ +

非保留

+ +

保留

+ +

保留

+ + +

LARGE

+ +

非保留

+ +

保留

+ +

-

+ + +

LAST

+ +

非保留

+ +

保留

+ +

保留

+ + + + +LAST_DAY + +保留 + +- + +- + + + +

LATERAL

+ +

-

+ +

保留

+ +

-

+ + +

LC_COLLATE

+ +

非保留

+ +

-

+ +

-

+ + +

LC_CTYPE

+ +

非保留

+ +

-

+ +

-

+ + +

LEADING

+ +

保留

+ +

保留

+ +

保留

+ + +

LEAKPROOF

+ +

非保留

+ +

-

+ +

-

+ + +

LEAST

+ +

非保留(不能是函数或类型)

+ +

-

+ +

-

+ + +

LEFT

+ +

保留(可以是函数或类型)

+ +

保留

+ +

保留

+ + +

LENGTH

+ +

-

+ +

非保留

+ +

非保留

+ + +

LESS

+ +

保留

+ +

保留

+ +

-

+ + +

LEVEL

+ +

非保留

+ +

保留

+ +

保留

+ + +

LIKE

+ +

保留(可以是函数或类型)

+ +

保留

+ +

保留

+ + +

LIMIT

+ +

保留

+ +

保留

+ +

-

+ + +

LIST

+ +

非保留

+ +

-

+ +

-

+ + +

LINES

+ +

非保留

+ +

-

+ +

-

+ + +

LISTEN

+ +

非保留

+ +

-

+ +

-

+ + +

LOAD

+ +

非保留

+ +

-

+ +

-

+ + +

LOCAL

+ +

非保留

+ +

保留

+ +

保留

+ + +

LOCALTIME

+ +

保留

+ +

保留

+ +

-

+ + +

LOCALTIMESTAMP

+ +

保留

+ +

保留

+ +

-

+ + + + +LOCATE + +非保留(不能是函数或类型) + +- + +- + + + + +

LOCATION

+ +

非保留

+ +

-

+ +

-

+ + +

LOCATOR

+ +

-

+ +

保留

+ +

-

+ + +

LOCK

+ +

非保留

+ +

-

+ +

-

+ + +

LOG

+ +

非保留

+ +

-

+ +

-

+ + +

LOGGING

+ +

非保留

+ +

-

+ +

-

+ + +

LOGIN_ANY

+ +

非保留

+ +

-

+ +

-

+ + +

LOGIN_FAILURE

+ +

非保留

+ +

-

+ +

-

+ + +

LOGIN_SUCCESS

+ +

非保留

+ +

-

+ +

-

+ + +

LOGOUT

+ +

非保留

+ +

-

+ +

-

+ + + +LOGS + +非保留 + +- + +- + + + + +LONGTEXT + +非保留 + +- + +- + + +

LOOP

+ +

非保留

+ +

-

+ +

-

+ + + +LOW_PRIORITY + +保留 + +- + +- + + +

LOWER

+ +

-

+ +

非保留

+ +

保留

+ + +

MAP

+ +

-

+ +

保留

+ +

-

+ + +

MAPPING

+ +

非保留

+ +

-

+ +

-

+ + +

MASKING

+ +

非保留

+ +

-

+ +

-

+ + +

MASTER

+ +

非保留

+ +

-

+ +

-

+ + +

MATCH

+ +

非保留

+ +

保留

+ +

保留

+ + +

MATCHED

+ +

非保留

+ +

-

+ +

-

+ + +

MATERIALIZED

+ +

非保留

+ +

-

+ +

-

+ + +

MAX

+ +

-

+ +

非保留

+ +

保留

+ + + +MAX_ROWS + +非保留 + +- + +- + + +

MAXEXTENTS

+ +

非保留

+ +

-

+ +

-

+ + +

MAXSIZE

+ +

非保留

+ +

-

+ +

-

+ + +

MAXTRANS

+ +

非保留

+ +

-

+ +

-

+ + +

MAXVALUE

+ +

保留

+ +

-

+ +

-

+ + + +MEDIUMINT + +非保留(不能是函数或类型) + +- + +- + + + +MEMORY + +保留 + +- + +- + + +

MERGE

+ +

非保留

-

-

-

+

-

+ + +

MESSAGE_LENGTH

+ +

-

+ +

非保留

+ +

非保留

+ + +

MESSAGE_OCTET_LENGTH

+ +

-

+ +

非保留

+ +

非保留

+ + +

MESSAGE_TEXT

+ +

-

+ +

非保留

+ +

非保留

+ + +

METHOD

+ +

-

+ +

非保留

+ +

-

+ + +

MIN

+ +

-

+ +

非保留

+ +

保留

+ + + +MICROSECOND + +非保留 + +- + +- + + + +MID + +非保留(不能是函数或类型) + +- + +- + + + +MIN_ROWS + +非保留 + +- + +- + + +

MINEXTENTS

+ +

非保留

+ +

-

+ +

-

+ + +

MINUS

+ +

保留

+ +

-

+ +

-

+ + +

MINUTE

+ +

非保留

+ +

保留

+ +

保留

+ + + +MINUTE_MICROSECOND + +非保留 + +- + +- + + + +MINUTE_SECOND + +非保留 + +- + +- + + +

MINVALUE

+ +

非保留

+ +

-

+ +

-

+ + +

MOD

+ +

非保留

+ +

非保留

+ +

-

+ + +

MODE

+ +

非保留

+ +

-

+ +

-

+ + +

MODEL

+ +

非保留

+ +

-

+ +

-

+ + +

MODIFIES

+ +

非保留

+ +

保留

+ +

-

+ + +

MODIFY

+ +

保留

+ +

保留

+ +

-

+ + +

MODULE

+ +

-

+ +

保留

+ +

保留

+ + +

MONTH

+ +

非保留

+ +

保留

+ +

保留

+ + +

MORE

+ +

-

+ +

非保留

+ +

非保留

+ + +

MOVE

+ +

非保留

+ +

-

+ +

-

+ + +

MOVEMENT

+ +

非保留

+ +

-

+ +

-

+ + +

MUMPS

+ +

-

+ +

非保留

+ +

非保留

+ + +

NAME

+ +

非保留

+ +

非保留

+ +

非保留

+ + +

NAMES

+ +

非保留

+ +

保留

+ +

保留

+ + +

NATIONAL

+ +

非保留(不能是函数或类型)

+ +

保留

+ +

保留

+ + +

NATURAL

+ +

保留(可以是函数或类型)

+ +

保留

+ +

保留

+ + +

NCHAR

+ +

非保留(不能是函数或类型)

+ +

保留

+ +

保留

+ + +

NCLOB

+ +

-

+ +

保留

+ +

-

+ + +

NEW

+ +

-

+ +

保留

+ +

-

+ + +

NEXT

+ +

非保留

+ +

保留

+ +

保留

+ + + +NGRAM + +非保留 + +- + +- + + +

NO

+ +

非保留

+ +

保留

+ +

保留

+ + + +NO_WRITE_TO_BINLOG + +非保留 + +- + +- + + +

NOCOMPRESS

+ +

非保留

+ +

-

+ +

-

+ + +

NOCYCLE

+ +

非保留

+ +

-

+ +

-

+ + +

NODE

+ +

非保留

+ +

-

+ +

-

+ + +

NOLOGGING

+ +

非保留

+ +

-

+ +

-

+ + +

NOMAXVALUE

+ +

非保留

+ +

-

+ +

-

+ + +

NOMINVALUE

+ +

非保留

+ +

-

+ +

-

+ + +

NONE

+ +

非保留(不能是函数或类型)

+ +

保留

+ +

-

+ + +

NOT

+ +

保留

+ +

保留

+ +

保留

+ + +

NOTHING

+ +

非保留

+ +

-

+ +

-

+ + +

NOTIFY

+ +

非保留

+ +

-

+ +

-

+ + +

NOTNULL

+ +

保留(可以是函数或类型)

+ +

-

+ +

-

+ + + + +NOW + +保留 + +- + +- + + +

NOWAIT

+ +

非保留

+ +

-

+ +

-

+ + +

NULL

+ +

保留

+ +

保留

+ +

保留

+ + +

NULLABLE

+ +

-

+ +

非保留

+ +

非保留

+ + +

NULLCOLS

+ +

非保留

+ +

-

+ +

-

+ + +

NULLIF

+ +

非保留(不能是函数或类型)

+ +

非保留

+ +

保留

+ + +

NULLS

+ +

非保留

+ +

-

+ +

-

+ + +

NUMBER

+ +

非保留(不能是函数或类型)

+ +

非保留

+ +

非保留

+ + +

NUMERIC

+ +

非保留(不能是函数或类型)

+ +

保留

+ +

保留

+ + +

NUMSTR

+ +

非保留

+ +

-

+ +

-

+ + +

NVARCHAR

+ +

非保留(不能是函数或类型)

+ +

-

+ +

-

+ + +

NVARCHAR2

+ +

非保留(不能是函数或类型)

+ +

-

+ +

-

+ + +

NVL

+ +

非保留(不能是函数或类型)

+ +

-

+ +

-

+ + +

OBJECT

+ +

非保留

+ +

保留

+ +

-

+ + +

OCTET_LENGTH

+ +

-

+ +

非保留

+ +

保留

+ + +

OF

+ +

非保留

+ +

保留

+ +

保留

+ + +

OFF

+ +

非保留

+ +

保留

+ +

-

+ + +

OFFSET

+ +

保留

+ +

-

+ +

-

+ + +

OIDS

+ +

非保留

+ +

-

+ +

-

+ + +

OLD

+ +

-

+ +

保留

+ +

-

+ + +

ON

+ +

保留

+ +

保留

+ +

保留

+ + +

ONLY

+ +

保留

+ +

保留

+ +

保留

+ + +

OPEN

+ +

-

+ +

保留

+ +

保留

+ + +

OPERATION

+ +

-

+ +

保留

+ +

-

+ + +

OPERATOR

+ +

非保留

+ +

-

+ +

-

+ + +

OPTIMIZATION

+ +

非保留

+ +

-

+ +

-

+ + + + +OPTIMIZE + +非保留 + +- + +- + + +

OPTION

+ +

非保留

+ +

保留

+ +

保留

+ + +

OPTIONALLY

+ +

非保留

+ +

-

+ +

-

+ + +

OPTIONS

+ +

非保留

+ +

非保留

+ +

-

+ + +

OR

+ +

保留

+ +

保留

+ +

保留

+ + +

ORDER

+ +

保留

+ +

保留

+ +

保留

+ + +

ORDINALITY

+ +

-

+ +

保留

+ +

-

+ + +

OUT

+ +

非保留(不能是函数或类型)

+ +

保留

+ +

-

+ + +

OUTER

+ +

保留(可以是函数或类型)

+ +

保留

+ +

保留

+ + +

OUTFILE

+ +

非保留

+ +

-

+ +

-

+ + +

OUTPUT

+ +

-

+ +

保留

+ +

保留

+ + +

OVER

+ +

非保留

+ +

-

+ +

-

+ + +

OVERLAPS

+ +

保留(可以是函数或类型)

+ +

非保留

+ +

保留

+ + +

OVERLAY

+ +

非保留(不能是函数或类型)

+ +

非保留

+ +

-

+ + +

OVERRIDING

+ +

-

+ +

非保留

+ +

-

+ + +

OWNED

+ +

非保留

+ +

-

+ +

-

+ + +

OWNER

+ +

非保留

+ +

-

+ +

-

+ + + +PACK_KEYS + +非保留 + +- + +- + + +

PACKAGE

+ +

非保留

+ +

-

+ +

-

+ + +

PACKAGES

+ +

非保留

+ +

-

+ +

-

+ + +

PAD

+ +

-

+ +

保留

+ +

保留

+ + +

PARAMETER

+ +

-

+ +

保留

+ +

-

+ + +

PARAMETERS

+ +

-

+ +

保留

+ +

-

+ + +

PARAMETER_MODE

+ +

-

+ +

非保留

+ +

-

+ + +

PARAMETER_NAME

+ +

-

+ +

非保留

+ +

-

+ + +

PARAMETER_ORDINAL_POSITION

+ +

-

+ +

非保留

+ +

-

+ + +

PARAMETER_SPECIFIC_CATALOG

+ +

-

+ +

非保留

+ +

-

+ + +

PARAMETER_SPECIFIC_NAME

+ +

-

+ +

非保留

+ +

-

+ + +

PARAMETER_SPECIFIC_SCHEMA

+ +

-

+ +

非保留

+ +

-

+ + +

PARSER

+ +

非保留

+ +

-

+ +

-

+ + +

PARTIAL

+ +

非保留

+ +

保留

+ +

保留

+ + +

PARTITION

+ +

非保留

+ +

-

+ +

-

+ + + +PARTITIONING + +非保留 + +- + +- + + +

PARTITIONS

+ +

非保留

+ +

-

+ +

-

+ + +

PASCAL

+ +

-

+ +

非保留

+ +

非保留

+ + +

PASSING

+ +

非保留

+ +

-

+ +

-

+ + +

PASSWORD

+ +

非保留

+ +

-

+ +

-

+ + +

PATH

+ +

-

+ +

保留

+ +

-

+ + +

PCTFREE

+ +

非保留

+ +

-

+ +

-

+ + +

PER

+ +

非保留

+ +

-

+ +

-

+ + +

PERM

+ +

非保留

+ +

-

+ +

-

+ + +

PERCENT

+ +

非保留

+ +

-

+ +

-

+ + +

PERFORMANCE

+ +

保留

+ +

-

+ +

-

+ + +

PLACING

+ +

保留

+ +

-

+ +

-

+ + +

PLAN

+ +

非保留

+ +

-

+ +

-

+ + +

PLANS

+ +

非保留

+ +

-

+ +

-

+ + +

PLI

+ +

-

+ +

非保留

+ +

非保留

+ + +

POOL

+ +

非保留

+ +

-

+ +

-

+ + +

POLICY

+ +

非保留

+ +

-

+ +

-

+ + +

POSITION

+ +

非保留(不能是函数或类型)

+ +

非保留

+ +

保留

+ + +

POSTFIX

+ +

-

+ +

保留

+ +

-

+ + +

PRECEDING

+ +

非保留

+ +

-

+ +

-

+ + +

PRECISION

+ +

非保留(不能是函数或类型)

+ +

保留

+ +

保留

+ + +

PREDICT

+ +

非保留

+ +

-

+ +

-

+ + +

PREFERRED

+ +

非保留

+ +

-

+ +

-

+ + +

PREFIX

+ +

非保留

+ +

保留

+ +

-

+ + +

PREORDER

+ +

-

+ +

保留

+ +

-

+ + +

PREPARE

+ +

非保留

+ +

保留

+ +

保留

+ + +

PREPARED

+ +

非保留

+ +

-

+ +

-

+ + +

PRESERVE

+ +

非保留

+ +

保留

+ +

保留

+ + +

PRIMARY

+ +

保留

+ +

保留

+ +

保留

+ + +

PRIOR

+ +

非保留

+ +

保留

+ +

保留

+ + +

PRIORER

+ +

保留

+ +

-

+ +

-

+ + +

PRIVATE

+ +

非保留

+ +

-

+ +

-

+ + +

PRIVILEGE

+ +

非保留

+ +

-

+ +

-

+ + +

PRIVILEGES

+ +

非保留

+ +

保留

+ +

保留

+ + +

PROCEDURAL

+ +

非保留

+ +

-

+ +

-

+ + +

PROCEDURE

+ +

保留

+ +

保留

+ +

保留

+ + + + +PROCESSLIST + +非保留 + +- + +- + + +

PROFILE

+ +

非保留

+ +

-

+ +

-

+ + + +PROXY + +非保留 + +- + +- + + +

PUBLIC

+ +

-

+ +

保留

+ +

保留

+ + +

PUBLICATION

+ +

非保留

+ +

-

+ +

-

+ + +

PUBLISH

+ +

非保留

+ +

-

+ +

-

+ + +

PURGE

+ +

非保留

+ +

-

+ +

-

+ + + +QUARTER + +非保留 + +- + +- + + +

QUERY

+ +

非保留

+ +

-

+ +

-

+ + + +QUICK + +非保留 + +- + +- + + +

QUOTE

+ +

非保留

+ +

-

+ +

-

+ + +

RANDOMIZED

+ +

非保留

+ +

-

+ +

-

+ + +

RANGE

+ +

非保留

+ +

-

+ +

-

+ + +

RATIO

+ +

非保留

+ +

-

+ +

-

+ + +

RAW

+ +

非保留

+ +

-

+ +

-

+ + +

READ

+ +

非保留

+ +

保留

+ +

保留

+ + +

READS

+ +

非保留

+ +

保留

+ +

-

+ + +

REAL

+ +

非保留(不能是函数或类型)

+ +

保留

+ +

保留

+ + +

REASSIGN

+ +

非保留

+ +

-

+ +

-

+ + +

REBUILD

+ +

非保留

+ +

-

+ +

-

+ + +

RECHECK

+ +

非保留

+ +

-

+ +

-

+ + +

RECURSIVE

+ +

非保留

+ +

保留

+ +

-

+ + +

RECYCLEBIN

+ +

保留(可以是函数或类型)

+ +

-

+ +

-

+ + +

REDISANYVALUE

+ +

非保留

+ +

-

+ +

-

+ + +

REF

+ +

非保留

+ +

保留

+ +

-

+ + +

REFERENCES

+ +

保留

+ +

保留

+ +

保留

+ + +

REFERENCING

+ +

-

+ +

保留

+ +

-

+ + +

REFRESH

+ +

非保留

+ +

-

+ +

-

+ + + +REGEXP + +保留(可以是函数或类型) + +- + +- + + +

REINDEX

+ +

非保留

+ +

-

+ +

-

+ + +

REJECT

+ +

保留

+ +

-

+ +

-

+ + +

RELATIVE

+ +

非保留

+ +

保留

+ +

保留

+ + +

RELEASE

+ +

非保留

+ +

-

+ +

-

+ + +

RELOPTIONS

+ +

非保留

+ +

-

+ +

-

+ + +

REMOTE

+ +

非保留

+ +

-

+ +

-

+ + +

REMOVE

+ +

非保留

+ +

-

+ +

-

+ + +

RENAME

+ +

非保留

+ +

-

+ +

-

+ + + +REORGANIZE + +非保留 + +- + +- + + + +REPAIR + +非保留 + +- + +- + + +

REPEATABLE

+ +

非保留

+ +

非保留

+ +

非保留

+ + +

REPLACE

+ +

非保留

+ +

-

+ +

-

+ + +

REPLICA

+ +

非保留

+ +

-

+ +

-

+ + +

RESET

+ +

非保留

+ +

-

+ +

-

+ + +

RESIZE

+ +

非保留

+ +

-

+ +

-

+ + +

RESOURCE

+ +

非保留

+ +

-

+ +

-

+ + +

RESTART

+ +

非保留

+ +

-

+ +

-

+ + +

RESTRICT

+ +

非保留

+ +

保留

+ +

保留

+ + +

RESULT

+ +

-

+ +

保留

+ +

-

+ + +

RETURN

+ +

非保留

+ +

保留

+ +

-

+ + +

RETURNED_LENGTH

+ +

-

+ +

非保留

+ +

非保留

+ + +

RETURNED_OCTET_LENGTH

+ +

-

+ +

非保留

+ +

非保留

+ + +

RETURNED_SQLSTATE

+ +

-

+ +

非保留

+ +

非保留

+ + +

RETURNING

+ +

保留

+ +

-

+ +

-

+ + +

RETURNS

+ +

非保留

+ +

保留

+ +

-

+ + +

REUSE

+ +

非保留

+ +

-

+ +

-

+ + +

REVOKE

+ +

非保留

+ +

保留

+ +

保留

+ + +

RIGHT

+ +

保留(可以是函数或类型)

+ +

保留

+ +

保留

+ + + +RLIKE + +保留(可以是函数或类型) + +- + +- + + +

ROLE

+ +

非保留

+ +

保留

+ +

-

+ + +

ROLES

+ +

非保留

+ +

-

+ +

-

+ + +

ROLLBACK

+ +

非保留

+ +

保留

+ +

保留

+ + +

ROLLUP

+ +

非保留

+ +

保留

+ +

-

+ + +

ROTATION

+ +

非保留

+ +

-

+ +

-

+ + +

ROUTINE

+ +

非保留

+ +

保留

+ +

-

+ + +

ROUTINE_CATALOG

+ +

-

+ +

非保留

+ +

-

+ + +

ROUTINE_NAME

+ +

-

+ +

非保留

+ +

-

+ + +

ROUTINE_SCHEMA

+ +

-

+ +

非保留

+ +

-

+ + +

ROW

+ +

非保留(不能是函数或类型)

+ +

保留

+ +

-

+ + + +ROW_FORMAT + +非保留 + +- + +- + + +

ROWS

+ +

非保留

+ +

保留

+ +

保留

+ + +

ROWTYPE

+ +

非保留

+ +

-

+ +

-

+ + +

ROW_COUNT

+ +

-

+ +

非保留

+ +

非保留

+ + +

RULE

+ +

非保留

+ +

-

+ +

-

+ + +

ROWNUM

+ +

保留

+ +

保留

+ +

-

+ + +

SAMPLE

+ +

非保留

+ +

-

+ +

-

+ + +

SAVEPOINT

+ +

非保留

+ +

保留

+ +

-

+ + +

SCALE

+ +

-

+ +

非保留

+ +

非保留

+ + +

SCHEMA

+ +

非保留

+ +

保留

+ +

保留

+ + +

SCHEMA_NAME

+ +

-

+ +

非保留

+ +

非保留

+ + + +SCHEMAS + +非保留 + +- + +- + + +

SCOPE

+ +

-

+ +

保留

+ +

-

+ + +

SCROLL

+ +

非保留

+ +

保留

+ +

保留

+ + +

SEARCH

+ +

非保留

+ +

保留

+ +

-

+ + +

SECOND

+ +

非保留

+ +

保留

+ +

保留

+ + + +SECOND_MICROSECOND + +非保留 + +- + +- + + + +SECONDARY_ENGINE_ATTRIBUTE + +非保留 + +- + +- + + +

SECTION

+ +

-

+ +

保留

+ +

保留

+ + +

SECURITY

+ +

非保留

+ +

非保留

+ +

-

+ + +

SELECT

+ +

保留

+ +

保留

+ +

保留

+ + +

SELF

+ +

-

+ +

非保留

+ +

-

+ + +

SENSITIVE

+ +

-

+ +

非保留

+ +

-

+ + +

SEPARATOR

+ +

非保留

+ +

-

+ +

-

+ + +

SEQUENCE

+ +

非保留

+ +

保留

+ +

-

+ + +

SEQUENCES

+ +

非保留

+ +

-

+ +

-

+ + +

SERIALIZABLE

+ +

非保留

+ +

非保留

+ +

非保留

+ + +

SERVER

+ +

非保留

+ +

-

+ +

-

+ + +

SERVER_NAME

+ +

-

+ +

非保留

+ +

非保留

+ + +

SESSION

+ +

非保留

+ +

保留

+ +

保留

+ + +

SESSION_USER

+ +

保留

+ +

保留

+ +

保留

+ + +

SET

+ +

非保留

+ +

保留

+ +

保留

+ + +

SETOF

+ +

非保留(不能是函数或类型)

+ +

-

+ +

-

+ + +

SETS

+ +

非保留

+ +

保留

+ +

-

+ + +

SHARE

+ +

非保留

+ +

-

+ +

-

+ + +

SHIPPABLE

+ +

非保留

+ +

-

+ +

-

+ + +

SHOW

+ +

非保留

+ +

-

+ +

-

+ + +

SHUTDOWN

+ +

非保留

+ +

-

+ +

-

+ + +

SIBLINGS

+ +

非保留

+ +

-

+ +

-

+ + +

SIMILAR

+ +

保留(可以是函数或类型)

+ +

非保留

+ +

-

+ + +

SIMPLE

+ +

非保留

+ +

非保留

+ +

-

+ + +

SIZE

+ +

非保留

+ +

保留

+ +

保留

+ + +

SKIP

+ +

非保留

+ +

-

+ +

-

+ + +

SLICE

+ +

非保留

+ +

-

+ +

-

+ + +

SMALLDATETIME_FORMAT

+ +

非保留

+ +

-

+ +

-

+ + +

SMALLDATETIME

+ +

非保留(不能是函数或类型)

+ +

-

+ +

-

+ + +

SMALLINT

+ +

非保留(不能是函数或类型)

+ +

保留

+ +

保留

+ + +

SNAPSHOT

+ +

非保留

+ +

-

+ +

-

+ + +

SOME

+ +

保留

+ +

保留

+ +

保留

+ + + +SOUNDS + +保留(可以是函数或类型) + +- + +- + + +

SOURCE

+ +

非保留

+ +

非保留

+ +

-

+ + +

SPACE

+ +

非保留

+ +

保留

+ +

保留

+ + +

SPECIFIC

+ +

-

+ +

保留

+ +

-

+ + +

SPECIFICTYPE

+ +

-

+ +

保留

+ +

-

+ + +

SPECIFIC_NAME

+ +

-

+ +

非保留

+ +

-

+ + +

SPILL

+ +

非保留

+ +

-

+ +

-

+ + +

SPLIT

+ +

非保留

+ +

-

+ +

-

+ + +

SQL

+ +

非保留

+ +

保留

+ +

保留

+ + +

SQLCODE

+ +

-

+ +

-

+ +

保留

+ + +

SQLERROR

+ +

-

+ +

-

+ +

保留

+ + +

SQLEXCEPTION

+ +

-

+ +

保留

+ +

-

+ + +

SQLSTATE

+ +

-

+ +

保留

+ +

保留

+ + +

SQLWARNING

+ +

-

+ +

保留

+ +

-

+ + +

STABLE

+ +

非保留

+ +

-

+ +

-

+ + +

STANDALONE

+ +

非保留

+ +

-

+ +

-

+ + +

START

+ +

非保留

+ +

保留

+ +

-

+ + +

STARTING

+ +

非保留

+ +

-

+ +

-

+ + +

STATE

+ +

-

+ +

保留

+ +

-

+ + +

STATEMENT

+ +

非保留

+ +

保留

+ +

-

+ + +

STATEMENT_ID

+ +

非保留

+ +

-

+ +

-

+ + +

STATIC

+ +

-

+ +

保留

+ +

-

+ + +

STATISTICS

+ +

非保留

+ +

-

+ +

-

+ + + +STATS_AUTO_RECALC + +非保留 + +- + +- + + + +STATS_PERSISTENT + +非保留 + +- + +- + + + +STATS_SAMPLE_PAGES + +非保留 + +- + +- + + + +STATUS + +非保留 + +- + +- + + +

STDIN

+ +

非保留

+ +

-

+ +

-

+ + +

STDOUT

+ +

非保留

+ +

-

+ +

-

+ + +

STORAGE

+ +

非保留

+ +

-

+ +

-

+ + +

STORE

+ +

非保留

+ +

-

+ +

-

+ + +

STORED

+ +

非保留

+ +

-

+ +

-

+ + +

STRATIFY

+ +

非保留

+ +

-

+ +

-

+ + +

STREAM

+ +

非保留

+ +

-

+ +

-

+ + +

STRICT

+ +

非保留

+ +

-

+ +

-

+ + +

STRIP

+ +

非保留

+ +

-

+ +

-

+ + +

STRUCTURE

+ +

-

+ +

保留

+ +

-

+ + +

STYLE

+ +

-

+ +

非保留

+ +

-

+ + +

SUBCLASS_ORIGIN

+ +

-

+ +

非保留

+ +

非保留

+ + +

SUBLIST

+ +

-

+ +

非保留

+ +

-

+ + +

SUBPARTITION

+ +

非保留

+ +

-

+ +

-

+ + +

SUBSCRIPTION

+ +

非保留

+ +

-

+ +

-

+ + + +SUBSTR + +非保留(不能是函数或类型) + +- + +- + + +

SUBSTRING

+ +

非保留(不能是函数或类型)

+ +

非保留

+ +

保留

+ + +

SUM

+ +

-

+ +

非保留

+ +

保留

+ + +

SYMMETRIC

+ +

保留

+ +

非保留

+ +

-

+ + +

SYNONYM

+ +

非保留

+ +

-

+ +

-

+ + +

SYS_REFCURSOR

+ +

非保留

+ +

-

+ +

-

+ + +

SYSDATE

+ +

保留

+ +

-

+ +

-

+ + +

SYSID

+ +

非保留

+ +

-

+ +

-

+ + +

SYSTEM

+ +

非保留

+ +

非保留

+ +

-

+ + +

SYSTEM_USER

+ +

-

+ +

保留

+ +

保留

+ + +

TABLE

+ +

保留

+ +

保留

+ +

保留

+ + +

TABLES

+ +

非保留

+ +

-

+ +

-

+ + +

TABLESAMPLE

+ +

保留(可以是函数或类型)

+ +

-

+ +

-

+ + +

TABLESPACE

+ +

非保留

+ +

-

+ +

-

+ + +

TABLE_NAME

+ +

-

+ +

非保留

+ +

非保留

+ + +

TARGET

+ +

非保留

+ +

-

+ +

-

+ + +

TIME_FORMAT

+ +

非保留

+ +

-

+ +

-

+ + +

TIMESTAMP_FORMAT

+ +

非保留

+ +

-

+ +

-

+ + + +TIMESTAMPADD + +非保留(不能是函数或类型) + +- + +- + + +

TEMP

+ +

非保留

+ +

-

+ +

-

+ + +

TEMPLATE

+ +

非保留

+ +

-

+ +

-

+ + +

TEMPORARY

+ +

非保留

+ +

保留

+ +

保留

+ + + + +TEMPTABLE + +非保留 + +- + +- + + +

TERMINATE

+ +

-

+ +

保留

+ +

-

+ + +

TERMINATED

+ +

非保留

+ +

-

+ +

-

+ + +

TEXT

+ +

非保留(不能是函数或类型)

+ +

-

+ +

-

+ + +

THAN

+ +

非保留

+ +

保留

+ +

-

+ + +

THEN

+ +

保留

+ +

保留

+ +

保留

+ + +

TIME

+ +

非保留(不能是函数或类型)

+ +

保留

+ +

保留

+ + +

TIMECAPSULE

+ +

保留(可以是函数或类型)

+ +

-

+ +

-

+ + +

TIMESTAMP

+ +

非保留(不能是函数或类型)

+ +

保留

+ +

保留

+ + +

TIMESTAMPDIFF

+ +

非保留(不能是函数或类型)

+ +

-

+ +

-

+ + +

TIMEZONE_HOUR

+ +

-

+ +

保留

+ +

保留

+ + +

TIMEZONE_MINUTE

+ +

-

+ +

保留

+ +

保留

+ + +

TINYINT

+ +

非保留(不能是函数或类型)

+ +

-

+ +

-

+ + + +TINYTEXT + +非保留 + +- + +- + + +

TO

+ +

保留

+ +

保留

+ +

保留

+ + +

TRAILING

+ +

保留

+ +

保留

+ +

保留

+ + +

TRANSACTION

+ +

非保留

+ +

保留

+ +

保留

+ + +

TRANSACTIONS_COMMITTED

+ +

-

+ +

非保留

+ +

-

+ + +

TRANSACTIONS_ROLLED_BACK

+ +

-

+ +

非保留

+ +

-

+ + +

TRANSACTION_ACTIVE

+ +

-

+ +

非保留

+ +

-

+ + +

TRANSFORM

+ +

非保留

+ +

非保留

+ +

-

+ + +

TRANSFORMS

+ +

-

+ +

非保留

+ +

-

+ + +

TRANSLATE

+ +

-

+ +

非保留

+ +

保留

+ + +

TRANSLATION

+ +

-

+ +

保留

+ +

保留

+ + +

TREAT

+ +

非保留(不能是函数或类型)

+ +

保留

+ +

-

+ + +

TRIGGER

+ +

非保留

+ +

保留

+ +

-

+ + + +TRIGGERS + +非保留 + +- + +- + + +

TRIGGER_CATALOG

+ +

-

+ +

非保留

+ +

-

+ + +

TRIGGER_NAME

+ +

-

+ +

非保留

+ +

-

+ + +

TRIGGER_SCHEMA

+ +

-

+ +

非保留

+ +

-

+ + +

TRIM

+ +

非保留(不能是函数或类型)

+ +

非保留

+ +

保留

+ + +

TRUE

+ +

保留

+ +

保留

+ +

保留

+ + +

TRUNCATE

+ +

非保留

+ +

-

+ +

-

+ + +

TRUSTED

+ +

非保留

+ +

-

+ +

-

+ + +

TSFIELD

+ +

非保留

+ +

-

+ +

-

+ + +

TSTAG

+ +

非保留

+ +

-

+ +

-

+ + +

TSTIME

+ +

非保留

+ +

-

+ +

-

+ + +

TYPE

+ +

非保留

+ +

非保留

+ +

非保留

+ + +

TYPES

+ +

非保留

+ +

-

+ +

-

+ + +

UESCAPE

+ +

-

+ +

-

+ +

-

+ + +

UNBOUNDED

+ +

非保留

+ +

-

+ +

-

+ + +

UNCOMMITTED

+ +

非保留

+ +

非保留

+ +

非保留

+ + + +UNDEFINED + +非保留 + +- + +- + + +

UNDER

+ +

-

+ +

保留

+ +

-

+ + +

UNENCRYPTED

+ +

非保留

+ +

-

+ +

-

+ + +

UNION

+ +

保留

+ +

保留

+ +

保留

+ + +

UNIQUE

+ +

保留

+ +

保留

+ +

保留

+ + +

UNKNOWN

+ +

非保留

+ +

保留

+ +

保留

+ + +

UNLIMITED

+ +

非保留

+ +

-

+ +

-

+ + +

UNLISTEN

+ +

非保留

+ +

-

+ +

-

+ + +

UNLOCK

+ +

非保留

+ +

-

+ +

-

+ + +

UNLOGGED

+ +

非保留

+ +

-

+ +

-

+ + + +UNSIGNED + +非保留(不能是函数或类型) + +- + +- + + +

UNNAMED

+ +

-

+ +

非保留

+ +

非保留

+ + +

UNNEST

+ +

-

+ +

保留

+ +

-

+ + +

UNTIL

+ +

非保留

+ +

-

+ +

-

+ + +

UNUSABLE

+ +

非保留

+ +

-

+ +

-

+ + +

UPDATE

+ +

非保留

+ +

保留

+ +

保留

+ + +

UPPER

+ +

-

+ +

非保留

+ +

保留

+ + +

USAGE

+ +

-

+ +

保留

+ +

保留

+ + + +USE + +非保留 + +- + +- + + +

USEEOF

+ +

非保留

+ +

-

+ +

-

-

IF

+

USER

-

非保留(不能是函数或类型)

+

保留

-

-

+

保留

-

-

+

保留

-

KEYS

+

USER_DEFINED_TYPE_CATALOG

-

非保留

+

-

-

-

+

非保留

-

-

+

-

-

MEDIUMINT

+

USER_DEFINED_TYPE_NAME

-

非保留(不能是函数或类型)

+

-

-

-

+

非保留

-

-

+

-

-

SIGNED

+

USER_DEFINED_TYPE_SCHEMA

-

非保留(不能是函数或类型)

+

-

-

-

+

非保留

-

-

+

-

-

UNSIGNED

+

USING

-

非保留(不能是函数或类型)

+

保留

-

-

+

保留

-

-

+

保留

-

ZEROFILL

+ +UTC_DATE -

非保留

+保留 -

-

+- -

-

+- -DATE +UTC_TIME -非保留(不能是函数或类型) +保留 - @@ -111,7 +7852,7 @@ SQL里有保留字和非保留字之分。根据标准,保留字决不能用 -LAST_DAY +UTC_TIMESTAMP 保留 @@ -120,8 +7861,71 @@ SQL里有保留字和非保留字之分。根据标准,保留字决不能用 - +

VACUUM

+ +

非保留

+ +

-

+ +

-

+ + +

VALID

+ +

非保留

+ +

-

+ +

-

+ + +

VALIDATE

+ +

非保留

+ +

-

+ +

-

+ + +

VALIDATION

+ +

非保留

+ +

-

+ +

-

+ + +

VALIDATOR

+ +

非保留

+ +

-

+ +

-

+ + +

VALUE

+ +

非保留

+ +

保留

+ +

保留

+ + +

VALUES

+ +

非保留(不能是函数或类型)

+ +

保留

+ +

保留

+ + -GET_FORMAT +VARBINARY 非保留(不能是函数或类型) @@ -130,98 +7934,351 @@ SQL里有保留字和非保留字之分。根据标准,保留字决不能用 - - -DAY_HOUR +

VARCHAR

-非保留 +

非保留(不能是函数或类型)

-- +

保留

-- +

保留

- -DAY_MINUTE +

VARCHAR2

-非保留 +

非保留(不能是函数或类型)

-- +

-

-- +

-

- -DAY_SECOND +

VARIABLE

-非保留 +

-

-- +

保留

-- +

-

- -DAY_MICROSECOND +

VARIABLES

-非保留 +

非保留

-- +

-

-- +

-

- -HOUR_MINUTE +

VARIADIC

-非保留 +

保留

-- +

-

-- +

-

- -HOUR_SECOND +

VARYING

-非保留 +

非保留

-- +

保留

-- +

保留

- -HOUR_MICROSECOND +

VCGROUP

-非保留 +

非保留

-- +

-

-- +

-

- -MINUTE_SECOND +

VERBOSE

-非保留 +

保留(可以是函数或类型)

-- +

-

-- +

-

+ + +

VERSION

+ +

非保留

+ +

-

+ +

-

+ + +

VERIFY

+ +

保留

+ +

-

+ +

-

+ + +

VIEW

+ +

非保留

+ +

保留

+ +

保留

+ + +

VOLATILE

+ +

非保留

+ +

-

+ +

-

+ + +

WAIT

+ +

非保留

+ +

-

+ +

-

+ + +

WEAK

+ +

非保留

+ +

-

+ +

-

+ + +

WHEN

+ +

保留

+ +

保留

+ +

保留

+ + +

WHENEVER

+ +

-

+ +

保留

+ +

保留

+ + +

WHERE

+ +

保留

+ +

保留

+ +

保留

+ + +

WHITESPACE

+ +

非保留

+ +

-

+ +

-

+ + +

WINDOW

+ +

保留

+ +

-

+ +

-

+ + +

WITH

+ +

保留

+ +

保留

+ +

保留

+ + +

WITHIN

+ +

非保留

+ +

-

+ +

-

+ + +

WITHOUT

+ +

非保留

+ +

保留

+ +

-

+ + +

WORK

+ +

非保留

+ +

保留

+ +

保留

+ + +

WORKLOAD

+ +

非保留

+ +

-

+ +

-

+ + +

WRAPPER

+ +

非保留

+ +

-

+ +

-

+ + +

WRITE

+ +

非保留

+ +

保留

+ +

保留

+ + +

XML

+ +

非保留

+ +

-

+ +

-

+ + +

XMLATTRIBUTES

+ +

非保留(不能是函数或类型)

+ +

-

+ +

-

+ + +

XMLCONCAT

+ +

非保留(不能是函数或类型)

+ +

-

+ +

-

+ + +

XMLELEMENT

+ +

非保留(不能是函数或类型)

+ +

-

+ +

-

+ + +

XMLEXISTS

+ +

非保留(不能是函数或类型)

+ +

-

+ +

-

+ + +

XMLFOREST

+ +

非保留(不能是函数或类型)

+ +

-

+ +

-

+ + +

XMLPARSE

+ +

非保留(不能是函数或类型)

+ +

-

+ +

-

+ + +

XMLPI

+ +

非保留(不能是函数或类型)

+ +

-

+ +

-

+ + +

XMLROOT

+ +

非保留(不能是函数或类型)

+ +

-

+ +

-

+ + +

XMLSERIALIZE

+ +

非保留(不能是函数或类型)

+ +

-

+ +

-

-MINUTE_MICROSECOND +XOR -非保留 +保留(可以是函数或类型) - - +

YEAR

+ +

非保留

+ +

保留

+ +

保留

+ + -SECOND_MICROSECOND +YEAR_MONTH 非保留 @@ -230,34 +8287,32 @@ SQL里有保留字和非保留字之分。根据标准,保留字决不能用 - - -AUTHID +

YES

-非保留(不能是函数或类型) +

非保留

-- +

-

-- +

-

-BODY +ZEROFILL -保留 +非保留 - - - -DUAL +

ZONE

-保留 +

非保留

-- +

保留

-- +

保留

-- Gitee From d2711f546039fc2c3ab4441667485cf95e6f9e97 Mon Sep 17 00:00:00 2001 From: liruixiang <461834084@qq.com> Date: Mon, 3 Apr 2023 20:48:14 +0800 Subject: [PATCH 35/75] =?UTF-8?q?fixed=2093af43d=20from=20https://gitee.co?= =?UTF-8?q?m/ruixiang-li=5F123/docs/pulls/4843=20=E4=BF=AE=E5=A4=8Dbit=5Fx?= =?UTF-8?q?or=E5=87=BD=E6=95=B0=E6=8F=8F=E8=BF=B0=E7=9A=84=E6=A0=87?= =?UTF-8?q?=E9=A2=98=E4=B8=BAbit=5Fcount=E5=87=BD=E6=95=B0=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...\225\260\345\222\214\346\223\215\344\275\234\347\254\246.md" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git "a/content/zh/docs/ExtensionReference/dolphin-\344\275\215\344\270\262\346\223\215\344\275\234\345\207\275\346\225\260\345\222\214\346\223\215\344\275\234\347\254\246.md" "b/content/zh/docs/ExtensionReference/dolphin-\344\275\215\344\270\262\346\223\215\344\275\234\345\207\275\346\225\260\345\222\214\346\223\215\344\275\234\347\254\246.md" index e0e75d2df..27baebf4c 100644 --- "a/content/zh/docs/ExtensionReference/dolphin-\344\275\215\344\270\262\346\223\215\344\275\234\345\207\275\346\225\260\345\222\214\346\223\215\344\275\234\347\254\246.md" +++ "b/content/zh/docs/ExtensionReference/dolphin-\344\275\215\344\270\262\346\223\215\344\275\234\345\207\275\346\225\260\345\222\214\346\223\215\344\275\234\347\254\246.md" @@ -81,7 +81,7 @@ (1 row) ~~~ -- bit_count(expr) +- bit_xor(expr) 描述:返回表中所有列的值异或为无符号64位整数时的结果 -- Gitee From 0b437c878ce0eb796caf3ebb9c2800423c99790e Mon Sep 17 00:00:00 2001 From: liyang0608 <264327807@qq.com> Date: Tue, 4 Apr 2023 15:34:31 +0800 Subject: [PATCH 36/75] fixed f4f8145 from https://gitee.com/liyang0608/docs/pulls/4850 fix bugs --- ...71\346\200\247\350\257\264\346\230\216.md" | 114 +++++++++--------- content/zh/docs/SQLReference/ALTER-EVENT.md | 7 +- content/zh/menu/index.md | 6 +- 3 files changed, 64 insertions(+), 63 deletions(-) diff --git "a/content/zh/docs/DataMigrationGuide/MySQL\345\205\274\345\256\271\346\200\247\350\257\264\346\230\216.md" "b/content/zh/docs/DataMigrationGuide/MySQL\345\205\274\345\256\271\346\200\247\350\257\264\346\230\216.md" index 4ef5afbe1..0d1a10589 100644 --- "a/content/zh/docs/DataMigrationGuide/MySQL\345\205\274\345\256\271\346\200\247\350\257\264\346\230\216.md" +++ "b/content/zh/docs/DataMigrationGuide/MySQL\345\205\274\345\256\271\346\200\247\350\257\264\346\230\216.md" @@ -1,4 +1,4 @@ -# 内核MySQL兼容性说明 +# MySQL兼容性说明 **表 1** 在openGauss内核中实现的MySQL兼容性特性列表 @@ -17,226 +17,226 @@

CREATE DATABASE支持IF NOT EXISTS选项

-CREATE DATABASE +CREATE DATABASE

DDL

CREATE SCHEMA支持IF NOT EXISTS选项

-CREATE SCHEMA +CREATE SCHEMA

DDL

ALTER USER支持IF EXISTS选项

-ALTER USER +ALTER USER

DDL

ALTER VIEW支持DEFINER选项

-ALTER VIEW +ALTER VIEW

DDL

CREATE VIEW支持DEFINER选项

-CREATE VIEW +CREATE VIEW DDL 支持在创建、修改对象等语句中指定COMMENT选项 -ALTER FUNCTION、 -ALTER PROCEDURE、 -ALTER TABLE、 -CREATE FUNCTION、 -CREATE INDEX、 -CREATE PROCEDURE、 -CREATE TABLE、 -CREATE TABLE PARTITION、 -CREATE TABLE SUBPARTITION +ALTER FUNCTION、 +ALTER PROCEDURE、 +ALTER TABLE、 +CREATE FUNCTION、 +CREATE INDEX、 +CREATE PROCEDURE、 +CREATE TABLE、 +CREATE TABLE PARTITION、 +CREATE TABLE SUBPARTITION

DDL

CREATE TABLE支持创建主键、UNIQUE索引、外键约束

-CREATE TABLE +CREATE TABLE

DDL

ALTER TABLE支持创建主键、UNIQUE索引、外键约束

-ALTER TABLE +ALTER TABLE DDL 支持自增列 -ALTER TABLE、 -CREATE TABLE +ALTER TABLE、 +CREATE TABLE DDL 支持前缀索引 -CREATE INDEX +CREATE INDEX DDL 支持指定字符集与排序规则 -ALTER SCHEMA、 -CREATE SCHEMA、 -ALTER TABLE、 -CREATE TABLE +ALTER SCHEMA、 +CREATE SCHEMA、 +ALTER TABLE、 +CREATE TABLE DDL 修改表时支持在表第一列前面或者在指定列后面添加列 -ALTER TABLE +ALTER TABLE DDL 修改列名称/定义语法兼容 -ALTER TABLE +ALTER TABLE DDL 定时任务EVENT语法兼容 -ALTER EVENT、 -CREATE EVENT、 -DROP EVENT、 -SHOW EVENTS +ALTER EVENT、 +CREATE EVENT、 +DROP EVENT、 +SHOW EVENTS DDL 创建分区表语法兼容 -CREATE TABLE PARTITION、 -CREATE TABLE SUBPARTITION +CREATE TABLE PARTITION、 +CREATE TABLE SUBPARTITION

DML

DELETE支持从多个表中删除数据

-DELETE +DELETE

DML

DELETE支持ORDER BY和LIMIT

-DELETE +DELETE

DML

DELETE支持从指定分区(或子分区)删除数据

-DELETE +DELETE

DML

INSERT VALUES的右值表达式支持字段引用

-INSERT +INSERT

DML

UPDATE支持从多个表中更新数据

-UPDATE +UPDATE

DML

UPDATE支持ORDER BY和LIMIT

-UPDATE +UPDATE DML SELECT INTO语法兼容 -SELECT +SELECT

DCL

支持在会话中set用户自定义变量

-SET +SET

DCL

支持set全局变量增强

-SET +SET DCL SET TRANSACTION语法兼容 -SET TRANSACTION +SET TRANSACTION

数据类型

支持NVARCHAR类型

-字符类型 +字符类型

数据类型

支持SET数据类型

-SET类型 +SET类型

函数和操作符

支持安全等于操作符<=>

-简单表达式 +简单表达式

函数和操作符

支持group_concat函数

-聚集函数 +聚集函数 函数和操作符 支持LAST_INSERT_ID函数 -SEQUENCE函数 +SEQUENCE函数 @@ -250,70 +250,70 @@

支持安全函数aes_decrypt/aes_encrypt

-安全函数 +安全函数

函数和操作符

支持字符处理函数sha/sha1/sha2

-字符处理函数和操作符 +字符处理函数和操作符

控制语句

支持label:loop/while/repeat循环语法

-循环语句 +循环语句

DDL

支持create table as语法中定义表字段属性

-CREATE TABLE AS +CREATE TABLE AS

优化器hint

支持force|use index语法指定扫描表使用的索引

-INDEX_HINTS +INDEX_HINTS

声明语法

支持declare handler语法

-错误捕获语句 +错误捕获语句

声明语法

支持declare condition语法和declare cursor语法

-基本结构 +基本结构

DCL

支持用户自定义变量在SQL语句中赋值

-SET +SET

DCL

支持drop trigger语法

-drop trigger +drop trigger

SQL语法

支持delimiter定义结束符

-DELIMITER +DELIMITER diff --git a/content/zh/docs/SQLReference/ALTER-EVENT.md b/content/zh/docs/SQLReference/ALTER-EVENT.md index fcc30a793..63bc778d4 100644 --- a/content/zh/docs/SQLReference/ALTER-EVENT.md +++ b/content/zh/docs/SQLReference/ALTER-EVENT.md @@ -10,10 +10,11 @@ - 只有定时任务的所有者有权修改待修改的定时任务,系统管理员默认拥有修改所有定时任务的权限。 - 可以通过SHOW EVENTS或在PG\_JOB表中查看log\_user列来获得job的所有者信息 - 修改定时任务时每次修改成功后会更新被修改job的所有者为当前用户,若修改定时任务时指定了definer,则更新为被指定的definer。 -- definer选项场景限制与[CREATE EVENT](CREATE-EVENT.md)章节中对definer限制场景一致。 +- definer选项场景限制与[CREATE EVENT](CREATE-EVENT.md)章节中对definer限制场景一致。 - >![](public_sys-resources/icon-notice.gif) **须知:** - >- 系统管理员修改其他用户创建的定时任务后,被修改定时任务的所有者将切换为系统管理员,待执行语句将使用系统管理员的权限执行。 + >![](public_sys-resources/icon-notice.gif) **须知:** + > + >系统管理员修改其他用户创建的定时任务后,被修改定时任务的所有者将切换为系统管理员,待执行语句将使用系统管理员的权限执行。 ## 语法格式 diff --git a/content/zh/menu/index.md b/content/zh/menu/index.md index f310b56b2..24a68c5c9 100644 --- a/content/zh/menu/index.md +++ b/content/zh/menu/index.md @@ -943,10 +943,10 @@ headless: true - [GUC参数说明]({{< relref "./docs/ExtensionReference/dolphin-GUC参数说明.md" >}}) - [重设参数]({{< relref "./docs/ExtensionReference/dolphin-重设参数.md" >}}) - [存储过程]({{< relref "./docs/ExtensionReference/dolphin-存储过程.md" >}}) - - [基本语句]({{< relref "./docs/ExtensionReference/dolphin-基本语句.md" >}}) - - [赋值语句]({{< relref "./docs/ExtensionReference/dolphin-赋值语句.md" >}}) + - [基本语句]({{< relref "./docs/ExtensionReference/dolphin-基本语句.md" >}}) + - [赋值语句]({{< relref "./docs/ExtensionReference/dolphin-赋值语句.md" >}}) - [标识符说明]({{< relref "./docs/ExtensionReference/dolphin-标识符说明.md" >}}) - - [列名标识符]({{< relref "./docs/ExtensionReference/dolphin-列名标识符.md" >}}) + - [列名标识符]({{< relref "./docs/ExtensionReference/dolphin-列名标识符.md" >}}) - [PostGIS Extension]({{< relref "./docs/ExtensionReference/PostGIS-Extension.md" >}}) - [PostGIS概述]({{< relref "./docs/ExtensionReference/PostGIS概述.md" >}}) - [PostGIS安装]({{< relref "./docs/ExtensionReference/PostGIS安装.md" >}}) -- Gitee From 659be198bf46e71c081f120a4322b1ffcbb321c0 Mon Sep 17 00:00:00 2001 From: yanzi2021 <747349666@qq.com> Date: Tue, 4 Apr 2023 17:11:05 +0800 Subject: [PATCH 37/75] fix --- .../docs/GettingStarted/\344\272\206\350\247\243openGauss.md" | 2 +- .../docs/GettingStarted/\344\272\206\350\247\243openGauss.md" | 2 +- content/zh/menu/index.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git "a/content/docs-lite/zh/docs/GettingStarted/\344\272\206\350\247\243openGauss.md" "b/content/docs-lite/zh/docs/GettingStarted/\344\272\206\350\247\243openGauss.md" index 0c3190220..b9a9d4a93 100644 --- "a/content/docs-lite/zh/docs/GettingStarted/\344\272\206\350\247\243openGauss.md" +++ "b/content/docs-lite/zh/docs/GettingStarted/\344\272\206\350\247\243openGauss.md" @@ -16,7 +16,7 @@ openGauss是一款全面友好开放,携手伙伴共同打造的企业级开 - **openGauss软件是开源的。** - 开源意味着任何人都可以使用和修改软件。任何人都可以下载openGauss软件并使用它,而无需支付任何费用。如果您愿意,您可以研究源代码并对其进行更改以满足您的需要。openGauss软件使用木兰宽松许可证V2([http://license.coscl.org.cn/MulanPSL2/](http://license.coscl.org.cn/MulanPSL2/))来定义软件的使用范围。 + 开源意味着任何人都可以使用和修改软件。任何人都可以下载openGauss软件并使用它,而无需支付任何费用。如果您愿意,您可以研究源代码并对其进行更改以满足您的需要。openGauss软件使用木兰宽松许可证V2([http://license.coscl.org.cn/MulanPSL2](http://license.coscl.org.cn/MulanPSL2))来定义软件的使用范围。 - **openGauss数据库具有高性能、高可用、高安全、易运维、全开放的特点。** - 高性能 diff --git "a/content/zh/docs/GettingStarted/\344\272\206\350\247\243openGauss.md" "b/content/zh/docs/GettingStarted/\344\272\206\350\247\243openGauss.md" index 0c3190220..b9a9d4a93 100644 --- "a/content/zh/docs/GettingStarted/\344\272\206\350\247\243openGauss.md" +++ "b/content/zh/docs/GettingStarted/\344\272\206\350\247\243openGauss.md" @@ -16,7 +16,7 @@ openGauss是一款全面友好开放,携手伙伴共同打造的企业级开 - **openGauss软件是开源的。** - 开源意味着任何人都可以使用和修改软件。任何人都可以下载openGauss软件并使用它,而无需支付任何费用。如果您愿意,您可以研究源代码并对其进行更改以满足您的需要。openGauss软件使用木兰宽松许可证V2([http://license.coscl.org.cn/MulanPSL2/](http://license.coscl.org.cn/MulanPSL2/))来定义软件的使用范围。 + 开源意味着任何人都可以使用和修改软件。任何人都可以下载openGauss软件并使用它,而无需支付任何费用。如果您愿意,您可以研究源代码并对其进行更改以满足您的需要。openGauss软件使用木兰宽松许可证V2([http://license.coscl.org.cn/MulanPSL2](http://license.coscl.org.cn/MulanPSL2))来定义软件的使用范围。 - **openGauss数据库具有高性能、高可用、高安全、易运维、全开放的特点。** - 高性能 diff --git a/content/zh/menu/index.md b/content/zh/menu/index.md index f310b56b2..dfb5ed6db 100644 --- a/content/zh/menu/index.md +++ b/content/zh/menu/index.md @@ -1320,7 +1320,7 @@ headless: true - [PKG\_SERVICE]({{< relref "./docs/SQLReference/PKG_SERVICE.md" >}}) - [Retry管理]({{< relref "./docs/SQLReference/Retry管理.md" >}}) - [调试]({{< relref "./docs/SQLReference/调试-20.md" >}}) - - [package]({{< relref "./docs/SQLReference/package.md" >}} + - [package]({{< relref "./docs/SQLReference/package.md" >}}) - [PL/pgSQL语言函数]({{< relref "./docs/SQLReference/PL-pgSQL语言函数.md" >}}) - [触发器]({{< relref "./docs/SQLReference/触发器.md" >}}) - [全文检索]({{< relref "./docs/SQLReference/全文检索.md" >}}) -- Gitee From 16634b55363690f7fecdbaf3af883ca9baf16cb2 Mon Sep 17 00:00:00 2001 From: liyang0608 <264327807@qq.com> Date: Tue, 4 Apr 2023 17:13:07 +0800 Subject: [PATCH 38/75] fixed 7577ecc from https://gitee.com/liyang0608/docs/pulls/4854 fix bugs --- ...11\346\235\203\345\210\206\347\253\213.md" | 2 +- ...41\350\256\241\346\246\202\350\277\260.md" | 110 +++++++++--------- ...41\350\256\241\346\227\245\345\277\227.md" | 10 +- ...07\344\273\266\345\217\202\350\200\203.md" | 4 +- .../docs-lite/zh/docs/GettingStarted/ODBC.md | 36 +++--- .../docs/ToolandCommandReference/gs_dump.md | 4 +- ...11\346\235\203\345\210\206\347\253\213.md" | 2 +- ...41\350\256\241\346\246\202\350\277\260.md" | 92 +++++++-------- ...30\345\202\250\350\277\207\347\250\213.md" | 14 +-- ...41\350\256\241\346\227\245\345\277\227.md" | 10 +- ...07\344\273\266\345\217\202\350\200\203.md" | 4 +- ...75\344\270\216\346\201\242\345\244\215.md" | 4 +- content/zh/docs/GettingStarted/ODBC.md | 36 +++--- 13 files changed, 159 insertions(+), 169 deletions(-) diff --git "a/content/docs-lite/zh/docs/DatabaseAdministrationGuide/\344\270\211\346\235\203\345\210\206\347\253\213.md" "b/content/docs-lite/zh/docs/DatabaseAdministrationGuide/\344\270\211\346\235\203\345\210\206\347\253\213.md" index 9826d8be2..3811eacd7 100644 --- "a/content/docs-lite/zh/docs/DatabaseAdministrationGuide/\344\270\211\346\235\203\345\210\206\347\253\213.md" +++ "b/content/docs-lite/zh/docs/DatabaseAdministrationGuide/\344\270\211\346\235\203\345\210\206\347\253\213.md" @@ -91,7 +91,7 @@

可以查看所有系统表和视图。

-

只可以查看部分系统表和视图。详细请参见系统表和系统视图

+

只可以查看部分系统表和视图。详细请参见系统表和系统视图

diff --git "a/content/docs-lite/zh/docs/DatabaseAdministrationGuide/\345\256\241\350\256\241\346\246\202\350\277\260.md" "b/content/docs-lite/zh/docs/DatabaseAdministrationGuide/\345\256\241\350\256\241\346\246\202\350\277\260.md" index dea9a8e01..e25c38c3b 100644 --- "a/content/docs-lite/zh/docs/DatabaseAdministrationGuide/\345\256\241\350\256\241\346\246\202\350\277\260.md" +++ "b/content/docs-lite/zh/docs/DatabaseAdministrationGuide/\345\256\241\350\256\241\346\246\202\350\277\260.md" @@ -23,31 +23,31 @@

用户登录、注销审计

-

参数:audit_login_logout

+

参数:audit_login_logout

默认值为7,表示开启用户登录、退出的审计功能。设置为0表示关闭用户登录、退出的审计功能。不推荐设置除0和7之外的值。

数据库启动、停止、恢复和切换审计

-

参数:audit_database_process

+

参数:audit_database_process

默认值为1,表示开启数据库启动、停止、恢复和切换的审计功能。

用户锁定和解锁审计

-

参数:audit_user_locked

+

参数:audit_user_locked

默认值为1,表示开启审计用户锁定和解锁功能。

用户访问越权审计

-

参数:audit_user_violation

+

参数:audit_user_violation

默认值为0,表示关闭用户越权操作审计功能。

授权和回收权限审计

-

参数:audit_grant_revoke

+

参数:audit_grant_revoke

默认值为1,表示开启审计用户权限授予和回收功能。

@@ -65,31 +65,31 @@

数据库对象的CREATE,ALTER,DROP操作审计

-

参数:audit_system_object

+

参数:audit_system_object

默认值为12295,表示只对DATABASE、SCHEMA、USER、DATA SOURCE这四类数据库对象的CREATE、ALTER、DROP操作进行审计。

具体表的INSERT、UPDATE和DELETE操作审计

-

参数:audit_dml_state

+

参数:audit_dml_state

默认值为0,表示关闭具体表的DML操作(SELECT除外)审计功能。

SELECT操作审计

-

参数:audit_dml_state_select

+

参数:audit_dml_state_select

默认值为0,表示关闭SELECT操作审计功能。

COPY审计

-

参数:audit_copy_exec

+

参数:audit_copy_exec

默认值为1,表示开启copy操作审计功能。

存储过程和自定义函数的执行审计

-

参数:audit_function_exec

+

参数:audit_function_exec

默认值为0,表示不记录存储过程和自定义函数的执行审计日志。

@@ -101,13 +101,13 @@

SET审计

-

参数:audit_set_parameter

+

参数:audit_set_parameter

默认值为1,表示记录set操作审计日志

事务ID记录

-

参数:audit_xid_info

+

参数:audit_xid_info

默认值为0,表示关闭审计日志记录事务ID功能。

@@ -125,111 +125,111 @@ -

ssl

+

ssl

指定是否启用SSL连接。

-

require_ssl

+

require_ssl

指定服务器端是否强制要求SSL连接。

-

ssl_ciphers

+

ssl_ciphers

指定SSL支持的加密算法列表。

-

ssl_cert_file

+

ssl_cert_file

指定包含SSL服务器证书的文件的名称。

-

ssl_key_file

+

ssl_key_file

指定包含SSL私钥的文件名称。

-

ssl_ca_file

+

ssl_ca_file

指定包含CA信息的文件的名称。

-

ssl_crl_file

+

ssl_crl_file

指定包含CRL信息的文件的名称。

-

password_policy

+

password_policy

指定是否进行密码复杂度检查。

-

password_reuse_time

+

password_reuse_time

指定是否对新密码进行可重用天数检查。

-

password_reuse_max

+

password_reuse_max

指定是否对新密码进行可重用次数检查。

-

password_lock_time

+

password_lock_time

指定帐户被锁定后自动解锁的时间。

-

failed_login_attempts

+

failed_login_attempts

如果输入密码错误的次数达到此参数值时,当前帐户被锁定。

-

password_encryption_type

+

password_encryption_type

指定采用何种加密方式对用户密码进行加密存储。

-

password_min_uppercase

+

password_min_uppercase

密码中至少需要包含大写字母的个数。

-

password_min_lowercase

+

password_min_lowercase

密码中至少需要包含小写字母的个数。

-

password_min_digital

+

password_min_digital

密码中至少需要包含数字的个数。

-

password_min_special

+

password_min_special

密码中至少需要包含特殊字符的个数。

-

password_min_length

+

password_min_length

密码的最小长度。

说明:

在设置此参数时,请将其设置成不大于password_max_length,否则进行涉及密码的操作会一直出现密码长度错误的提示

-

password_max_length

+

password_max_length

密码的最大长度。

说明:

在设置此参数时,请将其设置成不小于password_min_length,否则进行涉及密码的操作会一直出现密码长度错误的提示。

-

password_effect_time

+

password_effect_time

密码的有效期限。

-

password_notify_time

+

password_notify_time

密码到期提醒的天数。

@@ -239,67 +239,67 @@

控制审计进程的开启和关闭。

-

audit_directory

+

audit_directory

审计文件的存储目录。

-

audit_data_format

+

audit_data_format

审计日志文件的格式,当前仅支持二进制格式(binary)。

-

audit_rotation_interval

+

audit_rotation_interval

指定创建一个新审计日志文件的时间间隔。当现在的时间减去上次创建一个审计日志的时间超过了此参数值时,服务器将生成一个新的审计日志文件。

-

audit_rotation_size

+

audit_rotation_size

指定审计日志文件的最大容量。当审计日志消息的总量超过此参数值时,服务器将生成一个新的审计日志文件。

-

audit_resource_policy

+

audit_resource_policy

控制审计日志的保存策略,以空间还是时间限制为优先策略,on表示以空间为优先策略。

-

audit_file_remain_time

+

audit_file_remain_time

-

表示需记录审计日志的最短时间要求,该参数在audit_resource_policy为off时生效。

+

表示需记录审计日志的最短时间要求,该参数在audit_resource_policy为off时生效。

-

audit_space_limit

+

audit_space_limit

审计文件占用磁盘空间的最大值。

-

audit_file_remain_threshold

+

audit_file_remain_threshold

审计目录下审计文件的最大数量。

-

audit_login_logout

+

audit_login_logout

指定是否审计数据库用户的登录(包括登录成功和登录失败)、注销。

-

audit_database_process

+

audit_database_process

指定是否审计数据库启动、停止、切换和恢复的操作。

-

audit_user_locked

+

audit_user_locked

指定是否审计数据库用户的锁定和解锁。

-

audit_user_violation

+

audit_user_violation

指定是否审计数据库用户的越权访问操作。

-

audit_grant_revoke

+

audit_grant_revoke

指定是否审计数据库用户权限授予和回收的操作。

@@ -319,22 +319,22 @@

指定是否审计数据库对象的CREATE、DROP、ALTER操作。

-

audit_dml_state

+

audit_dml_state

指定是否审计具体表的INSERT、UPDATE、DELETE操作。

-

audit_dml_state_select

+

audit_dml_state_select

指定是否审计SELECT操作。

-

audit_copy_exec

+

audit_copy_exec

指定是否审计COPY操作。

-

audit_function_exec

+

audit_function_exec

指定在执行存储过程、匿名块或自定义函数(不包括系统自带函数)时是否记录审计信息。

@@ -344,22 +344,22 @@

指定是否开启对执行白名单内的系统函数记录审计日志

-

audit_set_parameter

+

audit_set_parameter

指定是否审计SET操作。

-

enableSeparationOfDuty

+

enableSeparationOfDuty

指定是否开启三权分立。

-

session_timeout

+

session_timeout

建立连接会话后,如果超过此参数的设置时间,则会自动断开连接。

-

auth_iteration_count

+

auth_iteration_count

认证加密信息生成过程中使用的迭代次数。

diff --git "a/content/docs-lite/zh/docs/DatabaseAdministrationGuide/\347\273\264\346\212\244\345\256\241\350\256\241\346\227\245\345\277\227.md" "b/content/docs-lite/zh/docs/DatabaseAdministrationGuide/\347\273\264\346\212\244\345\256\241\350\256\241\346\227\245\345\277\227.md" index 6fe0a2cc3..c3226d1e7 100644 --- "a/content/docs-lite/zh/docs/DatabaseAdministrationGuide/\347\273\264\346\212\244\345\256\241\350\256\241\346\227\245\345\277\227.md" +++ "b/content/docs-lite/zh/docs/DatabaseAdministrationGuide/\347\273\264\346\212\244\345\256\241\350\256\241\346\227\245\345\277\227.md" @@ -19,35 +19,35 @@ -

audit_directory

+

audit_directory

审计文件的存储目录。

/var/log/gaussdb/用户名/pg_audit

-

audit_resource_policy

+

audit_resource_policy

审计日志的保存策略。

on(表示使用空间配置策略)

-

audit_space_limit

+

audit_space_limit

审计文件占用的磁盘空间总量。

1GB

-

audit_file_remain_time

+

audit_file_remain_time

审计日志文件的最小保存时间。

90

-

audit_file_remain_threshold

+

audit_file_remain_threshold

审计目录下审计文件的最大数量。

diff --git "a/content/docs-lite/zh/docs/DatabaseAdministrationGuide/\351\205\215\347\275\256\346\226\207\344\273\266\345\217\202\350\200\203.md" "b/content/docs-lite/zh/docs/DatabaseAdministrationGuide/\351\205\215\347\275\256\346\226\207\344\273\266\345\217\202\350\200\203.md" index 6dfa1873b..3ab779ffa 100644 --- "a/content/docs-lite/zh/docs/DatabaseAdministrationGuide/\351\205\215\347\275\256\346\226\207\344\273\266\345\217\202\350\200\203.md" +++ "b/content/docs-lite/zh/docs/DatabaseAdministrationGuide/\351\205\215\347\275\256\346\226\207\344\273\266\345\217\202\350\200\203.md" @@ -73,7 +73,7 @@

声明连接时使用的认证方法。

本产品支持如下几种认证方式,详细解释请参见表2

-
  • trust
  • reject
  • md5(不推荐使用,默认不支持,可通过password_encryption_type参数配置)
    说明:

    MD5加密算法安全性低,存在安全风险,建议使用更安全的加密算法。

    +
    • trust
    • reject
    • md5(不推荐使用,默认不支持,可通过password_encryption_type参数配置)
      说明:

      MD5加密算法安全性低,存在安全风险,建议使用更安全的加密算法。

    • sha256
    • sm3
    • cert
    • peer(仅用于local模式)
    @@ -94,7 +94,7 @@

    采用这种认证模式时,本产品只完全信任从服务器本机使用gsql且不指定-U参数的连接,此时不需要口令。

    trust认证对于单用户工作站的本地连接是非常合适和方便的,通常不适用于多用户环境。如果想使用这种认证方法,可利用文件系统权限限制对服务器的Unix域套接字文件的访问。要使用这种限制有两个方法:

    - +
    须知:

    设置文件系统权限只能Unix域套接字连接,它不会限制本地TCP/IP连接。为保证本地TCP/IP安全,openGauss不允许远程连接使用trust认证方法。

    diff --git a/content/docs-lite/zh/docs/GettingStarted/ODBC.md b/content/docs-lite/zh/docs/GettingStarted/ODBC.md index 26b5740e2..c401738c0 100644 --- a/content/docs-lite/zh/docs/GettingStarted/ODBC.md +++ b/content/docs-lite/zh/docs/GettingStarted/ODBC.md @@ -464,84 +464,84 @@ openGauss目前在以下环境中提供对ODBC的支持。

    申请句柄资源

    -

    SQLAllocHandle:申请句柄资源,可替代如下函数:

    - +

    SQLAllocHandle:申请句柄资源,可替代如下函数:

    +

    设置环境属性

    -

    SQLSetEnvAttr

    +

    SQLSetEnvAttr

    设置连接属性

    -

    SQLSetConnectAttr

    +

    SQLSetConnectAttr

    设置语句属性

    -

    SQLSetStmtAttr

    +

    SQLSetStmtAttr

    连接数据源

    -

    SQLConnect

    +

    SQLConnect

    绑定缓冲区到结果集的列中

    -

    SQLBindCol

    +

    SQLBindCol

    绑定SQL语句的参数标志和缓冲区

    -

    SQLBindParameter

    +

    SQLBindParameter

    查看最近一次操作错误信息

    -

    SQLGetDiagRec

    +

    SQLGetDiagRec

    为执行SQL语句做准备

    -

    SQLPrepare

    +

    SQLPrepare

    执行一条准备好的SQL语句

    -

    SQLExecute

    +

    SQLExecute

    直接执行SQL语句

    -

    SQLExecDirect

    +

    SQLExecDirect

    结果集中取行集

    -

    SQLFetch

    +

    SQLFetch

    返回结果集中某一列的数据

    -

    SQLGetData

    +

    SQLGetData

    获取结果集中列的描述信息

    -

    SQLColAttribute

    +

    SQLColAttribute

    断开与数据源的连接

    -

    SQLDisconnect

    +

    SQLDisconnect

    释放句柄资源

    -

    SQLFreeHandle:释放句柄资源,可替代如下函数:

    - +

    SQLFreeHandle:释放句柄资源,可替代如下函数:

    + diff --git a/content/docs-lite/zh/docs/ToolandCommandReference/gs_dump.md b/content/docs-lite/zh/docs/ToolandCommandReference/gs_dump.md index 8d1203bee..bd7bb22c0 100644 --- a/content/docs-lite/zh/docs/ToolandCommandReference/gs_dump.md +++ b/content/docs-lite/zh/docs/ToolandCommandReference/gs_dump.md @@ -44,7 +44,7 @@ gs\_dump可以创建四种不同的导出文件格式,通过**\[**-F或者--fo

    小型数据库,一般推荐纯文本格式。

    -

    使用gsql工具恢复数据库对象前,可根据需要使用文本编辑器编辑纯文本导出文件。

    +

    使用gsql工具恢复数据库对象前,可根据需要使用文本编辑器编辑纯文本导出文件。

    自定义归档格式

    @@ -55,7 +55,7 @@ gs\_dump可以创建四种不同的导出文件格式,通过**\[**-F或者--fo

    中型或大型数据库,推荐自定义归档格式。

    -

    使用gs_restore可以选择要从自定义归档/目录归档/tar归档导出文件中导入相应的数据库对象。

    +

    使用gs_restore可以选择要从自定义归档/目录归档/tar归档导出文件中导入相应的数据库对象。

    目录归档格式

    diff --git "a/content/zh/docs/DatabaseAdministrationGuide/\344\270\211\346\235\203\345\210\206\347\253\213.md" "b/content/zh/docs/DatabaseAdministrationGuide/\344\270\211\346\235\203\345\210\206\347\253\213.md" index 36fe70506..00f5b8a31 100644 --- "a/content/zh/docs/DatabaseAdministrationGuide/\344\270\211\346\235\203\345\210\206\347\253\213.md" +++ "b/content/zh/docs/DatabaseAdministrationGuide/\344\270\211\346\235\203\345\210\206\347\253\213.md" @@ -91,7 +91,7 @@

    可以查看所有系统表和视图。

    -

    只可以查看部分系统表和视图。详细请参见系统表和系统视图

    +

    只可以查看部分系统表和视图。详细请参见系统表和系统视图

    diff --git "a/content/zh/docs/DatabaseAdministrationGuide/\345\256\241\350\256\241\346\246\202\350\277\260.md" "b/content/zh/docs/DatabaseAdministrationGuide/\345\256\241\350\256\241\346\246\202\350\277\260.md" index 83c8e0bc4..256628a3f 100644 --- "a/content/zh/docs/DatabaseAdministrationGuide/\345\256\241\350\256\241\346\246\202\350\277\260.md" +++ "b/content/zh/docs/DatabaseAdministrationGuide/\345\256\241\350\256\241\346\246\202\350\277\260.md" @@ -23,31 +23,31 @@

    用户登录、注销审计

    -

    参数:audit_login_logout

    +

    参数:audit_login_logout

    默认值为7,表示开启用户登录、退出的审计功能。设置为0表示关闭用户登录、退出的审计功能。不推荐设置除0和7之外的值。

    数据库启动、停止、恢复和切换审计

    -

    参数:audit_database_process

    +

    参数:audit_database_process

    默认值为1,表示开启数据库启动、停止、恢复和切换的审计功能。

    用户锁定和解锁审计

    -

    参数:audit_user_locked

    +

    参数:audit_user_locked

    默认值为1,表示开启审计用户锁定和解锁功能。

    用户访问越权审计

    -

    参数:audit_user_violation

    +

    参数:audit_user_violation

    默认值为0,表示关闭用户越权操作审计功能。

    授权和回收权限审计

    -

    参数:audit_grant_revoke

    +

    参数:audit_grant_revoke

    默认值为1,表示开启审计用户权限授予和回收功能。

    @@ -66,31 +66,31 @@

    数据库对象的CREATE,ALTER,DROP操作审计

    -

    参数:audit_system_object

    +

    参数:audit_system_object

    默认值为12295,表示只对DATABASE、SCHEMA、USER、DATA SOURCE这四类数据库对象的CREATE、ALTER、DROP操作进行审计。

    具体表的INSERT、UPDATE和DELETE操作审计

    -

    参数:audit_dml_state

    +

    参数:audit_dml_state

    默认值为0,表示关闭具体表的DML操作(SELECT除外)审计功能。

    SELECT操作审计

    -

    参数:audit_dml_state_select

    +

    参数:audit_dml_state_select

    默认值为0,表示关闭SELECT操作审计功能。

    COPY审计

    -

    参数:audit_copy_exec

    +

    参数:audit_copy_exec

    默认值为1,表示开启copy操作审计功能。

    存储过程和自定义函数的执行审计

    -

    参数:audit_function_exec

    +

    参数:audit_function_exec

    默认值为0,表示不记录存储过程和自定义函数的执行审计日志。

    @@ -103,13 +103,13 @@

    SET审计

    -

    参数:audit_set_parameter

    +

    参数:audit_set_parameter

    默认值为1,表示记录set操作审计日志

    事务ID记录

    -

    参数:audit_xid_info

    +

    参数:audit_xid_info

    默认值为0,表示关闭审计日志记录事务ID功能。

    @@ -127,111 +127,111 @@ -

    ssl

    +

    ssl

    指定是否启用SSL连接。

    -

    require_ssl

    +

    require_ssl

    指定服务器端是否强制要求SSL连接。

    -

    ssl_ciphers

    +

    ssl_ciphers

    指定SSL支持的加密算法列表。

    -

    ssl_cert_file

    +

    ssl_cert_file

    指定包含SSL服务器证书的文件的名称。

    -

    ssl_key_file

    +

    ssl_key_file

    指定包含SSL私钥的文件名称。

    -

    ssl_ca_file

    +

    ssl_ca_file

    指定包含CA信息的文件的名称。

    -

    ssl_crl_file

    +

    ssl_crl_file

    指定包含CRL信息的文件的名称。

    -

    password_policy

    +

    password_policy

    指定是否进行密码复杂度检查。

    -

    password_reuse_time

    +

    password_reuse_time

    指定是否对新密码进行可重用天数检查。

    -

    password_reuse_max

    +

    password_reuse_max

    指定是否对新密码进行可重用次数检查。

    -

    password_lock_time

    +

    password_lock_time

    指定帐户被锁定后自动解锁的时间。

    -

    failed_login_attempts

    +

    failed_login_attempts

    如果输入密码错误的次数达到此参数值时,当前帐户被锁定。

    -

    password_encryption_type

    +

    password_encryption_type

    指定采用何种加密方式对用户密码进行加密存储。

    -

    password_min_uppercase

    +

    password_min_uppercase

    密码中至少需要包含大写字母的个数。

    -

    password_min_lowercase

    +

    password_min_lowercase

    密码中至少需要包含小写字母的个数。

    -

    password_min_digital

    +

    password_min_digital

    密码中至少需要包含数字的个数。

    -

    password_min_special

    +

    password_min_special

    密码中至少需要包含特殊字符的个数。

    -

    password_min_length

    +

    password_min_length

    密码的最小长度。

    说明:

    在设置此参数时,请将其设置成不大于password_max_length,否则进行涉及密码的操作会一直出现密码长度错误的提示

    -

    password_max_length

    +

    password_max_length

    密码的最大长度。

    说明:

    在设置此参数时,请将其设置成不小于password_min_length,否则进行涉及密码的操作会一直出现密码长度错误的提示。

    -

    password_effect_time

    +

    password_effect_time

    密码的有效期限。

    -

    password_notify_time

    +

    password_notify_time

    密码到期提醒的天数。

    @@ -281,22 +281,22 @@

    审计目录下审计文件的最大数量。

    -

    audit_login_logout

    +

    audit_login_logout

    指定是否审计数据库用户的登录(包括登录成功和登录失败)、注销。

    -

    audit_database_process

    +

    audit_database_process

    指定是否审计数据库启动、停止、切换和恢复的操作。

    -

    audit_user_locked

    +

    audit_user_locked

    指定是否审计数据库用户的锁定和解锁。

    -

    audit_user_violation

    +

    audit_user_violation

    指定是否审计数据库用户的越权访问操作。

    @@ -316,27 +316,27 @@

    指定不需要审计的客户端名称及IP地址列表

    -

    audit_system_object

    +

    audit_system_object

    指定是否审计数据库对象的CREATE、DROP、ALTER操作。

    -

    audit_dml_state

    +

    audit_dml_state

    指定是否审计具体表的INSERT、UPDATE、DELETE操作。

    -

    audit_dml_state_select

    +

    audit_dml_state_select

    指定是否审计SELECT操作。

    -

    audit_copy_exec

    +

    audit_copy_exec

    指定是否审计COPY操作。

    -

    audit_function_exec

    +

    audit_function_exec

    指定在执行存储过程、匿名块或自定义函数(不包括系统自带函数)时是否记录审计信息。

    @@ -347,22 +347,22 @@

    audit_set_parameter

    +

    audit_set_parameter

    指定是否审计SET操作。

    -

    enableSeparationOfDuty

    +

    enableSeparationOfDuty

    指定是否开启三权分立。

    -

    session_timeout

    +

    session_timeout

    建立连接会话后,如果超过此参数的设置时间,则会自动断开连接。

    -

    auth_iteration_count

    +

    auth_iteration_count

    认证加密信息生成过程中使用的迭代次数。

    diff --git "a/content/zh/docs/DatabaseAdministrationGuide/\345\257\206\346\200\201\346\224\257\346\214\201\345\207\275\346\225\260-\345\255\230\345\202\250\350\277\207\347\250\213.md" "b/content/zh/docs/DatabaseAdministrationGuide/\345\257\206\346\200\201\346\224\257\346\214\201\345\207\275\346\225\260-\345\255\230\345\202\250\350\277\207\347\250\213.md" index 1eea79c22..e8436dcef 100644 --- "a/content/zh/docs/DatabaseAdministrationGuide/\345\257\206\346\200\201\346\224\257\346\214\201\345\207\275\346\225\260-\345\255\230\345\202\250\350\277\207\347\250\213.md" +++ "b/content/zh/docs/DatabaseAdministrationGuide/\345\257\206\346\200\201\346\224\257\346\214\201\345\207\275\346\225\260-\345\255\230\345\202\250\350\277\207\347\250\213.md" @@ -57,28 +57,18 @@ ``` ->![](public_sys-resources/icon-note.gif) **说明:** - ->+ 函数/存储过程中的“执行动态查询语句”中的查询是在执行过程中编译,因此函数/存储过程中的表名、列名不能在创建阶段未知,输入参数不能用于表名、列名或以任何方式连接。 +>![](public_sys-resources/icon-note.gif) **说明:** > +>+ 函数/存储过程中的“执行动态查询语句”中的查询是在执行过程中编译,因此函数/存储过程中的表名、列名不能在创建阶段未知,输入参数不能用于表名、列名或以任何方式连接。 >+ 在RETURNS、IN和OUT的参数中,不支持混合使用加密和非加密类型参数。虽然参数类型都是原始数据类型,但实际类型不同。 -> >+ 对高级包接口中,如dbe\_output.print\_line\(\)等在服务端打印输出的接口不会做解密操作,加密数据类型在强转成明文原始数据类型时会打印出该数据类型的默认值。 -> >+ 当前版本函数/存储过程的LANGUAGE只支持SQL和PL/pgSQL,不支持C和JAVA等其他过程语言。 -> >+ 不支持在函数/存储过程中执行其他查询加密列的函数/存储过程。 -> >+ 当前版本不支持default、DECLARE中为变量赋予默认值,且不支持对DECLARE中的返回值进行解密,用户可以用执行函数时用输入参数、输出参数来代替使用。 -> >+ 不支持gs\_dump对涉及加密列的function进行备份。 -> >+ 不支持在函数/存储过程中创建密钥。 -> >+ 该版本密态函数/存储过程不支持触发器。 -> >+ 密态等值查询函数/存储过程不支持对PL/pgSQL语言对语法进行转义,对于语法主体带有引号的语法CREATE FUNCTION AS ‘语法主体', 可以用CREATE FUNCTION AS '语法主体' 代替。 >+ 不支持在密态等值查询函数/存储过程中执行修改加密列定义的操作,包括创建加密表、添加加密列,由于执行函数是在服务端,客户端没法判断是否是需要刷新缓存,得断开连接后或触发刷新客户端加密列缓存才可以对该列做加密操作。 - >+ 密态支持函数在创建加密函数时会在系统表gs_encrypted_proc中添加参数对应的加密列的oid,因此删除表后重建同名表可能会使密态函数失效,需要重新创建密态函数。 diff --git "a/content/zh/docs/DatabaseAdministrationGuide/\347\273\264\346\212\244\345\256\241\350\256\241\346\227\245\345\277\227.md" "b/content/zh/docs/DatabaseAdministrationGuide/\347\273\264\346\212\244\345\256\241\350\256\241\346\227\245\345\277\227.md" index 8e325b70d..7da4f0688 100644 --- "a/content/zh/docs/DatabaseAdministrationGuide/\347\273\264\346\212\244\345\256\241\350\256\241\346\227\245\345\277\227.md" +++ "b/content/zh/docs/DatabaseAdministrationGuide/\347\273\264\346\212\244\345\256\241\350\256\241\346\227\245\345\277\227.md" @@ -19,35 +19,35 @@ -

    audit_directory

    +

    audit_directory

    审计文件的存储目录。

    /var/log/gaussdb/用户名/pg_audit

    -

    audit_resource_policy

    +

    audit_resource_policy

    审计日志的保存策略。

    on(表示使用空间配置策略)

    -

    audit_space_limit

    +

    audit_space_limit

    审计文件占用的磁盘空间总量。

    1GB

    -

    audit_file_remain_time

    +

    audit_file_remain_time

    审计日志文件的最小保存时间。

    90

    -

    audit_file_remain_threshold

    +

    audit_file_remain_threshold

    审计目录下审计文件的最大数量。

    diff --git "a/content/zh/docs/DatabaseAdministrationGuide/\351\205\215\347\275\256\346\226\207\344\273\266\345\217\202\350\200\203.md" "b/content/zh/docs/DatabaseAdministrationGuide/\351\205\215\347\275\256\346\226\207\344\273\266\345\217\202\350\200\203.md" index a77356b6f..ab83307b1 100644 --- "a/content/zh/docs/DatabaseAdministrationGuide/\351\205\215\347\275\256\346\226\207\344\273\266\345\217\202\350\200\203.md" +++ "b/content/zh/docs/DatabaseAdministrationGuide/\351\205\215\347\275\256\346\226\207\344\273\266\345\217\202\350\200\203.md" @@ -73,7 +73,7 @@

    声明连接时使用的认证方法。

    本产品支持如下几种认证方式,详细解释请参见表2

    -
    • trust
    • reject
    • md5(不推荐使用,默认不支持,可通过password_encryption_type参数配置)
      说明:

      MD5加密算法安全性低,存在安全风险,建议使用更安全的加密算法。

      +
      • trust
      • reject
      • md5(不推荐使用,默认不支持,可通过password_encryption_type参数配置)
        说明:

        MD5加密算法安全性低,存在安全风险,建议使用更安全的加密算法。

      • sha256
      • sm3
      • cert
      • gss(仅用于openGauss内部节点间认证)
      • peer(仅用于local模式)
      @@ -94,7 +94,7 @@

      采用这种认证模式时,本产品只完全信任从服务器本机使用gsql且不指定-U参数的连接,此时不需要口令。

      trust认证对于单用户工作站的本地连接是非常合适和方便的,通常不适用于多用户环境。如果想使用这种认证方法,可利用文件系统权限限制对服务器的Unix域套接字文件的访问。要使用这种限制有两个方法:

      - +
      须知:

      设置文件系统权限只能Unix域套接字连接,它不会限制本地TCP/IP连接。为保证本地TCP/IP安全,openGauss不允许远程连接使用trust认证方法。

      diff --git "a/content/zh/docs/DatabaseOMGuide/\351\200\273\350\276\221\345\244\207\344\273\275\344\270\216\346\201\242\345\244\215.md" "b/content/zh/docs/DatabaseOMGuide/\351\200\273\350\276\221\345\244\207\344\273\275\344\270\216\346\201\242\345\244\215.md" index ddaac1cf7..c3542fa5c 100644 --- "a/content/zh/docs/DatabaseOMGuide/\351\200\273\350\276\221\345\244\207\344\273\275\344\270\216\346\201\242\345\244\215.md" +++ "b/content/zh/docs/DatabaseOMGuide/\351\200\273\350\276\221\345\244\207\344\273\275\344\270\216\346\201\242\345\244\215.md" @@ -49,7 +49,7 @@ gs\_dump可以创建四种不同的导出文件格式,通过**\[**-F或者--fo

      小型数据库,一般推荐纯文本格式。

      -

      使用gsql工具恢复数据库对象前,可根据需要使用文本编辑器编辑纯文本导出文件。

      +

      使用gsql工具恢复数据库对象前,可根据需要使用文本编辑器编辑纯文本导出文件。

      自定义归档格式

      @@ -60,7 +60,7 @@ gs\_dump可以创建四种不同的导出文件格式,通过**\[**-F或者--fo

      中型或大型数据库,推荐自定义归档格式。

      -

      使用gs_restore可以选择要从自定义归档/目录归档/tar归档导出文件中导入相应的数据库对象。

      +

      使用gs_restore可以选择要从自定义归档/目录归档/tar归档导出文件中导入相应的数据库对象。

      目录归档格式

      diff --git a/content/zh/docs/GettingStarted/ODBC.md b/content/zh/docs/GettingStarted/ODBC.md index 404d2aff7..12c11d758 100644 --- a/content/zh/docs/GettingStarted/ODBC.md +++ b/content/zh/docs/GettingStarted/ODBC.md @@ -464,84 +464,84 @@ openGauss目前在以下环境中提供对ODBC的支持。

      申请句柄资源

      -

      SQLAllocHandle:申请句柄资源,可替代如下函数:

      - +

      SQLAllocHandle:申请句柄资源,可替代如下函数:

      +

      设置环境属性

      -

      SQLSetEnvAttr

      +

      SQLSetEnvAttr

      设置连接属性

      -

      SQLSetConnectAttr

      +

      SQLSetConnectAttr

      设置语句属性

      -

      SQLSetStmtAttr

      +

      SQLSetStmtAttr

      连接数据源

      -

      SQLConnect

      +

      SQLConnect

      绑定缓冲区到结果集的列中

      -

      SQLBindCol

      +

      SQLBindCol

      绑定SQL语句的参数标志和缓冲区

      -

      SQLBindParameter

      +

      SQLBindParameter

      查看最近一次操作错误信息

      -

      SQLGetDiagRec

      +

      SQLGetDiagRec

      为执行SQL语句做准备

      -

      SQLPrepare

      +

      SQLPrepare

      执行一条准备好的SQL语句

      -

      SQLExecute

      +

      SQLExecute

      直接执行SQL语句

      -

      SQLExecDirect

      +

      SQLExecDirect

      结果集中取行集

      -

      SQLFetch

      +

      SQLFetch

      返回结果集中某一列的数据

      -

      SQLGetData

      +

      SQLGetData

      获取结果集中列的描述信息

      -

      SQLColAttribute

      +

      SQLColAttribute

      断开与数据源的连接

      -

      SQLDisconnect

      +

      SQLDisconnect

      释放句柄资源

      -

      SQLFreeHandle:释放句柄资源,可替代如下函数:

      - +

      SQLFreeHandle:释放句柄资源,可替代如下函数:

      + -- Gitee From 6c29296c37eba4b3d5c4be73374d3087b9681ddc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E5=87=AF=E8=80=80?= Date: Mon, 3 Apr 2023 13:48:03 +0000 Subject: [PATCH 39/75] =?UTF-8?q?fixed=20ab0dda5=20from=20https://gitee.co?= =?UTF-8?q?m/yanzi2021/docs/pulls/4844=20update=20content/zh/docs/Aboutope?= =?UTF-8?q?nGauss/=E7=B3=BB=E7=BB=9F=E6=9E=B6=E6=9E=84.md.=20=E5=8E=BB?= =?UTF-8?q?=E9=99=A4=E5=86=97=E4=BD=99=E7=9A=84=E6=9E=B6=E6=9E=84=E5=9B=BE?= =?UTF-8?q?=E7=89=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 黄凯耀 --- .../\347\263\273\347\273\237\346\236\266\346\236\204.md" | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git "a/content/zh/docs/AboutopenGauss/\347\263\273\347\273\237\346\236\266\346\236\204.md" "b/content/zh/docs/AboutopenGauss/\347\263\273\347\273\237\346\236\266\346\236\204.md" index 743a56d7a..73dd95ab0 100644 --- "a/content/zh/docs/AboutopenGauss/\347\263\273\347\273\237\346\236\266\346\236\204.md" +++ "b/content/zh/docs/AboutopenGauss/\347\263\273\347\273\237\346\236\266\346\236\204.md" @@ -2,7 +2,7 @@ 数字技术正在加速落地行业应用,支撑着丰富的在线应用与服务,产业数字化加速产生了海量的数据,图、流、时序和地图空间等多种数据类型层出不穷,这需要不同的算力架构做处理,数据库对计算的需求由单一的通用CPU向GPU、NPU等多样性计算演进。同时,为了有效应对大规模数据库可靠性、性能、易用性的终极诉求,业界数据库逐渐走向统一的标准化资源池化架构。 - 针对多样性计算演进的趋势,openGauss实现了资源池化架构,首次实现计算、内存和存储三层解耦,层层池化带![输入图片说明](figures/openGauss%E9%80%BB%E8%BE%91%E6%9E%B6%E6%9E%84%E5%9B%BE2.png)来更好的资源调度效率,更好的处理性能和创新的敏捷性。基于数据多模融合的趋势,实现了HTAP架构,同时在openGauss社区联合打造图数据库和时序数据库等不同模型的数据处理能力,这使得openGauss可以实现多模数据的融合处理与分析。 + 针对多样性计算演进的趋势,openGauss实现了资源池化架构,首次实现计算、内存和存储三层解耦,层层池化带来更好的资源调度效率,更好的处理性能和创新的敏捷性。基于数据多模融合的趋势,实现了HTAP架构,同时在openGauss社区联合打造图数据库和时序数据库等不同模型的数据处理能力,这使得openGauss可以实现多模数据的融合处理与分析。 面向未来的openGauss资源池化架构由3层池化、1个平台和1个标准组成。架构示意图如下所示: @@ -13,7 +13,7 @@ ## 软件架构 -在openGauss 5.0.0中,资源池化的逻辑架构如图所示。 +在openGauss 5.0.0中,传统的主备复制架构向资源池化架构演进,逻辑架构图如下所示。 **图 1** openGauss逻辑架构图 -- Gitee From b9d64b108e252e0587fa6cdfa7a672affc8581fc Mon Sep 17 00:00:00 2001 From: "tongmeixia@0301" <870020620@qq.com> Date: Thu, 6 Apr 2023 10:15:18 +0800 Subject: [PATCH 40/75] fixed 7dc01e5 from https://gitee.com/tongdabao/docs/pulls/4859 link --- .../en/docs/AboutopenGauss/gray-upgrade.md | 2 +- .../BriefTutorial/installation-and-login.md | 2 +- .../gauss-07511----gauss-07520.md | 82 +++++++++++++++++++ .../gauss-07521----gauss-07530.md | 82 +++++++++++++++++++ .../gauss-07531----gauss-07540.md | 82 +++++++++++++++++++ .../gauss-07541----gauss-07550.md | 82 +++++++++++++++++++ .../gauss-07551----gauss-07560.md | 82 +++++++++++++++++++ .../gauss-07561----gauss-07570.md | 82 +++++++++++++++++++ .../gauss-07571----gauss-07580.md | 82 +++++++++++++++++++ .../gauss-07581----gauss-07590.md | 82 +++++++++++++++++++ .../gauss-07591----gauss-07600.md | 82 +++++++++++++++++++ .../gauss-07601----gauss-07610.md | 82 +++++++++++++++++++ .../gauss-07611----gauss-07620.md | 82 +++++++++++++++++++ .../gauss-07621----gauss-07630.md | 82 +++++++++++++++++++ .../gauss-07631----gauss-07640.md | 82 +++++++++++++++++++ .../gauss-07641----gauss-07650.md | 82 +++++++++++++++++++ .../gauss-07651----gauss-07660.md | 82 +++++++++++++++++++ .../gauss-07661----gauss-07670.md | 82 +++++++++++++++++++ .../gauss-07671----gauss-07680.md | 82 +++++++++++++++++++ .../gauss-07681----gauss-07690.md | 82 +++++++++++++++++++ .../gauss-07691----gauss-07700.md | 82 +++++++++++++++++++ .../gauss-07701----gauss-07710.md | 82 +++++++++++++++++++ .../gauss-07711----gauss-07720.md | 82 +++++++++++++++++++ .../gauss-07721----gauss-07730.md | 50 +++++++++++ .../gauss-07731----gauss-07740.md | 66 +++++++++++++++ 25 files changed, 1840 insertions(+), 2 deletions(-) create mode 100644 content/docs-lite/en/docs/DataBaseReference/gauss-07511----gauss-07520.md create mode 100644 content/docs-lite/en/docs/DataBaseReference/gauss-07521----gauss-07530.md create mode 100644 content/docs-lite/en/docs/DataBaseReference/gauss-07531----gauss-07540.md create mode 100644 content/docs-lite/en/docs/DataBaseReference/gauss-07541----gauss-07550.md create mode 100644 content/docs-lite/en/docs/DataBaseReference/gauss-07551----gauss-07560.md create mode 100644 content/docs-lite/en/docs/DataBaseReference/gauss-07561----gauss-07570.md create mode 100644 content/docs-lite/en/docs/DataBaseReference/gauss-07571----gauss-07580.md create mode 100644 content/docs-lite/en/docs/DataBaseReference/gauss-07581----gauss-07590.md create mode 100644 content/docs-lite/en/docs/DataBaseReference/gauss-07591----gauss-07600.md create mode 100644 content/docs-lite/en/docs/DataBaseReference/gauss-07601----gauss-07610.md create mode 100644 content/docs-lite/en/docs/DataBaseReference/gauss-07611----gauss-07620.md create mode 100644 content/docs-lite/en/docs/DataBaseReference/gauss-07621----gauss-07630.md create mode 100644 content/docs-lite/en/docs/DataBaseReference/gauss-07631----gauss-07640.md create mode 100644 content/docs-lite/en/docs/DataBaseReference/gauss-07641----gauss-07650.md create mode 100644 content/docs-lite/en/docs/DataBaseReference/gauss-07651----gauss-07660.md create mode 100644 content/docs-lite/en/docs/DataBaseReference/gauss-07661----gauss-07670.md create mode 100644 content/docs-lite/en/docs/DataBaseReference/gauss-07671----gauss-07680.md create mode 100644 content/docs-lite/en/docs/DataBaseReference/gauss-07681----gauss-07690.md create mode 100644 content/docs-lite/en/docs/DataBaseReference/gauss-07691----gauss-07700.md create mode 100644 content/docs-lite/en/docs/DataBaseReference/gauss-07701----gauss-07710.md create mode 100644 content/docs-lite/en/docs/DataBaseReference/gauss-07711----gauss-07720.md create mode 100644 content/docs-lite/en/docs/DataBaseReference/gauss-07721----gauss-07730.md create mode 100644 content/docs-lite/en/docs/DataBaseReference/gauss-07731----gauss-07740.md diff --git a/content/docs-lite/en/docs/AboutopenGauss/gray-upgrade.md b/content/docs-lite/en/docs/AboutopenGauss/gray-upgrade.md index 5a94e9a65..b6b543e2e 100644 --- a/content/docs-lite/en/docs/AboutopenGauss/gray-upgrade.md +++ b/content/docs-lite/en/docs/AboutopenGauss/gray-upgrade.md @@ -22,7 +22,7 @@ None. ## Constraints -For details about the gray upgrade constraints, see [Before You Start ](../DatabaseOMGuide/before-you-start.md). +None. ## Dependencies diff --git a/content/docs-lite/en/docs/BriefTutorial/installation-and-login.md b/content/docs-lite/en/docs/BriefTutorial/installation-and-login.md index cd1478628..36cb5f66d 100644 --- a/content/docs-lite/en/docs/BriefTutorial/installation-and-login.md +++ b/content/docs-lite/en/docs/BriefTutorial/installation-and-login.md @@ -4,7 +4,7 @@ openGauss supports simplified installation using scripts. Simplified installatio - **[Obtaining and Verifying an Installation Package](obtaining-and-verifying-an-installation-package.md)** -- **[Preparing the Software and Hardware Installation Environment](preparing-the-software-and-hardware-installation-environment.md)** +- **[Preparing the Software and Hardware Installation Environment](../InstallationGuide/preparing-the-software-and-hardware-installation-environment.md)** - **[Installation ](installation.md)** diff --git a/content/docs-lite/en/docs/DataBaseReference/gauss-07511----gauss-07520.md b/content/docs-lite/en/docs/DataBaseReference/gauss-07511----gauss-07520.md new file mode 100644 index 000000000..fd4521631 --- /dev/null +++ b/content/docs-lite/en/docs/DataBaseReference/gauss-07511----gauss-07520.md @@ -0,0 +1,82 @@ +# GAUSS-07511 -- GAUSS-07520 + +GAUSS-07511: "heap\_update: invalid tid %hu, max tid %hu, rnode\[%u,%u,%u\], block %u" + +SQLSTATE: + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07512: "attempted to update self created tuple" + +SQLSTATE: 40001 + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07513: "relation '%s' has one big row which is not supported under 64bits XID system. Current xid is %lu" + +SQLSTATE: 0A000 + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07514: "relation '%s' has no free space to upgrade. Current xid is %lu, please VACUUM FULL this relation!!!" + +SQLSTATE: 0A000 + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07515: "All built-in functions are hard coded, and they should not be updated." + +SQLSTATE: 55000 + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07516: "system column in index" + +SQLSTATE: XX001 + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07517: "unexpected result when restoring backup block" + +SQLSTATE: XX001 + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07518: "heap\_redo: unknown op code %hhu" + +SQLSTATE: + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07519: "heap2\_redo: unknown op code %hhu" + +SQLSTATE: + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07520: "heap3\_redo: unknown op code %hhu" + +SQLSTATE: + +Description:Internal system error. + +Solution:Contact technical support. + diff --git a/content/docs-lite/en/docs/DataBaseReference/gauss-07521----gauss-07530.md b/content/docs-lite/en/docs/DataBaseReference/gauss-07521----gauss-07530.md new file mode 100644 index 000000000..ea20c06fa --- /dev/null +++ b/content/docs-lite/en/docs/DataBaseReference/gauss-07521----gauss-07530.md @@ -0,0 +1,82 @@ +# GAUSS-07521 -- GAUSS-07530 + +GAUSS-07521: "partition %u is invalid" + +SQLSTATE: 29P04 + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07522: "could not resolve cmin/cmax of catalog tuple" + +SQLSTATE: P0002 + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07523: "could not resolve combocid to cmax" + +SQLSTATE: P0002 + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07524: "attempt to delete tuple containing indirect datums" + +SQLSTATE: 29P02 + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07525: "shouldn't be called for indirect tuples" + +SQLSTATE: 29P02 + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07526: "wrong VM buffer passed to visibilitymap\_set" + +SQLSTATE: 22000 + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07527: "gpiScan is null, when set partition oid" + +SQLSTATE: + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07528: "gpiScan is null, when get partition oid" + +SQLSTATE: + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07529: "failed to re-find tuple within GPI '%s'" + +SQLSTATE: XX002 + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07530: "cannot insert to incompletely split page %u" + +SQLSTATE: XX000 + +Description:Internal system error. + +Solution:Contact technical support. + diff --git a/content/docs-lite/en/docs/DataBaseReference/gauss-07531----gauss-07540.md b/content/docs-lite/en/docs/DataBaseReference/gauss-07531----gauss-07540.md new file mode 100644 index 000000000..23ef8df37 --- /dev/null +++ b/content/docs-lite/en/docs/DataBaseReference/gauss-07531----gauss-07540.md @@ -0,0 +1,82 @@ +# GAUSS-07531 -- GAUSS-07540 + +GAUSS-07531: "version mismatch in index '%s': file version %u, code version %d" + +SQLSTATE: XX002 + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07532: "could not add dummy high key to half-dead page" + +SQLSTATE: XX000 + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07533: "half-dead page changed status unexpectedly in block %u of index '%s'" + +SQLSTATE: XX000 + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07534: "Invalid arguments for function btgettuple" + +SQLSTATE: 22023 + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07535: "tuple has wrong number of attributes in index '%s'" + +SQLSTATE: XX000 + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07536: "failed to add old item to left page after split" + +SQLSTATE: XX002 + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07537: "btree\_redo: unknown op code %hhu" + +SQLSTATE: + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07538: "Failed to check input value: invalid token '%s'.\\n" + +SQLSTATE: + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07539: "invalid client\_crt\_filepath length %lu" + +SQLSTATE: 22023 + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07540: "Fail to list bucket object in node:%s with error code: %s, %s the bucket name: %s, prefix name: %s" + +SQLSTATE: 29000 + +Description:Internal system error. + +Solution:Contact technical support. + diff --git a/content/docs-lite/en/docs/DataBaseReference/gauss-07541----gauss-07550.md b/content/docs-lite/en/docs/DataBaseReference/gauss-07541----gauss-07550.md new file mode 100644 index 000000000..f79e13752 --- /dev/null +++ b/content/docs-lite/en/docs/DataBaseReference/gauss-07541----gauss-07550.md @@ -0,0 +1,82 @@ +# GAUSS-07541 -- GAUSS-07550 + +GAUSS-07541: "Datanode '%s' fail to read OBS object bucket:'%s' key:'%s' with OBS error code:%s %s" + +SQLSTATE: 29000 + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07542: "Fail to flush data content to OBS in buffile offset \['%d'\] to\_write \['%d'\]" + +SQLSTATE: 29P03 + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07543: "Datanode '%s' fail to seek buffer file be \(0, 0\) after reset actual length" + +SQLSTATE: + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07544: "Datanode '%s' fail to write OBS object %s with OBS error code:%s %s" + +SQLSTATE: 29000 + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07545: "Node '%s' fail to initialize libobs with OBS error code:%s" + +SQLSTATE: 29000 + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07546: "unsupported operation in OBS handler layer" + +SQLSTATE: HV00B + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07547: "OBS URL's %s is not valid '%s'" + +SQLSTATE: HV00E + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07548: "Fail to connect OBS host %s in node:%s with error code: %s %s" + +SQLSTATE: 29000 + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07549: "Cannot get obs bucket config from replication slots" + +SQLSTATE: 22023 + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07550: "The parameter cannot be NULL" + +SQLSTATE: 22004 + +Description:Internal system error. + +Solution:Contact technical support. + diff --git a/content/docs-lite/en/docs/DataBaseReference/gauss-07551----gauss-07560.md b/content/docs-lite/en/docs/DataBaseReference/gauss-07551----gauss-07560.md new file mode 100644 index 000000000..20cb102d2 --- /dev/null +++ b/content/docs-lite/en/docs/DataBaseReference/gauss-07551----gauss-07560.md @@ -0,0 +1,82 @@ +# GAUSS-07551 -- GAUSS-07560 + +GAUSS-07551: "corrupted page pointers: lower = %d, upper = %d, special = %d" + +SQLSTATE: XX001 + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07552: "incorrect index offsets supplie" + +SQLSTATE: 2201X + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07553: "corrupted item lengths: total %u, available space %d" + +SQLSTATE: XX001 + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07554: "corrupted item pointer: %d" + +SQLSTATE: XX001 + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07555: "ClogXlogDdlParseToBlock: unknown op code %u" + +SQLSTATE: + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07556: "cannot mark transaction %lu committed without CSN %lu" + +SQLSTATE: + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07557: "DbaseRedoParseToBlock: unknown op code %u" + +SQLSTATE: XX004 + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07558: "GinRedoParseToBlock: unknown op code %u" + +SQLSTATE: 22023 + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07559: "GinRedoSplitBlock did not contain a full-page image of %u page" + +SQLSTATE: XX002 + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07560: "GinRedoVacuumPageBlock did not contain a full-page image of %u page" + +SQLSTATE: XX002 + +Description:Internal system error. + +Solution:Contact technical support. + diff --git a/content/docs-lite/en/docs/DataBaseReference/gauss-07561----gauss-07570.md b/content/docs-lite/en/docs/DataBaseReference/gauss-07561----gauss-07570.md new file mode 100644 index 000000000..17c13817f --- /dev/null +++ b/content/docs-lite/en/docs/DataBaseReference/gauss-07561----gauss-07570.md @@ -0,0 +1,82 @@ +# GAUSS-07561 -- GAUSS-07570 + +GAUSS-07561: "GinRedoDataBlock: unknown op code %hhu" + +SQLSTATE: 22023 + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07562: "gist parse: unknown op code %u" + +SQLSTATE: XX002 + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07563: "gist redo: unknown op code %u" + +SQLSTATE: XX002 + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07564: "HashRedoParseToBlock: unimplemented" + +SQLSTATE: + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07565: "heap\_multi\_insert\_redo: total tuple length mismatch" + +SQLSTATE: + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07566: "heap\_inplace\_redo: no tuple data" + +SQLSTATE: + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07567: "HeapRedoParseToBlock: unknown op code %u" + +SQLSTATE: + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07568: "Heap2RedoParseIoBlock: unknown op code %u" + +SQLSTATE: + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07569: "HeapXlogNewpageBlock unexpected result when restoring backup block" + +SQLSTATE: XX001 + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07570: "HeapRedoDataBlock: unknown op code %u" + +SQLSTATE: + +Description:Internal system error. + +Solution:Contact technical support. + diff --git a/content/docs-lite/en/docs/DataBaseReference/gauss-07571----gauss-07580.md b/content/docs-lite/en/docs/DataBaseReference/gauss-07571----gauss-07580.md new file mode 100644 index 000000000..721811f48 --- /dev/null +++ b/content/docs-lite/en/docs/DataBaseReference/gauss-07571----gauss-07580.md @@ -0,0 +1,82 @@ +# GAUSS-07571 -- GAUSS-07580 + +GAUSS-07571: "HeapRedoVmBlock: unknown op code %u" + +SQLSTATE: + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07572: "heap2\_redo\_block: unknown op code %u" + +SQLSTATE: + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07573: "Heap2RedoVmBlock: unknown op code %u" + +SQLSTATE: + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07574: "Heap3RedoParseToBlock: unknown op code %u" + +SQLSTATE: + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07575: "heap3\_redo\_block: unknown op code %u" + +SQLSTATE: + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07576: "BtreeRedoParseToBlock: unknown op code %u" + +SQLSTATE: + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07577: "btree\_redo\_block: unknown op code %u" + +SQLSTATE: + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07578: "relmap\_redo\_parse\_to\_block: unknown op code %u" + +SQLSTATE: 0A000 + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07579: "seq\_redo\_parse\_to\_block: unknown op code %u" + +SQLSTATE: XX000 + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07580: "smgr\_redo\_parse\_to\_block: unknown op code %u" + +SQLSTATE: + +Description:Internal system error. + +Solution:Contact technical support. + diff --git a/content/docs-lite/en/docs/DataBaseReference/gauss-07581----gauss-07590.md b/content/docs-lite/en/docs/DataBaseReference/gauss-07581----gauss-07590.md new file mode 100644 index 000000000..9f8107eda --- /dev/null +++ b/content/docs-lite/en/docs/DataBaseReference/gauss-07581----gauss-07590.md @@ -0,0 +1,82 @@ +# GAUSS-07581 -- GAUSS-07590 + +GAUSS-07581: "xact\_redo\_parse\_to\_block: unknown op code %u" + +SQLSTATE: 25000 + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07582: "xlog\_redo\_parse\_to\_block: unknown op code %u" + +SQLSTATE: + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07583: "unexpected XLogReadBufferForRedo result when restoring backup %u/%u/%u forknumber %d block %u lsn %X/%X" + +SQLSTATE: + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07584: "lsn check error, lsn in record \(%X/%X\) ,lsn in current page %X/%X, page info:%u/%u/%u forknum %d blknum:%u lsn %X/%X" + +SQLSTATE: + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07585: "XLogCheckRedoAction failed to restore block image" + +SQLSTATE: 22000 + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07586: "XLogMemCtlInit Allocated buffer failed!, taoalblknum:%d, itemsize:%lu" + +SQLSTATE: DB010 + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07587: "XLogMemRelease failed!, taoalblknum:%u, buf\_id:%u" + +SQLSTATE: DB010 + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07588: "XLogRedoBufferAlloc Allocated buffer failed!, taoalblknum:%u, usedblknum:%u" + +SQLSTATE: DB010 + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07589: "XLogRedoBufferRelease failed!, taoalblknum:%u, buf\_id:%u" + +SQLSTATE: DB010 + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07590: "XLogRedoBufferGetBlkNumber get bufferblknum failed!, taoalblknum:%u, buf\_id:%u" + +SQLSTATE: DB010 + +Description:Internal system error. + +Solution:Contact technical support. + diff --git a/content/docs-lite/en/docs/DataBaseReference/gauss-07591----gauss-07600.md b/content/docs-lite/en/docs/DataBaseReference/gauss-07591----gauss-07600.md new file mode 100644 index 000000000..f4086adbf --- /dev/null +++ b/content/docs-lite/en/docs/DataBaseReference/gauss-07591----gauss-07600.md @@ -0,0 +1,82 @@ +# GAUSS-07591 -- GAUSS-07600 + +GAUSS-07591: "XLogRedoBufferGetBlk get bufferblk failed!, taoalblknum:%u, buf\_id:%u" + +SQLSTATE: DB010 + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07592: "XLogRedoBufferGetPage get bufferblk failed!, taoalblknum:%u, buf\_id:%u" + +SQLSTATE: DB010 + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07593: "XLogRedoBufferSetState get bufferblk failed!, taoalblknum:%u, buf\_id:%u" + +SQLSTATE: DB010 + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07594: "XLogBlockDataCommonRedo: redobuffer checkfailed" + +SQLSTATE: + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07595: "XLogBlockDataCommonRedo: unknown rmid %u" + +SQLSTATE: + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07596: "XLogBlockVmCommonRedo: redobuffer checkfailed" + +SQLSTATE: + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07597: "XLogBlockRedoForExtremeRTO: redobuffer checkfailed" + +SQLSTATE: + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07598: "XLogParseToBlockCommonFunc: rmid checkfailed" + +SQLSTATE: + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07599: "just do panic" + +SQLSTATE: + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07600: "variable page should not be NULL" + +SQLSTATE: XX005 + +Description:Internal system error. + +Solution:Contact technical support. + diff --git a/content/docs-lite/en/docs/DataBaseReference/gauss-07601----gauss-07610.md b/content/docs-lite/en/docs/DataBaseReference/gauss-07601----gauss-07610.md new file mode 100644 index 000000000..f47d3252f --- /dev/null +++ b/content/docs-lite/en/docs/DataBaseReference/gauss-07601----gauss-07610.md @@ -0,0 +1,82 @@ +# GAUSS-07601 -- GAUSS-07610 + +GAUSS-07601: "reconstrValue is NULL but level = %d \(not zero\)." + +SQLSTATE: XX002 + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07602: "failed to add item of size %d to SPGiST index page" + +SQLSTATE: XX002 + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07603: "Must be system admin or operator admin in operation mode to get cbm merged file." + +SQLSTATE: 42501 + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07604: "memory is temporarily unavailable while allocate block string" + +SQLSTATE: 53000 + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07605: "Negative timeout for force track cbm!" + +SQLSTATE: 22023 + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07606: "CBM writer thread is not running!" + +SQLSTATE: 55000 + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07607: "Timeout happened during force track cbm!" + +SQLSTATE: YY004 + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07608: "start xlog location %X/%X should be smaller than or equal to end xlog location %X/%X" + +SQLSTATE: 22023 + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07609: "end xlog location %X/%X should be smaller than or equal to already tracked xlog location %X/%X" + +SQLSTATE: 22023 + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07610: "could not parse xlog location '%s'" + +SQLSTATE: 22023 + +Description:Internal system error. + +Solution:Contact technical support. + diff --git a/content/docs-lite/en/docs/DataBaseReference/gauss-07611----gauss-07620.md b/content/docs-lite/en/docs/DataBaseReference/gauss-07611----gauss-07620.md new file mode 100644 index 000000000..26f3a9982 --- /dev/null +++ b/content/docs-lite/en/docs/DataBaseReference/gauss-07611----gauss-07620.md @@ -0,0 +1,82 @@ +# GAUSS-07611 -- GAUSS-07620 + +GAUSS-07611: "Length of CBM file home path exceeds MAXPGPATH!" + +SQLSTATE: + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07612: "Length of absolute CBM file path would exceed MAXPGPATH!" + +SQLSTATE: + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07613: "memory is temporarily unavailable while allocate page read buffer during validate CBM file" + +SQLSTATE: 53000 + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07614: "Failed to truncate CBM file '%s' to length %ld" + +SQLSTATE: + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07615: "could not create new CBM file '%s': %m" + +SQLSTATE: + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07616: "could not open CBM file '%s': %m" + +SQLSTATE: + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07617: "failed to stat current cbm file %s :%m" + +SQLSTATE: + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07618: "The xlog LSN to be parsed %08X/%08X is smaller than already tracked xlog LSN %08X/%08X. This may be caused by xlog truncation \(pg\_rewind\), xlog corruption or PITR \(at present CBM does not support multiple timelines\). Under these scenarios, inconsistent CBM files may be created. To be safe, we zap all existing CBM files and restart CBM tracking" + +SQLSTATE: 22023 + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07619: "memory is temporarily unavailable while allocate xlog reader" + +SQLSTATE: 53000 + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07620: "could not read WAL record at %08X/%08X: %s" + +SQLSTATE: 22000 + +Description:Internal system error. + +Solution:Contact technical support. + diff --git a/content/docs-lite/en/docs/DataBaseReference/gauss-07621----gauss-07630.md b/content/docs-lite/en/docs/DataBaseReference/gauss-07621----gauss-07630.md new file mode 100644 index 000000000..ca76ed2ab --- /dev/null +++ b/content/docs-lite/en/docs/DataBaseReference/gauss-07621----gauss-07630.md @@ -0,0 +1,82 @@ +# GAUSS-07621 -- GAUSS-07630 + +GAUSS-07621: "could not read WAL record at %08X/%08X" + +SQLSTATE: 22000 + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07622: "could not find or create CBM page entry: rel %u/%u/%u forknum %d blkno %u page type %d truncate blkno %u" + +SQLSTATE: 29P02 + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07623: "memory is temporarily unavailable while allocate new CBM page" + +SQLSTATE: 53000 + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07624: "could not create dummy CBM page entry: rel %u/%u/%u forknum %d" + +SQLSTATE: 29P02 + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07625: "memory is temporarily unavailable while allocate CBM page header array" + +SQLSTATE: 53000 + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07626: "CBM hash table corrupted" + +SQLSTATE: XX001 + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07627: "fsync CBM file '%s' failed during flushing" + +SQLSTATE: + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07628: "could not write CBM file '%s', page offset %ld" + +SQLSTATE: + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07629: "close CBM file '%s' failed during rotate" + +SQLSTATE: + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07630: "found invalid CBM file name'%s' before rotate" + +SQLSTATE: 42602 + +Description:Internal system error. + +Solution:Contact technical support. + diff --git a/content/docs-lite/en/docs/DataBaseReference/gauss-07631----gauss-07640.md b/content/docs-lite/en/docs/DataBaseReference/gauss-07631----gauss-07640.md new file mode 100644 index 000000000..41bc5e0b5 --- /dev/null +++ b/content/docs-lite/en/docs/DataBaseReference/gauss-07631----gauss-07640.md @@ -0,0 +1,82 @@ +# GAUSS-07631 -- GAUSS-07640 + +GAUSS-07631: "could not rename file '%s' to '%s' during rotate: %m" + +SQLSTATE: + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07632: "could not open CBM file directory '%s': %m" + +SQLSTATE: + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07633: "could not find valid CBM file between %08X/%08X and %08X/%08X, which may be caused by previous CBM switch-off, truncation, or corruption" + +SQLSTATE: 58P03 + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07634: "could not find valid CBM file that contains the merging start point %08X/%08X" + +SQLSTATE: 58P03 + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07635: "could not find valid CBM file that contains the merging end point %08X/%08X" + +SQLSTATE: 58P03 + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07636: "there is a gap between CBM file %s and %s, which may be caused by previous CBM switch-off, truncation, or corruption" + +SQLSTATE: 29P02 + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07637: "memory is temporarily unavailable while allocate page read buffer during merge CBM file array" + +SQLSTATE: 53000 + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07638: "could not open CBM file '%s' while merging: %m" + +SQLSTATE: + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07639: "could not find merge start point %08X/%08X in CBM files " + +SQLSTATE: 29P02 + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07640: "could not find merge end point %08X/%08X in CBM files, the last cbm page end at %08X/%08X" + +SQLSTATE: 29P02 + +Description:Internal system error. + +Solution:Contact technical support. + diff --git a/content/docs-lite/en/docs/DataBaseReference/gauss-07641----gauss-07650.md b/content/docs-lite/en/docs/DataBaseReference/gauss-07641----gauss-07650.md new file mode 100644 index 000000000..8f109e5e3 --- /dev/null +++ b/content/docs-lite/en/docs/DataBaseReference/gauss-07641----gauss-07650.md @@ -0,0 +1,82 @@ +# GAUSS-07641 -- GAUSS-07650 + +GAUSS-07641: "could not read the first page head of CBM file '%s' " + +SQLSTATE: 29P02 + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07642: "the first page start LSN %08X/%08X of CBM file '%s' does not equal the file start LSN %08X/%08X" + +SQLSTATE: 29P02 + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07643: "partial page read occurs at page offset %ld of CBM file '%s', stop reading" + +SQLSTATE: 58P03 + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07644: "Corruption detected in CBM file '%s', page offset %ld" + +SQLSTATE: 58P03 + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07645: "LSN track gap detected in CBM file '%s', page offset %ld: previous page batch end LSN is %08X/%08X, current page batch start LSN is %08X/%08X" + +SQLSTATE: 29P02 + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07646: "Inconsistent start/end LSN in one page batch for CBM file '%s' at page offset %ld: previous page start-end LSN %08X/%08X-%08X/%08X, curent page start-end LSN %08X/%08X-%08X/%08X" + +SQLSTATE: 29P02 + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07647: "the last read page end LSN %08X/%08X of CBM file '%s' does not equal the file end LSN %08X/%08X" + +SQLSTATE: 29P02 + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07648: "could not find or create CBM page entry: rel %u/%u/%u forknum %d during merge into hash" + +SQLSTATE: 58P03 + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07649: "invalid CBM page header: rel %u/%u/%u forknum %d first blkno %u page type %d truncate blkno %u" + +SQLSTATE: 29P02 + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07650: "could not create merge dest CBM file '%s': %m" + +SQLSTATE: + +Description:Internal system error. + +Solution:Contact technical support. + diff --git a/content/docs-lite/en/docs/DataBaseReference/gauss-07651----gauss-07660.md b/content/docs-lite/en/docs/DataBaseReference/gauss-07651----gauss-07660.md new file mode 100644 index 000000000..a7fe240d7 --- /dev/null +++ b/content/docs-lite/en/docs/DataBaseReference/gauss-07651----gauss-07660.md @@ -0,0 +1,82 @@ +# GAUSS-07651 -- GAUSS-07660 + +GAUSS-07651: "memory is temporarily unavailable while allocate CBM array" + +SQLSTATE: 53000 + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07652: "CBM hash table corrupted: incorrect total hash entry number" + +SQLSTATE: 29P02 + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07653: "memory is temporarily unavailable while allocate CBM block array" + +SQLSTATE: 53000 + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07654: "could not force tracking cbm because cbm tracking function is not enabled!" + +SQLSTATE: 55000 + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07655: "timeout when call pg\_cbm\_rotate\_file" + +SQLSTATE: + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07656: "Incorrect xid status %d" + +SQLSTATE: + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07657: "CLOG STATUS ERROR: xid %lu status %s" + +SQLSTATE: + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07658: "CLOG PAGE STATUS ERROR: xid %lu status %s" + +SQLSTATE: + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07659: "CLOG STATUS ERROR: xid: %lu input status %s, current status %s" + +SQLSTATE: + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07660: "clog pageno should be \>= 0" + +SQLSTATE: 42804 + +Description:Internal system error. + +Solution:Contact technical support. + diff --git a/content/docs-lite/en/docs/DataBaseReference/gauss-07661----gauss-07670.md b/content/docs-lite/en/docs/DataBaseReference/gauss-07661----gauss-07670.md new file mode 100644 index 000000000..21fe3d9d5 --- /dev/null +++ b/content/docs-lite/en/docs/DataBaseReference/gauss-07661----gauss-07670.md @@ -0,0 +1,82 @@ +# GAUSS-07661 -- GAUSS-07670 + +GAUSS-07661: "pg\_csnlog contains invalid entry: xid %lu points to parent xid %lu" + +SQLSTATE: 58030 + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07662: "csn log state change from %lu to %lu is not allowed!" + +SQLSTATE: XX000 + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07663: "Initialize the csn log failed." + +SQLSTATE: + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07664: "the current transaction %lu is smaller than gtm recent global xmin, so no need to set csn log. pageno: %ld, startExtendCSNLogPage: %ld" + +SQLSTATE: YY014 + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07665: "The lastExtenPage %ld is larger than newExtendPage %ld,and the newestXact is %lu, the recent global xmin %lu" + +SQLSTATE: YY014 + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07666: "Read file error" + +SQLSTATE: + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07667: "Read file size mismatch: expected %d, read %d" + +SQLSTATE: + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07668: "Write file error" + +SQLSTATE: + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07669: "Write file size mismatch: expected %d, written %d" + +SQLSTATE: + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07670: "Seek file error" + +SQLSTATE: + +Description:Internal system error. + +Solution:Contact technical support. + diff --git a/content/docs-lite/en/docs/DataBaseReference/gauss-07671----gauss-07680.md b/content/docs-lite/en/docs/DataBaseReference/gauss-07671----gauss-07680.md new file mode 100644 index 000000000..f8bac3ced --- /dev/null +++ b/content/docs-lite/en/docs/DataBaseReference/gauss-07671----gauss-07680.md @@ -0,0 +1,82 @@ +# GAUSS-07671 -- GAUSS-07680 + +GAUSS-07671: "DW extend file failed, expected\_file\_size %ld, offset %ld, extend\_size %ld" + +SQLSTATE: + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07672: "DW verify checksum: page checksum flag is wrong" + +SQLSTATE: + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07673: "DW check file size failed, expected\_size %ld, actual\_size %ld" + +SQLSTATE: + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07674: "File header is broken" + +SQLSTATE: + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07675: "Could not truncate dw file during startup!" + +SQLSTATE: + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07676: "Could not create file '%s'" + +SQLSTATE: + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07677: "DW file close failed" + +SQLSTATE: + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07678: "Could not remove the residual batch flush DW single flush file" + +SQLSTATE: + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07679: "Could not remove the residual single flush DW single flush file" + +SQLSTATE: + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07680: "Could not remove the DW build file" + +SQLSTATE: + +Description:Internal system error. + +Solution:Contact technical support. + diff --git a/content/docs-lite/en/docs/DataBaseReference/gauss-07681----gauss-07690.md b/content/docs-lite/en/docs/DataBaseReference/gauss-07681----gauss-07690.md new file mode 100644 index 000000000..7c9f1c215 --- /dev/null +++ b/content/docs-lite/en/docs/DataBaseReference/gauss-07681----gauss-07690.md @@ -0,0 +1,82 @@ +# GAUSS-07681 -- GAUSS-07690 + +GAUSS-07681: "batch flush DW file does not exist" + +SQLSTATE: + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07682: "single flush DW file does not exist" + +SQLSTATE: + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07683: "Could not open file '%s'" + +SQLSTATE: + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07684: "\[batch flush\] Double write already closed" + +SQLSTATE: + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07685: "could not find or create redo item entry: rel %u/%u/%u forknum %d blkno %u" + +SQLSTATE: 29P02 + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07686: "PRTrackRemoveEntry:Redo item hash table corrupted" + +SQLSTATE: + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07687: "WaitWorkerReady failed, no worker is ready for work. totalWorkerCount :%u" + +SQLSTATE: DB010 + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07688: "WaitWorkerReady total thread count:%u, readyWorkerCnt:%u, not all thread ready" + +SQLSTATE: DB010 + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07689: "CheckAlivePageWorkers: thread %lu is still alive" + +SQLSTATE: DB010 + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07690: "\[REDO\_LOG\_TRACE\]StartPageRedoWorkers CreateWorker failed, started:%u" + +SQLSTATE: DB010 + +Description:Internal system error. + +Solution:Contact technical support. + diff --git a/content/docs-lite/en/docs/DataBaseReference/gauss-07691----gauss-07700.md b/content/docs-lite/en/docs/DataBaseReference/gauss-07691----gauss-07700.md new file mode 100644 index 000000000..d1081b2c7 --- /dev/null +++ b/content/docs-lite/en/docs/DataBaseReference/gauss-07691----gauss-07700.md @@ -0,0 +1,82 @@ +# GAUSS-07691 -- GAUSS-07700 + +GAUSS-07691: "\[REDO\_LOG\_TRACE\]StartPageRedoWorkers StartPageRedoWorker failed, started:%u" + +SQLSTATE: DB010 + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07692: "StopRecoveryWorkers wait too long!!!" + +SQLSTATE: DB010 + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07693: "\[REDO\_LOG\_TRACE\]DispatchRedoRecord encounter fatal error:rmgrID:%u, info:%u, indexid:%u" + +SQLSTATE: DB010 + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07694: "\[REDO\_LOG\_TRACE\]DispatchRedoRecord could not be here config recovery num %d, work num %u" + +SQLSTATE: DB010 + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07695: "\[REDO\_LOG\_TRACE\]AddWorkerToSet:input work id error, id:%u, batch work num %u" + +SQLSTATE: DB010 + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07696: "Allocated record buffer failed!, cur item:%u, max item:%u" + +SQLSTATE: DB010 + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07697: "Allocated blocks data failed!, cur item:%u, max item:%u" + +SQLSTATE: DB010 + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07698: "Allocated main\_data failed!, cur item:%u, max item:%u" + +SQLSTATE: DB010 + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07699: "NewReaderState Dispatch is null" + +SQLSTATE: DB010 + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07700: "sem\_destroy failed: %m" + +SQLSTATE: DB010 + +Description:Internal system error. + +Solution:Contact technical support. + diff --git a/content/docs-lite/en/docs/DataBaseReference/gauss-07701----gauss-07710.md b/content/docs-lite/en/docs/DataBaseReference/gauss-07701----gauss-07710.md new file mode 100644 index 000000000..39b067346 --- /dev/null +++ b/content/docs-lite/en/docs/DataBaseReference/gauss-07701----gauss-07710.md @@ -0,0 +1,82 @@ +# GAUSS-07701 -- GAUSS-07710 + +GAUSS-07701: "MultiRedoGetWorkerId parallel redo and extreme redo is close, should not be here!" + +SQLSTATE: + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07702: "MultiRedoMain parallel redo and extreme redo is close, should not be here!" + +SQLSTATE: + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07703: "multixact\_redo\_parse\_to\_block: unknown op code %u" + +SQLSTATE: + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07704: "\[REDO\_LOG\_TRACE\]StartPageRedoWorkers we need at least one worker thread" + +SQLSTATE: DB010 + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07705: "\[REDO\_LOG\_TRACE\]AddWorkerToSet:input work id error, id:%u, work num %u" + +SQLSTATE: DB010 + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07706: "\[REDO\_LOG\_TRACE\]ApplyMultiPageAllWorkerRecord encounter fatal error:rmgrID:%u, info:%u" + +SQLSTATE: DB010 + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07707: "\[REDO\_LOG\_TRACE\]ApplyMultiPageShareWithTrxnRecord encounter fatal error:rmgrID:%u, info:%u, designatedWorker:%u" + +SQLSTATE: DB010 + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07708: "\[REDO\_LOG\_TRACE\]ApplyMultiPageShareWithTrxnRecord encounter fatal error:rmgrID:%u, info:%u" + +SQLSTATE: DB010 + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07709: "\[REDO\_LOG\_TRACE\]ApplyReadyTxnShareLogRecords encounter fatal error:rmgrID:%u, info:%u, sharcount:%u" + +SQLSTATE: DB010 + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07710: "\[REDO\_LOG\_TRACE\]ApplyReadyTxnShareLogRecords encounter fatal error:rmgrID:%u, info:%u, designatedWorker:%u" + +SQLSTATE: DB010 + +Description:Internal system error. + +Solution:Contact technical support. + diff --git a/content/docs-lite/en/docs/DataBaseReference/gauss-07711----gauss-07720.md b/content/docs-lite/en/docs/DataBaseReference/gauss-07711----gauss-07720.md new file mode 100644 index 000000000..34dd9733b --- /dev/null +++ b/content/docs-lite/en/docs/DataBaseReference/gauss-07711----gauss-07720.md @@ -0,0 +1,82 @@ +# GAUSS-07711 -- GAUSS-07720 + +GAUSS-07711: "\[REDO\_LOG\_TRACE\]ApplyReadyAllShareLogRecords encounter fatal error:rmgrID:%u, info:%u, sharcount:%u" + +SQLSTATE: DB010 + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07712: "\[REDO\_LOG\_TRACE\]ApplyReadyAllShareLogRecords encounter fatal error:rmgrID:%u, info:%u, sharcount:%u, refcount:%u" + +SQLSTATE: DB010 + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07713: "slru zero page under %s" + +SQLSTATE: 22000 + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07714: "slru read page under %s" + +SQLSTATE: 22000 + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07715: "slru write page under %s" + +SQLSTATE: 22000 + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07716: "could not access status of transaction %lu , nextXid is %lu " + +SQLSTATE: + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07717: "the current valid prepared xid list or the next valid prepared list should not be NULL" + +SQLSTATE: + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07718: "failed to find transaction in GlobalTransaction array" + +SQLSTATE: P0002 + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07719: "Invalid prepared list lenth: %d" + +SQLSTATE: 22000 + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07720: "could not read two-phase state from xlog at %X/%X, errormsg: %s" + +SQLSTATE: + +Description:Internal system error. + +Solution:Contact technical support. + diff --git a/content/docs-lite/en/docs/DataBaseReference/gauss-07721----gauss-07730.md b/content/docs-lite/en/docs/DataBaseReference/gauss-07721----gauss-07730.md new file mode 100644 index 000000000..5926d88cd --- /dev/null +++ b/content/docs-lite/en/docs/DataBaseReference/gauss-07721----gauss-07730.md @@ -0,0 +1,50 @@ +# GAUSS-07721 -- GAUSS-07730 + +GAUSS-07721: "expected two-phase state data is not present in xlog at %X/%X" + +SQLSTATE: + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07722: "could not read two-phase state file." + +SQLSTATE: + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07723: "invalid twophase resource manager lock id" + +SQLSTATE: 29000 + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07724: "cannot commit prepared transaction %lu, it was already aborted" + +SQLSTATE: 25000 + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07725: "cannot abort prepared transaction %lu, it was already committed" + +SQLSTATE: + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07730: "SaveCurrentSTPTopTransactionState can only be called in STP." + +SQLSTATE: 25000 + +Description:Internal system error. + +Solution:Contact technical support. + diff --git a/content/docs-lite/en/docs/DataBaseReference/gauss-07731----gauss-07740.md b/content/docs-lite/en/docs/DataBaseReference/gauss-07731----gauss-07740.md new file mode 100644 index 000000000..3a15ef4c7 --- /dev/null +++ b/content/docs-lite/en/docs/DataBaseReference/gauss-07731----gauss-07740.md @@ -0,0 +1,66 @@ +# GAUSS-07731 -- GAUSS-07740 + +GAUSS-07731: "SaveCurrentSTPTopTransactionState: unexpected state %s" + +SQLSTATE: 25000 + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07732: "RestoreCurrentSTPTopTransactionState can only be called in STP." + +SQLSTATE: 25000 + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07733: "RestoreCurrentSTPTopTransactionState:NULL, call RestoreCurrentSTPTopTransactionState firstly." + +SQLSTATE: 25000 + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07734: "RestoreCurrentSTPTopTransactionState: unexpected state %s" + +SQLSTATE: 25000 + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07735: "cannot have more than 2^32-2 commands in a transaction" + +SQLSTATE: 54000 + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07736: "Node %s: prepare gid is %s, and top xid is %lu, different transaction!" + +SQLSTATE: 25000 + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07737: "AbortCurrentTransaction: unexpected state %s" + +SQLSTATE: 25000 + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07738: "non-execute dn: there is already a transaction in progress" + +SQLSTATE: 25001 + +Description:Internal system error. + +Solution:Contact technical support. + -- Gitee From 73831c043448221317b0b946b30c1ac8642d62f3 Mon Sep 17 00:00:00 2001 From: liyang0608 <264327807@qq.com> Date: Thu, 6 Apr 2023 10:29:41 +0800 Subject: [PATCH 41/75] fixed f27c217 from https://gitee.com/liyang0608/docs/pulls/4861 fix bugs --- content/zh/menu/index.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/content/zh/menu/index.md b/content/zh/menu/index.md index 829c71a4f..310b49594 100644 --- a/content/zh/menu/index.md +++ b/content/zh/menu/index.md @@ -481,11 +481,11 @@ headless: true - [参考文献]({{< relref "./docs/DatabaseAdministrationGuide/参考文献.md" >}}) - [术语表]({{< relref "./docs/DatabaseAdministrationGuide/术语表.md" >}}) - [访问外部数据库]({{< relref "./docs/DatabaseAdministrationGuide/Foreign-Data-Wrapper.md" >}}) - - [oracle_fdw]({{< relref "./docs/DatabaseAdministrationGuide/用于Oracle的外部数据包装器.md" >}}) - - [mysql_fdw]({{< relref "./docs/DatabaseAdministrationGuide/mysql_fdw.md" >}}) - - [postgres_fdw]({{< relref "./docs/DatabaseAdministrationGuide/postgres_fdw.md" >}}) - - [file_fdw]({{< relref "./docs/DatabaseAdministrationGuide/file_fdw.md" >}}) - - [dblink]({{< relref "./docs/DatabaseAdministrationGuide/dblink.md" >}}) + - [oracle_fdw]({{< relref "./docs/DatabaseAdministrationGuide/用于Oracle的外部数据包装器.md" >}}) + - [mysql_fdw]({{< relref "./docs/DatabaseAdministrationGuide/mysql_fdw.md" >}}) + - [postgres_fdw]({{< relref "./docs/DatabaseAdministrationGuide/postgres_fdw.md" >}}) + - [file_fdw]({{< relref "./docs/DatabaseAdministrationGuide/file_fdw.md" >}}) + - [dblink]({{< relref "./docs/DatabaseAdministrationGuide/dblink.md" >}}) - [管理数据库安全]({{< relref "./docs/DatabaseAdministrationGuide/管理数据库安全.md" >}}) - [客户端接入认证]({{< relref "./docs/DatabaseAdministrationGuide/客户端接入认证.md" >}}) - [配置客户端接入认证]({{< relref "./docs/DatabaseAdministrationGuide/配置客户端接入认证.md" >}}) -- Gitee From 34c42587e1b989efcd539c2bf9df4677e1c4f3e6 Mon Sep 17 00:00:00 2001 From: "tongmeixia@0301" <870020620@qq.com> Date: Thu, 6 Apr 2023 11:10:53 +0800 Subject: [PATCH 42/75] fixed a5ddd87 from https://gitee.com/tongdabao/docs/pulls/4864 link --- .../en/docs/DataBaseReference/guc-parameters.md | 2 +- .../en/docs/DatabaseAdministrationGuide/dblink.md | 2 +- .../en/docs/DatabaseAdministrationGuide/file_fdw.md | 2 +- .../inserting-data-to-tables.md | 2 +- .../memory-table-features.md | 2 +- .../mot-concurrency-control-mechanism.md | 4 ++-- .../en/docs/DatabaseAdministrationGuide/mot-usage.md | 8 ++++---- .../overview-database-audit.md | 2 +- .../repairing-a-ledger-database.md | 2 +- .../resetting-parameters.md | 2 +- .../en/docs/DatabaseAdministrationGuide/roles.md | 8 ++++---- .../en/docs/DatabaseAdministrationGuide/schemas.md | 10 +++++----- .../separation-of-duties.md | 4 ++-- .../setting-a-ledger-database.md | 2 +- .../setting-user-permissions.md | 6 +++--- .../en/docs/DatabaseAdministrationGuide/users.md | 12 ++++++------ ...ing-historical-operation-records-in-the-ledger.md | 4 ++-- 17 files changed, 37 insertions(+), 37 deletions(-) diff --git a/content/docs-lite/en/docs/DataBaseReference/guc-parameters.md b/content/docs-lite/en/docs/DataBaseReference/guc-parameters.md index 5c5f44683..d358adefc 100644 --- a/content/docs-lite/en/docs/DataBaseReference/guc-parameters.md +++ b/content/docs-lite/en/docs/DataBaseReference/guc-parameters.md @@ -48,7 +48,7 @@ - **[Miscellaneous Parameters](miscellaneous-parameters.md)** -- **[Wait Events](wwait_events.md)** +- **[Wait Events](wait_events.md)** - **[Query](query-37.md)** diff --git a/content/docs-lite/en/docs/DatabaseAdministrationGuide/dblink.md b/content/docs-lite/en/docs/DatabaseAdministrationGuide/dblink.md index 81e711d6f..be1cdb15e 100644 --- a/content/docs-lite/en/docs/DatabaseAdministrationGuide/dblink.md +++ b/content/docs-lite/en/docs/DatabaseAdministrationGuide/dblink.md @@ -1,6 +1,6 @@ # dblink -dblink is a tool that can connect to other openGauss databases in an openGauss database session. The connection parameters supported by dblink are the same as those supported by libpq. For details, see [Link Parameters](link-parameters.md). By default, openGauss does not compile dblink. The following describes how to compile and use dblink. +dblink is a tool that can connect to other openGauss databases in an openGauss database session. The connection parameters supported by dblink are the same as those supported by libpq. For details, see [Link Parameters](../Developerguide/link-parameters-libpq.md). By default, openGauss does not compile dblink. The following describes how to compile and use dblink. ## Compiling dblink diff --git a/content/docs-lite/en/docs/DatabaseAdministrationGuide/file_fdw.md b/content/docs-lite/en/docs/DatabaseAdministrationGuide/file_fdw.md index b9f1df6d5..1249820eb 100644 --- a/content/docs-lite/en/docs/DatabaseAdministrationGuide/file_fdw.md +++ b/content/docs-lite/en/docs/DatabaseAdministrationGuide/file_fdw.md @@ -1,6 +1,6 @@ # file\_fdw -The file\_fdw module provides the external data wrapper file\_fdw, which can be used to access data files in the file system of a server. The format of the data files must be readable by the **COPY FROM** command. For details, see [COPY](copy.md). file\_fdw is only used to access readable data files, but cannot write data to the data files. +The file\_fdw module provides the external data wrapper file\_fdw, which can be used to access data files in the file system of a server. The format of the data files must be readable by the **COPY FROM** command. For details, see [COPY](../SQLReference/copy.md). file\_fdw is only used to access readable data files, but cannot write data to the data files. By default, the file\_fdw is compiled in openGauss. During database initialization, the plug-in is created in the **pg\_catalog** schema. diff --git a/content/docs-lite/en/docs/DatabaseAdministrationGuide/inserting-data-to-tables.md b/content/docs-lite/en/docs/DatabaseAdministrationGuide/inserting-data-to-tables.md index ea7e8124d..b03303d75 100644 --- a/content/docs-lite/en/docs/DatabaseAdministrationGuide/inserting-data-to-tables.md +++ b/content/docs-lite/en/docs/DatabaseAdministrationGuide/inserting-data-to-tables.md @@ -45,7 +45,7 @@ More than one of the preceding operations can be performed to a string. For exam >![](public_sys-resources/icon-note.gif) **NOTE:** > ->Long strings are truncated only if **DBCOMPATIBILITY** is set to **TD** \(compatible with Teradata\) and **[td\_compatible\_truncation](en-us_topic_0283137001.md#en-us_topic_0237124738_en-us_topic_0059779195_sb8212ce57eb9432a972e390f77203b7c)** is set to **on**. +>Long strings are truncated only if **DBCOMPATIBILITY** is set to **TD** \(compatible with Teradata\) and **[td\_compatible\_truncation](../DataBaseReference/platform-and-client-compatibility.md#en-us_topic_0237124738_en-us_topic_0059779195_sb8212ce57eb9432a972e390f77203b7c)** is set to **on**. Run the following commands to create **table1** and **table2** to be used in the example: diff --git a/content/docs-lite/en/docs/DatabaseAdministrationGuide/memory-table-features.md b/content/docs-lite/en/docs/DatabaseAdministrationGuide/memory-table-features.md index e026f4b34..d755086fe 100644 --- a/content/docs-lite/en/docs/DatabaseAdministrationGuide/memory-table-features.md +++ b/content/docs-lite/en/docs/DatabaseAdministrationGuide/memory-table-features.md @@ -6,6 +6,6 @@ - **[Concepts of MOT](concepts-of-mot.md)** -- **[Appendices](appendices.md)** +- **[Appendices](appendix.md)** diff --git a/content/docs-lite/en/docs/DatabaseAdministrationGuide/mot-concurrency-control-mechanism.md b/content/docs-lite/en/docs/DatabaseAdministrationGuide/mot-concurrency-control-mechanism.md index bd44f9a2a..6dfaba242 100644 --- a/content/docs-lite/en/docs/DatabaseAdministrationGuide/mot-concurrency-control-mechanism.md +++ b/content/docs-lite/en/docs/DatabaseAdministrationGuide/mot-concurrency-control-mechanism.md @@ -3,7 +3,7 @@ After investing extensive research to find the best concurrency control mechanism, we concluded that SILO-based on OCC is the best ACID-compliant OCC algorithm for MOT. SILO provides the best foundation for MOT's challenging requirements. >![](public_sys-resources/icon-note.gif) **NOTE:** ->MOT is fully Atomicity, Consistency, Isolation, Durability \(ACID\)-compliant, as described in [Introduction to MOT](introduction-to-mot.md). +>MOT is fully Atomicity, Consistency, Isolation, Durability \(ACID\)-compliant, as described in [Introduction to MOT](mot-introduction.md). The following topics describe MOT's concurrency control mechanism. @@ -13,6 +13,6 @@ The following topics describe MOT's concurrency control mechanism. - **[MOT Isolation Levels](mot-isolation-levels.md)** -- **[MOT Optimistic Concurrency Control \(OCC\)](mot-optimistic-concurrency-control-(occ).md)** +- **[MOT Optimistic Concurrency Control \(OCC\)](mot-optimistic-concurrency-control.md)** diff --git a/content/docs-lite/en/docs/DatabaseAdministrationGuide/mot-usage.md b/content/docs-lite/en/docs/DatabaseAdministrationGuide/mot-usage.md index fba38189f..4fbd175de 100644 --- a/content/docs-lite/en/docs/DatabaseAdministrationGuide/mot-usage.md +++ b/content/docs-lite/en/docs/DatabaseAdministrationGuide/mot-usage.md @@ -13,17 +13,17 @@ The following is a simple overview of the tasks related to working with MOT tabl ![](figures/en-us_image_0289899953.png) - [Granting User Permissions](granting-user-permissions.md) -- [Creating/Deleting an MOT](creating-deleting-an-mot.md) +- [Creating/Deleting an MOT](creating-deleting-an-mot-table.md) - **Creating an Index for an MOT Table** - This section also describes how to perform various additional MOT-related tasks, as well as [MOT SQL Coverage and Limitations](mot-sql-coverage-and-limitations.md) – - **[Granting User Permissions](granting-user-permissions.md)** -- **[Creating/Deleting an MOT](creating-deleting-an-mot.md)** +- **[Creating/Deleting an MOT](creating-deleting-an-mot-table.md)** -- **[Creating an Index for an MOT](creating-an-index-for-an-mot.md)** +- **[Creating an Index for an MOT](creating-an-index-for-an-mot-table.md)** -- **[Converting a Disk Table into an MOT](converting-a-disk-table-into-an-mot.md)** +- **[Converting a Disk Table into an MOT](converting-a-disk-table-into-an-mot-table.md)** - **[Query Native Compilation](query-native-compilation.md)** diff --git a/content/docs-lite/en/docs/DatabaseAdministrationGuide/overview-database-audit.md b/content/docs-lite/en/docs/DatabaseAdministrationGuide/overview-database-audit.md index e7322c646..5527dbf3f 100644 --- a/content/docs-lite/en/docs/DatabaseAdministrationGuide/overview-database-audit.md +++ b/content/docs-lite/en/docs/DatabaseAdministrationGuide/overview-database-audit.md @@ -6,7 +6,7 @@ Database security is essential for a database system. openGauss writes all user You need to know the following about the audit function: -- The overall audit switch **[audit\_enabled](audit-switch.md#en-us_topic_0283137524_en-us_topic_0237124745_en-us_topic_0059777744_sb3d1b703f24c49f096b36087a60fdfcd)** supports dynamic loading. After you change the switch status when the database is running, the change takes effect immediately and you do not need to restart the database. Its default value is **on**, indicating that the audit function is enabled. +- The overall audit switch **[audit\_enabled](../DataBaseReference/audit-switch.md#en-us_topic_0283137524_en-us_topic_0237124745_en-us_topic_0059777744_sb3d1b703f24c49f096b36087a60fdfcd)** supports dynamic loading. After you change the switch status when the database is running, the change takes effect immediately and you do not need to restart the database. Its default value is **on**, indicating that the audit function is enabled. - In addition to the overall audit switch, each audit item has an independent switch. An audit item is available only after its own switch is turned on. - The switch of each audit supports dynamic loading. After changing the audit switch status when the database is running, the modification takes effect immediately without restarting the database. diff --git a/content/docs-lite/en/docs/DatabaseAdministrationGuide/repairing-a-ledger-database.md b/content/docs-lite/en/docs/DatabaseAdministrationGuide/repairing-a-ledger-database.md index 8631dbefe..45f4d5891 100644 --- a/content/docs-lite/en/docs/DatabaseAdministrationGuide/repairing-a-ledger-database.md +++ b/content/docs-lite/en/docs/DatabaseAdministrationGuide/repairing-a-ledger-database.md @@ -7,7 +7,7 @@ ## Context -- When an exception occurs or a global blockchain table or user history table is damaged, you can use the [ledger\_gchain\_repair\(tex...](ledger-database-functions.md#li1188094681312) or [ledger\_hist\_repair\(text,...](ledger-database-functions.md#li688019463130) interface to repair the table. After the fault is rectified, the result of invoking the global blockchain table or user history table verification interface is **true**. +- When an exception occurs or a global blockchain table or user history table is damaged, you can use the [ledger\_gchain\_repair\(tex...](ledger-database-functions.md#li1188094681312) or [ledger\_hist\_repair\(text,...](../SQLReference/ledger-database-functions.md#li688019463130) interface to repair the table. After the fault is rectified, the result of invoking the global blockchain table or user history table verification interface is **true**. - The interface for repairing a user history table is **pg\_catalog.ledger\_hist\_repair**. To repair the table, run the following command: ``` diff --git a/content/docs-lite/en/docs/DatabaseAdministrationGuide/resetting-parameters.md b/content/docs-lite/en/docs/DatabaseAdministrationGuide/resetting-parameters.md index cab52abbc..459520493 100644 --- a/content/docs-lite/en/docs/DatabaseAdministrationGuide/resetting-parameters.md +++ b/content/docs-lite/en/docs/DatabaseAdministrationGuide/resetting-parameters.md @@ -15,7 +15,7 @@ openGauss provides multiple methods to set the GUC parameters of databases, user - The unit of time can be ms, s, min, h, or d. -For details about parameters in the hosts configuration template, see [GUC Parameters](guc-parameters.md). +For details about parameters in the hosts configuration template, see [GUC Parameters](../DataBaseReference/guc-parameters.md). ## Setting GUC Parameters diff --git a/content/docs-lite/en/docs/DatabaseAdministrationGuide/roles.md b/content/docs-lite/en/docs/DatabaseAdministrationGuide/roles.md index 252eb6c61..81f773abf 100644 --- a/content/docs-lite/en/docs/DatabaseAdministrationGuide/roles.md +++ b/content/docs-lite/en/docs/DatabaseAdministrationGuide/roles.md @@ -2,7 +2,7 @@ A role is a set of users. After a role is granted to a user through **GRANT**, the user will have all the permissions of the role. It is recommended that roles be used to efficiently grant permissions. For example, you can create different roles of design, development, and maintenance personnel, grant the roles to users, and then grant specific data permissions required by different users. When permissions are granted or revoked at the role level, these changes take effect on all members of the role. -openGauss provides an implicitly defined group **PUBLIC** that contains all roles. By default, all new users and roles have the permissions of **PUBLIC**. For details about the default permissions of **PUBLIC**, see [GRANT](grant.md). To revoke permissions of **PUBLIC** from a user or role, or re-grant these permissions to them, add the **PUBLIC** keyword in the **REVOKE** or **GRANT** statement. +openGauss provides an implicitly defined group **PUBLIC** that contains all roles. By default, all new users and roles have the permissions of **PUBLIC**. For details about the default permissions of **PUBLIC**, see [GRANT](../SQLReference/grant.md). To revoke permissions of **PUBLIC** from a user or role, or re-grant these permissions to them, add the **PUBLIC** keyword in the **REVOKE** or **GRANT** statement. To view all roles, query the system catalog **PG\_ROLES**. @@ -14,9 +14,9 @@ SELECT * FROM PG_ROLES; In non-[Separation of Duties](separation-of-duties.md) scenarios, a role can be created, modified, and deleted only by a system administrator or a user with the **CREATEROLE** attribute. In separation-of-duties scenarios, a role can be created, modified, and deleted only by an initial user or a user with the **CREATEROLE** attribute. -- To create a role, use **[CREATE ROLE](create-role.md)**. -- To add or delete users in an existing role, use **[ALTER ROLE](alter-role.md)**. -- To delete a role, use **[DROP ROLE](drop-role.md)**. **DROP ROLE** deletes only a role, rather than member users in the role. +- To create a role, use **[CREATE ROLE](../SQLReference/create-role.md)**. +- To add or delete users in an existing role, use **[ALTER ROLE](../SQLReference/alter-role.md)**. +- To delete a role, use **[DROP ROLE](../SQLReference/drop-role.md)**. **DROP ROLE** deletes only a role, rather than member users in the role. ## Built-in roles diff --git a/content/docs-lite/en/docs/DatabaseAdministrationGuide/schemas.md b/content/docs-lite/en/docs/DatabaseAdministrationGuide/schemas.md index b64a9e149..ec92fa131 100644 --- a/content/docs-lite/en/docs/DatabaseAdministrationGuide/schemas.md +++ b/content/docs-lite/en/docs/DatabaseAdministrationGuide/schemas.md @@ -12,9 +12,9 @@ Database objects are generally created in the first schema in a database search ## Creating, Modifying, and Deleting Schemas -- To create a schema, use **[CREATE SCHEMA](create-schema.md)**. By default, the initial user and system administrator can create schemas. Other users can create schemas in the database only when they have the CREATE permission on the database. For details about how to grant the permission, see the syntax in [GRANT](grant.md). -- To change the name or owner of a schema, use **[ALTER SCHEMA](alter-schema.md)**. The schema owner can change the schema. -- To delete a schema and its objects, use [DROP SCHEMA](drop-schema.md). Schema owners can delete schemas. +- To create a schema, use **[CREATE SCHEMA](../SQLReference/create-schema.md)**. By default, the initial user and system administrator can create schemas. Other users can create schemas in the database only when they have the CREATE permission on the database. For details about how to grant the permission, see the syntax in [GRANT](grant.md). +- To change the name or owner of a schema, use **[ALTER SCHEMA](../SQLReference/alter-schema.md)**. The schema owner can change the schema. +- To delete a schema and its objects, use [DROP SCHEMA](../SQLReference/drop-schema.md). Schema owners can delete schemas. - To create a table in a schema, use the _schema\_name_**.**_table\_name_ format to specify the table. If _schema\_name_ is not specified, the table will be created in the first schema in [search path](#en-us_topic_0283137084_en-us_topic_0237121104_en-us_topic_0156599225_section03655314403). - To view the owner of a schema, perform the following join query on the system catalogs **PG\_NAMESPACE** and **PG\_USER**. Replace _schema\_name_ in the statement with the name of the schema to be queried. @@ -37,9 +37,9 @@ Database objects are generally created in the first schema in a database search ## Search Path -A search path is defined in the **[search\_path](en-us_topic_0283136752.md#en-us_topic_0237124732_en-us_topic_0059779117_s304b0a206e2e4ca782210ffb66cbc4b0)** parameter. The parameter value is a list of schema names separated by commas \(,\). If no target schema is specified during object creation, the object is added to the first schema listed in the search path. If there are objects with the same name across different schemas and no schema is specified for an object query, the object will be returned from the first schema containing the object in the search path. +A search path is defined in the **[search\_path](../DataBaseReference/statement-behavior.md#en-us_topic_0237124732_en-us_topic_0059779117_s304b0a206e2e4ca782210ffb66cbc4b0)** parameter. The parameter value is a list of schema names separated by commas \(,\). If no target schema is specified during object creation, the object is added to the first schema listed in the search path. If there are objects with the same name across different schemas and no schema is specified for an object query, the object will be returned from the first schema containing the object in the search path. -- To view the current search path, use [SHOW](show.md). +- To view the current search path, use [SHOW](../SQLReference/show.md). ``` openGauss=# SHOW SEARCH_PATH; diff --git a/content/docs-lite/en/docs/DatabaseAdministrationGuide/separation-of-duties.md b/content/docs-lite/en/docs/DatabaseAdministrationGuide/separation-of-duties.md index 0dce1b932..b9f3a9a2a 100644 --- a/content/docs-lite/en/docs/DatabaseAdministrationGuide/separation-of-duties.md +++ b/content/docs-lite/en/docs/DatabaseAdministrationGuide/separation-of-duties.md @@ -4,13 +4,13 @@ Descriptions in [Default Permission Mechanism](default-permission-mechanism.md) In actual service management, you can set separation of duties to prevent system administrators from having excessive centralized permissions, which may cause high risks. Some permissions of the system administrator are transferred to the security administrator and audit administrator, implementing separation of duties among the system administrator, security administrator, and audit administrator. -After separation of duties is enabled, a system administrator does not have the **CREATEROLE** attribute \(security administrator\) and **AUDITADMIN** attribute \(audit administrator\). That is, the system administrator does not have the permissions to create roles and users and the permissions to view and maintain database audit logs. For details about the **CREATEROLE** and **AUDITADMIN** attributes, see [CREATE ROLE](create-role.md). +After separation of duties is enabled, a system administrator does not have the **CREATEROLE** attribute \(security administrator\) and **AUDITADMIN** attribute \(audit administrator\). That is, the system administrator does not have the permissions to create roles and users and the permissions to view and maintain database audit logs. For details about the **CREATEROLE** and **AUDITADMIN** attributes, see [CREATE ROLE](../SQLReference/create-role.md). After separation of duties is enabled, system administrators have the permissions only for the objects owned by them. Separation of duties does not take effect for an initial user. Therefore, you are advised to use an initial user as a database administrator only for database management other than service running. -To enable separation of duties, set **[enableSeparationOfDuty](operation-auditing.md#en-us_topic_0283136929_en-us_topic_0237124747_en-us_topic_0059777487_s0a79ea55efa1431d8e3e06e4b8219cd6)** to **on**. +To enable separation of duties, set **[enableSeparationOfDuty](../DataBaseReference/operation-auditing.md#en-us_topic_0283136929_en-us_topic_0237124747_en-us_topic_0059777487_s0a79ea55efa1431d8e3e06e4b8219cd6)** to **on**. For details about permission changes before and after enabling separation of duties, see [Table 1](#en-us_topic_0283137357_en-us_topic_0237121101_en-us_topic_0155089861_t58384b51e1fd4e67ab393f4bb6103a16) and [Table 2](#en-us_topic_0283137357_en-us_topic_0237121101_en-us_topic_0155089861_t12fe700a5db44d748cb0dc123012289b). diff --git a/content/docs-lite/en/docs/DatabaseAdministrationGuide/setting-a-ledger-database.md b/content/docs-lite/en/docs/DatabaseAdministrationGuide/setting-a-ledger-database.md index 4f4f25491..d77cf456a 100644 --- a/content/docs-lite/en/docs/DatabaseAdministrationGuide/setting-a-ledger-database.md +++ b/content/docs-lite/en/docs/DatabaseAdministrationGuide/setting-a-ledger-database.md @@ -1,6 +1,6 @@ # Setting a Ledger Database -- **[Overview](overview-6.md)** +- **[Overview](overview-leader-database.md)** - **[Viewing Historical Operation Records in the Ledger](viewing-historical-operation-records-in-the-ledger.md)** diff --git a/content/docs-lite/en/docs/DatabaseAdministrationGuide/setting-user-permissions.md b/content/docs-lite/en/docs/DatabaseAdministrationGuide/setting-user-permissions.md index fa6e77a11..5b77fd88a 100644 --- a/content/docs-lite/en/docs/DatabaseAdministrationGuide/setting-user-permissions.md +++ b/content/docs-lite/en/docs/DatabaseAdministrationGuide/setting-user-permissions.md @@ -1,6 +1,6 @@ # Setting User Permissions -- To grant permissions for an object to a user, use **[GRANT](grant.md)**. +- To grant permissions for an object to a user, use **[GRANT](../SQLReference/grant.md)**. When permissions for a table or view in a schema are granted to a user or role, the **USAGE** permission of the schema must be granted together. Otherwise, the user or role can only see these objects but cannot access them. @@ -20,7 +20,7 @@ openGauss=# CREATE ROLE lily WITH CREATEDB PASSWORD "xxxxxxxxx"; ``` - 2. Grant object permissions to the role by using **[GRANT](grant.md)**. + 2. Grant object permissions to the role by using **[GRANT](../SQLReference/grant.md)**. For example, first grant permissions for the schema **tpcds** to the role **lily**, and then grant the **SELECT** permission of the **tpcds.web\_returns** table to **lily**. @@ -39,5 +39,5 @@ >When the permissions of a role are granted to a user, the attributes of the role are not transferred together. -- To revoke user permissions, use **[REVOKE](revoke.md)**. +- To revoke user permissions, use **[REVOKE](../SQLReference/revoke.md)**. diff --git a/content/docs-lite/en/docs/DatabaseAdministrationGuide/users.md b/content/docs-lite/en/docs/DatabaseAdministrationGuide/users.md index 983bd968f..af9e3fd27 100644 --- a/content/docs-lite/en/docs/DatabaseAdministrationGuide/users.md +++ b/content/docs-lite/en/docs/DatabaseAdministrationGuide/users.md @@ -8,7 +8,7 @@ When a user logs in, openGauss authenticates the user. A user can own databases ## Adding, Modifying, and Deleting Users -- To create a user, use the SQL statement **[CREATE USER](create-user.md)**. +- To create a user, use the SQL statement **[CREATE USER](../SQLReference/create-user.md)**. For example, create a user **joe** and set the **CREATEDB** attribute for the user. @@ -17,16 +17,16 @@ When a user logs in, openGauss authenticates the user. A user can own databases CREATE ROLE ``` -- To create a system administrator, use the **[CREATE USER](create-user.md)** statement with the **SYSADMIN** parameter. -- To delete an existing user, use **[DROP USER](drop-user.md)**. -- To change a user account \(for example, rename the user or change the password\), use **[ALTER USER](alter-user.md)**. -- To view a user list, query the **[PG\_USER](pg_user.md)** view. +- To create a system administrator, use the **[CREATE USER](../SQLReference/create-user.md)** statement with the **SYSADMIN** parameter. +- To delete an existing user, use **[DROP USER](../SQLReference/drop-user.md)**. +- To change a user account \(for example, rename the user or change the password\), use **[ALTER USER](../SQLReference/alter-user.md)**. +- To view a user list, query the **[PG\_USER](../DataBaseReference/pg_user.md)** view. ``` openGauss=# SELECT * FROM pg_user; ``` -- To view user attributes, query the system catalog **[PG\_AUTHID](pg_authid.md)**. +- To view user attributes, query the system catalog **[PG\_AUTHID](../DataBaseReference/pg_authid.md)**. ``` openGauss=# SELECT * FROM pg_authid; diff --git a/content/docs-lite/en/docs/DatabaseAdministrationGuide/viewing-historical-operation-records-in-the-ledger.md b/content/docs-lite/en/docs/DatabaseAdministrationGuide/viewing-historical-operation-records-in-the-ledger.md index 4955597eb..9a7103207 100644 --- a/content/docs-lite/en/docs/DatabaseAdministrationGuide/viewing-historical-operation-records-in-the-ledger.md +++ b/content/docs-lite/en/docs/DatabaseAdministrationGuide/viewing-historical-operation-records-in-the-ledger.md @@ -14,7 +14,7 @@ SELECT * FROM gs_global_chain; ``` - This table contains 11 fields. For details about the meaning of each field, see [GS\_GLOBAL\_CHAIN](gs_global_chain.md). + This table contains 11 fields. For details about the meaning of each field, see [GS\_GLOBAL\_CHAIN](../DataBaseReference/gs_global_chain.md). - To query the user history table in **BLOCKCHAIN** schema, the operation is as follows: @@ -24,7 +24,7 @@ SELECT * FROM blockchain.ledgernsp_usertable_hist; ``` - The user history table contains four fields. For details about the meaning of each field, see [Table 1](overview-6.md#en-us_topic_0059778793_t611ff04302e6463c8850c39d3e1d78fb). + The user history table contains four fields. For details about the meaning of each field, see [Table 1](overview-leader-database.md#en-us_topic_0059778793_t611ff04302e6463c8850c39d3e1d78fb). >![](public_sys-resources/icon-note.gif) **NOTE:** >Generally, the name of a user history table is in the format of blockchain.<_schemaname_\>\_<_tablename_\>\_hist. If the schema name or table name of the tamper-proof user table is too long, the length of the table name generated using the preceding format may exceed the upper limit. In this case, the blockchain.<_schema\_oid_\>\_<_table\_oid_\>\_hist format is used to name the table. -- Gitee From fab72af293e1acb513300ada2e4d331e4b01b90a Mon Sep 17 00:00:00 2001 From: liyang0608 <264327807@qq.com> Date: Thu, 6 Apr 2023 11:43:51 +0800 Subject: [PATCH 43/75] fix bugs --- .../primary-standby-shared-storage.md | 2 +- .../DatabaseOMGuide/flashback-restoration.md | 2 +- .../logical-backup-and-restoration.md | 14 ++--- .../physical-backup-and-restoration.md | 12 ++--- ...lpython-fenced\346\250\241\345\274\217.md" | 10 ++-- ...31\350\257\257\344\277\241\346\201\257.md" | 2 +- content/zh/docs/BriefTutorial/MOT.md | 2 +- content/zh/docs/BriefTutorial/Ustore.md | 6 +-- ...45\347\234\213\345\257\271\350\261\241.md" | 2 +- .../\350\257\255\346\263\225.md" | 6 +-- ...04\344\274\260\345\267\245\345\205\267.md" | 10 ++-- .../DatabaseAdministrationGuide/dblink.md | 4 +- .../DatabaseAdministrationGuide/file_fdw.md | 2 +- .../DatabaseAdministrationGuide/mysql_fdw.md | 8 +-- .../postgres_fdw.md | 4 +- ...02\350\200\203\346\226\207\347\214\256.md" | 2 +- ...56\345\214\205\350\243\205\345\231\250.md" | 10 ++-- ...01\344\271\246\347\224\237\346\210\220.md" | 4 +- ...75\344\270\216\346\201\242\345\244\215.md" | 6 +-- .../GAUSS-01471----GAUSS-01480.md | 18 +++---- .../GAUSS-01481----GAUSS-01490.md | 52 +++++++++---------- .../GAUSS-01491----GAUSS-01500.md | 40 +++++++------- .../GAUSS-01501----GAUSS-01510.md | 34 ++++++------ .../GAUSS-01511----GAUSS-01520.md | 30 +++++------ .../GAUSS-01901----GAUSS-01910.md | 6 +-- .../GAUSS-05541----GAUSS-05550.md | 2 +- .../GAUSS-05551----GAUSS-05560.md | 2 +- .../GAUSS-05561----GAUSS-05570.md | 2 +- .../GAUSS-05901----GAUSS-05910.md | 6 +-- .../GS_WLM_EC_OPERATOR_INFO.md | 2 +- .../GS_WLM_EC_OPERATOR_STATISTICS.md | 2 +- .../PG_AVAILABLE_EXTENSIONS.md | 6 +-- .../PG_AVAILABLE_EXTENSION_VERSIONS.md | 6 +-- .../zh/docs/DatabaseReference/PG_DEPEND.md | 2 +- .../docs/DatabaseReference/PG_DESCRIPTION.md | 11 ++-- .../zh/docs/DatabaseReference/PG_EXTENSION.md | 6 +-- .../PG_EXTENSION_DATA_SOURCE.md | 6 +-- .../PG_THREAD_WAIT_STATUS.md | 6 +-- .../zh/docs/ExtensionReference/Extension.md | 2 +- .../ExtensionReference/PostGIS-Extension.md | 2 +- .../PostGIS\344\275\277\347\224\250.md" | 20 +++---- .../PostGIS\345\256\211\350\243\205.md" | 6 +-- ...01\345\222\214\351\231\220\345\210\266.md" | 6 +-- .../PostGIS\346\246\202\350\277\260.md" | 4 +- .../ExtensionReference/dolphin-Extension.md | 2 +- .../dolphin-SHOW_PLUGINS.md | 4 +- ...n-\345\205\263\351\224\256\345\255\227.md" | 2 +- ...14\346\223\215\344\275\234\347\254\246.md" | 4 +- .../dolphin\345\256\211\350\243\205.md" | 2 +- .../dolphin\346\246\202\350\277\260.md" | 2 +- content/zh/docs/GettingStarted/ODBC.md | 4 +- .../zh/docs/SQLReference/ALTER-EXTENSION.md | 26 +++++----- content/zh/docs/SQLReference/COMMENT.md | 2 +- .../zh/docs/SQLReference/CREATE-EXTENSION.md | 14 ++--- ...25\344\270\200\350\247\210\350\241\250.md" | 6 +-- .../zh/docs/SQLReference/DROP-EXTENSION.md | 10 ++-- .../\345\205\263\351\224\256\345\255\227.md" | 2 +- ...73\347\273\237\345\207\275\346\225\260.md" | 2 +- ...51\345\261\225\350\257\255\346\263\225.md" | 4 +- ...41\346\201\257\345\207\275\346\225\260.md" | 2 +- .../docs/ToolandCommandReference/gs_dump.md | 2 +- .../ToolandCommandReference/gs_dumpall.md | 4 +- .../zh/docs/ToolandCommandReference/gs_om.md | 2 +- .../pg_archivecleanup.md | 2 +- 64 files changed, 243 insertions(+), 242 deletions(-) diff --git a/content/en/docs/BriefTutorial/primary-standby-shared-storage.md b/content/en/docs/BriefTutorial/primary-standby-shared-storage.md index 9053c2f02..6e00ee488 100644 --- a/content/en/docs/BriefTutorial/primary-standby-shared-storage.md +++ b/content/en/docs/BriefTutorial/primary-standby-shared-storage.md @@ -46,7 +46,7 @@ Compared with traditional gs\_initdb database creation, directories are classifi >Step-by-step manual installation means that you can run related commands step by step to create a database for shared storage after project compilation. For details about how to install the openGauss, see the *Installation Guide*. - Prerequisites - - The code of the project has been compiled. For details about the compilation, see [Software Compilation and Installation](../Compilationguide/setting-up-the-compilation-environment.md.md). + - The code of the project has been compiled. For details about the compilation, see [Software Compilation and Installation](../CompilationGuide/setting-up-the-compilation-environment.md). - The LUN of the disk array has been mounted to the host, the UltraPath software has been installed, and the disk array is available. diff --git a/content/en/docs/DatabaseOMGuide/flashback-restoration.md b/content/en/docs/DatabaseOMGuide/flashback-restoration.md index 538f64fb5..1f66a9f5f 100644 --- a/content/en/docs/DatabaseOMGuide/flashback-restoration.md +++ b/content/en/docs/DatabaseOMGuide/flashback-restoration.md @@ -2,7 +2,7 @@ Flashback restoration is a part of the database recovery technology. It can be used to selectively cancel the impact of a committed transaction and restore data from incorrect manual operations. Before the flashback technology is used, the committed database modification can be retrieved only by means of restoring backup and PITR. The restoration takes several minutes or even hours. After the flashback technology is used, it takes only seconds to restore the submitted data before the database is modified. The restoration time is irrelevant to the database size. ->![](F:/opengauss-docs/docs/content/en/docs/Administratorguide/public_sys-resources/icon-note.gif) **NOTE:** +>![](F:/opengauss-docs/docs/content/en/docs/DatabaseOMGuide/public_sys-resources/icon-note.gif) **NOTE:** > >The Astore engine does not support the flashback function. diff --git a/content/en/docs/DatabaseOMGuide/logical-backup-and-restoration.md b/content/en/docs/DatabaseOMGuide/logical-backup-and-restoration.md index e7409eb0d..cf92748f9 100644 --- a/content/en/docs/DatabaseOMGuide/logical-backup-and-restoration.md +++ b/content/en/docs/DatabaseOMGuide/logical-backup-and-restoration.md @@ -85,7 +85,7 @@ The generated columns are not dumped during **gs\_dump** is used. -![](F:/opengauss-docs/docs/content/en/docs/Administratorguide/public_sys-resources/icon-note.gif) **NOTE:** +![](public_sys-resources/icon-note.gif) **NOTE:** To reduce the size of an exported file, you can use the gs\_dump tool to compress it to a directory archive file or custom-format file. When a directory archive or custom-format archive is generated, a medium level of compression is applied by default. Archived exported files cannot be compressed using **gs\_dump**. @@ -104,7 +104,7 @@ To reduce the size of an exported file, you can use the gs\_dump tool to compres gs_dump [OPTION]... [DBNAME] ``` -![](F:/opengauss-docs/docs/content/en/docs/Administratorguide/public_sys-resources/icon-note.gif) **NOTE:** +![](public_sys-resources/icon-note.gif) **NOTE:** *DBNAME* does not follow a short or long option. It specifies the database to be connected. For example: Specify *DBNAME* without a **-d** option preceding it. @@ -268,7 +268,7 @@ Dump parameters: The **-n** and **-N** options have no effect when **-t** is used, because tables selected by using **-t** will be dumped regardless of those options. - ![](F:/opengauss-docs/docs/content/en/docs/Administratorguide/public_sys-resources/icon-note.gif) **NOTE:** + ![](public_sys-resources/icon-note.gif) **NOTE:** - The number of **-t** parameters must be less than or equal to 100. - If the number of **-t** parameters is greater than 100, you are advised to use the **--include-table-file** parameter to replace some **-t** parameters. @@ -475,7 +475,7 @@ Dump parameters: ``` -![](F:/opengauss-docs/docs/content/en/docs/Administratorguide/public_sys-resources/icon-note.gif) **NOTE:** +![](public_sys-resources/icon-note.gif) **NOTE:** - The **-s/--schema-only** and **-a/--data-only** parameters do not coexist. - The **-c/--clean** and **-a/--data-only** parameters do not coexist. @@ -896,7 +896,7 @@ Once **gs\_dumpall** is restored, run ANALYZE on each database so that the opt Use **gs\_dumpall** to export all openGauss databases at a time. -![](F:/opengauss-docs/docs/content/en/docs/Administratorguide/public_sys-resources/icon-note.gif) **NOTE:** +![](public_sys-resources/icon-note.gif) **NOTE:** **gs\_dumpall** supports only plain-text format export. Therefore, only **gsql** can be used to restore a file exported using **gs\_dumpall**. ``` @@ -955,7 +955,7 @@ Common parameters The default is the standard output. - >![](F:/opengauss-docs/docs/content/en/docs/Administratorguide/public_sys-resources/icon-note.gif) **NOTE:** + >![](public_sys-resources/icon-note.gif) **NOTE:** >**-f** cannot be used in conjunction with **-d**. - -F, --format=c|d|t @@ -1165,7 +1165,7 @@ CREATE DATABASE foo WITH TEMPLATE template0; - **gs\_restore** cannot import large objects selectively. For example, it can only import the objects of a specified table. If an archive contains large objects, all large objects will be imported, or none of them will be restored if they are excluded by using **-L**, **-t**, or other parameters. -![](F:/opengauss-docs/docs/content/en/docs/Administratorguide/public_sys-resources/icon-note.gif) **NOTE:** +![](public_sys-resources/icon-note.gif) **NOTE:** 1. The **-d/--dbname** and **-f/--file** parameters do not coexist. 2. The **-s/--schema-only** and **-a/--data-only** parameters do not coexist. diff --git a/content/en/docs/DatabaseOMGuide/physical-backup-and-restoration.md b/content/en/docs/DatabaseOMGuide/physical-backup-and-restoration.md index 182edaf94..6a3f47239 100644 --- a/content/en/docs/DatabaseOMGuide/physical-backup-and-restoration.md +++ b/content/en/docs/DatabaseOMGuide/physical-backup-and-restoration.md @@ -6,7 +6,7 @@ After openGauss is deployed, problems and exceptions may occur during database running. **gs\_basebackup**, provided by openGauss, is used to perform basic physical backup. **gs\_basebackup** copies the binary files of the database on the server using a replication protocol. To remotely execute **gs\_basebackup**, you need to use the system administrator account. **gs\_basebackup** supports hot backup and compressed backup. -![](F:/opengauss-docs/docs/content/en/docs/Administratorguide/public_sys-resources/icon-note.gif) **NOTE:** +![](public_sys-resources/icon-note.gif) **NOTE:** - **gs\_basebackup** supports only full backup. @@ -170,7 +170,7 @@ To restore the original database, perform the following steps: 5. If a link file exists in the database, modify the link file so that it can be linked to the correct file. 6. Restart the database server and check the database content to ensure that the database is restored to the required status. -![](F:/opengauss-docs/docs/content/en/docs/Administratorguide/public_sys-resources/icon-note.gif) **NOTE:** +![](public_sys-resources/icon-note.gif) **NOTE:** - Incremental restoration from backup files is not supported. - After the restoration, check that the link file in the database is linked to the correct file. @@ -284,7 +284,7 @@ For example: recovery_target_inclusive = true ``` -![](F:/opengauss-docs/docs/content/en/docs/Administratorguide/public_sys-resources/icon-note.gif) **NOTE:** +![](public_sys-resources/icon-note.gif) **NOTE:** - Only one of the four configuration items **recovery\_target\_name**, **recovery\_target\_time**, **recovery\_target\_xid**, and **recovery\_target\_lsn** can be used at a time. - If no recovery targets are configured or the configured target does not exist, data is recovered to the latest WAL log point by default. @@ -656,7 +656,7 @@ recovery_target_inclusive = true **Retention-related parameters \(retention\_options\)** ->![](F:/opengauss-docs/docs/content/en/docs/Administratorguide/public_sys-resources/icon-note.gif) **NOTE:** +>![](public_sys-resources/icon-note.gif) **NOTE:** >The following parameters can be used together with the **backup** and **delete** commands. - --retention-redundancy=*retention-redundancy* @@ -771,7 +771,7 @@ Log levels: **verbose**, **log**, **info**, **warning**, **error**, and ** **Connection-related parameters \(connection\_options\)** ->![](F:/opengauss-docs/docs/content/en/docs/Administratorguide/public_sys-resources/icon-note.gif) **NOTE:** +>![](public_sys-resources/icon-note.gif) **NOTE:** >The following parameters can be used together with the **backup** command. - -d *dbname*, --pgdatabase=*dbname* @@ -887,7 +887,7 @@ Log levels: **verbose**, **log**, **info**, **warning**, **error**, and ** Example: --ssh-options='-c cipher\_spec -F configfile' - >![](F:/opengauss-docs/docs/content/en/docs/Administratorguide/public_sys-resources/icon-note.gif) **NOTE:** + >![](public_sys-resources/icon-note.gif) **NOTE:** > >- If the server does not respond due to a temporary network fault, **gs\_probackup **will exit after waiting for *archive-timeout* seconds \(300 seconds is set by default\). >- If the LSN of the standby server is different from that of the primary server, the database continuously updates the following log information. In this case, you need to rebuild the standby server. diff --git "a/content/zh/docs/AIFeatureGuide/plpython-fenced\346\250\241\345\274\217.md" "b/content/zh/docs/AIFeatureGuide/plpython-fenced\346\250\241\345\274\217.md" index ce1673ed1..76a7a233d 100644 --- "a/content/zh/docs/AIFeatureGuide/plpython-fenced\346\250\241\345\274\217.md" +++ "b/content/zh/docs/AIFeatureGuide/plpython-fenced\346\250\241\345\274\217.md" @@ -22,20 +22,20 @@ gaussdb --fenced -k /user-set-dir-path -D /user-set-dir-path & ## 使用指导 -- 创建ExtensionReference +- 创建Extension - 当编译的plpython为python2时: ``` - openGauss=# create ExtensionReference plpythonu; - CREATE ExtensionReference + openGauss=# create Extension plpythonu; + CREATE Extension ``` - 当编译的plpython为python3时: ``` - openGauss=# create ExtensionReference plpython3u; - CREATE ExtensionReference + openGauss=# create Extension plpython3u; + CREATE Extension ``` 下面示例是以python2为例。 diff --git "a/content/zh/docs/Appendix/\345\206\205\346\240\270\351\224\231\350\257\257\344\277\241\346\201\257.md" "b/content/zh/docs/Appendix/\345\206\205\346\240\270\351\224\231\350\257\257\344\277\241\346\201\257.md" index 21bb0dafd..9a4d10c1f 100644 --- "a/content/zh/docs/Appendix/\345\206\205\346\240\270\351\224\231\350\257\257\344\277\241\346\201\257.md" +++ "b/content/zh/docs/Appendix/\345\206\205\346\240\270\351\224\231\350\257\257\344\277\241\346\201\257.md" @@ -624,7 +624,7 @@ CAUSE: "System error." ACTION: "Contact engineer to support." -ERRMSG: "ExtensionReference with OID %u does not exist" +ERRMSG: "Extension with OID %u does not exist" SQLSTATE: 42704 diff --git a/content/zh/docs/BriefTutorial/MOT.md b/content/zh/docs/BriefTutorial/MOT.md index 3d9c8b130..ee75263d0 100644 --- a/content/zh/docs/BriefTutorial/MOT.md +++ b/content/zh/docs/BriefTutorial/MOT.md @@ -200,7 +200,7 @@ MOT可用于各种应用,例如: ``` benchmarksql-# \d+ customer Table "public.customer" - Column | Type | Modifiers | Storage | Stats target | AboutopenGauss + Column | Type | Modifiers | Storage | Stats target | Description --------+---------+-----------+---------+--------------+------------- x | integer | | plain | | y | integer | | plain | | diff --git a/content/zh/docs/BriefTutorial/Ustore.md b/content/zh/docs/BriefTutorial/Ustore.md index d0f3e4449..feec5de3b 100644 --- a/content/zh/docs/BriefTutorial/Ustore.md +++ b/content/zh/docs/BriefTutorial/Ustore.md @@ -65,7 +65,7 @@ USTORE与原有的ASTORE\(Append Update\)存储引擎并存。USTORE存储引擎 ``` openGauss=# \d+ test Table "public.test" - Column | Type | Modifiers | Storage | Stats target | AboutopenGauss + Column | Type | Modifiers | Storage | Stats target | Description --------+-----------------------+-----------+----------+--------------+------------- id | integer | | plain | | age | integer | | plain | | @@ -81,7 +81,7 @@ USTORE与原有的ASTORE\(Append Update\)存储引擎并存。USTORE存储引擎 ``` openGauss=# \d+ test Table "public.test" - Column | Type | Modifiers | Storage | Stats target | AboutopenGauss + Column | Type | Modifiers | Storage | Stats target | Description --------+-----------------------+-----------+----------+--------------+------------- id | integer | | plain | | age | integer | | plain | | @@ -101,7 +101,7 @@ USTORE与原有的ASTORE\(Append Update\)存储引擎并存。USTORE存储引擎 ``` openGauss=# \d+ test Table "public.test" - Column | Type | Modifiers | Storage | Stats target | AboutopenGauss + Column | Type | Modifiers | Storage | Stats target | Description --------+-----------------------+-----------+----------+--------------+------------- id | integer | | plain | | age | integer | | plain | | diff --git "a/content/zh/docs/BriefTutorial/\346\237\245\347\234\213\345\257\271\350\261\241.md" "b/content/zh/docs/BriefTutorial/\346\237\245\347\234\213\345\257\271\350\261\241.md" index 430c6ea9a..673f5bb0a 100644 --- "a/content/zh/docs/BriefTutorial/\346\237\245\347\234\213\345\257\271\350\261\241.md" +++ "b/content/zh/docs/BriefTutorial/\346\237\245\347\234\213\345\257\271\350\261\241.md" @@ -13,7 +13,7 @@ gsql工具提供了若干高级特性,便于用户使用。常见用法如下 ``` openGauss=# \h ABORT Command: ABORT - AboutopenGauss: abort the current transaction + Description: abort the current transaction Syntax: ABORT [ WORK | TRANSACTION ] ; ``` diff --git "a/content/zh/docs/BriefTutorial/\350\257\255\346\263\225.md" "b/content/zh/docs/BriefTutorial/\350\257\255\346\263\225.md" index e494960d9..62482e96d 100644 --- "a/content/zh/docs/BriefTutorial/\350\257\255\346\263\225.md" +++ "b/content/zh/docs/BriefTutorial/\350\257\255\346\263\225.md" @@ -7,13 +7,13 @@ openGauss=# \help Available help: ABORT ALTER TABLE CREATE DATABASE CREATE TEXT SEARCH CONFIGURATION DROP OPERATOR MERGE ALTER APP WORKLOAD GROUP ALTER TABLE PARTITION CREATE DIRECTORY CREATE TEXT SEARCH DICTIONARY DROP OWNED MOVE - ALTER APP WORKLOAD GROUP MAPPING ALTER TABLESPACE CREATE ExtensionReference CREATE TRIGGER DROP PACKAGE PREPARE + ALTER APP WORKLOAD GROUP MAPPING ALTER TABLESPACE CREATE Extension CREATE TRIGGER DROP PACKAGE PREPARE ALTER AUDIT POLICY ALTER TEXT SEARCH CONFIGURATION CREATE FOREIGN TABLE CREATE TYPE DROP PACKAGE BODY PREPARE TRANSACTION ALTER DATA SOURCE ALTER TEXT SEARCH DICTIONARY CREATE FUNCTION CREATE USER DROP PROCEDURE PUBLISH SNAPSHOT ALTER DATABASE ALTER TRIGGER CREATE GROUP CREATE VIEW DROP RESOURCE LABEL PURGE SNAPSHOT ALTER DEFAULT PRIVILEGES ALTER TYPE CREATE INDEX CREATE WEAK PASSWORD DICTIONARY DROP RESOURCE POOL REASSIGN OWNED ALTER DIRECTORY ALTER USER CREATE LANGUAGE CREATE WORKLOAD GROUP DROP ROLE REFRESH MATERIALIZED VIEW - ALTER ExtensionReference ALTER VIEW CREATE MASKING POLICY CURSOR DROP ROW LEVEL SECURITY POLICY REINDEX + ALTER Extension ALTER VIEW CREATE MASKING POLICY CURSOR DROP ROW LEVEL SECURITY POLICY REINDEX ALTER FOREIGN TABLE ALTER WORKLOAD GROUP CREATE MATERIALIZED VIEW DEALLOCATE DROP SCHEMA RESET ALTER FOREIGN TABLE FOR HDFS ANALYSE CREATE MODEL DECLARE DROP SEQUENCE REVOKE ALTER FUNCTION ANALYZE CREATE NODE DELETE DROP SERVER ROLLBACK @@ -26,7 +26,7 @@ ABORT ALTER TABLE CREATE DATAB ALTER NODE GROUP CLOSE CREATE RESOURCE POOL DROP DATA SOURCE DROP TYPE SET CONSTRAINTS ALTER OPERATOR CLUSTER CREATE ROLE DROP DATABASE DROP USER SET ROLE ALTER RESOURCE LABEL COMMENT CREATE ROW LEVEL SECURITY POLICY DROP DIRECTORY DROP VIEW SET SESSION AUTHORIZATION - ALTER RESOURCE POOL COMMIT CREATE SCHEMA DROP ExtensionReference DROP WEAK PASSWORD DICTIONARY SET TRANSACTION + ALTER RESOURCE POOL COMMIT CREATE SCHEMA DROP Extension DROP WEAK PASSWORD DICTIONARY SET TRANSACTION ALTER ROLE COMMIT PREPARED CREATE SEQUENCE DROP FOREIGN TABLE DROP WORKLOAD GROUP SHOW ALTER ROW LEVEL SECURITY POLICY COPY CREATE SERVER DROP FUNCTION END START TRANSACTION ALTER SCHEMA CREATE APP WORKLOAD GROUP CREATE SNAPSHOT AS DROP GROUP EXECUTE TRUNCATE diff --git "a/content/zh/docs/DataMigrationGuide/MySQL\350\257\255\346\263\225\345\205\274\345\256\271\346\200\247\350\257\204\344\274\260\345\267\245\345\205\267.md" "b/content/zh/docs/DataMigrationGuide/MySQL\350\257\255\346\263\225\345\205\274\345\256\271\346\200\247\350\257\204\344\274\260\345\267\245\345\205\267.md" index 60137d517..d7eecff4d 100644 --- "a/content/zh/docs/DataMigrationGuide/MySQL\350\257\255\346\263\225\345\205\274\345\256\271\346\200\247\350\257\204\344\274\260\345\267\245\345\205\267.md" +++ "b/content/zh/docs/DataMigrationGuide/MySQL\350\257\255\346\263\225\345\205\274\345\256\271\346\200\247\350\257\204\344\274\260\345\267\245\345\205\267.md" @@ -51,7 +51,7 @@ 2. 将上述插件拷贝到openGauss源码路径的`contrib`路径下。`cd`进入对应目录后`make install -sj`。 -3. 将插件必须的文件拷贝到对应二进制路径下面。一般来说包含:`extesion.so`、`ExtensionReference.sql`,`ExtensionReference.control`。`assessment`插件包含可执行文件`assessment_database`。本例中涉及文件如下:如果使用的二进制为步骤1中的二进制,此步骤可以省略。 +3. 将插件必须的文件拷贝到对应二进制路径下面。一般来说包含:`extesion.so`、`Extension.sql`,`Extension.control`。`assessment`插件包含可执行文件`assessment_database`。本例中涉及文件如下:如果使用的二进制为步骤1中的二进制,此步骤可以省略。 **assessment依赖文件** @@ -64,7 +64,7 @@ │ └── ***assessment.so*** └── share └── postgresql - └── ExtensionReference + └── Extension ├── ***assessment--1.0.sql*** └── ***assessment.control*** ``` @@ -77,7 +77,7 @@ │ └── ***dolphin.so*** └── share └── postgresql - └── ExtensionReference + └── Extension ├── ***dolphin--1.0.sql*** └── ***dolphin.control*** ``` @@ -113,7 +113,7 @@ assessment_database -p5432 -cB -ftest.sql -oresult.html ```shell assessment_database: create database "assessment_197561" automatically. assessment_database: Create plugin[dolphin] automatically. -assessment_database: Create ExtensionReference[assessment] automatically. +assessment_database: Create Extension[assessment] automatically. assessment_database: 解析[100.00%]:35/35 assessment_database: Create database assessment_197561 automatically, clear it manually! ``` @@ -154,7 +154,7 @@ assessment_database -p5432 -devaluation -h127.0.0.2 -Utest -W***** -ftest.sql -o 2. 配置好对应连接参数,连接参数与`openGauss`的`gsql`连接方式是一致的。 -3. 如果指定`-c 兼容类型`方式,工具会通过上述配置的连接参数连接到数据库,手动创建对应兼容类型评估数据库,再通过`create ExtensionReference`创建必要的插件。(如`assessment`、`dolphin`)。 +3. 如果指定`-c 兼容类型`方式,工具会通过上述配置的连接参数连接到数据库,手动创建对应兼容类型评估数据库,再通过`create Extension`创建必要的插件。(如`assessment`、`dolphin`)。 4. 如果指定`-d database`方式,工具会在对应数据库创建插件。 diff --git a/content/zh/docs/DatabaseAdministrationGuide/dblink.md b/content/zh/docs/DatabaseAdministrationGuide/dblink.md index f8ec37359..c4fafa418 100644 --- a/content/zh/docs/DatabaseAdministrationGuide/dblink.md +++ b/content/zh/docs/DatabaseAdministrationGuide/dblink.md @@ -16,7 +16,7 @@ make install - 加载dblink扩展 ``` - CREATE ExtensionReference dblink; + CREATE Extension dblink; ``` - 打开一个到远程数据库的持久连接 @@ -64,7 +64,7 @@ make install - 删除扩展 ``` - DROP ExtensionReference dblink; + DROP Extension dblink; ``` diff --git a/content/zh/docs/DatabaseAdministrationGuide/file_fdw.md b/content/zh/docs/DatabaseAdministrationGuide/file_fdw.md index 6fb6409bb..38e795811 100644 --- a/content/zh/docs/DatabaseAdministrationGuide/file_fdw.md +++ b/content/zh/docs/DatabaseAdministrationGuide/file_fdw.md @@ -70,7 +70,7 @@ file\_fdw不支持COPY的OIDS和 FORCE_QUOTE选项。 ## 注意事项 -- 不支持**DROP ExtensionReference file_fdw**操作。 +- 不支持**DROP Extension file_fdw**操作。 diff --git a/content/zh/docs/DatabaseAdministrationGuide/mysql_fdw.md b/content/zh/docs/DatabaseAdministrationGuide/mysql_fdw.md index cfd9f3741..a6a465887 100644 --- a/content/zh/docs/DatabaseAdministrationGuide/mysql_fdw.md +++ b/content/zh/docs/DatabaseAdministrationGuide/mysql_fdw.md @@ -12,15 +12,15 @@ mysql\_fdw是一款[开源插件](https://github.com/EnterpriseDB/mysql_fdw)。o 安装好开发包后,就可以开始编译mysql\_fdw了。编译时需要在执行**configure**时,加入**--enable-mysql-fdw**选项。后续按照正常的openGauss编译方式编译即可。(openGauss的编译参考**软件安装编译**) -编译完成后,编译产物为**mysql\_fdw.so**,位于安装目录的**lib/postgresql/** 下。mysql\_fdw相关的sql文件和control文件,位于安装目录的**share/postgresql/ExtensionReference/**下。 +编译完成后,编译产物为**mysql\_fdw.so**,位于安装目录的**lib/postgresql/** 下。mysql\_fdw相关的sql文件和control文件,位于安装目录的**share/postgresql/Extension/**下。 -如果编译安装时,没有加入**--enable-mysql-fdw**选项,可以在openGauss安装完成后,再次编译mysql\_fdw,然后手动将编译产物**mysql\_fdw.so**放到对应的安装目录**lib/postgresql/**,将**mysql\_fdw--1.0--1.1.sql、mysql\_fdw--1.1.sql、mysql\_fdw--1.0.sql、mysql\_fdw.control**放到对应的安装目录**share/postgresql/ExtensionReference/**即可。 +如果编译安装时,没有加入**--enable-mysql-fdw**选项,可以在openGauss安装完成后,再次编译mysql\_fdw,然后手动将编译产物**mysql\_fdw.so**放到对应的安装目录**lib/postgresql/**,将**mysql\_fdw--1.0--1.1.sql、mysql\_fdw--1.1.sql、mysql\_fdw--1.0.sql、mysql\_fdw.control**放到对应的安装目录**share/postgresql/Extension/**即可。 ## 使用mysql\_fdw - 使用mysql\_fdw需要连接MariaDB或者MySQL Server,MariaDB或MySQL Server请自行安装。 -- 加载mysql\_fdw扩展:**CREATE ExtensionReference mysql\_fdw;** +- 加载mysql\_fdw扩展:**CREATE Extension mysql\_fdw;** - 创建服务器对象:**CREATE SERVER** @@ -36,7 +36,7 @@ mysql\_fdw是一款[开源插件](https://github.com/EnterpriseDB/mysql_fdw)。o - 删除服务器对象:**DROP SERVER** -- 删除扩展:**DROP ExtensionReference mysql\_fdw;** +- 删除扩展:**DROP Extension mysql\_fdw;** ## 常见问题 diff --git a/content/zh/docs/DatabaseAdministrationGuide/postgres_fdw.md b/content/zh/docs/DatabaseAdministrationGuide/postgres_fdw.md index c673b9a02..dac2cb9ef 100644 --- a/content/zh/docs/DatabaseAdministrationGuide/postgres_fdw.md +++ b/content/zh/docs/DatabaseAdministrationGuide/postgres_fdw.md @@ -10,7 +10,7 @@ postgres\_fdw插件默认参与编译,使用安装包安装好openGauss后, ## 使用postgres\_fdw -- 加载postgres\_fdw扩展:**CREATE ExtensionReference postgres\_fdw;** +- 加载postgres\_fdw扩展:**CREATE Extension postgres\_fdw;** - 创建服务器对象:**CREATE SERVER** @@ -26,7 +26,7 @@ postgres\_fdw插件默认参与编译,使用安装包安装好openGauss后, - 删除服务器对象:**DROP SERVER** -- 删除扩展:**DROP ExtensionReference postgres\_fdw;** +- 删除扩展:**DROP Extension postgres\_fdw;** - 查看REMOTE SQL PLAN:开启GUC参数show_fdw_remote_plan,可以在explain时追加打印remote sql的计划,对remote sql的explain会继承explain语句的verbose、costs选项。 diff --git "a/content/zh/docs/DatabaseAdministrationGuide/\345\217\202\350\200\203\346\226\207\347\214\256.md" "b/content/zh/docs/DatabaseAdministrationGuide/\345\217\202\350\200\203\346\226\207\347\214\256.md" index 5058b3896..d24f6295f 100644 --- "a/content/zh/docs/DatabaseAdministrationGuide/\345\217\202\350\200\203\346\226\207\347\214\256.md" +++ "b/content/zh/docs/DatabaseAdministrationGuide/\345\217\202\350\200\203\346\226\207\347\214\256.md" @@ -18,7 +18,7 @@ pp. 237–246. 121–134. -\[8\] R. Sherkat, C. Florendo, M. Andrei, R. Blanco, A. Dragusanu, A. Pathak, P. Khadilkar, N. Kulkarni, C. Lemke, S. Seifert, S. Iyer, S. Gottapu, R. Schulze, C. Gottipati, N. Basak, Y. Wang, V. Kandiyanallur, S. Pendap, D. Gala, R. Almeida, and P. Ghosh. Native store ExtensionReference for SAP HANA. PVLDB, 12\(12\): +\[8\] R. Sherkat, C. Florendo, M. Andrei, R. Blanco, A. Dragusanu, A. Pathak, P. Khadilkar, N. Kulkarni, C. Lemke, S. Seifert, S. Iyer, S. Gottapu, R. Schulze, C. Gottipati, N. Basak, Y. Wang, V. Kandiyanallur, S. Pendap, D. Gala, R. Almeida, and P. Ghosh. Native store Extension for SAP HANA. PVLDB, 12\(12\): 2047–2058, 2019. diff --git "a/content/zh/docs/DatabaseAdministrationGuide/\347\224\250\344\272\216Oracle\347\232\204\345\244\226\351\203\250\346\225\260\346\215\256\345\214\205\350\243\205\345\231\250.md" "b/content/zh/docs/DatabaseAdministrationGuide/\347\224\250\344\272\216Oracle\347\232\204\345\244\226\351\203\250\346\225\260\346\215\256\345\214\205\350\243\205\345\231\250.md" index 05d4a1022..abe4727fe 100644 --- "a/content/zh/docs/DatabaseAdministrationGuide/\347\224\250\344\272\216Oracle\347\232\204\345\244\226\351\203\250\346\225\260\346\215\256\345\214\205\350\243\205\345\231\250.md" +++ "b/content/zh/docs/DatabaseAdministrationGuide/\347\224\250\344\272\216Oracle\347\232\204\345\244\226\351\203\250\346\225\260\346\215\256\345\214\205\350\243\205\345\231\250.md" @@ -12,15 +12,15 @@ oracle\_fdw(foreign data wrapper for oracle)用于Oracle的外部数据包 安装好开发包后,就可以开始编译oracle\_fdw了。编译时需要在执行**configure**时,加入 **--enable-oracle-fdw** 选项。后续按照正常的openGauss编译方式编译即可。(openGauss的编译参考 **软件安装编译** ) -编译完成后,编译产物为 **oracle\_fdw.so**,位于安装目录的 **lib/postgresql/**下。oracle\_fdw相关的sql文件和control文件,位于安装目录的 **share/postgresql/ExtensionReference/**下。 +编译完成后,编译产物为 **oracle\_fdw.so**,位于安装目录的 **lib/postgresql/**下。oracle\_fdw相关的sql文件和control文件,位于安装目录的 **share/postgresql/Extension/**下。 -如果编译安装时,没有加入 **--enable-oracle-fdw** 选项,可以在openGauss安装完成后,再次编译oracle\_fdw,然后手动将编译产物 **oracle\_fdw.so**放到对应的安装目录 **lib/postgresql/** ,将 **oracle\_fdw--1.0--1.1.sql、oracle\_fdw--1.1.sql、oracle\_fdw.control**放到对应的安装目录 **share/postgresql/ExtensionReference/**即可。 +如果编译安装时,没有加入 **--enable-oracle-fdw** 选项,可以在openGauss安装完成后,再次编译oracle\_fdw,然后手动将编译产物 **oracle\_fdw.so**放到对应的安装目录 **lib/postgresql/** ,将 **oracle\_fdw--1.0--1.1.sql、oracle\_fdw--1.1.sql、oracle\_fdw.control**放到对应的安装目录 **share/postgresql/Extension/**即可。 ## 使用oracle\_fdw - 使用oracle\_fdw需要连接Oracle,Oracle server请自行安装。 -- 加载oracle\_fdw扩展:**CREATE ExtensionReference oracle\_fdw** +- 加载oracle\_fdw扩展:**CREATE Extension oracle\_fdw** - 创建服务器对象:**CREATE SERVER** @@ -36,7 +36,7 @@ oracle\_fdw(foreign data wrapper for oracle)用于Oracle的外部数据包 - 删除服务器对象:**DROP SERVER** -- 删除扩展:**DROP ExtensionReference oracle\_fdw** +- 删除扩展:**DROP Extension oracle\_fdw** ## 常见问题 @@ -45,7 +45,7 @@ oracle\_fdw(foreign data wrapper for oracle)用于Oracle的外部数据包 - 执行**CREATE USER MAPPING**时使用的Oracle用户需要有远程连接Oracle数据库及对表相关操作的权限。使用外表前,可以在openGauss server所在的机器上,使用Oracle的客户端,使用对应的用户名密码确认能否成功连接Oracle并进行操作。 -- 执行**CREATE ExtensionReference oracle\_fdw;**时,出现 **libclntsh.so: cannot open shared object file: No such file or directory**。原因是Oracle的开发库libclntsh.so不在系统的相关路径中,可以先找到libclntsh.so的具体路径,然后将该so文件所在的文件夹加到 **/etc/ld.so.conf** 中。比如libclntsh.so的路径为 **/usr/lib/oracle/11.2/client64/lib/libclntsh.so.11.1** ,那么就将该文件的路径 **/usr/lib/oracle/11.2/client64/lib/** 加到 **/etc/ld.so.conf** 文件末尾。然后执行 **ldconfig**使修改生效即可。注意此操作需要**root**权限。 +- 执行**CREATE Extension oracle\_fdw;**时,出现 **libclntsh.so: cannot open shared object file: No such file or directory**。原因是Oracle的开发库libclntsh.so不在系统的相关路径中,可以先找到libclntsh.so的具体路径,然后将该so文件所在的文件夹加到 **/etc/ld.so.conf** 中。比如libclntsh.so的路径为 **/usr/lib/oracle/11.2/client64/lib/libclntsh.so.11.1** ,那么就将该文件的路径 **/usr/lib/oracle/11.2/client64/lib/** 加到 **/etc/ld.so.conf** 文件末尾。然后执行 **ldconfig**使修改生效即可。注意此操作需要**root**权限。 ## 注意事项 diff --git "a/content/zh/docs/DatabaseAdministrationGuide/\350\257\201\344\271\246\347\224\237\346\210\220.md" "b/content/zh/docs/DatabaseAdministrationGuide/\350\257\201\344\271\246\347\224\237\346\210\220.md" index f54805083..aad733dd8 100644 --- "a/content/zh/docs/DatabaseAdministrationGuide/\350\257\201\344\271\246\347\224\237\346\210\220.md" +++ "b/content/zh/docs/DatabaseAdministrationGuide/\350\257\201\344\271\246\347\224\237\346\210\220.md" @@ -104,7 +104,7 @@ Linux环境安装了openssl组件。 organizationName = Abc organizationalUnitName = hello commonName = world - X509v3 ExtensionReferences: + X509v3 Extensions: X509v3 Basic Constraints: CA:FALSE Netscape Comment: @@ -194,7 +194,7 @@ Linux环境安装了openssl组件。 organizationName = Abc organizationalUnitName = hello commonName = world - X509v3 ExtensionReferences: + X509v3 Extensions: X509v3 Basic Constraints: CA:FALSE Netscape Comment: diff --git "a/content/zh/docs/DatabaseOMGuide/\351\200\273\350\276\221\345\244\207\344\273\275\344\270\216\346\201\242\345\244\215.md" "b/content/zh/docs/DatabaseOMGuide/\351\200\273\350\276\221\345\244\207\344\273\275\344\270\216\346\201\242\345\244\215.md" index c3542fa5c..88195692c 100644 --- "a/content/zh/docs/DatabaseOMGuide/\351\200\273\350\276\221\345\244\207\344\273\275\344\270\216\346\201\242\345\244\215.md" +++ "b/content/zh/docs/DatabaseOMGuide/\351\200\273\350\276\221\345\244\207\344\273\275\344\270\216\346\201\242\345\244\215.md" @@ -443,7 +443,7 @@ gs_dump [OPTION]... [DBNAME] gs\_dumpall使用此参数传递随机值。 -- --include-ExtensionReferences +- --include-Extensions 在转储中包含扩展。 @@ -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 diff --git a/content/zh/docs/DatabaseReference/GAUSS-01471----GAUSS-01480.md b/content/zh/docs/DatabaseReference/GAUSS-01471----GAUSS-01480.md index e8f32b6aa..393089132 100644 --- a/content/zh/docs/DatabaseReference/GAUSS-01471----GAUSS-01480.md +++ b/content/zh/docs/DatabaseReference/GAUSS-01471----GAUSS-01480.md @@ -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 index 7fa875e25..8cf5d66f5 100644 --- a/content/zh/docs/DatabaseReference/GAUSS-01481----GAUSS-01490.md +++ b/content/zh/docs/DatabaseReference/GAUSS-01481----GAUSS-01490.md @@ -1,82 +1,82 @@ # GAUSS-01481 -- GAUSS-01490 -GAUSS-01481: "parameter '%s' cannot be set in a secondary ExtensionReference control file" +GAUSS-01481: "parameter '%s' cannot be set in a secondary Extension control file" SQLSTATE: 42601 -错误原因:CREATE ExtensionReference时或ALTER ExtensionReference时或执行ExtensionReference相关的系统函数时,在secondary control file中指定了default\_version或者directory参数。 +错误原因:CREATE Extension时或ALTER Extension时或执行Extension相关的系统函数时,在secondary control file中指定了default\_version或者directory参数。 -解决办法:CREATE ExtensionReference时或ALTER ExtensionReference时或执行ExtensionReference相关的系统函数时,不能在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 ExtensionReference时或ALTER ExtensionReference时或执行ExtensionReference相关的系统函数时,在控制文件中没有给参数relocatable/sysadmin指定一个BOOL值。 +错误原因:\(1\)CREATE Extension时或ALTER Extension时或执行Extension相关的系统函数时,在控制文件中没有给参数relocatable/sysadmin指定一个BOOL值。 -解决办法:\(1\)CREATE ExtensionReference时或ALTER ExtensionReference时或执行ExtensionReference相关的系统函数时,在控制文件中,必须给参数relocatable/sysadmin指定一个BOOL值。 +解决办法:\(1\)CREATE Extension时或ALTER Extension时或执行Extension相关的系统函数时,在控制文件中,必须给参数relocatable/sysadmin指定一个BOOL值。 GAUSS-01483: "'%s' is not a valid encoding name" SQLSTATE: 42704 -错误原因:CREATE ExtensionReference时或ALTER ExtensionReference时或执行ExtensionReference相关的系统函数时,在控制文件中没有给参数encoding指定一个合法的encoding名称。 +错误原因:CREATE Extension时或ALTER Extension时或执行Extension相关的系统函数时,在控制文件中没有给参数encoding指定一个合法的encoding名称。 -解决办法:CREATE ExtensionReference时或ALTER ExtensionReference时或执行ExtensionReference相关的系统函数时,在控制文件中必须给参数encoding指定一个合法的encoding名称。 +解决办法:CREATE Extension时或ALTER Extension时或执行Extension相关的系统函数时,在控制文件中必须给参数encoding指定一个合法的encoding名称。 -GAUSS-01484: "parameter '%s' must be a list of ExtensionReference names" +GAUSS-01484: "parameter '%s' must be a list of Extension names" SQLSTATE: 22023 -错误原因:CREATE ExtensionReference时或ALTER ExtensionReference时或执行ExtensionReference相关的系统函数时,在控制文件中没有给参数requires指定a list of ExtensionReference names +错误原因:CREATE Extension时或ALTER Extension时或执行Extension相关的系统函数时,在控制文件中没有给参数requires指定a list of Extension names -解决办法:CREATE ExtensionReference时或ALTER ExtensionReference时或执行ExtensionReference相关的系统函数时,在控制文件中必须给参数requires指定a list of ExtensionReference names +解决办法:CREATE Extension时或ALTER Extension时或执行Extension相关的系统函数时,在控制文件中必须给参数requires指定a list of Extension names GAUSS-01485: "unrecognized parameter '%s' in file '%s'" SQLSTATE: 42601 -错误原因:CREATE ExtensionReference时或ALTER ExtensionReference时或执行ExtensionReference相关的系统函数时,在控制文件中指定了非法参数。 +错误原因:CREATE Extension时或ALTER Extension时或执行Extension相关的系统函数时,在控制文件中指定了非法参数。 -解决办法:CREATE ExtensionReference时或ALTER ExtensionReference时或执行ExtensionReference相关的系统函数时,在控制文件中仅可指定如下参数。directory/default\_version/module\_pathname/comment/schema/relocatable/sysadmin/encoding/requires。 +解决办法: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 ExtensionReference时或ALTER ExtensionReference时或执行ExtensionReference相关的系统函数时,在控制文件中,当指定relocatable为true时,同时又指定了schema参数。 +错误原因:CREATE Extension时或ALTER Extension时或执行Extension相关的系统函数时,在控制文件中,当指定relocatable为true时,同时又指定了schema参数。 -解决办法:CREATE ExtensionReference时或ALTER ExtensionReference时或执行ExtensionReference相关的系统函数时,在控制文件中,当指定relocatable为true时,不能再指定了schema参数。 +解决办法:CREATE Extension时或ALTER Extension时或执行Extension相关的系统函数时,在控制文件中,当指定relocatable为true时,不能再指定了schema参数。 -GAUSS-01487: "transaction control statements are not allowed within an ExtensionReference script" +GAUSS-01487: "transaction control statements are not allowed within an Extension script" SQLSTATE: 0A000 -错误原因:CREATE ExtensionReference时或ALTER ExtensionReference时,ExtensionReference的SQL脚本文件中出现了控制事务的SQL语句。 +错误原因:CREATE Extension时或ALTER Extension时,Extension的SQL脚本文件中出现了控制事务的SQL语句。 -解决办法:CREATE ExtensionReference时或ALTER ExtensionReference时,ExtensionReference的SQL脚本文件中不能使用控制事务的SQL语句。 +解决办法:CREATE Extension时或ALTER Extension时,Extension的SQL脚本文件中不能使用控制事务的SQL语句。 -GAUSS-01488: "permission denied to create ExtensionReference '%s'" +GAUSS-01488: "permission denied to create Extension '%s'" SQLSTATE: 42501 -错误原因:CREATE ExtensionReference时,ExtensionReference的控制文件要求必须以系统管理员权限运行,但是实际帐户不是系统管理员。 +错误原因:CREATE Extension时,Extension的控制文件要求必须以系统管理员权限运行,但是实际帐户不是系统管理员。 -解决办法:CREATE ExtensionReference时,ExtensionReference的控制文件要求必须以系统管理员权限运行,则实际帐户也必须是系统管理员。 +解决办法:CREATE Extension时,Extension的控制文件要求必须以系统管理员权限运行,则实际帐户也必须是系统管理员。 -GAUSS-01489: "permission denied to update ExtensionReference '%s'" +GAUSS-01489: "permission denied to update Extension '%s'" SQLSTATE: 42501 -错误原因:ALTER ExtensionReference时,ExtensionReference的控制文件要求必须以系统管理员权限运行,但是实际帐户不是系统管理员。 +错误原因:ALTER Extension时,Extension的控制文件要求必须以系统管理员权限运行,但是实际帐户不是系统管理员。 -解决办法:ALTER ExtensionReference时,ExtensionReference的控制文件要求必须以系统管理员权限运行,则实际帐户也必须是系统管理员。 +解决办法:ALTER Extension时,Extension的控制文件要求必须以系统管理员权限运行,则实际帐户也必须是系统管理员。 -GAUSS-01490: "ExtensionReference '%s' has no update path from version '%s' to version '%s'" +GAUSS-01490: "Extension '%s' has no update path from version '%s' to version '%s'" SQLSTATE: 22023 -错误原因:CREATE ExtensionReference/ALTER ExtensionReference时,不存在从旧版本到新版本的更新路径。 +错误原因:CREATE Extension/ALTER Extension时,不存在从旧版本到新版本的更新路径。 -解决办法:CREATE ExtensionReference/ALTER ExtensionReference时,如果有版本FROM old\_version、UPDATE TO new\_version,确保新旧版本号对应的SQL文件名称和路径的正确性。 +解决办法: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 index d509f92cc..56dbf191c 100644 --- a/content/zh/docs/DatabaseReference/GAUSS-01491----GAUSS-01500.md +++ b/content/zh/docs/DatabaseReference/GAUSS-01491----GAUSS-01500.md @@ -1,12 +1,12 @@ # GAUSS-01491 -- GAUSS-01500 -GAUSS-01492: "nested CREATE ExtensionReference is not supported" +GAUSS-01492: "nested CREATE Extension is not supported" SQLSTATE: 0A000 -错误原因:CREATE ExtensionReference时,SQL中嵌套创建ExtensionReference。 +错误原因:CREATE Extension时,SQL中嵌套创建Extension。 -解决办法:CREATE ExtensionReference时,SQL中不允许嵌套创建ExtensionReference。 +解决办法:CREATE Extension时,SQL中不允许嵌套创建Extension。 GAUSS-01493: "unrecognized option: %s" @@ -20,55 +20,55 @@ GAUSS-01494: "version to install must be specified" SQLSTATE: 22023 -错误原因:CREATE/ALTER ExtensionReference时,既没有指定new version,控制文件中也没有指定default version。 +错误原因:CREATE/ALTER Extension时,既没有指定new version,控制文件中也没有指定default version。 -解决办法:CREATE/ALTER ExtensionReference时,要么指定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 ExtensionReference时,FROM版本号和VERSION版本号指定的版本号相同。 +错误原因:CREATE Extension时,FROM版本号和VERSION版本号指定的版本号相同。 -解决办法:CREATE ExtensionReference时,FROM版本号和VERSION版本号指定的版本号必须不同。 +解决办法:CREATE Extension时,FROM版本号和VERSION版本号指定的版本号必须不同。 -GAUSS-01496: "ExtensionReference '%s' must be installed in schema '%s'" +GAUSS-01496: "Extension '%s' must be installed in schema '%s'" SQLSTATE: 0A000 -错误原因:CREATE ExtensionReference时,WITH SCHEMA指定的schema和控制文件中指定的schema不同。 +错误原因:CREATE Extension时,WITH SCHEMA指定的schema和控制文件中指定的schema不同。 -解决办法:CREATE ExtensionReference时,WITH SCHEMA指定的schema必须与控制文件中指定的schema相同。 +解决办法:CREATE Extension时,WITH SCHEMA指定的schema必须与控制文件中指定的schema相同。 GAUSS-01497: "there is no default creation target" SQLSTATE: XX000 -错误原因:CREATE ExtensionReference语法中当不指定SCHEMA选项时,默认当前缺省的SCHEMA,但当前缺省的SCHEMA路径为空值。 +错误原因:CREATE Extension语法中当不指定SCHEMA选项时,默认当前缺省的SCHEMA,但当前缺省的SCHEMA路径为空值。 解决办法:当前缺省的SCHEMA为空,当前系统存在异常或存在人为删除当前SCHEMA的目录导致,请联系技术支持工程师提供技术支持。 -GAUSS-01498: "required ExtensionReference '%s' is not installed" +GAUSS-01498: "required Extension '%s' is not installed" SQLSTATE: 42704 -错误原因:CREATE ExtensionReference/ALTER ExtensionReference时,控制文件中指定的依赖的某个ExtensionReference尚未安装。 +错误原因:CREATE Extension/ALTER Extension时,控制文件中指定的依赖的某个Extension尚未安装。 -解决办法:CREATE ExtensionReference/ALTER ExtensionReference时,控制文件中指定的所有ExtensionReference必须已经安装,已安装的ExtensionReference可以通过\\dx查看。 +解决办法:CREATE Extension/ALTER Extension时,控制文件中指定的所有Extension必须已经安装,已安装的Extension可以通过\\dx查看。 -GAUSS-01499: "cannot drop ExtensionReference '%s' because it is being modified" +GAUSS-01499: "cannot drop Extension '%s' because it is being modified" SQLSTATE: 55000 -错误原因:DROP ExtensionReference时,ExtensionReference正在被别的session修改。 +错误原因:DROP Extension时,Extension正在被别的session修改。 -解决办法:DROP ExtensionReference时,ExtensionReference不能正在被别的session修改。 +解决办法:DROP Extension时,Extension不能正在被别的session修改。 -GAUSS-01500: "pg\_ExtensionReference\_config\_dump\(\) can only be called from an SQL script executed by CREATE ExtensionReference" +GAUSS-01500: "pg\_Extension\_config\_dump\(\) can only be called from an SQL script executed by CREATE Extension" SQLSTATE: 0A000 -错误原因:pg\_ExtensionReference\_config\_dump没有在CREATE ExtensionReference的SQL脚本文件中执行。 +错误原因:pg\_Extension\_config\_dump没有在CREATE Extension的SQL脚本文件中执行。 -解决办法:pg\_ExtensionReference\_config\_dump只能在CREATE ExtensionReference的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 index c4480d72c..94ff30f72 100644 --- a/content/zh/docs/DatabaseReference/GAUSS-01501----GAUSS-01510.md +++ b/content/zh/docs/DatabaseReference/GAUSS-01501----GAUSS-01510.md @@ -4,25 +4,25 @@ GAUSS-01501: "OID %u does not refer to a table" SQLSTATE: 42P01 -错误原因:pg\_ExtensionReference\_config\_dump\(\)函数的参数1不是pg\_class内定义的表。 +错误原因:pg\_Extension\_config\_dump\(\)函数的参数1不是pg\_class内定义的表。 -解决办法:pg\_ExtensionReference\_config\_dump\(\)函数的参数1必须是pg\_class内定义的表。 +解决办法:pg\_Extension\_config\_dump\(\)函数的参数1必须是pg\_class内定义的表。 -GAUSS-01502: "table '%s' is not a member of the ExtensionReference being created" +GAUSS-01502: "table '%s' is not a member of the Extension being created" SQLSTATE: 55000 -错误原因:pg\_ExtensionReference\_config\_dump\(\)函数的参数1不是正在创建的ExtensionReference的成员。 +错误原因:pg\_Extension\_config\_dump\(\)函数的参数1不是正在创建的Extension的成员。 -解决办法:pg\_ExtensionReference\_config\_dump\(\)函数的参数1必须是正在创建的ExtensionReference的成员。 +解决办法:pg\_Extension\_config\_dump\(\)函数的参数1必须是正在创建的Extension的成员。 -GAUSS-01503: "ExtensionReference with oid %u does not exist" +GAUSS-01503: "Extension with oid %u does not exist" SQLSTATE: XX000 -错误原因:根据当前ExtensionReference对象的OID从Cache中查找系统表pg\_ExtensionReference的tuple错误。 +错误原因:根据当前Extension对象的OID从Cache中查找系统表pg\_Extension的tuple错误。 -解决办法:由于系统Cache存在异常导致根据ExtensionReference对象OID从Cache获取对象tuple失败,请联系技术支持工程师提供技术支持。 +解决办法:由于系统Cache存在异常导致根据Extension对象OID从Cache获取对象tuple失败,请联系技术支持工程师提供技术支持。 GAUSS-01504: "extconfig is not a 1-D Oid array" @@ -40,27 +40,27 @@ SQLSTATE: XX000 解决办法:请联系技术支持工程师提供技术支持。 -GAUSS-01507: "ExtensionReference name cannot be qualified" +GAUSS-01507: "Extension name cannot be qualified" SQLSTATE: 42601 -错误原因:ALTER ExtensionReference SET SCHEMA,指定ExtensionReference名称时,ExtensionReference的前面加了schema名称。 +错误原因:ALTER Extension SET SCHEMA,指定Extension名称时,Extension的前面加了schema名称。 -解决办法:ALTER ExtensionReference SET SCHEMA,指定ExtensionReference名称时,ExtensionReference的前面不可以加schema名称。 +解决办法:ALTER Extension SET SCHEMA,指定Extension名称时,Extension的前面不可以加schema名称。 -GAUSS-01508: "cannot move ExtensionReference '%s' into schema '%s' because the ExtensionReference contains the schema" +GAUSS-01508: "cannot move Extension '%s' into schema '%s' because the Extension contains the schema" SQLSTATE: 55000 -错误原因:ALTER ExtensionReference SET SCHEMA,新的schema是当前ExtensionReference的成员。 +错误原因:ALTER Extension SET SCHEMA,新的schema是当前Extension的成员。 -解决办法:ALTER ExtensionReference SET SCHEMA,新的schema不可以是当前ExtensionReference的成员。 +解决办法:ALTER Extension SET SCHEMA,新的schema不可以是当前Extension的成员。 -GAUSS-01509: "ExtensionReference '%s' does not support SET SCHEMA" +GAUSS-01509: "Extension '%s' does not support SET SCHEMA" SQLSTATE: 0A000 -错误原因:ALTER ExtensionReference SET SCHEMA,当前ExtensionReference的relocatable参数为false。 +错误原因:ALTER Extension SET SCHEMA,当前Extension的relocatable参数为false。 -解决办法:只对ExtensionReference的relocatable参数为true的ExtensionReference执行ALTER ExtensionReference SET SCHEMA。 +解决办法:只对Extension的relocatable参数为true的Extension执行ALTER Extension SET SCHEMA。 diff --git a/content/zh/docs/DatabaseReference/GAUSS-01511----GAUSS-01520.md b/content/zh/docs/DatabaseReference/GAUSS-01511----GAUSS-01520.md index 8f36f10f7..f5b5b9b6a 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: "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-01901----GAUSS-01910.md b/content/zh/docs/DatabaseReference/GAUSS-01901----GAUSS-01910.md index b5d185ad1..b3c0dd236 100644 --- a/content/zh/docs/DatabaseReference/GAUSS-01901----GAUSS-01910.md +++ b/content/zh/docs/DatabaseReference/GAUSS-01901----GAUSS-01910.md @@ -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-05541----GAUSS-05550.md b/content/zh/docs/DatabaseReference/GAUSS-05541----GAUSS-05550.md index 082a10cef..dcbc67a7e 100644 --- a/content/zh/docs/DatabaseReference/GAUSS-05541----GAUSS-05550.md +++ b/content/zh/docs/DatabaseReference/GAUSS-05541----GAUSS-05550.md @@ -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 index feefd93c1..8ff23d689 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: "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 index 76dbe4cda..21bba8d1b 100644 --- a/content/zh/docs/DatabaseReference/GAUSS-05561----GAUSS-05570.md +++ b/content/zh/docs/DatabaseReference/GAUSS-05561----GAUSS-05570.md @@ -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-05901----GAUSS-05910.md b/content/zh/docs/DatabaseReference/GAUSS-05901----GAUSS-05910.md index 9705d6d21..99d53fbcb 100644 --- a/content/zh/docs/DatabaseReference/GAUSS-05901----GAUSS-05910.md +++ b/content/zh/docs/DatabaseReference/GAUSS-05901----GAUSS-05910.md @@ -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/GS_WLM_EC_OPERATOR_INFO.md b/content/zh/docs/DatabaseReference/GS_WLM_EC_OPERATOR_INFO.md index 326361f93..763da734a 100644 --- a/content/zh/docs/DatabaseReference/GS_WLM_EC_OPERATOR_INFO.md +++ b/content/zh/docs/DatabaseReference/GS_WLM_EC_OPERATOR_INFO.md @@ -1,6 +1,6 @@ # GS\_WLM\_EC\_OPERATOR\_INFO -GS\_WLM\_EC\_OPERATOR\_INFO系统表存储执行EC(ExtensionReference Connector)作业结束后的算子相关的记录。当设置GUC参数[enable\_resource\_record](负载管理.md#zh-cn_topic_0283137479_zh-cn_topic_0237124729_zh-cn_topic_0059777791_s77bd1023b63c4cd489760aa33f08d1ea)为on时,系统会每3分钟将GS\_WLM\_EC\_OPERATOR\_HISTORY中的记录导入此系统表,开启此功能会占用系统存储空间并对性能有一定影响。查询该系统表需要sysadmin权限。 +GS\_WLM\_EC\_OPERATOR\_INFO系统表存储执行EC(Extension Connector)作业结束后的算子相关的记录。当设置GUC参数[enable\_resource\_record](负载管理.md#zh-cn_topic_0283137479_zh-cn_topic_0237124729_zh-cn_topic_0059777791_s77bd1023b63c4cd489760aa33f08d1ea)为on时,系统会每3分钟将GS\_WLM\_EC\_OPERATOR\_HISTORY中的记录导入此系统表,开启此功能会占用系统存储空间并对性能有一定影响。查询该系统表需要sysadmin权限。 **表 1** GS\_WLM\_EC\_OPERATOR\_INFO的字段 diff --git a/content/zh/docs/DatabaseReference/GS_WLM_EC_OPERATOR_STATISTICS.md b/content/zh/docs/DatabaseReference/GS_WLM_EC_OPERATOR_STATISTICS.md index 003e4fb65..e86644581 100644 --- a/content/zh/docs/DatabaseReference/GS_WLM_EC_OPERATOR_STATISTICS.md +++ b/content/zh/docs/DatabaseReference/GS_WLM_EC_OPERATOR_STATISTICS.md @@ -1,6 +1,6 @@ # GS\_WLM\_EC\_OPERATOR\_STATISTICS -GS\_WLM\_EC\_OPERATOR\_STATISTICS视图显示当前用户正在执行的EC(ExtensionReference Connector)作业的算子相关信息。查询该视图需要sysadmin权限。 +GS\_WLM\_EC\_OPERATOR\_STATISTICS视图显示当前用户正在执行的EC(Extension Connector)作业的算子相关信息。查询该视图需要sysadmin权限。 **表 1** **表1 **GS\_WLM\_EC\_OPERATOR\_STATISTICS的字段 diff --git a/content/zh/docs/DatabaseReference/PG_AVAILABLE_EXTENSIONS.md b/content/zh/docs/DatabaseReference/PG_AVAILABLE_EXTENSIONS.md index 88d915987..349d9018d 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 index c84a71f32..93bb330e2 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/en/docs/DatabaseAdministrationGuide/separation-of-duties.md b/content/en/docs/DatabaseAdministrationGuide/separation-of-duties.md index b7cd00795..42cfde784 100644 --- a/content/en/docs/DatabaseAdministrationGuide/separation-of-duties.md +++ b/content/en/docs/DatabaseAdministrationGuide/separation-of-duties.md @@ -91,7 +91,7 @@ For details about permission changes before and after enabling separation of dut - diff --git a/content/en/docs/GettingStarted/odbc.md b/content/en/docs/GettingStarted/odbc.md index a69f6aa07..0cf4df6e4 100644 --- a/content/en/docs/GettingStarted/odbc.md +++ b/content/en/docs/GettingStarted/odbc.md @@ -464,84 +464,84 @@ Run the **./isql -v** *MPPODBC* command \(***MPPODBC*** is the data source na - - - - - - - - - - - - - - - - -- Gitee From a21eb4c855650e87398da449e37c9501e1f776c8 Mon Sep 17 00:00:00 2001 From: "tongmeixia@0301" <870020620@qq.com> Date: Wed, 12 Apr 2023 11:44:45 +0800 Subject: [PATCH 61/75] fixed 91e2c93 from https://gitee.com/tongdabao/docs/pulls/4902 fix issue --- .../zh/docs/DeveloperGuide/PQconnectdb.md | 2 +- .../zh/docs/DeveloperGuide/PQsetdbLogin.md | 12 ++++++------ content/zh/docs/DeveloperGuide/PQcancel.md | 2 +- content/zh/docs/DeveloperGuide/PQclear.md | 2 +- content/zh/docs/DeveloperGuide/PQconnectdb.md | 2 +- .../zh/docs/DeveloperGuide/PQconnectdbParams.md | 2 +- content/zh/docs/DeveloperGuide/PQerrorMessage.md | 2 +- content/zh/docs/DeveloperGuide/PQexec.md | 2 +- content/zh/docs/DeveloperGuide/PQfinish.md | 2 +- content/zh/docs/DeveloperGuide/PQflush.md | 2 +- content/zh/docs/DeveloperGuide/PQfname.md | 2 +- content/zh/docs/DeveloperGuide/PQfreeCancel.md | 2 +- content/zh/docs/DeveloperGuide/PQgetCancel.md | 2 +- content/zh/docs/DeveloperGuide/PQgetvalue.md | 2 +- content/zh/docs/DeveloperGuide/PQnfields.md | 2 +- content/zh/docs/DeveloperGuide/PQntuples.md | 2 +- content/zh/docs/DeveloperGuide/PQprepare.md | 2 +- content/zh/docs/DeveloperGuide/PQreset.md | 2 +- content/zh/docs/DeveloperGuide/PQresultStatus.md | 2 +- content/zh/docs/DeveloperGuide/PQsendPrepare.md | 2 +- content/zh/docs/DeveloperGuide/PQsendQuery.md | 2 +- .../zh/docs/DeveloperGuide/PQsendQueryParams.md | 2 +- .../zh/docs/DeveloperGuide/PQsendQueryPrepared.md | 2 +- content/zh/docs/DeveloperGuide/PQsetdbLogin.md | 14 +++++++------- content/zh/docs/DeveloperGuide/PQstatus.md | 2 +- ...216\245\345\217\243\345\217\202\350\200\203.md" | 2 +- 26 files changed, 37 insertions(+), 37 deletions(-) diff --git a/content/docs-lite/zh/docs/DeveloperGuide/PQconnectdb.md b/content/docs-lite/zh/docs/DeveloperGuide/PQconnectdb.md index 784b28b97..45382ef42 100644 --- a/content/docs-lite/zh/docs/DeveloperGuide/PQconnectdb.md +++ b/content/docs-lite/zh/docs/DeveloperGuide/PQconnectdb.md @@ -23,7 +23,7 @@ PGconn *PQconnectdb(const char *conninfo); - diff --git a/content/docs-lite/zh/docs/DeveloperGuide/PQsetdbLogin.md b/content/docs-lite/zh/docs/DeveloperGuide/PQsetdbLogin.md index 79e41c17c..e025b12b1 100644 --- a/content/docs-lite/zh/docs/DeveloperGuide/PQsetdbLogin.md +++ b/content/docs-lite/zh/docs/DeveloperGuide/PQsetdbLogin.md @@ -29,17 +29,17 @@ PGconn *PQsetdbLogin(const char *pghost, - - - - - - diff --git a/content/zh/docs/DeveloperGuide/PQcancel.md b/content/zh/docs/DeveloperGuide/PQcancel.md index 4bf0cfe08..1f3267627 100644 --- a/content/zh/docs/DeveloperGuide/PQcancel.md +++ b/content/zh/docs/DeveloperGuide/PQcancel.md @@ -50,5 +50,5 @@ int:执行结果为1表示成功,0表示失败,失败原因存到errbuf中 ## 示例 -请参见[示例](示例-3.md)章节。 +请参见[示例](示例-libpq.md)章节。 diff --git a/content/zh/docs/DeveloperGuide/PQclear.md b/content/zh/docs/DeveloperGuide/PQclear.md index 8491b61f6..807ffdaa2 100644 --- a/content/zh/docs/DeveloperGuide/PQclear.md +++ b/content/zh/docs/DeveloperGuide/PQclear.md @@ -35,5 +35,5 @@ PGresult不会自动释放,当提交新的查询时它并不消失,甚至断 ## 示例 -请参见[示例](示例-3.md)章节。 +请参见[示例](示例-libpq.md)章节。 diff --git a/content/zh/docs/DeveloperGuide/PQconnectdb.md b/content/zh/docs/DeveloperGuide/PQconnectdb.md index 784b28b97..1148c597c 100644 --- a/content/zh/docs/DeveloperGuide/PQconnectdb.md +++ b/content/zh/docs/DeveloperGuide/PQconnectdb.md @@ -23,7 +23,7 @@ PGconn *PQconnectdb(const char *conninfo); - diff --git a/content/zh/docs/DeveloperGuide/PQconnectdbParams.md b/content/zh/docs/DeveloperGuide/PQconnectdbParams.md index 80242d1bb..e35fce952 100644 --- a/content/zh/docs/DeveloperGuide/PQconnectdbParams.md +++ b/content/zh/docs/DeveloperGuide/PQconnectdbParams.md @@ -51,5 +51,5 @@ PGconn \*:指向包含链接的对象指针,内存在函数内部申请。 ## 示例 -请参见[示例](示例-3.md)章节。 +请参见[示例](示例-libpq.md)章节。 diff --git a/content/zh/docs/DeveloperGuide/PQerrorMessage.md b/content/zh/docs/DeveloperGuide/PQerrorMessage.md index 88c860e65..fd6cdb251 100644 --- a/content/zh/docs/DeveloperGuide/PQerrorMessage.md +++ b/content/zh/docs/DeveloperGuide/PQerrorMessage.md @@ -35,5 +35,5 @@ char类型指针。 ## 示例 -参见:[示例](示例-3.md) +参见:[示例](示例-libpq.md) diff --git a/content/zh/docs/DeveloperGuide/PQexec.md b/content/zh/docs/DeveloperGuide/PQexec.md index 1dc774b0a..c05cdd6ab 100644 --- a/content/zh/docs/DeveloperGuide/PQexec.md +++ b/content/zh/docs/DeveloperGuide/PQexec.md @@ -47,5 +47,5 @@ PGresult:包含查询结果的对象指针。 ## 示例 -请参见[示例](示例-3.md)章节。 +请参见[示例](示例-libpq.md)章节。 diff --git a/content/zh/docs/DeveloperGuide/PQfinish.md b/content/zh/docs/DeveloperGuide/PQfinish.md index 6c16dd715..26a48ad68 100644 --- a/content/zh/docs/DeveloperGuide/PQfinish.md +++ b/content/zh/docs/DeveloperGuide/PQfinish.md @@ -35,5 +35,5 @@ void PQfinish(PGconn *conn); ## 示例 -请参见[示例](示例-3.md)章节。 +请参见[示例](示例-libpq.md)章节。 diff --git a/content/zh/docs/DeveloperGuide/PQflush.md b/content/zh/docs/DeveloperGuide/PQflush.md index ff8cd5034..48e43a65d 100644 --- a/content/zh/docs/DeveloperGuide/PQflush.md +++ b/content/zh/docs/DeveloperGuide/PQflush.md @@ -39,5 +39,5 @@ int:如果成功(或者如果发送队列为空),则返回0;如果由 ## 示例 -请参见[示例](示例-3.md)章节。 +请参见[示例](示例-libpq.md)章节。 diff --git a/content/zh/docs/DeveloperGuide/PQfname.md b/content/zh/docs/DeveloperGuide/PQfname.md index c30e91037..3ab6daed0 100644 --- a/content/zh/docs/DeveloperGuide/PQfname.md +++ b/content/zh/docs/DeveloperGuide/PQfname.md @@ -41,5 +41,5 @@ char类型指针。 ## 示例 -参见:[示例](示例-3.md) +参见:[示例](示例-libpq.md) diff --git a/content/zh/docs/DeveloperGuide/PQfreeCancel.md b/content/zh/docs/DeveloperGuide/PQfreeCancel.md index 26ab7ecb3..781c325b3 100644 --- a/content/zh/docs/DeveloperGuide/PQfreeCancel.md +++ b/content/zh/docs/DeveloperGuide/PQfreeCancel.md @@ -35,5 +35,5 @@ PQfreeCancel释放一个由前面的PQgetCancel创建的数据对象。 ## 示例 -请参见[示例](示例-3.md)章节。 +请参见[示例](示例-libpq.md)章节。 diff --git a/content/zh/docs/DeveloperGuide/PQgetCancel.md b/content/zh/docs/DeveloperGuide/PQgetCancel.md index 4623e5f8a..a3a9e0658 100644 --- a/content/zh/docs/DeveloperGuide/PQgetCancel.md +++ b/content/zh/docs/DeveloperGuide/PQgetCancel.md @@ -39,5 +39,5 @@ PQgetCancel创建一个给定PGconn连接对象的PGcancel对象。如果给定 ## 示例 -请参见[示例](示例-3.md)章节。 +请参见[示例](示例-libpq.md)章节。 diff --git a/content/zh/docs/DeveloperGuide/PQgetvalue.md b/content/zh/docs/DeveloperGuide/PQgetvalue.md index e0db4555f..5bb259b10 100644 --- a/content/zh/docs/DeveloperGuide/PQgetvalue.md +++ b/content/zh/docs/DeveloperGuide/PQgetvalue.md @@ -51,5 +51,5 @@ char *PQgetvalue(const PGresult *res, ## 示例 -参见:[示例](示例-3.md) +参见:[示例](示例-libpq.md) diff --git a/content/zh/docs/DeveloperGuide/PQnfields.md b/content/zh/docs/DeveloperGuide/PQnfields.md index 95012b00c..6765400a6 100644 --- a/content/zh/docs/DeveloperGuide/PQnfields.md +++ b/content/zh/docs/DeveloperGuide/PQnfields.md @@ -35,5 +35,5 @@ int类型数字。 ## 示例 -参见:[示例](示例-3.md) +参见:[示例](示例-libpq.md) diff --git a/content/zh/docs/DeveloperGuide/PQntuples.md b/content/zh/docs/DeveloperGuide/PQntuples.md index 48ea2022c..16050c312 100644 --- a/content/zh/docs/DeveloperGuide/PQntuples.md +++ b/content/zh/docs/DeveloperGuide/PQntuples.md @@ -35,5 +35,5 @@ int类型数字。 ## 示例 -参见:[示例](示例-3.md) +参见:[示例](示例-libpq.md) diff --git a/content/zh/docs/DeveloperGuide/PQprepare.md b/content/zh/docs/DeveloperGuide/PQprepare.md index 1f55de1ae..fdc8d56f9 100644 --- a/content/zh/docs/DeveloperGuide/PQprepare.md +++ b/content/zh/docs/DeveloperGuide/PQprepare.md @@ -67,5 +67,5 @@ PGresult:包含查询结果的对象指针。 ## 示例 -请参见[示例](示例-3.md)章节。 +请参见[示例](示例-libpq.md)章节。 diff --git a/content/zh/docs/DeveloperGuide/PQreset.md b/content/zh/docs/DeveloperGuide/PQreset.md index 62058e4db..8ebd3e62b 100644 --- a/content/zh/docs/DeveloperGuide/PQreset.md +++ b/content/zh/docs/DeveloperGuide/PQreset.md @@ -35,5 +35,5 @@ void PQreset(PGconn *conn); ## 示例 -请参见[示例](示例-3.md)章节。 +请参见[示例](示例-libpq.md)章节。 diff --git a/content/zh/docs/DeveloperGuide/PQresultStatus.md b/content/zh/docs/DeveloperGuide/PQresultStatus.md index 343dc6c5b..509cc6bbe 100644 --- a/content/zh/docs/DeveloperGuide/PQresultStatus.md +++ b/content/zh/docs/DeveloperGuide/PQresultStatus.md @@ -74,5 +74,5 @@ PGresult包含一个来自当前命令的结果元组。 这个状态只在查 ## 示例 -请参见[示例](示例-3.md)章节。 +请参见[示例](示例-libpq.md)章节。 diff --git a/content/zh/docs/DeveloperGuide/PQsendPrepare.md b/content/zh/docs/DeveloperGuide/PQsendPrepare.md index 15c8acedb..21de02eb2 100644 --- a/content/zh/docs/DeveloperGuide/PQsendPrepare.md +++ b/content/zh/docs/DeveloperGuide/PQsendPrepare.md @@ -63,5 +63,5 @@ int:执行结果为1表示成功,0表示失败,失败原因存到conn-\>er ## 示例 -请参见[示例](示例-3.md)章节。 +请参见[示例](示例-libpq.md)章节。 diff --git a/content/zh/docs/DeveloperGuide/PQsendQuery.md b/content/zh/docs/DeveloperGuide/PQsendQuery.md index 1c2f284b2..e7a076415 100644 --- a/content/zh/docs/DeveloperGuide/PQsendQuery.md +++ b/content/zh/docs/DeveloperGuide/PQsendQuery.md @@ -44,5 +44,5 @@ int:执行结果为1表示成功,0表示失败,失败原因存到conn-\>er ## 示例 -请参见[示例](示例-3.md)章节。 +请参见[示例](示例-libpq.md)章节。 diff --git a/content/zh/docs/DeveloperGuide/PQsendQueryParams.md b/content/zh/docs/DeveloperGuide/PQsendQueryParams.md index 79685db93..f079ecffc 100644 --- a/content/zh/docs/DeveloperGuide/PQsendQueryParams.md +++ b/content/zh/docs/DeveloperGuide/PQsendQueryParams.md @@ -81,5 +81,5 @@ int:执行结果为1表示成功,0表示失败,失败原因存到conn-\>er ## 示例 -请参见[示例](示例-3.md)章节。 +请参见[示例](示例-libpq.md)章节。 diff --git a/content/zh/docs/DeveloperGuide/PQsendQueryPrepared.md b/content/zh/docs/DeveloperGuide/PQsendQueryPrepared.md index 35320927e..fb8604c69 100644 --- a/content/zh/docs/DeveloperGuide/PQsendQueryPrepared.md +++ b/content/zh/docs/DeveloperGuide/PQsendQueryPrepared.md @@ -75,5 +75,5 @@ int:执行结果为1表示成功,0表示失败,失败原因存到conn-\>er ## 示例 -请参见[示例](示例-3.md)章节。 +请参见[示例](示例-libpq.md)章节。 diff --git a/content/zh/docs/DeveloperGuide/PQsetdbLogin.md b/content/zh/docs/DeveloperGuide/PQsetdbLogin.md index 1d3dd9aaf..e025b12b1 100644 --- a/content/zh/docs/DeveloperGuide/PQsetdbLogin.md +++ b/content/zh/docs/DeveloperGuide/PQsetdbLogin.md @@ -29,17 +29,17 @@ PGconn *PQsetdbLogin(const char *pghost, - - - - - - @@ -76,5 +76,5 @@ PGconn \*:指向包含链接的对象指针,内存在函数内部申请。 ## 示例 -请参见[示例](示例-3.md)章节。 +请参见[示例](示例-libpq.md)章节。 diff --git a/content/zh/docs/DeveloperGuide/PQstatus.md b/content/zh/docs/DeveloperGuide/PQstatus.md index 1088b8294..bed84e7ce 100644 --- a/content/zh/docs/DeveloperGuide/PQstatus.md +++ b/content/zh/docs/DeveloperGuide/PQstatus.md @@ -65,5 +65,5 @@ CONNECTION_BAD ## 示例 -请参见[示例](示例-3.md)章节。 +请参见[示例](示例-libpq.md)章节。 diff --git "a/content/zh/docs/DeveloperGuide/libpq\346\216\245\345\217\243\345\217\202\350\200\203.md" "b/content/zh/docs/DeveloperGuide/libpq\346\216\245\345\217\243\345\217\202\350\200\203.md" index 8363abb1e..073d0052e 100644 --- "a/content/zh/docs/DeveloperGuide/libpq\346\216\245\345\217\243\345\217\202\350\200\203.md" +++ "b/content/zh/docs/DeveloperGuide/libpq\346\216\245\345\217\243\345\217\202\350\200\203.md" @@ -8,7 +8,7 @@ - **[取消正在处理的查询](取消正在处理的查询.md)** -- **[示例](示例-3.md)** +- **[示例](示例-libpq.md)** - **[链接参数](链接参数.md)** -- Gitee From a1a6e55bc7c548be2e92207b8d6900c1716916a3 Mon Sep 17 00:00:00 2001 From: liyang0608 <264327807@qq.com> Date: Wed, 12 Apr 2023 17:02:24 +0800 Subject: [PATCH 62/75] fix bugs --- README.md | 1 + content/docs-lite/zh/menu/index.md | 1 + content/zh/docs/SQLReference/desktop.ini | 49 ------------- .../zh/docs/SQLReference/figures/raise.png | Bin 0 -> 927 bytes .../SQLReference/figures/raise_condition.png | Bin 0 -> 4070 bytes .../SQLReference/figures/raise_format.png | Bin 0 -> 5233 bytes .../SQLReference/figures/raise_option.png | Bin 0 -> 3000 bytes .../SQLReference/figures/raise_sqlstate.png | Bin 0 -> 4553 bytes .../figures/\346\215\225\350\216\267.png" | Bin 0 -> 6132 bytes content/zh/menu/index.md | 69 +++++++++--------- 10 files changed, 37 insertions(+), 83 deletions(-) delete mode 100644 content/zh/docs/SQLReference/desktop.ini create mode 100644 content/zh/docs/SQLReference/figures/raise.png create mode 100644 content/zh/docs/SQLReference/figures/raise_condition.png create mode 100644 content/zh/docs/SQLReference/figures/raise_format.png create mode 100644 content/zh/docs/SQLReference/figures/raise_option.png create mode 100644 content/zh/docs/SQLReference/figures/raise_sqlstate.png create mode 100644 "content/zh/docs/SQLReference/figures/\346\215\225\350\216\267.png" diff --git a/README.md b/README.md index c65ad7e25..c89db2a82 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,7 @@ Docs包含了如下7个分支: - master:开发分支,为默认分支。 +- 5.0.0:5.0.0版本分支,分支内容呈现在[openGauss社区网站](https://opengauss.org/zh)"文档 > 5.0.0"。 - 3.1.1:3.1.1版本分支,分支内容呈现在[openGauss社区网站](https://opengauss.org/zh)"文档 > 3.1.1"。 - 3.1.0:3.1.0版本分支,分支内容呈现在[openGauss社区网站](https://opengauss.org/zh)"文档 > 3.1.0"。 - 3.0.0:3.0.0版本分支,分支内容呈现在[openGauss社区网站](https://opengauss.org/zh)"文档 > 3.0.0"。 diff --git a/content/docs-lite/zh/menu/index.md b/content/docs-lite/zh/menu/index.md index 183d43f95..4c6b426b2 100644 --- a/content/docs-lite/zh/menu/index.md +++ b/content/docs-lite/zh/menu/index.md @@ -1204,6 +1204,7 @@ headless: true - [DBE\_PLDEBUGGER.turn\_off]({{< relref "./docs/SQLReference/DBE_PLDEBUGGER-turn_off.md" >}}) - [DBE\_PLDEBUGGER.local\_debug\_server\_info]({{< relref "./docs/SQLReference/DBE_PLDEBUGGER-local_debug_server_info.md" >}}) - [DBE\_PLDEBUGGER.attach]({{< relref "./docs/SQLReference/DBE_PLDEBUGGER-attach.md" >}}) + - [DBE\_PLDEBUGGER.info\_locals]({{< relref "./docs/SQLReference/DBE_PLDEBUGGER-info_locals.md" >}}) - [DBE\_PLDEBUGGER.next]({{< relref "./docs/SQLReference/DBE_PLDEBUGGER-next.md" >}}) - [DBE\_PLDEBUGGER.continue]({{< relref "./docs/SQLReference/DBE_PLDEBUGGER-continue.md" >}}) - [DBE\_PLDEBUGGER.abort]({{< relref "./docs/SQLReference/DBE_PLDEBUGGER-abort.md" >}}) diff --git a/content/zh/docs/SQLReference/desktop.ini b/content/zh/docs/SQLReference/desktop.ini deleted file mode 100644 index ad90ab30e..000000000 --- a/content/zh/docs/SQLReference/desktop.ini +++ /dev/null @@ -1,49 +0,0 @@ -[LocalizedFileNames] -ϵͳ.md=@ϵͳ.md,0 -DB4AI-SNAPSHOT.md=@DB4AI-SNAPSHOT.md,0 -DB4AI-ARCHIVE_SNAPSHOT.md=@DB4AI-ARCHIVE_SNAPSHOT.md,0 -DB4AI-CREATE_SNAPSHOT.md=@DB4AI-CREATE_SNAPSHOT.md,0 -DB4AI-CREATE_SNAPSHOT_INTERNAL.md=@DB4AI-CREATE_SNAPSHOT_INTERNAL.md,0 -DB4AI-MANAGE_SNAPSHOT_INTERNAL.md=@DB4AI-MANAGE_SNAPSHOT_INTERNAL.md,0 -DB4AI-PREPARE_SNAPSHOT.md=@DB4AI-PREPARE_SNAPSHOT.md,0 -DB4AI-PREPARE_SNAPSHOT_INTERNAL.md=@DB4AI-PREPARE_SNAPSHOT_INTERNAL.md,0 -DB4AI-PUBLISH_SNAPSHOT.md=@DB4AI-PUBLISH_SNAPSHOT.md,0 -DB4AI-PURGE_SNAPSHOT.md=@DB4AI-PURGE_SNAPSHOT.md,0 -DB4AI-PURGE_SNAPSHOT_INTERNAL.md=@DB4AI-PURGE_SNAPSHOT_INTERNAL.md,0 -DB4AI-SAMPLE_SNAPSHOT.md=@DB4AI-SAMPLE_SNAPSHOT.md,0 -DB4AI-Schema.md=@DB4AI-Schema.md,0 -DBE_PLDEBUGGER-turn_on.md=@DBE_PLDEBUGGER-turn_on.md,0 -DBE_PLDEBUGGER-abort.md=@DBE_PLDEBUGGER-abort.md,0 -DBE_PLDEBUGGER-add_breakpoint.md=@DBE_PLDEBUGGER-add_breakpoint.md,0 -DBE_PLDEBUGGER-attach.md=@DBE_PLDEBUGGER-attach.md,0 -DBE_PLDEBUGGER-backtrace.md=@DBE_PLDEBUGGER-backtrace.md,0 -DBE_PLDEBUGGER-continue.md=@DBE_PLDEBUGGER-continue.md,0 -DBE_PLDEBUGGER-delete_breakpoint.md=@DBE_PLDEBUGGER-delete_breakpoint.md,0 -DBE_PLDEBUGGER-disable_breakpoint.md=@DBE_PLDEBUGGER-disable_breakpoint.md,0 -DBE_PLDEBUGGER-enable_breakpoint.md=@DBE_PLDEBUGGER-enable_breakpoint.md,0 -DBE_PLDEBUGGER-finish.md=@DBE_PLDEBUGGER-finish.md,0 -DBE_PLDEBUGGER-info_breakpoints.md=@DBE_PLDEBUGGER-info_breakpoints.md,0 -DBE_PLDEBUGGER-info_code.md=@DBE_PLDEBUGGER-info_code.md,0 -DBE_PLDEBUGGER-info_locals.md=@DBE_PLDEBUGGER-info_locals.md,0 -DBE_PLDEBUGGER-local_debug_server_info.md=@DBE_PLDEBUGGER-local_debug_server_info.md,0 -DBE_PLDEBUGGER-next.md=@DBE_PLDEBUGGER-next.md,0 -DBE_PLDEBUGGER-print_var.md=@DBE_PLDEBUGGER-print_var.md,0 -DBE_PLDEBUGGER-Schema.md=@DBE_PLDEBUGGER-Schema.md,0 -DBE_PLDEBUGGER-set_var.md=@DBE_PLDEBUGGER-set_var.md,0 -DBE_PLDEBUGGER-step.md=@DBE_PLDEBUGGER-step.md,0 -DBE_PLDEBUGGER-turn_off.md=@DBE_PLDEBUGGER-turn_off.md,0 -Load-Profile.md=@Load-Profile.md,0 -Instance-Efficiency-Percentages.md=@Instance-Efficiency-Percentages.md,0 -Top-10-Events-by-Total-Wait-Time.md=@Top-10-Events-by-Total-Wait-Time.md,0 -Wait-Classes-by-Total-Wait-Time.md=@Wait-Classes-by-Total-Wait-Time.md,0 -Host-CPU.md=@Host-CPU.md,0 -IO-Profile.md=@IO-Profile.md,0 -Memory-Statistics.md=@Memory-Statistics.md,0 -Time-Model.md=@Time-Model.md,0 -SQL-Statistics.md=@SQL-Statistics.md,0 -Wait-Events-2.md=@Wait-Events-2.md,0 -Cache-IO-Stats.md=@Cache-IO-Stats.md,0 -Utility-status.md=@Utility-status.md,0 -Object-stats.md=@Object-stats.md,0 -Configuration-settings.md=@Configuration-settings.md,0 -SQL-Detail.md=@SQL-Detail.md,0 diff --git a/content/zh/docs/SQLReference/figures/raise.png b/content/zh/docs/SQLReference/figures/raise.png new file mode 100644 index 0000000000000000000000000000000000000000..85411be452cfb2aba72afd041e02139478b173d2 GIT binary patch literal 927 zcmeAS@N?(olHy`uVBq!ia0vp^y+CZn!2~2r4SQXH6k~CayA#8@b22Z19F}xPUq=Rp zjs4tz5?O(K&H|6fVg?4j!ywFfJby(B0|T>(r;B4qMcmsNuS=T^cv_9)*pg(*5~t=| zdL;fsF}d@#)>E0M;nH6|{hi=a@%P4aPOd%k0+w9;kvwN!p|FJd<1aj{^8%mFsjK?? zp1xi7UX#Nvyrl#ivU)<(anKLX!hJ^3YRmg4dTi_ovR-qwou zUN4Wnw@o12{`K#kqB#5gW%qMWZ`!#b#O=9n+SFB=o5UsWGnh@D?EU^LkJ7RFjEjp- z$oBaC7g71>v8?e%<<=83Ey#1iS+8tKV#ux_#0A?A*eo z4Iy3=_n!FSIOorq&&l13A{syXR10r;yS$GlNYnM3(&PP4MXtHcYt~p7pu2{DQF58K zel$=ADy1^6FOfThBR5zISZe8**yj z-)(03hnE~&nm+%g|D`*pz6EJ|R^LDP_`d(;ezw9%d>>z4{mks8*m}Z8f0^X|s3Z>M zbBhi?=*)9>D3STa$D23Z_HE^R4wFAqzsE8MtbG0G-~*rXl6QueXGpGSC}d&{DKhu- za%#@(5!P5RX?J0ekd#mI90$g!cX}sJx{x6Cn1yS_le{@oTG%d2s0TQxmOoyiVlv~H zMI)2ePHA=3g$GTJaf$?-ylbJ!$-B(ZZ$X3CyJMc783w&nGy1Q%jO2w0ESyi8ftiZI M)78&qol`;+06cK7i~s-t literal 0 HcmV?d00001 diff --git a/content/zh/docs/SQLReference/figures/raise_condition.png b/content/zh/docs/SQLReference/figures/raise_condition.png new file mode 100644 index 0000000000000000000000000000000000000000..a8f844c357e3a4bc0acecfe96938a35e8f6c568a GIT binary patch literal 4070 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 M=^=H?w4I~=19t+1W&i*H literal 0 HcmV?d00001 diff --git a/content/zh/docs/SQLReference/figures/raise_format.png b/content/zh/docs/SQLReference/figures/raise_format.png new file mode 100644 index 0000000000000000000000000000000000000000..c278db49b518b0f9e52192cc4aa5ad66fa1e646d GIT binary patch literal 5233 zcmc(j^;?sD)WFB+Mv+huK|*p9)zKi0RSjw$#NV zDcArMY}~OO?Wy5vlKcQ5`8roa{GhrJZ*x-McP#cHvVZMRZPri#U1)~|)pMVt`N{KZ zf*!2)xl~~75x(m%ZFDgxaD}B*NV$a>@h$TJh&qw@or%0|+?Y^RzQl&jaw`8@D5%~DkE8G~;T)r9w)DbzpB_)5;Y zQ⪼F!v^(d&-6|^kC<_wbLQLohToByc-vM{Oa5ieBd1vfIJ95tH%GDOu*prmD6K! zhc-oW1q>$=0qZFXCZYFV&)kV6-a|6I{!6UyqJUKG6NQ)j9BBg!(-{_BE>2&9P`HXY8sGBEqew&4z_Qg|uqa z=h*!)$!{tL|ME13D#|@9whzIVimbR47BauJ_m!E;ry#f8VVNWknDCH+nD!d{s_FPdO zUUg2f>0p#qfN6h>c3oBm2KCtv(g-R?o*u~xe@l9VmEwr)2?P*U zJXpIB6*!IEW#Zj$^|gxs^ljb<65_UbdvyOk-msb_sZQDB29p_S65Ez}IMp&_PZ}~L zS`dF}y=*(=gYuU}hWbicRS7f?S%0AWot_=?YMFEI-%)(fd0-S%+D*~DGtjDh@5((= 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 literal 0 HcmV?d00001 diff --git a/content/zh/docs/SQLReference/figures/raise_option.png b/content/zh/docs/SQLReference/figures/raise_option.png new file mode 100644 index 0000000000000000000000000000000000000000..2c28d3c5ffa7084dc29383b525d4a3eb7e99db8d GIT binary patch literal 3000 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 literal 0 HcmV?d00001 diff --git "a/content/zh/docs/SQLReference/figures/\346\215\225\350\216\267.png" "b/content/zh/docs/SQLReference/figures/\346\215\225\350\216\267.png" new file mode 100644 index 0000000000000000000000000000000000000000..4334f18f5c64751dc7409ac1f936916139b7c976 GIT binary patch literal 6132 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 - [触发器]({{< relref "./docs/SQLReference/触发器.md" >}}) - [全文检索]({{< relref "./docs/SQLReference/全文检索.md" >}}) - - [介绍]({{< relref "./docs/SQLReference/介绍.md" >}}) - - [全文检索概述]({{< relref "./docs/SQLReference/全文检索概述.md" >}}) - - [文档概念]({{< relref "./docs/SQLReference/文档概念.md" >}}) - - [基本文本匹配]({{< relref "./docs/SQLReference/基本文本匹配.md" >}}) - - [分词器]({{< relref "./docs/SQLReference/分词器.md" >}}) - - [表和索引]({{< relref "./docs/SQLReference/表和索引.md" >}}) - - [搜索表]({{< relref "./docs/SQLReference/搜索表.md" >}}) - - [创建索引]({{< relref "./docs/SQLReference/创建索引.md" >}}) - - [索引使用约束]({{< relref "./docs/SQLReference/索引使用约束.md" >}}) - - [控制文本搜索]({{< relref "./docs/SQLReference/控制文本搜索.md" >}}) - - [解析文档]({{< relref "./docs/SQLReference/解析文档.md" >}}) - - [解析查询]({{< relref "./docs/SQLReference/解析查询.md" >}}) - - [排序查询结果]({{< relref "./docs/SQLReference/排序查询结果.md" >}}) - - [高亮搜索结果]({{< relref "./docs/SQLReference/高亮搜索结果.md" >}}) - - [附加功能]({{< relref "./docs/SQLReference/附加功能.md" >}}) - - [处理tsvector]({{< relref "./docs/SQLReference/处理tsvector.md" >}}) - - [处理查询]({{< relref "./docs/SQLReference/处理查询.md" >}}) - - [查询重写]({{< relref "./docs/SQLReference/查询重写.md" >}}) - - [收集文献统计]({{< relref "./docs/SQLReference/收集文献统计.md" >}}) - - [解析器]({{< relref "./docs/SQLReference/解析器.md" >}}) - - [词典]({{< relref "./docs/SQLReference/词典.md" >}}) - - [词典概述]({{< relref "./docs/SQLReference/词典概述.md" >}}) - - [停用词]({{< relref "./docs/SQLReference/停用词.md" >}}) - - [Simple词典]({{< relref "./docs/SQLReference/Simple词典.md" >}}) - - [Synonym词典]({{< relref "./docs/SQLReference/Synonym词典.md" >}}) - - [Thesaurus词典]({{< relref "./docs/SQLReference/Thesaurus词典.md" >}}) - - [Ispell词典]({{< relref "./docs/SQLReference/Ispell词典.md" >}}) - - [Snowball词典]({{< relref "./docs/SQLReference/Snowball词典.md" >}}) - - [配置示例]({{< relref "./docs/SQLReference/配置示例.md" >}}) - - [测试和调试文本搜索]({{< relref "./docs/SQLReference/测试和调试文本搜索.md" >}}) - - [分词器测试]({{< relref "./docs/SQLReference/分词器测试.md" >}}) - - [解析器测试]({{< relref "./docs/SQLReference/解析器测试.md" >}}) - - [词典测试]({{< relref "./docs/SQLReference/词典测试.md" >}}) - - [限制约束]({{< relref "./docs/SQLReference/限制约束.md" >}}) + - [介绍]({{< relref "./docs/SQLReference/介绍.md" >}}) + - [全文检索概述]({{< relref "./docs/SQLReference/全文检索概述.md" >}}) + - [文档概念]({{< relref "./docs/SQLReference/文档概念.md" >}}) + - [基本文本匹配]({{< relref "./docs/SQLReference/基本文本匹配.md" >}}) + - [分词器]({{< relref "./docs/SQLReference/分词器.md" >}}) + - [表和索引]({{< relref "./docs/SQLReference/表和索引.md" >}}) + - [搜索表]({{< relref "./docs/SQLReference/搜索表.md" >}}) + - [创建索引]({{< relref "./docs/SQLReference/创建索引.md" >}}) + - [索引使用约束]({{< relref "./docs/SQLReference/索引使用约束.md" >}}) + - [控制文本搜索]({{< relref "./docs/SQLReference/控制文本搜索.md" >}}) + - [解析文档]({{< relref "./docs/SQLReference/解析文档.md" >}}) + - [解析查询]({{< relref "./docs/SQLReference/解析查询.md" >}}) + - [排序查询结果]({{< relref "./docs/SQLReference/排序查询结果.md" >}}) + - [高亮搜索结果]({{< relref "./docs/SQLReference/高亮搜索结果.md" >}}) + - [附加功能]({{< relref "./docs/SQLReference/附加功能.md" >}}) + - [处理tsvector]({{< relref "./docs/SQLReference/处理tsvector.md" >}}) + - [处理查询]({{< relref "./docs/SQLReference/处理查询.md" >}}) + - [查询重写]({{< relref "./docs/SQLReference/查询重写.md" >}}) + - [收集文献统计]({{< relref "./docs/SQLReference/收集文献统计.md" >}}) + - [解析器]({{< relref "./docs/SQLReference/解析器.md" >}}) + - [词典]({{< relref "./docs/SQLReference/词典.md" >}}) + - [词典概述]({{< relref "./docs/SQLReference/词典概述.md" >}}) + - [停用词]({{< relref "./docs/SQLReference/停用词.md" >}}) + - [Simple词典]({{< relref "./docs/SQLReference/Simple词典.md" >}}) + - [Synonym词典]({{< relref "./docs/SQLReference/Synonym词典.md" >}}) + - [Thesaurus词典]({{< relref "./docs/SQLReference/Thesaurus词典.md" >}}) + - [Ispell词典]({{< relref "./docs/SQLReference/Ispell词典.md" >}}) + - [Snowball词典]({{< relref "./docs/SQLReference/Snowball词典.md" >}}) + - [配置示例]({{< relref "./docs/SQLReference/配置示例.md" >}}) + - [测试和调试文本搜索]({{< relref "./docs/SQLReference/测试和调试文本搜索.md" >}}) + - [分词器测试]({{< relref "./docs/SQLReference/分词器测试.md" >}}) + - [解析器测试]({{< relref "./docs/SQLReference/解析器测试.md" >}}) + - [词典测试]({{< relref "./docs/SQLReference/词典测试.md" >}}) + - [限制约束]({{< relref "./docs/SQLReference/限制约束.md" >}}) - [扩展函数]({{< relref "./docs/SQLReference/扩展函数.md" >}}) - [扩展语法]({{< relref "./docs/SQLReference/扩展语法.md" >}}) - [类型基础值]({{< relref "./docs/SQLReference/INSERT_RIGHT_REF_DEFAULT_VALUE.md" >}}) @@ -1600,6 +1600,7 @@ headless: true - [DBE\_PLDEBUGGER.turn\_off]({{< relref "./docs/SQLReference/DBE_PLDEBUGGER-turn_off.md" >}}) - [DBE\_PLDEBUGGER.local\_debug\_server\_info]({{< relref "./docs/SQLReference/DBE_PLDEBUGGER-local_debug_server_info.md" >}}) - [DBE\_PLDEBUGGER.attach]({{< relref "./docs/SQLReference/DBE_PLDEBUGGER-attach.md" >}}) + - [DBE\_PLDEBUGGER.info\_locals]({{< relref "./docs/SQLReference/DBE_PLDEBUGGER-info_locals.md" >}}) - [DBE\_PLDEBUGGER.next]({{< relref "./docs/SQLReference/DBE_PLDEBUGGER-next.md" >}}) - [DBE\_PLDEBUGGER.continue]({{< relref "./docs/SQLReference/DBE_PLDEBUGGER-continue.md" >}}) - [DBE\_PLDEBUGGER.abort]({{< relref "./docs/SQLReference/DBE_PLDEBUGGER-abort.md" >}}) -- Gitee From 98fd116c1314e44074ca44cee7f518b8553d2caf Mon Sep 17 00:00:00 2001 From: liruixiang <461834084@qq.com> Date: Tue, 4 Apr 2023 10:59:01 +0800 Subject: [PATCH 63/75] =?UTF-8?q?fixed=20bcb39fe=20from=20https://gitee.co?= =?UTF-8?q?m/ruixiang-li=5F123/docs/pulls/4842=20=E4=BF=AE=E6=94=B9multipl?= =?UTF-8?q?y=E5=87=BD=E6=95=B0=E7=9A=84=E6=96=87=E6=A1=A3=E6=8F=8F?= =?UTF-8?q?=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../docs/SQLReference/mathematical-functions-and-operators.md | 2 +- ...\225\260\345\222\214\346\223\215\344\275\234\347\254\246.md" | 2 +- .../docs/SQLReference/mathematical-functions-and-operators.md | 2 +- ...\225\260\345\222\214\346\223\215\344\275\234\347\254\246.md" | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/content/docs-lite/en/docs/SQLReference/mathematical-functions-and-operators.md b/content/docs-lite/en/docs/SQLReference/mathematical-functions-and-operators.md index 45d0848c8..97035ea51 100644 --- a/content/docs-lite/en/docs/SQLReference/mathematical-functions-and-operators.md +++ b/content/docs-lite/en/docs/SQLReference/mathematical-functions-and-operators.md @@ -700,7 +700,7 @@ - multiply\(x double precision or text, y double precision or text\) - Description: Product of x and y. + Description: Product of x and y. Only multiply\(x text, y double precision\) or multiply\(x double precision, y text\) is supported. Return type: double precision diff --git "a/content/docs-lite/zh/docs/SQLReference/\346\225\260\345\255\227\346\223\215\344\275\234\345\207\275\346\225\260\345\222\214\346\223\215\344\275\234\347\254\246.md" "b/content/docs-lite/zh/docs/SQLReference/\346\225\260\345\255\227\346\223\215\344\275\234\345\207\275\346\225\260\345\222\214\346\223\215\344\275\234\347\254\246.md" index 35e630de9..26255d868 100644 --- "a/content/docs-lite/zh/docs/SQLReference/\346\225\260\345\255\227\346\223\215\344\275\234\345\207\275\346\225\260\345\222\214\346\223\215\344\275\234\347\254\246.md" +++ "b/content/docs-lite/zh/docs/SQLReference/\346\225\260\345\255\227\346\223\215\344\275\234\345\207\275\346\225\260\345\222\214\346\223\215\344\275\234\347\254\246.md" @@ -700,7 +700,7 @@ - multiply\(x double precision or text, y double precision or text\) - 描述:x和y的乘积。 + 描述:x和y的乘积。仅支持multiply\(x double precision, y text\)和multiply\(x text, y double precision\)的两种场景。 返回值类型:double precision diff --git a/content/en/docs/SQLReference/mathematical-functions-and-operators.md b/content/en/docs/SQLReference/mathematical-functions-and-operators.md index 45d0848c8..97035ea51 100644 --- a/content/en/docs/SQLReference/mathematical-functions-and-operators.md +++ b/content/en/docs/SQLReference/mathematical-functions-and-operators.md @@ -700,7 +700,7 @@ - multiply\(x double precision or text, y double precision or text\) - Description: Product of x and y. + Description: Product of x and y. Only multiply\(x text, y double precision\) or multiply\(x double precision, y text\) is supported. Return type: double precision diff --git "a/content/zh/docs/SQLReference/\346\225\260\345\255\227\346\223\215\344\275\234\345\207\275\346\225\260\345\222\214\346\223\215\344\275\234\347\254\246.md" "b/content/zh/docs/SQLReference/\346\225\260\345\255\227\346\223\215\344\275\234\345\207\275\346\225\260\345\222\214\346\223\215\344\275\234\347\254\246.md" index d1ce1aaf8..b27a7fd38 100644 --- "a/content/zh/docs/SQLReference/\346\225\260\345\255\227\346\223\215\344\275\234\345\207\275\346\225\260\345\222\214\346\223\215\344\275\234\347\254\246.md" +++ "b/content/zh/docs/SQLReference/\346\225\260\345\255\227\346\223\215\344\275\234\345\207\275\346\225\260\345\222\214\346\223\215\344\275\234\347\254\246.md" @@ -700,7 +700,7 @@ - multiply\(x double precision or text, y double precision or text\) - 描述:x和y的乘积。 + 描述:x和y的乘积。仅支持multiply\(x double precision, y text\)和multiply\(x text, y double precision\)的两种场景。 返回值类型:double precision -- Gitee From 7f9741c23e7f934b0e33d5236099e1d8941cae25 Mon Sep 17 00:00:00 2001 From: "tongmeixia@0301" <870020620@qq.com> Date: Wed, 12 Apr 2023 17:17:40 +0800 Subject: [PATCH 64/75] fixed 3217c9f from https://gitee.com/tongdabao/docs/pulls/4907 link --- .../docs-lite/en/docs/Developerguide/odbc.md | 51 +++++++++++++++++++ content/docs-lite/en/menu/index.md | 26 +++++++++- 2 files changed, 76 insertions(+), 1 deletion(-) create mode 100644 content/docs-lite/en/docs/Developerguide/odbc.md diff --git a/content/docs-lite/en/docs/Developerguide/odbc.md b/content/docs-lite/en/docs/Developerguide/odbc.md new file mode 100644 index 000000000..665551327 --- /dev/null +++ b/content/docs-lite/en/docs/Developerguide/odbc.md @@ -0,0 +1,51 @@ +# ODBC + +The ODBC interface is a set of API functions provided to users. This chapter describes its common interfaces. For details on other interfaces, see "ODBC Programmer's Reference" at MSDN \(https://msdn.microsoft.com/en-us/library/windows/desktop/ms714177\(v=vs.85\).aspx\). + +- **[SQLAllocEnv](sqlallocenv.md)** + +- **[SQLAllocConnect](sqlallocconnect.md)** + +- **[SQLAllocHandle](sqlallochandle.md)** + +- **[SQLAllocStmt](sqlallocstmt.md)** + +- **[SQLBindCol](sqlbindcol.md)** + +- **[SQLBindParameter](sqlbindparameter.md)** + +- **[SQLColAttribute](sqlcolattribute.md)** + +- **[SQLConnect](sqlconnect.md)** + +- **[SQLDisconnect](sqldisconnect.md)** + +- **[SQLExecDirect](sqlexecdirect.md)** + +- **[SQLExecute](sqlexecute.md)** + +- **[SQLFetch](sqlfetch.md)** + +- **[SQLFreeStmt](sqlfreestmt.md)** + +- **[SQLFreeConnect](sqlfreeconnect.md)** + +- **[SQLFreeHandle](sqlfreehandle.md)** + +- **[SQLFreeEnv](sqlfreeenv.md)** + +- **[SQLPrepare](sqlprepare.md)** + +- **[SQLGetData](sqlgetdata.md)** + +- **[SQLGetDiagRec](sqlgetdiagrec.md)** + +- **[SQLSetConnectAttr](sqlsetconnectattr.md)** + +- **[SQLSetEnvAttr](sqlsetenvattr.md)** + +- **[SQLSetStmtAttr](sqlsetstmtattr.md)** + +- **[Examples](examples.md)** + + diff --git a/content/docs-lite/en/menu/index.md b/content/docs-lite/en/menu/index.md index beb90100f..ad97e01de 100644 --- a/content/docs-lite/en/menu/index.md +++ b/content/docs-lite/en/menu/index.md @@ -234,7 +234,31 @@ headless: true - [Example: Parameters for Connecting to the Database in Different Scenarios]({{< relref "./docs/DeveloperGuide/example-parameters-for-connecting-to-the-database-in-different-scenarios.md" >}}) - [JDBC Interface Reference]({{< relref "./docs/DeveloperGuide/jdbc-interface-reference.md" >}}) - [Common JDBC Parameters]({{< relref "./docs/DeveloperGuide/common-jdbc-parameters.md" >}}) - - [Development Based on libpq]({{< relref "./docs/DeveloperGuide/development-based-on-libpq.md" >}}) + - [Development Based on ODBC]({{< relref "./docs/Developerguide/odbc.md" >}}) + - [SQLAllocEnv]({{< relref "./docs/Developerguide/sqlallocenv.md" >}}) + - [SQLAllocConnect]({{< relref "./docs/Developerguide/sqlallocconnect.md" >}}) + - [SQLAllocHandle]({{< relref "./docs/Developerguide/sqlallochandle.md" >}}) + - [SQLAllocStmt]({{< relref "./docs/Developerguide/sqlallocstmt.md" >}}) + - [SQLBindCol]({{< relref "./docs/Developerguide/sqlbindcol.md" >}}) + - [SQLBindParameter]({{< relref "./docs/Developerguide/sqlbindparameter.md" >}}) + - [SQLColAttribute]({{< relref "./docs/Developerguide/sqlcolattribute.md" >}}) + - [SQLConnect]({{< relref "./docs/Developerguide/sqlconnect.md" >}}) + - [SQLDisconnect]({{< relref "./docs/Developerguide/sqldisconnect.md" >}}) + - [SQLExecDirect]({{< relref "./docs/Developerguide/sqlexecdirect.md" >}}) + - [SQLExecute]({{< relref "./docs/Developerguide/sqlexecute.md" >}}) + - [SQLFetch]({{< relref "./docs/Developerguide/sqlfetch.md" >}}) + - [SQLFreeStmt]({{< relref "./docs/Developerguide/sqlfreestmt.md" >}}) + - [SQLFreeConnect]({{< relref "./docs/Developerguide/sqlfreeconnect.md" >}}) + - [SQLFreeHandle]({{< relref "./docs/Developerguide/sqlfreehandle.md" >}}) + - [SQLFreeEnv]({{< relref "./docs/Developerguide/sqlfreeenv.md" >}}) + - [SQLPrepare]({{< relref "./docs/Developerguide/sqlprepare.md" >}}) + - [SQLGetData]({{< relref "./docs/Developerguide/sqlgetdata.md" >}}) + - [SQLGetDiagRec]({{< relref "./docs/Developerguide/sqlgetdiagrec.md" >}}) + - [SQLSetConnectAttr]({{< relref "./docs/Developerguide/sqlsetconnectattr.md" >}}) + - [SQLSetEnvAttr]({{< relref "./docs/Developerguide/sqlsetenvattr.md" >}}) + - [SQLSetStmtAttr]({{< relref "./docs/Developerguide/sqlsetstmtattr.md" >}}) + - [Examples]({{< relref "./docs/Developerguide/examples.md" >}}) + - [Development Based on libpq]({{< relref "./docs/DeveloperGuide/development-based-on-libpq.md" >}}) - [Dependent Header Files of libpq]({{< relref "./docs/DeveloperGuide/dependent-header-files-of-libpq.md" >}}) - [Development Process]({{< relref "./docs/DeveloperGuide/development-process-libpq.md" >}}) - [Example]({{< relref "./docs/DeveloperGuide/example-libpq.md" >}}) -- Gitee From 9c47ddaed68fe81767d753c4b4a51b131f6bc8c3 Mon Sep 17 00:00:00 2001 From: "tongmeixia@0301" <870020620@qq.com> Date: Thu, 13 Apr 2023 11:10:11 +0800 Subject: [PATCH 65/75] download --- sphinx/source/BriefTutorial/BriefTutorial.rst | 61 +++++++++++++++++++ ...0\346\215\256\347\256\241\347\220\206.rst" | 21 +++++++ ...0\346\215\256\347\256\241\347\220\206.rst" | 27 ++++++++ ...0\347\272\247\347\211\271\346\200\247.rst" | 15 +++++ .../InstallationGuide/InstallationGuide.rst | 16 +++++ ...2\347\211\210\345\256\211\350\243\205.rst" | 20 ++++++ ...0\347\211\210\345\256\211\350\243\205.rst" | 17 ++++++ sphinx/source/index-BriefTutorial.rst | 11 ++++ sphinx/source/index-InstallationGuide.rst | 11 ++++ 9 files changed, 199 insertions(+) create mode 100644 sphinx/source/BriefTutorial/BriefTutorial.rst create mode 100644 "sphinx/source/BriefTutorial/\347\256\200\345\215\225\346\225\260\346\215\256\347\256\241\347\220\206.rst" create mode 100644 "sphinx/source/BriefTutorial/\351\253\230\347\272\247\346\225\260\346\215\256\347\256\241\347\220\206.rst" create mode 100644 "sphinx/source/BriefTutorial/\351\253\230\347\272\247\347\211\271\346\200\247.rst" create mode 100644 sphinx/source/InstallationGuide/InstallationGuide.rst create mode 100644 "sphinx/source/InstallationGuide/\344\274\201\344\270\232\347\211\210\345\256\211\350\243\205.rst" create mode 100644 "sphinx/source/InstallationGuide/\346\236\201\347\256\200\347\211\210\345\256\211\350\243\205.rst" create mode 100644 sphinx/source/index-BriefTutorial.rst create mode 100644 sphinx/source/index-InstallationGuide.rst diff --git a/sphinx/source/BriefTutorial/BriefTutorial.rst b/sphinx/source/BriefTutorial/BriefTutorial.rst new file mode 100644 index 000000000..595e3957b --- /dev/null +++ b/sphinx/source/BriefTutorial/BriefTutorial.rst @@ -0,0 +1,61 @@ + +.. toctree:: + + + ../content/zh/docs/BriefTutorial/基本概念 + ../content/zh/docs/BriefTutorial/语法 + ../content/zh/docs/BriefTutorial/数据类型 + ../content/zh/docs/BriefTutorial/简单数据管理 + 创建数据库 + 创建表 + INSERT INTO语句 + UPDATE语句 + DELETE语句 + 查看对象 + SELECT语句 + 运算符 + 表达式 + WHERE子句 + ORDER BY子句 + DISTINCT + GROUP BY子句 + HAVING子句 + 时间/日期函数和操作符 + 模式匹配操作符 + 聚集函数 + ../content/zh/docs/BriefTutorial/高级数据管理 + 约束 + JOIN + NULL值 + UNION子句 + 别名 + 索引 + 批处理模式 + 视图 + SCHEMA + ALTER TABLE语句 + TRUNCATE TABLE语句 + 事务 + 游标 + 分区表 + 锁 + 匿名块 + 触发器 + 事件触发器 + 存储过程 + 物化视图 + 子查询 + 权限 + 函数 + ../content/zh/docs/BriefTutorial/高级特性 + 索引推荐 + DB4AI + 列存储 + LLVM + Ustore + MOT + 全密态数据库 + DCF + 并行查询 + 资源池化 + ../content/zh/docs/BriefTutorial/附录-SQL语法 \ No newline at end of file diff --git "a/sphinx/source/BriefTutorial/\347\256\200\345\215\225\346\225\260\346\215\256\347\256\241\347\220\206.rst" "b/sphinx/source/BriefTutorial/\347\256\200\345\215\225\346\225\260\346\215\256\347\256\241\347\220\206.rst" new file mode 100644 index 000000000..36eb373ae --- /dev/null +++ "b/sphinx/source/BriefTutorial/\347\256\200\345\215\225\346\225\260\346\215\256\347\256\241\347\220\206.rst" @@ -0,0 +1,21 @@ +简单数据管理 +============ +.. toctree:: + + ../content/zh/docs/BriefTutorial/创建数据库 + ../content/zh/docs/BriefTutorial/创建表 + ../content/zh/docs/BriefTutorial/INSERT-INTO语句 + ../content/zh/docs/BriefTutorial/UPDATE语句 + ../content/zh/docs/BriefTutorial/DELETE语句 + ../content/zh/docs/BriefTutorial/查看对象 + ../content/zh/docs/BriefTutorial/SELECT语句 + ../content/zh/docs/BriefTutorial/运算符 + ../content/zh/docs/BriefTutorial/表达式 + ../content/zh/docs/BriefTutorial/WHERE子句 + ../content/zh/docs/BriefTutorial/ORDER-BY子句 + ../content/zh/docs/BriefTutorial/DISTINCT + ../content/zh/docs/BriefTutorial/GROUP-BY子句 + ../content/zh/docs/BriefTutorial/HAVING子句 + ../content/zh/docs/BriefTutorial/时间-日期函数和操作符 + ../content/zh/docs/BriefTutorial/模式匹配操作符 + ../content/zh/docs/BriefTutorial/聚集函数 diff --git "a/sphinx/source/BriefTutorial/\351\253\230\347\272\247\346\225\260\346\215\256\347\256\241\347\220\206.rst" "b/sphinx/source/BriefTutorial/\351\253\230\347\272\247\346\225\260\346\215\256\347\256\241\347\220\206.rst" new file mode 100644 index 000000000..564a70811 --- /dev/null +++ "b/sphinx/source/BriefTutorial/\351\253\230\347\272\247\346\225\260\346\215\256\347\256\241\347\220\206.rst" @@ -0,0 +1,27 @@ +高级数据管理 +============ +.. toctree:: + + ../content/zh/docs/BriefTutorial/约束 + ../content/zh/docs/BriefTutorial/JOIN + ../content/zh/docs/BriefTutorial/NULL值 + ../content/zh/docs/BriefTutorial/UNION子句 + ../content/zh/docs/BriefTutorial/别名 + ../content/zh/docs/BriefTutorial/索引 + ../content/zh/docs/BriefTutorial/批处理模式 + ../content/zh/docs/BriefTutorial/视图 + ../content/zh/docs/BriefTutorial/SCHEMA + ../content/zh/docs/BriefTutorial/ALTER-TABLE语句 + ../content/zh/docs/BriefTutorial/TRUNCATE-TABLE语句 + ../content/zh/docs/BriefTutorial/事务 + ../content/zh/docs/BriefTutorial/游标 + ../content/zh/docs/BriefTutorial/分区表 + ../content/zh/docs/BriefTutorial/锁 + ../content/zh/docs/BriefTutorial/匿名块 + ../content/zh/docs/BriefTutorial/触发器 + ../content/zh/docs/BriefTutorial/存储过程 + ../content/zh/docs/BriefTutorial/物化视图 + ../content/zh/docs/BriefTutorial/子查询 + ../content/zh/docs/BriefTutorial/权限 + ../content/zh/docs/BriefTutorial/函数 + diff --git "a/sphinx/source/BriefTutorial/\351\253\230\347\272\247\347\211\271\346\200\247.rst" "b/sphinx/source/BriefTutorial/\351\253\230\347\272\247\347\211\271\346\200\247.rst" new file mode 100644 index 000000000..16f38a9aa --- /dev/null +++ "b/sphinx/source/BriefTutorial/\351\253\230\347\272\247\347\211\271\346\200\247.rst" @@ -0,0 +1,15 @@ +高级特性 +======== +.. toctree:: + + ../content/zh/docs/BriefTutorial/索引推荐 + ../content/zh/docs/BriefTutorial/DB4AI + ../content/zh/docs/BriefTutorial/列存储 + ../content/zh/docs/BriefTutorial/LLVM + ../content/zh/docs/BriefTutorial/Ustore + ../content/zh/docs/BriefTutorial/MOT + ../content/zh/docs/BriefTutorial/全密态数据库 + ../content/zh/docs/BriefTutorial/DCF + ../content/zh/docs/BriefTutorial/并行查询 + ../content/zh/docs/BriefTutorial/资源池化 + diff --git a/sphinx/source/InstallationGuide/InstallationGuide.rst b/sphinx/source/InstallationGuide/InstallationGuide.rst new file mode 100644 index 000000000..bd211460a --- /dev/null +++ b/sphinx/source/InstallationGuide/InstallationGuide.rst @@ -0,0 +1,16 @@ + +.. toctree:: + + ../content/zh/docs/InstallationGuide/安装概述 + ../content/zh/docs/InstallationGuide/极简版安装 + 安装准备 + 服务器安装 + 容器安装 + RPM安装 + ../content/zh/docs/InstallationGuide/企业版安装 + 安装准备 + 安装openGauss + 创建数据库 + 可选_设置备机可读 + ../content/zh/docs/InstallationGuide/卸载openGauss + diff --git "a/sphinx/source/InstallationGuide/\344\274\201\344\270\232\347\211\210\345\256\211\350\243\205.rst" "b/sphinx/source/InstallationGuide/\344\274\201\344\270\232\347\211\210\345\256\211\350\243\205.rst" new file mode 100644 index 000000000..c3ef74fa3 --- /dev/null +++ "b/sphinx/source/InstallationGuide/\344\274\201\344\270\232\347\211\210\345\256\211\350\243\205.rst" @@ -0,0 +1,20 @@ + + +企业版安装 +========== +.. toctree:: + + + ../content/zh/docs/InstallationGuide/安装准备 + 了解安装流程 + 获取安装包 + 准备软硬件安装环境 + 了解安装用户及用户组 + ../content/zh/docs/InstallationGuide/安装openGauss + 创建XML配置文件 + 初始化安装环境 + 执行安装 + 安装验证 + ../content/zh/docs/InstallationGuide/创建数据库 + ../content/zh/docs/InstallationGuide/可选_设置备机可读 + diff --git "a/sphinx/source/InstallationGuide/\346\236\201\347\256\200\347\211\210\345\256\211\350\243\205.rst" "b/sphinx/source/InstallationGuide/\346\236\201\347\256\200\347\211\210\345\256\211\350\243\205.rst" new file mode 100644 index 000000000..cc8bb3f03 --- /dev/null +++ "b/sphinx/source/InstallationGuide/\346\236\201\347\256\200\347\211\210\345\256\211\350\243\205.rst" @@ -0,0 +1,17 @@ + + +极简版安装 +===================================== + +.. toctree:: + + ../content/zh/docs/InstallationGuide/安装准备 + 获取安装包 + 准备软硬件安装环境 + ../content/zh/docs/InstallationGuide/服务器安装 + 单节点安装 + 一主一备节点安装 + ../content/zh/docs/InstallationGuide/容器安装 + 单节点安装 + ../content/zh/docs/InstallationGuide/RPM安装 + diff --git a/sphinx/source/index-BriefTutorial.rst b/sphinx/source/index-BriefTutorial.rst new file mode 100644 index 000000000..e43e3737f --- /dev/null +++ b/sphinx/source/index-BriefTutorial.rst @@ -0,0 +1,11 @@ + + +Welcome to openGauss's documentation! +===================================== + +.. toctree:: + + BriefTutorial/BriefTutorial + + + diff --git a/sphinx/source/index-InstallationGuide.rst b/sphinx/source/index-InstallationGuide.rst new file mode 100644 index 000000000..bd0e622da --- /dev/null +++ b/sphinx/source/index-InstallationGuide.rst @@ -0,0 +1,11 @@ + + +Welcome to openGauss's documentation! +===================================== + +.. toctree:: + + InstallationGuide/InstallationGuide + + + -- Gitee From 11ee6a8fac4e9551fd87523920e9c88d41318dd0 Mon Sep 17 00:00:00 2001 From: liyang0608 <264327807@qq.com> Date: Thu, 13 Apr 2023 14:48:43 +0800 Subject: [PATCH 66/75] sphinx --- sphinx/source/CompilationGuide/Compilation.rst | 9 +++++++++ .../DatabaseAdministrationGuide.rst | 18 ++++++++++++++++++ .../MOT\344\273\213\347\273\215.rst" | 12 ++++++++++++ .../MOT\344\275\277\347\224\250.rst" | 14 ++++++++++++++ .../MOT\345\207\206\345\244\207.rst" | 9 +++++++++ ...47\345\210\266\346\234\272\345\210\266.rst" | 10 ++++++++++ ...47\350\203\275\345\237\272\345\207\206.rst" | 14 ++++++++++++++ ...05\346\200\247\346\246\202\345\277\265.rst" | 8 ++++++++ ...OT\347\232\204\346\246\202\345\277\265.rst" | 15 +++++++++++++++ .../MOT\347\256\241\347\220\206.rst" | 13 +++++++++++++ .../MOT\351\203\250\347\275\262.rst" | 10 ++++++++++ ...01\344\271\246\347\256\241\347\220\206.rst" | 7 +++++++ .../\344\275\277\347\224\250MOT.rst" | 11 +++++++++++ ...350\241\250MOT\347\256\241\347\220\206.rst" | 11 +++++++++++ ...06\346\231\256\351\200\232\350\241\250.rst" | 15 +++++++++++++++ ...02\346\225\260\351\205\215\347\275\256.rst" | 12 ++++++++++++ ...45\345\205\245\350\256\244\350\257\201.rst" | 11 +++++++++++ ...30\345\202\250\347\256\241\347\220\206.rst" | 11 +++++++++++ ...72\347\241\200\347\256\241\347\220\206.rst" | 10 ++++++++++ ...71\350\261\241\347\256\241\347\220\206.rst" | 16 ++++++++++++++++ ...50\347\275\262\346\226\271\346\241\210.rst" | 13 +++++++++++++ ...37\347\224\237\347\274\226\350\257\221.rst" | 7 +++++++ ...56\345\272\223\345\256\211\345\205\250.rst" | 15 +++++++++++++++ ...67\345\217\212\346\235\203\351\231\220.rst" | 14 ++++++++++++++ ...11\345\205\250\347\255\226\347\225\245.rst" | 8 ++++++++ ...11\345\200\274\346\237\245\350\257\242.rst" | 9 +++++++++ ...56\345\272\223\345\256\241\350\256\241.rst" | 9 +++++++++ ...54\346\225\260\346\215\256\345\272\223.rst" | 10 ++++++++++ ...50\346\225\260\346\215\256\345\272\223.rst" | 15 +++++++++++++++ ...40\345\214\226\346\236\266\346\236\204.rst" | 12 ++++++++++++ .../\351\231\204\345\275\225.rst" | 7 +++++++ sphinx/source/index-Administratorguide.rst | 10 ++++++++++ sphinx/source/index-CompilationGuide.rst | 10 ++++++++++ .../index-DatabaseAdministrationGuide.rst | 10 ++++++++++ 34 files changed, 385 insertions(+) create mode 100644 sphinx/source/CompilationGuide/Compilation.rst create mode 100644 sphinx/source/DatabaseAdministrationGuide/DatabaseAdministrationGuide.rst create mode 100644 "sphinx/source/DatabaseAdministrationGuide/MOT\344\273\213\347\273\215.rst" create mode 100644 "sphinx/source/DatabaseAdministrationGuide/MOT\344\275\277\347\224\250.rst" create mode 100644 "sphinx/source/DatabaseAdministrationGuide/MOT\345\207\206\345\244\207.rst" create mode 100644 "sphinx/source/DatabaseAdministrationGuide/MOT\345\271\266\345\217\221\346\216\247\345\210\266\346\234\272\345\210\266.rst" create mode 100644 "sphinx/source/DatabaseAdministrationGuide/MOT\346\200\247\350\203\275\345\237\272\345\207\206.rst" create mode 100644 "sphinx/source/DatabaseAdministrationGuide/MOT\346\214\201\344\271\205\346\200\247\346\246\202\345\277\265.rst" create mode 100644 "sphinx/source/DatabaseAdministrationGuide/MOT\347\232\204\346\246\202\345\277\265.rst" create mode 100644 "sphinx/source/DatabaseAdministrationGuide/MOT\347\256\241\347\220\206.rst" create mode 100644 "sphinx/source/DatabaseAdministrationGuide/MOT\351\203\250\347\275\262.rst" create mode 100644 "sphinx/source/DatabaseAdministrationGuide/SSL\350\257\201\344\271\246\347\256\241\347\220\206.rst" create mode 100644 "sphinx/source/DatabaseAdministrationGuide/\344\275\277\347\224\250MOT.rst" create mode 100644 "sphinx/source/DatabaseAdministrationGuide/\345\206\205\345\255\230\344\274\230\345\214\226\350\241\250MOT\347\256\241\347\220\206.rst" create mode 100644 "sphinx/source/DatabaseAdministrationGuide/\345\210\233\345\273\272\345\222\214\347\256\241\347\220\206\346\231\256\351\200\232\350\241\250.rst" create mode 100644 "sphinx/source/DatabaseAdministrationGuide/\345\217\202\346\225\260\351\205\215\347\275\256.rst" create mode 100644 "sphinx/source/DatabaseAdministrationGuide/\345\256\242\346\210\267\347\253\257\346\216\245\345\205\245\350\256\244\350\257\201.rst" create mode 100644 "sphinx/source/DatabaseAdministrationGuide/\346\225\260\346\215\256\345\255\230\345\202\250\347\256\241\347\220\206.rst" create mode 100644 "sphinx/source/DatabaseAdministrationGuide/\346\225\260\346\215\256\345\272\223\345\237\272\347\241\200\347\256\241\347\220\206.rst" create mode 100644 "sphinx/source/DatabaseAdministrationGuide/\346\225\260\346\215\256\345\272\223\345\257\271\350\261\241\347\256\241\347\220\206.rst" create mode 100644 "sphinx/source/DatabaseAdministrationGuide/\346\225\260\346\215\256\345\272\223\351\203\250\347\275\262\346\226\271\346\241\210.rst" create mode 100644 "sphinx/source/DatabaseAdministrationGuide/\346\237\245\350\257\242\345\216\237\347\224\237\347\274\226\350\257\221.rst" create mode 100644 "sphinx/source/DatabaseAdministrationGuide/\347\256\241\347\220\206\346\225\260\346\215\256\345\272\223\345\256\211\345\205\250.rst" create mode 100644 "sphinx/source/DatabaseAdministrationGuide/\347\256\241\347\220\206\347\224\250\346\210\267\345\217\212\346\235\203\351\231\220.rst" create mode 100644 "sphinx/source/DatabaseAdministrationGuide/\350\256\276\347\275\256\345\256\211\345\205\250\347\255\226\347\225\245.rst" create mode 100644 "sphinx/source/DatabaseAdministrationGuide/\350\256\276\347\275\256\345\257\206\346\200\201\347\255\211\345\200\274\346\237\245\350\257\242.rst" create mode 100644 "sphinx/source/DatabaseAdministrationGuide/\350\256\276\347\275\256\346\225\260\346\215\256\345\272\223\345\256\241\350\256\241.rst" create mode 100644 "sphinx/source/DatabaseAdministrationGuide/\350\256\276\347\275\256\350\264\246\346\234\254\346\225\260\346\215\256\345\272\223.rst" create mode 100644 "sphinx/source/DatabaseAdministrationGuide/\350\256\277\351\227\256\345\244\226\351\203\250\346\225\260\346\215\256\345\272\223.rst" create mode 100644 "sphinx/source/DatabaseAdministrationGuide/\350\265\204\346\272\220\346\261\240\345\214\226\346\236\266\346\236\204.rst" create mode 100644 "sphinx/source/DatabaseAdministrationGuide/\351\231\204\345\275\225.rst" create mode 100644 sphinx/source/index-Administratorguide.rst create mode 100644 sphinx/source/index-CompilationGuide.rst create mode 100644 sphinx/source/index-DatabaseAdministrationGuide.rst diff --git a/sphinx/source/CompilationGuide/Compilation.rst b/sphinx/source/CompilationGuide/Compilation.rst new file mode 100644 index 000000000..089dde28b --- /dev/null +++ b/sphinx/source/CompilationGuide/Compilation.rst @@ -0,0 +1,9 @@ + + +.. toctree:: + + ../content/zh/docs/CompilationGuide/简介 + ../content/zh/docs/CompilationGuide/搭建编译环境 + ../content/zh/docs/CompilationGuide/版本编译 + ../content/zh/docs/CompilationGuide/FAQ + diff --git a/sphinx/source/DatabaseAdministrationGuide/DatabaseAdministrationGuide.rst b/sphinx/source/DatabaseAdministrationGuide/DatabaseAdministrationGuide.rst new file mode 100644 index 000000000..e77ece403 --- /dev/null +++ b/sphinx/source/DatabaseAdministrationGuide/DatabaseAdministrationGuide.rst @@ -0,0 +1,18 @@ + + +.. toctree:: + + ../content/zh/docs/DatabaseAdministrationGuide/数据库基础概念介绍 + 数据库基础管理 + 数据库部署方案 + ../content/zh/docs/DatabaseAdministrationGuide/创建和管理数据库 + ../content/zh/docs/DatabaseAdministrationGuide/创建和管理表空间 + 数据库对象管理 + 内存优化表MOT管理 + 访问外部数据库 + 管理数据库安全 + 参数配置 + + + + diff --git "a/sphinx/source/DatabaseAdministrationGuide/MOT\344\273\213\347\273\215.rst" "b/sphinx/source/DatabaseAdministrationGuide/MOT\344\273\213\347\273\215.rst" new file mode 100644 index 000000000..314654f47 --- /dev/null +++ "b/sphinx/source/DatabaseAdministrationGuide/MOT\344\273\213\347\273\215.rst" @@ -0,0 +1,12 @@ +MOT介绍 +======= + +.. toctree:: + + ../content/zh/docs/DatabaseAdministrationGuide/MOT简介 + ../content/zh/docs/DatabaseAdministrationGuide/MOT特性及价值 + ../content/zh/docs/DatabaseAdministrationGuide/MOT关键技术 + ../content/zh/docs/DatabaseAdministrationGuide/MOT应用场景 + MOT性能基准 + + diff --git "a/sphinx/source/DatabaseAdministrationGuide/MOT\344\275\277\347\224\250.rst" "b/sphinx/source/DatabaseAdministrationGuide/MOT\344\275\277\347\224\250.rst" new file mode 100644 index 000000000..44e63973f --- /dev/null +++ "b/sphinx/source/DatabaseAdministrationGuide/MOT\344\275\277\347\224\250.rst" @@ -0,0 +1,14 @@ +MOT使用 +======= + +.. toctree:: + + ../content/zh/docs/DatabaseAdministrationGuide/授予用户权限 + ../content/zh/docs/DatabaseAdministrationGuide/创建-删除MOT + ../content/zh/docs/DatabaseAdministrationGuide/为MOT创建索引 + ../content/zh/docs/DatabaseAdministrationGuide/将磁盘表转换为MOT + 查询原生编译 + ../content/zh/docs/DatabaseAdministrationGuide/重试中止事务 + ../content/zh/docs/DatabaseAdministrationGuide/MOT外部支持工具 + ../content/zh/docs/DatabaseAdministrationGuide/MOT-SQL覆盖和限制 + diff --git "a/sphinx/source/DatabaseAdministrationGuide/MOT\345\207\206\345\244\207.rst" "b/sphinx/source/DatabaseAdministrationGuide/MOT\345\207\206\345\244\207.rst" new file mode 100644 index 000000000..bd537094b --- /dev/null +++ "b/sphinx/source/DatabaseAdministrationGuide/MOT\345\207\206\345\244\207.rst" @@ -0,0 +1,9 @@ +MOT准备 +======= + +.. toctree:: + + ../content/zh/docs/DatabaseAdministrationGuide/前提条件 + ../content/zh/docs/DatabaseAdministrationGuide/MOT内存和存储规划 + + diff --git "a/sphinx/source/DatabaseAdministrationGuide/MOT\345\271\266\345\217\221\346\216\247\345\210\266\346\234\272\345\210\266.rst" "b/sphinx/source/DatabaseAdministrationGuide/MOT\345\271\266\345\217\221\346\216\247\345\210\266\346\234\272\345\210\266.rst" new file mode 100644 index 000000000..bda8e6eec --- /dev/null +++ "b/sphinx/source/DatabaseAdministrationGuide/MOT\345\271\266\345\217\221\346\216\247\345\210\266\346\234\272\345\210\266.rst" @@ -0,0 +1,10 @@ +MOT并发控制机制 +=============== + +.. toctree:: + + ../content/zh/docs/DatabaseAdministrationGuide/MOT本地内存和全局内存 + ../content/zh/docs/DatabaseAdministrationGuide/MOT-SILO增强特性 + ../content/zh/docs/DatabaseAdministrationGuide/MOT隔离级别 + ../content/zh/docs/DatabaseAdministrationGuide/MOT乐观并发控制 + diff --git "a/sphinx/source/DatabaseAdministrationGuide/MOT\346\200\247\350\203\275\345\237\272\345\207\206.rst" "b/sphinx/source/DatabaseAdministrationGuide/MOT\346\200\247\350\203\275\345\237\272\345\207\206.rst" new file mode 100644 index 000000000..ba6cb0eb2 --- /dev/null +++ "b/sphinx/source/DatabaseAdministrationGuide/MOT\346\200\247\350\203\275\345\237\272\345\207\206.rst" @@ -0,0 +1,14 @@ +MOT性能基准 +=========== + +.. toctree:: + + ../content/zh/docs/DatabaseAdministrationGuide/MOT硬件 + ../content/zh/docs/DatabaseAdministrationGuide/MOT测试总结 + ../content/zh/docs/DatabaseAdministrationGuide/MOT高吞吐量 + ../content/zh/docs/DatabaseAdministrationGuide/MOT低延迟 + ../content/zh/docs/DatabaseAdministrationGuide/MOT恢复时间目标_RTO和冷启动时间 + ../content/zh/docs/DatabaseAdministrationGuide/MOT资源利用率 + ../content/zh/docs/DatabaseAdministrationGuide/MOT数据采集速度 + + diff --git "a/sphinx/source/DatabaseAdministrationGuide/MOT\346\214\201\344\271\205\346\200\247\346\246\202\345\277\265.rst" "b/sphinx/source/DatabaseAdministrationGuide/MOT\346\214\201\344\271\205\346\200\247\346\246\202\345\277\265.rst" new file mode 100644 index 000000000..b07892c62 --- /dev/null +++ "b/sphinx/source/DatabaseAdministrationGuide/MOT\346\214\201\344\271\205\346\200\247\346\246\202\345\277\265.rst" @@ -0,0 +1,8 @@ +MOT持久性概念 +============= + +.. toctree:: + + ../content/zh/docs/DatabaseAdministrationGuide/MOT日志记录-WAL重做日志概念 + ../content/zh/docs/DatabaseAdministrationGuide/MOT检查点概念 + diff --git "a/sphinx/source/DatabaseAdministrationGuide/MOT\347\232\204\346\246\202\345\277\265.rst" "b/sphinx/source/DatabaseAdministrationGuide/MOT\347\232\204\346\246\202\345\277\265.rst" new file mode 100644 index 000000000..6be67c103 --- /dev/null +++ "b/sphinx/source/DatabaseAdministrationGuide/MOT\347\232\204\346\246\202\345\277\265.rst" @@ -0,0 +1,15 @@ +MOT的概念 +========= + +.. toctree:: + + ../content/zh/docs/DatabaseAdministrationGuide/MOT纵向扩容架构 + MOT并发控制机制 + ../content/zh/docs/DatabaseAdministrationGuide/扩展FDW与其他openGauss特性 + ../content/zh/docs/DatabaseAdministrationGuide/NUMA-aware分配和亲和性 + ../content/zh/docs/DatabaseAdministrationGuide/MOT索引 + MOT持久性概念 + ../content/zh/docs/DatabaseAdministrationGuide/MOT恢复概念 + ../content/zh/docs/DatabaseAdministrationGuide/MOT查询原生编译_JIT + ../content/zh/docs/DatabaseAdministrationGuide/对比-磁盘与MOT + diff --git "a/sphinx/source/DatabaseAdministrationGuide/MOT\347\256\241\347\220\206.rst" "b/sphinx/source/DatabaseAdministrationGuide/MOT\347\256\241\347\220\206.rst" new file mode 100644 index 000000000..b27e645b4 --- /dev/null +++ "b/sphinx/source/DatabaseAdministrationGuide/MOT\347\256\241\347\220\206.rst" @@ -0,0 +1,13 @@ +MOT管理 +======= + +.. toctree:: + + ../content/zh/docs/DatabaseAdministrationGuide/MOT持久性 + ../content/zh/docs/DatabaseAdministrationGuide/MOT恢复 + ../content/zh/docs/DatabaseAdministrationGuide/MOT复制和高可用 + ../content/zh/docs/DatabaseAdministrationGuide/MOT内存管理 + ../content/zh/docs/DatabaseAdministrationGuide/MOT-VACUUM清理 + ../content/zh/docs/DatabaseAdministrationGuide/MOT统计 + ../content/zh/docs/DatabaseAdministrationGuide/MOT监控 + ../content/zh/docs/DatabaseAdministrationGuide/MOT错误消息 \ No newline at end of file diff --git "a/sphinx/source/DatabaseAdministrationGuide/MOT\351\203\250\347\275\262.rst" "b/sphinx/source/DatabaseAdministrationGuide/MOT\351\203\250\347\275\262.rst" new file mode 100644 index 000000000..6719fc8d2 --- /dev/null +++ "b/sphinx/source/DatabaseAdministrationGuide/MOT\351\203\250\347\275\262.rst" @@ -0,0 +1,10 @@ +MOT部署 +======= + +.. toctree:: + + ../content/zh/docs/DatabaseAdministrationGuide/MOT服务器优化-x86 + ../content/zh/docs/DatabaseAdministrationGuide/MOT服务器优化-基于Arm的华为TaiShan2P-4P服务器 + ../content/zh/docs/DatabaseAdministrationGuide/MOT配置 + + diff --git "a/sphinx/source/DatabaseAdministrationGuide/SSL\350\257\201\344\271\246\347\256\241\347\220\206.rst" "b/sphinx/source/DatabaseAdministrationGuide/SSL\350\257\201\344\271\246\347\256\241\347\220\206.rst" new file mode 100644 index 000000000..510ac24dd --- /dev/null +++ "b/sphinx/source/DatabaseAdministrationGuide/SSL\350\257\201\344\271\246\347\256\241\347\220\206.rst" @@ -0,0 +1,7 @@ +SSL证书管理 +=========== + +.. toctree:: + + ../content/zh/docs/DatabaseAdministrationGuide/证书生成 + ../content/zh/docs/DatabaseAdministrationGuide/证书替换 diff --git "a/sphinx/source/DatabaseAdministrationGuide/\344\275\277\347\224\250MOT.rst" "b/sphinx/source/DatabaseAdministrationGuide/\344\275\277\347\224\250MOT.rst" new file mode 100644 index 000000000..6ee07c50e --- /dev/null +++ "b/sphinx/source/DatabaseAdministrationGuide/\344\275\277\347\224\250MOT.rst" @@ -0,0 +1,11 @@ +使用MOT +======= + +.. toctree:: + + ../content/zh/docs/DatabaseAdministrationGuide//MOT使用概述 + MOT准备 + MOT部署 + MOT使用 + MOT管理 + ../content/zh/docs/DatabaseAdministrationGuide/MOT样例TPC-C基准 diff --git "a/sphinx/source/DatabaseAdministrationGuide/\345\206\205\345\255\230\344\274\230\345\214\226\350\241\250MOT\347\256\241\347\220\206.rst" "b/sphinx/source/DatabaseAdministrationGuide/\345\206\205\345\255\230\344\274\230\345\214\226\350\241\250MOT\347\256\241\347\220\206.rst" new file mode 100644 index 000000000..2bb990407 --- /dev/null +++ "b/sphinx/source/DatabaseAdministrationGuide/\345\206\205\345\255\230\344\274\230\345\214\226\350\241\250MOT\347\256\241\347\220\206.rst" @@ -0,0 +1,11 @@ +内存优化表MOT管理 +================= + +.. toctree:: + + MOT介绍 + 使用MOT + MOT的概念 + 附录 + + diff --git "a/sphinx/source/DatabaseAdministrationGuide/\345\210\233\345\273\272\345\222\214\347\256\241\347\220\206\346\231\256\351\200\232\350\241\250.rst" "b/sphinx/source/DatabaseAdministrationGuide/\345\210\233\345\273\272\345\222\214\347\256\241\347\220\206\346\231\256\351\200\232\350\241\250.rst" new file mode 100644 index 000000000..5c6649060 --- /dev/null +++ "b/sphinx/source/DatabaseAdministrationGuide/\345\210\233\345\273\272\345\222\214\347\256\241\347\220\206\346\231\256\351\200\232\350\241\250.rst" @@ -0,0 +1,15 @@ +创建和管理普通表 +================ + +.. toctree:: + + + ../content/zh/docs/DatabaseAdministrationGuide/创建表 + ../content/zh/docs/DatabaseAdministrationGuide/向表中插入数据 + ../content/zh/docs/DatabaseAdministrationGuide/更新表中数据 + ../content/zh/docs/DatabaseAdministrationGuide/查看数据 + ../content/zh/docs/DatabaseAdministrationGuide/删除表中数据 + + + + diff --git "a/sphinx/source/DatabaseAdministrationGuide/\345\217\202\346\225\260\351\205\215\347\275\256.rst" "b/sphinx/source/DatabaseAdministrationGuide/\345\217\202\346\225\260\351\205\215\347\275\256.rst" new file mode 100644 index 000000000..b6c6502f7 --- /dev/null +++ "b/sphinx/source/DatabaseAdministrationGuide/\345\217\202\346\225\260\351\205\215\347\275\256.rst" @@ -0,0 +1,12 @@ +参数配置 +======== + +.. toctree:: + + + ../content/zh/docs/DatabaseAdministrationGuide/查看参数 + ../content/zh/docs/DatabaseAdministrationGuide/设置参数 + + + + diff --git "a/sphinx/source/DatabaseAdministrationGuide/\345\256\242\346\210\267\347\253\257\346\216\245\345\205\245\350\256\244\350\257\201.rst" "b/sphinx/source/DatabaseAdministrationGuide/\345\256\242\346\210\267\347\253\257\346\216\245\345\205\245\350\256\244\350\257\201.rst" new file mode 100644 index 000000000..fc66a0b06 --- /dev/null +++ "b/sphinx/source/DatabaseAdministrationGuide/\345\256\242\346\210\267\347\253\257\346\216\245\345\205\245\350\256\244\350\257\201.rst" @@ -0,0 +1,11 @@ +客户端接入认证 +============== + +.. toctree:: + + ../content/zh/docs/DatabaseAdministrationGuide/配置客户端接入认证 + ../content/zh/docs/DatabaseAdministrationGuide/配置文件参考 + ../content/zh/docs/DatabaseAdministrationGuide/用SSL进行安全的TCP-IP连接 + ../content/zh/docs/DatabaseAdministrationGuide/用SSH隧道进行安全的TCP-IP连接 + ../content/zh/docs/DatabaseAdministrationGuide/查看数据库连接数 + SSL证书管理 diff --git "a/sphinx/source/DatabaseAdministrationGuide/\346\225\260\346\215\256\345\255\230\345\202\250\347\256\241\347\220\206.rst" "b/sphinx/source/DatabaseAdministrationGuide/\346\225\260\346\215\256\345\255\230\345\202\250\347\256\241\347\220\206.rst" new file mode 100644 index 000000000..b53650d26 --- /dev/null +++ "b/sphinx/source/DatabaseAdministrationGuide/\346\225\260\346\215\256\345\255\230\345\202\250\347\256\241\347\220\206.rst" @@ -0,0 +1,11 @@ +数据存储管理 +============== + +.. toctree:: + + + ../content/zh/docs/DatabaseAdministrationGuide/逻辑存储结构 + + + + diff --git "a/sphinx/source/DatabaseAdministrationGuide/\346\225\260\346\215\256\345\272\223\345\237\272\347\241\200\347\256\241\347\220\206.rst" "b/sphinx/source/DatabaseAdministrationGuide/\346\225\260\346\215\256\345\272\223\345\237\272\347\241\200\347\256\241\347\220\206.rst" new file mode 100644 index 000000000..663312610 --- /dev/null +++ "b/sphinx/source/DatabaseAdministrationGuide/\346\225\260\346\215\256\345\272\223\345\237\272\347\241\200\347\256\241\347\220\206.rst" @@ -0,0 +1,10 @@ +数据库基础管理 +============== + +.. toctree:: + + 数据存储管理 + + + + diff --git "a/sphinx/source/DatabaseAdministrationGuide/\346\225\260\346\215\256\345\272\223\345\257\271\350\261\241\347\256\241\347\220\206.rst" "b/sphinx/source/DatabaseAdministrationGuide/\346\225\260\346\215\256\345\272\223\345\257\271\350\261\241\347\256\241\347\220\206.rst" new file mode 100644 index 000000000..536732cb8 --- /dev/null +++ "b/sphinx/source/DatabaseAdministrationGuide/\346\225\260\346\215\256\345\272\223\345\257\271\350\261\241\347\256\241\347\220\206.rst" @@ -0,0 +1,16 @@ +数据库对象管理 +============== + +.. toctree:: + + + ../content/zh/docs/DatabaseAdministrationGuide/创建和管理schema + 创建和管理普通表 + ../content/zh/docs/DatabaseAdministrationGuide/创建和管理分区表 + ../content/zh/docs/DatabaseAdministrationGuide/创建和管理索引 + ../content/zh/docs/DatabaseAdministrationGuide/创建和管理视图 + ../content/zh/docs/DatabaseAdministrationGuide/创建和管理序列 + + + + diff --git "a/sphinx/source/DatabaseAdministrationGuide/\346\225\260\346\215\256\345\272\223\351\203\250\347\275\262\346\226\271\346\241\210.rst" "b/sphinx/source/DatabaseAdministrationGuide/\346\225\260\346\215\256\345\272\223\351\203\250\347\275\262\346\226\271\346\241\210.rst" new file mode 100644 index 000000000..1294f67bf --- /dev/null +++ "b/sphinx/source/DatabaseAdministrationGuide/\346\225\260\346\215\256\345\272\223\351\203\250\347\275\262\346\226\271\346\241\210.rst" @@ -0,0 +1,13 @@ +数据库部署方案 +============== + +.. toctree:: + + ../content/zh/docs/DatabaseAdministrationGuide/openGauss常见主备部署方案简介 + ../content/zh/docs/DatabaseAdministrationGuide/两地三中心跨Region容灾 + 资源池化架构 + + + + + diff --git "a/sphinx/source/DatabaseAdministrationGuide/\346\237\245\350\257\242\345\216\237\347\224\237\347\274\226\350\257\221.rst" "b/sphinx/source/DatabaseAdministrationGuide/\346\237\245\350\257\242\345\216\237\347\224\237\347\274\226\350\257\221.rst" new file mode 100644 index 000000000..87c48520c --- /dev/null +++ "b/sphinx/source/DatabaseAdministrationGuide/\346\237\245\350\257\242\345\216\237\347\224\237\347\274\226\350\257\221.rst" @@ -0,0 +1,7 @@ +查询原生编译 +=========== + +.. toctree:: + + ../content/zh/docs/DatabaseAdministrationGuide/JIT存储过程 + ../content/zh/docs/DatabaseAdministrationGuide/MOT-JIT诊断 diff --git "a/sphinx/source/DatabaseAdministrationGuide/\347\256\241\347\220\206\346\225\260\346\215\256\345\272\223\345\256\211\345\205\250.rst" "b/sphinx/source/DatabaseAdministrationGuide/\347\256\241\347\220\206\346\225\260\346\215\256\345\272\223\345\256\211\345\205\250.rst" new file mode 100644 index 000000000..11933ced9 --- /dev/null +++ "b/sphinx/source/DatabaseAdministrationGuide/\347\256\241\347\220\206\346\225\260\346\215\256\345\272\223\345\256\211\345\205\250.rst" @@ -0,0 +1,15 @@ +管理数据库安全 +============== + +.. toctree:: + + 客户端接入认证 + 管理用户及权限 + 设置数据库审计 + 设置密态等值查询 + 设置账本数据库 + ../content/zh/docs/DatabaseAdministrationGuide/设置透明数据加密_TDE + + + + diff --git "a/sphinx/source/DatabaseAdministrationGuide/\347\256\241\347\220\206\347\224\250\346\210\267\345\217\212\346\235\203\351\231\220.rst" "b/sphinx/source/DatabaseAdministrationGuide/\347\256\241\347\220\206\347\224\250\346\210\267\345\217\212\346\235\203\351\231\220.rst" new file mode 100644 index 000000000..cb666702d --- /dev/null +++ "b/sphinx/source/DatabaseAdministrationGuide/\347\256\241\347\220\206\347\224\250\346\210\267\345\217\212\346\235\203\351\231\220.rst" @@ -0,0 +1,14 @@ +管理用户及权限 +============== + +.. toctree:: + + ../content/zh/docs/DatabaseAdministrationGuide/默认权限机制 + ../content/zh/docs/DatabaseAdministrationGuide/管理员 + ../content/zh/docs/DatabaseAdministrationGuide/三权分立 + ../content/zh/docs/DatabaseAdministrationGuide/用户 + ../content/zh/docs/DatabaseAdministrationGuide/角色 + ../content/zh/docs/DatabaseAdministrationGuide/Schema + ../content/zh/docs/DatabaseAdministrationGuide/用户权限设置 + ../content/zh/docs/DatabaseAdministrationGuide/行级访问控制 + 设置安全策略 diff --git "a/sphinx/source/DatabaseAdministrationGuide/\350\256\276\347\275\256\345\256\211\345\205\250\347\255\226\347\225\245.rst" "b/sphinx/source/DatabaseAdministrationGuide/\350\256\276\347\275\256\345\256\211\345\205\250\347\255\226\347\225\245.rst" new file mode 100644 index 000000000..f21f5abe7 --- /dev/null +++ "b/sphinx/source/DatabaseAdministrationGuide/\350\256\276\347\275\256\345\256\211\345\205\250\347\255\226\347\225\245.rst" @@ -0,0 +1,8 @@ +设置安全策略 +============ + +.. toctree:: + + ../content/zh/docs/DatabaseAdministrationGuide/设置帐户安全策略 + ../content/zh/docs/DatabaseAdministrationGuide/设置帐号有效期 + ../content/zh/docs/DatabaseAdministrationGuide/设置密码安全策略 \ No newline at end of file diff --git "a/sphinx/source/DatabaseAdministrationGuide/\350\256\276\347\275\256\345\257\206\346\200\201\347\255\211\345\200\274\346\237\245\350\257\242.rst" "b/sphinx/source/DatabaseAdministrationGuide/\350\256\276\347\275\256\345\257\206\346\200\201\347\255\211\345\200\274\346\237\245\350\257\242.rst" new file mode 100644 index 000000000..d0c5ea5bd --- /dev/null +++ "b/sphinx/source/DatabaseAdministrationGuide/\350\256\276\347\275\256\345\257\206\346\200\201\347\255\211\345\200\274\346\237\245\350\257\242.rst" @@ -0,0 +1,9 @@ +设置密态等值查询 +================ + +.. toctree:: + + ../content/zh/docs/DatabaseAdministrationGuide/密态等值查询概述 + ../content/zh/docs/DatabaseAdministrationGuide/使用gsql操作密态数据库 + ../content/zh/docs/DatabaseAdministrationGuide/使用JDBC操作密态数据库 + ../content/zh/docs/DatabaseAdministrationGuide/密态支持函数-存储过程 \ No newline at end of file diff --git "a/sphinx/source/DatabaseAdministrationGuide/\350\256\276\347\275\256\346\225\260\346\215\256\345\272\223\345\256\241\350\256\241.rst" "b/sphinx/source/DatabaseAdministrationGuide/\350\256\276\347\275\256\346\225\260\346\215\256\345\272\223\345\256\241\350\256\241.rst" new file mode 100644 index 000000000..af4595b00 --- /dev/null +++ "b/sphinx/source/DatabaseAdministrationGuide/\350\256\276\347\275\256\346\225\260\346\215\256\345\272\223\345\256\241\350\256\241.rst" @@ -0,0 +1,9 @@ +设置数据库审计 +============== + +.. toctree:: + + ../content/zh/docs/DatabaseAdministrationGuide/审计概述 + ../content/zh/docs/DatabaseAdministrationGuide/查看审计结果 + ../content/zh/docs/DatabaseAdministrationGuide/维护审计日志 + ../content/zh/docs/DatabaseAdministrationGuide/设置文件权限安全策略 \ No newline at end of file diff --git "a/sphinx/source/DatabaseAdministrationGuide/\350\256\276\347\275\256\350\264\246\346\234\254\346\225\260\346\215\256\345\272\223.rst" "b/sphinx/source/DatabaseAdministrationGuide/\350\256\276\347\275\256\350\264\246\346\234\254\346\225\260\346\215\256\345\272\223.rst" new file mode 100644 index 000000000..50cc3bb69 --- /dev/null +++ "b/sphinx/source/DatabaseAdministrationGuide/\350\256\276\347\275\256\350\264\246\346\234\254\346\225\260\346\215\256\345\272\223.rst" @@ -0,0 +1,10 @@ +设置账本数据库 +============== + +.. toctree:: + + ../content/zh/docs/DatabaseAdministrationGuide/账本数据库概述 + ../content/zh/docs/DatabaseAdministrationGuide/查看账本历史操作记录 + ../content/zh/docs/DatabaseAdministrationGuide/校验账本数据一致性 + ../content/zh/docs/DatabaseAdministrationGuide/归档账本数据库 + ../content/zh/docs/DatabaseAdministrationGuide/修复账本数据库 \ No newline at end of file diff --git "a/sphinx/source/DatabaseAdministrationGuide/\350\256\277\351\227\256\345\244\226\351\203\250\346\225\260\346\215\256\345\272\223.rst" "b/sphinx/source/DatabaseAdministrationGuide/\350\256\277\351\227\256\345\244\226\351\203\250\346\225\260\346\215\256\345\272\223.rst" new file mode 100644 index 000000000..b291b6ad6 --- /dev/null +++ "b/sphinx/source/DatabaseAdministrationGuide/\350\256\277\351\227\256\345\244\226\351\203\250\346\225\260\346\215\256\345\272\223.rst" @@ -0,0 +1,15 @@ +访问外部数据库 +============== + +.. toctree:: + + + ../content/zh/docs/DatabaseAdministrationGuide/用于Oracle的外部数据包装器 + ../content/zh/docs/DatabaseAdministrationGuide/mysql_fdw + ../content/zh/docs/DatabaseAdministrationGuide/postgres_fdw + ../content/zh/docs/DatabaseAdministrationGuide/file_fdw + ../content/zh/docs/DatabaseAdministrationGuide/dblink + + + + diff --git "a/sphinx/source/DatabaseAdministrationGuide/\350\265\204\346\272\220\346\261\240\345\214\226\346\236\266\346\236\204.rst" "b/sphinx/source/DatabaseAdministrationGuide/\350\265\204\346\272\220\346\261\240\345\214\226\346\236\266\346\236\204.rst" new file mode 100644 index 000000000..868218a32 --- /dev/null +++ "b/sphinx/source/DatabaseAdministrationGuide/\350\265\204\346\272\220\346\261\240\345\214\226\346\236\266\346\236\204.rst" @@ -0,0 +1,12 @@ +资源池化架构 +============== + +.. toctree:: + + + ../content/zh/docs/DatabaseAdministrationGuide/资源池化开发者环境部署 + ../content/zh/docs/DatabaseAdministrationGuide/资源池化当前架构特性约束 + + + + diff --git "a/sphinx/source/DatabaseAdministrationGuide/\351\231\204\345\275\225.rst" "b/sphinx/source/DatabaseAdministrationGuide/\351\231\204\345\275\225.rst" new file mode 100644 index 000000000..e97c551f4 --- /dev/null +++ "b/sphinx/source/DatabaseAdministrationGuide/\351\231\204\345\275\225.rst" @@ -0,0 +1,7 @@ +附录 +==== + +.. toctree:: + + ../content/zh/docs/DatabaseAdministrationGuide/参考文献 + ../content/zh/docs/DatabaseAdministrationGuide/术语表 \ No newline at end of file diff --git a/sphinx/source/index-Administratorguide.rst b/sphinx/source/index-Administratorguide.rst new file mode 100644 index 000000000..25d35c759 --- /dev/null +++ b/sphinx/source/index-Administratorguide.rst @@ -0,0 +1,10 @@ + + +Welcome to openGauss's documentation! +===================================== + +.. toctree:: + + DatabaseAdministrationGuide/DatabaseAdministrationGuide + + diff --git a/sphinx/source/index-CompilationGuide.rst b/sphinx/source/index-CompilationGuide.rst new file mode 100644 index 000000000..1b96f5ee5 --- /dev/null +++ b/sphinx/source/index-CompilationGuide.rst @@ -0,0 +1,10 @@ + + +Welcome to openGauss's documentation! +===================================== + +.. toctree:: + + CompilationGuide/Compilation + + diff --git a/sphinx/source/index-DatabaseAdministrationGuide.rst b/sphinx/source/index-DatabaseAdministrationGuide.rst new file mode 100644 index 000000000..26807b23c --- /dev/null +++ b/sphinx/source/index-DatabaseAdministrationGuide.rst @@ -0,0 +1,10 @@ + + +Welcome to openGauss's documentation! +===================================== + +.. toctree:: + + Administratorguide/Administratorguide + + -- Gitee From 5082d799cc80dc4a9931e23c3c70498b448170f8 Mon Sep 17 00:00:00 2001 From: liyang0608 <264327807@qq.com> Date: Thu, 13 Apr 2023 15:00:11 +0800 Subject: [PATCH 67/75] fix bugs --- ...71\346\200\247\344\273\213\347\273\215.md" | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git "a/content/zh/docs/ToolandCommandReference/\347\211\271\346\200\247\344\273\213\347\273\215.md" "b/content/zh/docs/ToolandCommandReference/\347\211\271\346\200\247\344\273\213\347\273\215.md" index b3f96ba17..b15f1acfd 100644 --- "a/content/zh/docs/ToolandCommandReference/\347\211\271\346\200\247\344\273\213\347\273\215.md" +++ "b/content/zh/docs/ToolandCommandReference/\347\211\271\346\200\247\344\273\213\347\273\215.md" @@ -365,12 +365,11 @@ cm\_server是用来进行数据库实例管理和实例仲裁的组件。主要 - 手动生成VIP配置文件步骤,在每个节点上都要生成该VIP配置文件,且每个节点要求一致,需要重启集群才能生效(不建议手动操作)。 ``` - cm_ctl res --add --res_name="资源名"--res_attr="resources_type=VIP,float_ip=IP1" - - cm_ctl res --edit --res_name="资源名" --add_inst="instance_id=6001" --inst_attr="base_ip=IP2" - cm_ctl res --edit --res_name="资源名" --add_inst="instance_id=6002" --inst_attr="base_ip=IP2" - cm_ctl res --edit --res_name="资源名" --add_inst="instance_id=6003" --inst_attr="base_ip=IP2" + cm_ctl res --add --res_name="资源名" --res_attr="resources_type=VIP,float_ip=IP1" + cm_ctl res --edit --res_name="资源名" --add_inst="node_id=NODE1,res_instance_id=6001" --inst_attr="base_ip=IP2" + cm_ctl res --edit --res_name="资源名" --add_inst="node_id=NODE2,res_instance_id=6002" --inst_attr="base_ip=IP2" + cm_ctl res --edit --res_name="资源名" --add_inst="node_id=NODE3,res_instance_id=6003" --inst_attr="base_ip=IP2" 在数据库pg_hba.conf 以sha256 方式添加float_ip ``` @@ -672,12 +671,12 @@ CM集群自动故障恢复场景下,存在从Minority模式向Majority模式 **配置样例**: 1. 配置文件cm_server.conf中新增配置项示例如下: - third_party_gateway_ip=192.168.100.1 #请务必修改该地址为实际环境中有效可用的IP地址 - cms_enable_failover_on2nodes=false - cms_enable_db_crash_recovery=false - cms_network_isolation_timeout=20 + third_party_gateway_ip=192.168.100.1 #请务必修改该地址为实际环境中有效可用的IP地址 + cms_enable_failover_on2nodes=false + cms_enable_db_crash_recovery=false + cms_network_isolation_timeout=20 2. 配置文件cm_agent.conf中新增配置项示例如下: - db_service_vip='' #可选配置项,若不配置,则默认为空字符串 + db_service_vip='' #可选配置项,若不配置,则默认为空字符串 ## CM支持容器化部署 -- Gitee From 1104e249e4ca19b44598293091791d8be8d95ce3 Mon Sep 17 00:00:00 2001 From: "tongmeixia@0301" <870020620@qq.com> Date: Thu, 13 Apr 2023 20:19:39 +0800 Subject: [PATCH 68/75] dowmload --- sphinx/source/BriefTutorial/BriefTutorial.rst | 56 +------------------ .../source/DeveloperGuide/DeveloperGuide.rst | 55 ++++++++++++++++++ ...5\345\217\243\345\217\202\350\200\203.rst" | 19 +++++++ ...5\345\217\243\345\217\202\350\200\203.rst" | 28 ++++++++++ ...4\272\216JDBC\345\274\200\345\217\221.rst" | 24 ++++++++ ...4\272\216ODBC\345\274\200\345\217\221.rst" | 34 +++++++++++ ...72\216Psycopg\345\274\200\345\217\221.rst" | 15 +++++ ...5\345\205\267\345\257\271\346\216\245.rst" | 6 ++ ...6\350\256\241\350\247\204\350\214\203.rst" | 18 ++++++ ...1\350\261\241\350\256\276\350\256\241.rst" | 11 ++++ ...0\345\217\221\350\247\204\350\214\203.rst" | 8 +++ .../InstallationGuide/InstallationGuide.rst | 12 +--- ...2\347\211\210\345\256\211\350\243\205.rst" | 12 +--- .../\345\256\211\350\243\205openGauss.rst" | 9 +++ ...2\347\211\210\345\256\211\350\243\205.rst" | 9 +++ ...0\347\211\210\345\256\211\350\243\205.rst" | 8 +++ ...1\345\231\250\345\256\211\350\243\205.rst" | 9 +++ ...1\345\231\250\345\256\211\350\243\205.rst" | 11 ++++ ...0\347\211\210\345\256\211\350\243\205.rst" | 11 +--- sphinx/source/index-DeveloperGuide.rst | 11 ++++ 20 files changed, 285 insertions(+), 81 deletions(-) create mode 100644 sphinx/source/DeveloperGuide/DeveloperGuide.rst create mode 100644 "sphinx/source/DeveloperGuide/JDBC\346\216\245\345\217\243\345\217\202\350\200\203.rst" create mode 100644 "sphinx/source/DeveloperGuide/ODBC\346\216\245\345\217\243\345\217\202\350\200\203.rst" create mode 100644 "sphinx/source/DeveloperGuide/\345\237\272\344\272\216JDBC\345\274\200\345\217\221.rst" create mode 100644 "sphinx/source/DeveloperGuide/\345\237\272\344\272\216ODBC\345\274\200\345\217\221.rst" create mode 100644 "sphinx/source/DeveloperGuide/\345\237\272\344\272\216Psycopg\345\274\200\345\217\221.rst" create mode 100644 "sphinx/source/DeveloperGuide/\345\267\245\345\205\267\345\257\271\346\216\245.rst" create mode 100644 "sphinx/source/DeveloperGuide/\345\274\200\345\217\221\350\256\276\350\256\241\350\247\204\350\214\203.rst" create mode 100644 "sphinx/source/DeveloperGuide/\346\225\260\346\215\256\345\272\223\345\257\271\350\261\241\350\256\276\350\256\241.rst" create mode 100644 "sphinx/source/DeveloperGuide/\347\250\213\345\272\217\345\274\200\345\217\221\350\247\204\350\214\203.rst" create mode 100644 "sphinx/source/InstallationGuide/\345\256\211\350\243\205openGauss.rst" create mode 100644 "sphinx/source/InstallationGuide/\345\256\211\350\243\205\345\207\206\345\244\207-\344\274\201\344\270\232\347\211\210\345\256\211\350\243\205.rst" create mode 100644 "sphinx/source/InstallationGuide/\345\256\211\350\243\205\345\207\206\345\244\207-\346\236\201\347\256\200\347\211\210\345\256\211\350\243\205.rst" create mode 100644 "sphinx/source/InstallationGuide/\345\256\271\345\231\250\345\256\211\350\243\205.rst" create mode 100644 "sphinx/source/InstallationGuide/\346\234\215\345\212\241\345\231\250\345\256\211\350\243\205.rst" create mode 100644 sphinx/source/index-DeveloperGuide.rst diff --git a/sphinx/source/BriefTutorial/BriefTutorial.rst b/sphinx/source/BriefTutorial/BriefTutorial.rst index 595e3957b..ce9fd41a4 100644 --- a/sphinx/source/BriefTutorial/BriefTutorial.rst +++ b/sphinx/source/BriefTutorial/BriefTutorial.rst @@ -5,57 +5,7 @@ ../content/zh/docs/BriefTutorial/基本概念 ../content/zh/docs/BriefTutorial/语法 ../content/zh/docs/BriefTutorial/数据类型 - ../content/zh/docs/BriefTutorial/简单数据管理 - 创建数据库 - 创建表 - INSERT INTO语句 - UPDATE语句 - DELETE语句 - 查看对象 - SELECT语句 - 运算符 - 表达式 - WHERE子句 - ORDER BY子句 - DISTINCT - GROUP BY子句 - HAVING子句 - 时间/日期函数和操作符 - 模式匹配操作符 - 聚集函数 - ../content/zh/docs/BriefTutorial/高级数据管理 - 约束 - JOIN - NULL值 - UNION子句 - 别名 - 索引 - 批处理模式 - 视图 - SCHEMA - ALTER TABLE语句 - TRUNCATE TABLE语句 - 事务 - 游标 - 分区表 - 锁 - 匿名块 - 触发器 - 事件触发器 - 存储过程 - 物化视图 - 子查询 - 权限 - 函数 - ../content/zh/docs/BriefTutorial/高级特性 - 索引推荐 - DB4AI - 列存储 - LLVM - Ustore - MOT - 全密态数据库 - DCF - 并行查询 - 资源池化 + 简单数据管理 + 高级数据管理 + 高级特性 ../content/zh/docs/BriefTutorial/附录-SQL语法 \ No newline at end of file diff --git a/sphinx/source/DeveloperGuide/DeveloperGuide.rst b/sphinx/source/DeveloperGuide/DeveloperGuide.rst new file mode 100644 index 000000000..8cbff0630 --- /dev/null +++ b/sphinx/source/DeveloperGuide/DeveloperGuide.rst @@ -0,0 +1,55 @@ + + +.. toctree:: + + ../content/zh/docs/DeveloperGuide/数据查询请求处理过程 + ../content/zh/docs/DeveloperGuide/开发设计规范 + 开发设计规范概述 + 数据库对象命名 + 数据库对象设计 + SQL编写 + 程序开发规范 + ../content/zh/docs/DeveloperGuide/基于JDBC开发 + JDBC包、驱动类和环境类 + 开发流程 + 加载驱动 + 连接数据库 + 连接数据库(以SSL方式) + 连接数据库(UDS方式) + 执行SQL语句 + 处理结果集 + 关闭连接 + 日志管理 + 示例:常用操作 + 示例:重新执行应用SQL + 示例:通过本地文件导入导出数据 + 示例:从MY迁移数据 + 示例:逻辑复制代码示例 + 示例:不同场景下连接数据库参数配置 + 示例:jdbc主备集群负载均衡 + JDBC接口参考 + JDBC常用参数参考 + ../content/zh/docs/DeveloperGuide/基于ODBC开发 + ODBC包及依赖的库和头文件 + Linux下配置数据源 + 开发流程 + 示例:常用功能和批量绑定 + 典型应用场景配置 + ODBC接口参考 + ../content/zh/docs/DeveloperGuide/基于Psycopg开发 + Psycopg包 + 开发流程 + 加载驱动 + 连接数据库 + 执行SQL语句 + 处理结果集 + 关闭连接 + 连接数据库(SSL方式) + 示例:常用操作 + Psycopg接口参考 + ../content/zh/docs/DeveloperGuide/基于libpq开发 + libpq使用依赖的头文件 + 开发流程 + 示例 + libpq接口参考 + ../cdontent/zh/docs/DeveloperGuide/编译与调试 \ No newline at end of file diff --git "a/sphinx/source/DeveloperGuide/JDBC\346\216\245\345\217\243\345\217\202\350\200\203.rst" "b/sphinx/source/DeveloperGuide/JDBC\346\216\245\345\217\243\345\217\202\350\200\203.rst" new file mode 100644 index 000000000..936c4c466 --- /dev/null +++ "b/sphinx/source/DeveloperGuide/JDBC\346\216\245\345\217\243\345\217\202\350\200\203.rst" @@ -0,0 +1,19 @@ +JDBC接口参考 +============ + +.. toctree:: + + ../content/zh/docs/Developerguide/java-sql-Connection + ../content/zh/docs/Developerguide/java-sql-CallableStatement + ../content/zh/docs/Developerguide/java-sql-DatabaseMetaData + ../content/zh/docs/Developerguide/java-sql-Driver + ../content/zh/docs/Developerguide/java-sql-PreparedStatement + ../content/zh/docs/Developerguide/java-sql-ResultSet + ../content/zh/docs/Developerguide/java-sql-ResultSetMetaData + ../content/zh/docs/Developerguide/java-sql-Statement + ../content/zh/docs/Developerguide/javax-sql-ConnectionPoolDataSource + ../content/zh/docs/Developerguide/javax-sql-DataSource + ../content/zh/docs/Developerguide/javax-sql-PooledConnection + ../content/zh/docs/Developerguide/javax-naming-Context + ../content/zh/docs/Developerguide/javax-naming-spi-InitialContextFactory + ../content/zh/docs/Developerguide/CopyManager diff --git "a/sphinx/source/DeveloperGuide/ODBC\346\216\245\345\217\243\345\217\202\350\200\203.rst" "b/sphinx/source/DeveloperGuide/ODBC\346\216\245\345\217\243\345\217\202\350\200\203.rst" new file mode 100644 index 000000000..9b824fc23 --- /dev/null +++ "b/sphinx/source/DeveloperGuide/ODBC\346\216\245\345\217\243\345\217\202\350\200\203.rst" @@ -0,0 +1,28 @@ +ODBC接口参考 +============ + +.. toctree:: + + ../content/zh/docs/DeveloperGuide/SQLAllocEnv + ../content/zh/docs/DeveloperGuide/SQLAllocConnect + ../content/zh/docs/DeveloperGuide/SQLAllocHandle + ../content/zh/docs/DeveloperGuide/SQLAllocStmt + ../content/zh/docs/DeveloperGuide/SQLBindCol + ../content/zh/docs/DeveloperGuide/SQLBindParamete + ../content/zh/docs/DeveloperGuide/SQLColAttribute + ../content/zh/docs/DeveloperGuide/SQLConnect + ../content/zh/docs/DeveloperGuide/SQLDisconnect + ../content/zh/docs/DeveloperGuide/SQLExecDirect + ../content/zh/docs/DeveloperGuide/SQLExecute + ../content/zh/docs/DeveloperGuide/SQLFetch + ../content/zh/docs/DeveloperGuide/SQLFreeStmt + ../content/zh/docs/DeveloperGuide/SQLFreeConnect + ../content/zh/docs/DeveloperGuide/SQLFreeHandle + ../content/zh/docs/DeveloperGuide/SQLFreeEnv + ../content/zh/docs/DeveloperGuide/SQLPrepare + ../content/zh/docs/DeveloperGuide/SQLGetData + ../content/zh/docs/DeveloperGuide/SQLGetDiagRec + ../content/zh/docs/DeveloperGuide/SQLSetConnectAt + ../content/zh/docs/DeveloperGuide/SQLSetEnvAttr + ../content/zh/docs/DeveloperGuide/SQLSetStmtAttr + ../content/zh/docs/DeveloperGuide/示例 \ No newline at end of file diff --git "a/sphinx/source/DeveloperGuide/\345\237\272\344\272\216JDBC\345\274\200\345\217\221.rst" "b/sphinx/source/DeveloperGuide/\345\237\272\344\272\216JDBC\345\274\200\345\217\221.rst" new file mode 100644 index 000000000..1dc8a1fb4 --- /dev/null +++ "b/sphinx/source/DeveloperGuide/\345\237\272\344\272\216JDBC\345\274\200\345\217\221.rst" @@ -0,0 +1,24 @@ +基于JDBC开发 +============ + +.. toctree:: + + ../content/zh/docs/Developerguide/JDBC包-驱动类和环境类 + ../content/zh/docs/Developerguide/开发流程_JDBC + ../content/zh/docs/Developerguide/加载驱动_JDBC + ../content/zh/docs/Developerguide/连接数据库_JDBC + ../content/zh/docs/Developerguide/连接数据库_以SSL方式 + ../content/zh/docs/Developerguide/连接数据库_UDS方式 + ../content/zh/docs/Developerguide/执行SQL语句_JDBC + ../content/zh/docs/Developerguide/处理结果集_JDBC + ../content/zh/docs/Developerguide/关闭连接_JDBC + ../content/zh/docs/Developerguide/日志管理 + ../content/zh/docs/Developerguide/示例-常用操作_JDBC + ../content/zh/docs/Developerguide/示例-重新执行应用SQL + ../content/zh/docs/Developerguide/示例-通过本地文件导入导出数据 + ../content/zh/docs/Developerguide/示例-从MY向openGauss进行数据迁移 + ../content/zh/docs/Developerguide/示例-逻辑复制代码示例 + ../content/zh/docs/Developerguide/示例-不同场景下连接数据库参数配置 + ../content/zh/docs/Developerguide/示例-jdbc主备集群负载均衡 + ../content/zh/docs/Developerguide/JDBC接口参考 + ../content/zh/docs/Developerguide/JDBC常用参数参考 diff --git "a/sphinx/source/DeveloperGuide/\345\237\272\344\272\216ODBC\345\274\200\345\217\221.rst" "b/sphinx/source/DeveloperGuide/\345\237\272\344\272\216ODBC\345\274\200\345\217\221.rst" new file mode 100644 index 000000000..0576fab34 --- /dev/null +++ "b/sphinx/source/DeveloperGuide/\345\237\272\344\272\216ODBC\345\274\200\345\217\221.rst" @@ -0,0 +1,34 @@ +基于ODBC开发 +============ + +.. toctree:: + + ../content/zh/docs/DeveloperGuide/ODBC包及依赖的库和头文件 + ../content/zh/docs/DeveloperGuide/Linux下配置数据源 + ../content/zh/docs/DeveloperGuide/开发流程_ODBC + ../content/zh/docs/DeveloperGuide/示例-常用功能和批量绑定 + ../content/zh/docs/DeveloperGuide/典型应用场景配置 + ../content/zh/docs/DeveloperGuide/ODBC接口参考 + SQLAllocEnv + SQLAllocConnect + SQLAllocHandle + SQLAllocStmt + SQLBindCol + SQLBindParamete + SQLColAttribute + SQLConnect + SQLDisconnect + SQLExecDirect + SQLExecute + SQLFetch + SQLFreeStmt + SQLFreeConnect + SQLFreeHandle + SQLFreeEnv + SQLPrepare + SQLGetData + SQLGetDiagRec + SQLSetConnectAt + SQLSetEnvAttr + SQLSetStmtAttr + 示例 \ No newline at end of file diff --git "a/sphinx/source/DeveloperGuide/\345\237\272\344\272\216Psycopg\345\274\200\345\217\221.rst" "b/sphinx/source/DeveloperGuide/\345\237\272\344\272\216Psycopg\345\274\200\345\217\221.rst" new file mode 100644 index 000000000..4a0414ba3 --- /dev/null +++ "b/sphinx/source/DeveloperGuide/\345\237\272\344\272\216Psycopg\345\274\200\345\217\221.rst" @@ -0,0 +1,15 @@ +基于Psycopg开发 +============ + +.. toctree:: + + ../content/zh/docs/DeveloperGuide/Psycopg包 + ../content/zh/docs/DeveloperGuide/开发流程_Psycopg + ../content/zh/docs/DeveloperGuide/加载驱动_Psycopg + ../content/zh/docs/DeveloperGuide/连接数据库_Psycopg + ../content/zh/docs/DeveloperGuide/执行SQL语句_Psycopg + ../content/zh/docs/DeveloperGuide/处理结果集_Psycopg + ../content/zh/docs/DeveloperGuide/关闭连接_Psycopg + ../content/zh/docs/DeveloperGuide/连接数据库_SSL方式_Psycopg.md + ../content/zh/docs/DeveloperGuide/示例-常用操作_Psycopg + Psycopg接口参考 \ No newline at end of file diff --git "a/sphinx/source/DeveloperGuide/\345\267\245\345\205\267\345\257\271\346\216\245.rst" "b/sphinx/source/DeveloperGuide/\345\267\245\345\205\267\345\257\271\346\216\245.rst" new file mode 100644 index 000000000..271568192 --- /dev/null +++ "b/sphinx/source/DeveloperGuide/\345\267\245\345\205\267\345\257\271\346\216\245.rst" @@ -0,0 +1,6 @@ +工具对接 +===== + +.. toctree:: + + ../content/zh/docs/Developerguide/JDBC配置 \ No newline at end of file diff --git "a/sphinx/source/DeveloperGuide/\345\274\200\345\217\221\350\256\276\350\256\241\350\247\204\350\214\203.rst" "b/sphinx/source/DeveloperGuide/\345\274\200\345\217\221\350\256\276\350\256\241\350\247\204\350\214\203.rst" new file mode 100644 index 000000000..ab2cf9ec2 --- /dev/null +++ "b/sphinx/source/DeveloperGuide/\345\274\200\345\217\221\350\256\276\350\256\241\350\247\204\350\214\203.rst" @@ -0,0 +1,18 @@ +开发设计规范 +===== + +.. toctree:: + + ../content/zh/docs/DeveloperGuide/开发设计规范概述 + ../content/zh/docs/DeveloperGuide/数据库对象命名 + ../content/zh/docs/DeveloperGuide/数据库对象设计 + Database和Schema设计 + 表设计 + 规划存储模型 + 字段设计 + 约束设计 + 视图和关联表设计 + ../content/zh/docs/DeveloperGuide/SQL编写 + ../content/zh/docs/DeveloperGuide/程序开发规范 + 开发规范 + 工具对接 \ No newline at end of file diff --git "a/sphinx/source/DeveloperGuide/\346\225\260\346\215\256\345\272\223\345\257\271\350\261\241\350\256\276\350\256\241.rst" "b/sphinx/source/DeveloperGuide/\346\225\260\346\215\256\345\272\223\345\257\271\350\261\241\350\256\276\350\256\241.rst" new file mode 100644 index 000000000..e5762f464 --- /dev/null +++ "b/sphinx/source/DeveloperGuide/\346\225\260\346\215\256\345\272\223\345\257\271\350\261\241\350\256\276\350\256\241.rst" @@ -0,0 +1,11 @@ +数据库对象设计 +===== + +.. toctree:: + + ../content/zh/docs/Developerguide/Database和Schema设计 + ../content/zh/docs/Developerguide/表设计 + ../content/zh/docs/Developerguide/规划存储模型 + ../content/zh/docs/Developerguide/字段设计 + ../content/zh/docs/Developerguide/约束设计 + ../content/zh/docs/Developerguide/视图和关联表设计 \ No newline at end of file diff --git "a/sphinx/source/DeveloperGuide/\347\250\213\345\272\217\345\274\200\345\217\221\350\247\204\350\214\203.rst" "b/sphinx/source/DeveloperGuide/\347\250\213\345\272\217\345\274\200\345\217\221\350\247\204\350\214\203.rst" new file mode 100644 index 000000000..1e6da5eb1 --- /dev/null +++ "b/sphinx/source/DeveloperGuide/\347\250\213\345\272\217\345\274\200\345\217\221\350\247\204\350\214\203.rst" @@ -0,0 +1,8 @@ +程序开发规范 +===== + +.. toctree:: + + ../content/zh/docs/Developerguide/开发规范 + ../content/zh/docs/Developerguide/工具对接 + \ No newline at end of file diff --git a/sphinx/source/InstallationGuide/InstallationGuide.rst b/sphinx/source/InstallationGuide/InstallationGuide.rst index bd211460a..128a43dc3 100644 --- a/sphinx/source/InstallationGuide/InstallationGuide.rst +++ b/sphinx/source/InstallationGuide/InstallationGuide.rst @@ -2,15 +2,7 @@ .. toctree:: ../content/zh/docs/InstallationGuide/安装概述 - ../content/zh/docs/InstallationGuide/极简版安装 - 安装准备 - 服务器安装 - 容器安装 - RPM安装 - ../content/zh/docs/InstallationGuide/企业版安装 - 安装准备 - 安装openGauss - 创建数据库 - 可选_设置备机可读 + 极简版安装 + 企业版安装 ../content/zh/docs/InstallationGuide/卸载openGauss diff --git "a/sphinx/source/InstallationGuide/\344\274\201\344\270\232\347\211\210\345\256\211\350\243\205.rst" "b/sphinx/source/InstallationGuide/\344\274\201\344\270\232\347\211\210\345\256\211\350\243\205.rst" index c3ef74fa3..c9411862d 100644 --- "a/sphinx/source/InstallationGuide/\344\274\201\344\270\232\347\211\210\345\256\211\350\243\205.rst" +++ "b/sphinx/source/InstallationGuide/\344\274\201\344\270\232\347\211\210\345\256\211\350\243\205.rst" @@ -5,16 +5,8 @@ .. toctree:: - ../content/zh/docs/InstallationGuide/安装准备 - 了解安装流程 - 获取安装包 - 准备软硬件安装环境 - 了解安装用户及用户组 - ../content/zh/docs/InstallationGuide/安装openGauss - 创建XML配置文件 - 初始化安装环境 - 执行安装 - 安装验证 + 安装准备 + 安装openGauss ../content/zh/docs/InstallationGuide/创建数据库 ../content/zh/docs/InstallationGuide/可选_设置备机可读 diff --git "a/sphinx/source/InstallationGuide/\345\256\211\350\243\205openGauss.rst" "b/sphinx/source/InstallationGuide/\345\256\211\350\243\205openGauss.rst" new file mode 100644 index 000000000..4628d0b33 --- /dev/null +++ "b/sphinx/source/InstallationGuide/\345\256\211\350\243\205openGauss.rst" @@ -0,0 +1,9 @@ +安装openGauss +===================================== + +.. toctree:: + + ../content/zh/docs/InstallationGuide/创建XML配置文件 + ../content/zh/docs/InstallationGuide/初始化安装环境 + ../content/zh/docs/InstallationGuide/执行安装 + ../content/zh/docs/InstallationGuide/安装验证 \ No newline at end of file diff --git "a/sphinx/source/InstallationGuide/\345\256\211\350\243\205\345\207\206\345\244\207-\344\274\201\344\270\232\347\211\210\345\256\211\350\243\205.rst" "b/sphinx/source/InstallationGuide/\345\256\211\350\243\205\345\207\206\345\244\207-\344\274\201\344\270\232\347\211\210\345\256\211\350\243\205.rst" new file mode 100644 index 000000000..3e11f74bd --- /dev/null +++ "b/sphinx/source/InstallationGuide/\345\256\211\350\243\205\345\207\206\345\244\207-\344\274\201\344\270\232\347\211\210\345\256\211\350\243\205.rst" @@ -0,0 +1,9 @@ +安装准备 +===================================== + +.. toctree:: + + ../content/zh/docs/InstallationGuide/了解安装流程 + ../content/zh/docs/InstallationGuide/获取安装包 + ../content/zh/docs/InstallationGuide/准备软硬件安装环境 + ../content/zh/docs/InstallationGuide/了解安装用户及用户组 \ No newline at end of file diff --git "a/sphinx/source/InstallationGuide/\345\256\211\350\243\205\345\207\206\345\244\207-\346\236\201\347\256\200\347\211\210\345\256\211\350\243\205.rst" "b/sphinx/source/InstallationGuide/\345\256\211\350\243\205\345\207\206\345\244\207-\346\236\201\347\256\200\347\211\210\345\256\211\350\243\205.rst" new file mode 100644 index 000000000..d40223502 --- /dev/null +++ "b/sphinx/source/InstallationGuide/\345\256\211\350\243\205\345\207\206\345\244\207-\346\236\201\347\256\200\347\211\210\345\256\211\350\243\205.rst" @@ -0,0 +1,8 @@ +安装准备 +===================================== + +.. toctree:: + + ../content/zh/docs/InstallationGuide/获取安装包 + ../content/zh/docs/InstallationGuide/准备软硬件安装环境 + diff --git "a/sphinx/source/InstallationGuide/\345\256\271\345\231\250\345\256\211\350\243\205.rst" "b/sphinx/source/InstallationGuide/\345\256\271\345\231\250\345\256\211\350\243\205.rst" new file mode 100644 index 000000000..e6354e7d8 --- /dev/null +++ "b/sphinx/source/InstallationGuide/\345\256\271\345\231\250\345\256\211\350\243\205.rst" @@ -0,0 +1,9 @@ + + +容器安装 +===================================== + +.. toctree:: + + ../content/zh/docs/InstallationGuide/单节点安装 + diff --git "a/sphinx/source/InstallationGuide/\346\234\215\345\212\241\345\231\250\345\256\211\350\243\205.rst" "b/sphinx/source/InstallationGuide/\346\234\215\345\212\241\345\231\250\345\256\211\350\243\205.rst" new file mode 100644 index 000000000..d098e0072 --- /dev/null +++ "b/sphinx/source/InstallationGuide/\346\234\215\345\212\241\345\231\250\345\256\211\350\243\205.rst" @@ -0,0 +1,11 @@ + + +服务器安装 +===================================== + +.. toctree:: + + + ../content/zh/docs/InstallationGuide/单节点安装 + ../content/zh/docs/InstallationGuide/一主一备节点安装 + diff --git "a/sphinx/source/InstallationGuide/\346\236\201\347\256\200\347\211\210\345\256\211\350\243\205.rst" "b/sphinx/source/InstallationGuide/\346\236\201\347\256\200\347\211\210\345\256\211\350\243\205.rst" index cc8bb3f03..a7e67e174 100644 --- "a/sphinx/source/InstallationGuide/\346\236\201\347\256\200\347\211\210\345\256\211\350\243\205.rst" +++ "b/sphinx/source/InstallationGuide/\346\236\201\347\256\200\347\211\210\345\256\211\350\243\205.rst" @@ -5,13 +5,8 @@ .. toctree:: - ../content/zh/docs/InstallationGuide/安装准备 - 获取安装包 - 准备软硬件安装环境 - ../content/zh/docs/InstallationGuide/服务器安装 - 单节点安装 - 一主一备节点安装 - ../content/zh/docs/InstallationGuide/容器安装 - 单节点安装 + 安装准备 + 服务器安装 + 容器安装 ../content/zh/docs/InstallationGuide/RPM安装 diff --git a/sphinx/source/index-DeveloperGuide.rst b/sphinx/source/index-DeveloperGuide.rst new file mode 100644 index 000000000..6582ec505 --- /dev/null +++ b/sphinx/source/index-DeveloperGuide.rst @@ -0,0 +1,11 @@ + + +Welcome to openGauss's documentation! +===================================== + +.. toctree:: + + DeveloperGuide/DeveloperGuide + + + -- Gitee From e342a3af1c1b0f26a6b9c8dc5a35d1a8a739b52d Mon Sep 17 00:00:00 2001 From: liuheng Date: Fri, 14 Apr 2023 09:21:20 +0800 Subject: [PATCH 69/75] =?UTF-8?q?=E6=B7=BB=E5=8A=A0gs=5Fpreinstall?= =?UTF-8?q?=E9=83=A8=E5=88=86=EF=BC=8C--unused-third-party=E5=8F=82?= =?UTF-8?q?=E6=95=B0=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- content/en/docs/ToolandCommandReference/gs_preinstall.md | 4 ++++ content/zh/docs/ToolandCommandReference/gs_preinstall.md | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/content/en/docs/ToolandCommandReference/gs_preinstall.md b/content/en/docs/ToolandCommandReference/gs_preinstall.md index c8578d13a..c6cee8e71 100644 --- a/content/en/docs/ToolandCommandReference/gs_preinstall.md +++ b/content/en/docs/ToolandCommandReference/gs_preinstall.md @@ -94,6 +94,10 @@ - --skip-hostname-set Specifies whether to write the mapping relationship between the host name and IP address of the XML configuration file to the **/etc/hosts** file. By default, the relationship is written to the file. If this parameter is specified, the relationship is not written to the file. + +- --unused-third-party + + Whether to use the third-party library provided by OM. By default, if this parameter is specified, it will not be used. - -l diff --git a/content/zh/docs/ToolandCommandReference/gs_preinstall.md b/content/zh/docs/ToolandCommandReference/gs_preinstall.md index 350bbfe42..06312323c 100644 --- a/content/zh/docs/ToolandCommandReference/gs_preinstall.md +++ b/content/zh/docs/ToolandCommandReference/gs_preinstall.md @@ -96,6 +96,10 @@ openGauss提供了gs\_preinstall工具来帮助完成openGauss的环境配置, - --skip-hostname-set 是否将xml配置文件中主机名与IP的映射关系写入“/etc/hosts”文件中。默认写入,如果指定该参数则不写入。 + +- --unused-third-party + + 是否使用om提供的三方库。默认使用,如果指定该参数则不使用。 - -l -- Gitee From f0eb72cf4110934131c63be7a02dfc709f957ce5 Mon Sep 17 00:00:00 2001 From: pengjiong Date: Fri, 14 Apr 2023 01:30:27 +0000 Subject: [PATCH 70/75] =?UTF-8?q?fixed=20beab78e=20from=20https://gitee.co?= =?UTF-8?q?m/totaj/docs/pulls/4920=20=E4=BF=AE=E6=94=B9MySQL=E5=85=BC?= =?UTF-8?q?=E5=AE=B9=E6=80=A7=E8=AF=B4=E6=98=8E=EF=BC=8C=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?dolphin=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: pengjiong --- ...\205\274\345\256\271\346\200\247\350\257\264\346\230\216.md" | 2 ++ 1 file changed, 2 insertions(+) diff --git "a/content/zh/docs/DataMigrationGuide/MySQL\345\205\274\345\256\271\346\200\247\350\257\264\346\230\216.md" "b/content/zh/docs/DataMigrationGuide/MySQL\345\205\274\345\256\271\346\200\247\350\257\264\346\230\216.md" index 0d1a10589..f716a3dac 100644 --- "a/content/zh/docs/DataMigrationGuide/MySQL\345\205\274\345\256\271\346\200\247\350\257\264\346\230\216.md" +++ "b/content/zh/docs/DataMigrationGuide/MySQL\345\205\274\345\256\271\346\200\247\350\257\264\346\230\216.md" @@ -1,5 +1,7 @@ # MySQL兼容性说明 +openGauss的MySQL兼容性主要通过Dolphin插件和内核实现。Dolphin插件的说明可参考[Dolphin插件介绍](../ExtensionReference/dolphin-Extension.md)。在openGauss内核中实现的MySQL兼容性特性见下表。 + **表 1** 在openGauss内核中实现的MySQL兼容性特性列表 -- Gitee From 2d0abd5442e0903fe8952e643f8834650eb6dbb1 Mon Sep 17 00:00:00 2001 From: liyang0608 <264327807@qq.com> Date: Fri, 14 Apr 2023 14:11:54 +0800 Subject: [PATCH 71/75] sphinx --- .../DatabaseOMGuide/DatabaseOMGuide.rst | 16 ++++++++++ ...6\351\242\230\345\256\232\344\275\215.rst" | 8 +++++ ...4\345\205\245\346\225\260\346\215\256.rst" | 10 +++++++ ...4\345\207\272\346\225\260\346\215\256.rst" | 11 +++++++ .../\345\215\207\347\272\247.rst" | 13 +++++++++ ...1\345\270\203\350\256\242\351\230\205.rst" | 14 +++++++++ ...5\344\270\216\346\201\242\345\244\215.rst" | 13 +++++++++ ...4\345\205\245\346\225\260\346\215\256.rst" | 14 +++++++++ ...2\346\225\260\346\215\256\345\272\223.rst" | 9 ++++++ ...1\346\225\260\346\215\256\345\272\223.rst" | 9 ++++++ ...4\345\207\272\346\225\260\346\215\256.rst" | 7 +++++ ...2\344\275\215\346\214\207\345\215\227.rst" | 8 +++++ ...2\344\275\215\346\241\210\344\276\213.rst" | 29 +++++++++++++++++++ ...1\345\205\245\347\244\272\344\276\213.rst" | 9 ++++++ ...0\344\270\255\346\225\260\346\215\256.rst" | 7 +++++ ...1\345\261\202\345\244\215\345\210\266.rst" | 8 +++++ ...1\345\205\245\346\223\215\344\275\234.rst" | 9 ++++++ ...3\350\276\221\345\244\215\345\210\266.rst" | 8 +++++ ...3\350\276\221\350\247\243\347\240\201.rst" | 7 +++++ ...torguide.rst => index-DatabaseOMGuide.rst} | 2 +- 20 files changed, 210 insertions(+), 1 deletion(-) create mode 100644 sphinx/source/DatabaseOMGuide/DatabaseOMGuide.rst create mode 100644 "sphinx/source/DatabaseOMGuide/core\351\227\256\351\242\230\345\256\232\344\275\215.rst" create mode 100644 "sphinx/source/DatabaseOMGuide/\344\275\277\347\224\250COPY-FROM-STDIN\345\257\274\345\205\245\346\225\260\346\215\256.rst" create mode 100644 "sphinx/source/DatabaseOMGuide/\344\275\277\347\224\250gs_dump\345\222\214gs_dumpall\345\221\275\344\273\244\345\257\274\345\207\272\346\225\260\346\215\256.rst" create mode 100644 "sphinx/source/DatabaseOMGuide/\345\215\207\347\272\247.rst" create mode 100644 "sphinx/source/DatabaseOMGuide/\345\217\221\345\270\203\350\256\242\351\230\205.rst" create mode 100644 "sphinx/source/DatabaseOMGuide/\345\244\207\344\273\275\344\270\216\346\201\242\345\244\215.rst" create mode 100644 "sphinx/source/DatabaseOMGuide/\345\257\274\345\205\245\346\225\260\346\215\256.rst" create mode 100644 "sphinx/source/DatabaseOMGuide/\345\257\274\345\207\272\345\215\225\344\270\252\346\225\260\346\215\256\345\272\223.rst" create mode 100644 "sphinx/source/DatabaseOMGuide/\345\257\274\345\207\272\346\211\200\346\234\211\346\225\260\346\215\256\345\272\223.rst" create mode 100644 "sphinx/source/DatabaseOMGuide/\345\257\274\345\207\272\346\225\260\346\215\256.rst" create mode 100644 "sphinx/source/DatabaseOMGuide/\345\270\270\350\247\201\346\225\205\351\232\234\345\256\232\344\275\215\346\214\207\345\215\227.rst" create mode 100644 "sphinx/source/DatabaseOMGuide/\345\270\270\350\247\201\346\225\205\351\232\234\345\256\232\344\275\215\346\241\210\344\276\213.rst" create mode 100644 "sphinx/source/DatabaseOMGuide/\345\271\266\345\217\221\345\206\231\345\205\245\347\244\272\344\276\213.rst" create mode 100644 "sphinx/source/DatabaseOMGuide/\346\233\264\346\226\260\350\241\250\344\270\255\346\225\260\346\215\256.rst" create mode 100644 "sphinx/source/DatabaseOMGuide/\346\267\261\345\261\202\345\244\215\345\210\266.rst" create mode 100644 "sphinx/source/DatabaseOMGuide/\347\256\241\347\220\206\345\271\266\345\217\221\345\206\231\345\205\245\346\223\215\344\275\234.rst" create mode 100644 "sphinx/source/DatabaseOMGuide/\351\200\273\350\276\221\345\244\215\345\210\266.rst" create mode 100644 "sphinx/source/DatabaseOMGuide/\351\200\273\350\276\221\350\247\243\347\240\201.rst" rename sphinx/source/{index-Administratorguide.rst => index-DatabaseOMGuide.rst} (61%) diff --git a/sphinx/source/DatabaseOMGuide/DatabaseOMGuide.rst b/sphinx/source/DatabaseOMGuide/DatabaseOMGuide.rst new file mode 100644 index 000000000..0fc97184d --- /dev/null +++ b/sphinx/source/DatabaseOMGuide/DatabaseOMGuide.rst @@ -0,0 +1,16 @@ + + +.. toctree:: + + ../content/zh/docs/DatabaseOMGuide/启停openGauss + ../content/zh/docs/DatabaseOMGuide/查看状态 + ../content/zh/docs/DatabaseOMGuide/例行维护 + 备份与恢复 + ../content/zh/docs/DatabaseOMGuide/实例主备切换 + 逻辑复制 + 升级 + 常见故障定位指南 + ../content/zh/docs/DatabaseOMGuide/高危操作一览表 + ../content/zh/docs/DatabaseOMGuide/日志参考 + + diff --git "a/sphinx/source/DatabaseOMGuide/core\351\227\256\351\242\230\345\256\232\344\275\215.rst" "b/sphinx/source/DatabaseOMGuide/core\351\227\256\351\242\230\345\256\232\344\275\215.rst" new file mode 100644 index 000000000..aa5421899 --- /dev/null +++ "b/sphinx/source/DatabaseOMGuide/core\351\227\256\351\242\230\345\256\232\344\275\215.rst" @@ -0,0 +1,8 @@ +core问题定位 +============ + +.. toctree:: + + ../content/zh/docs/DatabaseOMGuide/磁盘满故障引起的core问题 + ../content/zh/docs/DatabaseOMGuide/GUC参数log_directory设置不正确引起的core问题 + ../content/zh/docs/DatabaseOMGuide/开启RemoveIPC引起的core问题 diff --git "a/sphinx/source/DatabaseOMGuide/\344\275\277\347\224\250COPY-FROM-STDIN\345\257\274\345\205\245\346\225\260\346\215\256.rst" "b/sphinx/source/DatabaseOMGuide/\344\275\277\347\224\250COPY-FROM-STDIN\345\257\274\345\205\245\346\225\260\346\215\256.rst" new file mode 100644 index 000000000..c84a496cc --- /dev/null +++ "b/sphinx/source/DatabaseOMGuide/\344\275\277\347\224\250COPY-FROM-STDIN\345\257\274\345\205\245\346\225\260\346\215\256.rst" @@ -0,0 +1,10 @@ +使用COPY-FROM-STDIN导入数据 +=========================== + +.. toctree:: + + ../content/zh/docs/DatabaseOMGuide/关于COPY-FROM-STDIN导入数据 + ../content/zh/docs/DatabaseOMGuide/CopyManager类简介 + ../content/zh/docs/DatabaseOMGuide/处理错误表 + ../content/zh/docs/DatabaseOMGuide/示例1-通过本地文件导入导出数据 + ../content/zh/docs/DatabaseOMGuide/示例2-从MY向openGauss数据库进行数据迁移 \ No newline at end of file diff --git "a/sphinx/source/DatabaseOMGuide/\344\275\277\347\224\250gs_dump\345\222\214gs_dumpall\345\221\275\344\273\244\345\257\274\345\207\272\346\225\260\346\215\256.rst" "b/sphinx/source/DatabaseOMGuide/\344\275\277\347\224\250gs_dump\345\222\214gs_dumpall\345\221\275\344\273\244\345\257\274\345\207\272\346\225\260\346\215\256.rst" new file mode 100644 index 000000000..26c091704 --- /dev/null +++ "b/sphinx/source/DatabaseOMGuide/\344\275\277\347\224\250gs_dump\345\222\214gs_dumpall\345\221\275\344\273\244\345\257\274\345\207\272\346\225\260\346\215\256.rst" @@ -0,0 +1,11 @@ +使用gs_dump和gs_dumpall命令导出数据 +=================================== + +.. toctree:: + + ../content/zh/docs/DatabaseOMGuide/概述-5 + 导出单个数据库 + 导出所有数据库 + ../content/zh/docs/DatabaseOMGuide/无权限角色导出数据 + + diff --git "a/sphinx/source/DatabaseOMGuide/\345\215\207\347\272\247.rst" "b/sphinx/source/DatabaseOMGuide/\345\215\207\347\272\247.rst" new file mode 100644 index 000000000..7dd43c3a3 --- /dev/null +++ "b/sphinx/source/DatabaseOMGuide/\345\215\207\347\272\247.rst" @@ -0,0 +1,13 @@ +升级 +==== +.. toctree:: + + ../content/zh/docs/DatabaseOMGuide/升级前必读 + ../content/zh/docs/DatabaseOMGuide/升级流程 + ../content/zh/docs/DatabaseOMGuide/升级前准备与检查 + ../content/zh/docs/DatabaseOMGuide/升级操作 + ../content/zh/docs/DatabaseOMGuide/升级验证 + ../content/zh/docs/DatabaseOMGuide/提交升级 + ../content/zh/docs/DatabaseOMGuide/异常处理 + ../content/zh/docs/DatabaseOMGuide/集群管理组件增量升级 + diff --git "a/sphinx/source/DatabaseOMGuide/\345\217\221\345\270\203\350\256\242\351\230\205.rst" "b/sphinx/source/DatabaseOMGuide/\345\217\221\345\270\203\350\256\242\351\230\205.rst" new file mode 100644 index 000000000..2833a79f2 --- /dev/null +++ "b/sphinx/source/DatabaseOMGuide/\345\217\221\345\270\203\350\256\242\351\230\205.rst" @@ -0,0 +1,14 @@ +发布订阅 +======== + +.. toctree:: + + ../content/zh/docs/DatabaseOMGuide/发布 + ../content/zh/docs/DatabaseOMGuide/订阅 + ../content/zh/docs/DatabaseOMGuide/冲突处理 + ../content/zh/docs/DatabaseOMGuide/限制 + ../content/zh/docs/DatabaseOMGuide/架构 + ../content/zh/docs/DatabaseOMGuide/监控 + ../content/zh/docs/DatabaseOMGuide/安全性 + ../content/zh/docs/DatabaseOMGuide/配置设置 + ../content/zh/docs/DatabaseOMGuide/快速设置 diff --git "a/sphinx/source/DatabaseOMGuide/\345\244\207\344\273\275\344\270\216\346\201\242\345\244\215.rst" "b/sphinx/source/DatabaseOMGuide/\345\244\207\344\273\275\344\270\216\346\201\242\345\244\215.rst" new file mode 100644 index 000000000..3cb81e6e8 --- /dev/null +++ "b/sphinx/source/DatabaseOMGuide/\345\244\207\344\273\275\344\270\216\346\201\242\345\244\215.rst" @@ -0,0 +1,13 @@ +备份与恢复 +========== +.. toctree:: + + ../content/zh/docs/DatabaseOMGuide/备份与恢复概述 + ../content/zh/docs/DatabaseOMGuide/配置文件的备份与恢复 + ../content/zh/docs/DatabaseOMGuide/逻辑备份与恢复 + ../content/zh/docs/DatabaseOMGuide/物理备份与恢复 + ../content/zh/docs/DatabaseOMGuide/闪回恢复 + 导出数据 + 导入数据 + + diff --git "a/sphinx/source/DatabaseOMGuide/\345\257\274\345\205\245\346\225\260\346\215\256.rst" "b/sphinx/source/DatabaseOMGuide/\345\257\274\345\205\245\346\225\260\346\215\256.rst" new file mode 100644 index 000000000..4e9734919 --- /dev/null +++ "b/sphinx/source/DatabaseOMGuide/\345\257\274\345\205\245\346\225\260\346\215\256.rst" @@ -0,0 +1,14 @@ +导入数据 +========= + +.. toctree:: + + ../content/zh/docs/DatabaseOMGuide/通过INSERT语句直接写入数据 + 使用COPY-FROM-STDIN导入数据 + ../content/zh/docs/DatabaseOMGuide/使用gsql元命令导入数据 + ../content/zh/docs/DatabaseOMGuide/使用gs_restore命令导入数据 + 更新表中数据 + 深层复制 + ../content/zh/docs/DatabaseOMGuide/分析表 + ../content/zh/docs/DatabaseOMGuide/对表执行VACUUM + 管理并发写入操作 diff --git "a/sphinx/source/DatabaseOMGuide/\345\257\274\345\207\272\345\215\225\344\270\252\346\225\260\346\215\256\345\272\223.rst" "b/sphinx/source/DatabaseOMGuide/\345\257\274\345\207\272\345\215\225\344\270\252\346\225\260\346\215\256\345\272\223.rst" new file mode 100644 index 000000000..425f5b10e --- /dev/null +++ "b/sphinx/source/DatabaseOMGuide/\345\257\274\345\207\272\345\215\225\344\270\252\346\225\260\346\215\256\345\272\223.rst" @@ -0,0 +1,9 @@ +导出单个数据库 +============== + +.. toctree:: + + ../content/zh/docs/DatabaseOMGuide/导出数据库 + ../content/zh/docs/DatabaseOMGuide/导出模式 + ../content/zh/docs/DatabaseOMGuide/导出表 + diff --git "a/sphinx/source/DatabaseOMGuide/\345\257\274\345\207\272\346\211\200\346\234\211\346\225\260\346\215\256\345\272\223.rst" "b/sphinx/source/DatabaseOMGuide/\345\257\274\345\207\272\346\211\200\346\234\211\346\225\260\346\215\256\345\272\223.rst" new file mode 100644 index 000000000..a282908d4 --- /dev/null +++ "b/sphinx/source/DatabaseOMGuide/\345\257\274\345\207\272\346\211\200\346\234\211\346\225\260\346\215\256\345\272\223.rst" @@ -0,0 +1,9 @@ +导出所有数据库 +============== + +.. toctree:: + + ../content/zh/docs/DatabaseOMGuide/导出所有数据库-6 + ../content/zh/docs/DatabaseOMGuide/导出全局对象 + ../content/zh/docs/DatabaseOMGuide/无权限角色导出数据 + diff --git "a/sphinx/source/DatabaseOMGuide/\345\257\274\345\207\272\346\225\260\346\215\256.rst" "b/sphinx/source/DatabaseOMGuide/\345\257\274\345\207\272\346\225\260\346\215\256.rst" new file mode 100644 index 000000000..f8f48cffd --- /dev/null +++ "b/sphinx/source/DatabaseOMGuide/\345\257\274\345\207\272\346\225\260\346\215\256.rst" @@ -0,0 +1,7 @@ +导出数据 +======== + +.. toctree:: + + 使用gs_dump和gs_dumpall命令导出数据 + diff --git "a/sphinx/source/DatabaseOMGuide/\345\270\270\350\247\201\346\225\205\351\232\234\345\256\232\344\275\215\346\214\207\345\215\227.rst" "b/sphinx/source/DatabaseOMGuide/\345\270\270\350\247\201\346\225\205\351\232\234\345\256\232\344\275\215\346\214\207\345\215\227.rst" new file mode 100644 index 000000000..8398bb7f2 --- /dev/null +++ "b/sphinx/source/DatabaseOMGuide/\345\270\270\350\247\201\346\225\205\351\232\234\345\256\232\344\275\215\346\214\207\345\215\227.rst" @@ -0,0 +1,8 @@ +常见故障定位指南 +================ + +.. toctree:: + + ../content/zh/docs/DatabaseOMGuide/常见故障定位手段 + 常见故障定位案例 + diff --git "a/sphinx/source/DatabaseOMGuide/\345\270\270\350\247\201\346\225\205\351\232\234\345\256\232\344\275\215\346\241\210\344\276\213.rst" "b/sphinx/source/DatabaseOMGuide/\345\270\270\350\247\201\346\225\205\351\232\234\345\256\232\344\275\215\346\241\210\344\276\213.rst" new file mode 100644 index 000000000..01bfb440a --- /dev/null +++ "b/sphinx/source/DatabaseOMGuide/\345\270\270\350\247\201\346\225\205\351\232\234\345\256\232\344\275\215\346\241\210\344\276\213.rst" @@ -0,0 +1,29 @@ +常见故障定位案例 +================ + +.. toctree:: + + core问题定位 + ../content/zh/docs/Developerguide/TPCC运行时-注入磁盘满故障-TPCC卡住的问题 + ../content/zh/docs/Developerguide/备机处于need-repair_WAL_状态问题 + ../content/zh/docs/Developerguide/内存不足问题 + ../content/zh/docs/Developerguide/服务启动失败 + ../content/zh/docs/Developerguide/出现-Error-No-space-left-on-device-提示 + ../content/zh/docs/Developerguide/在XFS文件系统中-使用du命令查询数据文件大小大于文件实际大小 + ../content/zh/docs/Developerguide/在XFS文件系统中-出现文件损坏 + ../content/zh/docs/Developerguide/switchover操作时-主机降备卡住 + ../content/zh/docs/Developerguide/分析查询语句长时间运行的问题 + ../content/zh/docs/Developerguide/分析查询语句运行状态 + ../content/zh/docs/Developerguide/强制结束指定的问题会话 + ../content/zh/docs/Developerguide/分析查询语句是否被阻塞 + ../content/zh/docs/Developerguide/分析查询效率异常降低的问题 + ../content/zh/docs/Developerguide/执行-SQL-语句时-提示-Lock-wait-timeout + ../content/zh/docs/Developerguide/VACUUM-FULL一张表后-表文件大小无变化 + ../content/zh/docs/Developerguide/执行修改表分区操作时报错 + ../content/zh/docs/Developerguide/不同用户查询同表显示数据不同 + ../content/zh/docs/Developerguide/修改索引时只调用索引名提示索引不存在 + ../content/zh/docs/Developerguide/重建索引失败 + ../content/zh/docs/Developerguide/业务运行时整数转换错 + ../content/zh/docs/Developerguide/高并发报错-too-many-clients-already-或无法创建线程 + ../content/zh/docs/Developerguide/btree-索引故障情况下应对策略 + ../content/zh/docs/Developerguide/TPCC高并发长稳运行因脏页刷盘效率导致性能下降 diff --git "a/sphinx/source/DatabaseOMGuide/\345\271\266\345\217\221\345\206\231\345\205\245\347\244\272\344\276\213.rst" "b/sphinx/source/DatabaseOMGuide/\345\271\266\345\217\221\345\206\231\345\205\245\347\244\272\344\276\213.rst" new file mode 100644 index 000000000..9acb45b73 --- /dev/null +++ "b/sphinx/source/DatabaseOMGuide/\345\271\266\345\217\221\345\206\231\345\205\245\347\244\272\344\276\213.rst" @@ -0,0 +1,9 @@ +并发写入示例 +============ + +.. toctree:: + + ../content/zh/docs/DatabaseOMGuide/相同表的INSERT和DELETE并发 + ../content/zh/docs/DatabaseOMGuide/相同表的并发INSERT + ../content/zh/docs/DatabaseOMGuide/相同表的并发UPDATE + ../content/zh/docs/DatabaseOMGuide/数据导入和查询的并发 \ No newline at end of file diff --git "a/sphinx/source/DatabaseOMGuide/\346\233\264\346\226\260\350\241\250\344\270\255\346\225\260\346\215\256.rst" "b/sphinx/source/DatabaseOMGuide/\346\233\264\346\226\260\350\241\250\344\270\255\346\225\260\346\215\256.rst" new file mode 100644 index 000000000..0690152ec --- /dev/null +++ "b/sphinx/source/DatabaseOMGuide/\346\233\264\346\226\260\350\241\250\344\270\255\346\225\260\346\215\256.rst" @@ -0,0 +1,7 @@ +更新表中数据 +============ + +.. toctree:: + + ../content/zh/docs/DatabaseOMGuide/使用DML命令更新表 + ../content/zh/docs/DatabaseOMGuide/使用合并方式更新和插入数据 \ No newline at end of file diff --git "a/sphinx/source/DatabaseOMGuide/\346\267\261\345\261\202\345\244\215\345\210\266.rst" "b/sphinx/source/DatabaseOMGuide/\346\267\261\345\261\202\345\244\215\345\210\266.rst" new file mode 100644 index 000000000..91be9bd0b --- /dev/null +++ "b/sphinx/source/DatabaseOMGuide/\346\267\261\345\261\202\345\244\215\345\210\266.rst" @@ -0,0 +1,8 @@ +深层复制 +======== + +.. toctree:: + + ../content/zh/docs/DatabaseOMGuide/使用CREATE-TABLE执行深层复制 + ../content/zh/docs/DatabaseOMGuide/使用CREATE-TABLE-LIKE执行深层复制 + ../content/zh/docs/DatabaseOMGuide/通过创建临时表并截断原始表来执行深层复制 \ No newline at end of file diff --git "a/sphinx/source/DatabaseOMGuide/\347\256\241\347\220\206\345\271\266\345\217\221\345\206\231\345\205\245\346\223\215\344\275\234.rst" "b/sphinx/source/DatabaseOMGuide/\347\256\241\347\220\206\345\271\266\345\217\221\345\206\231\345\205\245\346\223\215\344\275\234.rst" new file mode 100644 index 000000000..6f532c16c --- /dev/null +++ "b/sphinx/source/DatabaseOMGuide/\347\256\241\347\220\206\345\271\266\345\217\221\345\206\231\345\205\245\346\223\215\344\275\234.rst" @@ -0,0 +1,9 @@ +管理并发写入操作 +================ + +.. toctree:: + + ../content/zh/docs/DatabaseOMGuide/事务隔离说明 + ../content/zh/docs/DatabaseOMGuide/写入和读写操作 + ../content/zh/docs/DatabaseOMGuide/并发写入事务的潜在死锁情况 + 并发写入示例 diff --git "a/sphinx/source/DatabaseOMGuide/\351\200\273\350\276\221\345\244\215\345\210\266.rst" "b/sphinx/source/DatabaseOMGuide/\351\200\273\350\276\221\345\244\215\345\210\266.rst" new file mode 100644 index 000000000..d3348983c --- /dev/null +++ "b/sphinx/source/DatabaseOMGuide/\351\200\273\350\276\221\345\244\215\345\210\266.rst" @@ -0,0 +1,8 @@ +逻辑复制 +======== + +.. toctree:: + + 逻辑解码 + 发布订阅 + diff --git "a/sphinx/source/DatabaseOMGuide/\351\200\273\350\276\221\350\247\243\347\240\201.rst" "b/sphinx/source/DatabaseOMGuide/\351\200\273\350\276\221\350\247\243\347\240\201.rst" new file mode 100644 index 000000000..fab2b80f1 --- /dev/null +++ "b/sphinx/source/DatabaseOMGuide/\351\200\273\350\276\221\350\247\243\347\240\201.rst" @@ -0,0 +1,7 @@ +逻辑解码 +======== + +.. toctree:: + + ../content/zh/docs/DatabaseOMGuide/逻辑解码概述 + ../content/zh/docs/DatabaseOMGuide/使用SQL函数接口进行逻辑解码 diff --git a/sphinx/source/index-Administratorguide.rst b/sphinx/source/index-DatabaseOMGuide.rst similarity index 61% rename from sphinx/source/index-Administratorguide.rst rename to sphinx/source/index-DatabaseOMGuide.rst index 25d35c759..1a2b04066 100644 --- a/sphinx/source/index-Administratorguide.rst +++ b/sphinx/source/index-DatabaseOMGuide.rst @@ -5,6 +5,6 @@ Welcome to openGauss's documentation! .. toctree:: - DatabaseAdministrationGuide/DatabaseAdministrationGuide + DatabaseOMGuide/DatabaseOMGuide -- Gitee From 7d669f0f70fceaec22bb49ecdf8e868a622f2894 Mon Sep 17 00:00:00 2001 From: "tongmeixia@0301" <870020620@qq.com> Date: Fri, 14 Apr 2023 15:11:30 +0800 Subject: [PATCH 72/75] download --- .../source/DeveloperGuide/DeveloperGuide.rst | 54 ++----------------- ...5\345\217\243\345\217\202\350\200\203.rst" | 28 +++++----- ...5\345\217\243\345\217\202\350\200\203.rst" | 15 ++++++ ...5\345\217\243\345\217\202\350\200\203.rst" | 9 ++++ ...6\347\232\204\346\237\245\350\257\242.rst" | 8 +++ ...4\272\216JDBC\345\274\200\345\217\221.rst" | 38 ++++++------- ...4\272\216ODBC\345\274\200\345\217\221.rst" | 26 +-------- ...\272\216libpq\345\274\200\345\217\221.rst" | 10 ++++ ...6\350\256\241\350\247\204\350\214\203.rst" | 12 +---- ...5\344\273\244\345\244\204\347\220\206.rst" | 10 ++++ ...1\350\261\241\350\256\276\350\256\241.rst" | 12 ++--- ...5\345\217\245\345\207\275\346\225\260.rst" | 16 ++++++ ...7\345\210\266\345\207\275\346\225\260.rst" | 13 +++++ ...0\345\217\221\350\247\204\350\214\203.rst" | 2 +- 14 files changed, 130 insertions(+), 123 deletions(-) create mode 100644 "sphinx/source/DeveloperGuide/Psycopg\346\216\245\345\217\243\345\217\202\350\200\203.rst" create mode 100644 "sphinx/source/DeveloperGuide/libpq\346\216\245\345\217\243\345\217\202\350\200\203.rst" create mode 100644 "sphinx/source/DeveloperGuide/\345\217\226\346\266\210\346\255\243\345\234\250\345\244\204\347\220\206\347\232\204\346\237\245\350\257\242.rst" create mode 100644 "sphinx/source/DeveloperGuide/\345\237\272\344\272\216libpq\345\274\200\345\217\221.rst" create mode 100644 "sphinx/source/DeveloperGuide/\345\274\202\346\255\245\345\221\275\344\273\244\345\244\204\347\220\206.rst" create mode 100644 "sphinx/source/DeveloperGuide/\346\225\260\346\215\256\345\272\223\346\211\247\350\241\214\350\257\255\345\217\245\345\207\275\346\225\260.rst" create mode 100644 "sphinx/source/DeveloperGuide/\346\225\260\346\215\256\345\272\223\350\277\236\346\216\245\346\216\247\345\210\266\345\207\275\346\225\260.rst" diff --git a/sphinx/source/DeveloperGuide/DeveloperGuide.rst b/sphinx/source/DeveloperGuide/DeveloperGuide.rst index 8cbff0630..d983f2a6e 100644 --- a/sphinx/source/DeveloperGuide/DeveloperGuide.rst +++ b/sphinx/source/DeveloperGuide/DeveloperGuide.rst @@ -3,53 +3,9 @@ .. toctree:: ../content/zh/docs/DeveloperGuide/数据查询请求处理过程 - ../content/zh/docs/DeveloperGuide/开发设计规范 - 开发设计规范概述 - 数据库对象命名 - 数据库对象设计 - SQL编写 - 程序开发规范 - ../content/zh/docs/DeveloperGuide/基于JDBC开发 - JDBC包、驱动类和环境类 - 开发流程 - 加载驱动 - 连接数据库 - 连接数据库(以SSL方式) - 连接数据库(UDS方式) - 执行SQL语句 - 处理结果集 - 关闭连接 - 日志管理 - 示例:常用操作 - 示例:重新执行应用SQL - 示例:通过本地文件导入导出数据 - 示例:从MY迁移数据 - 示例:逻辑复制代码示例 - 示例:不同场景下连接数据库参数配置 - 示例:jdbc主备集群负载均衡 - JDBC接口参考 - JDBC常用参数参考 - ../content/zh/docs/DeveloperGuide/基于ODBC开发 - ODBC包及依赖的库和头文件 - Linux下配置数据源 - 开发流程 - 示例:常用功能和批量绑定 - 典型应用场景配置 - ODBC接口参考 - ../content/zh/docs/DeveloperGuide/基于Psycopg开发 - Psycopg包 - 开发流程 - 加载驱动 - 连接数据库 - 执行SQL语句 - 处理结果集 - 关闭连接 - 连接数据库(SSL方式) - 示例:常用操作 - Psycopg接口参考 - ../content/zh/docs/DeveloperGuide/基于libpq开发 - libpq使用依赖的头文件 - 开发流程 - 示例 - libpq接口参考 + 开发设计规范 + 基于JDBC开发 + 基于ODBC开发 + 基于Psycopg开发 + 基于libpq开发 ../cdontent/zh/docs/DeveloperGuide/编译与调试 \ No newline at end of file diff --git "a/sphinx/source/DeveloperGuide/JDBC\346\216\245\345\217\243\345\217\202\350\200\203.rst" "b/sphinx/source/DeveloperGuide/JDBC\346\216\245\345\217\243\345\217\202\350\200\203.rst" index 936c4c466..61a2b89df 100644 --- "a/sphinx/source/DeveloperGuide/JDBC\346\216\245\345\217\243\345\217\202\350\200\203.rst" +++ "b/sphinx/source/DeveloperGuide/JDBC\346\216\245\345\217\243\345\217\202\350\200\203.rst" @@ -3,17 +3,17 @@ JDBC接口参考 .. toctree:: - ../content/zh/docs/Developerguide/java-sql-Connection - ../content/zh/docs/Developerguide/java-sql-CallableStatement - ../content/zh/docs/Developerguide/java-sql-DatabaseMetaData - ../content/zh/docs/Developerguide/java-sql-Driver - ../content/zh/docs/Developerguide/java-sql-PreparedStatement - ../content/zh/docs/Developerguide/java-sql-ResultSet - ../content/zh/docs/Developerguide/java-sql-ResultSetMetaData - ../content/zh/docs/Developerguide/java-sql-Statement - ../content/zh/docs/Developerguide/javax-sql-ConnectionPoolDataSource - ../content/zh/docs/Developerguide/javax-sql-DataSource - ../content/zh/docs/Developerguide/javax-sql-PooledConnection - ../content/zh/docs/Developerguide/javax-naming-Context - ../content/zh/docs/Developerguide/javax-naming-spi-InitialContextFactory - ../content/zh/docs/Developerguide/CopyManager + ../content/zh/docs/DeveloperGuide/java-sql-Connection + ../content/zh/docs/DeveloperGuide/java-sql-CallableStatement + ../content/zh/docs/DeveloperGuide/java-sql-DatabaseMetaData + ../content/zh/docs/DeveloperGuide/java-sql-Driver + ../content/zh/docs/DeveloperGuide/java-sql-PreparedStatement + ../content/zh/docs/DeveloperGuide/java-sql-ResultSet + ../content/zh/docs/DeveloperGuide/java-sql-ResultSetMetaData + ../content/zh/docs/DeveloperGuide/java-sql-Statement + ../content/zh/docs/DeveloperGuide/javax-sql-ConnectionPoolDataSource + ../content/zh/docs/DeveloperGuide/javax-sql-DataSource + ../content/zh/docs/DeveloperGuide/javax-sql-PooledConnection + ../content/zh/docs/DeveloperGuide/javax-naming-Context + ../content/zh/docs/DeveloperGuide/javax-naming-spi-InitialContextFactory + ../content/zh/docs/DeveloperGuide/CopyManager diff --git "a/sphinx/source/DeveloperGuide/Psycopg\346\216\245\345\217\243\345\217\202\350\200\203.rst" "b/sphinx/source/DeveloperGuide/Psycopg\346\216\245\345\217\243\345\217\202\350\200\203.rst" new file mode 100644 index 000000000..73093f848 --- /dev/null +++ "b/sphinx/source/DeveloperGuide/Psycopg\346\216\245\345\217\243\345\217\202\350\200\203.rst" @@ -0,0 +1,15 @@ +Psycopg接口参考 +============ + +.. toctree:: + + ../content/zh/docs/DeveloperGuide/Psycopg包 + ../content/zh/docs/DeveloperGuide/开发流程_Psycopg + ../content/zh/docs/DeveloperGuide/加载驱动_Psycopg + ../content/zh/docs/DeveloperGuide/连接数据库_Psycopg + ../content/zh/docs/DeveloperGuide/执行SQL语句_Psycopg + ../content/zh/docs/DeveloperGuide/处理结果集_Psycopg + ../content/zh/docs/DeveloperGuide/关闭连接_Psycopg + ../content/zh/docs/DeveloperGuide/连接数据库_SSL方式_Psycopg + ../content/zh/docs/DeveloperGuide/示例-常用操作_Psycopg + Psycopg接口参考 \ No newline at end of file diff --git "a/sphinx/source/DeveloperGuide/libpq\346\216\245\345\217\243\345\217\202\350\200\203.rst" "b/sphinx/source/DeveloperGuide/libpq\346\216\245\345\217\243\345\217\202\350\200\203.rst" new file mode 100644 index 000000000..ca9ce34bf --- /dev/null +++ "b/sphinx/source/DeveloperGuide/libpq\346\216\245\345\217\243\345\217\202\350\200\203.rst" @@ -0,0 +1,9 @@ +libpq接口参考 +============ + +.. toctree:: + + 数据库连接控制函数 + 数据库执行语句函数 + 异步命令处理 + 取消正在处理的查询 diff --git "a/sphinx/source/DeveloperGuide/\345\217\226\346\266\210\346\255\243\345\234\250\345\244\204\347\220\206\347\232\204\346\237\245\350\257\242.rst" "b/sphinx/source/DeveloperGuide/\345\217\226\346\266\210\346\255\243\345\234\250\345\244\204\347\220\206\347\232\204\346\237\245\350\257\242.rst" new file mode 100644 index 000000000..9128cce1e --- /dev/null +++ "b/sphinx/source/DeveloperGuide/\345\217\226\346\266\210\346\255\243\345\234\250\345\244\204\347\220\206\347\232\204\346\237\245\350\257\242.rst" @@ -0,0 +1,8 @@ +取消正在处理的查询 +===== + +.. toctree:: + + ../content/zh/docs/DeveloperGuide/PQgetCancel + ../content/zh/docs/DeveloperGuide/PQfreeCancel + ../content/zh/docs/DeveloperGuide/PQcancel \ No newline at end of file diff --git "a/sphinx/source/DeveloperGuide/\345\237\272\344\272\216JDBC\345\274\200\345\217\221.rst" "b/sphinx/source/DeveloperGuide/\345\237\272\344\272\216JDBC\345\274\200\345\217\221.rst" index 1dc8a1fb4..3f3ee4eaf 100644 --- "a/sphinx/source/DeveloperGuide/\345\237\272\344\272\216JDBC\345\274\200\345\217\221.rst" +++ "b/sphinx/source/DeveloperGuide/\345\237\272\344\272\216JDBC\345\274\200\345\217\221.rst" @@ -3,22 +3,22 @@ .. toctree:: - ../content/zh/docs/Developerguide/JDBC包-驱动类和环境类 - ../content/zh/docs/Developerguide/开发流程_JDBC - ../content/zh/docs/Developerguide/加载驱动_JDBC - ../content/zh/docs/Developerguide/连接数据库_JDBC - ../content/zh/docs/Developerguide/连接数据库_以SSL方式 - ../content/zh/docs/Developerguide/连接数据库_UDS方式 - ../content/zh/docs/Developerguide/执行SQL语句_JDBC - ../content/zh/docs/Developerguide/处理结果集_JDBC - ../content/zh/docs/Developerguide/关闭连接_JDBC - ../content/zh/docs/Developerguide/日志管理 - ../content/zh/docs/Developerguide/示例-常用操作_JDBC - ../content/zh/docs/Developerguide/示例-重新执行应用SQL - ../content/zh/docs/Developerguide/示例-通过本地文件导入导出数据 - ../content/zh/docs/Developerguide/示例-从MY向openGauss进行数据迁移 - ../content/zh/docs/Developerguide/示例-逻辑复制代码示例 - ../content/zh/docs/Developerguide/示例-不同场景下连接数据库参数配置 - ../content/zh/docs/Developerguide/示例-jdbc主备集群负载均衡 - ../content/zh/docs/Developerguide/JDBC接口参考 - ../content/zh/docs/Developerguide/JDBC常用参数参考 + ../content/zh/docs/DeveloperGuide/JDBC包-驱动类和环境类 + ../content/zh/docs/DeveloperGuide/开发流程_JDBC + ../content/zh/docs/DeveloperGuide/加载驱动_JDBC + ../content/zh/docs/DeveloperGuide/连接数据库_JDBC + ../content/zh/docs/DeveloperGuide/连接数据库_以SSL方式 + ../content/zh/docs/DeveloperGuide/连接数据库_UDS方式 + ../content/zh/docs/DeveloperGuide/执行SQL语句_JDBC + ../content/zh/docs/DeveloperGuide/处理结果集_JDBC + ../content/zh/docs/DeveloperGuide/关闭连接_JDBC + ../content/zh/docs/DeveloperGuide/日志管理 + ../content/zh/docs/DeveloperGuide/示例-常用操作_JDBC + ../content/zh/docs/DeveloperGuide/示例-重新执行应用SQL + ../content/zh/docs/DeveloperGuide/示例-通过本地文件导入导出数据 + ../content/zh/docs/DeveloperGuide/示例-从MY向openGauss进行数据迁移 + ../content/zh/docs/DeveloperGuide/示例-逻辑复制代码示例 + ../content/zh/docs/DeveloperGuide/示例-不同场景下连接数据库参数配置 + ../content/zh/docs/DeveloperGuide/示例-jdbc主备集群负载均衡 + JDBC接口参考 + ../content/zh/docs/DeveloperGuide/JDBC常用参数参考 diff --git "a/sphinx/source/DeveloperGuide/\345\237\272\344\272\216ODBC\345\274\200\345\217\221.rst" "b/sphinx/source/DeveloperGuide/\345\237\272\344\272\216ODBC\345\274\200\345\217\221.rst" index 0576fab34..2bc7dcebe 100644 --- "a/sphinx/source/DeveloperGuide/\345\237\272\344\272\216ODBC\345\274\200\345\217\221.rst" +++ "b/sphinx/source/DeveloperGuide/\345\237\272\344\272\216ODBC\345\274\200\345\217\221.rst" @@ -8,27 +8,5 @@ ../content/zh/docs/DeveloperGuide/开发流程_ODBC ../content/zh/docs/DeveloperGuide/示例-常用功能和批量绑定 ../content/zh/docs/DeveloperGuide/典型应用场景配置 - ../content/zh/docs/DeveloperGuide/ODBC接口参考 - SQLAllocEnv - SQLAllocConnect - SQLAllocHandle - SQLAllocStmt - SQLBindCol - SQLBindParamete - SQLColAttribute - SQLConnect - SQLDisconnect - SQLExecDirect - SQLExecute - SQLFetch - SQLFreeStmt - SQLFreeConnect - SQLFreeHandle - SQLFreeEnv - SQLPrepare - SQLGetData - SQLGetDiagRec - SQLSetConnectAt - SQLSetEnvAttr - SQLSetStmtAttr - 示例 \ No newline at end of file + ODBC接口参考 + \ No newline at end of file diff --git "a/sphinx/source/DeveloperGuide/\345\237\272\344\272\216libpq\345\274\200\345\217\221.rst" "b/sphinx/source/DeveloperGuide/\345\237\272\344\272\216libpq\345\274\200\345\217\221.rst" new file mode 100644 index 000000000..8462694bc --- /dev/null +++ "b/sphinx/source/DeveloperGuide/\345\237\272\344\272\216libpq\345\274\200\345\217\221.rst" @@ -0,0 +1,10 @@ +基于libpq开发 +============ + +.. toctree:: + + ../content/zh/docs/DeveloperGuide/libpq使用依赖的头文件 + ../content/zh/docs/DeveloperGuide/开发流程 + ../content/zh/docs/DeveloperGuide/示例 + libpq接口参考 + ../content/zh/docs/DeveloperGuide/链接参数 \ No newline at end of file diff --git "a/sphinx/source/DeveloperGuide/\345\274\200\345\217\221\350\256\276\350\256\241\350\247\204\350\214\203.rst" "b/sphinx/source/DeveloperGuide/\345\274\200\345\217\221\350\256\276\350\256\241\350\247\204\350\214\203.rst" index ab2cf9ec2..a1840ab32 100644 --- "a/sphinx/source/DeveloperGuide/\345\274\200\345\217\221\350\256\276\350\256\241\350\247\204\350\214\203.rst" +++ "b/sphinx/source/DeveloperGuide/\345\274\200\345\217\221\350\256\276\350\256\241\350\247\204\350\214\203.rst" @@ -5,14 +5,6 @@ ../content/zh/docs/DeveloperGuide/开发设计规范概述 ../content/zh/docs/DeveloperGuide/数据库对象命名 - ../content/zh/docs/DeveloperGuide/数据库对象设计 - Database和Schema设计 - 表设计 - 规划存储模型 - 字段设计 - 约束设计 - 视图和关联表设计 + 数据库对象设计 ../content/zh/docs/DeveloperGuide/SQL编写 - ../content/zh/docs/DeveloperGuide/程序开发规范 - 开发规范 - 工具对接 \ No newline at end of file + 程序开发规范 \ No newline at end of file diff --git "a/sphinx/source/DeveloperGuide/\345\274\202\346\255\245\345\221\275\344\273\244\345\244\204\347\220\206.rst" "b/sphinx/source/DeveloperGuide/\345\274\202\346\255\245\345\221\275\344\273\244\345\244\204\347\220\206.rst" new file mode 100644 index 000000000..56240ec0c --- /dev/null +++ "b/sphinx/source/DeveloperGuide/\345\274\202\346\255\245\345\221\275\344\273\244\345\244\204\347\220\206.rst" @@ -0,0 +1,10 @@ +异步命令处理 +===== + +.. toctree:: + + ../content/zh/docs/DeveloperGuide/PQsendQuery + ../content/zh/docs/DeveloperGuide/PQsendQueryParams + ../content/zh/docs/DeveloperGuide/PQsendPrepare + ../content/zh/docs/DeveloperGuide/PQsendQueryPrepared + ../content/zh/docs/DeveloperGuide/PQflush \ No newline at end of file diff --git "a/sphinx/source/DeveloperGuide/\346\225\260\346\215\256\345\272\223\345\257\271\350\261\241\350\256\276\350\256\241.rst" "b/sphinx/source/DeveloperGuide/\346\225\260\346\215\256\345\272\223\345\257\271\350\261\241\350\256\276\350\256\241.rst" index e5762f464..c392416e5 100644 --- "a/sphinx/source/DeveloperGuide/\346\225\260\346\215\256\345\272\223\345\257\271\350\261\241\350\256\276\350\256\241.rst" +++ "b/sphinx/source/DeveloperGuide/\346\225\260\346\215\256\345\272\223\345\257\271\350\261\241\350\256\276\350\256\241.rst" @@ -3,9 +3,9 @@ .. toctree:: - ../content/zh/docs/Developerguide/Database和Schema设计 - ../content/zh/docs/Developerguide/表设计 - ../content/zh/docs/Developerguide/规划存储模型 - ../content/zh/docs/Developerguide/字段设计 - ../content/zh/docs/Developerguide/约束设计 - ../content/zh/docs/Developerguide/视图和关联表设计 \ No newline at end of file + ../content/zh/docs/DeveloperGuide/Database和Schema设计 + ../content/zh/docs/DeveloperGuide/表设计 + ../content/zh/docs/DeveloperGuide/规划存储模型 + ../content/zh/docs/DeveloperGuide/字段设计 + ../content/zh/docs/DeveloperGuide/约束设计 + ../content/zh/docs/DeveloperGuide/视图和关联表设计 \ No newline at end of file diff --git "a/sphinx/source/DeveloperGuide/\346\225\260\346\215\256\345\272\223\346\211\247\350\241\214\350\257\255\345\217\245\345\207\275\346\225\260.rst" "b/sphinx/source/DeveloperGuide/\346\225\260\346\215\256\345\272\223\346\211\247\350\241\214\350\257\255\345\217\245\345\207\275\346\225\260.rst" new file mode 100644 index 000000000..90fff4f55 --- /dev/null +++ "b/sphinx/source/DeveloperGuide/\346\225\260\346\215\256\345\272\223\346\211\247\350\241\214\350\257\255\345\217\245\345\207\275\346\225\260.rst" @@ -0,0 +1,16 @@ +数据库执行语句函数 +===== + +.. toctree:: + + ../content/zh/docs/DeveloperGuide/PQclear + ../content/zh/docs/DeveloperGuide/PQexec + ../content/zh/docs/DeveloperGuide/PQexecParams + ../content/zh/docs/DeveloperGuide/PQexecParamsBatch + ../content/zh/docs/DeveloperGuide/PQexecPrepared + ../content/zh/docs/DeveloperGuide/PQexecPreparedBatch + ../content/zh/docs/DeveloperGuide/PQfname + ../content/zh/docs/DeveloperGuide/PQgetvalue + ../content/zh/docs/DeveloperGuide/PQnfields + ../content/zh/docs/DeveloperGuide/PQntuples + ../content/zh/docs/DeveloperGuide/PQprepare \ No newline at end of file diff --git "a/sphinx/source/DeveloperGuide/\346\225\260\346\215\256\345\272\223\350\277\236\346\216\245\346\216\247\345\210\266\345\207\275\346\225\260.rst" "b/sphinx/source/DeveloperGuide/\346\225\260\346\215\256\345\272\223\350\277\236\346\216\245\346\216\247\345\210\266\345\207\275\346\225\260.rst" new file mode 100644 index 000000000..393917084 --- /dev/null +++ "b/sphinx/source/DeveloperGuide/\346\225\260\346\215\256\345\272\223\350\277\236\346\216\245\346\216\247\345\210\266\345\207\275\346\225\260.rst" @@ -0,0 +1,13 @@ +数据库连接控制函数 +===== + +.. toctree:: + + ../content/zh/docs/DeveloperGuide/PQconnectdbParams + ../content/zh/docs/DeveloperGuide/PQconnectdb + ../content/zh/docs/DeveloperGuide/PQconninfoParse + ../content/zh/docs/DeveloperGuide/PQconnectStart + ../content/zh/docs/DeveloperGuide/PQerrorMessage + ../content/zh/docs/DeveloperGuide/PQsetdbLogin + ../content/zh/docs/DeveloperGuide/PQfinish + ../content/zh/docs/DeveloperGuide/PQreset \ No newline at end of file diff --git "a/sphinx/source/DeveloperGuide/\347\250\213\345\272\217\345\274\200\345\217\221\350\247\204\350\214\203.rst" "b/sphinx/source/DeveloperGuide/\347\250\213\345\272\217\345\274\200\345\217\221\350\247\204\350\214\203.rst" index 1e6da5eb1..897e234be 100644 --- "a/sphinx/source/DeveloperGuide/\347\250\213\345\272\217\345\274\200\345\217\221\350\247\204\350\214\203.rst" +++ "b/sphinx/source/DeveloperGuide/\347\250\213\345\272\217\345\274\200\345\217\221\350\247\204\350\214\203.rst" @@ -4,5 +4,5 @@ .. toctree:: ../content/zh/docs/Developerguide/开发规范 - ../content/zh/docs/Developerguide/工具对接 + 工具对接 \ No newline at end of file -- Gitee From c8ac9c4a6ef10579b2c6e145a1bd84574b643b6b Mon Sep 17 00:00:00 2001 From: liyang0608 <264327807@qq.com> Date: Fri, 14 Apr 2023 16:55:49 +0800 Subject: [PATCH 73/75] fix bugs --- ...344\277\241\346\201\257\345\207\275\346\225\260.md" | 10 +++++----- ...345\242\236\351\207\217\345\215\207\347\272\247.md" | 2 +- ...344\277\241\346\201\257\345\207\275\346\225\260.md" | 8 ++++---- content/zh/menu/index.md | 4 ++-- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git "a/content/docs-lite/zh/docs/SQLReference/\347\273\237\350\256\241\344\277\241\346\201\257\345\207\275\346\225\260.md" "b/content/docs-lite/zh/docs/SQLReference/\347\273\237\350\256\241\344\277\241\346\201\257\345\207\275\346\225\260.md" index cd97e790b..0c8e01697 100644 --- "a/content/docs-lite/zh/docs/SQLReference/\347\273\237\350\256\241\344\277\241\346\201\257\345\207\275\346\225\260.md" +++ "b/content/docs-lite/zh/docs/SQLReference/\347\273\237\350\256\241\344\277\241\346\201\257\345\207\275\346\225\260.md" @@ -823,7 +823,7 @@ - pg\_stat\_get\_last\_data\_changed\_time\(oid\) - 描述:insert/update/delete, exchange/truncate/drop partition在该表上最后一次操作的时间,[PG\_STAT\_ALL\_TABLES](../DataBaseReference/PG_STAT_ALL_TABLES.md)视图last\_data\_changed列的数据是通过该函数求值,在表数量很大的场景中,通过视图获取表数据最后修改时间的性能较差,建议直接使用该函数获取表数据的最后修改时间。入参可以是表的oid或分区的oid,分别获取表或表的分区的最后修改时间。 + 描述:insert/update/delete, exchange/truncate/drop partition在该表上最后一次操作的时间,[PG\_STAT\_ALL\_TABLES](../DatabaseReference/PG_STAT_ALL_TABLES.md)视图last\_data\_changed列的数据是通过该函数求值,在表数量很大的场景中,通过视图获取表数据最后修改时间的性能较差,建议直接使用该函数获取表数据的最后修改时间。入参可以是表的oid或分区的oid,分别获取表或表的分区的最后修改时间。 返回值类型:timestamptz @@ -2633,7 +2633,7 @@ - pv\_os\_run\_info - 描述:显示当前操作系统运行的状态信息,具体字段信息参考[GS\_OS\_RUN\_INFO](../DataBaseReference/GS_OS_RUN_INFO.md)。 + 描述:显示当前操作系统运行的状态信息,具体字段信息参考[GS\_OS\_RUN\_INFO](../DatabaseReference/GS_OS_RUN_INFO.md)。 参数:nan @@ -2641,7 +2641,7 @@ - pv\_session\_stat - 描述:以会话线程或AutoVacuum线程为单位,统计会话状态信息,具体字段信息参考[GS\_SESSION\_STAT](../DataBaseReference/GS_SESSION_STAT.md)。 + 描述:以会话线程或AutoVacuum线程为单位,统计会话状态信息,具体字段信息参考[GS\_SESSION\_STAT](../DatabaseReference/GS_SESSION_STAT.md)。 参数:nan @@ -2649,7 +2649,7 @@ - pv\_session\_time - 描述:用于统计会话线程的运行时间信息,及各执行阶段所消耗时间,具体字段信息参考[GS\_SESSION\_TIME](../DataBaseReference/GS_SESSION_TIME.md)。 + 描述:用于统计会话线程的运行时间信息,及各执行阶段所消耗时间,具体字段信息参考[GS\_SESSION\_TIME](../DatabaseReference/GS_SESSION_TIME.md)。 参数:nan @@ -2779,7 +2779,7 @@ >![](public_sys-resources/icon-note.gif) **说明:** > - >若GUC参数[enable\_memory\_limit](../DataBaseReference/内存-31.md#zh-cn_topic_0283136786_zh-cn_topic_0237124699_zh-cn_topic_0059777577_s2cf6c862bad443aea7e115ff83941f94)=off,该函数不能使用。 + >若GUC参数[enable\_memory\_limit](../DatabaseReference/内存-31.md#zh-cn_topic_0283136786_zh-cn_topic_0237124699_zh-cn_topic_0059777577_s2cf6c862bad443aea7e115ff83941f94)=off,该函数不能使用。 返回值类型:record 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 8386fb9a5..1628dff9a 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命令进行检查)。 diff --git "a/content/zh/docs/SQLReference/\347\273\237\350\256\241\344\277\241\346\201\257\345\207\275\346\225\260.md" "b/content/zh/docs/SQLReference/\347\273\237\350\256\241\344\277\241\346\201\257\345\207\275\346\225\260.md" index 727d63cdb..0adebdfb0 100644 --- "a/content/zh/docs/SQLReference/\347\273\237\350\256\241\344\277\241\346\201\257\345\207\275\346\225\260.md" +++ "b/content/zh/docs/SQLReference/\347\273\237\350\256\241\344\277\241\346\201\257\345\207\275\346\225\260.md" @@ -819,7 +819,7 @@ - pg\_stat\_get\_last\_data\_changed\_time\(oid\) - 描述:insert/update/delete, exchange/truncate/drop partition在该表上最后一次操作的时间,[PG\_STAT\_ALL\_TABLES](../DataBaseReference/PG_STAT_ALL_TABLES.md)视图last\_data\_changed列的数据是通过该函数求值,在表数量很大的场景中,通过视图获取表数据最后修改时间的性能较差,建议直接使用该函数获取表数据的最后修改时间。入参可以是表的oid或分区的oid,分别获取表或表的分区的最后修改时间。 + 描述:insert/update/delete, exchange/truncate/drop partition在该表上最后一次操作的时间,[PG\_STAT\_ALL\_TABLES](../DatabaseReference/PG_STAT_ALL_TABLES.md)视图last\_data\_changed列的数据是通过该函数求值,在表数量很大的场景中,通过视图获取表数据最后修改时间的性能较差,建议直接使用该函数获取表数据的最后修改时间。入参可以是表的oid或分区的oid,分别获取表或表的分区的最后修改时间。 返回值类型:timestamptz @@ -2608,7 +2608,7 @@ - pv\_os\_run\_info - 描述:显示当前操作系统运行的状态信息,具体字段信息参考[GS\_OS\_RUN\_INFO](../DataBaseReference/GS_OS_RUN_INFO.md)。 + 描述:显示当前操作系统运行的状态信息,具体字段信息参考[GS\_OS\_RUN\_INFO](../DatabaseReference/GS_OS_RUN_INFO.md)。 参数:nan @@ -2616,7 +2616,7 @@ - pv\_session\_stat - 描述:以会话线程或AutoVacuum线程为单位,统计会话状态信息,具体字段信息参考[GS\_SESSION\_STAT](../DataBaseReference/GS_SESSION_STAT.md)。 + 描述:以会话线程或AutoVacuum线程为单位,统计会话状态信息,具体字段信息参考[GS\_SESSION\_STAT](../DatabaseReference/GS_SESSION_STAT.md)。 参数:nan @@ -2624,7 +2624,7 @@ - pv\_session\_time - 描述:用于统计会话线程的运行时间信息,及各执行阶段所消耗时间,具体字段信息参考[GS\_SESSION\_TIME](../DataBaseReference/GS_SESSION_TIME.md)。 + 描述:用于统计会话线程的运行时间信息,及各执行阶段所消耗时间,具体字段信息参考[GS\_SESSION\_TIME](../DatabaseReference/GS_SESSION_TIME.md)。 参数:nan diff --git a/content/zh/menu/index.md b/content/zh/menu/index.md index be004f80d..856262685 100644 --- a/content/zh/menu/index.md +++ b/content/zh/menu/index.md @@ -555,8 +555,8 @@ headless: true - [使用COPY FROM STDIN导入数据]({{< relref "./docs/DatabaseOMGuide/使用COPY-FROM-STDIN导入数据.md" >}}) - [关于COPY FROM STDIN导入数据]({{< relref "./docs/DatabaseOMGuide/关于COPY-FROM-STDIN导入数据.md" >}}) - [CopyManager类简介]({{< relref "./docs/DatabaseOMGuide/CopyManager类简介.md" >}}) - - [处理错误表]({{< relref "./docs/DatabaseOMGuide/处理错误表.md" >}}) - - [示例1:通过本地文件导入导出数据]({{< relref "./docs/DatabaseOMGuide/示例1-通过本地文件导入导出数据.md" >}}) + - [处理错误表]({{< relref "./docs/DatabaseOMGuide/处理错误表.md" >}}) + - [示例1:通过本地文件导入导出数据]({{< relref "./docs/DatabaseOMGuide/示例1-通过本地文件导入导出数据.md" >}}) - [示例2:从MY向openGauss数据库进行数据迁移]({{< relref "./docs/DatabaseOMGuide/示例2-从MY向openGauss数据库进行数据迁移.md" >}}) - [使用gsql元命令导入数据]({{< relref "./docs/DatabaseOMGuide/使用gsql元命令导入数据.md" >}}) - [使用gs\_restore命令导入数据]({{< relref "./docs/DatabaseOMGuide/使用gs_restore命令导入数据.md" >}}) -- Gitee From fca2155d69aa8809f073fe011665646f483176c0 Mon Sep 17 00:00:00 2001 From: liyang0608 <264327807@qq.com> Date: Mon, 17 Apr 2023 16:39:08 +0800 Subject: [PATCH 74/75] fix bugs --- .../PerformanceTuningGuide.rst | 13 +++++++++++++ ...1\345\210\222\344\273\213\347\273\215.rst" | 8 ++++++++ ...3\344\274\230\346\214\207\345\215\227.rst" | 16 ++++++++++++++++ ...3\350\257\225\346\214\207\345\257\274.rst" | 9 +++++++++ ...3\350\241\214\350\260\203\344\274\230.rst" | 19 +++++++++++++++++++ ...L\350\260\203\344\274\230\347\202\271.rst" | 9 +++++++++ ...3\344\274\230\346\241\210\344\276\213.rst" | 13 +++++++++++++ ...1\350\241\250\345\256\232\344\271\211.rst" | 11 +++++++++++ ...3\350\257\225\347\216\257\345\242\203.rst" | 13 +++++++++++++ ...2\346\225\260\350\260\203\344\274\230.rst" | 8 ++++++++ ...0\347\202\271\345\210\206\346\236\220.rst" | 10 ++++++++++ ...3\344\274\230\350\214\203\345\233\264.rst" | 10 ++++++++++ ...3\344\274\230\346\214\207\345\215\227.rst" | 16 ++++++++++++++++ ...1\347\273\234\351\205\215\347\275\256.rst" | 9 +++++++++ ...1\347\220\206\345\207\206\345\244\207.rst" | 10 ++++++++++ ...7\350\275\275\347\256\241\347\220\206.rst" | 9 +++++++++ ...7\344\273\266\350\246\201\346\261\202.rst" | 7 +++++++ .../\351\205\215\347\275\256LLVM.rst" | 8 ++++++++ .../\351\205\215\347\275\256SMP.rst" | 9 +++++++++ .../source/index-PerformanceTuningGuide.rst | 11 +++++++++++ 20 files changed, 218 insertions(+) create mode 100644 sphinx/source/PerformanceTuningGuide/PerformanceTuningGuide.rst create mode 100644 "sphinx/source/PerformanceTuningGuide/SQL\346\211\247\350\241\214\350\256\241\345\210\222\344\273\213\347\273\215.rst" create mode 100644 "sphinx/source/PerformanceTuningGuide/SQL\350\260\203\344\274\230\346\214\207\345\215\227.rst" create mode 100644 "sphinx/source/PerformanceTuningGuide/TPCC\346\200\247\350\203\275\350\260\203\344\274\230\346\265\213\350\257\225\346\214\207\345\257\274.rst" create mode 100644 "sphinx/source/PerformanceTuningGuide/\344\275\277\347\224\250Plan-Hint\350\277\233\350\241\214\350\260\203\344\274\230.rst" create mode 100644 "sphinx/source/PerformanceTuningGuide/\345\205\270\345\236\213SQL\350\260\203\344\274\230\347\202\271.rst" create mode 100644 "sphinx/source/PerformanceTuningGuide/\345\256\236\351\231\205\350\260\203\344\274\230\346\241\210\344\276\213.rst" create mode 100644 "sphinx/source/PerformanceTuningGuide/\345\256\241\350\247\206\345\222\214\344\277\256\346\224\271\350\241\250\345\256\232\344\271\211.rst" create mode 100644 "sphinx/source/PerformanceTuningGuide/\346\220\255\345\273\272\346\200\247\350\203\275\346\265\213\350\257\225\347\216\257\345\242\203.rst" create mode 100644 "sphinx/source/PerformanceTuningGuide/\346\225\260\346\215\256\345\272\223\347\263\273\347\273\237\345\217\202\346\225\260\350\260\203\344\274\230.rst" create mode 100644 "sphinx/source/PerformanceTuningGuide/\347\241\254\344\273\266\347\223\266\351\242\210\347\202\271\345\210\206\346\236\220.rst" create mode 100644 "sphinx/source/PerformanceTuningGuide/\347\241\256\345\256\232\346\200\247\350\203\275\350\260\203\344\274\230\350\214\203\345\233\264.rst" create mode 100644 "sphinx/source/PerformanceTuningGuide/\347\263\273\347\273\237\350\260\203\344\274\230\346\214\207\345\215\227.rst" create mode 100644 "sphinx/source/PerformanceTuningGuide/\347\275\221\347\273\234\351\205\215\347\275\256.rst" create mode 100644 "sphinx/source/PerformanceTuningGuide/\350\265\204\346\272\220\347\256\241\347\220\206\345\207\206\345\244\207.rst" create mode 100644 "sphinx/source/PerformanceTuningGuide/\350\265\204\346\272\220\350\264\237\350\275\275\347\256\241\347\220\206.rst" create mode 100644 "sphinx/source/PerformanceTuningGuide/\350\275\257\344\273\266\350\246\201\346\261\202.rst" create mode 100644 "sphinx/source/PerformanceTuningGuide/\351\205\215\347\275\256LLVM.rst" create mode 100644 "sphinx/source/PerformanceTuningGuide/\351\205\215\347\275\256SMP.rst" create mode 100644 sphinx/source/index-PerformanceTuningGuide.rst diff --git a/sphinx/source/PerformanceTuningGuide/PerformanceTuningGuide.rst b/sphinx/source/PerformanceTuningGuide/PerformanceTuningGuide.rst new file mode 100644 index 000000000..f548b13ef --- /dev/null +++ b/sphinx/source/PerformanceTuningGuide/PerformanceTuningGuide.rst @@ -0,0 +1,13 @@ + + +.. toctree:: + + ../content/zh/docs/PerformanceTuningGuide/总体调优思路 + 确定性能调优范围 + 系统调优指南 + SQL调优指南 + TPCC性能调优测试指导 + 实际调优案例 + + + diff --git "a/sphinx/source/PerformanceTuningGuide/SQL\346\211\247\350\241\214\350\256\241\345\210\222\344\273\213\347\273\215.rst" "b/sphinx/source/PerformanceTuningGuide/SQL\346\211\247\350\241\214\350\256\241\345\210\222\344\273\213\347\273\215.rst" new file mode 100644 index 000000000..6681d2bff --- /dev/null +++ "b/sphinx/source/PerformanceTuningGuide/SQL\346\211\247\350\241\214\350\256\241\345\210\222\344\273\213\347\273\215.rst" @@ -0,0 +1,8 @@ +SQL执行计划介绍 +=============== + +.. toctree:: + + ../content/zh/docs/PerformanceTuningGuide/SQL执行计划概述 + ../content/zh/docs/PerformanceTuningGuide/详解 + diff --git "a/sphinx/source/PerformanceTuningGuide/SQL\350\260\203\344\274\230\346\214\207\345\215\227.rst" "b/sphinx/source/PerformanceTuningGuide/SQL\350\260\203\344\274\230\346\214\207\345\215\227.rst" new file mode 100644 index 000000000..a8c0c7154 --- /dev/null +++ "b/sphinx/source/PerformanceTuningGuide/SQL\350\260\203\344\274\230\346\214\207\345\215\227.rst" @@ -0,0 +1,16 @@ +SQL调优指南 +=========== + +.. toctree:: + + ../content/zh/docs/PerformanceTuningGuide/Query执行流程 + SQL执行计划介绍 + ../content/zh/docs/PerformanceTuningGuide/调优流程 + ../content/zh/docs/PerformanceTuningGuide/更新统计信息 + 审视和修改表定义 + 典型SQL调优点 + ../content/zh/docs/PerformanceTuningGuide/经验总结-SQL语句改写规则 + ../content/zh/docs/PerformanceTuningGuide/SQL调优关键参数调整 + 使用Plan-Hint进行调优 + + diff --git "a/sphinx/source/PerformanceTuningGuide/TPCC\346\200\247\350\203\275\350\260\203\344\274\230\346\265\213\350\257\225\346\214\207\345\257\274.rst" "b/sphinx/source/PerformanceTuningGuide/TPCC\346\200\247\350\203\275\350\260\203\344\274\230\346\265\213\350\257\225\346\214\207\345\257\274.rst" new file mode 100644 index 000000000..93e94f4d1 --- /dev/null +++ "b/sphinx/source/PerformanceTuningGuide/TPCC\346\200\247\350\203\275\350\260\203\344\274\230\346\265\213\350\257\225\346\214\207\345\257\274.rst" @@ -0,0 +1,9 @@ +TPCC性能调优测试指导 +==================== + +.. toctree:: + + ../content/zh/docs/PerformanceTuningGuide/TPCC性能调优测试指导概述 + 搭建性能测试环境 + ../content/zh/docs/PerformanceTuningGuide/测试TPCC性能 + ../content/zh/docs/PerformanceTuningGuide/测试MOT-TPCC性能 diff --git "a/sphinx/source/PerformanceTuningGuide/\344\275\277\347\224\250Plan-Hint\350\277\233\350\241\214\350\260\203\344\274\230.rst" "b/sphinx/source/PerformanceTuningGuide/\344\275\277\347\224\250Plan-Hint\350\277\233\350\241\214\350\260\203\344\274\230.rst" new file mode 100644 index 000000000..c1bcb1923 --- /dev/null +++ "b/sphinx/source/PerformanceTuningGuide/\344\275\277\347\224\250Plan-Hint\350\277\233\350\241\214\350\260\203\344\274\230.rst" @@ -0,0 +1,19 @@ +使用Plan-Hint进行调优 +===================== + +.. toctree:: + + ../content/zh/docs/PerformanceTuningGuide/Plan-Hint调优概述 + ../content/zh/docs/PerformanceTuningGuide/Join顺序的Hint + ../content/zh/docs/PerformanceTuningGuide/Join方式的Hint + ../content/zh/docs/PerformanceTuningGuide/行数的Hint + ../content/zh/docs/PerformanceTuningGuide/Scan方式的Hint + ../content/zh/docs/PerformanceTuningGuide/INDEX-HINTS + ../content/zh/docs/PerformanceTuningGuide/子链接块名的hint + ../content/zh/docs/PerformanceTuningGuide/Hint的错误-冲突及告警 + ../content/zh/docs/PerformanceTuningGuide/优化器GUC参数的Hint + ../content/zh/docs/PerformanceTuningGuide/Custom-Plan和Generic-Plan选择的Hint + ../content/zh/docs/PerformanceTuningGuide/指定子查询不展开的Hint + ../content/zh/docs/PerformanceTuningGuide/指定不使用全局计划缓存的Hint + ../content/zh/docs/PerformanceTuningGuide/同层参数化路径的Hint + ../content/zh/docs/PerformanceTuningGuide/将部分Error降级为Warning的Hint diff --git "a/sphinx/source/PerformanceTuningGuide/\345\205\270\345\236\213SQL\350\260\203\344\274\230\347\202\271.rst" "b/sphinx/source/PerformanceTuningGuide/\345\205\270\345\236\213SQL\350\260\203\344\274\230\347\202\271.rst" new file mode 100644 index 000000000..9f2de21aa --- /dev/null +++ "b/sphinx/source/PerformanceTuningGuide/\345\205\270\345\236\213SQL\350\260\203\344\274\230\347\202\271.rst" @@ -0,0 +1,9 @@ +典型SQL调优点 +============= + +.. toctree:: + + ../content/zh/docs/PerformanceTuningGuide/SQL自诊断 + ../content/zh/docs/PerformanceTuningGuide/子查询调优 + ../content/zh/docs/PerformanceTuningGuide/统计信息调优 + ../content/zh/docs/PerformanceTuningGuide/算子级调优 diff --git "a/sphinx/source/PerformanceTuningGuide/\345\256\236\351\231\205\350\260\203\344\274\230\346\241\210\344\276\213.rst" "b/sphinx/source/PerformanceTuningGuide/\345\256\236\351\231\205\350\260\203\344\274\230\346\241\210\344\276\213.rst" new file mode 100644 index 000000000..f633ab3e4 --- /dev/null +++ "b/sphinx/source/PerformanceTuningGuide/\345\256\236\351\231\205\350\260\203\344\274\230\346\241\210\344\276\213.rst" @@ -0,0 +1,13 @@ +实际调优案例 +============ + +.. toctree:: + + ../content/zh/docs/PerformanceTuningGuide/案例-调整查询重写GUC参数rewrite_rule + ../content/zh/docs/PerformanceTuningGuide/案例-调整I-O相关参数降低日志膨胀率 + ../content/zh/docs/PerformanceTuningGuide/案例-建立合适的索引 + ../content/zh/docs/PerformanceTuningGuide/案例-增加JOIN列非空条件 + ../content/zh/docs/PerformanceTuningGuide/案例-改建分区表 + ../content/zh/docs/PerformanceTuningGuide/案例-改写SQL消除子查询_案例1 + ../content/zh/docs/PerformanceTuningGuide/案例-改写SQL消除子查询_案例2 + ../content/zh/docs/PerformanceTuningGuide/案例-改写SQL消除in-clause diff --git "a/sphinx/source/PerformanceTuningGuide/\345\256\241\350\247\206\345\222\214\344\277\256\346\224\271\350\241\250\345\256\232\344\271\211.rst" "b/sphinx/source/PerformanceTuningGuide/\345\256\241\350\247\206\345\222\214\344\277\256\346\224\271\350\241\250\345\256\232\344\271\211.rst" new file mode 100644 index 000000000..fd20be507 --- /dev/null +++ "b/sphinx/source/PerformanceTuningGuide/\345\256\241\350\247\206\345\222\214\344\277\256\346\224\271\350\241\250\345\256\232\344\271\211.rst" @@ -0,0 +1,11 @@ +审视和修改表定义 +================ + +.. toctree:: + + ../content/zh/docs/PerformanceTuningGuide/审视和修改表定义概述 + ../content/zh/docs/PerformanceTuningGuide/选择存储模型 + ../content/zh/docs/PerformanceTuningGuide/使用局部聚簇 + ../content/zh/docs/PerformanceTuningGuide/使用分区表 + ../content/zh/docs/PerformanceTuningGuide/选择数据类型 + diff --git "a/sphinx/source/PerformanceTuningGuide/\346\220\255\345\273\272\346\200\247\350\203\275\346\265\213\350\257\225\347\216\257\345\242\203.rst" "b/sphinx/source/PerformanceTuningGuide/\346\220\255\345\273\272\346\200\247\350\203\275\346\265\213\350\257\225\347\216\257\345\242\203.rst" new file mode 100644 index 000000000..c0cf21fb8 --- /dev/null +++ "b/sphinx/source/PerformanceTuningGuide/\346\220\255\345\273\272\346\200\247\350\203\275\346\265\213\350\257\225\347\216\257\345\242\203.rst" @@ -0,0 +1,13 @@ +搭建性能测试环境 +================ + +.. toctree:: + + ../content/zh/docs/PerformanceTuningGuide/硬件要求 + 软件要求 + ../content/zh/docs/PerformanceTuningGuide/前置软件安装 + ../content/zh/docs/PerformanceTuningGuide/BIOS配置 + ../content/zh/docs/PerformanceTuningGuide/操作系统配置 + ../content/zh/docs/PerformanceTuningGuide/文件系统配置 + 网络配置 + ../content/zh/docs/PerformanceTuningGuide/数据库服务端及客户端绑核 diff --git "a/sphinx/source/PerformanceTuningGuide/\346\225\260\346\215\256\345\272\223\347\263\273\347\273\237\345\217\202\346\225\260\350\260\203\344\274\230.rst" "b/sphinx/source/PerformanceTuningGuide/\346\225\260\346\215\256\345\272\223\347\263\273\347\273\237\345\217\202\346\225\260\350\260\203\344\274\230.rst" new file mode 100644 index 000000000..c88c0a903 --- /dev/null +++ "b/sphinx/source/PerformanceTuningGuide/\346\225\260\346\215\256\345\272\223\347\263\273\347\273\237\345\217\202\346\225\260\350\260\203\344\274\230.rst" @@ -0,0 +1,8 @@ +数据库系统参数调优 +================== + +.. toctree:: + + ../content/zh/docs/PerformanceTuningGuide/数据库内存参数调优 + ../content/zh/docs/PerformanceTuningGuide/数据库并发队列参数调优 + diff --git "a/sphinx/source/PerformanceTuningGuide/\347\241\254\344\273\266\347\223\266\351\242\210\347\202\271\345\210\206\346\236\220.rst" "b/sphinx/source/PerformanceTuningGuide/\347\241\254\344\273\266\347\223\266\351\242\210\347\202\271\345\210\206\346\236\220.rst" new file mode 100644 index 000000000..ab114879b --- /dev/null +++ "b/sphinx/source/PerformanceTuningGuide/\347\241\254\344\273\266\347\223\266\351\242\210\347\202\271\345\210\206\346\236\220.rst" @@ -0,0 +1,10 @@ +硬件瓶颈点分析 +============== + +.. toctree:: + + ../content/zh/docs/PerformanceTuningGuide/CPU + ../content/zh/docs/PerformanceTuningGuide/内存 + ../content/zh/docs/PerformanceTuningGuide/I-O + ../content/zh/docs/PerformanceTuningGuide/网络 + diff --git "a/sphinx/source/PerformanceTuningGuide/\347\241\256\345\256\232\346\200\247\350\203\275\350\260\203\344\274\230\350\214\203\345\233\264.rst" "b/sphinx/source/PerformanceTuningGuide/\347\241\256\345\256\232\346\200\247\350\203\275\350\260\203\344\274\230\350\214\203\345\233\264.rst" new file mode 100644 index 000000000..6be3c5fe3 --- /dev/null +++ "b/sphinx/source/PerformanceTuningGuide/\347\241\256\345\256\232\346\200\247\350\203\275\350\260\203\344\274\230\350\214\203\345\233\264.rst" @@ -0,0 +1,10 @@ +确定性能调优范围 +================ + +.. toctree:: + + ../content/zh/docs/PerformanceTuningGuide/性能日志 + 硬件瓶颈点分析 + ../content/zh/docs/PerformanceTuningGuide/查询最耗性能的SQL + ../content/zh/docs/PerformanceTuningGuide/分析作业是否被阻塞 + diff --git "a/sphinx/source/PerformanceTuningGuide/\347\263\273\347\273\237\350\260\203\344\274\230\346\214\207\345\215\227.rst" "b/sphinx/source/PerformanceTuningGuide/\347\263\273\347\273\237\350\260\203\344\274\230\346\214\207\345\215\227.rst" new file mode 100644 index 000000000..69646c521 --- /dev/null +++ "b/sphinx/source/PerformanceTuningGuide/\347\263\273\347\273\237\350\260\203\344\274\230\346\214\207\345\215\227.rst" @@ -0,0 +1,16 @@ +系统调优指南 +============ + +.. toctree:: + + ../content/zh/docs/PerformanceTuningGuide/操作系统参数调优 + 数据库系统参数调优 + ../content/zh/docs/PerformanceTuningGuide/配置向量化执行引擎 + 配置SMP + 配置LLVM + ../content/zh/docs/PerformanceTuningGuide/配置Ustore + ../content/zh/docs/PerformanceTuningGuide/配配置并行查询功能 + 资源负载管理 + + + diff --git "a/sphinx/source/PerformanceTuningGuide/\347\275\221\347\273\234\351\205\215\347\275\256.rst" "b/sphinx/source/PerformanceTuningGuide/\347\275\221\347\273\234\351\205\215\347\275\256.rst" new file mode 100644 index 000000000..b8fbaeb4a --- /dev/null +++ "b/sphinx/source/PerformanceTuningGuide/\347\275\221\347\273\234\351\205\215\347\275\256.rst" @@ -0,0 +1,9 @@ +网络配置 +======== + +.. toctree:: + + ../content/zh/docs/PerformanceTuningGuide/网卡多中断队列设置 + ../content/zh/docs/PerformanceTuningGuide/中断调优 + ../content/zh/docs/PerformanceTuningGuide/网卡固件确认与更新 + diff --git "a/sphinx/source/PerformanceTuningGuide/\350\265\204\346\272\220\347\256\241\347\220\206\345\207\206\345\244\207.rst" "b/sphinx/source/PerformanceTuningGuide/\350\265\204\346\272\220\347\256\241\347\220\206\345\207\206\345\244\207.rst" new file mode 100644 index 000000000..75667220c --- /dev/null +++ "b/sphinx/source/PerformanceTuningGuide/\350\265\204\346\272\220\347\256\241\347\220\206\345\207\206\345\244\207.rst" @@ -0,0 +1,10 @@ +资源管理准备 +============ + +.. toctree:: + + ../content/zh/docs/PerformanceTuningGuide/资源规划 + ../content/zh/docs/PerformanceTuningGuide/启动资源负载管理功能 + ../content/zh/docs/PerformanceTuningGuide/设置控制组 + ../content/zh/docs/PerformanceTuningGuide/创建资源池 + diff --git "a/sphinx/source/PerformanceTuningGuide/\350\265\204\346\272\220\350\264\237\350\275\275\347\256\241\347\220\206.rst" "b/sphinx/source/PerformanceTuningGuide/\350\265\204\346\272\220\350\264\237\350\275\275\347\256\241\347\220\206.rst" new file mode 100644 index 000000000..ee81254d8 --- /dev/null +++ "b/sphinx/source/PerformanceTuningGuide/\350\265\204\346\272\220\350\264\237\350\275\275\347\256\241\347\220\206.rst" @@ -0,0 +1,9 @@ +资源负载管理 +============ + +.. toctree:: + + ../content/zh/docs/PerformanceTuningGuide/资源负载管理概述 + 资源管理准备 + + diff --git "a/sphinx/source/PerformanceTuningGuide/\350\275\257\344\273\266\350\246\201\346\261\202.rst" "b/sphinx/source/PerformanceTuningGuide/\350\275\257\344\273\266\350\246\201\346\261\202.rst" new file mode 100644 index 000000000..d8824d817 --- /dev/null +++ "b/sphinx/source/PerformanceTuningGuide/\350\275\257\344\273\266\350\246\201\346\261\202.rst" @@ -0,0 +1,7 @@ +软件要求 +======== + +.. toctree:: + + ../content/zh/docs/PerformanceTuningGuide/操作系统 + ../content/zh/docs/PerformanceTuningGuide/软件依赖 diff --git "a/sphinx/source/PerformanceTuningGuide/\351\205\215\347\275\256LLVM.rst" "b/sphinx/source/PerformanceTuningGuide/\351\205\215\347\275\256LLVM.rst" new file mode 100644 index 000000000..492ed6b56 --- /dev/null +++ "b/sphinx/source/PerformanceTuningGuide/\351\205\215\347\275\256LLVM.rst" @@ -0,0 +1,8 @@ +配置LLVM +======== + +.. toctree:: + + ../content/zh/docs/PerformanceTuningGuide/LLVM适用场景与限制 + ../content/zh/docs/PerformanceTuningGuide/其他因素对LLVM性能的影响 + ../content/zh/docs/PerformanceTuningGuide/LLVM使用建议 diff --git "a/sphinx/source/PerformanceTuningGuide/\351\205\215\347\275\256SMP.rst" "b/sphinx/source/PerformanceTuningGuide/\351\205\215\347\275\256SMP.rst" new file mode 100644 index 000000000..477170dd7 --- /dev/null +++ "b/sphinx/source/PerformanceTuningGuide/\351\205\215\347\275\256SMP.rst" @@ -0,0 +1,9 @@ +配置SMP +======= + +.. toctree:: + + ../content/zh/docs/PerformanceTuningGuide/SMP适用场景与限制 + ../content/zh/docs/PerformanceTuningGuide/资源对SMP性能的影响 + ../content/zh/docs/PerformanceTuningGuide/其他因素对SMP性能的影响 + ../content/zh/docs/PerformanceTuningGuide/SMP-使用建议 diff --git a/sphinx/source/index-PerformanceTuningGuide.rst b/sphinx/source/index-PerformanceTuningGuide.rst new file mode 100644 index 000000000..651c9cdf7 --- /dev/null +++ b/sphinx/source/index-PerformanceTuningGuide.rst @@ -0,0 +1,11 @@ + + +Welcome to openGauss's documentation! +===================================== + +.. toctree:: + + PerformanceTuningGuide/PerformanceTuningGuide + + + -- Gitee From 0cb936e3681a4d31418cb6c75b25f6dd926d72b7 Mon Sep 17 00:00:00 2001 From: liyang0608 <264327807@qq.com> Date: Tue, 18 Apr 2023 11:11:44 +0800 Subject: [PATCH 75/75] sphinx --- .../source/DataMigrationGuide/DataMigrationGuide.rst | 8 ++++++++ .../MySQL\350\277\201\347\247\273.rst" | 11 +++++++++++ ...346\215\256\345\272\223\350\207\263openGauss.rst" | 12 ++++++++++++ sphinx/source/index-DataMigrationGuide.rst | 11 +++++++++++ 4 files changed, 42 insertions(+) create mode 100644 sphinx/source/DataMigrationGuide/DataMigrationGuide.rst create mode 100644 "sphinx/source/DataMigrationGuide/MySQL\350\277\201\347\247\273.rst" create mode 100644 "sphinx/source/DataMigrationGuide/\350\277\201\347\247\273MySQL\346\225\260\346\215\256\345\272\223\350\207\263openGauss.rst" create mode 100644 sphinx/source/index-DataMigrationGuide.rst diff --git a/sphinx/source/DataMigrationGuide/DataMigrationGuide.rst b/sphinx/source/DataMigrationGuide/DataMigrationGuide.rst new file mode 100644 index 000000000..2fe804fb5 --- /dev/null +++ b/sphinx/source/DataMigrationGuide/DataMigrationGuide.rst @@ -0,0 +1,8 @@ + + +.. toctree:: + + MySQL迁移 + + + diff --git "a/sphinx/source/DataMigrationGuide/MySQL\350\277\201\347\247\273.rst" "b/sphinx/source/DataMigrationGuide/MySQL\350\277\201\347\247\273.rst" new file mode 100644 index 000000000..d4164cd16 --- /dev/null +++ "b/sphinx/source/DataMigrationGuide/MySQL\350\277\201\347\247\273.rst" @@ -0,0 +1,11 @@ +MySQL迁移 +========= + +.. toctree:: + + ../content/zh/docs/DataMigrationGuide/MySQL兼容性说明 + ../content/zh/docs/DataMigrationGuide/MySQL语法兼容性评估工具 + 迁移MySQL数据库至openGauss + + + diff --git "a/sphinx/source/DataMigrationGuide/\350\277\201\347\247\273MySQL\346\225\260\346\215\256\345\272\223\350\207\263openGauss.rst" "b/sphinx/source/DataMigrationGuide/\350\277\201\347\247\273MySQL\346\225\260\346\215\256\345\272\223\350\207\263openGauss.rst" new file mode 100644 index 000000000..59479023d --- /dev/null +++ "b/sphinx/source/DataMigrationGuide/\350\277\201\347\247\273MySQL\346\225\260\346\215\256\345\272\223\350\207\263openGauss.rst" @@ -0,0 +1,12 @@ +迁移MySQL数据库至openGauss +========================== + +.. toctree:: + + ../content/zh/docs/DataMigrationGuide/全量迁移 + ../content/zh/docs/DataMigrationGuide/增量迁移 + ../content/zh/docs/DataMigrationGuide/反向迁移 + ../content/zh/docs/DataMigrationGuide/数据校验 + + + diff --git a/sphinx/source/index-DataMigrationGuide.rst b/sphinx/source/index-DataMigrationGuide.rst new file mode 100644 index 000000000..3bc0cc024 --- /dev/null +++ b/sphinx/source/index-DataMigrationGuide.rst @@ -0,0 +1,11 @@ + + +Welcome to openGauss's documentation! +===================================== + +.. toctree:: + + DataMigrationGuide/DataMigrationGuide + + + -- Gitee

      名称

      diff --git a/content/zh/docs/DatabaseReference/PG_DEPEND.md b/content/zh/docs/DatabaseReference/PG_DEPEND.md index 0e8b49b21..1c9250dd9 100644 --- a/content/zh/docs/DatabaseReference/PG_DEPEND.md +++ b/content/zh/docs/DatabaseReference/PG_DEPEND.md @@ -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 index 101546c95..54aadfec1 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字段 - @@ -56,3 +56,4 @@ PG\_AboutopenGauss系统表可以给每个数据库对象存储一个可选的

      名称

      @@ -44,7 +44,7 @@ PG\_AboutopenGauss系统表可以给每个数据库对象存储一个可选的

      对于一个表字段的注释,它是字段号(objoid和classoid指向表自身)。对于其它对象类型,它是零。

      AboutopenGauss

      +

      Description

      text

      + diff --git a/content/zh/docs/DatabaseReference/PG_EXTENSION.md b/content/zh/docs/DatabaseReference/PG_EXTENSION.md index 96dbec3bd..c06a01273 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/docs-lite/en/docs/Developerguide/sqlallocenv.md b/content/docs-lite/en/docs/Developerguide/sqlallocenv.md new file mode 100644 index 000000000..79a32d83d --- /dev/null +++ b/content/docs-lite/en/docs/Developerguide/sqlallocenv.md @@ -0,0 +1,4 @@ +# SQLAllocEnv + +In ODBC 3.x, SQLAllocEnv \(an ODBC 2.x function\) was deprecated and replaced by SQLAllocHandle. For details, see [SQLAllocHandle](sqlallochandle.md). + diff --git a/content/docs-lite/en/docs/Developerguide/sqlallochandle.md b/content/docs-lite/en/docs/Developerguide/sqlallochandle.md new file mode 100644 index 000000000..6e1206ffc --- /dev/null +++ b/content/docs-lite/en/docs/Developerguide/sqlallochandle.md @@ -0,0 +1,61 @@ +# SQLAllocHandle + +## Function + +SQLAllocHandle is used to allocate environment, connection, statement, or descriptor handles. This function replaces the deprecated ODBC 2.x functions SQLAllocEnv, SQLAllocConnect, and SQLAllocStmt. + +## Prototype + +``` +SQLRETURN SQLAllocHandle(SQLSMALLINT HandleType, + SQLHANDLE InputHandle, + SQLHANDLE *OutputHandlePtr); +``` + +## Parameter + +**Table 1** SQLAllocHandle parameters + + +

      名称

      diff --git a/content/zh/docs/DatabaseReference/PG_EXTENSION_DATA_SOURCE.md b/content/zh/docs/DatabaseReference/PG_EXTENSION_DATA_SOURCE.md index 6832959a8..ad198d818 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字段 - @@ -940,7 +940,7 @@ wait\_status列的等待状态有以下状态。 - diff --git a/content/zh/docs/ExtensionReference/Extension.md b/content/zh/docs/ExtensionReference/Extension.md index 0bba7eae8..70267a1bd 100644 --- a/content/zh/docs/ExtensionReference/Extension.md +++ b/content/zh/docs/ExtensionReference/Extension.md @@ -1,3 +1,3 @@ # 插件使用指南 -本文档主要介绍Dolphin ExtensionReference和 PostGIS ExtensionReference。 +本文档主要介绍Dolphin Extension和 PostGIS Extension。 diff --git a/content/zh/docs/ExtensionReference/PostGIS-Extension.md b/content/zh/docs/ExtensionReference/PostGIS-Extension.md index 3e6a980aa..eef15deb5 100644 --- a/content/zh/docs/ExtensionReference/PostGIS-Extension.md +++ b/content/zh/docs/ExtensionReference/PostGIS-Extension.md @@ -1,4 +1,4 @@ -# PostGIS ExtensionReference +# PostGIS Extension - **[PostGIS概述](PostGIS概述.md)** diff --git "a/content/zh/docs/ExtensionReference/PostGIS\344\275\277\347\224\250.md" "b/content/zh/docs/ExtensionReference/PostGIS\344\275\277\347\224\250.md" index f268070dd..07be08317 100644 --- "a/content/zh/docs/ExtensionReference/PostGIS\344\275\277\347\224\250.md" +++ "b/content/zh/docs/ExtensionReference/PostGIS\344\275\277\347\224\250.md" @@ -1,16 +1,16 @@ # PostGIS使用 -## 创建ExtensionReference +## 创建Extension -创建PostGIS ExtensionReference可直接使用CREATE ExtensionReference命令进行创建: +创建PostGIS Extension可直接使用CREATE Extension命令进行创建: ``` -openGauss=# CREATE ExtensionReference postgis; +openGauss=# CREATE Extension postgis; ``` -## 使用ExtensionReference +## 使用Extension -PostGIS ExtensionReference函数调用格式为: +PostGIS Extension函数调用格式为: ``` openGauss=# SELECT GisFunction (Param1, Param2,......); @@ -39,19 +39,19 @@ openGauss=# INSERT INTO cities (id, position, city_name) VALUES (3,ST_GeomFromTe openGauss=# SELECT p1.city_name,p2.city_name,ST_Distance(p1.position,p2.position) FROM cities AS p1, cities AS p2 WHERE p1.id > p2.id; ``` -## 删除ExtensionReference +## 删除Extension -在openGauss中删除PostGIS ExtensionReference的方法如下所示: +在openGauss中删除PostGIS Extension的方法如下所示: ``` -openGauss=# DROP ExtensionReference postgis [CASCADE]; +openGauss=# DROP Extension postgis [CASCADE]; ``` >![](public_sys-resources/icon-note.gif) **说明:** > ->如果ExtensionReference被其它对象依赖(如创建的几何表),需要加入CASCADE(级联)关键字,删除所有依赖对象。 +>如果Extension被其它对象依赖(如创建的几何表),需要加入CASCADE(级联)关键字,删除所有依赖对象。 -若要完全删除PostGIS ExtensionReference,则需由omm用户使用gs\_om工具移除PostGIS及其依赖的动态链接库,格式如下: +若要完全删除PostGIS Extension,则需由omm用户使用gs\_om工具移除PostGIS及其依赖的动态链接库,格式如下: ``` gs_om -t postgis -m rmlib diff --git "a/content/zh/docs/ExtensionReference/PostGIS\345\256\211\350\243\205.md" "b/content/zh/docs/ExtensionReference/PostGIS\345\256\211\350\243\205.md" index afdb9951a..4ab0544ca 100644 --- "a/content/zh/docs/ExtensionReference/PostGIS\345\256\211\350\243\205.md" +++ "b/content/zh/docs/ExtensionReference/PostGIS\345\256\211\350\243\205.md" @@ -1,6 +1,6 @@ # PostGIS安装 -PostGIS ExtensionReference源码包可通过网站[https://opengauss.obs.cn-south-1.myhuaweicloud.com/dependency/postgis-xc-master-2020-09-17.tar.gz](https://opengauss.obs.cn-south-1.myhuaweicloud.com/dependency/postgis-xc-master-2020-09-17.tar.gz)获取。该ExtensionReference需使用GCC-7.3(GNU编译器套件)进行编译安装。 +PostGIS Extension源码包可通过网站[https://opengauss.obs.cn-south-1.myhuaweicloud.com/dependency/postgis-xc-master-2020-09-17.tar.gz](https://opengauss.obs.cn-south-1.myhuaweicloud.com/dependency/postgis-xc-master-2020-09-17.tar.gz)获取。该Extension需使用GCC-7.3(GNU编译器套件)进行编译安装。 - 在整个安装过程中,可使用make -sj和make install -sj命令并行加速编译,-sj命令极低概率性出现安装错误,如果安装失败则请使用make和make install进行串行安装。 - 对于ARM物理机,在configure时增加如下编译参数:--build=aarch64-unknown-linux-gnu。 @@ -176,7 +176,7 @@ PostGIS ExtensionReference源码包可通过网站[https://opengauss.obs.cn-sout patch -p1 < $GAUSSHOME/postgis_2.4.2-2.patch ``` - 3). 从网站https://gitee.com/opengauss/openGauss-third\_party/blob/master/gpl\_dependency/postgis/ExtensionReference\_dependency.h 下载postgis依赖头文件到$GAUSSHOME/include/postgresql/server/。 + 3). 从网站https://gitee.com/opengauss/openGauss-third\_party/blob/master/gpl\_dependency/postgis/Extension\_dependency.h 下载postgis依赖头文件到$GAUSSHOME/include/postgresql/server/。 4). 分别编译Geos、Proj、JSON-C、Libxml2、PostGIS并生成相关动态链接库。编译命令为: @@ -263,7 +263,7 @@ PostGIS ExtensionReference源码包可通过网站[https://opengauss.obs.cn-sout 5). omm用户执行下面的语句,完成PostGIS相关动态链接库在数据库实例节点中的分发。 ``` - mv $GAUSSHOME/lib/postgresql/postgis-2.4.so $GAUSSHOME/install/postgis-2.4.so python $GAUSSHOME/bin/transfer.py 1 $GAUSSHOME/install/postgis-2.4.so $GAUSSHOME/lib/postgresql/postgis-2.4.so python $GAUSSHOME/bin/transfer.py 1 $GAUSSHOME/install/json/lib/libjson-c.so.2 $GAUSSHOME/lib/libjson-c.so.2 python $GAUSSHOME/bin/transfer.py 1 $GAUSSHOME/install/geos/lib/libgeos_c.so.1 $GAUSSHOME/lib/libgeos_c.so.1 python $GAUSSHOME/bin/transfer.py 1 $GAUSSHOME/install/proj/lib/libproj.so.9 $GAUSSHOME/lib/libproj.so.9 python $GAUSSHOME/bin/transfer.py 1 $GAUSSHOME/install/geos/lib/libgeos-3.6.2.so $GAUSSHOME/lib/libgeos-3.6.2.so python $GAUSSHOME/bin/transfer.py 1 $GAUSSHOME/install/postgis2.4.2/lib/liblwgeom-2.4.so.0 $GAUSSHOME/lib/liblwgeom-2.4.so.0 python $GAUSSHOME/bin/transfer.py 1 $GAUSSHOME/postgis-xc/postgis-2.4.2/postgis--2.4.2.sql $GAUSSHOME/share/postgresql/ExtensionReference/postgis--2.4.2.sql python $GAUSSHOME/bin/transfer.py 1 $GAUSSHOME/postgis-xc/postgis-2.4.2/postgis.control $GAUSSHOME/share/postgresql/ExtensionReference/postgis.control python $GAUSSHOME/bin/transfer.py 1 $GAUSSHOME/bin/pgsql2shp $GAUSSHOME/bin/pgsql2shp python $GAUSSHOME/bin/transfer.py 1 $GAUSSHOME/bin/shp2pgsql $GAUSSHOME/bin/shp2pgsql + mv $GAUSSHOME/lib/postgresql/postgis-2.4.so $GAUSSHOME/install/postgis-2.4.so python $GAUSSHOME/bin/transfer.py 1 $GAUSSHOME/install/postgis-2.4.so $GAUSSHOME/lib/postgresql/postgis-2.4.so python $GAUSSHOME/bin/transfer.py 1 $GAUSSHOME/install/json/lib/libjson-c.so.2 $GAUSSHOME/lib/libjson-c.so.2 python $GAUSSHOME/bin/transfer.py 1 $GAUSSHOME/install/geos/lib/libgeos_c.so.1 $GAUSSHOME/lib/libgeos_c.so.1 python $GAUSSHOME/bin/transfer.py 1 $GAUSSHOME/install/proj/lib/libproj.so.9 $GAUSSHOME/lib/libproj.so.9 python $GAUSSHOME/bin/transfer.py 1 $GAUSSHOME/install/geos/lib/libgeos-3.6.2.so $GAUSSHOME/lib/libgeos-3.6.2.so python $GAUSSHOME/bin/transfer.py 1 $GAUSSHOME/install/postgis2.4.2/lib/liblwgeom-2.4.so.0 $GAUSSHOME/lib/liblwgeom-2.4.so.0 python $GAUSSHOME/bin/transfer.py 1 $GAUSSHOME/postgis-xc/postgis-2.4.2/postgis--2.4.2.sql $GAUSSHOME/share/postgresql/Extension/postgis--2.4.2.sql python $GAUSSHOME/bin/transfer.py 1 $GAUSSHOME/postgis-xc/postgis-2.4.2/postgis.control $GAUSSHOME/share/postgresql/Extension/postgis.control python $GAUSSHOME/bin/transfer.py 1 $GAUSSHOME/bin/pgsql2shp $GAUSSHOME/bin/pgsql2shp python $GAUSSHOME/bin/transfer.py 1 $GAUSSHOME/bin/shp2pgsql $GAUSSHOME/bin/shp2pgsql ``` 动态链接库分发脚本执行完毕后,可执行下列命令删除$GAUSSHOME/postgis安装目录。 diff --git "a/content/zh/docs/ExtensionReference/PostGIS\346\224\257\346\214\201\345\222\214\351\231\220\345\210\266.md" "b/content/zh/docs/ExtensionReference/PostGIS\346\224\257\346\214\201\345\222\214\351\231\220\345\210\266.md" index 554c2d1dd..4f3b16f41 100644 --- "a/content/zh/docs/ExtensionReference/PostGIS\346\224\257\346\214\201\345\222\214\351\231\220\345\210\266.md" +++ "b/content/zh/docs/ExtensionReference/PostGIS\346\224\257\346\214\201\345\222\214\351\231\220\345\210\266.md" @@ -2,7 +2,7 @@ ## 支持数据类型 -openGauss的PostGIS ExtensionReference支持如下数据类型: +openGauss的PostGIS Extension支持如下数据类型: - box2d - box3d @@ -12,7 +12,7 @@ openGauss的PostGIS ExtensionReference支持如下数据类型: ## 支持的操作符和函数列表 -**表 1** **PostGIS ExtensionReference支持的操作符和函数列表** +**表 1** **PostGIS Extension支持的操作符和函数列表**

      名称

      diff --git a/content/zh/docs/DatabaseReference/PG_THREAD_WAIT_STATUS.md b/content/zh/docs/DatabaseReference/PG_THREAD_WAIT_STATUS.md index 6046eff69..6df8fe71d 100644 --- a/content/zh/docs/DatabaseReference/PG_THREAD_WAIT_STATUS.md +++ b/content/zh/docs/DatabaseReference/PG_THREAD_WAIT_STATUS.md @@ -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连接场景,在加载与卸载特定动态库时进行加锁。

      用于管理行存储的数据页复制。

      ExtensionReference

      +

      Extension

      其他轻量锁。

      - diff --git "a/content/zh/docs/ExtensionReference/dolphin-\345\255\227\347\254\246\345\244\204\347\220\206\345\207\275\346\225\260\345\222\214\346\223\215\344\275\234\347\254\246.md" "b/content/zh/docs/ExtensionReference/dolphin-\345\255\227\347\254\246\345\244\204\347\220\206\345\207\275\346\225\260\345\222\214\346\223\215\344\275\234\347\254\246.md" index 872aae2db..312d5037d 100644 --- "a/content/zh/docs/ExtensionReference/dolphin-\345\255\227\347\254\246\345\244\204\347\220\206\345\207\275\346\225\260\345\222\214\346\223\215\344\275\234\347\254\246.md" +++ "b/content/zh/docs/ExtensionReference/dolphin-\345\255\227\347\254\246\345\244\204\347\220\206\345\207\275\346\225\260\345\222\214\346\223\215\344\275\234\347\254\246.md" @@ -100,8 +100,8 @@ openGauss=# CREATE DATABASE B_COMPATIBILITY_DATABASE DBCOMPATIBILITY 'B'; CREATE DATABASE openGauss=# \c B_COMPATIBILITY_DATABASE - b_compatibility_database=# CREATE ExtensionReference dolphin; - CREATE ExtensionReference + b_compatibility_database=# CREATE Extension dolphin; + CREATE Extension b_compatibility_database=# SET dolphin.b_compatibility_mode = TRUE; SET b_compatibility_database=# select format(1234.4567,2); diff --git "a/content/zh/docs/ExtensionReference/dolphin\345\256\211\350\243\205.md" "b/content/zh/docs/ExtensionReference/dolphin\345\256\211\350\243\205.md" index d4717ac02..fa79e2bad 100644 --- "a/content/zh/docs/ExtensionReference/dolphin\345\256\211\350\243\205.md" +++ "b/content/zh/docs/ExtensionReference/dolphin\345\256\211\350\243\205.md" @@ -18,6 +18,6 @@ 2. 拷贝插件所需文件: dolphin.so 路径: app/lib/postgresql/。 - dolphin.control和dolphin--1.0.sql 路径 app/share/postgresql/ExtensionReference。 + dolphin.control和dolphin--1.0.sql 路径 app/share/postgresql/Extension。 3. 创建B库并使用初始用户连接B库。 \ No newline at end of file diff --git "a/content/zh/docs/ExtensionReference/dolphin\346\246\202\350\277\260.md" "b/content/zh/docs/ExtensionReference/dolphin\346\246\202\350\277\260.md" index b88eb62bf..0f478e298 100644 --- "a/content/zh/docs/ExtensionReference/dolphin\346\246\202\350\277\260.md" +++ "b/content/zh/docs/ExtensionReference/dolphin\346\246\202\350\277\260.md" @@ -1,3 +1,3 @@ # dolphin概述 -openGauss提供dolphin ExtensionReference(版本为dolphin-1.0.0)。dolphin ExtensionReference是openGauss的MySQL兼容性数据库(dbcompatibility='B')扩展,从关键字、数据类型、常量与宏、函数和操作符、表达式、类型转换、DDL/DML/DCL语法、存储过程/自定义函数、系统视图等方面兼容MySQL数据库。dolphin插件继承内核原有SQL语法,在[dolphin语法介绍](dolphin语法介绍.md)中,将主要介绍对于内核语法有新增、修改的内容,和内核保持一致的语法等将不再额外写出。 \ No newline at end of file +openGauss提供dolphin Extension(版本为dolphin-1.0.0)。dolphin Extension是openGauss的MySQL兼容性数据库(dbcompatibility='B')扩展,从关键字、数据类型、常量与宏、函数和操作符、表达式、类型转换、DDL/DML/DCL语法、存储过程/自定义函数、系统视图等方面兼容MySQL数据库。dolphin插件继承内核原有SQL语法,在[dolphin语法介绍](dolphin语法介绍.md)中,将主要介绍对于内核语法有新增、修改的内容,和内核保持一致的语法等将不再额外写出。 \ No newline at end of file diff --git a/content/zh/docs/GettingStarted/ODBC.md b/content/zh/docs/GettingStarted/ODBC.md index 12c11d758..04152ace1 100644 --- a/content/zh/docs/GettingStarted/ODBC.md +++ b/content/zh/docs/GettingStarted/ODBC.md @@ -234,11 +234,11 @@ openGauss目前在以下环境中提供对ODBC的支持。 - - - - - diff --git a/content/zh/docs/SQLReference/DROP-EXTENSION.md b/content/zh/docs/SQLReference/DROP-EXTENSION.md index 5daad8d2b..6121a78f3 100644 --- a/content/zh/docs/SQLReference/DROP-EXTENSION.md +++ b/content/zh/docs/SQLReference/DROP-EXTENSION.md @@ -1,4 +1,4 @@ -# DROP ExtensionReference +# DROP Extension ## 功能描述 @@ -6,13 +6,13 @@ ## 注意事项 -- DROP ExtensionReference命令从数据库中删除一个扩展。在删除扩展的过程中,构成扩展的组件也会一起删除。 -- 必须是扩展的拥有者才能够使用DROP ExtensionReference命令。 +- DROP Extension命令从数据库中删除一个扩展。在删除扩展的过程中,构成扩展的组件也会一起删除。 +- 必须是扩展的拥有者才能够使用DROP Extension命令。 ## 语法格式 ``` -DROP ExtensionReference [ IF EXISTS ] name [, ...] [ CASCADE | RESTRICT ] +DROP Extension [ IF EXISTS ] name [, ...] [ CASCADE | RESTRICT ] ``` ## 参数说明 @@ -39,7 +39,7 @@ DROP ExtensionReference [ IF EXISTS ] name [, ...] [ CASCADE | RESTRICT ] 从当前数据库中删除扩展hstore ``` -DROP ExtensionReference hstore; +DROP Extension hstore; ``` 在当前数据库中,如果有使用hstore的对象的,这条命令就会失败,比如任一表中的字段使用hstore类型。这时增加CASCADE选项会强制删除扩展和依赖于扩展的对象。 diff --git "a/content/zh/docs/SQLReference/\345\205\263\351\224\256\345\255\227.md" "b/content/zh/docs/SQLReference/\345\205\263\351\224\256\345\255\227.md" index 6dd5689e7..49532fee8 100644 --- "a/content/zh/docs/SQLReference/\345\205\263\351\224\256\345\255\227.md" +++ "b/content/zh/docs/SQLReference/\345\205\263\351\224\256\345\255\227.md" @@ -2340,7 +2340,7 @@ SQL里有保留字和非保留字之分。根据标准,保留字决不能用 - diff --git "a/content/zh/docs/SQLReference/\345\205\266\344\273\226\347\263\273\347\273\237\345\207\275\346\225\260.md" "b/content/zh/docs/SQLReference/\345\205\266\344\273\226\347\263\273\347\273\237\345\207\275\346\225\260.md" index b397a28fd..be0ab0927 100644 --- "a/content/zh/docs/SQLReference/\345\205\266\344\273\226\347\263\273\347\273\237\345\207\275\346\225\260.md" +++ "b/content/zh/docs/SQLReference/\345\205\266\344\273\226\347\263\273\347\273\237\345\207\275\346\225\260.md" @@ -2555,7 +2555,7 @@ openGauss的内建函数和操作符继承自开源PG,下述函数不作赘述 - diff --git "a/content/zh/docs/SQLReference/\346\211\251\345\261\225\350\257\255\346\263\225.md" "b/content/zh/docs/SQLReference/\346\211\251\345\261\225\350\257\255\346\263\225.md" index c77025755..c7e266455 100644 --- "a/content/zh/docs/SQLReference/\346\211\251\345\261\225\350\257\255\346\263\225.md" +++ "b/content/zh/docs/SQLReference/\346\211\251\345\261\225\350\257\255\346\263\225.md" @@ -28,12 +28,12 @@ openGauss提供的扩展语法如下。 - - diff --git "a/content/zh/docs/SQLReference/\347\263\273\347\273\237\344\277\241\346\201\257\345\207\275\346\225\260.md" "b/content/zh/docs/SQLReference/\347\263\273\347\273\237\344\277\241\346\201\257\345\207\275\346\225\260.md" index 3533f0388..32d869e1e 100644 --- "a/content/zh/docs/SQLReference/\347\263\273\347\273\237\344\277\241\346\201\257\345\207\275\346\225\260.md" +++ "b/content/zh/docs/SQLReference/\347\263\273\347\273\237\344\277\241\346\201\257\345\207\275\346\225\260.md" @@ -1704,7 +1704,7 @@ openGauss=# SELECT relname FROM pg_class WHERE pg_table_is_visible(oid); 值可能是引号括起来的并且模式限制的。如果没有为参数表达式排序,则返回一个null值。如果参数不是排序的类型,则抛出一个错误。 -- pg\_ExtensionReference\_update\_paths\(name\) +- pg\_Extension\_update\_paths\(name\) 描述:返回指定扩展的版本更新路径。 diff --git a/content/zh/docs/ToolandCommandReference/gs_dump.md b/content/zh/docs/ToolandCommandReference/gs_dump.md index 6528fb052..3cbc047e1 100644 --- a/content/zh/docs/ToolandCommandReference/gs_dump.md +++ b/content/zh/docs/ToolandCommandReference/gs_dump.md @@ -436,7 +436,7 @@ export PGDATABASE=postgres gs_dumpall使用此参数传递随机值。 -- --include-ExtensionReference +- --include-Extension 在转储中包含扩展。 diff --git a/content/zh/docs/ToolandCommandReference/gs_dumpall.md b/content/zh/docs/ToolandCommandReference/gs_dumpall.md index 7ece0b84b..84d3879e7 100644 --- a/content/zh/docs/ToolandCommandReference/gs_dumpall.md +++ b/content/zh/docs/ToolandCommandReference/gs_dumpall.md @@ -164,9 +164,9 @@ gs_dumpall [OPTION]... - 密钥长度为8~16字符。 - 至少包含大写字母(A-Z)、小写字母(a-z)、数字(0-9)、非字母数字字符(限定为~!@#$%^&*()-_=+\|[]{};:,<.>/?)四类字符中的三类字符。 -- --include-ExtensionReference +- --include-Extension - 如果--include-ExtensionReference参数被设置,将备份所有的CREATE ExtensionReference语句。 + 如果--include-Extension参数被设置,将备份所有的CREATE Extension语句。 - --include-templatedb diff --git a/content/zh/docs/ToolandCommandReference/gs_om.md b/content/zh/docs/ToolandCommandReference/gs_om.md index 31629a339..01aaa25d2 100644 --- a/content/zh/docs/ToolandCommandReference/gs_om.md +++ b/content/zh/docs/ToolandCommandReference/gs_om.md @@ -408,7 +408,7 @@ gs\_om参数可以分为如下几类: - diff --git a/content/zh/docs/ToolandCommandReference/pg_archivecleanup.md b/content/zh/docs/ToolandCommandReference/pg_archivecleanup.md index 156c72294..5a0614162 100644 --- a/content/zh/docs/ToolandCommandReference/pg_archivecleanup.md +++ b/content/zh/docs/ToolandCommandReference/pg_archivecleanup.md @@ -24,7 +24,7 @@ pg_archivecleanup [OPTION]... ARCHIVELOCATION OLDESTKEPTWALFILE 打印pg\_archivecleanup的版本并退出。 -- -x ExtensionReference +- -x Extension 当该程序用作单独的工具时,提供一个扩展选项,只选择对应扩展名格式的文件。 -- Gitee From 7e169b6d3aca846be2e2d9904a49d021ad089324 Mon Sep 17 00:00:00 2001 From: "tongmeixia@0301" <870020620@qq.com> Date: Thu, 6 Apr 2023 14:11:30 +0800 Subject: [PATCH 44/75] fixed 4096e57 from https://gitee.com/tongdabao/docs/pulls/4870 link --- .../docs-lite/en/docs/DatabaseOMGuide/analyze-table.md | 8 ++++---- .../docs/DatabaseOMGuide/common-fault-locating-cases.md | 2 +- ...o-incorrect-settings-of-guc-parameter-log_directory.md | 2 +- .../DatabaseOMGuide/data-import-using-copy-from-stdin.md | 2 +- .../DatabaseOMGuide/logical-backup-and-restoration.md | 6 +++--- .../logical-decoding-by-sql-function-interfaces.md | 6 +++--- .../en/docs/DatabaseOMGuide/logical-replication.md | 2 +- .../en/docs/DatabaseOMGuide/memory-table-features.md | 7 +++---- ...replicating-data-using-the-logical-replication-tool.md | 2 +- .../running-the-insert-statement-to-insert-data.md | 6 +++--- .../en/docs/DatabaseOMGuide/service-startup-failure.md | 2 +- .../DatabaseOMGuide/slow-response-to-a-query-statement.md | 2 +- .../updating-a-table-by-using-dml-statements.md | 8 ++++---- ...nd-inserting-data-by-using-the-merge-into-statement.md | 2 +- 14 files changed, 28 insertions(+), 29 deletions(-) diff --git a/content/docs-lite/en/docs/DatabaseOMGuide/analyze-table.md b/content/docs-lite/en/docs/DatabaseOMGuide/analyze-table.md index 099f4ae68..11fe01ad1 100644 --- a/content/docs-lite/en/docs/DatabaseOMGuide/analyze-table.md +++ b/content/docs-lite/en/docs/DatabaseOMGuide/analyze-table.md @@ -4,7 +4,7 @@ The execution plan generator needs to use table statistics to generate the most ## ANALYZE Table -**ANALYZE** supports row-store and column-store tables. **ANALYZE** can also collect statistics about specified columns of a local table. For details on **ANALYZE**, see [ANALYZE | ANALYSE](analyze-analyse.md). +**ANALYZE** supports row-store and column-store tables. **ANALYZE** can also collect statistics about specified columns of a local table. For details on **ANALYZE**, see [ANALYZE | ANALYSE](../SQLReference/analyze-analyse.md). 1. Update table statistics. @@ -21,7 +21,7 @@ The execution plan generator needs to use table statistics to generate the most ## autoanalyze -openGauss provides the GUC parameter [autovacuum](automatic-vacuuming.md#en-us_topic_0283137694_en-us_topic_0237124730_en-us_topic_0059778244_s995913ca9df54ae5bb488d1e810bd824) to specify whether to enable the autovacuum function of the database. +openGauss provides the GUC parameter [autovacuum](../DataBaseReference/automatic-vacuuming.md#en-us_topic_0283137694_en-us_topic_0237124730_en-us_topic_0059778244_s995913ca9df54ae5bb488d1e810bd824) to specify whether to enable the autovacuum function of the database. If **autovacuum** is set to **on**, the system will start the autovacuum thread to automatically analyze tables when the data volume in the table reaches the threshold. This is the autoanalyze function. @@ -30,8 +30,8 @@ If **autovacuum** is set to **on**, the system will start the autovacuum thre The autovacuum function also depends on the following two GUC parameters in addition to **autovacuum**: -- [track\_counts](query-and-index-statistics-collector.md#en-us_topic_0283136895_en-us_topic_0237124727_en-us_topic_0059779313_s3f4fb0b1004041f69e1454c701952411): This parameter must be set to **on** to enable statistics collection about the database. -- [autovacuum\_max\_workers](automatic-vacuuming.md#en-us_topic_0283137694_en-us_topic_0237124730_en-us_topic_0059778244_s76932f79410248ba8923017d19982673): This parameter must be set to a value greater than **0** to specify the maximum number of concurrent autovacuum threads. +- [track\_counts](../DataBaseReference/query-and-index-statistics-collector.md#en-us_topic_0283136895_en-us_topic_0237124727_en-us_topic_0059779313_s3f4fb0b1004041f69e1454c701952411): This parameter must be set to **on** to enable statistics collection about the database. +- [autovacuum\_max\_workers](../DataBaseReference/automatic-vacuuming.md#en-us_topic_0283137694_en-us_topic_0237124730_en-us_topic_0059778244_s76932f79410248ba8923017d19982673): This parameter must be set to a value greater than **0** to specify the maximum number of concurrent autovacuum threads. >![](public_sys-resources/icon-notice.gif) **NOTICE:** >- The autoanalyze function supports the default sampling mode but not percentage sampling. diff --git a/content/docs-lite/en/docs/DatabaseOMGuide/common-fault-locating-cases.md b/content/docs-lite/en/docs/DatabaseOMGuide/common-fault-locating-cases.md index fa0e87e74..95cb4de7e 100644 --- a/content/docs-lite/en/docs/DatabaseOMGuide/common-fault-locating-cases.md +++ b/content/docs-lite/en/docs/DatabaseOMGuide/common-fault-locating-cases.md @@ -4,7 +4,7 @@ - **[When the TPC-C is running and a disk to be injected is full, the TPC-C stops responding.](when-the-tpc-c-is-running-and-a-disk-to-be-injected-is-full-the-tpc-c-stops-responding.md)** -- **[Standby Node in the Need Repair \(WAL\) State](standby-node-in-the-need-repair-(wal)-state.md)** +- **[Standby Node in the Need Repair \(WAL\) State](standby-node-in-the-need-repair-wal-state.md)** - **[Insufficient Memory](insufficient-memory.md)** diff --git a/content/docs-lite/en/docs/DatabaseOMGuide/core-dump-occurs-due-to-incorrect-settings-of-guc-parameter-log_directory.md b/content/docs-lite/en/docs/DatabaseOMGuide/core-dump-occurs-due-to-incorrect-settings-of-guc-parameter-log_directory.md index f212b1050..a95e87c32 100644 --- a/content/docs-lite/en/docs/DatabaseOMGuide/core-dump-occurs-due-to-incorrect-settings-of-guc-parameter-log_directory.md +++ b/content/docs-lite/en/docs/DatabaseOMGuide/core-dump-occurs-due-to-incorrect-settings-of-guc-parameter-log_directory.md @@ -10,5 +10,5 @@ The directory specified by GUC parameter **log\_directory** cannot be read or ## Procedure -Set **log\_directory** to a valid directory. For details, see [log\_destination](logging-destination.md#en-us_topic_0283136719_en-us_topic_0237124721_en-us_topic_0059778787_sb6c9884f69bd4765a60f80810c94f194). +Set **log\_directory** to a valid directory. For details, see [log\_destination](../DataBaseReference/logging-destination.md#en-us_topic_0283136719_en-us_topic_0237124721_en-us_topic_0059778787_sb6c9884f69bd4765a60f80810c94f194). diff --git a/content/docs-lite/en/docs/DatabaseOMGuide/data-import-using-copy-from-stdin.md b/content/docs-lite/en/docs/DatabaseOMGuide/data-import-using-copy-from-stdin.md index 1f39a3620..3a55f5ec9 100644 --- a/content/docs-lite/en/docs/DatabaseOMGuide/data-import-using-copy-from-stdin.md +++ b/content/docs-lite/en/docs/DatabaseOMGuide/data-import-using-copy-from-stdin.md @@ -2,6 +2,6 @@ Run the **COPY FROM STDIN** statement to import data to openGauss in either of the following ways: -- Write data into openGauss by typing. For details, see [COPY](copy.md). +- Write data into openGauss by typing. For details, see [COPY](../SQLReference/copy.md). - Import data from a file or database to openGauss through the CopyManager interface driven by JDBC. You can use any parameters in the **COPY** syntax. diff --git a/content/docs-lite/en/docs/DatabaseOMGuide/logical-backup-and-restoration.md b/content/docs-lite/en/docs/DatabaseOMGuide/logical-backup-and-restoration.md index 325607acf..af0a88637 100644 --- a/content/docs-lite/en/docs/DatabaseOMGuide/logical-backup-and-restoration.md +++ b/content/docs-lite/en/docs/DatabaseOMGuide/logical-backup-and-restoration.md @@ -1,9 +1,9 @@ # Logical Backup and Restoration -- **[gs\_dump](gs_dump.md)** +- **[gs\_dump](../ToolandCommandReference/gs_dump.md)** -- **[gs\_dumpall](gs_dumpall.md)** +- **[gs\_dumpall](../ToolandCommandReference/gs_dumpall.md)** -- **[gs\_restore](gs_restore.md)** +- **[gs\_restore](../ToolandCommandReference/gs_restore.md)** diff --git a/content/docs-lite/en/docs/DatabaseOMGuide/logical-decoding-by-sql-function-interfaces.md b/content/docs-lite/en/docs/DatabaseOMGuide/logical-decoding-by-sql-function-interfaces.md index ced2d50be..aa19d3f8a 100644 --- a/content/docs-lite/en/docs/DatabaseOMGuide/logical-decoding-by-sql-function-interfaces.md +++ b/content/docs-lite/en/docs/DatabaseOMGuide/logical-decoding-by-sql-function-interfaces.md @@ -4,14 +4,14 @@ In openGauss, you can call SQL functions to create, delete, and push logical rep ## Prerequisites -- Currently, logical logs are extracted from host nodes. To perform logical replication, the GUC parameter **[ssl](security-and-authentication-(postgresql-conf).md#en-us_topic_0283137371_en-us_topic_0237124696_en-us_topic_0059778664_s8c4647db116f44c4b9ce3dceee3d6ffa)** must be set to **on** on host nodes. +- Currently, logical logs are extracted from host nodes. To perform logical replication, the GUC parameter **[ssl](../DataBaseReference/security-and-authentication_postgresql-conf.md#en-us_topic_0283137371_en-us_topic_0237124696_en-us_topic_0059778664_s8c4647db116f44c4b9ce3dceee3d6ffa)** must be set to **on** on host nodes. >![](public_sys-resources/icon-note.gif) **NOTE:** >For security purposes, ensure that SSL connections are enabled. -- The GUC parameter **[wal\_level](settings.md#en-us_topic_0283137354_en-us_topic_0237124707_en-us_topic_0059778393_s2c76f5957066407a959191148f2c780f)** is set to **logical**. -- The GUC parameter **[max\_replication\_slots](sending-server.md#en-us_topic_0283137693_section7322161612568)** is set to a value greater than or equal to the number of physical streaming replication slots and logical replication slots required by each node. +- The GUC parameter **[wal\_level](../DataBaseReference/settings.md#en-us_topic_0283137354_en-us_topic_0237124707_en-us_topic_0059778393_s2c76f5957066407a959191148f2c780f)** is set to **logical**. +- The GUC parameter **[max\_replication\_slots](../DataBaseReference/sending-server.md#en-us_topic_0283137693_section7322161612568)** is set to a value greater than or equal to the number of physical streaming replication slots and logical replication slots required by each node. Physical streaming replication slots provide an automatic method to ensure that Xlogs are not removed from a primary node before they are received by all the standby nodes and secondary nodes. That is, physical replication slots are used to support primary/standby HA. The number of physical replication slots required by a database is equal to the ratio of standby and secondary nodes to the primary node. If an HA cluster has one primary node and three standby nodes, the number of required physical replication slots will be 3. diff --git a/content/docs-lite/en/docs/DatabaseOMGuide/logical-replication.md b/content/docs-lite/en/docs/DatabaseOMGuide/logical-replication.md index 61d29a19e..5fe2b5d9b 100644 --- a/content/docs-lite/en/docs/DatabaseOMGuide/logical-replication.md +++ b/content/docs-lite/en/docs/DatabaseOMGuide/logical-replication.md @@ -2,6 +2,6 @@ - **[Logical Decoding](logical-decoding.md)** -- **[Replicating Data Using the Logical Replication Tool](en-us_topic_0000001254215967.md)** +- **[Replicating Data Using the Logical Replication Tool](replicating-data-using-the-logical-replication-tool.md)** - **[Publication-Subscription](publication-subscription.md)** diff --git a/content/docs-lite/en/docs/DatabaseOMGuide/memory-table-features.md b/content/docs-lite/en/docs/DatabaseOMGuide/memory-table-features.md index e026f4b34..4a6b0d10a 100644 --- a/content/docs-lite/en/docs/DatabaseOMGuide/memory-table-features.md +++ b/content/docs-lite/en/docs/DatabaseOMGuide/memory-table-features.md @@ -1,11 +1,10 @@ # Memory Table Features -- **[Introducing MOT](introducing-mot.md)** +- **[Introducing MOT](../DatabaseAdministrationGuide/introducing-mot.md)** -- **[Using MOT](using-mot.md)** +- **[Using MOT](../DatabaseAdministrationGuide/using-mot.md)** -- **[Concepts of MOT](concepts-of-mot.md)** +- **[Concepts of MOT](../DatabaseAdministrationGuide/concepts-of-mot.md)** -- **[Appendices](appendices.md)** diff --git a/content/docs-lite/en/docs/DatabaseOMGuide/replicating-data-using-the-logical-replication-tool.md b/content/docs-lite/en/docs/DatabaseOMGuide/replicating-data-using-the-logical-replication-tool.md index b392586e5..2798f0855 100644 --- a/content/docs-lite/en/docs/DatabaseOMGuide/replicating-data-using-the-logical-replication-tool.md +++ b/content/docs-lite/en/docs/DatabaseOMGuide/replicating-data-using-the-logical-replication-tool.md @@ -1,4 +1,4 @@ # Replicating Data Using the Logical Replication Tool -Currently, SDR and DRS support openGauss logical replication. The replication tool extracts logical logs from openGauss and replays them in the peer database. For details about the code of the replication tool that uses JDBC to connect to the database, see [Example: Logic Replication Code](en-us_topic_0289900901.md). +Currently, SDR and DRS support openGauss logical replication. The replication tool extracts logical logs from openGauss and replays them in the peer database. For details about the code of the replication tool that uses JDBC to connect to the database, see [Example: Logic Replication Code](../Developerguide/example-logic-replication-code.md). diff --git a/content/docs-lite/en/docs/DatabaseOMGuide/running-the-insert-statement-to-insert-data.md b/content/docs-lite/en/docs/DatabaseOMGuide/running-the-insert-statement-to-insert-data.md index b33d65adf..b29953059 100644 --- a/content/docs-lite/en/docs/DatabaseOMGuide/running-the-insert-statement-to-insert-data.md +++ b/content/docs-lite/en/docs/DatabaseOMGuide/running-the-insert-statement-to-insert-data.md @@ -1,14 +1,14 @@ # Running the INSERT Statement to Insert Data -Run the **[INSERT](insert.md)** statement to write data into the openGauss database in either of the following ways: +Run the **[INSERT](../SQLReference/insert.md)** statement to write data into the openGauss database in either of the following ways: - Use the client tool provided by the openGauss database to write data into openGauss. - For details, see [Inserting Data to Tables](inserting-data-to-tables.md). + For details, see [Inserting Data to Tables](../DatabaseAdministrationGuide/inserting-data-to-tables.md). - Connect to the database using the JDBC driver and run the **INSERT** statement to write data into the openGauss database. - For details, see [Connecting to a Database](connecting-to-a-database.md). + For details, see [Connecting to a Database](../GettingStarted/connecting-to-a-database.md). You can add, modify, and delete database transactions for the openGauss database. **INSERT** is the simplest way to write data. It is applicable to scenarios with small data volume and low concurrency. diff --git a/content/docs-lite/en/docs/DatabaseOMGuide/service-startup-failure.md b/content/docs-lite/en/docs/DatabaseOMGuide/service-startup-failure.md index 584846ac3..e5df40dfb 100644 --- a/content/docs-lite/en/docs/DatabaseOMGuide/service-startup-failure.md +++ b/content/docs-lite/en/docs/DatabaseOMGuide/service-startup-failure.md @@ -24,7 +24,7 @@ The service startup failed. FATAL: hot standby is not possible because max_connections = 10 is a lower setting than on the master server (its value was 100) ``` - - Check whether the GUC parameters are set to proper values. For example, check parameters, such as **shared\_buffers**, **effective\_cache\_size**, and **bulk\_write\_ring\_size **that consume much resources, or parameter **max\_connections** that cannot be easily set to a value that is less than its last value. For details about how to view and set GUC parameters, see [Configuring Running Parameters](configuring-running-parameters.md). + - Check whether the GUC parameters are set to proper values. For example, check parameters, such as **shared\_buffers**, **effective\_cache\_size**, and **bulk\_write\_ring\_size **that consume much resources, or parameter **max\_connections** that cannot be easily set to a value that is less than its last value. For details about how to view and set GUC parameters, see [Configuring Running Parameters](../DatabaseAdministrationGuide/configuring-running-parameters.md). - Check whether some DNs are abnormal. Check the status of each primary and standby instance in the current database using **gs\_ctl query**. diff --git a/content/docs-lite/en/docs/DatabaseOMGuide/slow-response-to-a-query-statement.md b/content/docs-lite/en/docs/DatabaseOMGuide/slow-response-to-a-query-statement.md index e35eb2ce1..9630bff75 100644 --- a/content/docs-lite/en/docs/DatabaseOMGuide/slow-response-to-a-query-statement.md +++ b/content/docs-lite/en/docs/DatabaseOMGuide/slow-response-to-a-query-statement.md @@ -33,7 +33,7 @@ After a query statement has been executed, no response is returned for a long ti Query statements are returned, sorted by execution time length in descending order. The first record is the query statement that takes the long time for execution. - Alternatively, you can use the [TIMESTAMPDIFF](date-and-time-processing-functions-and-operators.md#en-us_topic_0283136846_section5629194495516) function to set **current\_timestamp** and **query\_start** to be greater than a threshold to identify query statements that are executed for a duration longer than this threshold. The first parameter of **timestampdiff** is the time difference unit. For example, execute the following statement to query the statements whose execution lasts more than 2 minutes: + Alternatively, you can use the [TIMESTAMPDIFF](../SQLReference/date-and-time-processing-functions-and-operators.md#en-us_topic_0283136846_section5629194495516) function to set **current\_timestamp** and **query\_start** to be greater than a threshold to identify query statements that are executed for a duration longer than this threshold. The first parameter of **timestampdiff** is the time difference unit. For example, execute the following statement to query the statements whose execution lasts more than 2 minutes: ``` SELECT query FROM pg_stat_activity WHERE (EXTRACT(DAY FROM (current_timestamp - query_start)) * 24 * 60 + EXTRACT(HOUR FROM (current_timestamp - query_start)) * 60 + EXTRACT(MINUTE FROM (current_timestamp - query_start))) > 2; diff --git a/content/docs-lite/en/docs/DatabaseOMGuide/updating-a-table-by-using-dml-statements.md b/content/docs-lite/en/docs/DatabaseOMGuide/updating-a-table-by-using-dml-statements.md index 63d54c7b1..8856d4912 100644 --- a/content/docs-lite/en/docs/DatabaseOMGuide/updating-a-table-by-using-dml-statements.md +++ b/content/docs-lite/en/docs/DatabaseOMGuide/updating-a-table-by-using-dml-statements.md @@ -34,7 +34,7 @@ You can run the following DML statements to update data in the table. (9500, 4, 'Lucy', 'Baker'); ``` - For details on how to use **INSERT**, see [Inserting Data to Tables](inserting-data-to-tables.md). + For details on how to use **INSERT**, see [Inserting Data to Tables](../DatabaseAdministrationGuide/inserting-data-to-tables.md). - Run the **UPDATE** statement to update data in the table. Change the value of the **c\_customer\_id** column to **0**. @@ -43,7 +43,7 @@ You can run the following DML statements to update data in the table. openGauss=# UPDATE customer_t SET c_customer_id = 0; ``` - For details on how to use **UPDATE**, see [UPDATE](update.md). + For details on how to use **UPDATE**, see [UPDATE](../SQLReference/update.md). - Run the **DELETE** statement to delete rows from the table. @@ -53,7 +53,7 @@ You can run the following DML statements to update data in the table. openGauss=# DELETE FROM customer_t WHERE c_last_name = 'Baker'; ``` - For details on how to use **DELETE**, see [DELETE](delete.md). + For details on how to use **DELETE**, see [DELETE](../SQLReference/delete.md). - Run the **TRUNCATE** statement to delete all rows from the table. @@ -61,7 +61,7 @@ You can run the following DML statements to update data in the table. openGauss=# TRUNCATE TABLE customer_t; ``` - For details on how to use **TRUNCATE**, see [TRUNCATE](truncate.md). + For details on how to use **TRUNCATE**, see [TRUNCATE](../SQLReference/truncate.md). The **DELETE** statement deletes a row of data each time whereas the **TRUNCATE** statement deletes data by releasing the data page stored in the table. Therefore, data can be deleted more quickly by using **TRUNCATE** than using **DELETE**. diff --git a/content/docs-lite/en/docs/DatabaseOMGuide/updating-and-inserting-data-by-using-the-merge-into-statement.md b/content/docs-lite/en/docs/DatabaseOMGuide/updating-and-inserting-data-by-using-the-merge-into-statement.md index 624c8ba15..23c2e94d8 100644 --- a/content/docs-lite/en/docs/DatabaseOMGuide/updating-and-inserting-data-by-using-the-merge-into-statement.md +++ b/content/docs-lite/en/docs/DatabaseOMGuide/updating-and-inserting-data-by-using-the-merge-into-statement.md @@ -55,7 +55,7 @@ You have the **INSERT** and **UPDATE** permissions for the target table and INSERT VALUES (p.product_id, p.product_name, p.category) ; ``` - For details on parameters in the statement, see [Table 1](#en-us_topic_0283137209_en-us_topic_0237121140_en-us_topic_0165787112_table1973914406416). For more information, see [MERGE INTO](merge-into.md). + For details on parameters in the statement, see [Table 1](#en-us_topic_0283137209_en-us_topic_0237121140_en-us_topic_0165787112_table1973914406416). For more information, see [MERGE INTO](../SQLReference/merge-into.md). **Table 1** Parameters in the MERGE INTO statement -- Gitee From 03cbcce4fe9a5c979386885859f716f1bac9c1ef Mon Sep 17 00:00:00 2001 From: liyang0608 <264327807@qq.com> Date: Thu, 6 Apr 2023 15:13:23 +0800 Subject: [PATCH 45/75] fix bugs --- .../\350\241\250\350\276\276\345\274\217.md" | 8 ++++---- .../BriefTutorial/\350\257\255\346\263\225.md" | 2 +- ...241\347\220\206\350\247\206\345\233\276.md" | 2 +- ...\350\275\254\346\215\242\344\270\272MOT.md" | 2 +- ...277\351\227\256\346\216\247\345\210\266.md" | 2 +- ...256\345\272\223\346\246\202\350\277\260.md" | 4 ++-- .../GAUSS-02571----GAUSS-02580.md | 2 +- .../zh/docs/DatabaseReference/GS_OPT_MODEL.md | 2 +- .../zh/docs/DatabaseReference/GS_SQL_PATCH.md | 2 +- .../docs/DatabaseReference/PG_SHDESCRIPTION.md | 12 ++++++------ .../dolphin-SHOW-CHARACTER-SET.md | 4 ++-- .../\351\205\215\347\275\256Ustore.md" | 6 +++--- .../ALTER-ROW-LEVEL-SECURITY-POLICY.md | 6 +++--- .../CREATE-ROW-LEVEL-SECURITY-POLICY.md | 2 +- content/zh/docs/SQLReference/CREATE-TABLE.md | 2 +- .../DBE_SQL_UTIL-create_abort_sql_patch.md | 2 +- .../DBE_SQL_UTIL-create_hint_sql_patch.md | 2 +- .../Synonym\350\257\215\345\205\270.md" | 10 +++++----- ...273\347\273\237\345\207\275\346\225\260.md" | 2 +- ...215\345\231\250\346\265\213\350\257\225.md" | 6 +++--- ...214\346\223\215\344\275\234\347\254\246.md" | 6 +++--- ...266\350\241\250\350\276\276\345\274\217.md" | 8 ++++---- ...241\346\201\257\345\207\275\346\225\260.md" | 18 +++++++++--------- .../\350\247\243\346\236\220\345\231\250.md" | 8 ++++---- ...220\345\231\250\346\265\213\350\257\225.md" | 4 ++-- .../zh/docs/ToolandCommandReference/gsql.md | 2 +- 26 files changed, 63 insertions(+), 63 deletions(-) diff --git "a/content/zh/docs/BriefTutorial/\350\241\250\350\276\276\345\274\217.md" "b/content/zh/docs/BriefTutorial/\350\241\250\350\276\276\345\274\217.md" index 8e28812bf..4c24c72ea 100644 --- "a/content/zh/docs/BriefTutorial/\350\241\250\350\276\276\345\274\217.md" +++ "b/content/zh/docs/BriefTutorial/\350\241\250\350\276\276\345\274\217.md" @@ -149,15 +149,15 @@ 注:如果模式tpcds不存在。请创建模式tpcds后,再进行建表操作。 ``` - openGauss=# CREATE TABLE tpcds.c_tabl(AboutopenGauss varchar(10), short_AboutopenGauss varchar(10), last_value varchar(10)) ; + openGauss=# CREATE TABLE tpcds.c_tabl(Description varchar(10), short_Description varchar(10), last_value varchar(10)) ; openGauss=# INSERT INTO tpcds.c_tabl VALUES('abc', 'efg', '123'); openGauss=# INSERT INTO tpcds.c_tabl VALUES(NULL, 'efg', '123'); openGauss=# INSERT INTO tpcds.c_tabl VALUES(NULL, NULL, '123'); - openGauss=# SELECT AboutopenGauss, short_AboutopenGauss, last_value, COALESCE(AboutopenGauss, short_AboutopenGauss, last_value) FROM tpcds.c_tabl ORDER BY 1, 2, 3, 4; - AboutopenGauss | short_AboutopenGauss | last_value | coalesce + openGauss=# SELECT Description, short_Description, last_value, COALESCE(Description, short_Description, last_value) FROM tpcds.c_tabl ORDER BY 1, 2, 3, 4; + Description | short_Description | last_value | coalesce -------------+-------------------+------------+---------- abc | efg | 123 | abc | efg | 123 | efg @@ -167,7 +167,7 @@ openGauss=# DROP TABLE tpcds.c_tabl; ``` - 如果AboutopenGauss不为NULL,则返回AboutopenGauss的值,否则计算下一个参数short\_AboutopenGauss;如果short\_AboutopenGauss不为NULL,则返回short\_AboutopenGauss的值,否则计算下一个参数last\_value;如果last\_value不为NULL,则返回last\_value的值,否则返回(none)。 + 如果Description不为NULL,则返回Description的值,否则计算下一个参数short\_Description;如果short\_Description不为NULL,则返回short\_Description的值,否则计算下一个参数last\_value;如果last\_value不为NULL,则返回last\_value的值,否则返回(none)。 ``` openGauss=# SELECT COALESCE(NULL,'Hello World'); diff --git "a/content/zh/docs/BriefTutorial/\350\257\255\346\263\225.md" "b/content/zh/docs/BriefTutorial/\350\257\255\346\263\225.md" index 62482e96d..feae9b93e 100644 --- "a/content/zh/docs/BriefTutorial/\350\257\255\346\263\225.md" +++ "b/content/zh/docs/BriefTutorial/\350\257\255\346\263\225.md" @@ -44,7 +44,7 @@ ABORT ALTER TABLE CREATE DATAB ``` openGauss=# \h ABORT Command: ABORT -AboutopenGauss: abort the current transaction +Description: abort the current transaction Syntax: ABORT [ WORK | TRANSACTION ] ; ``` diff --git "a/content/zh/docs/DatabaseAdministrationGuide/\345\210\233\345\273\272\345\222\214\347\256\241\347\220\206\350\247\206\345\233\276.md" "b/content/zh/docs/DatabaseAdministrationGuide/\345\210\233\345\273\272\345\222\214\347\256\241\347\220\206\350\247\206\345\233\276.md" index b30cd7524..a1f837bfe 100644 --- "a/content/zh/docs/DatabaseAdministrationGuide/\345\210\233\345\273\272\345\222\214\347\256\241\347\220\206\350\247\206\345\233\276.md" +++ "b/content/zh/docs/DatabaseAdministrationGuide/\345\210\233\345\273\272\345\222\214\347\256\241\347\220\206\350\247\206\345\233\276.md" @@ -35,7 +35,7 @@ ``` openGauss=# \d+ dba_users View "PG_CATALOG.DBA_USERS" - Column | Type | Modifiers | Storage | AboutopenGauss + Column | Type | Modifiers | Storage | Description ----------+-----------------------+-----------+----------+------------- USERNAME | CHARACTER VARYING(64) | | extended | View definition: diff --git "a/content/zh/docs/DatabaseAdministrationGuide/\345\260\206\347\243\201\347\233\230\350\241\250\350\275\254\346\215\242\344\270\272MOT.md" "b/content/zh/docs/DatabaseAdministrationGuide/\345\260\206\347\243\201\347\233\230\350\241\250\350\275\254\346\215\242\344\270\272MOT.md" index 5b91aa86f..5cbacdbd1 100644 --- "a/content/zh/docs/DatabaseAdministrationGuide/\345\260\206\347\243\201\347\233\230\350\241\250\350\275\254\346\215\242\344\270\272MOT.md" +++ "b/content/zh/docs/DatabaseAdministrationGuide/\345\260\206\347\243\201\347\233\230\350\241\250\350\275\254\346\215\242\344\270\272MOT.md" @@ -45,7 +45,7 @@ INSERT INTO [MOT_table] SELECT * FROM [PG_table] WHERE condition; ``` benchmarksql-# \d+ customer Table "public.customer" - Column | Type | Modifiers | Storage | Stats target | AboutopenGauss + Column | Type | Modifiers | Storage | Stats target | Description --------+---------+-----------+---------+--------------+------------- x | integer | | plain | | y | integer | | plain | | diff --git "a/content/zh/docs/DatabaseAdministrationGuide/\350\241\214\347\272\247\350\256\277\351\227\256\346\216\247\345\210\266.md" "b/content/zh/docs/DatabaseAdministrationGuide/\350\241\214\347\272\247\350\256\277\351\227\256\346\216\247\345\210\266.md" index 6fed0f36b..7c0de7ece 100644 --- "a/content/zh/docs/DatabaseAdministrationGuide/\350\241\214\347\272\247\350\256\277\351\227\256\346\216\247\345\210\266.md" +++ "b/content/zh/docs/DatabaseAdministrationGuide/\350\241\214\347\272\247\350\256\277\351\227\256\346\216\247\345\210\266.md" @@ -34,7 +34,7 @@ openGauss=# CREATE ROW LEVEL SECURITY POLICY all_data_rls ON all_data USING(role --查看表详细信息 openGauss=# \d+ all_data Table "public.all_data" - Column | Type | Modifiers | Storage | Stats target | AboutopenGauss + Column | Type | Modifiers | Storage | Stats target | Description --------+------------------------+-----------+----------+--------------+------------- id | integer | | plain | | role | character varying(100) | | extended | | diff --git "a/content/zh/docs/DatabaseAdministrationGuide/\350\264\246\346\234\254\346\225\260\346\215\256\345\272\223\346\246\202\350\277\260.md" "b/content/zh/docs/DatabaseAdministrationGuide/\350\264\246\346\234\254\346\225\260\346\215\256\345\272\223\346\246\202\350\277\260.md" index ba316df93..359918bbc 100644 --- "a/content/zh/docs/DatabaseAdministrationGuide/\350\264\246\346\234\254\346\225\260\346\215\256\345\272\223\346\246\202\350\277\260.md" +++ "b/content/zh/docs/DatabaseAdministrationGuide/\350\264\246\346\234\254\346\225\260\346\215\256\345\272\223\346\246\202\350\277\260.md" @@ -113,7 +113,7 @@ openGauss=# \d+ blockchain.ledgernsp_usertable_hist; ``` openGauss=# \d+ ledgernsp.usertable; Table "ledgernsp.usertable" - Column | Type | Modifiers | Storage | Stats target | AboutopenGauss + Column | Type | Modifiers | Storage | Stats target | Description --------+---------+-----------+----------+--------------+------------- id | integer | | plain | | name | text | | extended | | @@ -124,7 +124,7 @@ History table name: ledgernsp_usertable_hist openGauss=# \d+ blockchain.ledgernsp_usertable_hist; Table "blockchain.ledgernsp_usertable_hist" - Column | Type | Modifiers | Storage | Stats target | AboutopenGauss + Column | Type | Modifiers | Storage | Stats target | Description ----------+--------+-----------+---------+--------------+------------- rec_num | bigint | | plain | | hash_ins | hash16 | | plain | | diff --git a/content/zh/docs/DatabaseReference/GAUSS-02571----GAUSS-02580.md b/content/zh/docs/DatabaseReference/GAUSS-02571----GAUSS-02580.md index 650b2403f..31151abbe 100644 --- a/content/zh/docs/DatabaseReference/GAUSS-02571----GAUSS-02580.md +++ b/content/zh/docs/DatabaseReference/GAUSS-02571----GAUSS-02580.md @@ -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/GS_OPT_MODEL.md b/content/zh/docs/DatabaseReference/GS_OPT_MODEL.md index 50a5ec41d..c35559f53 100644 --- a/content/zh/docs/DatabaseReference/GS_OPT_MODEL.md +++ b/content/zh/docs/DatabaseReference/GS_OPT_MODEL.md @@ -134,7 +134,7 @@ GS\_OPT\_MODEL是启用AiEngine执行计划时间预测功能时的数据表, - diff --git a/content/zh/docs/DatabaseReference/GS_SQL_PATCH.md b/content/zh/docs/DatabaseReference/GS_SQL_PATCH.md index 32f39b678..5c57e0125 100644 --- a/content/zh/docs/DatabaseReference/GS_SQL_PATCH.md +++ b/content/zh/docs/DatabaseReference/GS_SQL_PATCH.md @@ -97,7 +97,7 @@ GS\_SQL\_PATCH系统表存储所有SQL\_PATCH的状态信息。 - diff --git a/content/zh/docs/DatabaseReference/PG_SHDESCRIPTION.md b/content/zh/docs/DatabaseReference/PG_SHDESCRIPTION.md index cdc486e6b..1a9ad66c2 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字段

      函数分类

      @@ -81,7 +81,7 @@ openGauss的PostGIS ExtensionReference支持如下数据类型: ## 空间索引 -openGauss数据库的PostGIS ExtensionReference支持GIST \(Generalized Search Tree\) 空间索引(分区表除外)。相比于B-tree索引,GIST索引适应于任意类型的非常规数据结构,可有效提高几何和地理数据信息的检索效率。 +openGauss数据库的PostGIS Extension支持GIST \(Generalized Search Tree\) 空间索引(分区表除外)。相比于B-tree索引,GIST索引适应于任意类型的非常规数据结构,可有效提高几何和地理数据信息的检索效率。 使用如下命令创建GIST索引: diff --git "a/content/zh/docs/ExtensionReference/PostGIS\346\246\202\350\277\260.md" "b/content/zh/docs/ExtensionReference/PostGIS\346\246\202\350\277\260.md" index 06f0c199d..5af139cd3 100644 --- "a/content/zh/docs/ExtensionReference/PostGIS\346\246\202\350\277\260.md" +++ "b/content/zh/docs/ExtensionReference/PostGIS\346\246\202\350\277\260.md" @@ -1,8 +1,8 @@ # PostGIS概述 -openGauss提供PostGIS ExtensionReference(版本为PostGIS-2.4.2)。PostGIS ExtensionReference是PostgreSQL的空间数据库扩展,提供如下空间信息服务功能:空间对象、空间索引、空间操作函数和空间操作符。PostGIS ExtensionReference完全遵循OpenGIS规范。 +openGauss提供PostGIS Extension(版本为PostGIS-2.4.2)。PostGIS Extension是PostgreSQL的空间数据库扩展,提供如下空间信息服务功能:空间对象、空间索引、空间操作函数和空间操作符。PostGIS Extension完全遵循OpenGIS规范。 -PostGIS ExtensionReference依赖第三方开源软件如下: +PostGIS Extension依赖第三方开源软件如下: - Geos 3.6.2 - Proj 4.9.2 diff --git a/content/zh/docs/ExtensionReference/dolphin-Extension.md b/content/zh/docs/ExtensionReference/dolphin-Extension.md index e02826804..7ea864bed 100644 --- a/content/zh/docs/ExtensionReference/dolphin-Extension.md +++ b/content/zh/docs/ExtensionReference/dolphin-Extension.md @@ -1,4 +1,4 @@ -# dolphin ExtensionReference +# dolphin Extension - **[dolphin概述](dolphin概述.md)** diff --git a/content/zh/docs/ExtensionReference/dolphin-SHOW_PLUGINS.md b/content/zh/docs/ExtensionReference/dolphin-SHOW_PLUGINS.md index be528a317..55c79219c 100644 --- a/content/zh/docs/ExtensionReference/dolphin-SHOW_PLUGINS.md +++ b/content/zh/docs/ExtensionReference/dolphin-SHOW_PLUGINS.md @@ -37,7 +37,7 @@ openGauss=# SHOW PLUGINS; log_fdw | ACTIVE | | NULL | | Foreign Data Wrapper for accessing logging data --插件状态的更新显示 -openGauss=# drop ExtensionReference hstore; +openGauss=# drop Extension hstore; openGauss=# SHOW PLUGINS; Name | Status | Type | Library | License | Comment -----------------+----------+------+---------+---------+---------------------------------------------------- @@ -52,7 +52,7 @@ openGauss=# SHOW PLUGINS; hstore | DISABLED | | NULL | | data type for storing sets of (key, value) pairs log_fdw | ACTIVE | | NULL | | Foreign Data Wrapper for accessing logging data -openGauss=# CREATE ExtensionReference hstore; +openGauss=# CREATE Extension hstore; openGauss=# show plugins; Name | Status | Type | Library | License | Comment -----------------+----------+------+---------+---------+---------------------------------------------------- diff --git "a/content/zh/docs/ExtensionReference/dolphin-\345\205\263\351\224\256\345\255\227.md" "b/content/zh/docs/ExtensionReference/dolphin-\345\205\263\351\224\256\345\255\227.md" index d59d53322..d156332d9 100644 --- "a/content/zh/docs/ExtensionReference/dolphin-\345\205\263\351\224\256\345\255\227.md" +++ "b/content/zh/docs/ExtensionReference/dolphin-\345\205\263\351\224\256\345\255\227.md" @@ -2630,7 +2630,7 @@ SQL里有保留字和非保留字之分。根据标准,保留字决不能用

      -

      ExtensionReference

      +

      Extension

      非保留

      UseBatchProtocol=1

      ForExtensionReferenceConnector

      +

      ForExtensionConnector

      这个开关控制着savepoint是否发送,savepoint相关问题可以注意这个开关。

      ForExtensionReferenceConnector=1

      +

      ForExtensionConnector=1

      UnamedPrepStmtThreshold

      diff --git a/content/zh/docs/SQLReference/ALTER-EXTENSION.md b/content/zh/docs/SQLReference/ALTER-EXTENSION.md index c5c100e92..48c77c3f6 100644 --- a/content/zh/docs/SQLReference/ALTER-EXTENSION.md +++ b/content/zh/docs/SQLReference/ALTER-EXTENSION.md @@ -1,4 +1,4 @@ -# ALTER ExtensionReference +# ALTER Extension ## 功能描述 @@ -6,7 +6,7 @@ ## 注意事项 -ALTER ExtensionReference 修改一个已安装的扩展的定义。这里有几种方式: +ALTER Extension 修改一个已安装的扩展的定义。这里有几种方式: - UPDATE @@ -24,16 +24,16 @@ ALTER ExtensionReference 修改一个已安装的扩展的定义。这里有几 这个方式从扩展上移除一个成员对象。 主要在扩展更新脚本上有用。这个对象没有被取消,只是从扩展里分开了。 - 您必须拥有扩展来使用 ALTER ExtensionReference。 这个 ADD/DROP 方式要求添加/删除对象的所有权。 + 您必须拥有扩展来使用 ALTER Extension。 这个 ADD/DROP 方式要求添加/删除对象的所有权。 ## 语法格式 ``` -ALTER ExtensionReference name UPDATE [ TO new_version ]; -ALTER ExtensionReference name SET SCHEMA new_schema; -ALTER ExtensionReference name ADD member_object; -ALTER ExtensionReference name DROP member_object; +ALTER Extension name UPDATE [ TO new_version ]; +ALTER Extension name SET SCHEMA new_schema; +ALTER Extension name ADD member_object; +ALTER Extension name DROP member_object; where member_object is: @@ -70,7 +70,7 @@ where member_object is: - **new\_version** - 扩展的新版本。可以通过被标识符和字面字符重写。如果不指定的扩展的新版本,ALTER ExtensionReference UPDATE会更新到扩展的控制文件中显示的默认版本。 + 扩展的新版本。可以通过被标识符和字面字符重写。如果不指定的扩展的新版本,ALTER Extension UPDATE会更新到扩展的控制文件中显示的默认版本。 - **new\_schema** @@ -100,11 +100,11 @@ where member_object is: - **argmode** - 这个函数参数的模型:IN、OUT、INOUT或者VARIADIC。如果省略的话,默认值为IN。ALTER ExtensionReference 不关心OUT参数 ,因为确认函数的一致性只需要输入参数,因此列出IN、INOUT和VARIADIC参数就足够了。 + 这个函数参数的模型:IN、OUT、INOUT或者VARIADIC。如果省略的话,默认值为IN。ALTER Extension 不关心OUT参数 ,因为确认函数的一致性只需要输入参数,因此列出IN、INOUT和VARIADIC参数就足够了。 - **argname** - 函数参数的名称。ALTER ExtensionReference不关心参数名称,确认函数的一致性只需要参数数据类型。 + 函数参数的名称。ALTER Extension不关心参数名称,确认函数的一致性只需要参数数据类型。 - **argtype** @@ -122,18 +122,18 @@ where member_object is: 更新 hstore 扩展到版本 2.0: ``` -ALTER ExtensionReference hstore UPDATE TO '2.0'; +ALTER Extension hstore UPDATE TO '2.0'; ``` 更新 hstore扩展的模式为utils: ``` -ALTER ExtensionReference hstore SET SCHEMA utils; +ALTER Extension hstore SET SCHEMA utils; ``` 添加一个已存在的函数给 hstore 扩展: ``` -ALTER ExtensionReference hstore ADD FUNCTION populate_record(anyelement, hstore); +ALTER Extension hstore ADD FUNCTION populate_record(anyelement, hstore); ``` diff --git a/content/zh/docs/SQLReference/COMMENT.md b/content/zh/docs/SQLReference/COMMENT.md index 95a8a944d..3cad09263 100644 --- a/content/zh/docs/SQLReference/COMMENT.md +++ b/content/zh/docs/SQLReference/COMMENT.md @@ -24,7 +24,7 @@ COMMENT ON CONVERSION object_name | DATABASE object_name | DOMAIN object_name | - ExtensionReference object_name | + Extension object_name | FOREIGN DATA WRAPPER object_name | FOREIGN TABLE object_name | FUNCTION function_name ( [ {[ argname ] [ argmode ] argtype} [, ...] ] ) | diff --git a/content/zh/docs/SQLReference/CREATE-EXTENSION.md b/content/zh/docs/SQLReference/CREATE-EXTENSION.md index b6c0f4996..2941e1c39 100644 --- a/content/zh/docs/SQLReference/CREATE-EXTENSION.md +++ b/content/zh/docs/SQLReference/CREATE-EXTENSION.md @@ -1,4 +1,4 @@ -# CREATE ExtensionReference +# CREATE Extension ## 功能描述 @@ -6,14 +6,14 @@ ## 注意事项 -- CREATE ExtensionReference命令安装一个新的扩展到一个数据库中,必须保证没有同名的扩展已经被安装。 +- CREATE Extension命令安装一个新的扩展到一个数据库中,必须保证没有同名的扩展已经被安装。 - 安装一个扩展意味着执行一个扩展的脚本文件,这个脚本会创建一个新的SQL实体,例如函数、数据类型、操作符、和索引支持的方法。 -- 安装扩展需要有和创建他的组件对象相同的权限。对于大多数扩展这意味着需要超户或者数据库所有者的权限,对于后续的权限检查和该扩展脚本所创建的实体,运行CREATE ExtensionReference命令的角色将变为扩展的所有者。 +- 安装扩展需要有和创建他的组件对象相同的权限。对于大多数扩展这意味着需要超户或者数据库所有者的权限,对于后续的权限检查和该扩展脚本所创建的实体,运行CREATE Extension命令的角色将变为扩展的所有者。 ## 语法格式 ``` -CREATE ExtensionReference [ IF NOT EXISTS ] ExtensionReference_name +CREATE Extension [ IF NOT EXISTS ] Extension_name [ WITH ] [ SCHEMA schema_name ] [ VERSION version ] [ FROM old_version ]; @@ -26,7 +26,7 @@ CREATE ExtensionReference [ IF NOT EXISTS ] ExtensionReference_name 如果系统已经存在一个同名的扩展,不会报错。这种情况下会给出一个提示。请注意该参数不保证系统存在的扩展和现在脚本创建的扩展相同。 -- **ExtensionReference\_name** +- **Extension\_name** 将被安装扩展的名字。 @@ -46,7 +46,7 @@ CREATE ExtensionReference [ IF NOT EXISTS ] ExtensionReference_name - **old\_version** - 当你想升级安装“old style” 模块中没有的内容时,你必须指定FROM old\_version。这个选项使CREATE ExtensionReference 运行一个安装脚本将新的内容安装到扩展中,而不是创建一个新的实体.注意SCHEMA指定了包括这些已存在实体的模式。 + 当你想升级安装“old style” 模块中没有的内容时,你必须指定FROM old\_version。这个选项使CREATE Extension 运行一个安装脚本将新的内容安装到扩展中,而不是创建一个新的实体.注意SCHEMA指定了包括这些已存在实体的模式。 ## 示例 @@ -54,6 +54,6 @@ CREATE ExtensionReference [ IF NOT EXISTS ] ExtensionReference_name 在当前数据库安装hstore扩展: ``` -CREATE ExtensionReference hstore; +CREATE Extension hstore; ``` diff --git "a/content/zh/docs/SQLReference/DDL\350\257\255\346\263\225\344\270\200\350\247\210\350\241\250.md" "b/content/zh/docs/SQLReference/DDL\350\257\255\346\263\225\344\270\200\350\247\210\350\241\250.md" index 176fde4ea..3d933fa12 100644 --- "a/content/zh/docs/SQLReference/DDL\350\257\255\346\263\225\344\270\200\350\247\210\350\241\250.md" +++ "b/content/zh/docs/SQLReference/DDL\350\257\255\346\263\225\344\270\200\350\247\210\350\241\250.md" @@ -476,17 +476,17 @@ DDL(Data Definition Language数据定义语言),用于定义或修改数

      创建一个新的插件扩展

      CREATE ExtensionReference

      +

      CREATE Extension

      修改插件扩展

      ALTER ExtensionReference

      +

      ALTER Extension

      删除插件扩展

      DROP ExtensionReference

      +

      DROP Extension

      -

      ExtensionReference

      +

      Extension

      非保留

      pg_encoding_to_char

      pg_ExtensionReference_config_dump

      +

      pg_Extension_config_dump

      -

      加载模块

      CREATE ExtensionReference

      +

      CREATE Extension

      把一个新的模块(例如DBLINK)加载进当前数据库中。

      DROP ExtensionReference

      +

      DROP Extension

      删除已加载的模块。

      基础版

      ExtensionReference_CONNECTOR

      +

      Extension_CONNECTOR

      9

      [不需设置]标识模型各任务的准确率。

      AboutopenGauss

      +

      Description

      text

      PATCH之后语句的解析结果(预留字段)。

      AboutopenGauss

      +

      Description

      text

      - diff --git a/content/zh/docs/ExtensionReference/dolphin-SHOW-CHARACTER-SET.md b/content/zh/docs/ExtensionReference/dolphin-SHOW-CHARACTER-SET.md index e3b286bf2..745e0535e 100644 --- a/content/zh/docs/ExtensionReference/dolphin-SHOW-CHARACTER-SET.md +++ b/content/zh/docs/ExtensionReference/dolphin-SHOW-CHARACTER-SET.md @@ -29,7 +29,7 @@ SHOW {CHARACTER SET | CHARSET} [LIKE 'pattern' | WHERE expr] | 字段 | 说明 | 备注 | | ----------------- | ---------------------------- | ----------- | | charset | 字符集名称 | | -| AboutopenGauss | 字符集的描述 | | +| Description | 字符集的描述 | | | default collation | 字符集的默认排序规则 | 该字段内容为空 | | maxlen | 存储一个字符所需的最大字节数 | | @@ -37,7 +37,7 @@ SHOW {CHARACTER SET | CHARSET} [LIKE 'pattern' | WHERE expr] ```sql openGauss=# SHOW CHARACTER SET LIKE 'a%'; - charset | AboutopenGauss | default collation | maxlen + charset | Description | default collation | maxlen ---------+-------------------+-------------------+-------- abc | alias for WIN1258 | | 1 alt | alias for WIN866 | | 1 diff --git "a/content/zh/docs/PerformanceTuningGuide/\351\205\215\347\275\256Ustore.md" "b/content/zh/docs/PerformanceTuningGuide/\351\205\215\347\275\256Ustore.md" index ffe5051c3..457fbeef5 100644 --- "a/content/zh/docs/PerformanceTuningGuide/\351\205\215\347\275\256Ustore.md" +++ "b/content/zh/docs/PerformanceTuningGuide/\351\205\215\347\275\256Ustore.md" @@ -65,7 +65,7 @@ USTORE与原有的ASTORE\(Append Update\)存储引擎并存。USTORE存储引擎 ``` openGauss=# \d+ test Table "public.test" - Column | Type | Modifiers | Storage | Stats target | AboutopenGauss + Column | Type | Modifiers | Storage | Stats target | Description --------+-----------------------+-----------+----------+--------------+------------- id | integer | | plain | | age | integer | | plain | | @@ -81,7 +81,7 @@ USTORE与原有的ASTORE\(Append Update\)存储引擎并存。USTORE存储引擎 ``` openGauss=# \d+ test Table "public.test" - Column | Type | Modifiers | Storage | Stats target | AboutopenGauss + Column | Type | Modifiers | Storage | Stats target | Description --------+-----------------------+-----------+----------+--------------+------------- id | integer | | plain | | age | integer | | plain | | @@ -101,7 +101,7 @@ USTORE与原有的ASTORE\(Append Update\)存储引擎并存。USTORE存储引擎 ``` openGauss=# \d+ test Table "public.test" - Column | Type | Modifiers | Storage | Stats target | AboutopenGauss + Column | Type | Modifiers | Storage | Stats target | Description --------+-----------------------+-----------+----------+--------------+------------- id | integer | | plain | | age | integer | | plain | | diff --git a/content/zh/docs/SQLReference/ALTER-ROW-LEVEL-SECURITY-POLICY.md b/content/zh/docs/SQLReference/ALTER-ROW-LEVEL-SECURITY-POLICY.md index 59e7d6911..7419cd7b2 100644 --- a/content/zh/docs/SQLReference/ALTER-ROW-LEVEL-SECURITY-POLICY.md +++ b/content/zh/docs/SQLReference/ALTER-ROW-LEVEL-SECURITY-POLICY.md @@ -51,7 +51,7 @@ openGauss=# CREATE TABLE all_data(id int, role varchar(100), data varchar(100)); openGauss=# CREATE ROW LEVEL SECURITY POLICY all_data_rls ON all_data USING(role = CURRENT_USER); openGauss=# \d+ all_data Table "public.all_data" - Column | Type | Modifiers | Storage | Stats target | AboutopenGauss + Column | Type | Modifiers | Storage | Stats target | Description --------+------------------------+-----------+----------+--------------+------------- id | integer | | plain | | role | character varying(100) | | extended | | @@ -70,7 +70,7 @@ openGauss=# ALTER ROW LEVEL SECURITY POLICY all_data_rls ON all_data RENAME TO a openGauss=# ALTER ROW LEVEL SECURITY POLICY all_data_new_rls ON all_data TO alice, bob; openGauss=# \d+ all_data Table "public.all_data" - Column | Type | Modifiers | Storage | Stats target | AboutopenGauss + Column | Type | Modifiers | Storage | Stats target | Description --------+------------------------+-----------+----------+--------------+------------- id | integer | | plain | | role | character varying(100) | | extended | | @@ -86,7 +86,7 @@ Options: orientation=row, compression=no openGauss=# ALTER ROW LEVEL SECURITY POLICY all_data_new_rls ON all_data USING (id > 100 AND role = current_user); openGauss=# \d+ all_data Table "public.all_data" - Column | Type | Modifiers | Storage | Stats target | AboutopenGauss + Column | Type | Modifiers | Storage | Stats target | Description --------+------------------------+-----------+----------+--------------+------------- id | integer | | plain | | role | character varying(100) | | extended | | diff --git a/content/zh/docs/SQLReference/CREATE-ROW-LEVEL-SECURITY-POLICY.md b/content/zh/docs/SQLReference/CREATE-ROW-LEVEL-SECURITY-POLICY.md index 400e7e21f..7799d64ca 100644 --- a/content/zh/docs/SQLReference/CREATE-ROW-LEVEL-SECURITY-POLICY.md +++ b/content/zh/docs/SQLReference/CREATE-ROW-LEVEL-SECURITY-POLICY.md @@ -183,7 +183,7 @@ openGauss=# CREATE ROW LEVEL SECURITY POLICY all_data_rls ON all_data USING(role --查看表all_data相关信息 openGauss=# \d+ all_data Table "public.all_data" - Column | Type | Modifiers | Storage | Stats target | AboutopenGauss + Column | Type | Modifiers | Storage | Stats target | Description --------+------------------------+-----------+----------+--------------+------------- id | integer | | plain | | role | character varying(100) | | extended | | diff --git a/content/zh/docs/SQLReference/CREATE-TABLE.md b/content/zh/docs/SQLReference/CREATE-TABLE.md index 8f3d5c190..2dfa4929f 100644 --- a/content/zh/docs/SQLReference/CREATE-TABLE.md +++ b/content/zh/docs/SQLReference/CREATE-TABLE.md @@ -1187,7 +1187,7 @@ openGauss=# ALTER TABLE tpcds.warehouse_t17 ADD PARTIAL CLUSTER KEY(W_WAREHOUSE_ --查看约束的名称,并删除一个列存表中的局部聚簇列。 openGauss=# \d+ tpcds.warehouse_t17 Table "tpcds.warehouse_t17" - Column | Type | Modifiers | Storage | Stats target | AboutopenGauss + Column | Type | Modifiers | Storage | Stats target | Description -------------------+-----------------------+-----------+----------+--------------+------------- w_warehouse_sk | integer | not null | plain | | w_warehouse_id | character(16) | not null | extended | | diff --git a/content/zh/docs/SQLReference/DBE_SQL_UTIL-create_abort_sql_patch.md b/content/zh/docs/SQLReference/DBE_SQL_UTIL-create_abort_sql_patch.md index 1f0208176..2ca530616 100644 --- a/content/zh/docs/SQLReference/DBE_SQL_UTIL-create_abort_sql_patch.md +++ b/content/zh/docs/SQLReference/DBE_SQL_UTIL-create_abort_sql_patch.md @@ -29,7 +29,7 @@ create\_abort\_sql\_patch是用于创建避险SQL PATCH的接口函数,返回 - diff --git a/content/zh/docs/SQLReference/DBE_SQL_UTIL-create_hint_sql_patch.md b/content/zh/docs/SQLReference/DBE_SQL_UTIL-create_hint_sql_patch.md index 0e704fe51..a5d7a4c3d 100644 --- a/content/zh/docs/SQLReference/DBE_SQL_UTIL-create_hint_sql_patch.md +++ b/content/zh/docs/SQLReference/DBE_SQL_UTIL-create_hint_sql_patch.md @@ -36,7 +36,7 @@ create\_hint\_sql\_patch是用于创建调优SQL PATCH的接口函数,返回 - diff --git "a/content/zh/docs/SQLReference/Synonym\350\257\215\345\205\270.md" "b/content/zh/docs/SQLReference/Synonym\350\257\215\345\205\270.md" index 01042253e..c0ac49e1d 100644 --- "a/content/zh/docs/SQLReference/Synonym\350\257\215\345\205\270.md" +++ "b/content/zh/docs/SQLReference/Synonym\350\257\215\345\205\270.md" @@ -8,7 +8,7 @@ Synonym词典用于定义、识别token的同义词并转化,不支持词组 ``` openGauss=# SELECT * FROM ts_debug('english', 'Paris'); - alias | AboutopenGauss | token | dictionaries | dictionary | lexemes + alias | Description | token | dictionaries | dictionary | lexemes -----------+-----------------+-------+----------------+--------------+--------- asciiword | Word, all ASCII | Paris | {english_stem} | english_stem | {pari} (1 row) @@ -24,13 +24,13 @@ Synonym词典用于定义、识别token的同义词并转化,不支持词组 WITH my_synonym, english_stem; openGauss=# SELECT * FROM ts_debug('english', 'Paris'); - alias | AboutopenGauss | token | dictionaries | dictionary | lexemes + alias | Description | token | dictionaries | dictionary | lexemes -----------+-----------------+-------+---------------------------+------------+--------- asciiword | Word, all ASCII | Paris | {my_synonym,english_stem} | my_synonym | {paris} (1 row) openGauss=# SELECT * FROM ts_debug('english', 'paris'); - alias | AboutopenGauss | token | dictionaries | dictionary | lexemes + alias | Description | token | dictionaries | dictionary | lexemes -----------+-----------------+-------+---------------------------+------------+--------- asciiword | Word, all ASCII | Paris | {my_synonym,english_stem} | my_synonym | {paris} (1 row) @@ -38,13 +38,13 @@ Synonym词典用于定义、识别token的同义词并转化,不支持词组 openGauss=# ALTER TEXT SEARCH DICTIONARY my_synonym ( CASESENSITIVE=true); openGauss=# SELECT * FROM ts_debug('english', 'Paris'); - alias | AboutopenGauss | token | dictionaries | dictionary | lexemes + alias | Description | token | dictionaries | dictionary | lexemes -----------+-----------------+-------+---------------------------+------------+--------- asciiword | Word, all ASCII | Paris | {my_synonym,english_stem} | my_synonym | {paris} (1 row) openGauss=# SELECT * FROM ts_debug('english', 'paris'); - alias | AboutopenGauss | token | dictionaries | dictionary | lexemes + alias | Description | token | dictionaries | dictionary | lexemes -----------+-----------------+-------+---------------------------+------------+--------- asciiword | Word, all ASCII | Paris | {my_synonym,english_stem} | my_synonym | {pari} (1 row) diff --git "a/content/zh/docs/SQLReference/\345\205\266\344\273\226\347\263\273\347\273\237\345\207\275\346\225\260.md" "b/content/zh/docs/SQLReference/\345\205\266\344\273\226\347\263\273\347\273\237\345\207\275\346\225\260.md" index be0ab0927..04d5ef55b 100644 --- "a/content/zh/docs/SQLReference/\345\205\266\344\273\226\347\263\273\347\273\237\345\207\275\346\225\260.md" +++ "b/content/zh/docs/SQLReference/\345\205\266\344\273\226\347\263\273\347\273\237\345\207\275\346\225\260.md" @@ -765,7 +765,7 @@ openGauss的内建函数和操作符继承自开源PG,下述函数不作赘述 - -

      名称

      @@ -37,7 +37,7 @@ PG\_AboutopenGauss提供了类似的功能,它记录了单个数据库中对

      这个对象出现的系统表的OID。

      AboutopenGauss

      +

      Description

      text

      查询全局唯一ID。

      AboutopenGauss

      +

      Description

      IN text

      Hint文本。

      AboutopenGauss

      +

      Description

      IN text

      close_sl

      col_AboutopenGauss

      +

      col_Description

      concat

      diff --git "a/content/zh/docs/SQLReference/\345\210\206\350\257\215\345\231\250\346\265\213\350\257\225.md" "b/content/zh/docs/SQLReference/\345\210\206\350\257\215\345\231\250\346\265\213\350\257\225.md" index 79bc92632..e81987456 100644 --- "a/content/zh/docs/SQLReference/\345\210\206\350\257\215\345\231\250\346\265\213\350\257\225.md" +++ "b/content/zh/docs/SQLReference/\345\210\206\350\257\215\345\231\250\346\265\213\350\257\225.md" @@ -5,7 +5,7 @@ ``` ts_debug([ config regconfig, ] document text, OUT alias text, - OUT AboutopenGauss text, + OUT Description text, OUT token text, OUT dictionaries regdictionary[], OUT dictionary regdictionary, @@ -18,7 +18,7 @@ ts\_debug显示document的每个token信息,token是由解析器生成,由 ts\_debug为文本解析器标识的每个token返回一行记录。记录中的列分别是: - alias:text类型,token的别名。 -- AboutopenGauss:text类型,token的描述。 +- Description:text类型,token的描述。 - token:text类型,token的文本内容。 - dictionaries:regdictionary数组类型,是分词器为token选定的词典。 - dictionary:regdictionary类型,用来识别token的词典。如果为空,则不做识别。 @@ -28,7 +28,7 @@ ts\_debug为文本解析器标识的每个token返回一行记录。记录中的 ``` openGauss=# SELECT * FROM ts_debug('english','a fat cat sat on a mat - it ate a fat rats'); - alias | AboutopenGauss | token | dictionaries | dictionary | lexemes + alias | Description | token | dictionaries | dictionary | lexemes -----------+-----------------+-------+----------------+--------------+--------- asciiword | Word, all ASCII | a | {english_stem} | english_stem | {} blank | Space symbols | | {} | | diff --git "a/content/zh/docs/SQLReference/\346\226\207\346\234\254\346\243\200\347\264\242\345\207\275\346\225\260\345\222\214\346\223\215\344\275\234\347\254\246.md" "b/content/zh/docs/SQLReference/\346\226\207\346\234\254\346\243\200\347\264\242\345\207\275\346\225\260\345\222\214\346\223\215\344\275\234\347\254\246.md" index a1468f431..be67665b1 100644 --- "a/content/zh/docs/SQLReference/\346\226\207\346\234\254\346\243\200\347\264\242\345\207\275\346\225\260\345\222\214\346\223\215\344\275\234\347\254\246.md" +++ "b/content/zh/docs/SQLReference/\346\226\207\346\234\254\346\243\200\347\264\242\345\207\275\346\225\260\345\222\214\346\223\215\344\275\234\347\254\246.md" @@ -362,7 +362,7 @@ ## 文本检索调试函数 -- ts\_debug\(\[ config regconfig, \] document text, OUT alias text, OUT AboutopenGauss text, OUT token text, OUT dictionaries regdictionary\[\], OUT dictionary regdictionary, OUT lexemes text\[\]\) +- ts\_debug\(\[ config regconfig, \] document text, OUT alias text, OUT Description text, OUT token text, OUT dictionaries regdictionary\[\], OUT dictionary regdictionary, OUT lexemes text\[\]\) 描述:测试一个配置。 @@ -436,7 +436,7 @@ (4 rows) ``` -- ts\_token\_type\(parser\_name text, OUT tokid integer, OUT alias text, OUT AboutopenGauss text\) +- ts\_token\_type\(parser\_name text, OUT tokid integer, OUT alias text, OUT Description text\) 描述:获取分析器定义的记号类型。 @@ -474,7 +474,7 @@ (23 rows) ``` -- ts\_token\_type\(parser\_oid oid, OUT tokid integer, OUT alias text, OUT AboutopenGauss text\) +- ts\_token\_type\(parser\_oid oid, OUT tokid integer, OUT alias text, OUT Description text\) 描述:获取分析器定义的记号类型。 diff --git "a/content/zh/docs/SQLReference/\346\235\241\344\273\266\350\241\250\350\276\276\345\274\217.md" "b/content/zh/docs/SQLReference/\346\235\241\344\273\266\350\241\250\350\276\276\345\274\217.md" index 3befe2915..852529e93 100644 --- "a/content/zh/docs/SQLReference/\346\235\241\344\273\266\350\241\250\350\276\276\345\274\217.md" +++ "b/content/zh/docs/SQLReference/\346\235\241\344\273\266\350\241\250\350\276\276\345\274\217.md" @@ -76,15 +76,15 @@ 示例 ``` - openGauss=# CREATE TABLE tpcds.c_tabl(AboutopenGauss varchar(10), short_AboutopenGauss varchar(10), last_value varchar(10)) ; + openGauss=# CREATE TABLE tpcds.c_tabl(Description varchar(10), short_Description varchar(10), last_value varchar(10)) ; openGauss=# INSERT INTO tpcds.c_tabl VALUES('abc', 'efg', '123'); openGauss=# INSERT INTO tpcds.c_tabl VALUES(NULL, 'efg', '123'); openGauss=# INSERT INTO tpcds.c_tabl VALUES(NULL, NULL, '123'); - openGauss=# SELECT AboutopenGauss, short_AboutopenGauss, last_value, COALESCE(AboutopenGauss, short_AboutopenGauss, last_value) FROM tpcds.c_tabl ORDER BY 1, 2, 3, 4; - AboutopenGauss | short_AboutopenGauss | last_value | coalesce + openGauss=# SELECT Description, short_Description, last_value, COALESCE(Description, short_Description, last_value) FROM tpcds.c_tabl ORDER BY 1, 2, 3, 4; + Description | short_Description | last_value | coalesce -------------+-------------------+------------+---------- abc | efg | 123 | abc | efg | 123 | efg @@ -94,7 +94,7 @@ openGauss=# DROP TABLE tpcds.c_tabl; ``` - 如果AboutopenGauss不为NULL,则返回AboutopenGauss的值,否则计算下一个参数short\_AboutopenGauss;如果short\_AboutopenGauss不为NULL,则返回short\_AboutopenGauss的值,否则计算下一个参数last\_value;如果last\_value不为NULL,则返回last\_value的值,否则返回(none)。 + 如果Description不为NULL,则返回Description的值,否则计算下一个参数short\_Description;如果short\_Description不为NULL,则返回short\_Description的值,否则计算下一个参数last\_value;如果last\_value不为NULL,则返回last\_value的值,否则返回(none)。 ``` openGauss=# SELECT COALESCE(NULL,'Hello World'); diff --git "a/content/zh/docs/SQLReference/\347\263\273\347\273\237\344\277\241\346\201\257\345\207\275\346\225\260.md" "b/content/zh/docs/SQLReference/\347\263\273\347\273\237\344\277\241\346\201\257\345\207\275\346\225\260.md" index 32d869e1e..adf0f85f3 100644 --- "a/content/zh/docs/SQLReference/\347\263\273\347\273\237\344\277\241\346\201\257\345\207\275\346\225\260.md" +++ "b/content/zh/docs/SQLReference/\347\263\273\347\273\237\344\277\241\346\201\257\345\207\275\346\225\260.md" @@ -1695,7 +1695,7 @@ openGauss=# SELECT relname FROM pg_class WHERE pg_table_is_visible(oid); 示例: ``` - openGauss=# SELECT collation for (AboutopenGauss) FROM pg_AboutopenGauss LIMIT 1; + openGauss=# SELECT collation for (Description) FROM pg_Description LIMIT 1; pg_collation_for ------------------ "default" @@ -1757,37 +1757,37 @@ openGauss=# SELECT relname FROM pg_class WHERE pg_table_is_visible(oid); ## 注释信息函数 -- col\_AboutopenGauss\(table\_oid, column\_number\) +- col\_Description\(table\_oid, column\_number\) 描述:获取一个表字段的注释 返回类型:text - 备注:col\_AboutopenGauss返回一个表中字段的注释,通过表OID和字段号来声明。 + 备注:col\_Description返回一个表中字段的注释,通过表OID和字段号来声明。 -- obj\_AboutopenGauss\(object\_oid, catalog\_name\) +- obj\_Description\(object\_oid, catalog\_name\) 描述:获取一个数据库对象的注释 返回类型:text - 备注:带有两个参数的obj\_AboutopenGauss返回一个数据库对象的注释,该对象是通过其OID和其所属的系统表名称声明。比如,obj\_AboutopenGauss\(123456,'pg\_class'\)将返回OID为123456的表的注释。只带一个参数的obj\_AboutopenGauss只要求对象OID。 + 备注:带有两个参数的obj\_Description返回一个数据库对象的注释,该对象是通过其OID和其所属的系统表名称声明。比如,obj\_Description\(123456,'pg\_class'\)将返回OID为123456的表的注释。只带一个参数的obj\_Description只要求对象OID。 - obj\_AboutopenGauss不能用于表字段,因为字段没有自己的OID。 + obj\_Description不能用于表字段,因为字段没有自己的OID。 -- obj\_AboutopenGauss\(object\_oid\) +- obj\_Description\(object\_oid\) 描述:获取一个数据库对象的注释 返回类型:text -- shobj\_AboutopenGauss\(object\_oid, catalog\_name\) +- shobj\_Description\(object\_oid, catalog\_name\) 描述:获取一个共享数据库对象的注释 返回类型:text - 备注:shobj\_AboutopenGauss和obj\_AboutopenGauss差不多,不同之处仅在于前者用于共享对象。一些系统表是通用于openGauss中所有数据库的全局表,因此这些表的注释也是全局存储的。 + 备注:shobj\_Description和obj\_Description差不多,不同之处仅在于前者用于共享对象。一些系统表是通用于openGauss中所有数据库的全局表,因此这些表的注释也是全局存储的。 ## 事务ID和快照 diff --git "a/content/zh/docs/SQLReference/\350\247\243\346\236\220\345\231\250.md" "b/content/zh/docs/SQLReference/\350\247\243\346\236\220\345\231\250.md" index 828180d04..1b5079cbb 100644 --- "a/content/zh/docs/SQLReference/\350\247\243\346\236\220\345\231\250.md" +++ "b/content/zh/docs/SQLReference/\350\247\243\346\236\220\345\231\250.md" @@ -188,8 +188,8 @@ email不支持某些由RFC 5322定义的有效电子邮件字符。具体来说 解析器可能对同一内容进行重叠token。例如,包含连字符的单词将作为一个整体进行报告,其组件也会分别被报告: ``` -openGauss=# SELECT alias, AboutopenGauss, token FROM ts_debug('english','foo-bar-beta1'); - alias | AboutopenGauss | token +openGauss=# SELECT alias, Description, token FROM ts_debug('english','foo-bar-beta1'); + alias | Description | token -----------------+------------------------------------------+--------------- numhword | Hyphenated word, letters and digits | foo-bar-beta1 hword_asciipart | Hyphenated word part, all ASCII | foo @@ -202,8 +202,8 @@ openGauss=# SELECT alias, AboutopenGauss, token FROM ts_debug('english','foo-bar 这种行为是有必要的,因为它支持搜索整个复合词和各组件。这里是另一个例子: ``` -openGauss=# SELECT alias, AboutopenGauss, token FROM ts_debug('english','http://example.com/stuff/index.html'); - alias | AboutopenGauss | token +openGauss=# SELECT alias, Description, token FROM ts_debug('english','http://example.com/stuff/index.html'); + alias | Description | token ----------+---------------+------------------------------ protocol | Protocol head | http:// url | URL | example.com/stuff/index.html diff --git "a/content/zh/docs/SQLReference/\350\247\243\346\236\220\345\231\250\346\265\213\350\257\225.md" "b/content/zh/docs/SQLReference/\350\247\243\346\236\220\345\231\250\346\265\213\350\257\225.md" index 470ec10c3..7cf3b0b85 100644 --- "a/content/zh/docs/SQLReference/\350\247\243\346\236\220\345\231\250\346\265\213\350\257\225.md" +++ "b/content/zh/docs/SQLReference/\350\247\243\346\236\220\345\231\250\346\265\213\350\257\225.md" @@ -26,14 +26,14 @@ openGauss=# SELECT * FROM ts_parse('default', '123 - a number'); ``` ts_token_type(parser_name text, OUT tokid integer, - OUT alias text, OUT AboutopenGauss text) returns setof record + OUT alias text, OUT Description text) returns setof record ``` ts\_token\_type返回一个表,这个表描述了指定解析器可以识别的每种token类型。对于每个token类型,表中给出了整数类型的tokid--用于解析器标记对应的token类型;alias——命名分词器命令中的token类型及简单描述。比如: ``` openGauss=# SELECT * FROM ts_token_type('default'); - tokid | alias | AboutopenGauss + tokid | alias | Description -------+-----------------+------------------------------------------ 1 | asciiword | Word, all ASCII 2 | word | Word, all letters diff --git a/content/zh/docs/ToolandCommandReference/gsql.md b/content/zh/docs/ToolandCommandReference/gsql.md index be8acfa8d..caac6ba0f 100644 --- a/content/zh/docs/ToolandCommandReference/gsql.md +++ b/content/zh/docs/ToolandCommandReference/gsql.md @@ -774,7 +774,7 @@ omm@[local] openGauss=#

      例如,查看CREATE DATABASE命令的参数可使用下面的命令:

      openGauss=# \help CREATE DATABASE
           Command:     CREATE DATABASE
      -    AboutopenGauss: create a new database
      +    Description: create a new database
           Syntax:
           CREATE DATABASE database_name
                [ [ WITH ] {[ OWNER [=] user_name ]|
      -- 
      Gitee
      
      
      From 4ca6478a211781a02bc581af680e5092becee230 Mon Sep 17 00:00:00 2001
      From: spaceoddity91719 
      Date: Thu, 6 Apr 2023 16:12:36 +0800
      Subject: [PATCH 46/75] =?UTF-8?q?=E4=BF=AE=E6=AD=A3index=E9=94=99=E8=AF=AF?=
      MIME-Version: 1.0
      Content-Type: text/plain; charset=UTF-8
      Content-Transfer-Encoding: 8bit
      
      ---
       content/zh/menu/index.md | 4 ++--
       1 file changed, 2 insertions(+), 2 deletions(-)
      
      diff --git a/content/zh/menu/index.md b/content/zh/menu/index.md
      index 310b49594..be004f80d 100644
      --- a/content/zh/menu/index.md
      +++ b/content/zh/menu/index.md
      @@ -446,8 +446,8 @@ headless: true
       				-   [为MOT创建索引]({{< relref "./docs/DatabaseAdministrationGuide/为MOT创建索引.md" >}})
       				-   [将磁盘表转换为MOT]({{< relref "./docs/DatabaseAdministrationGuide/将磁盘表转换为MOT.md" >}})
       				-   [查询原生编译]({{< relref "./docs/DatabaseAdministrationGuide/查询原生编译.md" >}})
      -					-   [JIT存储过程]({}})
      -					-   [MOT JIT诊断]({}})
      +					-   [JIT存储过程]({{}})
      +					-   [MOT JIT诊断]({{}})
       				-   [重试中止事务]({{< relref "./docs/DatabaseAdministrationGuide/重试中止事务.md" >}})
       				-   [MOT外部支持工具]({{< relref "./docs/DatabaseAdministrationGuide/MOT外部支持工具.md" >}})
       				-   [MOT SQL覆盖和限制]({{< relref "./docs/DatabaseAdministrationGuide/MOT-SQL覆盖和限制.md" >}})
      -- 
      Gitee
      
      
      From 7828b0c7d37d9900badf849abec2de121529cd58 Mon Sep 17 00:00:00 2001
      From: "tongmeixia@0301" <870020620@qq.com>
      Date: Thu, 6 Apr 2023 16:23:45 +0800
      Subject: [PATCH 47/75] fixed e209d40 from
       https://gitee.com/tongdabao/docs/pulls/4874 link
      
      ---
       .../connecting-to-the-database-using-ssl.md               | 2 +-
       .../Developerguide/database-object-naming-conventions.md  | 2 +-
       .../Developerguide/development-and-design-proposal.md     | 2 +-
       .../en/docs/Developerguide/development-based-on-libpq.md  | 6 +++---
       .../docs/Developerguide/example-logic-replication-code.md | 2 +-
       .../en/docs/Developerguide/jdbc-interface-reference.md    | 2 +-
       .../en/docs/Developerguide/libpq-api-reference.md         | 2 +-
       .../en/docs/Developerguide/psycopg-api-reference.md       | 2 +-
       .../en/docs/Developerguide/psycopg-based-development.md   | 8 ++++----
       content/docs-lite/en/docs/Developerguide/table-design.md  | 2 +-
       .../en/docs/Developerguide/tool-interconnection.md        | 2 --
       .../docs-lite/en/docs/GettingStarted/GettingStarted.md    | 2 +-
       content/docs-lite/en/docs/GettingStarted/installation.md  | 2 +-
       .../en/docs/GettingStarted/preparing-for-installation.md  | 2 +-
       .../docs/InstallationGuide/uninstalling-the-opengauss.md  | 4 ++--
       .../PerformanceTuningGuide/configuring-vectorization.md   | 2 +-
       .../PerformanceTuningGuide/creating-a-resource-pool.md    | 6 +++---
       .../en/docs/PerformanceTuningGuide/description.md         | 2 +-
       .../en/docs/PerformanceTuningGuide/hint-based-tuning.md   | 2 +-
       .../hint-for-degrading-some-errors-to-warnings.md         | 2 +-
       .../docs/PerformanceTuningGuide/join-operation-hints.md   | 4 ++--
       .../optimizing-database-memory-parameters.md              | 2 +-
       .../optimizing-sql-self-diagnosis.md                      | 6 +++---
       .../resetting-key-parameters-during-sql-tuning.md         | 2 +-
       .../en/docs/PerformanceTuningGuide/setting-a-cgroup.md    | 2 +-
       .../PerformanceTuningGuide/sql-execution-plan-overview.md | 2 +-
       .../testing-mot-tpcc-performance.md                       | 2 +-
       .../typical-sql-optimization-methods.md                   | 2 +-
       28 files changed, 38 insertions(+), 40 deletions(-)
      
      diff --git a/content/docs-lite/en/docs/Developerguide/connecting-to-the-database-using-ssl.md b/content/docs-lite/en/docs/Developerguide/connecting-to-the-database-using-ssl.md
      index 5c658dcd8..a1aa97662 100644
      --- a/content/docs-lite/en/docs/Developerguide/connecting-to-the-database-using-ssl.md
      +++ b/content/docs-lite/en/docs/Developerguide/connecting-to-the-database-using-ssl.md
      @@ -11,7 +11,7 @@ Perform the following operations \(assuming that the license files are saved in
       1.  Log in as the OS user  **omm**  to the primary node of the database.
       2.  Generate and configure a certificate.
       
      -    Generate an SSL certificate. For details, see  [Generating Certificates](generating-certificates.md). Copy the generated  **server.crt**,  **server.key**, and  **cacert.pem**  files to the data directory on the server.
      +    Generate an SSL certificate. For details, see  [Generating Certificates](../DatabaseAdministrationGuide/generating-certificates.md). Copy the generated  **server.crt**,  **server.key**, and  **cacert.pem**  files to the data directory on the server.
       
           In the Unix OS,  **server.crt**  and  **server.key**  must deny the access from the external or any group. Run the following command to set this permission:
       
      diff --git a/content/docs-lite/en/docs/Developerguide/database-object-naming-conventions.md b/content/docs-lite/en/docs/Developerguide/database-object-naming-conventions.md
      index 4b2687eed..698ef36dd 100644
      --- a/content/docs-lite/en/docs/Developerguide/database-object-naming-conventions.md
      +++ b/content/docs-lite/en/docs/Developerguide/database-object-naming-conventions.md
      @@ -6,7 +6,7 @@ The name of a database object must meet the following requirements: The name of
       
           >![](public_sys-resources/icon-note.gif) **NOTE:** 
           >
      -    >You can use the select \* from pg\_get\_keywords\(\) query openGauss keyword or view the keyword in  [Keywords](keywords.md).
      +    >You can use the select \* from pg\_get\_keywords\(\) query openGauss keyword or view the keyword in  [Keywords](../SQLReference/keywords.md).
       
       -   \[Proposal\] Do not use a string enclosed in double quotation marks \(""\) to define the database object name, unless you need to specify its capitalization. Case sensitivity of database object names makes problem location difficult.
       -   \[Proposal\] Use the same naming format for database objects.
      diff --git a/content/docs-lite/en/docs/Developerguide/development-and-design-proposal.md b/content/docs-lite/en/docs/Developerguide/development-and-design-proposal.md
      index dc8d0b46e..96ed67396 100644
      --- a/content/docs-lite/en/docs/Developerguide/development-and-design-proposal.md
      +++ b/content/docs-lite/en/docs/Developerguide/development-and-design-proposal.md
      @@ -1,6 +1,6 @@
       # Development and Design Proposal
       
      --   **[Development and Design Proposal](development-and-design-proposal-0.md)**  
      +-   **[Development and Design Proposal](development-and-design-proposal-overview.md)**  
       
       -   **[Database Object Naming Conventions](database-object-naming-conventions.md)**  
       
      diff --git a/content/docs-lite/en/docs/Developerguide/development-based-on-libpq.md b/content/docs-lite/en/docs/Developerguide/development-based-on-libpq.md
      index ff139946a..0ae1938f3 100644
      --- a/content/docs-lite/en/docs/Developerguide/development-based-on-libpq.md
      +++ b/content/docs-lite/en/docs/Developerguide/development-based-on-libpq.md
      @@ -4,12 +4,12 @@
       
       -   **[Dependent Header Files of libpq](dependent-header-files-of-libpq.md)**  
       
      --   **[Development Process](development-process-2.md)**  
      +-   **[Development Process](development-process-libpq.md)**  
       
      --   **[Example](example.md)**  
      +-   **[Example](example-libpq.md)**  
       
       -   **[libpq API Reference](libpq-api-reference.md)**  
       
      --   **[Link Parameters](link-parameters.md)**  
      +-   **[Link Parameters](link-parameters-libpq.md)**  
       
       
      diff --git a/content/docs-lite/en/docs/Developerguide/example-logic-replication-code.md b/content/docs-lite/en/docs/Developerguide/example-logic-replication-code.md
      index 5a0fe3e6d..dd573bff3 100644
      --- a/content/docs-lite/en/docs/Developerguide/example-logic-replication-code.md
      +++ b/content/docs-lite/en/docs/Developerguide/example-logic-replication-code.md
      @@ -2,7 +2,7 @@
       
       The following example demonstrates how to use the logical replication function through the JDBC API.
       
      -For logical replication, in addition to the configuration items described in section [Logical Decoding](en-us_topic_0289900774.md), the following configuration items are added for streaming decoders such as JDBC:
      +For logical replication, in addition to the configuration items described in section [Logical Decoding](../DatabaseOMGuide/logical-decoding.md), the following configuration items are added for streaming decoders such as JDBC:
       
       1.  Decoding thread concurrency
       
      diff --git a/content/docs-lite/en/docs/Developerguide/jdbc-interface-reference.md b/content/docs-lite/en/docs/Developerguide/jdbc-interface-reference.md
      index 800265b85..db5de7769 100644
      --- a/content/docs-lite/en/docs/Developerguide/jdbc-interface-reference.md
      +++ b/content/docs-lite/en/docs/Developerguide/jdbc-interface-reference.md
      @@ -1,4 +1,4 @@
       # JDBC API Reference
       
      -For details, see  [JDBC](jdbc.md).
      +For details, see  [JDBC](development-based-on-jdbc.md).
       
      diff --git a/content/docs-lite/en/docs/Developerguide/libpq-api-reference.md b/content/docs-lite/en/docs/Developerguide/libpq-api-reference.md
      index 8c29f5218..38be73ebc 100644
      --- a/content/docs-lite/en/docs/Developerguide/libpq-api-reference.md
      +++ b/content/docs-lite/en/docs/Developerguide/libpq-api-reference.md
      @@ -1,4 +1,4 @@
       # libpq API Reference
       
      -For details, see  [libpq](libpq.md).
      +For details, see  [libpq](development-based-on-libpq.md).
       
      diff --git a/content/docs-lite/en/docs/Developerguide/psycopg-api-reference.md b/content/docs-lite/en/docs/Developerguide/psycopg-api-reference.md
      index 70a2817bb..3fd3972ad 100644
      --- a/content/docs-lite/en/docs/Developerguide/psycopg-api-reference.md
      +++ b/content/docs-lite/en/docs/Developerguide/psycopg-api-reference.md
      @@ -1,4 +1,4 @@
       # Psycopg API Reference
       
      -For details, see  [Psycopg](psycopg.md).
      +For details, see  [Psycopg](psycopg-based-development.md).
       
      diff --git a/content/docs-lite/en/docs/Developerguide/psycopg-based-development.md b/content/docs-lite/en/docs/Developerguide/psycopg-based-development.md
      index 43da7b98d..bdc28f867 100644
      --- a/content/docs-lite/en/docs/Developerguide/psycopg-based-development.md
      +++ b/content/docs-lite/en/docs/Developerguide/psycopg-based-development.md
      @@ -28,11 +28,11 @@ openGauss supports the psycopg2 feature and allows psycopg2 to be connected in S
       
       -   **[Psycopg Package](psycopg-package.md)**  
       
      --   **[Development Process](development-process-3.md)**  
      +-   **[Development Process](development-process-psycopg.md)**  
       
       -   **[Loading a Driver](loading-a-driver.md)**  
       
      --   **[Connecting to the Database](connecting-to-the-database.md)**  
      +-   **[Connecting to the Database](connecting-to-a-database-psycopg.md)**  
       
       -   **[Executing SQL Statements](executing-sql-statements.md)**  
       
      @@ -40,9 +40,9 @@ openGauss supports the psycopg2 feature and allows psycopg2 to be connected in S
       
       -   **[Closing the Connection](closing-the-connection.md)**  
       
      --   **[Connecting to the Database \(Using SSL\)](connecting-to-the-database-(using-ssl)-4.md)**  
      +-   **[Connecting to the Database \(Using SSL\)](connecting-to-the-database-using-ssl-psycopg.md)**  
       
      --   **[Example: Common Operations](example-common-operations.md)**  
      +-   **[Example: Common Operations](example-common-operations-psycopg.md)**  
       
       -   **[Psycopg API Reference](psycopg-api-reference.md)**  
       
      diff --git a/content/docs-lite/en/docs/Developerguide/table-design.md b/content/docs-lite/en/docs/Developerguide/table-design.md
      index 5a77bf35f..8320c2add 100644
      --- a/content/docs-lite/en/docs/Developerguide/table-design.md
      +++ b/content/docs-lite/en/docs/Developerguide/table-design.md
      @@ -131,6 +131,6 @@ If a table contains a large amount of data, partition the table based on the fol
           );
           ```
       
      -    For details about the table partition syntax, see  [CREATE TABLE PARTITION](create-table-partition.md).
      +    For details about the table partition syntax, see  [CREATE TABLE PARTITION](../SQLReference/create-table-partition.md).
       
       
      diff --git a/content/docs-lite/en/docs/Developerguide/tool-interconnection.md b/content/docs-lite/en/docs/Developerguide/tool-interconnection.md
      index b420eb9d2..c25f43cb5 100644
      --- a/content/docs-lite/en/docs/Developerguide/tool-interconnection.md
      +++ b/content/docs-lite/en/docs/Developerguide/tool-interconnection.md
      @@ -1,5 +1,3 @@
       # Tool Interconnection
       
      --   **[JDBC Configuration](jdbc-configuration.md)**  
      -
       
      diff --git a/content/docs-lite/en/docs/GettingStarted/GettingStarted.md b/content/docs-lite/en/docs/GettingStarted/GettingStarted.md
      index 63158c9ed..78eada093 100644
      --- a/content/docs-lite/en/docs/GettingStarted/GettingStarted.md
      +++ b/content/docs-lite/en/docs/GettingStarted/GettingStarted.md
      @@ -6,5 +6,5 @@ For example the **Installation Guide** provides information about installation r
       
       Many important features of openGauss are introduced in the **Developer Guide** section.
       
      -For example, the **[MOT Engine](../Administration/mot.md)** section provides a detailed review of the Memory Optimized Tables, a high performance storage engine embedded side-by-side the standard storage engine. This includes “MOT Introduction” section (including performance benchmarks), followed by the “Using MOT” section complete manual guide, and concluded by the “MOT Concepts” section with deeper insight into MOT design and technologies.
      +For example, the **[MOT Engine](../DatabaseAdministrationGuide/mot-usage.md)** section provides a detailed review of the Memory Optimized Tables, a high performance storage engine embedded side-by-side the standard storage engine. This includes “MOT Introduction” section (including performance benchmarks), followed by the “Using MOT” section complete manual guide, and concluded by the “MOT Concepts” section with deeper insight into MOT design and technologies.
       
      diff --git a/content/docs-lite/en/docs/GettingStarted/installation.md b/content/docs-lite/en/docs/GettingStarted/installation.md
      index b30b46929..40c566096 100644
      --- a/content/docs-lite/en/docs/GettingStarted/installation.md
      +++ b/content/docs-lite/en/docs/GettingStarted/installation.md
      @@ -2,7 +2,7 @@
       
       openGauss supports simplified installation using scripts. 
       
      -- **[Preparing Installation](#Preparing-Installation.md)**
      +- **[Preparing Installation](preparing-for-installation.md)**
       
       - **[Container-based Installation on a Single Node ](Container-based-Installation-on-a-Single-Node.md)**
       
      diff --git a/content/docs-lite/en/docs/GettingStarted/preparing-for-installation.md b/content/docs-lite/en/docs/GettingStarted/preparing-for-installation.md
      index 1fffcda31..eba18b875 100644
      --- a/content/docs-lite/en/docs/GettingStarted/preparing-for-installation.md
      +++ b/content/docs-lite/en/docs/GettingStarted/preparing-for-installation.md
      @@ -2,7 +2,7 @@
       
       This section describes how to prepare and configure an environment for simplified openGauss installation. The simplified installation can be performed on a single node or on primary/standby nodes. Read this section carefully before installation. If the configuration in this section has been completed, skip this section.
       
      --   **[Obtaining the Installation Package](obtaining-the-installation-package.md)**  
      +-   **[Obtaining the Installation Package](../InstallationGuide/obtaining-the-installation-package.md)**  
       You can obtain the installation package from the openGauss open-source community.
       -   **[Preparing the Software and Hardware Installation Environment](preparing-the-software-and-hardware-installation-environment.md)**  
       
      diff --git a/content/docs-lite/en/docs/InstallationGuide/uninstalling-the-opengauss.md b/content/docs-lite/en/docs/InstallationGuide/uninstalling-the-opengauss.md
      index 72fd9e152..d7bdf7591 100644
      --- a/content/docs-lite/en/docs/InstallationGuide/uninstalling-the-opengauss.md
      +++ b/content/docs-lite/en/docs/InstallationGuide/uninstalling-the-opengauss.md
      @@ -70,7 +70,7 @@ After the openGauss is uninstalled, execute the  **gs\_postuninstall**  script t
       
       1. Log in to the openGauss server as user  **root**.
       
      -2.  Check whether the mutual trust has been established between the users  **root**. If not, manually establish the mutual trust. For details, see  [Establishing Mutual Trust Manually](initializing-the-installation-environment.md).
      +2.  Check whether the mutual trust has been established between the users  **root**. If not, manually establish the mutual trust. For details, see  [Establishing Mutual Trust Manually](preparing-the-software-and-hardware-installation-environment.md).
       
           Run the  **ssh **_Host name_  command to check whether mutual trust has been successfully established. Then, enter  **exit**.
       
      @@ -108,7 +108,7 @@ After the openGauss is uninstalled, execute the  **gs\_postuninstall**  script t
       
           unset MPPDB\_ENV\_SEPARATE\_PATH
       
      -5. Delete the mutual trust between the users  **root**  on each openGauss database node. For details, see  [Establishing Mutual Trust Manually](establishing-mutual-trust-manually.md).
      +5. Delete the mutual trust between the users  **root**  on each openGauss database node. 
       
       6. Log out the **root** user.
       
      diff --git a/content/docs-lite/en/docs/PerformanceTuningGuide/configuring-vectorization.md b/content/docs-lite/en/docs/PerformanceTuningGuide/configuring-vectorization.md
      index 9742370b8..f811e5dd1 100644
      --- a/content/docs-lite/en/docs/PerformanceTuningGuide/configuring-vectorization.md
      +++ b/content/docs-lite/en/docs/PerformanceTuningGuide/configuring-vectorization.md
      @@ -9,7 +9,7 @@ The openGauss database supports the row executor and vectorized executor for pro
       
       Therefore, the openGauss database can achieve better query performance for complex analytical queries. However, column-store tables do not perform well in data insertion and update. Therefore, column-store tables cannot be used for services with frequent data insertion and update.
       
      -To improve the query performance of row-store tables in complex analytical queries, the openGauss database provides the vectorized executor for processing row-store tables. You can set  **[try\_vector\_engine\_strategy](optimizer-method-configuration.md#section145867222412)**  to convert query statements containing row-store tables into vectorized execution plans for execution.
      +To improve the query performance of row-store tables in complex analytical queries, the openGauss database provides the vectorized executor for processing row-store tables. You can set  **[try\_vector\_engine\_strategy](../DataBaseReference/optimizer-method-configuration.md#section145867222412)**  to convert query statements containing row-store tables into vectorized execution plans for execution.
       
       This conversion is not applicable to all query scenarios. If a query statement contains operations such as expression calculation, multi-table join, and aggregation, the performance can be improved by converting the statement to a vectorized execution plan. Theoretically, converting a row-store table to a vectorized execution plan causes conversion overheads and performance deterioration. After the foregoing expression calculation, join operation, and aggregation operations are converted into vectorized execution plans, performance can be improved. The performance improvement must be higher than the overheads generated by the conversion. This determines whether the conversion is required.
       
      diff --git a/content/docs-lite/en/docs/PerformanceTuningGuide/creating-a-resource-pool.md b/content/docs-lite/en/docs/PerformanceTuningGuide/creating-a-resource-pool.md
      index 1c9181f33..82f95ebb9 100644
      --- a/content/docs-lite/en/docs/PerformanceTuningGuide/creating-a-resource-pool.md
      +++ b/content/docs-lite/en/docs/PerformanceTuningGuide/creating-a-resource-pool.md
      @@ -127,13 +127,13 @@ After resource load management is enabled, the system automatically creates  **d
       
       ## Prerequisites
       
      -You are familiar with the  [CREATE RESOURCE POOL](create-resource-pool.md),  [ALTER RESOURCE POOL](alter-resource-pool.md), and  [DROP RESOURCE POOL](drop-resource-pool.md)syntax.
      +You are familiar with the  [CREATE RESOURCE POOL](../SQLReference/create-resource-pool.md),  [ALTER RESOURCE POOL](alter-resource-pool.md), and  [DROP RESOURCE POOL](drop-resource-pool.md)syntax.
       
       ## **Procedure** 
       
       **Creating a resource pool**
       
      -1.  Perform the steps in  [Using gsql to Connect to a Database](using-gsql-to-connect-to-a-database.md).
      +1.  Perform the steps in  [Using gsql to Connect to a Database](../GettingStarted/gsql-connection-and-usage.md).
       
       1.  Create a group resource pool and associate it with the specified sub-Class Cgroup. In the following example, the group resource pool named  **resource\_pool\_a**  is associated with the  **class\_a**  Cgroup.
       
      @@ -208,7 +208,7 @@ DROP RESOURCE POOL
           (7 rows)
           ```
       
      --   View information about Cgroups associated with a resource pool. For details, see  **[gs\_control\_group\_info\(p...](statistics-information-functions.md#en-us_topic_0283136951_en-us_topic_0237121998_li111931884019)**.
      +-   View information about Cgroups associated with a resource pool. For details, see  **[gs\_control\_group\_info\(p...](../SQLReference/statistics-information-functions.md#en-us_topic_0283136951_en-us_topic_0237121998_li111931884019)**.
       
           In the following example,  **resource\_pool\_a1**  is the name of the resource pool.
       
      diff --git a/content/docs-lite/en/docs/PerformanceTuningGuide/description.md b/content/docs-lite/en/docs/PerformanceTuningGuide/description.md
      index 78229a3e5..3b9265cf0 100644
      --- a/content/docs-lite/en/docs/PerformanceTuningGuide/description.md
      +++ b/content/docs-lite/en/docs/PerformanceTuningGuide/description.md
      @@ -1,6 +1,6 @@
       # Description
       
      -As described in  [Overview](overview-12.md),  **EXPLAIN**  displays the execution plan, but will not actually run SQL statements.  **EXPLAIN ANALYZE**  and  **EXPLAIN PERFORMANCE**  both will actually run SQL statements and return the execution information. This section describes the execution plan and execution information in detail.
      +As described in  [Overview](sql-execution-plan-overview.md),  **EXPLAIN**  displays the execution plan, but will not actually run SQL statements.  **EXPLAIN ANALYZE**  and  **EXPLAIN PERFORMANCE**  both will actually run SQL statements and return the execution information. This section describes the execution plan and execution information in detail.
       
       ## Execution Plans
       
      diff --git a/content/docs-lite/en/docs/PerformanceTuningGuide/hint-based-tuning.md b/content/docs-lite/en/docs/PerformanceTuningGuide/hint-based-tuning.md
      index fb273be17..3fc5e33a4 100644
      --- a/content/docs-lite/en/docs/PerformanceTuningGuide/hint-based-tuning.md
      +++ b/content/docs-lite/en/docs/PerformanceTuningGuide/hint-based-tuning.md
      @@ -22,6 +22,6 @@
       
       -   **[Hint Specifying Not to Use Global Plan Cache](hint-specifying-not-to-use-global-plan-cache.md)**  
       
      --   **[Hint of Parameterized Paths at the Same Level](en-us_topic_0000001266694989.md)** 
      +-   **[Hint of Parameterized Paths at the Same Level](hint-of-parameterized-paths-at-the-same-level.md)** 
       
       -   **[Hint for Degrading Some Errors to Warnings](hint-for-degrading-some-errors-to-warnings.md)** 
      diff --git a/content/docs-lite/en/docs/PerformanceTuningGuide/hint-for-degrading-some-errors-to-warnings.md b/content/docs-lite/en/docs/PerformanceTuningGuide/hint-for-degrading-some-errors-to-warnings.md
      index d3487d33c..6d429c2f6 100644
      --- a/content/docs-lite/en/docs/PerformanceTuningGuide/hint-for-degrading-some-errors-to-warnings.md
      +++ b/content/docs-lite/en/docs/PerformanceTuningGuide/hint-for-degrading-some-errors-to-warnings.md
      @@ -22,7 +22,7 @@ When this hint is used, errors are degraded in the following scenarios:
         
             >![](public_sys-resources/icon-note.gif) **NOTE:**
             >
      -      >For details about the GUC parameter **sql_ignore_strategy**, see [sql_ignore_strategy](miscellaneous-parameters.md).
      +      >For details about the GUC parameter **sql_ignore_strategy**, see [sql_ignore_strategy](../DataBaseReference/miscellaneous-parameters.md).
       
       - **The unique constraint is violated.**
       
      diff --git a/content/docs-lite/en/docs/PerformanceTuningGuide/join-operation-hints.md b/content/docs-lite/en/docs/PerformanceTuningGuide/join-operation-hints.md
      index 15827d23d..77908371c 100644
      --- a/content/docs-lite/en/docs/PerformanceTuningGuide/join-operation-hints.md
      +++ b/content/docs-lite/en/docs/PerformanceTuningGuide/join-operation-hints.md
      @@ -14,7 +14,7 @@ These hints specify the join method, which can be nested loop join, hash join, o
       
       -   **no**  indicates that the specified hint will not be used for a join.
       
      --   **table\_list **specifies the tables to be joined. The values are the same as those of  **[join\_table\_list](en-us_topic_0283136909.md#en-us_topic_0237121533_section1280444714345)**  but contain no parentheses.
      +-   **table\_list **specifies the tables to be joined. The values are the same as those of  **join\_table\_list**  but contain no parentheses.
       
       For example:
       
      @@ -22,7 +22,7 @@ For example:
       
       ## Example
       
      -Hint the query plan in  [Example](en-us_topic_0283137554.md#en-us_topic_0237121532_section671421102912)  as follows:
      +Hint the query plan in  [Example](plan-hint-optimization.md#en-us_topic_0237121532_section671421102912)  as follows:
       
       ```
       explain
      diff --git a/content/docs-lite/en/docs/PerformanceTuningGuide/optimizing-database-memory-parameters.md b/content/docs-lite/en/docs/PerformanceTuningGuide/optimizing-database-memory-parameters.md
      index 7e74bad88..1e4df97f1 100644
      --- a/content/docs-lite/en/docs/PerformanceTuningGuide/optimizing-database-memory-parameters.md
      +++ b/content/docs-lite/en/docs/PerformanceTuningGuide/optimizing-database-memory-parameters.md
      @@ -4,7 +4,7 @@ The performance of complex query statements strongly depends on the configuratio
       
       ## Parameter for Logical Memory Management
       
      -**max\_process\_memory**  is a parameter used for logical memory management. It specifies the maximum available memory on each database node. Set this parameter by referring to  [max\_process\_memory](memory-35.md#en-us_topic_0283136786_en-us_topic_0237124699_en-us_topic_0059777577_sbebcee7acf2042dc8824982f22a2b4a8).
      +**max\_process\_memory**  is a parameter used for logical memory management. It specifies the maximum available memory on each database node. Set this parameter by referring to  [max\_process\_memory](../DataBaseReference/memory-35.md#en-us_topic_0283136786_en-us_topic_0237124699_en-us_topic_0059777577_sbebcee7acf2042dc8824982f22a2b4a8).
       
       Use the following formula to calculate the available memory for job execution:
       
      diff --git a/content/docs-lite/en/docs/PerformanceTuningGuide/optimizing-sql-self-diagnosis.md b/content/docs-lite/en/docs/PerformanceTuningGuide/optimizing-sql-self-diagnosis.md
      index 43a524ca0..9c28cf880 100644
      --- a/content/docs-lite/en/docs/PerformanceTuningGuide/optimizing-sql-self-diagnosis.md
      +++ b/content/docs-lite/en/docs/PerformanceTuningGuide/optimizing-sql-self-diagnosis.md
      @@ -1,10 +1,10 @@
       # Optimizing SQL Self-Diagnosis
       
      -Performance issues may occur when you query data or run the  **INSERT**,  **DELETE**,  **UPDATE**, or  **CREATE TABLE AS**  statement. In this case, you can query the  **warning**  column in the [GS\_WLM\_SESSION\_STATISTICS](gs_wlm_session_statistics.md)  and  [GS\_WLM\_SESSION\_HISTORY](gs_wlm_session_history.md) views to obtain reference for performance optimization.
      +Performance issues may occur when you query data or run the  **INSERT**,  **DELETE**,  **UPDATE**, or  **CREATE TABLE AS**  statement. In this case, you can query the  **warning**  column in the [GS\_WLM\_SESSION\_STATISTICS](../DataBaseReference/gs_wlm_session_statistics.md)  and  [GS\_WLM\_SESSION\_HISTORY](gs_wlm_session_history.md) views to obtain reference for performance optimization.
       
      -Alarms that can trigger SQL self diagnosis depend on the settings of  **[resource\_track\_level](workload-management.md#en-us_topic_0283137479_en-us_topic_0237124729_section153571329142612)**. If  **resource\_track\_level**  is set to  **query**, alarms about the failures in collecting column statistics and pushing down SQL statements will trigger the diagnosis. If  **resource\_track\_level**  is set to  **operator**, all alarms will trigger the diagnosis.
      +Alarms that can trigger SQL self diagnosis depend on the settings of  **[resource\_track\_level](../DataBaseReference/workload-management.md#en-us_topic_0283137479_en-us_topic_0237124729_section153571329142612)**. If  **resource\_track\_level**  is set to  **query**, alarms about the failures in collecting column statistics and pushing down SQL statements will trigger the diagnosis. If  **resource\_track\_level**  is set to  **operator**, all alarms will trigger the diagnosis.
       
      -Whether a SQL plan will be diagnosed depends on the settings of  **[resource\_track\_cost](workload-management.md#en-us_topic_0283137479_en-us_topic_0237124729_section1089022732713)**. A SQL plan will be diagnosed only if its execution cost is greater than  **resource\_track\_cost**. You can use the  **EXPLAIN**  keyword to check the plan execution cost.
      +Whether a SQL plan will be diagnosed depends on the settings of  **[resource\_track\_cost](../DataBaseReference/workload-management.md#en-us_topic_0283137479_en-us_topic_0237124729_section1089022732713)**. A SQL plan will be diagnosed only if its execution cost is greater than  **resource\_track\_cost**. You can use the  **EXPLAIN**  keyword to check the plan execution cost.
       
       The SQL self-diagnosis function is affected by the  **enable\_analyze\_check**  parameter. Ensure that the function is enabled before using it.
       
      diff --git a/content/docs-lite/en/docs/PerformanceTuningGuide/resetting-key-parameters-during-sql-tuning.md b/content/docs-lite/en/docs/PerformanceTuningGuide/resetting-key-parameters-during-sql-tuning.md
      index f8767cf0a..642a1f592 100644
      --- a/content/docs-lite/en/docs/PerformanceTuningGuide/resetting-key-parameters-during-sql-tuning.md
      +++ b/content/docs-lite/en/docs/PerformanceTuningGuide/resetting-key-parameters-during-sql-tuning.md
      @@ -1,6 +1,6 @@
       # Resetting Key Parameters During SQL Tuning
       
      -This section introduces key parameters of the primary database node that affect optimization of SQL statements in openGauss. For details about the parameter configurations, see  [Configuring Running Parameters](configuring-running-parameters.md).
      +This section introduces key parameters of the primary database node that affect optimization of SQL statements in openGauss. For details about the parameter configurations, see  [Configuring Running Parameters](../DatabaseAdministrationGuide/configuring-running-parameters.md).
       
       **Table  1**  Parameters of the primary database node
       
      diff --git a/content/docs-lite/en/docs/PerformanceTuningGuide/setting-a-cgroup.md b/content/docs-lite/en/docs/PerformanceTuningGuide/setting-a-cgroup.md
      index 08cb36cf8..da362a863 100644
      --- a/content/docs-lite/en/docs/PerformanceTuningGuide/setting-a-cgroup.md
      +++ b/content/docs-lite/en/docs/PerformanceTuningGuide/setting-a-cgroup.md
      @@ -310,7 +310,7 @@ You are familiar with "Server Tools \> gs\_cgroup" and "Server Tools \> gs\_ssh"
       
       3.  Obtain the Cgroup configuration in a system view.
       
      -    1.  Perform the steps in  [Using gsql to Connect to a Database](using-gsql-to-connect-to-a-database.md).
      +    1.  Perform the steps in  [Using gsql to Connect to a Database](../GettingStarted/gsql-connection-and-usage.md).
           2.  Obtain the configuration about all Cgroups in the system.
       
           ```
      diff --git a/content/docs-lite/en/docs/PerformanceTuningGuide/sql-execution-plan-overview.md b/content/docs-lite/en/docs/PerformanceTuningGuide/sql-execution-plan-overview.md
      index 87e19d424..c9f0da4fa 100644
      --- a/content/docs-lite/en/docs/PerformanceTuningGuide/sql-execution-plan-overview.md
      +++ b/content/docs-lite/en/docs/PerformanceTuningGuide/sql-execution-plan-overview.md
      @@ -13,7 +13,7 @@ You can run the  **EXPLAIN**  command to view the execution plan generated for e
       
       ## Execution Plan Information
       
      -In addition to setting different display formats for an execution plan, you can use different  **EXPLAIN**  syntax to display execution plan information in detail. The following lists the common  **EXPLAIN**  syntax. For details about more  **EXPLAIN**  syntax, see  [EXPLAIN](explain.md).
      +In addition to setting different display formats for an execution plan, you can use different  **EXPLAIN**  syntax to display execution plan information in detail. The following lists the common  **EXPLAIN**  syntax. For details about more  **EXPLAIN**  syntax, see  [EXPLAIN](../SQLReference/explain.md).
       
       -   EXPLAIN  _statement_: only generates an execution plan and does not execute. The  _statement_  indicates SQL statements.
       -   EXPLAIN ANALYZE  _statement_: generates and executes an execution plan, and displays the execution summary. Then actual execution time statistics are added to the display, including the total elapsed time expended within each plan node \(in milliseconds\) and the total number of rows it actually returned.
      diff --git a/content/docs-lite/en/docs/PerformanceTuningGuide/testing-mot-tpcc-performance.md b/content/docs-lite/en/docs/PerformanceTuningGuide/testing-mot-tpcc-performance.md
      index f8c099bc5..36eae6959 100644
      --- a/content/docs-lite/en/docs/PerformanceTuningGuide/testing-mot-tpcc-performance.md
      +++ b/content/docs-lite/en/docs/PerformanceTuningGuide/testing-mot-tpcc-performance.md
      @@ -116,7 +116,7 @@ The tpm-C unit of measure is expressed as transactions-per-minute-C, whereas "C"
       
       ## System-Level Optimization
       
      -Follow the instructions in the  [MOT Server Optimization – x86](mot-server-optimization-x86.md)  section. The following section describes the key system-level optimizations for deploying the openGauss database on a Huawei Taishan server and on a Euler 2.8 operating system for ultimate performance.
      +Follow the instructions in the  [MOT Server Optimization – x86](../DatabaseAdministrationGuide/mot-server-optimization-x86.md)  section. The following section describes the key system-level optimizations for deploying the openGauss database on a Huawei Taishan server and on a Euler 2.8 operating system for ultimate performance.
       
       ## BenchmarkSQL – An Open-Source TPC-C Tool
       
      diff --git a/content/docs-lite/en/docs/PerformanceTuningGuide/typical-sql-optimization-methods.md b/content/docs-lite/en/docs/PerformanceTuningGuide/typical-sql-optimization-methods.md
      index 1536a7779..126a4cf80 100644
      --- a/content/docs-lite/en/docs/PerformanceTuningGuide/typical-sql-optimization-methods.md
      +++ b/content/docs-lite/en/docs/PerformanceTuningGuide/typical-sql-optimization-methods.md
      @@ -1,6 +1,6 @@
       # Typical SQL Optimization Methods
       
      -SQL optimization involves continuous analysis and trying. Queries are run before they are used for services to determine whether the performance meets requirements. If it does not, queries will be optimized by  [checking the execution plan](en-us_topic_0283136776.md)  and identifying the causes. Then, the queries will be run and optimized again until they meet the requirements.
      +SQL optimization involves continuous analysis and trying. Queries are run before they are used for services to determine whether the performance meets requirements. If it does not, queries will be optimized by  [checking the execution plan](introduction-to-the-sql-execution-plan.md)  and identifying the causes. Then, the queries will be run and optimized again until they meet the requirements.
       
       -   **[Optimizing SQL Self-Diagnosis](optimizing-sql-self-diagnosis.md)**  
       
      -- 
      Gitee
      
      
      From 211b64597028c2a7a5b85fa940a16b645bf21661 Mon Sep 17 00:00:00 2001
      From: yuchao 
      Date: Thu, 6 Apr 2023 10:32:38 +0800
      Subject: [PATCH 48/75] =?UTF-8?q?fixed=20ec0bf87=20from=20https://gitee.co?=
       =?UTF-8?q?m/yuchao111222/docs=5Fresconstruct/pulls/4863=20=E6=B7=BB?=
       =?UTF-8?q?=E5=8A=A0=E4=B8=8D=E6=94=AF=E6=8C=81=E8=A7=86=E5=9B=BE=E4=B8=8A?=
       =?UTF-8?q?=E5=88=9B=E5=BB=BA=E5=A2=9E=E9=87=8F=E7=89=A9=E5=8C=96=E8=A7=86?=
       =?UTF-8?q?=E5=9B=BE=E7=9A=84=E7=BA=A6=E6=9D=9F?=
      MIME-Version: 1.0
      Content-Type: text/plain; charset=UTF-8
      Content-Transfer-Encoding: 8bit
      
      ---
       ...24\257\346\214\201\345\222\214\347\272\246\346\235\237-30.md" | 1 +
       ...224\257\346\214\201\345\222\214\347\272\246\346\235\237-1.md" | 1 +
       2 files changed, 2 insertions(+)
      
      diff --git "a/content/docs-lite/zh/docs/SQLReference/\346\224\257\346\214\201\345\222\214\347\272\246\346\235\237-30.md" "b/content/docs-lite/zh/docs/SQLReference/\346\224\257\346\214\201\345\222\214\347\272\246\346\235\237-30.md"
      index 5363676e5..9fa5e25c6 100644
      --- "a/content/docs-lite/zh/docs/SQLReference/\346\224\257\346\214\201\345\222\214\347\272\246\346\235\237-30.md"
      +++ "b/content/docs-lite/zh/docs/SQLReference/\346\224\257\346\214\201\345\222\214\347\272\246\346\235\237-30.md"
      @@ -14,6 +14,7 @@
       -   物化视图不支持增删改操作,只支持查询语句。
       -   不支持用临时表/hashbucket/unlog/分区表创建物化视图。
       -   不支持物化视图嵌套创建(即物化视图上创建物化视图)。
      +-   不支持视图上创建增量物化视图。
       -   仅支持行存表,不支持列存表。
       -   不支持UNLOGGED类型的物化视图,不支持WITH语法。
       
      diff --git "a/content/zh/docs/SQLReference/\346\224\257\346\214\201\345\222\214\347\272\246\346\235\237-1.md" "b/content/zh/docs/SQLReference/\346\224\257\346\214\201\345\222\214\347\272\246\346\235\237-1.md"
      index 5363676e5..9fa5e25c6 100644
      --- "a/content/zh/docs/SQLReference/\346\224\257\346\214\201\345\222\214\347\272\246\346\235\237-1.md"
      +++ "b/content/zh/docs/SQLReference/\346\224\257\346\214\201\345\222\214\347\272\246\346\235\237-1.md"
      @@ -14,6 +14,7 @@
       -   物化视图不支持增删改操作,只支持查询语句。
       -   不支持用临时表/hashbucket/unlog/分区表创建物化视图。
       -   不支持物化视图嵌套创建(即物化视图上创建物化视图)。
      +-   不支持视图上创建增量物化视图。
       -   仅支持行存表,不支持列存表。
       -   不支持UNLOGGED类型的物化视图,不支持WITH语法。
       
      -- 
      Gitee
      
      
      From e9162b1b3d7637f91248b7111ebb4d43e61a7a82 Mon Sep 17 00:00:00 2001
      From: "tongmeixia@0301" <870020620@qq.com>
      Date: Thu, 6 Apr 2023 17:21:42 +0800
      Subject: [PATCH 49/75] fixed 9e8cce3 from
       https://gitee.com/tongdabao/docs/pulls/4880 link
      
      ---
       .../docs-lite/en/docs/SQLReference/alter-foreign-table.md | 2 +-
       content/docs-lite/en/docs/SQLReference/alter-server.md    | 2 +-
       .../docs-lite/en/docs/SQLReference/alter-system-set.md    | 2 +-
       content/docs-lite/en/docs/SQLReference/alter-table.md     | 4 ++--
       content/docs-lite/en/docs/SQLReference/analyze-analyse.md | 2 +-
       .../en/docs/SQLReference/configuration-examples.md        | 2 +-
       .../en/docs/SQLReference/constraints-on-index-use.md      | 2 +-
       .../en/docs/SQLReference/create-foreign-table.md          | 2 +-
       .../en/docs/SQLReference/create-resource-pool.md          | 2 +-
       .../en/docs/SQLReference/create-table-partition.md        | 2 +-
       content/docs-lite/en/docs/SQLReference/create-table.md    | 4 ++--
       .../en/docs/SQLReference/create-text-search-dictionary.md | 4 ++--
       .../docs-lite/en/docs/SQLReference/create-user-mapping.md | 2 +-
       content/docs-lite/en/docs/SQLReference/data-types.md      | 4 +---
       .../date-and-time-processing-functions-and-operators.md   | 2 +-
       content/docs-lite/en/docs/SQLReference/debugging.md       | 2 +-
       content/docs-lite/en/docs/SQLReference/delete.md          | 4 ++--
       content/docs-lite/en/docs/SQLReference/explain-plan.md    | 2 +-
       .../en/docs/SQLReference/global_thread_wait_status.md     | 4 ++--
       .../docs/SQLReference/gs_slow_query_info-(discarded).md   | 2 +-
       content/docs-lite/en/docs/SQLReference/insert.md          | 3 +--
       content/docs-lite/en/docs/SQLReference/merge-into.md      | 3 +--
       .../docs-lite/en/docs/SQLReference/operator_history.md    | 2 +-
       content/docs-lite/en/docs/SQLReference/overview-18.md     | 2 +-
       ...performance-report-generated-based-on-wdr-snapshots.md | 4 ++--
       content/docs-lite/en/docs/SQLReference/query.md           | 2 +-
       .../docs-lite/en/docs/SQLReference/security-functions.md  | 8 ++++----
       content/docs-lite/en/docs/SQLReference/select-into.md     | 2 +-
       content/docs-lite/en/docs/SQLReference/select.md          | 2 +-
       .../docs-lite/en/docs/SQLReference/snowball-dictionary.md | 2 +-
       content/docs-lite/en/docs/SQLReference/sql-reference.md   | 4 ++--
       31 files changed, 41 insertions(+), 45 deletions(-)
      
      diff --git a/content/docs-lite/en/docs/SQLReference/alter-foreign-table.md b/content/docs-lite/en/docs/SQLReference/alter-foreign-table.md
      index 9d3913193..3242eef9c 100644
      --- a/content/docs-lite/en/docs/SQLReference/alter-foreign-table.md
      +++ b/content/docs-lite/en/docs/SQLReference/alter-foreign-table.md
      @@ -97,7 +97,7 @@ ALTER FOREIGN TABLE [ IF EXISTS ] table_name
       
       
               >![](public_sys-resources/icon-note.gif) **NOTE:** 
      -        >For details about how to use  **file\_fdw**, see  [file\_fdw](file_fdw.md).
      +        >For details about how to use  **file\_fdw**, see  [file\_fdw](../DatabaseAdministrationGuide/file_fdw.md).
       
       
       -   **value**
      diff --git a/content/docs-lite/en/docs/SQLReference/alter-server.md b/content/docs-lite/en/docs/SQLReference/alter-server.md
      index 660d3e4da..4a6ffae7f 100644
      --- a/content/docs-lite/en/docs/SQLReference/alter-server.md
      +++ b/content/docs-lite/en/docs/SQLReference/alter-server.md
      @@ -62,7 +62,7 @@ Only the server owner or a user granted with the ALTER permission can run the  *
       
                   Listening port number of the MySQL server or MariaDB.
       
      -    -   The options supported by postgres\_fdw are the same as those supported by libpq. For details, see  [Link Parameters](link-parameters.md). Note that the following options cannot be modified:
      +    -   The options supported by postgres\_fdw are the same as those supported by libpq. For details, see  [Link Parameters](../Developerguide/link-parameters-libpqs.md). Note that the following options cannot be modified:
               -   **user**  and  **password**
       
                   The username and password are specified when the user mapping is created.
      diff --git a/content/docs-lite/en/docs/SQLReference/alter-system-set.md b/content/docs-lite/en/docs/SQLReference/alter-system-set.md
      index 70e6abc8c..6e4817c11 100644
      --- a/content/docs-lite/en/docs/SQLReference/alter-system-set.md
      +++ b/content/docs-lite/en/docs/SQLReference/alter-system-set.md
      @@ -12,7 +12,7 @@
           -   The GUC parameters at the BACKEND level take effect only after the session is reconnected.
           -   The GUC parameters at the SIGHUP level take effect immediately. \(Actually, there is a slight delay to wait for the thread reloading the parameter.\)
       
      --   You can set the  [**audit\_set\_parameter**](operation-auditing.md#en-us_topic_0283136929_en-us_topic_0237124747_en-us_topic_0059777487_sc59738d0efe94f909306fde1f3d04f1e)  parameter to specify whether the operation is audited.
      +-   You can set the  [**audit\_set\_parameter**](../DataBaseReference/operation-auditing.md#en-us_topic_0283136929_en-us_topic_0237124747_en-us_topic_0059777487_sc59738d0efe94f909306fde1f3d04f1e)  parameter to specify whether the operation is audited.
       -   The operation can be synchronized to the standby server.
       -   The operation is the same as  **gs\_guc**, which does not pay attention to whether the database is a primary or standby node or whether the database is read-only.
       -   The operation cannot be executed in a transaction because it cannot be rolled back.
      diff --git a/content/docs-lite/en/docs/SQLReference/alter-table.md b/content/docs-lite/en/docs/SQLReference/alter-table.md
      index d1b194b80..80fd0c892 100644
      --- a/content/docs-lite/en/docs/SQLReference/alter-table.md
      +++ b/content/docs-lite/en/docs/SQLReference/alter-table.md
      @@ -102,12 +102,12 @@
           -   **| ENABLE TRIGGER \[ trigger\_name | ALL | USER \]**
               Enables a single trigger specified by  **trigger\_name**, enables all triggers, or enables only user triggers.
           -   **| ENABLE REPLICA TRIGGER trigger\_name**
      -        Determines that the trigger firing mechanism is affected by the configuration variable  [session\_replication\_role](statement-behavior.md#en-us_topic_0283136752_en-us_topic_0237124732_en-us_topic_0059779117_sffbd1c48d86b4c3fa3287167a7810216). When the replication role is  **origin**  \(default value\) or  **local**, a simple trigger is fired.
      +        Determines that the trigger firing mechanism is affected by the configuration variable  [session\_replication\_role](../DataBaseReference/statement-behavior.md#en-us_topic_0283136752_en-us_topic_0237124732_en-us_topic_0059779117_sffbd1c48d86b4c3fa3287167a7810216). When the replication role is  **origin**  \(default value\) or  **local**, a simple trigger is fired.
               When  **ENABLE REPLICA**  is configured for a trigger, it is fired only when the session is in replica mode.
           -   **| ENABLE ALWAYS TRIGGER trigger\_name**
               Determines that all triggers are fired regardless of the current replication mode.
           -   **| DISABLE/ENABLE \[ REPLICA | ALWAYS \] RULE**
      -        Enables or disables a rule for tables. Disabled rules are still visible in the system, but are not applied during query rewriting. The  **ON SELECT**  rule cannot be disabled because it is related to the view implementation. Rules configured as  **ENABLE REPLICA**  are enabled only when the session is in replica mode, while those configured as  **ENABLE ALWAYS**  can be enabled regardless of the replica mode. Rule triggering is also affected by configuration variables in  [session\_replication\_role](statement-behavior.md#en-us_topic_0283136752_en-us_topic_0237124732_en-us_topic_0059779117_sffbd1c48d86b4c3fa3287167a7810216), which is similar to the preceding trigger setting.
      +        Enables or disables a rule for tables. Disabled rules are still visible in the system, but are not applied during query rewriting. The  **ON SELECT**  rule cannot be disabled because it is related to the view implementation. Rules configured as  **ENABLE REPLICA**  are enabled only when the session is in replica mode, while those configured as  **ENABLE ALWAYS**  can be enabled regardless of the replica mode. Rule triggering is also affected by configuration variables in  [session\_replication\_role](../DataBaseReference/statement-behavior.md#en-us_topic_0283136752_en-us_topic_0237124732_en-us_topic_0059779117_sffbd1c48d86b4c3fa3287167a7810216), which is similar to the preceding trigger setting.
           -   **| DISABLE/ENABLE ROW LEVEL SECURITY**
               Enables or disables row-level access control for a table.
               If row-level access control is enabled for a data table but no row-level access control policy is defined, the row-level access to the data table is not affected. If row-level access control for a table is disabled, the row-level access to the table is not affected even if a row-level access control policy has been defined. For details, see  [CREATE ROW LEVEL SECURITY POLICY](create-row-level-security-policy.md).
      diff --git a/content/docs-lite/en/docs/SQLReference/analyze-analyse.md b/content/docs-lite/en/docs/SQLReference/analyze-analyse.md
      index 1b9c9ca75..9c1158f06 100644
      --- a/content/docs-lite/en/docs/SQLReference/analyze-analyse.md
      +++ b/content/docs-lite/en/docs/SQLReference/analyze-analyse.md
      @@ -45,7 +45,7 @@ If no parameter is specified,  **ANALYZE**  analyzes each table and partitioned
           ```
       
           >![](public_sys-resources/icon-note.gif) **NOTE:** 
      -    >-   When collecting statistics about multiple columns, set the GUC parameter  [default\_statistics\_target](other-optimizer-options.md#en-us_topic_0283137690_en-us_topic_0237124719_en-us_topic_0059779049_se18c86fcdf5e4a22870f71187436d815)  to a negative value to sample data in percentage.
      +    >-   When collecting statistics about multiple columns, set the GUC parameter  [default\_statistics\_target](../DataBaseReference/other-optimizer-options.md#en-us_topic_0283137690_en-us_topic_0237124719_en-us_topic_0059779049_se18c86fcdf5e4a22870f71187436d815)  to a negative value to sample data in percentage.
           >-   If the GUC parameter **enable\_functional\_dependency** is disabled, the statistics about a maximum of 32 columns can be collected at a time. If the GUC parameter **enable\_functional\_dependency** is enabled, the statistics about a maximum of 4 columns can be collected at a time.
           >-   You are not allowed to collect statistics about multiple columns in system catalogs.
       
      diff --git a/content/docs-lite/en/docs/SQLReference/configuration-examples.md b/content/docs-lite/en/docs/SQLReference/configuration-examples.md
      index c972a1cbe..165e1f8b3 100644
      --- a/content/docs-lite/en/docs/SQLReference/configuration-examples.md
      +++ b/content/docs-lite/en/docs/SQLReference/configuration-examples.md
      @@ -5,7 +5,7 @@ Text search configuration specifies the following components required for conver
       -   A parser, decomposes a text into tokens.
       -   Dictionary list, converts each token into a lexeme.
       
      -Each time when the  **to\_tsvector**  or  **to\_tsquery**  function is invoked, a text search configuration is required to specify a processing procedure. The GUC parameter  [default\_text\_search\_config](locale-and-formatting.md#en-us_topic_0283136798_en-us_topic_0237124733_en-us_topic_0059778109_sd9a07d429cd4498383931c621742b816)  specifies the default text search configuration, which will be used if the text search function does not explicitly specify a text search configuration.
      +Each time when the  **to\_tsvector**  or  **to\_tsquery**  function is invoked, a text search configuration is required to specify a processing procedure. The GUC parameter  [default\_text\_search\_config](../DataBaseReference/locale-and-formatting.md#en-us_topic_0283136798_en-us_topic_0237124733_en-us_topic_0059778109_sd9a07d429cd4498383931c621742b816)  specifies the default text search configuration, which will be used if the text search function does not explicitly specify a text search configuration.
       
       openGauss provides some predefined text search configurations. You can also create user-defined text search configurations. In addition, to facilitate the management of text search objects, multiple  **gsql**  meta-commands are provided to display information about text search objects. For details, see "Client Tool \> Meta-Command Reference" in  _Tool Reference_.
       
      diff --git a/content/docs-lite/en/docs/SQLReference/constraints-on-index-use.md b/content/docs-lite/en/docs/SQLReference/constraints-on-index-use.md
      index 48179032b..18ddbe874 100644
      --- a/content/docs-lite/en/docs/SQLReference/constraints-on-index-use.md
      +++ b/content/docs-lite/en/docs/SQLReference/constraints-on-index-use.md
      @@ -17,7 +17,7 @@ openGauss=# create index idx2 on table1 using gin(to_tsvector(c_text));
       openGauss=# select c_varchar,to_tsvector(c_varchar) from table1 where to_tsvector(c_text) @@ plainto_tsquery('¥#@...&**')  and to_tsvector(c_text) @@ plainto_tsquery('Company ')  and c_varchar is not null order by 1 desc limit 3;
       ```
       
      -In this example,  **table1**  has two GIN indexes created on the same column  **c\_text**,  **idx1**  and  **idx2**, but these two indexes are created under different settings of  [default\_text\_search\_config](locale-and-formatting.md#en-us_topic_0283136798_en-us_topic_0237124733_en-us_topic_0059778109_sd9a07d429cd4498383931c621742b816). Differences between this example and the scenario where one table has common indexes created on the same column are as follows:
      +In this example,  **table1**  has two GIN indexes created on the same column  **c\_text**,  **idx1**  and  **idx2**, but these two indexes are created under different settings of  [default\_text\_search\_config](../DataBaseReference/locale-and-formatting.md#en-us_topic_0283136798_en-us_topic_0237124733_en-us_topic_0059778109_sd9a07d429cd4498383931c621742b816). Differences between this example and the scenario where one table has common indexes created on the same column are as follows:
       
       -   GIN indexes use different parsers \(that is, different delimiters\). In this case, the index data of  **idx1**  is different from that of  **idx2**.
       -   In the specified scenario, the index data of multiple common indexes created on the same column is the same.
      diff --git a/content/docs-lite/en/docs/SQLReference/create-foreign-table.md b/content/docs-lite/en/docs/SQLReference/create-foreign-table.md
      index f38ebde95..a8e50ce6a 100644
      --- a/content/docs-lite/en/docs/SQLReference/create-foreign-table.md
      +++ b/content/docs-lite/en/docs/SQLReference/create-foreign-table.md
      @@ -126,7 +126,7 @@ The column_constraint can be:
       
       
               >![](public_sys-resources/icon-note.gif) **NOTE:** 
      -        >For details about how to use  **file\_fdw**, see  [file\_fdw](file_fdw.md).
      +        >For details about how to use  **file\_fdw**, see  [file\_fdw](../DatabaseAdministrationGuide/file_fdw.md).
       
       
       
      diff --git a/content/docs-lite/en/docs/SQLReference/create-resource-pool.md b/content/docs-lite/en/docs/SQLReference/create-resource-pool.md
      index f09e5e9e6..91030c611 100644
      --- a/content/docs-lite/en/docs/SQLReference/create-resource-pool.md
      +++ b/content/docs-lite/en/docs/SQLReference/create-resource-pool.md
      @@ -99,7 +99,7 @@ CREATE RESOURCE POOL pool_name
       
       ## Examples
       
      -This example assumes that Cgroups have been created by users in advance. For details about how to create Cgroups, see  [Setting a Cgroup](setting-a-cgroup.md).
      +This example assumes that Cgroups have been created by users in advance. For details about how to create Cgroups, see  [Setting a Cgroup](../PerformanceTuningGuide/setting-a-cgroup.md).
       
       ```
       -- Create a default resource pool, and associate it with the Medium Timeshare Cgroup under Workload under DefaultClass.
      diff --git a/content/docs-lite/en/docs/SQLReference/create-table-partition.md b/content/docs-lite/en/docs/SQLReference/create-table-partition.md
      index 487e1324c..f567640f7 100644
      --- a/content/docs-lite/en/docs/SQLReference/create-table-partition.md
      +++ b/content/docs-lite/en/docs/SQLReference/create-table-partition.md
      @@ -183,7 +183,7 @@ CREATE TABLE [ IF NOT EXISTS ] partition_table_name
       
           Specifies the name of the index method to be used.
       
      -    For details about the value range, see [USING method](en-us_topic_0289900160.md#en-us_topic_0283136578_en-us_topic_0237122106_en-us_topic_0059777455_s82e47e35c54c477094dcafdc90e5d85a).
      +    For details about the value range, see [USING method](create-index.md#en-us_topic_0283136578_en-us_topic_0237122106_en-us_topic_0059777455_s82e47e35c54c477094dcafdc90e5d85a).
       
           >![](public_sys-resources/icon-notice.gif) **NOTICE:**
           >-   The USING method is supported only in B-compatible databases (that is, sql\_compatibility = 'B').
      diff --git a/content/docs-lite/en/docs/SQLReference/create-table.md b/content/docs-lite/en/docs/SQLReference/create-table.md
      index a9591670a..1769e4062 100644
      --- a/content/docs-lite/en/docs/SQLReference/create-table.md
      +++ b/content/docs-lite/en/docs/SQLReference/create-table.md
      @@ -14,7 +14,7 @@
       -   If an error occurs during table creation, after it is fixed, the system may fail to delete the empty disk files created before the last automatic clearance. This problem seldom occurs and does not affect system running of the database.
       -   Only  **PARTIAL CLUSTER KEY**,  **UNIQUE**, and  **PRIAMRY KEY**  can be used as the table-level constraint of column-store tables. Table-level foreign key constraints are not supported.
       -   Only the  **NULL**,  **NOT NULL**,  **DEFAULT**  constant values,  **UNIQUE**, and  **PRIMARY KEY**  can be used as column-store table constraints.
      --   Whether column-store tables support a delta table is specified by the  [enable\_delta\_store](en-us_topic_0289900911.md#en-us_topic_0283136577_en-us_topic_0237124705_section1035224982816)  parameter. The threshold for storing data into a delta table is specified by the  **deltarow\_threshold**  parameter.
      +-   Whether column-store tables support a delta table is specified by the  enable\_delta\_store parameter. The threshold for storing data into a delta table is specified by the  **deltarow\_threshold**  parameter.
       -   When JDBC is used, the  **DEFAULT**  value can be set through  **PrepareStatement**.
       -   The maximum number of columns on each table is 1600, which depends on the column type. The total size of all columns cannot exceed 8192 bytes, except for the columns of variable data types, such as text, varchar, and char.
       -   A user granted with the  **CREATE ANY TABLE**  permission can create tables in the public and user schemas. To create a table that contains serial columns, you must also grant the  **CREATE ANY SEQUENCE**  permission to create sequences.
      @@ -348,7 +348,7 @@ CREATE [ [ GLOBAL | LOCAL ] [ TEMPORARY | TEMP ] | UNLOGGED ] TABLE [ IF NOT EXI
       
           -   DELTAROW\_THRESHOLD
       
      -        Specifies the upper limit of to-be-imported rows for triggering the data import to a delta table when data of a column-store table is to be imported. This parameter takes effect only if  **[enable\_delta\_store](en-us_topic_0289900911.md#en-us_topic_0283136577_en-us_topic_0237124705_section1035224982816)**  is set to  **on**. The parameter is only valid for column-store tables.
      +        Specifies the upper limit of to-be-imported rows for triggering the data import to a delta table when data of a column-store table is to be imported. This parameter takes effect only if  **enable\_delta\_store**  is set to  **on**. The parameter is only valid for column-store tables.
       
               Value range: 0 to 9999. The default value is  **100**.
       
      diff --git a/content/docs-lite/en/docs/SQLReference/create-text-search-dictionary.md b/content/docs-lite/en/docs/SQLReference/create-text-search-dictionary.md
      index 398217738..aff9c4f75 100644
      --- a/content/docs-lite/en/docs/SQLReference/create-text-search-dictionary.md
      +++ b/content/docs-lite/en/docs/SQLReference/create-text-search-dictionary.md
      @@ -4,7 +4,7 @@
       
       **CREATE TEXT SEARCH DICTIONARY**  creates a full-text retrieval dictionary. A dictionary is used to identify and process particular words during full-text retrieval.
       
      -Dictionaries are created by using predefined templates \(defined in the  [PG\_TS\_TEMPLATE](pg_ts_template.md)  system catalog\). Five types of dictionaries can be created,  **Simple**,  **Ispell**,  **Synonym**,  **Thesaurus**, and  **Snowball**. These dictionaries are used to handle different types of tasks.
      +Dictionaries are created by using predefined templates \(defined in the  [PG\_TS\_TEMPLATE](../DataBaseReference/pg_ts_template.md)  system catalog\). Five types of dictionaries can be created,  **Simple**,  **Ispell**,  **Synonym**,  **Thesaurus**, and  **Snowball**. These dictionaries are used to handle different types of tasks.
       
       ## Precautions
       
      @@ -33,7 +33,7 @@ CREATE TEXT SEARCH DICTIONARY name (
       
           Specifies a template name.
       
      -    Value range: templates \(**Simple**,  **Synonym**,  **Thesaurus**,  **Ispell**, and  **Snowball**\) defined in the  [PG\_TS\_TEMPLATE](pg_ts_template.md)  system catalog
      +    Value range: templates \(**Simple**,  **Synonym**,  **Thesaurus**,  **Ispell**, and  **Snowball**\) defined in the  [PG\_TS\_TEMPLATE](../DataBaseReference/pg_ts_template.md)  system catalog
       
       -   **option**
       
      diff --git a/content/docs-lite/en/docs/SQLReference/create-user-mapping.md b/content/docs-lite/en/docs/SQLReference/create-user-mapping.md
      index 4c152ee98..8f9547515 100644
      --- a/content/docs-lite/en/docs/SQLReference/create-user-mapping.md
      +++ b/content/docs-lite/en/docs/SQLReference/create-user-mapping.md
      @@ -33,7 +33,7 @@ CREATE USER MAPPING FOR { user_name | USER | CURRENT_USER | PUBLIC }
           Specifies options for user mapping. These options typically define the actual username and password for this mapping. The option name must be unique. The allowed option names and values are related to the foreign data wrapper of the server.
       
           >![](public_sys-resources/icon-note.gif) **NOTE:** 
      -    >-   User passwords are encrypted and stored in the system catalog  [PG\_USER\_MAPPING](pg_user_mapping.md). During the encryption,  **usermapping.key.cipher**  and  **usermapping.key.rand**  are used as the encryption password file and encryption factor. Before using the tool for the first time, run the following command to create the two files, save the files to the  _$GAUSSHOME_**/bin**  directory on each node, and ensure that you have the read permission on the files.  **gs\_ssh**  helps you quickly place files in the specified directory of each node.
      +    >-   User passwords are encrypted and stored in the system catalog  [PG\_USER\_MAPPING](../DataBaseReference/pg_user_mapping.md). During the encryption,  **usermapping.key.cipher**  and  **usermapping.key.rand**  are used as the encryption password file and encryption factor. Before using the tool for the first time, run the following command to create the two files, save the files to the  _$GAUSSHOME_**/bin**  directory on each node, and ensure that you have the read permission on the files.  **gs\_ssh**  helps you quickly place files in the specified directory of each node.
           >    ```
           >    gs_ssh -c "gs_guc generate -o usermapping -S default -D $GAUSSHOME/bin"
           >    ```
      diff --git a/content/docs-lite/en/docs/SQLReference/data-types.md b/content/docs-lite/en/docs/SQLReference/data-types.md
      index 6828692b2..26101dcfd 100644
      --- a/content/docs-lite/en/docs/SQLReference/data-types.md
      +++ b/content/docs-lite/en/docs/SQLReference/data-types.md
      @@ -1,6 +1,6 @@
       # Data Types
       
      -openGauss supports implicit conversions between certain data types. For details, see[PG\_CAST](pg_cast.md)  .
      +openGauss supports implicit conversions between certain data types. For details, see[PG\_CAST](../DataBaseReference/pg_cast.md)  .
       
       -   **[Numeric Types](numeric-types.md)**  
       
      @@ -36,8 +36,6 @@ openGauss supports implicit conversions between certain data types. For details,
       
       -   **[Data Types Supported by Column-store Tables](data-types-supported-by-column-store-tables.md)**  
       
      --   **[XML Types](xml-types.md)**  
      -
       -   **[Data Type Used by the Ledger Database](data-type-used-by-the-ledger-database.md)**  
       
       -   **[SET Type](set-type.md)** 
      diff --git a/content/docs-lite/en/docs/SQLReference/date-and-time-processing-functions-and-operators.md b/content/docs-lite/en/docs/SQLReference/date-and-time-processing-functions-and-operators.md
      index 5bec1cca1..17bdfd7c6 100644
      --- a/content/docs-lite/en/docs/SQLReference/date-and-time-processing-functions-and-operators.md
      +++ b/content/docs-lite/en/docs/SQLReference/date-and-time-processing-functions-and-operators.md
      @@ -564,7 +564,7 @@
       
           Description: Converts a number to the interval type.  **num**  is a numeric-typed number.  **interval\_unit**  is a string in the following format: 'DAY' | 'HOUR' | 'MINUTE' | 'SECOND'
       
      -    You can set the  [IntervalStyle](locale-and-formatting.md#en-us_topic_0283136798_en-us_topic_0237124733_en-us_topic_0059778109_s89302a8dcd7f46ecb7167574d6397dc0)  parameter to  **a**  to be compatible with the interval output format of the function.
      +    You can set the  [IntervalStyle](../DataBaseReference/locale-and-formatting.md#en-us_topic_0283136798_en-us_topic_0237124733_en-us_topic_0059778109_s89302a8dcd7f46ecb7167574d6397dc0)  parameter to  **a**  to be compatible with the interval output format of the function.
       
           Example:
       
      diff --git a/content/docs-lite/en/docs/SQLReference/debugging.md b/content/docs-lite/en/docs/SQLReference/debugging.md
      index 607fa854b..0f5e36fdc 100644
      --- a/content/docs-lite/en/docs/SQLReference/debugging.md
      +++ b/content/docs-lite/en/docs/SQLReference/debugging.md
      @@ -23,7 +23,7 @@ The syntax of RAISE is as follows:
       
       **Parameter description**:
       
      --   The level option is used to specify the error level, that is,  **DEBUG**,  **LOG**,  **INFO**,  **NOTICE**,  **WARNING**, or  **EXCEPTION**  \(default\).  **EXCEPTION**  throws an error that normally terminates the current transaction and the others only generate information at their levels. The  [log\_min\_messages](logging-time.md#en-us_topic_0283137528_en-us_topic_0237124722_en-us_topic_0059778452_sc6c47ec8cc1b47e28be98dbb24b1b39a)  and  [client\_min\_messages](logging-time.md#en-us_topic_0283137528_en-us_topic_0237124722_en-us_topic_0059778452_s2955da1f1cb24b0aa68ddc77700233e0)  parameters control whether the error messages of specific levels are reported to the client and are written to the server log.
      +-   The level option is used to specify the error level, that is,  **DEBUG**,  **LOG**,  **INFO**,  **NOTICE**,  **WARNING**, or  **EXCEPTION**  \(default\).  **EXCEPTION**  throws an error that normally terminates the current transaction and the others only generate information at their levels. The  [log\_min\_messages](../DataBaseReference/logging-time.md#en-us_topic_0283137528_en-us_topic_0237124722_en-us_topic_0059778452_sc6c47ec8cc1b47e28be98dbb24b1b39a)  and  [client\_min\_messages](../DataBaseReference/logging-time.md#en-us_topic_0283137528_en-us_topic_0237124722_en-us_topic_0059778452_s2955da1f1cb24b0aa68ddc77700233e0)  parameters control whether the error messages of specific levels are reported to the client and are written to the server log.
       -   **format**: specifies the error message text to be reported, a format string. The format string can be appended with an expression for insertion to the message text. In a format string,  **%**  is replaced by the parameter value attached to format and  **%%**  is used to print  **%**. For example:
       
           ```
      diff --git a/content/docs-lite/en/docs/SQLReference/delete.md b/content/docs-lite/en/docs/SQLReference/delete.md
      index 6024699c1..1d56c845d 100644
      --- a/content/docs-lite/en/docs/SQLReference/delete.md
      +++ b/content/docs-lite/en/docs/SQLReference/delete.md
      @@ -66,7 +66,7 @@ DELETE [/*+ plan_hint */]
       
       -   **plan\_hint**  clause
       
      -    Follows the  **DELETE**  keyword in the  **/\*+ \*/**  format. It is used to optimize the plan of a  **DELETE**  statement block. For details, see  [Hint-based Tuning](hint-based-tuning.md). In each statement, only the first  **/\*+** *plan\*hint _**\*/**  comment block takes effect as a hint. Multiple hints can be written.
      +    Follows the  **DELETE**  keyword in the  **/\*+ \*/**  format. It is used to optimize the plan of a  **DELETE**  statement block. For details, see  [Hint-based Tuning](../PerformanceTuningGuide/hint-based-tuning.md). In each statement, only the first  **/\*+** *plan\*hint _**\*/**  comment block takes effect as a hint. Multiple hints can be written.
       
       -   **ONLY**
       
      @@ -88,7 +88,7 @@ DELETE [/*+ plan_hint */]
       
           For details about the keywords, see  [SELECT](select.md).
       
      -    For details, see  [CREATE TABLE SUBPARTITION](create-table-subpartition.md).
      +
       
       -   **alias**
       
      diff --git a/content/docs-lite/en/docs/SQLReference/explain-plan.md b/content/docs-lite/en/docs/SQLReference/explain-plan.md
      index 10836d292..f9cc3de22 100644
      --- a/content/docs-lite/en/docs/SQLReference/explain-plan.md
      +++ b/content/docs-lite/en/docs/SQLReference/explain-plan.md
      @@ -37,7 +37,7 @@ You can perform the following steps to collect execution plans of SQL statements
           >![](public_sys-resources/icon-note.gif) **NOTE:** 
           >
           >After the  **EXPLAIN PLAN**  statement is executed, plan information is automatically stored in  **PLAN\_TABLE**.  **INSERT**,  **UPDATE**, and  **ANALYZE**  cannot be performed on  **PLAN\_TABLE**.
      -    >For details about  **PLAN\_TABLE**, see  [PLAN\_TABLE](plan_table.md).
      +    >For details about  **PLAN\_TABLE**, see  [PLAN\_TABLE](../DataBaseReference/plan_table.md).
       
           ```
           explain plan set statement_id='TPCH-Q4' for
      diff --git a/content/docs-lite/en/docs/SQLReference/global_thread_wait_status.md b/content/docs-lite/en/docs/SQLReference/global_thread_wait_status.md
      index 6623ce422..c9555a23f 100644
      --- a/content/docs-lite/en/docs/SQLReference/global_thread_wait_status.md
      +++ b/content/docs-lite/en/docs/SQLReference/global_thread_wait_status.md
      @@ -1,6 +1,6 @@
       # GLOBAL\_THREAD\_WAIT\_STATUS
       
      -**GLOBAL\_THREAD\_WAIT\_STATUS**  allows you to test the block waiting status of backend threads and auxiliary threads on all nodes. To query this view, you must have the  **monadmin**  permission. For details about events, see  [Table 2](pg_thread_wait_status.md#en-us_topic_0283136724_en-us_topic_0237122466_en-us_topic_0059777957_t794f802302c24514a5db22d51eabacc4),  [Table 3](pg_thread_wait_status.md#en-us_topic_0283136724_en-us_topic_0237122466_table38811324183420),  [Table 4](pg_thread_wait_status.md#en-us_topic_0283136724_en-us_topic_0237122466_table124603113369), and  [Table 5](pg_thread_wait_status.md#en-us_topic_0283136724_en-us_topic_0237122466_table11826123533718).
      +**GLOBAL\_THREAD\_WAIT\_STATUS**  allows you to test the block waiting status of backend threads and auxiliary threads on all nodes. To query this view, you must have the  **monadmin**  permission. For details about events, see  [Table 2](../DataBaseReference/pg_thread_wait_status.md#en-us_topic_0283136724_en-us_topic_0237122466_en-us_topic_0059777957_t794f802302c24514a5db22d51eabacc4),  [Table 3](../DataBaseReference/pg_thread_wait_status.md#en-us_topic_0283136724_en-us_topic_0237122466_table38811324183420),  [Table 4](../DataBaseReference/pg_thread_wait_status.md#en-us_topic_0283136724_en-us_topic_0237122466_table124603113369), and  [Table 5](../DataBaseReference/pg_thread_wait_status.md#en-us_topic_0283136724_en-us_topic_0237122466_table11826123533718).
       
       In  **GLOBAL\_THREAD\_WAIT\_STATUS**, you can see all the call hierarchy relationships between threads of the SQL statements on all nodes in openGauss, and the block waiting status for each thread. With this view, you can easily locate the causes of process hang and similar issues.
       
      @@ -91,7 +91,7 @@ The definitions of  **GLOBAL\_THREAD\_WAIT\_STATUS**  and  **THREAD\_WAIT\_STATU
       

      text

      Waiting status of the current thread. For details about the waiting status, see Table 2.

      +

      Waiting status of the current thread. For details about the waiting status, see Table 2.

      wait_event

      diff --git a/content/docs-lite/en/docs/SQLReference/gs_slow_query_info-(discarded).md b/content/docs-lite/en/docs/SQLReference/gs_slow_query_info-(discarded).md index 3b8d5db33..a8b7e1d6a 100644 --- a/content/docs-lite/en/docs/SQLReference/gs_slow_query_info-(discarded).md +++ b/content/docs-lite/en/docs/SQLReference/gs_slow_query_info-(discarded).md @@ -1,6 +1,6 @@ # GS\_SLOW\_QUERY\_INFO \(Discarded\) -**GS\_SLOW\_QUERY\_INFO** displays the slow query information that has been dumped on the current node. The data is dumped from the kernel to the system catalog. If [enable\_resource\_record](workload-management.md#en-us_topic_0283137479_en-us_topic_0237124729_en-us_topic_0059777791_s77bd1023b63c4cd489760aa33f08d1ea) is set to **on**, the system imports the query information from the kernel to **GS\_WLM\_SESSION\_QUERY\_INFO\_ALL** every 3 minutes. This operation occupies storage space and affects performance. You can check **GS\_SLOW\_QUERY\_INFO** to view the slow query information that has been dumped. This view has been discarded in this version. +**GS\_SLOW\_QUERY\_INFO** displays the slow query information that has been dumped on the current node. The data is dumped from the kernel to the system catalog. If [enable\_resource\_record](../DataBaseReference/workload-management.md#en-us_topic_0283137479_en-us_topic_0237124729_en-us_topic_0059777791_s77bd1023b63c4cd489760aa33f08d1ea) is set to **on**, the system imports the query information from the kernel to **GS\_WLM\_SESSION\_QUERY\_INFO\_ALL** every 3 minutes. This operation occupies storage space and affects performance. You can check **GS\_SLOW\_QUERY\_INFO** to view the slow query information that has been dumped. This view has been discarded in this version. **Table 1** GS\_SLOW\_QUERY\_INFO columns diff --git a/content/docs-lite/en/docs/SQLReference/insert.md b/content/docs-lite/en/docs/SQLReference/insert.md index ef347261d..7ba2dbba3 100644 --- a/content/docs-lite/en/docs/SQLReference/insert.md +++ b/content/docs-lite/en/docs/SQLReference/insert.md @@ -61,7 +61,7 @@ INSERT [/*+ plan_hint */] INTO table_name [partition_clause] [ AS alias ] [ ( co - **plan\_hint** clause - Follows the **INSERT** keyword in the **/\*+ \*/** format. It is used to optimize the plan of an **INSERT** statement block. For details, see [Hint-based Tuning](hint-based-tuning.md). In each statement, only the first **/\*+** _plan\_hint _**\*/** comment block takes effect as a hint. Multiple hints can be written. + Follows the **INSERT** keyword in the **/\*+ \*/** format. It is used to optimize the plan of an **INSERT** statement block. For details, see [Hint-based Tuning](../PerformanceTuningGuide/hint-based-tuning.md). In each statement, only the first **/\*+** _plan\_hint _**\*/** comment block takes effect as a hint. Multiple hints can be written. - **table\_name** @@ -82,7 +82,6 @@ INSERT [/*+ plan_hint */] INTO table_name [partition_clause] [ AS alias ] [ ( co If the value of the **value** clause is inconsistent with the specified partition, an error is reported. - For details, see [CREATE TABLE SUBPARTITION](en-us_topic_0000001198046401.md). - **column\_name** diff --git a/content/docs-lite/en/docs/SQLReference/merge-into.md b/content/docs-lite/en/docs/SQLReference/merge-into.md index 1e7cbfc9b..0ef8bb347 100644 --- a/content/docs-lite/en/docs/SQLReference/merge-into.md +++ b/content/docs-lite/en/docs/SQLReference/merge-into.md @@ -32,7 +32,7 @@ NOTICE: 'subquery' in the UPDATE and INSERT clauses are only avaliable in CENTRA - **plan\_hint** clause - Follows the **MERGE** keyword in the **/\*+ \*/** format. It is used to optimize the plan of a **MERGE** statement block. For details, see [Hint-based Tuning](hint-based-tuning.md). In each statement, only the first **/\*+** _plan\_hint _**\*/** comment block takes effect as a hint. Multiple hints can be written. + Follows the **MERGE** keyword in the **/\*+ \*/** format. It is used to optimize the plan of a **MERGE** statement block. For details, see [Hint-based Tuning](../PerformanceTuningGuide/hint-based-tuning.md). In each statement, only the first **/\*+** _plan\_hint _**\*/** comment block takes effect as a hint. Multiple hints can be written. - **INTO** clause @@ -55,7 +55,6 @@ NOTICE: 'subquery' in the UPDATE and INSERT clauses are only avaliable in CENTRA If the value of the **value** clause is inconsistent with the specified partition, an error is reported. - For details, see [CREATE TABLE SUBPARTITION](en-us_topic_0000001198046401.md). - **alias** diff --git a/content/docs-lite/en/docs/SQLReference/operator_history.md b/content/docs-lite/en/docs/SQLReference/operator_history.md index 3a9b7c4b9..840138a91 100644 --- a/content/docs-lite/en/docs/SQLReference/operator_history.md +++ b/content/docs-lite/en/docs/SQLReference/operator_history.md @@ -1,4 +1,4 @@ # OPERATOR\_HISTORY -**OPERATOR\_HISTORY** displays records of operators in jobs that have been executed by the current user on the current primary database node. Columns in this view are the same as those in [Table 1](gs_wlm_operator_info.md#en-us_topic_0283136785_en-us_topic_0237122263_en-us_topic_0111176227_table85181143511). +**OPERATOR\_HISTORY** displays records of operators in jobs that have been executed by the current user on the current primary database node. Columns in this view are the same as those in [Table 1](../DataBaseReference/gs_wlm_operator_info.md#en-us_topic_0283136785_en-us_topic_0237122263_en-us_topic_0111176227_table85181143511). diff --git a/content/docs-lite/en/docs/SQLReference/overview-18.md b/content/docs-lite/en/docs/SQLReference/overview-18.md index 4dbf85a6a..0709ddb9e 100644 --- a/content/docs-lite/en/docs/SQLReference/overview-18.md +++ b/content/docs-lite/en/docs/SQLReference/overview-18.md @@ -35,7 +35,7 @@ There are four fundamental SQL constructs requiring distinct type conversion rul Since all query results from a unionized **SELECT** statement must appear in a single set of columns, the types of the results of each **SELECT** clause must be matched up and converted to a uniform set. Similarly, the result expressions of a **CASE** construct must be converted to a common type so that the **CASE** expression as a whole has a known output type. The same holds for **ARRAY** constructs, and for the **GREATEST** and **LEAST** functions. -The system catalog pg\_cast stores information about which conversions, or casts, exist between which data types, and how to perform those conversions. For details, see [PG\_CAST](pg_cast.md). +The system catalog pg\_cast stores information about which conversions, or casts, exist between which data types, and how to perform those conversions. For details, see [PG\_CAST](../DataBaseReference/pg_cast.md). The return type and conversion behavior of an expression are determined during semantic analysis. Data types are divided into several basic type categories, including Boolean, **numeric**, **string**, **bitstring**, **datetime**, **timespan**, **geometric**, and **network**. Within each category there can be one or more preferred types, which are preferred when there is a choice of possible types. With careful selection of preferred types and available implicit casts, it is possible to ensure that ambiguous expressions \(those with multiple candidate parsing solutions\) can be resolved in a useful way. diff --git a/content/docs-lite/en/docs/SQLReference/performance-report-generated-based-on-wdr-snapshots.md b/content/docs-lite/en/docs/SQLReference/performance-report-generated-based-on-wdr-snapshots.md index e8f06e902..d726e07d1 100644 --- a/content/docs-lite/en/docs/SQLReference/performance-report-generated-based-on-wdr-snapshots.md +++ b/content/docs-lite/en/docs/SQLReference/performance-report-generated-based-on-wdr-snapshots.md @@ -4,7 +4,7 @@ Statistics are summarized and collected based on WDR snapshot data tables to gen ## Prerequisites -A report can be generated after the WDR snapshot function is enabled (that is, [enable\_wdr\_snapshot](en-us_topic_0289901018.md#en-us_topic_0283137284_en-us_topic_0237124757_section983311682019) is set to **on**) and the number of snapshots is greater than or equal to 2. +A report can be generated after the WDR snapshot function is enabled (that is, enable\_wdr\_snapshot is set to **on**) and the number of snapshots is greater than or equal to 2. ## Procedure @@ -121,7 +121,7 @@ A report can be generated after the WDR snapshot function is enabled (that is, [ \o \a \t ``` -6. [View the WDR](en-us_topic_0000001215195224.md) in **/home/om/** as required. +6. [View the WDR](wdr-snapshot-schema.md) in **/home/om/** as required. ## Example diff --git a/content/docs-lite/en/docs/SQLReference/query.md b/content/docs-lite/en/docs/SQLReference/query.md index 3f95e35d1..4d7b3fe41 100644 --- a/content/docs-lite/en/docs/SQLReference/query.md +++ b/content/docs-lite/en/docs/SQLReference/query.md @@ -18,7 +18,7 @@ - **[STATEMENT\_RESPONSETIME\_PERCENTILE](statement_responsetime_percentile.md)** -- **[STATEMENT\_USER\_COMPLEX\_HISTORY](statement_user_complex_history.md)** +- **[STATEMENT\_USER\_COMPLEX\_HISTORY](statement_complex_history_table.md)** - **[STATEMENT\_COMPLEX\_RUNTIME](statement_complex_runtime.md)** diff --git a/content/docs-lite/en/docs/SQLReference/security-functions.md b/content/docs-lite/en/docs/SQLReference/security-functions.md index 545b72799..36f8cb437 100644 --- a/content/docs-lite/en/docs/SQLReference/security-functions.md +++ b/content/docs-lite/en/docs/SQLReference/security-functions.md @@ -94,7 +94,7 @@ -- **str**: character string to be encrypted. If **str** is set to **NULL**, the function returns **NULL**. - -- **key\_str**: key character string. If **key\_str** is set to **NULL**, the function returns **NULL**. For security purposes, you are advised to use a 128-bit, 192-bit, or 256-bit secure random number as the key string for the 128-bit, 192-bit, or 256-bit key (determined by block\_encryption\_mode. For details, see [Security Configuration](security-configuration.md)). + -- **key\_str**: key character string. If **key\_str** is set to **NULL**, the function returns **NULL**. For security purposes, you are advised to use a 128-bit, 192-bit, or 256-bit secure random number as the key string for the 128-bit, 192-bit, or 256-bit key (determined by block\_encryption\_mode. For details, see [Security Configuration](../DataBaseReference/security-configuration.md)). -- **init\_vector**: An initialization variable is provided for the required block encryption mode. The length is greater than or equal to 16 bytes. Bytes greater than 16 bytes are automatically ignored. If neither **str** nor **key\_str** is **NULL**, this parameter cannot be **NULL**. Otherwise, an error is reported. For security purposes, you are advised to ensure that the IV value for each encryption is unique in OFB mode and that the IV value for each encryption is unpredictable in CBC and CFB modes. @@ -130,7 +130,7 @@ -- **pass\_str**: character string to be decrypted. If **pass\_str** is set to **NULL**, the function returns **NULL**. - -- **key\_str**: key character string. If **key\_str** is set to **NULL**, the function returns **NULL**. For security purposes, you are advised to use a 128-bit, 192-bit, or 256-bit secure random number as the key string for the 128-bit, 192-bit, or 256-bit key (determined by block\_encryption\_mode. For details, see [Security Configuration](security-configuration.md)). + -- **key\_str**: key character string. If **key\_str** is set to **NULL**, the function returns **NULL**. For security purposes, you are advised to use a 128-bit, 192-bit, or 256-bit secure random number as the key string for the 128-bit, 192-bit, or 256-bit key (determined by block\_encryption\_mode. For details, see [Security Configuration](../DataBaseReference/security-configuration.md)). -- **init\_vector**: An initialization variable is provided for the required block decryption mode. The length is greater than or equal to 16 bytes. Bytes greater than 16 bytes are automatically ignored. If neither **pass\_str** nor **key\_str** is **NULL**, this parameter cannot be **NULL**. Otherwise, an error is reported. For security purposes, you are advised to ensure that the IV value for each encryption is unique in OFB mode and that the IV value for each encryption is unpredictable in CBC and CFB modes. @@ -398,7 +398,7 @@
      - For details about how to use the function and details about function examples, see [Querying Audit Results](querying-audit-results.md). + For details about how to use the function and details about function examples, see [Querying Audit Results](../DatabaseAdministrationGuide/querying-audit-results.md). - pg\_delete\_audit @@ -406,4 +406,4 @@ Return value type: void - For details about how to use the function and details about function examples, see [Maintaining Audit Logs](maintaining-audit-logs.md). + For details about how to use the function and details about function examples, see [Maintaining Audit Logs](../DatabaseAdministrationGuide/maintaining-audit-logs.md). diff --git a/content/docs-lite/en/docs/SQLReference/select-into.md b/content/docs-lite/en/docs/SQLReference/select-into.md index cc815fc92..357db7e0e 100644 --- a/content/docs-lite/en/docs/SQLReference/select-into.md +++ b/content/docs-lite/en/docs/SQLReference/select-into.md @@ -108,7 +108,7 @@ SELECT [/*+ plan_hint */] [ ALL | DISTINCT [ ON ( expression [, ...] ) ] ] > >For details about other **SELECT INTO** parameters, see [Parameter Description](select.md#en-us_topic_0283136463_en-us_topic_0237122184_en-us_topic_0059777449_sa812f65b8e8c4c638ec7840697222ddc) in SELECT.content\zh\docs\Developerguide\SELECT-INTO.md > ->For details about the **var\_name** parameter, see the description of [var\_name](..\..\..\en\docs\Developerguide\set.md). +>For details about the **var\_name** parameter, see the description of [var\_name](..\Developerguide\set.md). ## Examples diff --git a/content/docs-lite/en/docs/SQLReference/select.md b/content/docs-lite/en/docs/SQLReference/select.md index da8d571a7..c77433d07 100644 --- a/content/docs-lite/en/docs/SQLReference/select.md +++ b/content/docs-lite/en/docs/SQLReference/select.md @@ -120,7 +120,7 @@ SELECT [/*+ plan_hint */] [ ALL | DISTINCT [ ON ( expression [, ...] ) ] ] - **plan\_hint** clause - Follows the **SELECT** keyword in the **/\*+**<*Plan hint*\>** \*/** format. It is used to optimize the plan of a **SELECT** statement block. For details, see [Hint-based Tuning](hint-based-tuning.md). In each statement, only the first **/\*+** *plan\*hint _**\*/** comment block takes effect as a hint. Multiple hints can be written. + Follows the **SELECT** keyword in the **/\*+**<*Plan hint*\>** \*/** format. It is used to optimize the plan of a **SELECT** statement block. For details, see [Hint-based Tuning](../PerformanceTuningGuide/hint-based-tuning.md). In each statement, only the first **/\*+** *plan\*hint _**\*/** comment block takes effect as a hint. Multiple hints can be written. - **ALL** diff --git a/content/docs-lite/en/docs/SQLReference/snowball-dictionary.md b/content/docs-lite/en/docs/SQLReference/snowball-dictionary.md index 52efaff1e..fe3365604 100644 --- a/content/docs-lite/en/docs/SQLReference/snowball-dictionary.md +++ b/content/docs-lite/en/docs/SQLReference/snowball-dictionary.md @@ -1,6 +1,6 @@ # Snowball Dictionary -A **Snowball** dictionary is based on a project by Martin Porter and is used for stem analysis, providing stemming algorithms for many languages. openGauss provides predefined **Snowball** dictionaries of many languages. You can query the [PG\_TS\_DICT](pg_ts_dict.md) system catalog to view the predefined **Snowball** dictionaries and supported stemming algorithms. +A **Snowball** dictionary is based on a project by Martin Porter and is used for stem analysis, providing stemming algorithms for many languages. openGauss provides predefined **Snowball** dictionaries of many languages. You can query the [PG\_TS\_DICT](../DataBaseReference/pg_ts_dict.md) system catalog to view the predefined **Snowball** dictionaries and supported stemming algorithms. A **Snowball** dictionary recognizes everything, no matter whether it is able to simplify the word. Therefore, it should be placed at the end of the dictionary list. It is useless to place it before any other dictionary because a token will never pass it through to the next dictionary. diff --git a/content/docs-lite/en/docs/SQLReference/sql-reference.md b/content/docs-lite/en/docs/SQLReference/sql-reference.md index 9ba853cfe..cdfee3168 100644 --- a/content/docs-lite/en/docs/SQLReference/sql-reference.md +++ b/content/docs-lite/en/docs/SQLReference/sql-reference.md @@ -1,6 +1,6 @@ # SQL Reference -- **[openGauss SQL](opengauss-sql.md)** +- **[openGauss SQL](SQL-language-structure-and-syntax.md)** - **[Keywords](keywords.md)** @@ -28,6 +28,6 @@ - **[SQL Syntax](sql-syntax.md)** -- **[Appendix](appendix.md)** +- **[Appendix](../Appendix/appendix.md)** -- Gitee From 9a040046bd8a0636423df225e1ad9f69ba80e1eb Mon Sep 17 00:00:00 2001 From: "tongmeixia@0301" <870020620@qq.com> Date: Fri, 7 Apr 2023 09:23:30 +0800 Subject: [PATCH 50/75] fixed 48975ce from https://gitee.com/tongdabao/docs/pulls/4882 link --- .../en/docs/SQLReference/statement_complex_history.md | 2 +- .../SQLReference/statement_complex_history_table.md | 2 +- .../SQLReference/statistics-information-functions.md | 10 +++++----- .../en/docs/SQLReference/thread_wait_status.md | 4 ++-- content/docs-lite/en/docs/SQLReference/update.md | 4 +--- content/docs-lite/en/docs/SQLReference/vacuum.md | 2 +- content/docs-lite/en/docs/SQLReference/wait_events.md | 2 +- .../en/docs/SQLReference/wdr-snapshot-schema.md | 4 ++-- 8 files changed, 14 insertions(+), 16 deletions(-) diff --git a/content/docs-lite/en/docs/SQLReference/statement_complex_history.md b/content/docs-lite/en/docs/SQLReference/statement_complex_history.md index 2328abc8d..befa353eb 100644 --- a/content/docs-lite/en/docs/SQLReference/statement_complex_history.md +++ b/content/docs-lite/en/docs/SQLReference/statement_complex_history.md @@ -1,4 +1,4 @@ # STATEMENT\_COMPLEX\_HISTORY -**STATEMENT\_COMPLEX\_HISTORY** displays load management information about a completed job executed on the primary database node. Columns in this view are the same as those in [Table 1](gs_session_memory_detail.md#en-us_topic_0059778760_td16c4d9490d3429bb7924dc70121414a). +**STATEMENT\_COMPLEX\_HISTORY** displays load management information about a completed job executed on the primary database node. Columns in this view are the same as those in [Table 1](../DataBaseReference/gs_session_memory_detail.md#en-us_topic_0059778760_td16c4d9490d3429bb7924dc70121414a). diff --git a/content/docs-lite/en/docs/SQLReference/statement_complex_history_table.md b/content/docs-lite/en/docs/SQLReference/statement_complex_history_table.md index 4ef75506d..7192a2357 100644 --- a/content/docs-lite/en/docs/SQLReference/statement_complex_history_table.md +++ b/content/docs-lite/en/docs/SQLReference/statement_complex_history_table.md @@ -1,3 +1,3 @@ # STATEMENT\_COMPLEX\_HISTORY\_TABLE -**STATEMENT\_COMPLEX\_HISTORY\_TABLE** displays load management information about completed jobs executed on the current primary database node. Data is dumped from the kernel to this system catalog. Columns in this view are the same as those in [Table 1](gs_wlm_session_history.md#en-us_topic_0059778760_td16c4d9490d3429bb7924dc70121414a). +**STATEMENT\_COMPLEX\_HISTORY\_TABLE** displays load management information about completed jobs executed on the current primary database node. Data is dumped from the kernel to this system catalog. Columns in this view are the same as those in [Table 1](../DataBaseReference/gs_wlm_session_history.md#en-us_topic_0059778760_td16c4d9490d3429bb7924dc70121414a). diff --git a/content/docs-lite/en/docs/SQLReference/statistics-information-functions.md b/content/docs-lite/en/docs/SQLReference/statistics-information-functions.md index 604a0c1e0..e67c0197d 100644 --- a/content/docs-lite/en/docs/SQLReference/statistics-information-functions.md +++ b/content/docs-lite/en/docs/SQLReference/statistics-information-functions.md @@ -822,7 +822,7 @@ Statistics information functions are divided into the following two categories: - pg\_stat\_get\_last\_data\_changed\_time\(oid\) - Description: Returns the time when **INSERT**, **UPDATE**, **DELETE**, or **EXCHANGE**/**TRUNCATE**/**DROP** **PARTITION** was last performed on a table. The data in the **last\_data\_changed** column of the [PG\_STAT\_ALL\_TABLES](pg_stat_all_tables.md) view is calculated by using this function. The performance of obtaining the last modification time by using the view is poor when the table has a large amount of data. In this case, you are advised to use the function. + Description: Returns the time when **INSERT**, **UPDATE**, **DELETE**, or **EXCHANGE**/**TRUNCATE**/**DROP** **PARTITION** was last performed on a table. The data in the **last\_data\_changed** column of the [PG\_STAT\_ALL\_TABLES](../DataBaseReference/pg_stat_all_tables.md) view is calculated by using this function. The performance of obtaining the last modification time by using the view is poor when the table has a large amount of data. In this case, you are advised to use the function. Return type: timestamptz @@ -2622,7 +2622,7 @@ Statistics information functions are divided into the following two categories: - pv\_os\_run\_info - Description: Displays the running status of the current OS. For details about the columns, see [GS\_OS\_RUN\_INFO](gs_os_run_info.md). + Description: Displays the running status of the current OS. For details about the columns, see [GS\_OS\_RUN\_INFO](../DataBaseReference/gs_os_run_info.md). Parameter: nan @@ -2630,7 +2630,7 @@ Statistics information functions are divided into the following two categories: - pv\_session\_stat - Description: Collects session status information by session thread or AutoVacuum thread. For details about the columns, see [GS\_SESSION\_STAT](gs_session_stat.md). + Description: Collects session status information by session thread or AutoVacuum thread. For details about the columns, see [GS\_SESSION\_STAT](../DataBaseReference/gs_session_stat.md). Parameter: **nan** @@ -2638,7 +2638,7 @@ Statistics information functions are divided into the following two categories: - pv\_session\_time - Description: Collects statistics on the running time of session threads and the time consumed in each execution phase. For details about the columns, see [GS\_SESSION\_TIME](gs_session_time.md). + Description: Collects statistics on the running time of session threads and the time consumed in each execution phase. For details about the columns, see [GS\_SESSION\_TIME](../DataBaseReference/gs_session_time.md). Parameter: **nan** @@ -2767,7 +2767,7 @@ Statistics information functions are divided into the following two categories: Description: Collects statistics about memory usage at the session level in the unit of MB, including all the memory allocated to Postgres and Stream threads on DNs for tasks currently executed by users. >![](public_sys-resources/icon-note.gif) **NOTE:** - >If **[enable\_memory\_limit](memory-35.md#en-us_topic_0283136786_en-us_topic_0237124699_en-us_topic_0059777577_s2cf6c862bad443aea7e115ff83941f94)** is set to **off**, this function cannot be used. + >If **[enable\_memory\_limit](../DataBaseReference/memory-35.md#en-us_topic_0283136786_en-us_topic_0237124699_en-us_topic_0059777577_s2cf6c862bad443aea7e115ff83941f94)** is set to **off**, this function cannot be used. Return type: record diff --git a/content/docs-lite/en/docs/SQLReference/thread_wait_status.md b/content/docs-lite/en/docs/SQLReference/thread_wait_status.md index 19aad37d9..6e4a700a1 100644 --- a/content/docs-lite/en/docs/SQLReference/thread_wait_status.md +++ b/content/docs-lite/en/docs/SQLReference/thread_wait_status.md @@ -1,6 +1,6 @@ # THREAD\_WAIT\_STATUS -**THREAD\_WAIT\_STATUS** allows you to test the block waiting status of the backend thread and auxiliary thread in the current instance. For details about events, see [Table 2](pg_thread_wait_status.md#en-us_topic_0283136724_en-us_topic_0237122466_en-us_topic_0059777957_t794f802302c24514a5db22d51eabacc4), [Table 3](pg_thread_wait_status.md#en-us_topic_0283136724_en-us_topic_0237122466_table38811324183420), [Table 4](pg_thread_wait_status.md#en-us_topic_0283136724_en-us_topic_0237122466_table124603113369), and [Table 5](pg_thread_wait_status.md#en-us_topic_0283136724_en-us_topic_0237122466_table11826123533718). +**THREAD\_WAIT\_STATUS** allows you to test the block waiting status of the backend thread and auxiliary thread in the current instance. For details about events, see [Table 2](../DataBaseReference/pg_thread_wait_status.md#en-us_topic_0283136724_en-us_topic_0237122466_en-us_topic_0059777957_t794f802302c24514a5db22d51eabacc4), [Table 3](../DataBaseReference/pg_thread_wait_status.md#en-us_topic_0283136724_en-us_topic_0237122466_table38811324183420), [Table 4](../DataBaseReference/pg_thread_wait_status.md#en-us_topic_0283136724_en-us_topic_0237122466_table124603113369), and [Table 5](../DataBaseReference/pg_thread_wait_status.md#en-us_topic_0283136724_en-us_topic_0237122466_table11826123533718). **Table 1** THREAD\_WAIT\_STATUS columns @@ -87,7 +87,7 @@

      text

      Waiting status of the current thread. For details about the waiting status, see Table 2.

      +

      Waiting status of the current thread. For details about the waiting status, see Table 2.

      wait_event

      diff --git a/content/docs-lite/en/docs/SQLReference/update.md b/content/docs-lite/en/docs/SQLReference/update.md index ce2e68557..b4e4209d6 100644 --- a/content/docs-lite/en/docs/SQLReference/update.md +++ b/content/docs-lite/en/docs/SQLReference/update.md @@ -50,7 +50,7 @@ SELECT [ ALL | DISTINCT [ ON ( expression [, ...] ) ] ] - **plan\_hint** clause - Follows the **UPDATE** keyword in the **/\*+ \*/** format. It is used to optimize the plan of an **UPDATE** statement block. For details, see [Hint-based Tuning](hint-based-tuning.md). In each statement, only the first **/\*+** *plan\*hint _**\*/** comment block takes effect as a hint. Multiple hints can be written. + Follows the **UPDATE** keyword in the **/\*+ \*/** format. It is used to optimize the plan of an **UPDATE** statement block. For details, see [Hint-based Tuning](../PerformanceTuningGuide/hint-based-tuning.md). In each statement, only the first **/\*+** *plan\*hint _**\*/** comment block takes effect as a hint. Multiple hints can be written. - **table\_name** @@ -68,8 +68,6 @@ SELECT [ ALL | DISTINCT [ ON ( expression [, ...] ) ] ] For details about the keywords, see [SELECT](select.md). - For details, see [CREATE TABLE SUBPARTITION](create-table-subpartition.md). - - **alias** Specifies a substitute name for the target table. diff --git a/content/docs-lite/en/docs/SQLReference/vacuum.md b/content/docs-lite/en/docs/SQLReference/vacuum.md index 4c547afff..aa3b34dad 100644 --- a/content/docs-lite/en/docs/SQLReference/vacuum.md +++ b/content/docs-lite/en/docs/SQLReference/vacuum.md @@ -97,7 +97,7 @@ - **DELTAMERGE** - \(For column-store tables\) Migrates data from the delta table to primary tables. For a column-store table, this operation is controlled by **deltarow\_threshold**. For details, see [enable\_delta\_store](en-us_topic_0289900911.md#en-us_topic_0283136577_en-us_topic_0237124705_section1035224982816) and [Parameter Description](create-table.md#en-us_topic_0283137629_en-us_topic_0237122117_en-us_topic_0059778169_s99cf2ac11c79436c93385e4efd7c4428). + \(For column-store tables\) Migrates data from the delta table to primary tables. For a column-store table, this operation is controlled by **deltarow\_threshold**. For details, see enable\_delta\_store and [Parameter Description](create-table.md#en-us_topic_0283137629_en-us_topic_0237122117_en-us_topic_0059778169_s99cf2ac11c79436c93385e4efd7c4428). ## Examples diff --git a/content/docs-lite/en/docs/SQLReference/wait_events.md b/content/docs-lite/en/docs/SQLReference/wait_events.md index 0e69d07ba..66a6d5c52 100644 --- a/content/docs-lite/en/docs/SQLReference/wait_events.md +++ b/content/docs-lite/en/docs/SQLReference/wait_events.md @@ -1,6 +1,6 @@ # WAIT\_EVENTS -**WAIT\_EVENTS** displays statistics about wait events on the current node. For details about events, see [Table 2](pg_thread_wait_status.md#en-us_topic_0283136724_en-us_topic_0237122466_en-us_topic_0059777957_t794f802302c24514a5db22d51eabacc4), [Table 3](pg_thread_wait_status.md#en-us_topic_0283136724_en-us_topic_0237122466_table38811324183420), [Table 4](pg_thread_wait_status.md#en-us_topic_0283136724_en-us_topic_0237122466_table124603113369) and [Table 5](pg_thread_wait_status.md#en-us_topic_0283136724_en-us_topic_0237122466_table11826123533718). For details about the impact of each transaction lock on services, see [LOCK](lock.md). +**WAIT\_EVENTS** displays statistics about wait events on the current node. For details about events, see [Table 2](../DataBaseReference/pg_thread_wait_status.md#en-us_topic_0283136724_en-us_topic_0237122466_en-us_topic_0059777957_t794f802302c24514a5db22d51eabacc4), [Table 3](../DataBaseReference/pg_thread_wait_status.md#en-us_topic_0283136724_en-us_topic_0237122466_table38811324183420), [Table 4](../DataBaseReference/pg_thread_wait_status.md#en-us_topic_0283136724_en-us_topic_0237122466_table124603113369) and [Table 5](../DataBaseReference/pg_thread_wait_status.md#en-us_topic_0283136724_en-us_topic_0237122466_table11826123533718). For details about the impact of each transaction lock on services, see [LOCK](lock.md). **Table 1** WAIT\_EVENTS columns diff --git a/content/docs-lite/en/docs/SQLReference/wdr-snapshot-schema.md b/content/docs-lite/en/docs/SQLReference/wdr-snapshot-schema.md index 099e79197..9073383d0 100644 --- a/content/docs-lite/en/docs/SQLReference/wdr-snapshot-schema.md +++ b/content/docs-lite/en/docs/SQLReference/wdr-snapshot-schema.md @@ -1,8 +1,8 @@ # WDR Snapshot Schema -After the WDR snapshot function is enabled \([enable\_wdr\_snapshot](system-performance-snapshot.md#en-us_topic_0283137284_en-us_topic_0237124757_section983311682019) is set to **on**\), schema **snapshot** is created in user tablespace **pg\_default** in database **postgres** to flush WDR snapshot data. By default, the initial user or the **monadmin** user can access the snapshot schema. +After the WDR snapshot function is enabled \([enable\_wdr\_snapshot](../DataBaseReference/system-performance-snapshot.md#en-us_topic_0283137284_en-us_topic_0237124757_section983311682019) is set to **on**\), schema **snapshot** is created in user tablespace **pg\_default** in database **postgres** to flush WDR snapshot data. By default, the initial user or the **monadmin** user can access the snapshot schema. -You can set the parameter [wdr\_snapshot\_retention\_days](system-performance-snapshot.md#en-us_topic_0283137284_en-us_topic_0237124757_section1658494717518) to automatically manage the snapshot lifecycle. +You can set the parameter [wdr\_snapshot\_retention\_days](../DataBaseReference/system-performance-snapshot.md#en-us_topic_0283137284_en-us_topic_0237124757_section1658494717518) to automatically manage the snapshot lifecycle. >![](public_sys-resources/icon-notice.gif) **NOTICE:** >Do not add, delete, or modify tables in the snapshot schema. Manual modification or damage to these tables may cause WDR exceptions or even WDR unavailability. -- Gitee From d178c6a7a6b6662043826286112c43704057f89f Mon Sep 17 00:00:00 2001 From: "tongmeixia@0301" <870020620@qq.com> Date: Fri, 7 Apr 2023 10:12:21 +0800 Subject: [PATCH 51/75] fixed 94788b6 from https://gitee.com/tongdabao/docs/pulls/4884 link --- .../gauss-07501----gauss-07510.md | 82 +++++++++++++++++++ .../memory-table-features.md | 2 +- .../repairing-a-ledger-database.md | 2 +- .../en/docs/SQLReference/alter-server.md | 2 +- .../en/docs/SQLReference/select-into.md | 4 +- .../en/docs/SQLReference/sql-syntax.md | 1 - 6 files changed, 87 insertions(+), 6 deletions(-) create mode 100644 content/docs-lite/en/docs/DataBaseReference/gauss-07501----gauss-07510.md diff --git a/content/docs-lite/en/docs/DataBaseReference/gauss-07501----gauss-07510.md b/content/docs-lite/en/docs/DataBaseReference/gauss-07501----gauss-07510.md new file mode 100644 index 000000000..6d30e95f5 --- /dev/null +++ b/content/docs-lite/en/docs/DataBaseReference/gauss-07501----gauss-07510.md @@ -0,0 +1,82 @@ +# GAUSS-07501 -- GAUSS-07510 + +GAUSS-07501: "empty merge\_list string" + +SQLSTATE: 42602 + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07502: "find merge\_str in pgxc\_class and is first set %u" + +SQLSTATE: 42602 + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07503: "not find merge\_str in pgxc\_class and not first set %u" + +SQLSTATE: 42602 + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07504: "attempted to kill a tuple inserted by another transaction: %lu, %lu" + +SQLSTATE: + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07505: "Can't fit xid into page. relation '%s', now xid is %lu, base is %lu, min is %u, max is %u" + +SQLSTATE: + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07506: "Can't fit xid into page, now xid is %lu, base is %lu, min is %u, max is %u" + +SQLSTATE: + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07507: "heap\_delete: invalid tid %hu, max tid %hu, rnode\[%u,%u,%u\], block %u" + +SQLSTATE: + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07508: "attempted to delete self created tuple" + +SQLSTATE: 40001 + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07509: "pg\_class entry for relid %u vanished during ExtractReplicaIdentity" + +SQLSTATE: 40001 + +Description:Internal system error. + +Solution:Contact technical support. + +GAUSS-07510: "tuple concurrently deleted" + +SQLSTATE: 40001 + +Description:Internal system error. + +Solution:Contact technical support. + diff --git a/content/docs-lite/en/docs/DatabaseAdministrationGuide/memory-table-features.md b/content/docs-lite/en/docs/DatabaseAdministrationGuide/memory-table-features.md index d755086fe..5fa7bfe01 100644 --- a/content/docs-lite/en/docs/DatabaseAdministrationGuide/memory-table-features.md +++ b/content/docs-lite/en/docs/DatabaseAdministrationGuide/memory-table-features.md @@ -6,6 +6,6 @@ - **[Concepts of MOT](concepts-of-mot.md)** -- **[Appendices](appendix.md)** +- **[Appendix](../Appendix/appendix.md)** diff --git a/content/docs-lite/en/docs/DatabaseAdministrationGuide/repairing-a-ledger-database.md b/content/docs-lite/en/docs/DatabaseAdministrationGuide/repairing-a-ledger-database.md index 45f4d5891..ebfe3d03c 100644 --- a/content/docs-lite/en/docs/DatabaseAdministrationGuide/repairing-a-ledger-database.md +++ b/content/docs-lite/en/docs/DatabaseAdministrationGuide/repairing-a-ledger-database.md @@ -7,7 +7,7 @@ ## Context -- When an exception occurs or a global blockchain table or user history table is damaged, you can use the [ledger\_gchain\_repair\(tex...](ledger-database-functions.md#li1188094681312) or [ledger\_hist\_repair\(text,...](../SQLReference/ledger-database-functions.md#li688019463130) interface to repair the table. After the fault is rectified, the result of invoking the global blockchain table or user history table verification interface is **true**. +- When an exception occurs or a global blockchain table or user history table is damaged, you can use the [ledger\_gchain\_repair\(tex...](../SQLReference/ledger-database-functions.md#li1188094681312) or [ledger\_hist\_repair\(text,...](../SQLReference/ledger-database-functions.md#li688019463130) interface to repair the table. After the fault is rectified, the result of invoking the global blockchain table or user history table verification interface is **true**. - The interface for repairing a user history table is **pg\_catalog.ledger\_hist\_repair**. To repair the table, run the following command: ``` diff --git a/content/docs-lite/en/docs/SQLReference/alter-server.md b/content/docs-lite/en/docs/SQLReference/alter-server.md index 4a6ffae7f..1ec006564 100644 --- a/content/docs-lite/en/docs/SQLReference/alter-server.md +++ b/content/docs-lite/en/docs/SQLReference/alter-server.md @@ -62,7 +62,7 @@ Only the server owner or a user granted with the ALTER permission can run the * Listening port number of the MySQL server or MariaDB. - - The options supported by postgres\_fdw are the same as those supported by libpq. For details, see [Link Parameters](../Developerguide/link-parameters-libpqs.md). Note that the following options cannot be modified: + - The options supported by postgres\_fdw are the same as those supported by libpq. For details, see [Link Parameters](../Developerguide/link-parameters-libpq.md). Note that the following options cannot be modified: - **user** and **password** The username and password are specified when the user mapping is created. diff --git a/content/docs-lite/en/docs/SQLReference/select-into.md b/content/docs-lite/en/docs/SQLReference/select-into.md index 357db7e0e..8122a6d9f 100644 --- a/content/docs-lite/en/docs/SQLReference/select-into.md +++ b/content/docs-lite/en/docs/SQLReference/select-into.md @@ -8,7 +8,7 @@ - SELECT INTO ***var_list*** assigns the query result to the target variable. ***var_list*** can be a user-defined variable, a parameter of a stored procedure or function, or a local variable of a stored program. -​ Note: If *var_list* is a parameter of a stored procedure, function, or local variable of a stored program, see the syntax in [Stored Procedures](stored-procedures.md). The following describes the scenarios where variables are defined by users. +​ Note: If *var_list* is a parameter of a stored procedure, function, or local variable of a stored program, see the syntax in [Stored Procedures](../BriefTutorial/stored-procedures.md). The following describes the scenarios where variables are defined by users. ## Precautions @@ -108,7 +108,7 @@ SELECT [/*+ plan_hint */] [ ALL | DISTINCT [ ON ( expression [, ...] ) ] ] > >For details about other **SELECT INTO** parameters, see [Parameter Description](select.md#en-us_topic_0283136463_en-us_topic_0237122184_en-us_topic_0059777449_sa812f65b8e8c4c638ec7840697222ddc) in SELECT.content\zh\docs\Developerguide\SELECT-INTO.md > ->For details about the **var\_name** parameter, see the description of [var\_name](..\Developerguide\set.md). +>For details about the **var\_name** parameter, see the description of [var\_name](set.md). ## Examples diff --git a/content/docs-lite/en/docs/SQLReference/sql-syntax.md b/content/docs-lite/en/docs/SQLReference/sql-syntax.md index 8885812c9..1ba649966 100644 --- a/content/docs-lite/en/docs/SQLReference/sql-syntax.md +++ b/content/docs-lite/en/docs/SQLReference/sql-syntax.md @@ -368,7 +368,6 @@ - **[VALUES](values.md)** -- **[SHRINK](shrink.md)** - **[ALTER PROCEDURE](alter-procedure.md)** -- Gitee From 9cc51631cf8c1ba5a60d81d856f34993aa4e260c Mon Sep 17 00:00:00 2001 From: yuchao Date: Thu, 6 Apr 2023 16:41:28 +0800 Subject: [PATCH 52/75] =?UTF-8?q?fixed=20add2981=20from=20https://gitee.co?= =?UTF-8?q?m/yuchao111222/docs=5Fresconstruct/pulls/4879=20=E8=A1=A5?= =?UTF-8?q?=E5=85=85CREATE=20FOREIGN=20DATA=20WRAPPER=E4=BB=A5=E5=8F=8ADRO?= =?UTF-8?q?P=E5=92=8CALTER=E8=AF=AD=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ALTER-FOREIGN-DATA-WRAPPER.md | 63 +++++++++++++++++++ .../CREATE-FOREIGN-DATA-WRAPPER.md | 48 ++++++++++++++ .../SQLReference/DROP-FOREIGN-DATA-WRAPPER.md | 36 +++++++++++ .../SQL\350\257\255\346\263\225.md" | 6 ++ content/docs-lite/zh/menu/index.md | 5 +- .../ALTER-FOREIGN-DATA-WRAPPER.md | 63 +++++++++++++++++++ .../CREATE-FOREIGN-DATA-WRAPPER.md | 48 ++++++++++++++ .../SQLReference/DROP-FOREIGN-DATA-WRAPPER.md | 36 +++++++++++ .../SQL\350\257\255\346\263\225.md" | 6 ++ content/zh/menu/index.md | 3 + 10 files changed, 313 insertions(+), 1 deletion(-) create mode 100644 content/docs-lite/zh/docs/SQLReference/ALTER-FOREIGN-DATA-WRAPPER.md create mode 100644 content/docs-lite/zh/docs/SQLReference/CREATE-FOREIGN-DATA-WRAPPER.md create mode 100644 content/docs-lite/zh/docs/SQLReference/DROP-FOREIGN-DATA-WRAPPER.md create mode 100644 content/zh/docs/SQLReference/ALTER-FOREIGN-DATA-WRAPPER.md create mode 100644 content/zh/docs/SQLReference/CREATE-FOREIGN-DATA-WRAPPER.md create mode 100644 content/zh/docs/SQLReference/DROP-FOREIGN-DATA-WRAPPER.md diff --git a/content/docs-lite/zh/docs/SQLReference/ALTER-FOREIGN-DATA-WRAPPER.md b/content/docs-lite/zh/docs/SQLReference/ALTER-FOREIGN-DATA-WRAPPER.md new file mode 100644 index 000000000..f6aec6115 --- /dev/null +++ b/content/docs-lite/zh/docs/SQLReference/ALTER-FOREIGN-DATA-WRAPPER.md @@ -0,0 +1,63 @@ +# ALTER FOREIGN DATA WRAPPER + +## 功能描述 + +修改外部数据包装器的定义。 + +## 语法格式 + +``` +ALTER FOREIGN DATA WRAPPER name + [ HANDLER handler_function | NO HANDLER ] + [ VALIDATOR validator_function | NO VALIDATOR ] + [ OPTIONS ( [ ADD | SET | DROP ] option ['value'] [,...] ) ] +``` + +## 参数说明 + +- **name** + + 要修改的外部数据包装器名。 + +- **HANDLER handler\_function** + + 为外部数据包装器指定一个新的处理器函数。 + + +- **NO HANDLER** + + 指定外部数据包装器不再具有处理器函数。 + + >![](public_sys-resources/icon-notice.gif) **须知:** + > + > 不能访问使用没有处理器的外部数据包装器的外部表。 + +- **VALIDATOR validator_function** + + 为外部数据包装器指定一个新的验证器函数。 + + >![](public_sys-resources/icon-notice.gif) **须知:** + > + > 在修改验证器函数后,外部数据包装器,服务器和用户映射的选项可能会失效。在使用外部数据包装器之前,用户应确保这些选项是正确的。 + + +- **NO VALIDATOR** + + 指定外部数据包装器不再具有验证器函数。 + + +- **OPTIONS \( \[ ADD | SET | DROP \] option \['value'\] \[,...\] \)** + + 外部数据包装器的修改选项。添加,设置和删除指定要执行的操作。如果未明确指定操作,则假定添加。选项名称不许是唯一的;如果有的话,使用外部数据包装器的验证器函数验证名称和值。 + + +## 示例 + +``` +--创建外部包装器dbi +openGauss=# CREATE FOREIGN DATA WRAPPER dbi OPTIONS (debug 'true'); +--修改外部包装器dbi,添加选项foo,删除选项debug +openGauss=# ALTER FOREIGN DATA WRAPPER dbi OPTIONS (ADD foo '1', DROP debug); +--修改外部数据包装器dbi的验证器为myvalidator +openGauss=# ALTER FOREIGN DATA WRAPPER dbi VALIDATOR file_fdw_validator; +``` diff --git a/content/docs-lite/zh/docs/SQLReference/CREATE-FOREIGN-DATA-WRAPPER.md b/content/docs-lite/zh/docs/SQLReference/CREATE-FOREIGN-DATA-WRAPPER.md new file mode 100644 index 000000000..4b209c66c --- /dev/null +++ b/content/docs-lite/zh/docs/SQLReference/CREATE-FOREIGN-DATA-WRAPPER.md @@ -0,0 +1,48 @@ +# CREATE FUNCTION DATA WRAPPER + +## 功能描述 + +定义一个新的外部数据包装器。 + +## 语法格式 + +``` +CREATE FOREIGN DATA WRAPPER name + [ HANDLER handler_function | NO HANDLER ] + [ VALIDATOR validator_function | NO VALIDATOR ] + [ OPTIONS ( option 'value' [,...] ) ] +``` + +## 参数说明 + +- **name** + + 要创建的外部数据包装器名。 + +- **HANDLER handler\_function** + + handler_function是先前注册的函数的名称,该函数将被调用以检索外部表的执行函数。处理器函数不能带任何参数,其返回类型必须是fdw_handler。 + + +- **VALIDATOR validator\_function** + + validator_function是先前注册的函数的名称,该函数将被调用以检查给定给外部数据包装器的通用选项,以及使用外部数据包装器的外部服务器和用户映射的选项。如果未指定验证器函数或未指定validator,则在创建时不会检查选项。(外部数据包装器可能会在运行时忽略或拒绝无效的选项规范,具体取决于实现。)验证器函数必须接受两个参数:一个类型为text[],它将包含存储在系统目录中的选项数组,另一个类型是oid,它将是包含选项的系统目录的oid。忽略返回类型;该函数应该使用ereport(ERROR)函数报告无效选项。 + + +- **OPTIONS \(option 'value' \[,...\]\)** + + 该子句指定新外部数据包装器的选项。允许的选项名称和值特定于每个外部数据包装器,并使用外部数据包装器的验证器函数进行验证。选项名称必须唯一。 + + +## 示例 + +``` +--创建一个无用的外部数据包装器dummy。 +openGauss=# CREATE FOREIGN DATA WRAPPER dummy; + +--使用处理器函数file_fdw_handler创建外部数据包装器file。 +openGauss=# CREATE FOREIGN DATA WRAPPER file HANDLER file_fdw_handler; + +--创建外部数据包装器mywrapper +openGauss=# CREATE FOREIGN DATA WRAPPER mywrapper OPTIONS (debug 'true'); +``` diff --git a/content/docs-lite/zh/docs/SQLReference/DROP-FOREIGN-DATA-WRAPPER.md b/content/docs-lite/zh/docs/SQLReference/DROP-FOREIGN-DATA-WRAPPER.md new file mode 100644 index 000000000..80b4260be --- /dev/null +++ b/content/docs-lite/zh/docs/SQLReference/DROP-FOREIGN-DATA-WRAPPER.md @@ -0,0 +1,36 @@ +# DROP FOREIGN DATA WRAPPER + +## 功能描述 + +删除外部数据包装器。 + +## 语法格式 + +``` +DROP FOREIGN DATA WRAPPER [ IF EXISTS ] name [ CASCADE | RESTRICT ] +``` + +## 参数说明 + +- **name** + + 要删除的外部数据包装器名。 + +- **CASCADE** + + 自动删除依赖于外部数据包装器的对象(如服务器)。 + + +- **RESTRICT** + + 如果有任何依赖于外部数据包装器,则拒绝删除外部数据包装器。此选项为默认选项。 + + +## 示例 + +``` +--创建外部数据包装器dbi +openGauss=# CREATE FOREIGN DATA WRAPPER dbi OPTIONS (debug 'true'); +--删除外部数据包装器dbi +openGauss=# DROP FOREIGN DATA WRAPPER dbi; +``` diff --git "a/content/docs-lite/zh/docs/SQLReference/SQL\350\257\255\346\263\225.md" "b/content/docs-lite/zh/docs/SQLReference/SQL\350\257\255\346\263\225.md" index b45f22fbc..46c72ea99 100644 --- "a/content/docs-lite/zh/docs/SQLReference/SQL\350\257\255\346\263\225.md" +++ "b/content/docs-lite/zh/docs/SQLReference/SQL\350\257\255\346\263\225.md" @@ -18,6 +18,8 @@ - **[ALTER EXTENSION](ALTER-EXTENSION.md)** +- **[ALTER FOREIGN DATA WRAPPER](ALTER-FOREIGN-DATA-WRAPPER.md)** + - **[ALTER FOREIGN TABLE](ALTER-FOREIGN-TABLE.md)** - **[ALTER FUNCTION](ALTER-FUNCTION.md)** @@ -128,6 +130,8 @@ - **[CREATE EXTENSION](CREATE-EXTENSION.md)** +- **[CREATE FOREIGN DATA WRAPPER](CREATE-FOREIGN-DATA-WRAPPER.md)** + - **[CREATE FOREIGN TABLE](CREATE-FOREIGN-TABLE.md)** - **[CREATE FUNCTION](CREATE-FUNCTION.md)** @@ -228,6 +232,8 @@ - **[DROP EXTENSION](DROP-EXTENSION.md)** +- **[DROP FOREIGN DATA WRAPPER](DROP-FOREIGN-DATA-WRAPPER.md)** + - **[DROP FOREIGN TABLE](DROP-FOREIGN-TABLE.md)** - **[DROP FUNCTION](DROP-FUNCTION.md)** diff --git a/content/docs-lite/zh/menu/index.md b/content/docs-lite/zh/menu/index.md index 183d43f95..f8f28227e 100644 --- a/content/docs-lite/zh/menu/index.md +++ b/content/docs-lite/zh/menu/index.md @@ -598,6 +598,7 @@ headless: true - [ALTER EXTENSION]({{< relref "./docs/SQLReference/ALTER-EXTENSION.md" >}}) - [ALTER EVENT]({{< relref "./docs/SQLReference/ALTER-EVENT.md" >}}) - [ALTER EVENT TRIGGER]({{< relref "./docs/SQLReference/ALTER-EVENT-TRIGGER.md" >}}) + - [ALTER FOREIGN DATA WRAPPER]({{< relref "./docs/SQLReference/ALTER-FOREIGN-DATA-WRAPPER.md" >}}) - [ALTER FOREIGN TABLE]({{< relref "./docs/SQLReference/ALTER-FOREIGN-TABLE.md" >}}) - [ALTER FUNCTION]({{< relref "./docs/SQLReference/ALTER-FUNCTION.md" >}}) - [ALTER GROUP]({{< relref "./docs/SQLReference/ALTER-GROUP.md" >}}) @@ -654,6 +655,7 @@ headless: true - [CREATE EXTENSION]({{< relref "./docs/SQLReference/CREATE-EXTENSION.md" >}}) - [CREATE EVENT]({{< relref "./docs/SQLReference/CREATE-EVENT.md" >}}) - [CREATE EVENT TRIGGER]({{< relref "./docs/SQLReference/CREATE-EVENT-TRIGGER.md" >}}) + - [CREATE FOREIGN DATA WRAPPER]({{< relref "./docs/SQLReference/CREATE-FOREIGN-DATA-WRAPPER.md" >}}) - [CREATE FOREIGN TABLE]({{< relref "./docs/SQLReference/CREATE-FOREIGN-TABLE.md" >}}) - [CREATE FUNCTION]({{< relref "./docs/SQLReference/CREATE-FUNCTION.md" >}}) - [CREATE GROUP]({{< relref "./docs/SQLReference/CREATE-GROUP.md" >}}) @@ -705,6 +707,7 @@ headless: true - [DROP EXTENSION]({{< relref "./docs/SQLReference/DROP-EXTENSION.md" >}}) - [DROP EVENT]({{< relref "./docs/SQLReference/DROP-EVENT.md" >}}) - [DROP EVENT TRIGGER]({{< relref "./docs/SQLReference/DROP-EVENT-TRIGGER.md" >}}) + - [DROP FOREIGN DATA WRAPPER]({{< relref "./docs/SQLReference/DROP-FOREIGN-DATA-WRAPPER.md" >}}) - [DROP FOREIGN TABLE]({{< relref "./docs/SQLReference/DROP-FOREIGN-TABLE.md" >}}) - [DROP FUNCTION]({{< relref "./docs/SQLReference/DROP-FUNCTION.md" >}}) - [DROP GROUP]({{< relref "./docs/SQLReference/DROP-GROUP.md" >}}) @@ -2448,4 +2451,4 @@ headless: true - [openGauss资源获取]({{< relref "./docs/Appendix/openGauss资源获取.md" >}}) - [错误日志信息参考]({{< relref "./docs/Appendix/错误日志信息参考.md" >}}) - [内核错误信息]({{< relref "./docs/Appendix/内核错误信息.md" >}}) - - [术语表]({{< relref "./docs/Appendix/术语表.md" >}}) \ No newline at end of file + - [术语表]({{< relref "./docs/Appendix/术语表.md" >}}) diff --git a/content/zh/docs/SQLReference/ALTER-FOREIGN-DATA-WRAPPER.md b/content/zh/docs/SQLReference/ALTER-FOREIGN-DATA-WRAPPER.md new file mode 100644 index 000000000..f6aec6115 --- /dev/null +++ b/content/zh/docs/SQLReference/ALTER-FOREIGN-DATA-WRAPPER.md @@ -0,0 +1,63 @@ +# ALTER FOREIGN DATA WRAPPER + +## 功能描述 + +修改外部数据包装器的定义。 + +## 语法格式 + +``` +ALTER FOREIGN DATA WRAPPER name + [ HANDLER handler_function | NO HANDLER ] + [ VALIDATOR validator_function | NO VALIDATOR ] + [ OPTIONS ( [ ADD | SET | DROP ] option ['value'] [,...] ) ] +``` + +## 参数说明 + +- **name** + + 要修改的外部数据包装器名。 + +- **HANDLER handler\_function** + + 为外部数据包装器指定一个新的处理器函数。 + + +- **NO HANDLER** + + 指定外部数据包装器不再具有处理器函数。 + + >![](public_sys-resources/icon-notice.gif) **须知:** + > + > 不能访问使用没有处理器的外部数据包装器的外部表。 + +- **VALIDATOR validator_function** + + 为外部数据包装器指定一个新的验证器函数。 + + >![](public_sys-resources/icon-notice.gif) **须知:** + > + > 在修改验证器函数后,外部数据包装器,服务器和用户映射的选项可能会失效。在使用外部数据包装器之前,用户应确保这些选项是正确的。 + + +- **NO VALIDATOR** + + 指定外部数据包装器不再具有验证器函数。 + + +- **OPTIONS \( \[ ADD | SET | DROP \] option \['value'\] \[,...\] \)** + + 外部数据包装器的修改选项。添加,设置和删除指定要执行的操作。如果未明确指定操作,则假定添加。选项名称不许是唯一的;如果有的话,使用外部数据包装器的验证器函数验证名称和值。 + + +## 示例 + +``` +--创建外部包装器dbi +openGauss=# CREATE FOREIGN DATA WRAPPER dbi OPTIONS (debug 'true'); +--修改外部包装器dbi,添加选项foo,删除选项debug +openGauss=# ALTER FOREIGN DATA WRAPPER dbi OPTIONS (ADD foo '1', DROP debug); +--修改外部数据包装器dbi的验证器为myvalidator +openGauss=# ALTER FOREIGN DATA WRAPPER dbi VALIDATOR file_fdw_validator; +``` diff --git a/content/zh/docs/SQLReference/CREATE-FOREIGN-DATA-WRAPPER.md b/content/zh/docs/SQLReference/CREATE-FOREIGN-DATA-WRAPPER.md new file mode 100644 index 000000000..4b209c66c --- /dev/null +++ b/content/zh/docs/SQLReference/CREATE-FOREIGN-DATA-WRAPPER.md @@ -0,0 +1,48 @@ +# CREATE FUNCTION DATA WRAPPER + +## 功能描述 + +定义一个新的外部数据包装器。 + +## 语法格式 + +``` +CREATE FOREIGN DATA WRAPPER name + [ HANDLER handler_function | NO HANDLER ] + [ VALIDATOR validator_function | NO VALIDATOR ] + [ OPTIONS ( option 'value' [,...] ) ] +``` + +## 参数说明 + +- **name** + + 要创建的外部数据包装器名。 + +- **HANDLER handler\_function** + + handler_function是先前注册的函数的名称,该函数将被调用以检索外部表的执行函数。处理器函数不能带任何参数,其返回类型必须是fdw_handler。 + + +- **VALIDATOR validator\_function** + + validator_function是先前注册的函数的名称,该函数将被调用以检查给定给外部数据包装器的通用选项,以及使用外部数据包装器的外部服务器和用户映射的选项。如果未指定验证器函数或未指定validator,则在创建时不会检查选项。(外部数据包装器可能会在运行时忽略或拒绝无效的选项规范,具体取决于实现。)验证器函数必须接受两个参数:一个类型为text[],它将包含存储在系统目录中的选项数组,另一个类型是oid,它将是包含选项的系统目录的oid。忽略返回类型;该函数应该使用ereport(ERROR)函数报告无效选项。 + + +- **OPTIONS \(option 'value' \[,...\]\)** + + 该子句指定新外部数据包装器的选项。允许的选项名称和值特定于每个外部数据包装器,并使用外部数据包装器的验证器函数进行验证。选项名称必须唯一。 + + +## 示例 + +``` +--创建一个无用的外部数据包装器dummy。 +openGauss=# CREATE FOREIGN DATA WRAPPER dummy; + +--使用处理器函数file_fdw_handler创建外部数据包装器file。 +openGauss=# CREATE FOREIGN DATA WRAPPER file HANDLER file_fdw_handler; + +--创建外部数据包装器mywrapper +openGauss=# CREATE FOREIGN DATA WRAPPER mywrapper OPTIONS (debug 'true'); +``` diff --git a/content/zh/docs/SQLReference/DROP-FOREIGN-DATA-WRAPPER.md b/content/zh/docs/SQLReference/DROP-FOREIGN-DATA-WRAPPER.md new file mode 100644 index 000000000..80b4260be --- /dev/null +++ b/content/zh/docs/SQLReference/DROP-FOREIGN-DATA-WRAPPER.md @@ -0,0 +1,36 @@ +# DROP FOREIGN DATA WRAPPER + +## 功能描述 + +删除外部数据包装器。 + +## 语法格式 + +``` +DROP FOREIGN DATA WRAPPER [ IF EXISTS ] name [ CASCADE | RESTRICT ] +``` + +## 参数说明 + +- **name** + + 要删除的外部数据包装器名。 + +- **CASCADE** + + 自动删除依赖于外部数据包装器的对象(如服务器)。 + + +- **RESTRICT** + + 如果有任何依赖于外部数据包装器,则拒绝删除外部数据包装器。此选项为默认选项。 + + +## 示例 + +``` +--创建外部数据包装器dbi +openGauss=# CREATE FOREIGN DATA WRAPPER dbi OPTIONS (debug 'true'); +--删除外部数据包装器dbi +openGauss=# DROP FOREIGN DATA WRAPPER dbi; +``` diff --git "a/content/zh/docs/SQLReference/SQL\350\257\255\346\263\225.md" "b/content/zh/docs/SQLReference/SQL\350\257\255\346\263\225.md" index d3682ace9..de6fff6a6 100644 --- "a/content/zh/docs/SQLReference/SQL\350\257\255\346\263\225.md" +++ "b/content/zh/docs/SQLReference/SQL\350\257\255\346\263\225.md" @@ -18,6 +18,8 @@ - **[ALTER EXTENSION](ALTER-EXTENSION.md)** +- **[ALTER FOREIGN DATA WRAPPER](ALTER-FOREIGN-DATA-WRAPPER.md)** + - **[ALTER FOREIGN TABLE](ALTER-FOREIGN-TABLE.md)** - **[ALTER FUNCTION](ALTER-FUNCTION.md)** @@ -128,6 +130,8 @@ - **[CREATE EXTENSION](CREATE-EXTENSION.md)** +- **[CREATE FOREIGN DATA WRAPPER](CREATE-FOREIGN-DATA-WRAPPER.md)** + - **[CREATE FOREIGN TABLE](CREATE-FOREIGN-TABLE.md)** - **[CREATE FUNCTION](CREATE-FUNCTION.md)** @@ -230,6 +234,8 @@ - **[DROP EXTENSION](DROP-EXTENSION.md)** +- **[DROP FOREIGN DATA WRAPPER](DROP-FOREIGN-DATA-WRAPPER.md)** + - **[DROP FOREIGN TABLE](DROP-FOREIGN-TABLE.md)** - **[DROP FUNCTION](DROP-FUNCTION.md)** diff --git a/content/zh/menu/index.md b/content/zh/menu/index.md index be004f80d..4528e5927 100644 --- a/content/zh/menu/index.md +++ b/content/zh/menu/index.md @@ -979,6 +979,7 @@ headless: true - [ALTER Extension]({{< relref "./docs/SQLReference/ALTER-Extension.md" >}}) - [ALTER EVENT]({{< relref "./docs/SQLReference/ALTER-EVENT.md" >}}) - [ALTER EVENT TRIGGER]({{< relref "./docs/SQLReference/ALTER-EVENT-TRIGGER.md" >}}) + - [ALTER FOREIGN DATA WRAPPER]({{< relref "./docs/SQLReference/ALTER-FOREIGN-DATA-WRAPPER.md" >}}) - [ALTER FOREIGN TABLE]({{< relref "./docs/SQLReference/ALTER-FOREIGN-TABLE.md" >}}) - [ALTER FUNCTION]({{< relref "./docs/SQLReference/ALTER-FUNCTION.md" >}}) - [ALTER GLOBAL CONFIGURATION]({{< relref "./docs/SQLReference/ALTER-GLOBAL-CONFIGURATION.md" >}}) @@ -1037,6 +1038,7 @@ headless: true - [CREATE Extension]({{< relref "./docs/SQLReference/CREATE-Extension.md" >}}) - [CREATE EVENT]({{< relref "./docs/SQLReference/CREATE-EVENT.md" >}}) - [CREATE EVENT TRIGGER]({{< relref "./docs/SQLReference/CREATE-EVENT-TRIGGER.md" >}}) + - [CREATE FOREIGN DATA WRAPPER]({{< relref "./docs/SQLReference/CREATE-FOREIGN-DATA-WRAPPER.md" >}}) - [CREATE FOREIGN TABLE]({{< relref "./docs/SQLReference/CREATE-FOREIGN-TABLE.md" >}}) - [CREATE FUNCTION]({{< relref "./docs/SQLReference/CREATE-FUNCTION.md" >}}) - [CREATE GROUP]({{< relref "./docs/SQLReference/CREATE-GROUP.md" >}}) @@ -1090,6 +1092,7 @@ headless: true - [DROP Extension]({{< relref "./docs/SQLReference/DROP-Extension.md" >}}) - [DROP EVENT]({{< relref "./docs/SQLReference/DROP-EVENT.md" >}}) - [DROP EVENT TRIGGER]({{< relref "./docs/SQLReference/DROP-EVENT-TRIGGER.md" >}}) + - [DROP FOREIGN DATA WRAPPER]({{< relref "./docs/SQLReference/DROP-FOREIGN-DATA-WRAPPER.md" >}}) - [DROP FOREIGN TABLE]({{< relref "./docs/SQLReference/DROP-FOREIGN-TABLE.md" >}}) - [DROP FUNCTION]({{< relref "./docs/SQLReference/DROP-FUNCTION.md" >}}) - [DROP GLOBAL CONFIGURATION]({{< relref "./docs/SQLReference/DROP-GLOBAL-CONFIGURATION.md" >}}) -- Gitee From 70849914eeea43ce08aecead3880b0575463d275 Mon Sep 17 00:00:00 2001 From: liyang0608 <264327807@qq.com> Date: Mon, 10 Apr 2023 15:09:41 +0800 Subject: [PATCH 53/75] fix bugs --- ...O\344\274\230\345\214\226\345\231\250.rst" | 6 + ...2\346\262\273\350\277\220\347\273\264.rst" | 9 + .../AI\350\203\275\345\212\233.rst" | 8 + .../source/AboutopenGauss/AboutopenGauss.rst | 14 ++ .../\344\270\255\351\227\264\344\273\266.rst" | 17 ++ ...2\347\272\247\347\211\271\346\200\247.rst" | 32 +++ .../\345\267\245\345\205\267\351\223\276.rst" | 18 ++ ...0\345\217\221\346\216\245\345\217\243.rst" | 19 ++ ...6\345\272\223\345\256\211\345\205\250.rst" | 29 +++ ...1\346\200\247\346\217\217\350\277\260.rst" | 16 ++ .../\347\273\264\346\212\244\346\200\247.rst" | 23 +++ ...7\350\275\275\347\256\241\347\220\206.rst" | 16 ++ .../\351\253\230\345\217\257\347\224\250.rst" | 23 +++ .../\351\253\230\346\200\247\350\203\275.rst" | 25 +++ .../Administratorguide/Administratorguide.rst | 15 -- sphinx/source/BriefTutorial/BriefTutorial.rst | 15 -- .../C-C++\350\257\255\350\250\200.rst" | 5 - .../\344\272\206\350\247\243openGauss.rst" | 5 - ...5\344\270\216\347\231\273\345\275\225.rst" | 9 - ...0\346\215\256\347\256\241\347\220\206.rst" | 20 -- ...5\346\225\260\346\215\256\345\272\223.rst" | 7 - ...0\346\215\256\347\256\241\347\220\206.rst" | 26 --- ...0\347\272\247\347\211\271\346\200\247.rst" | 13 -- ...O\344\274\230\345\214\226\345\231\250.rst" | 5 - ...2\346\262\273\350\277\220\347\273\264.rst" | 8 - .../AI\350\203\275\345\212\233.rst" | 7 - .../CharacteristicDescription.rst | 14 -- .../\344\270\255\351\227\264\344\273\266.rst" | 16 -- ...2\347\272\247\347\211\271\346\200\247.rst" | 28 --- .../\345\267\245\345\205\267\351\223\276.rst" | 15 -- ...0\345\217\221\346\216\245\345\217\243.rst" | 17 -- ...6\345\272\223\345\256\211\345\205\250.rst" | 27 --- .../\347\273\264\346\212\244\346\200\247.rst" | 19 -- .../\351\253\230\345\217\257\347\224\250.rst" | 22 -- .../\351\253\230\346\200\247\350\203\275.rst" | 22 -- .../source/Compilationguide/Compilation.rst | 8 - sphinx/source/DataMigration/DataMigration.rst | 5 - ...\256\345\272\223\350\207\263openGauss.rst" | 8 - sphinx/source/Description/Description.rst | 13 -- ...O\344\274\230\345\214\226\345\231\250.rst" | 6 - ...345\206\205AI\345\212\237\350\203\275.rst" | 5 - ...2\346\262\273\350\277\220\347\273\264.rst" | 8 - .../AI\347\211\271\346\200\247.rst" | 9 - ...2\345\270\270\346\243\200\346\265\213.rst" | 9 - .../source/Developerguide/B-compatibility.rst | 7 - ...0\345\205\263\345\217\202\346\225\260.rst" | 6 - sphinx/source/Developerguide/Cache-IO.rst | 33 --- .../source/Developerguide/Configuration.rst | 6 - sphinx/source/Developerguide/DB4AI-Schema.rst | 15 -- ...345\272\223\351\251\261\345\212\250AI.rst" | 7 - .../source/Developerguide/DBE_PERF-Schema.rst | 23 --- .../Developerguide/DBE_PLDEBUGGER-Schema.rst | 22 -- .../source/Developerguide/DBE_PLDEVELOPER.rst | 6 - ...1\345\274\217\350\257\264\346\230\216.rst" | 8 - ...I\345\255\220\345\212\237\350\203\275.rst" | 14 -- ...7\346\214\201\347\273\204\344\273\266.rst" | 6 - .../source/Developerguide/Developerguide.rst | 31 --- sphinx/source/Developerguide/Extension.rst | 6 - sphinx/source/Developerguide/File.rst | 13 -- ...3\345\212\277\351\242\204\346\265\213.rst" | 11 - .../Developerguide/Foreign-Data-Wrapper.rst | 9 - .../GAUSS-00001----GAUSS-00100.rst | 14 -- .../GAUSS-00101----GAUSS-00200.rst | 14 -- .../GAUSS-00201----GAUSS-00300.rst | 14 -- .../GAUSS-00301----GAUSS-00400.rst | 14 -- .../GAUSS-00401----GAUSS-00500.rst | 14 -- .../GAUSS-00501----GAUSS-00600.rst | 14 -- .../GAUSS-00601----GAUSS-00700.rst | 14 -- .../GAUSS-00701----GAUSS-00800.rst | 14 -- .../GAUSS-00801----GAUSS-00900.rst | 14 -- .../GAUSS-00901----GAUSS-01000.rst | 14 -- .../GAUSS-01001----GAUSS-01100.rst | 14 -- .../GAUSS-01101----GAUSS-01200.rst | 14 -- .../GAUSS-01201----GAUSS-01300.rst | 14 -- .../GAUSS-01301----GAUSS-01400.rst | 14 -- .../GAUSS-01401----GAUSS-01500.rst | 14 -- .../GAUSS-01501----GAUSS-01600.rst | 14 -- .../GAUSS-01601----GAUSS-01700.rst | 14 -- .../GAUSS-01701----GAUSS-01800.rst | 14 -- .../GAUSS-01801----GAUSS-01900.rst | 14 -- .../GAUSS-01901----GAUSS-02000.rst | 14 -- .../GAUSS-02001----GAUSS-02100.rst | 14 -- .../GAUSS-02101----GAUSS-02200.rst | 14 -- .../GAUSS-02201----GAUSS-02300.rst | 14 -- .../GAUSS-02301----GAUSS-02400.rst | 14 -- .../GAUSS-02401----GAUSS-02500.rst | 14 -- .../GAUSS-02501----GAUSS-02600.rst | 14 -- .../GAUSS-02601----GAUSS-02700.rst | 14 -- .../GAUSS-02701----GAUSS-02800.rst | 14 -- .../GAUSS-02801----GAUSS-02900.rst | 14 -- .../GAUSS-02901----GAUSS-03000.rst | 14 -- .../GAUSS-03001----GAUSS-03100.rst | 14 -- .../GAUSS-03101----GAUSS-03200.rst | 14 -- .../GAUSS-03201----GAUSS-03300.rst | 14 -- .../GAUSS-03301----GAUSS-03400.rst | 14 -- .../GAUSS-03401----GAUSS-03500.rst | 14 -- .../GAUSS-03501----GAUSS-03600.rst | 14 -- .../GAUSS-03601----GAUSS-03700.rst | 14 -- .../GAUSS-03701----GAUSS-03800.rst | 14 -- .../GAUSS-03801----GAUSS-03900.rst | 15 -- .../GAUSS-03901----GAUSS-04000.rst | 14 -- .../GAUSS-04001----GAUSS-04100.rst | 14 -- .../GAUSS-04101----GAUSS-04200.rst | 14 -- .../GAUSS-04201----GAUSS-04300.rst | 14 -- .../GAUSS-04301----GAUSS-04400.rst | 14 -- .../GAUSS-04401----GAUSS-04500.rst | 14 -- .../GAUSS-04501----GAUSS-04600.rst | 14 -- .../GAUSS-04601----GAUSS-04700.rst | 14 -- .../GAUSS-04701----GAUSS-04800.rst | 14 -- .../GAUSS-04801----GAUSS-04900.rst | 14 -- .../GAUSS-04901----GAUSS-04999.rst | 14 -- .../GAUSS-05001----GAUSS-05100.rst | 14 -- .../GAUSS-05101----GAUSS-05200.rst | 14 -- .../GAUSS-05201---GAUSS-05300.rst | 14 -- .../GAUSS-05301----GAUSS-05400.rst | 14 -- .../GAUSS-05401----GAUSS-05500.rst | 14 -- .../GAUSS-05501----GAUSS-05600.rst | 14 -- .../GAUSS-05601----GAUSS-05700.rst | 14 -- .../GAUSS-05701----GAUSS-05800.rst | 14 -- .../GAUSS-05801----GAUSS-05900.rst | 14 -- .../GAUSS-05901----GAUSS-06000.rst | 14 -- .../GAUSS-06001----GAUSS-06100.rst | 14 -- .../GAUSS-06101----GAUSS-06200.rst | 14 -- .../GAUSS-06201----GAUSS-06300.rst | 14 -- .../GAUSS-06301----GAUSS-06400.rst | 14 -- .../GAUSS-06401----GAUSS-06500.rst | 14 -- .../GAUSS-06501----GAUSS-06600.rst | 14 -- .../GAUSS-06601----GAUSS-06700.rst | 14 -- .../GAUSS-06701----GAUSS-06800.rst | 14 -- .../GAUSS-06801----GAUSS-06900.rst | 14 -- .../GAUSS-06901----GAUSS-07000.rst | 14 -- .../GAUSS-07001----GAUSS-07100.rst | 14 -- .../GAUSS-07101----GAUSS-07200.rst | 14 -- .../GAUSS-07201----GAUSS-07300.rst | 14 -- .../GAUSS-07301----GAUSS-07400.rst | 14 -- .../GAUSS-07401----GAUSS-07500.rst | 12 -- .../GAUSS-50000----GAUSS-50999.rst | 14 -- .../GAUSS-51000----GAUSS-51999.rst | 14 -- .../GAUSS-52000----GAUSS-52999.rst | 14 -- .../GAUSS-53000----GAUSS-53999.rst | 11 - .../GIN\347\264\242\345\274\225.rst" | 8 - ...2\346\225\260\350\257\264\346\230\216.rst" | 47 ----- .../Developerguide/Global-Plancache.rst | 6 - ...2\345\274\225\346\216\250\350\215\220.rst" | 8 - .../Developerguide/Information-Schema.rst | 10 - sphinx/source/Developerguide/Instance.rst | 6 - sphinx/source/Developerguide/Lock.rst | 6 - .../MOT\344\273\213\347\273\215.rst" | 11 - .../MOT\344\275\277\347\224\250.rst" | 13 -- .../MOT\345\207\206\345\244\207.rst" | 7 - ...7\345\210\266\346\234\272\345\210\266.rst" | 9 - ...7\350\203\275\345\237\272\345\207\206.rst" | 13 -- ...5\346\200\247\346\246\202\345\277\265.rst" | 7 - ...T\347\232\204\346\246\202\345\277\265.rst" | 14 -- .../MOT\347\256\241\347\220\206.rst" | 12 -- .../MOT\351\203\250\347\275\262.rst" | 9 - sphinx/source/Developerguide/Memory.rst | 8 - sphinx/source/Developerguide/OS.rst | 8 - sphinx/source/Developerguide/Object.rst | 46 ----- sphinx/source/Developerguide/Operator.rst | 10 - .../Developerguide/PostGIS-Extension.rst | 8 - ...heus-Exporter\347\273\204\344\273\266.rst" | 11 - sphinx/source/Developerguide/Query.rst | 22 -- sphinx/source/Developerguide/RTO-RPO.rst | 7 - ...5\345\217\245\346\224\271\345\206\231.rst" | 10 - ...46\205\242SQL\345\217\221\347\216\260.rst" | 10 - .../SQL\345\217\202\350\200\203.rst" | 23 --- ...1\345\210\222\344\273\213\347\273\215.rst" | 7 - .../SQL\350\257\255\346\263\225.rst" | 195 ------------------ ...3\344\274\230\346\214\207\345\215\227.rst" | 15 -- sphinx/source/Developerguide/Schema01.rst | 10 - .../source/Developerguide/Session-Thread.rst | 22 -- ...1\345\233\240\345\210\206\346\236\220.rst" | 11 - ...3\350\257\225\346\214\207\345\257\274.rst" | 7 - sphinx/source/Developerguide/Transaction.rst | 10 - sphinx/source/Developerguide/Utility.rst | 22 -- .../Developerguide/WDR-Snapshot-Schema.rst | 9 - ...7\344\277\241\346\201\257\350\241\250.rst" | 7 - sphinx/source/Developerguide/Wait-Events.rst | 6 - .../Developerguide/Workload-Manager.rst | 6 - sphinx/source/Developerguide/Workload.rst | 13 -- ...0\344\270\216\350\257\212\346\226\255.rst" | 11 - ...6\351\242\230\345\256\232\344\275\215.rst" | 7 - .../Developerguide/dolphin-Extension.rst | 8 - .../dolphin-SQL\345\217\202\350\200\203.rst" | 14 -- .../dolphin-SQL\350\257\255\346\263\225.rst" | 55 ----- ...4\346\223\215\344\275\234\347\254\246.rst" | 15 -- ...0\346\215\256\347\261\273\345\236\213.rst" | 9 - ...3\347\273\237\350\247\206\345\233\276.rst" | 6 - ...-\350\241\250\350\276\276\345\274\217.rst" | 5 - ...5\346\263\225\344\273\213\347\273\215.rst" | 7 - .../\344\273\213\347\273\215.rst" | 8 - ...4\345\205\245\346\225\260\346\215\256.rst" | 9 - .../\344\275\277\347\224\250MOT.rst" | 10 - ...3\350\241\214\350\260\203\344\274\230.rst" | 17 -- ...4\345\207\272\346\225\260\346\215\256.rst" | 9 - ...0\346\226\207\346\243\200\347\264\242.rst" | 13 -- ...345\205\250\346\265\201\347\250\213AI.rst" | 6 - ...1\345\214\226\350\247\206\345\233\276.rst" | 7 - ...6\344\273\226\346\223\215\344\275\234.rst" | 9 - ...6\344\273\226\350\257\255\345\217\245.rst" | 6 - ...L\350\260\203\344\274\230\347\202\271.rst" | 8 - ...0\350\241\250\347\211\271\346\200\247.rst" | 10 - ...4\346\223\215\344\275\234\347\254\246.rst" | 43 ---- ...4\347\256\241\347\220\206\350\241\250.rst" | 9 - ...0\346\200\201\350\257\255\345\217\245.rst" | 8 - ...4\346\234\272\345\244\215\345\210\266.rst" | 7 - ...1\345\270\203\350\256\242\351\230\205.rst" | 13 -- ...6\347\232\204\346\237\245\350\257\242.rst" | 7 - ...4\272\216JDBC\345\274\200\345\217\221.rst" | 22 -- ...4\272\216ODBC\345\274\200\345\217\221.rst" | 10 - ...72\216Psycopg\345\274\200\345\217\221.rst" | 14 -- ...\272\216libpq\345\274\200\345\217\221.rst" | 9 - ...2\346\234\254\350\257\255\345\217\245.rst" | 8 - ...2\347\241\200\346\216\245\345\217\243.rst" | 5 - ...1\345\214\226\350\247\206\345\233\276.rst" | 7 - ...0\346\230\216\350\257\255\346\263\225.rst" | 8 - ...0\345\202\250\350\277\207\347\250\213.rst" | 20 -- ...3\344\274\230\346\241\210\344\276\213.rst" | 12 -- ...1\350\241\250\345\256\232\344\271\211.rst" | 10 - .../\345\256\241\350\256\241.rst" | 7 - ...5\345\205\245\350\256\244\350\257\201.rst" | 10 - ...2\347\234\201\350\256\276\347\275\256.rst" | 7 - ...4\345\205\245\346\225\260\346\215\256.rst" | 13 -- ...2\346\225\260\346\215\256\345\272\223.rst" | 8 - ...1\346\225\260\346\215\256\345\272\223.rst" | 8 - ...4\345\207\272\346\225\260\346\215\256.rst" | 6 - ...5\345\205\267\345\257\271\346\216\245.rst" | 6 - ...2\344\275\215\346\214\207\345\215\227.rst" | 7 - ...2\344\275\215\346\241\210\344\276\213.rst" | 28 --- ...1\345\205\245\347\244\272\344\276\213.rst" | 8 - ...0\345\217\221\346\225\231\347\250\213.rst" | 10 - ...6\350\256\241\345\273\272\350\256\256.rst" | 10 - ...5\344\273\244\345\244\204\347\220\206.rst" | 9 - ...7\350\203\275\350\260\203\344\274\230.rst" | 12 -- ...5\345\217\243\345\217\202\350\200\203.rst" | 8 - ...7\346\234\254\346\220\234\347\264\242.rst" | 8 - ...7\345\210\266\350\257\255\345\217\245.rst" | 11 - ...3\350\257\225\347\216\257\345\242\203.rst" | 12 -- ...6\345\272\223\344\275\277\347\224\250.rst" | 13 -- ...1\350\261\241\350\256\276\350\256\241.rst" | 10 - ...5\345\217\245\345\207\275\346\225\260.rst" | 16 -- ...2\346\225\260\350\260\203\344\274\230.rst" | 7 - ...7\345\210\266\345\207\275\346\225\260.rst" | 13 -- ...0\346\215\256\347\261\273\345\236\213.rst" | 24 --- ...233\206\345\220\210\345\222\214record.rst" | 8 - ...6\351\227\264\351\242\204\346\265\213.rst" | 9 - ...2\346\225\260\344\274\260\350\256\241.rst" | 10 - ...344\270\255\346\225\260\346\215\256-4.rst" | 6 - ...47\234\213WDR\346\212\245\345\221\212.rst" | 20 -- ...5\350\257\242\350\247\204\345\210\222.rst" | 8 - .../\346\246\202\350\277\260.rst" | 9 - ...7\346\234\254\346\220\234\347\264\242.rst" | 7 - ...1\345\261\202\345\244\215\345\210\266.rst" | 7 - .../\346\270\270\346\240\207.rst" | 8 - ...0\345\205\274\345\256\271\346\200\247.rst" | 6 - ...1\345\214\226\350\247\206\345\233\276.rst" | 6 - ...2\344\271\211\345\207\275\346\225\260.rst" | 6 - ...6\351\242\210\347\202\271\345\210\206.rst" | 9 - ...3\344\274\230\350\214\203\345\233\264.rst" | 8 - ...1\345\205\245\346\223\215\344\275\234.rst" | 8 - ...6\345\272\223\345\256\211\345\205\250.rst" | 10 - ...7\345\217\212\346\235\203\351\231\220.rst" | 13 -- ...3\345\236\213\350\275\254\346\215\242.rst" | 9 - ...1\347\220\206\345\207\275\346\225\260.rst" | 16 -- .../\347\263\273\347\273\237\350\241\250.rst" | 113 ---------- ...3\347\273\237\350\247\206\345\233\276.rst" | 8 - ...3\347\273\237\350\247\206\345\233\276.rst" | 124 ----------- ...3\344\274\230\346\214\207\345\215\227.rst" | 10 - ...1\347\273\234\351\205\215\347\275\256.rst" | 8 - ...2\346\262\273\344\272\213\345\212\241.rst" | 8 - ...1\345\210\222\351\200\211\346\213\251.rst" | 10 - ...0\345\222\214\347\264\242\345\274\225.rst" | 7 - .../\350\241\250\350\276\276\345\274\217.rst" | 9 - ...1\345\205\250\347\255\226\347\225\245.rst" | 7 - ...1\345\200\274\346\237\245\350\257\242.rst" | 8 - ...6\345\272\223\345\256\241\350\256\241.rst" | 8 - ...4\346\225\260\346\215\256\345\272\223.rst" | 9 - .../\350\257\215\345\205\270.rst" | 11 - ...4\346\272\220\346\266\210\350\200\227.rst" | 10 - ...1\347\220\206\345\207\206\345\244\207.rst" | 9 - ...7\350\275\275\347\256\241\347\220\206.rst" | 8 - ...7\344\273\266\350\246\201\346\261\202.rst" | 6 - ...4\346\227\266\347\273\237\350\256\241.rst" | 6 - ...4\345\233\236\350\257\255\345\217\245.rst" | 6 - ...5\345\222\214\350\256\244\350\257\201.rst" | 7 - ...1\351\207\214\345\274\200\345\247\213.rst" | 8 - ...3\350\276\221\345\244\215\345\210\266.rst" | 7 - ...3\350\276\221\350\247\243\347\240\201.rst" | 6 - .../\351\205\215\347\275\256LLVM.rst" | 7 - .../\351\205\215\347\275\256SMP.rst" | 8 - ...0\350\241\214\345\217\202\346\225\260.rst" | 6 - ...2\345\222\214\346\227\245\345\277\227.rst" | 8 - ...1\346\201\257\345\217\202\350\200\203.rst" | 5 - ...7\347\240\201\345\217\202\350\200\203.rst" | 85 -------- ...4\345\212\240\345\212\237\350\203\275.rst" | 8 - .../\351\231\204\345\275\225-2.rst" | 6 - ...1\345\274\217\346\227\245\345\277\227.rst" | 8 - .../\351\253\230\347\272\247\345\214\205.rst" | 5 - sphinx/source/FAQ/FAQ.rst | 7 - sphinx/source/Releasenotes/Releasenotes.rst | 20 +- .../Technicalwhitepaper.rst | 15 -- sphinx/source/Toolreference/Toolreference.rst | 12 -- ...7\347\253\257\345\267\245\345\205\267.rst" | 5 - ...1\347\253\257\345\267\245\345\205\267.rst" | 18 -- ...0\347\232\204\345\267\245\345\205\267.rst" | 34 --- sphinx/source/UpgradeGuide/upgrade.rst | 7 - .../\345\215\207\347\272\247.rst" | 10 - sphinx/source/index-AboutopenGauss.rst | 10 + sphinx/source/index-ReleaseNotes.rst | 10 + sphinx/source/index.rst | 28 --- sphinx/source/installation/Installation .rst | 10 - ...2\347\211\210\345\256\211\350\243\205.rst" | 7 - .../\345\256\211\350\243\205openGauss.rst" | 8 - ...1\350\243\205\345\207\206\345\244\207.rst" | 7 - ...0\347\211\210\345\256\211\350\243\205.rst" | 9 - 316 files changed, 285 insertions(+), 4061 deletions(-) create mode 100644 "sphinx/source/AboutopenGauss/ABO\344\274\230\345\214\226\345\231\250.rst" create mode 100644 "sphinx/source/AboutopenGauss/AI4DB-\346\225\260\346\215\256\345\272\223\350\207\252\346\262\273\350\277\220\347\273\264.rst" create mode 100644 "sphinx/source/AboutopenGauss/AI\350\203\275\345\212\233.rst" create mode 100644 sphinx/source/AboutopenGauss/AboutopenGauss.rst create mode 100644 "sphinx/source/AboutopenGauss/\344\270\255\351\227\264\344\273\266.rst" create mode 100644 "sphinx/source/AboutopenGauss/\344\274\201\344\270\232\347\272\247\347\211\271\346\200\247.rst" create mode 100644 "sphinx/source/AboutopenGauss/\345\267\245\345\205\267\351\223\276.rst" create mode 100644 "sphinx/source/AboutopenGauss/\345\272\224\347\224\250\345\274\200\345\217\221\346\216\245\345\217\243.rst" create mode 100644 "sphinx/source/AboutopenGauss/\346\225\260\346\215\256\345\272\223\345\256\211\345\205\250.rst" create mode 100644 "sphinx/source/AboutopenGauss/\347\211\271\346\200\247\346\217\217\350\277\260.rst" create mode 100644 "sphinx/source/AboutopenGauss/\347\273\264\346\212\244\346\200\247.rst" create mode 100644 "sphinx/source/AboutopenGauss/\350\264\237\350\275\275\347\256\241\347\220\206.rst" create mode 100644 "sphinx/source/AboutopenGauss/\351\253\230\345\217\257\347\224\250.rst" create mode 100644 "sphinx/source/AboutopenGauss/\351\253\230\346\200\247\350\203\275.rst" delete mode 100644 sphinx/source/Administratorguide/Administratorguide.rst delete mode 100644 sphinx/source/BriefTutorial/BriefTutorial.rst delete mode 100644 "sphinx/source/BriefTutorial/C-C++\350\257\255\350\250\200.rst" delete mode 100644 "sphinx/source/BriefTutorial/\344\272\206\350\247\243openGauss.rst" delete mode 100644 "sphinx/source/BriefTutorial/\345\256\211\350\243\205\344\270\216\347\231\273\345\275\225.rst" delete mode 100644 "sphinx/source/BriefTutorial/\347\256\200\345\215\225\346\225\260\346\215\256\347\256\241\347\220\206.rst" delete mode 100644 "sphinx/source/BriefTutorial/\350\277\236\346\216\245\346\225\260\346\215\256\345\272\223.rst" delete mode 100644 "sphinx/source/BriefTutorial/\351\253\230\347\272\247\346\225\260\346\215\256\347\256\241\347\220\206.rst" delete mode 100644 "sphinx/source/BriefTutorial/\351\253\230\347\272\247\347\211\271\346\200\247.rst" delete mode 100644 "sphinx/source/CharacteristicDescription/ABO\344\274\230\345\214\226\345\231\250.rst" delete mode 100644 "sphinx/source/CharacteristicDescription/AI4DB-\346\225\260\346\215\256\345\272\223\350\207\252\346\262\273\350\277\220\347\273\264.rst" delete mode 100644 "sphinx/source/CharacteristicDescription/AI\350\203\275\345\212\233.rst" delete mode 100644 sphinx/source/CharacteristicDescription/CharacteristicDescription.rst delete mode 100644 "sphinx/source/CharacteristicDescription/\344\270\255\351\227\264\344\273\266.rst" delete mode 100644 "sphinx/source/CharacteristicDescription/\344\274\201\344\270\232\347\272\247\347\211\271\346\200\247.rst" delete mode 100644 "sphinx/source/CharacteristicDescription/\345\267\245\345\205\267\351\223\276.rst" delete mode 100644 "sphinx/source/CharacteristicDescription/\345\272\224\347\224\250\345\274\200\345\217\221\346\216\245\345\217\243.rst" delete mode 100644 "sphinx/source/CharacteristicDescription/\346\225\260\346\215\256\345\272\223\345\256\211\345\205\250.rst" delete mode 100644 "sphinx/source/CharacteristicDescription/\347\273\264\346\212\244\346\200\247.rst" delete mode 100644 "sphinx/source/CharacteristicDescription/\351\253\230\345\217\257\347\224\250.rst" delete mode 100644 "sphinx/source/CharacteristicDescription/\351\253\230\346\200\247\350\203\275.rst" delete mode 100644 sphinx/source/Compilationguide/Compilation.rst delete mode 100644 sphinx/source/DataMigration/DataMigration.rst delete mode 100644 "sphinx/source/DataMigration/\350\277\201\347\247\273MySQL\346\225\260\346\215\256\345\272\223\350\207\263openGauss.rst" delete mode 100644 sphinx/source/Description/Description.rst delete mode 100644 "sphinx/source/Developerguide/ABO\344\274\230\345\214\226\345\231\250.rst" delete mode 100644 "sphinx/source/Developerguide/AI-in-DB-\346\225\260\346\215\256\345\272\223\345\206\205AI\345\212\237\350\203\275.rst" delete mode 100644 "sphinx/source/Developerguide/AI4DB-\346\225\260\346\215\256\345\272\223\350\207\252\346\262\273\350\277\220\347\273\264.rst" delete mode 100644 "sphinx/source/Developerguide/AI\347\211\271\346\200\247.rst" delete mode 100644 "sphinx/source/Developerguide/Anomaly-detection-\345\274\202\345\270\270\346\243\200\346\265\213.rst" delete mode 100644 sphinx/source/Developerguide/B-compatibility.rst delete mode 100644 "sphinx/source/Developerguide/CM\347\233\270\345\205\263\345\217\202\346\225\260.rst" delete mode 100644 sphinx/source/Developerguide/Cache-IO.rst delete mode 100644 sphinx/source/Developerguide/Configuration.rst delete mode 100644 sphinx/source/Developerguide/DB4AI-Schema.rst delete mode 100644 "sphinx/source/Developerguide/DB4AI-\346\225\260\346\215\256\345\272\223\351\251\261\345\212\250AI.rst" delete mode 100644 sphinx/source/Developerguide/DBE_PERF-Schema.rst delete mode 100644 sphinx/source/Developerguide/DBE_PLDEBUGGER-Schema.rst delete mode 100644 sphinx/source/Developerguide/DBE_PLDEVELOPER.rst delete mode 100644 "sphinx/source/Developerguide/DBMind\346\250\241\345\274\217\350\257\264\346\230\216.rst" delete mode 100644 "sphinx/source/Developerguide/DBMind\347\232\204AI\345\255\220\345\212\237\350\203\275.rst" delete mode 100644 "sphinx/source/Developerguide/DBMind\347\232\204\346\224\257\346\214\201\347\273\204\344\273\266.rst" delete mode 100644 sphinx/source/Developerguide/Developerguide.rst delete mode 100644 sphinx/source/Developerguide/Extension.rst delete mode 100644 sphinx/source/Developerguide/File.rst delete mode 100644 "sphinx/source/Developerguide/Forecast-\350\266\213\345\212\277\351\242\204\346\265\213.rst" delete mode 100644 sphinx/source/Developerguide/Foreign-Data-Wrapper.rst delete mode 100644 sphinx/source/Developerguide/GAUSS-00001----GAUSS-00100.rst delete mode 100644 sphinx/source/Developerguide/GAUSS-00101----GAUSS-00200.rst delete mode 100644 sphinx/source/Developerguide/GAUSS-00201----GAUSS-00300.rst delete mode 100644 sphinx/source/Developerguide/GAUSS-00301----GAUSS-00400.rst delete mode 100644 sphinx/source/Developerguide/GAUSS-00401----GAUSS-00500.rst delete mode 100644 sphinx/source/Developerguide/GAUSS-00501----GAUSS-00600.rst delete mode 100644 sphinx/source/Developerguide/GAUSS-00601----GAUSS-00700.rst delete mode 100644 sphinx/source/Developerguide/GAUSS-00701----GAUSS-00800.rst delete mode 100644 sphinx/source/Developerguide/GAUSS-00801----GAUSS-00900.rst delete mode 100644 sphinx/source/Developerguide/GAUSS-00901----GAUSS-01000.rst delete mode 100644 sphinx/source/Developerguide/GAUSS-01001----GAUSS-01100.rst delete mode 100644 sphinx/source/Developerguide/GAUSS-01101----GAUSS-01200.rst delete mode 100644 sphinx/source/Developerguide/GAUSS-01201----GAUSS-01300.rst delete mode 100644 sphinx/source/Developerguide/GAUSS-01301----GAUSS-01400.rst delete mode 100644 sphinx/source/Developerguide/GAUSS-01401----GAUSS-01500.rst delete mode 100644 sphinx/source/Developerguide/GAUSS-01501----GAUSS-01600.rst delete mode 100644 sphinx/source/Developerguide/GAUSS-01601----GAUSS-01700.rst delete mode 100644 sphinx/source/Developerguide/GAUSS-01701----GAUSS-01800.rst delete mode 100644 sphinx/source/Developerguide/GAUSS-01801----GAUSS-01900.rst delete mode 100644 sphinx/source/Developerguide/GAUSS-01901----GAUSS-02000.rst delete mode 100644 sphinx/source/Developerguide/GAUSS-02001----GAUSS-02100.rst delete mode 100644 sphinx/source/Developerguide/GAUSS-02101----GAUSS-02200.rst delete mode 100644 sphinx/source/Developerguide/GAUSS-02201----GAUSS-02300.rst delete mode 100644 sphinx/source/Developerguide/GAUSS-02301----GAUSS-02400.rst delete mode 100644 sphinx/source/Developerguide/GAUSS-02401----GAUSS-02500.rst delete mode 100644 sphinx/source/Developerguide/GAUSS-02501----GAUSS-02600.rst delete mode 100644 sphinx/source/Developerguide/GAUSS-02601----GAUSS-02700.rst delete mode 100644 sphinx/source/Developerguide/GAUSS-02701----GAUSS-02800.rst delete mode 100644 sphinx/source/Developerguide/GAUSS-02801----GAUSS-02900.rst delete mode 100644 sphinx/source/Developerguide/GAUSS-02901----GAUSS-03000.rst delete mode 100644 sphinx/source/Developerguide/GAUSS-03001----GAUSS-03100.rst delete mode 100644 sphinx/source/Developerguide/GAUSS-03101----GAUSS-03200.rst delete mode 100644 sphinx/source/Developerguide/GAUSS-03201----GAUSS-03300.rst delete mode 100644 sphinx/source/Developerguide/GAUSS-03301----GAUSS-03400.rst delete mode 100644 sphinx/source/Developerguide/GAUSS-03401----GAUSS-03500.rst delete mode 100644 sphinx/source/Developerguide/GAUSS-03501----GAUSS-03600.rst delete mode 100644 sphinx/source/Developerguide/GAUSS-03601----GAUSS-03700.rst delete mode 100644 sphinx/source/Developerguide/GAUSS-03701----GAUSS-03800.rst delete mode 100644 sphinx/source/Developerguide/GAUSS-03801----GAUSS-03900.rst delete mode 100644 sphinx/source/Developerguide/GAUSS-03901----GAUSS-04000.rst delete mode 100644 sphinx/source/Developerguide/GAUSS-04001----GAUSS-04100.rst delete mode 100644 sphinx/source/Developerguide/GAUSS-04101----GAUSS-04200.rst delete mode 100644 sphinx/source/Developerguide/GAUSS-04201----GAUSS-04300.rst delete mode 100644 sphinx/source/Developerguide/GAUSS-04301----GAUSS-04400.rst delete mode 100644 sphinx/source/Developerguide/GAUSS-04401----GAUSS-04500.rst delete mode 100644 sphinx/source/Developerguide/GAUSS-04501----GAUSS-04600.rst delete mode 100644 sphinx/source/Developerguide/GAUSS-04601----GAUSS-04700.rst delete mode 100644 sphinx/source/Developerguide/GAUSS-04701----GAUSS-04800.rst delete mode 100644 sphinx/source/Developerguide/GAUSS-04801----GAUSS-04900.rst delete mode 100644 sphinx/source/Developerguide/GAUSS-04901----GAUSS-04999.rst delete mode 100644 sphinx/source/Developerguide/GAUSS-05001----GAUSS-05100.rst delete mode 100644 sphinx/source/Developerguide/GAUSS-05101----GAUSS-05200.rst delete mode 100644 sphinx/source/Developerguide/GAUSS-05201---GAUSS-05300.rst delete mode 100644 sphinx/source/Developerguide/GAUSS-05301----GAUSS-05400.rst delete mode 100644 sphinx/source/Developerguide/GAUSS-05401----GAUSS-05500.rst delete mode 100644 sphinx/source/Developerguide/GAUSS-05501----GAUSS-05600.rst delete mode 100644 sphinx/source/Developerguide/GAUSS-05601----GAUSS-05700.rst delete mode 100644 sphinx/source/Developerguide/GAUSS-05701----GAUSS-05800.rst delete mode 100644 sphinx/source/Developerguide/GAUSS-05801----GAUSS-05900.rst delete mode 100644 sphinx/source/Developerguide/GAUSS-05901----GAUSS-06000.rst delete mode 100644 sphinx/source/Developerguide/GAUSS-06001----GAUSS-06100.rst delete mode 100644 sphinx/source/Developerguide/GAUSS-06101----GAUSS-06200.rst delete mode 100644 sphinx/source/Developerguide/GAUSS-06201----GAUSS-06300.rst delete mode 100644 sphinx/source/Developerguide/GAUSS-06301----GAUSS-06400.rst delete mode 100644 sphinx/source/Developerguide/GAUSS-06401----GAUSS-06500.rst delete mode 100644 sphinx/source/Developerguide/GAUSS-06501----GAUSS-06600.rst delete mode 100644 sphinx/source/Developerguide/GAUSS-06601----GAUSS-06700.rst delete mode 100644 sphinx/source/Developerguide/GAUSS-06701----GAUSS-06800.rst delete mode 100644 sphinx/source/Developerguide/GAUSS-06801----GAUSS-06900.rst delete mode 100644 sphinx/source/Developerguide/GAUSS-06901----GAUSS-07000.rst delete mode 100644 sphinx/source/Developerguide/GAUSS-07001----GAUSS-07100.rst delete mode 100644 sphinx/source/Developerguide/GAUSS-07101----GAUSS-07200.rst delete mode 100644 sphinx/source/Developerguide/GAUSS-07201----GAUSS-07300.rst delete mode 100644 sphinx/source/Developerguide/GAUSS-07301----GAUSS-07400.rst delete mode 100644 sphinx/source/Developerguide/GAUSS-07401----GAUSS-07500.rst delete mode 100644 sphinx/source/Developerguide/GAUSS-50000----GAUSS-50999.rst delete mode 100644 sphinx/source/Developerguide/GAUSS-51000----GAUSS-51999.rst delete mode 100644 sphinx/source/Developerguide/GAUSS-52000----GAUSS-52999.rst delete mode 100644 sphinx/source/Developerguide/GAUSS-53000----GAUSS-53999.rst delete mode 100644 "sphinx/source/Developerguide/GIN\347\264\242\345\274\225.rst" delete mode 100644 "sphinx/source/Developerguide/GUC\345\217\202\346\225\260\350\257\264\346\230\216.rst" delete mode 100644 sphinx/source/Developerguide/Global-Plancache.rst delete mode 100644 "sphinx/source/Developerguide/Index-advisor-\347\264\242\345\274\225\346\216\250\350\215\220.rst" delete mode 100644 sphinx/source/Developerguide/Information-Schema.rst delete mode 100644 sphinx/source/Developerguide/Instance.rst delete mode 100644 sphinx/source/Developerguide/Lock.rst delete mode 100644 "sphinx/source/Developerguide/MOT\344\273\213\347\273\215.rst" delete mode 100644 "sphinx/source/Developerguide/MOT\344\275\277\347\224\250.rst" delete mode 100644 "sphinx/source/Developerguide/MOT\345\207\206\345\244\207.rst" delete mode 100644 "sphinx/source/Developerguide/MOT\345\271\266\345\217\221\346\216\247\345\210\266\346\234\272\345\210\266.rst" delete mode 100644 "sphinx/source/Developerguide/MOT\346\200\247\350\203\275\345\237\272\345\207\206.rst" delete mode 100644 "sphinx/source/Developerguide/MOT\346\214\201\344\271\205\346\200\247\346\246\202\345\277\265.rst" delete mode 100644 "sphinx/source/Developerguide/MOT\347\232\204\346\246\202\345\277\265.rst" delete mode 100644 "sphinx/source/Developerguide/MOT\347\256\241\347\220\206.rst" delete mode 100644 "sphinx/source/Developerguide/MOT\351\203\250\347\275\262.rst" delete mode 100644 sphinx/source/Developerguide/Memory.rst delete mode 100644 sphinx/source/Developerguide/OS.rst delete mode 100644 sphinx/source/Developerguide/Object.rst delete mode 100644 sphinx/source/Developerguide/Operator.rst delete mode 100644 sphinx/source/Developerguide/PostGIS-Extension.rst delete mode 100644 "sphinx/source/Developerguide/Prometheus-Exporter\347\273\204\344\273\266.rst" delete mode 100644 sphinx/source/Developerguide/Query.rst delete mode 100644 sphinx/source/Developerguide/RTO-RPO.rst delete mode 100644 "sphinx/source/Developerguide/SQL-Rewriter-SQL\350\257\255\345\217\245\346\224\271\345\206\231.rst" delete mode 100644 "sphinx/source/Developerguide/SQLdiag-\346\205\242SQL\345\217\221\347\216\260.rst" delete mode 100644 "sphinx/source/Developerguide/SQL\345\217\202\350\200\203.rst" delete mode 100644 "sphinx/source/Developerguide/SQL\346\211\247\350\241\214\350\256\241\345\210\222\344\273\213\347\273\215.rst" delete mode 100644 "sphinx/source/Developerguide/SQL\350\257\255\346\263\225.rst" delete mode 100644 "sphinx/source/Developerguide/SQL\350\260\203\344\274\230\346\214\207\345\215\227.rst" delete mode 100644 sphinx/source/Developerguide/Schema01.rst delete mode 100644 sphinx/source/Developerguide/Session-Thread.rst delete mode 100644 "sphinx/source/Developerguide/Slow-Query-Diagnosis-\346\205\242SQL\346\240\271\345\233\240\345\210\206\346\236\220.rst" delete mode 100644 "sphinx/source/Developerguide/TPCC\346\200\247\350\203\275\350\260\203\344\274\230\346\265\213\350\257\225\346\214\207\345\257\274.rst" delete mode 100644 sphinx/source/Developerguide/Transaction.rst delete mode 100644 sphinx/source/Developerguide/Utility.rst delete mode 100644 sphinx/source/Developerguide/WDR-Snapshot-Schema.rst delete mode 100644 "sphinx/source/Developerguide/WDR-Snapshot-\345\216\237\344\277\241\346\201\257\350\241\250.rst" delete mode 100644 sphinx/source/Developerguide/Wait-Events.rst delete mode 100644 sphinx/source/Developerguide/Workload-Manager.rst delete mode 100644 sphinx/source/Developerguide/Workload.rst delete mode 100644 "sphinx/source/Developerguide/X-Tuner-\345\217\202\346\225\260\350\260\203\344\274\230\344\270\216\350\257\212\346\226\255.rst" delete mode 100644 "sphinx/source/Developerguide/core\351\227\256\351\242\230\345\256\232\344\275\215.rst" delete mode 100644 sphinx/source/Developerguide/dolphin-Extension.rst delete mode 100644 "sphinx/source/Developerguide/dolphin-SQL\345\217\202\350\200\203.rst" delete mode 100644 "sphinx/source/Developerguide/dolphin-SQL\350\257\255\346\263\225.rst" delete mode 100644 "sphinx/source/Developerguide/dolphin-\345\207\275\346\225\260\345\222\214\346\223\215\344\275\234\347\254\246.rst" delete mode 100644 "sphinx/source/Developerguide/dolphin-\346\225\260\346\215\256\347\261\273\345\236\213.rst" delete mode 100644 "sphinx/source/Developerguide/dolphin-\347\263\273\347\273\237\350\247\206\345\233\276.rst" delete mode 100644 "sphinx/source/Developerguide/dolphin-\350\241\250\350\276\276\345\274\217.rst" delete mode 100644 "sphinx/source/Developerguide/dolphin\350\257\255\346\263\225\344\273\213\347\273\215.rst" delete mode 100644 "sphinx/source/Developerguide/\344\273\213\347\273\215.rst" delete mode 100644 "sphinx/source/Developerguide/\344\275\277\347\224\250COPY-FROM-STDIN\345\257\274\345\205\245\346\225\260\346\215\256.rst" delete mode 100644 "sphinx/source/Developerguide/\344\275\277\347\224\250MOT.rst" delete mode 100644 "sphinx/source/Developerguide/\344\275\277\347\224\250Plan-Hint\350\277\233\350\241\214\350\260\203\344\274\230.rst" delete mode 100644 "sphinx/source/Developerguide/\344\275\277\347\224\250gs_dump\345\222\214gs_dumpall\345\221\275\344\273\244\345\257\274\345\207\272\346\225\260\346\215\256.rst" delete mode 100644 "sphinx/source/Developerguide/\345\205\250\346\226\207\346\243\200\347\264\242.rst" delete mode 100644 "sphinx/source/Developerguide/\345\205\250\346\265\201\347\250\213AI.rst" delete mode 100644 "sphinx/source/Developerguide/\345\205\250\351\207\217\347\211\251\345\214\226\350\247\206\345\233\276.rst" delete mode 100644 "sphinx/source/Developerguide/\345\205\266\344\273\226\346\223\215\344\275\234.rst" delete mode 100644 "sphinx/source/Developerguide/\345\205\266\344\273\226\350\257\255\345\217\245.rst" delete mode 100644 "sphinx/source/Developerguide/\345\205\270\345\236\213SQL\350\260\203\344\274\230\347\202\271.rst" delete mode 100644 "sphinx/source/Developerguide/\345\206\205\345\255\230\350\241\250\347\211\271\346\200\247.rst" delete mode 100644 "sphinx/source/Developerguide/\345\207\275\346\225\260\345\222\214\346\223\215\344\275\234\347\254\246.rst" delete mode 100644 "sphinx/source/Developerguide/\345\210\233\345\273\272\345\222\214\347\256\241\347\220\206\350\241\250.rst" delete mode 100644 "sphinx/source/Developerguide/\345\212\250\346\200\201\350\257\255\345\217\245.rst" delete mode 100644 "sphinx/source/Developerguide/\345\217\214\346\234\272\345\244\215\345\210\266.rst" delete mode 100644 "sphinx/source/Developerguide/\345\217\221\345\270\203\350\256\242\351\230\205.rst" delete mode 100644 "sphinx/source/Developerguide/\345\217\226\346\266\210\346\255\243\345\234\250\345\244\204\347\220\206\347\232\204\346\237\245\350\257\242.rst" delete mode 100644 "sphinx/source/Developerguide/\345\237\272\344\272\216JDBC\345\274\200\345\217\221.rst" delete mode 100644 "sphinx/source/Developerguide/\345\237\272\344\272\216ODBC\345\274\200\345\217\221.rst" delete mode 100644 "sphinx/source/Developerguide/\345\237\272\344\272\216Psycopg\345\274\200\345\217\221.rst" delete mode 100644 "sphinx/source/Developerguide/\345\237\272\344\272\216libpq\345\274\200\345\217\221.rst" delete mode 100644 "sphinx/source/Developerguide/\345\237\272\346\234\254\350\257\255\345\217\245.rst" delete mode 100644 "sphinx/source/Developerguide/\345\237\272\347\241\200\346\216\245\345\217\243.rst" delete mode 100644 "sphinx/source/Developerguide/\345\242\236\351\207\217\347\211\251\345\214\226\350\247\206\345\233\276.rst" delete mode 100644 "sphinx/source/Developerguide/\345\243\260\346\230\216\350\257\255\346\263\225.rst" delete mode 100644 "sphinx/source/Developerguide/\345\255\230\345\202\250\350\277\207\347\250\213.rst" delete mode 100644 "sphinx/source/Developerguide/\345\256\236\351\231\205\350\260\203\344\274\230\346\241\210\344\276\213.rst" delete mode 100644 "sphinx/source/Developerguide/\345\256\241\350\247\206\345\222\214\344\277\256\346\224\271\350\241\250\345\256\232\344\271\211.rst" delete mode 100644 "sphinx/source/Developerguide/\345\256\241\350\256\241.rst" delete mode 100644 "sphinx/source/Developerguide/\345\256\242\346\210\267\347\253\257\346\216\245\345\205\245\350\256\244\350\257\201.rst" delete mode 100644 "sphinx/source/Developerguide/\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.rst" delete mode 100644 "sphinx/source/Developerguide/\345\257\274\345\205\245\346\225\260\346\215\256.rst" delete mode 100644 "sphinx/source/Developerguide/\345\257\274\345\207\272\345\215\225\344\270\252\346\225\260\346\215\256\345\272\223.rst" delete mode 100644 "sphinx/source/Developerguide/\345\257\274\345\207\272\346\211\200\346\234\211\346\225\260\346\215\256\345\272\223.rst" delete mode 100644 "sphinx/source/Developerguide/\345\257\274\345\207\272\346\225\260\346\215\256.rst" delete mode 100644 "sphinx/source/Developerguide/\345\267\245\345\205\267\345\257\271\346\216\245.rst" delete mode 100644 "sphinx/source/Developerguide/\345\270\270\350\247\201\346\225\205\351\232\234\345\256\232\344\275\215\346\214\207\345\215\227.rst" delete mode 100644 "sphinx/source/Developerguide/\345\270\270\350\247\201\346\225\205\351\232\234\345\256\232\344\275\215\346\241\210\344\276\213.rst" delete mode 100644 "sphinx/source/Developerguide/\345\271\266\345\217\221\345\206\231\345\205\245\347\244\272\344\276\213.rst" delete mode 100644 "sphinx/source/Developerguide/\345\272\224\347\224\250\347\250\213\345\272\217\345\274\200\345\217\221\346\225\231\347\250\213.rst" delete mode 100644 "sphinx/source/Developerguide/\345\274\200\345\217\221\350\256\276\350\256\241\345\273\272\350\256\256.rst" delete mode 100644 "sphinx/source/Developerguide/\345\274\202\346\255\245\345\221\275\344\273\244\345\244\204\347\220\206.rst" delete mode 100644 "sphinx/source/Developerguide/\346\200\247\350\203\275\350\260\203\344\274\230.rst" delete mode 100644 "sphinx/source/Developerguide/\346\216\245\345\217\243\345\217\202\350\200\203.rst" delete mode 100644 "sphinx/source/Developerguide/\346\216\247\345\210\266\346\226\207\346\234\254\346\220\234\347\264\242.rst" delete mode 100644 "sphinx/source/Developerguide/\346\216\247\345\210\266\350\257\255\345\217\245.rst" delete mode 100644 "sphinx/source/Developerguide/\346\220\255\345\273\272\346\200\247\350\203\275\346\265\213\350\257\225\347\216\257\345\242\203.rst" delete mode 100644 "sphinx/source/Developerguide/\346\225\260\346\215\256\345\272\223\344\275\277\347\224\250.rst" delete mode 100644 "sphinx/source/Developerguide/\346\225\260\346\215\256\345\272\223\345\257\271\350\261\241\350\256\276\350\256\241.rst" delete mode 100644 "sphinx/source/Developerguide/\346\225\260\346\215\256\345\272\223\346\211\247\350\241\214\350\257\255\345\217\245\345\207\275\346\225\260.rst" delete mode 100644 "sphinx/source/Developerguide/\346\225\260\346\215\256\345\272\223\347\263\273\347\273\237\345\217\202\346\225\260\350\260\203\344\274\230.rst" delete mode 100644 "sphinx/source/Developerguide/\346\225\260\346\215\256\345\272\223\350\277\236\346\216\245\346\216\247\345\210\266\345\207\275\346\225\260.rst" delete mode 100644 "sphinx/source/Developerguide/\346\225\260\346\215\256\347\261\273\345\236\213.rst" delete mode 100644 "sphinx/source/Developerguide/\346\225\260\347\273\204-\351\233\206\345\220\210\345\222\214record.rst" delete mode 100644 "sphinx/source/Developerguide/\346\231\272\350\203\275Explain-SQL\350\257\255\345\217\245\346\237\245\350\257\242\346\227\266\351\227\264\351\242\204\346\265\213.rst" delete mode 100644 "sphinx/source/Developerguide/\346\231\272\350\203\275\345\237\272\346\225\260\344\274\260\350\256\241.rst" delete mode 100644 "sphinx/source/Developerguide/\346\233\264\346\226\260\350\241\250\344\270\255\346\225\260\346\215\256-4.rst" delete mode 100644 "sphinx/source/Developerguide/\346\237\245\347\234\213WDR\346\212\245\345\221\212.rst" delete mode 100644 "sphinx/source/Developerguide/\346\237\245\350\257\242\350\247\204\345\210\222.rst" delete mode 100644 "sphinx/source/Developerguide/\346\246\202\350\277\260.rst" delete mode 100644 "sphinx/source/Developerguide/\346\265\213\350\257\225\345\222\214\350\260\203\350\257\225\346\226\207\346\234\254\346\220\234\347\264\242.rst" delete mode 100644 "sphinx/source/Developerguide/\346\267\261\345\261\202\345\244\215\345\210\266.rst" delete mode 100644 "sphinx/source/Developerguide/\346\270\270\346\240\207.rst" delete mode 100644 "sphinx/source/Developerguide/\347\211\210\346\234\254\345\222\214\345\271\263\345\217\260\345\205\274\345\256\271\346\200\247.rst" delete mode 100644 "sphinx/source/Developerguide/\347\211\251\345\214\226\350\247\206\345\233\276.rst" delete mode 100644 "sphinx/source/Developerguide/\347\224\250\346\210\267\350\207\252\345\256\232\344\271\211\345\207\275\346\225\260.rst" delete mode 100644 "sphinx/source/Developerguide/\347\241\254\344\273\266\347\223\266\351\242\210\347\202\271\345\210\206.rst" delete mode 100644 "sphinx/source/Developerguide/\347\241\256\345\256\232\346\200\247\350\203\275\350\260\203\344\274\230\350\214\203\345\233\264.rst" delete mode 100644 "sphinx/source/Developerguide/\347\256\241\347\220\206\345\271\266\345\217\221\345\206\231\345\205\245\346\223\215\344\275\234.rst" delete mode 100644 "sphinx/source/Developerguide/\347\256\241\347\220\206\346\225\260\346\215\256\345\272\223\345\256\211\345\205\250.rst" delete mode 100644 "sphinx/source/Developerguide/\347\256\241\347\220\206\347\224\250\346\210\267\345\217\212\346\235\203\351\231\220.rst" delete mode 100644 "sphinx/source/Developerguide/\347\261\273\345\236\213\350\275\254\346\215\242.rst" delete mode 100644 "sphinx/source/Developerguide/\347\263\273\347\273\237\347\256\241\347\220\206\345\207\275\346\225\260.rst" delete mode 100644 "sphinx/source/Developerguide/\347\263\273\347\273\237\350\241\250.rst" delete mode 100644 "sphinx/source/Developerguide/\347\263\273\347\273\237\350\241\250\345\222\214\347\263\273\347\273\237\350\247\206\345\233\276.rst" delete mode 100644 "sphinx/source/Developerguide/\347\263\273\347\273\237\350\247\206\345\233\276.rst" delete mode 100644 "sphinx/source/Developerguide/\347\263\273\347\273\237\350\260\203\344\274\230\346\214\207\345\215\227.rst" delete mode 100644 "sphinx/source/Developerguide/\347\275\221\347\273\234\351\205\215\347\275\256.rst" delete mode 100644 "sphinx/source/Developerguide/\350\207\252\346\262\273\344\272\213\345\212\241.rst" delete mode 100644 "sphinx/source/Developerguide/\350\207\252\351\200\202\345\272\224\350\256\241\345\210\222\351\200\211\346\213\251.rst" delete mode 100644 "sphinx/source/Developerguide/\350\241\250\345\222\214\347\264\242\345\274\225.rst" delete mode 100644 "sphinx/source/Developerguide/\350\241\250\350\276\276\345\274\217.rst" delete mode 100644 "sphinx/source/Developerguide/\350\256\276\347\275\256\345\256\211\345\205\250\347\255\226\347\225\245.rst" delete mode 100644 "sphinx/source/Developerguide/\350\256\276\347\275\256\345\257\206\346\200\201\347\255\211\345\200\274\346\237\245\350\257\242.rst" delete mode 100644 "sphinx/source/Developerguide/\350\256\276\347\275\256\346\225\260\346\215\256\345\272\223\345\256\241\350\256\241.rst" delete mode 100644 "sphinx/source/Developerguide/\350\256\276\347\275\256\350\264\246\346\234\254\346\225\260\346\215\256\345\272\223.rst" delete mode 100644 "sphinx/source/Developerguide/\350\257\215\345\205\270.rst" delete mode 100644 "sphinx/source/Developerguide/\350\265\204\346\272\220\346\266\210\350\200\227.rst" delete mode 100644 "sphinx/source/Developerguide/\350\265\204\346\272\220\347\256\241\347\220\206\345\207\206\345\244\207.rst" delete mode 100644 "sphinx/source/Developerguide/\350\265\204\346\272\220\350\264\237\350\275\275\347\256\241\347\220\206.rst" delete mode 100644 "sphinx/source/Developerguide/\350\275\257\344\273\266\350\246\201\346\261\202.rst" delete mode 100644 "sphinx/source/Developerguide/\350\277\220\350\241\214\346\227\266\347\273\237\350\256\241.rst" delete mode 100644 "sphinx/source/Developerguide/\350\277\224\345\233\236\350\257\255\345\217\245.rst" delete mode 100644 "sphinx/source/Developerguide/\350\277\236\346\216\245\345\222\214\350\256\244\350\257\201.rst" delete mode 100644 "sphinx/source/Developerguide/\350\277\236\346\216\245\346\225\260\346\215\256\345\272\223-\344\273\216\350\277\231\351\207\214\345\274\200\345\247\213.rst" delete mode 100644 "sphinx/source/Developerguide/\351\200\273\350\276\221\345\244\215\345\210\266.rst" delete mode 100644 "sphinx/source/Developerguide/\351\200\273\350\276\221\350\247\243\347\240\201.rst" delete mode 100644 "sphinx/source/Developerguide/\351\205\215\347\275\256LLVM.rst" delete mode 100644 "sphinx/source/Developerguide/\351\205\215\347\275\256SMP.rst" delete mode 100644 "sphinx/source/Developerguide/\351\205\215\347\275\256\350\277\220\350\241\214\345\217\202\346\225\260.rst" delete mode 100644 "sphinx/source/Developerguide/\351\224\231\350\257\257\346\212\245\345\221\212\345\222\214\346\227\245\345\277\227.rst" delete mode 100644 "sphinx/source/Developerguide/\351\224\231\350\257\257\346\227\245\345\277\227\344\277\241\346\201\257\345\217\202\350\200\203.rst" delete mode 100644 "sphinx/source/Developerguide/\351\224\231\350\257\257\347\240\201\345\217\202\350\200\203.rst" delete mode 100644 "sphinx/source/Developerguide/\351\231\204\345\212\240\345\212\237\350\203\275.rst" delete mode 100644 "sphinx/source/Developerguide/\351\231\204\345\275\225-2.rst" delete mode 100644 "sphinx/source/Developerguide/\351\242\204\345\206\231\345\274\217\346\227\245\345\277\227.rst" delete mode 100644 "sphinx/source/Developerguide/\351\253\230\347\272\247\345\214\205.rst" delete mode 100644 sphinx/source/FAQ/FAQ.rst delete mode 100644 sphinx/source/Technicalwhitepaper/Technicalwhitepaper.rst delete mode 100644 sphinx/source/Toolreference/Toolreference.rst delete mode 100644 "sphinx/source/Toolreference/\345\256\242\346\210\267\347\253\257\345\267\245\345\205\267.rst" delete mode 100644 "sphinx/source/Toolreference/\346\234\215\345\212\241\347\253\257\345\267\245\345\205\267.rst" delete mode 100644 "sphinx/source/Toolreference/\347\263\273\347\273\237\345\206\205\351\203\250\344\275\277\347\224\250\347\232\204\345\267\245\345\205\267.rst" delete mode 100644 sphinx/source/UpgradeGuide/upgrade.rst delete mode 100644 "sphinx/source/UpgradeGuide/\345\215\207\347\272\247.rst" create mode 100644 sphinx/source/index-AboutopenGauss.rst create mode 100644 sphinx/source/index-ReleaseNotes.rst delete mode 100644 sphinx/source/index.rst delete mode 100644 sphinx/source/installation/Installation .rst delete mode 100644 "sphinx/source/installation/\344\274\201\344\270\232\347\211\210\345\256\211\350\243\205.rst" delete mode 100644 "sphinx/source/installation/\345\256\211\350\243\205openGauss.rst" delete mode 100644 "sphinx/source/installation/\345\256\211\350\243\205\345\207\206\345\244\207.rst" delete mode 100644 "sphinx/source/installation/\346\236\201\347\256\200\347\211\210\345\256\211\350\243\205.rst" diff --git "a/sphinx/source/AboutopenGauss/ABO\344\274\230\345\214\226\345\231\250.rst" "b/sphinx/source/AboutopenGauss/ABO\344\274\230\345\214\226\345\231\250.rst" new file mode 100644 index 000000000..377d54cb2 --- /dev/null +++ "b/sphinx/source/AboutopenGauss/ABO\344\274\230\345\214\226\345\231\250.rst" @@ -0,0 +1,6 @@ +ABO优化器 +========== +.. toctree:: + + ../content/zh/docs/AboutopenGauss/ABO优化器 + ../content/zh/docs/AboutopenGauss/智能基数估计 diff --git "a/sphinx/source/AboutopenGauss/AI4DB-\346\225\260\346\215\256\345\272\223\350\207\252\346\262\273\350\277\220\347\273\264.rst" "b/sphinx/source/AboutopenGauss/AI4DB-\346\225\260\346\215\256\345\272\223\350\207\252\346\262\273\350\277\220\347\273\264.rst" new file mode 100644 index 000000000..b6fd0cc6a --- /dev/null +++ "b/sphinx/source/AboutopenGauss/AI4DB-\346\225\260\346\215\256\345\272\223\350\207\252\346\262\273\350\277\220\347\273\264.rst" @@ -0,0 +1,9 @@ +AI4DB:数据库自治运维 +==================== +.. toctree:: + + ../content/zh/docs/AboutopenGauss/数据库指标采集-预测与异常监控 + ../content/zh/docs/AboutopenGauss/慢SQL根因分析 + ../content/zh/docs/AboutopenGauss/索引推荐 + ../content/zh/docs/AboutopenGauss/参数调优与诊断 + ../content/zh/docs/AboutopenGauss/慢SQL发现 \ No newline at end of file diff --git "a/sphinx/source/AboutopenGauss/AI\350\203\275\345\212\233.rst" "b/sphinx/source/AboutopenGauss/AI\350\203\275\345\212\233.rst" new file mode 100644 index 000000000..dfa44b6c0 --- /dev/null +++ "b/sphinx/source/AboutopenGauss/AI\350\203\275\345\212\233.rst" @@ -0,0 +1,8 @@ +AI能力 +====== + +.. toctree:: + + AI4DB-数据库自治运维 + ../content/zh/docs/AboutopenGauss/DB4AI-数据库驱动AI + ABO优化器 \ No newline at end of file diff --git a/sphinx/source/AboutopenGauss/AboutopenGauss.rst b/sphinx/source/AboutopenGauss/AboutopenGauss.rst new file mode 100644 index 000000000..1b777e579 --- /dev/null +++ b/sphinx/source/AboutopenGauss/AboutopenGauss.rst @@ -0,0 +1,14 @@ + + +.. toctree:: + + ../content/zh/docs/AboutopenGauss/产品定位 + ../content/zh/docs/AboutopenGauss/系统架构 + ../content/zh/docs/AboutopenGauss/应用场景 + ../content/zh/docs/AboutopenGauss/产品特点 + ../content/zh/docs/AboutopenGauss/运行环境 + ../content/zh/docs/AboutopenGauss/技术指标 + ../content/zh/docs/AboutopenGauss/基本功能和特性 + ../content/zh/docs/AboutopenGauss/企业级增强特性 + 特性描述 + diff --git "a/sphinx/source/AboutopenGauss/\344\270\255\351\227\264\344\273\266.rst" "b/sphinx/source/AboutopenGauss/\344\270\255\351\227\264\344\273\266.rst" new file mode 100644 index 000000000..88f4c4785 --- /dev/null +++ "b/sphinx/source/AboutopenGauss/\344\270\255\351\227\264\344\273\266.rst" @@ -0,0 +1,17 @@ +中间件 +====== +.. toctree:: + + ../content/zh/docs/AboutopenGauss/分布式数据库能力 + ../content/zh/docs/AboutopenGauss/使用kubernetes部署分布式数据库 + ../content/zh/docs/AboutopenGauss/分布式分析能力 + + + + + + + + + + diff --git "a/sphinx/source/AboutopenGauss/\344\274\201\344\270\232\347\272\247\347\211\271\346\200\247.rst" "b/sphinx/source/AboutopenGauss/\344\274\201\344\270\232\347\272\247\347\211\271\346\200\247.rst" new file mode 100644 index 000000000..e139f4315 --- /dev/null +++ "b/sphinx/source/AboutopenGauss/\344\274\201\344\270\232\347\272\247\347\211\271\346\200\247.rst" @@ -0,0 +1,32 @@ +企业级特性 +========== + +.. toctree:: + + ../content/zh/docs/AboutopenGauss/函数及存储过程支持 + ../content/zh/docs/AboutopenGauss/支持SQL-hint + ../content/zh/docs/AboutopenGauss/全文索引 + ../content/zh/docs/AboutopenGauss/Copy接口支持容错机制 + ../content/zh/docs/AboutopenGauss/分区 + ../content/zh/docs/AboutopenGauss/高级分析函数支持 + ../content/zh/docs/AboutopenGauss/物化视图 + ../content/zh/docs/AboutopenGauss/支持HyperLogLog + ../content/zh/docs/AboutopenGauss/在线添加索引 + ../content/zh/docs/AboutopenGauss/自治事务 + ../content/zh/docs/AboutopenGauss/全局临时表 + ../content/zh/docs/AboutopenGauss/伪列ROWNUM + ../content/zh/docs/AboutopenGauss/支持存储过程调试 + ../content/zh/docs/AboutopenGauss/JDBC客户端负载均衡与读写分离 + ../content/zh/docs/AboutopenGauss/In-place-Update存储引擎 + ../content/zh/docs/AboutopenGauss/发布订阅 + ../content/zh/docs/AboutopenGauss/外键锁增强 + ../content/zh/docs/AboutopenGauss/支持OLTP场景数据压缩 + ../content/zh/docs/AboutopenGauss/事件触发器 + ../content/zh/docs/AboutopenGauss/资源池化 + + + + + + + diff --git "a/sphinx/source/AboutopenGauss/\345\267\245\345\205\267\351\223\276.rst" "b/sphinx/source/AboutopenGauss/\345\267\245\345\205\267\351\223\276.rst" new file mode 100644 index 000000000..fba361163 --- /dev/null +++ "b/sphinx/source/AboutopenGauss/\345\267\245\345\205\267\351\223\276.rst" @@ -0,0 +1,18 @@ +工具链 +====== +.. toctree:: + + ../content/zh/docs/AboutopenGauss/MySQL一键式迁移工具gs_rep_portal + ../content/zh/docs/AboutopenGauss/全量迁移gs_mysync + ../content/zh/docs/AboutopenGauss/增量迁移gs_replicate + ../content/zh/docs/AboutopenGauss/反向迁移gs_replicate + ../content/zh/docs/AboutopenGauss/数据校验gs_datacheck + ../content/zh/docs/AboutopenGauss/openGauss客户端工具DataStudio + + + + + + + + diff --git "a/sphinx/source/AboutopenGauss/\345\272\224\347\224\250\345\274\200\345\217\221\346\216\245\345\217\243.rst" "b/sphinx/source/AboutopenGauss/\345\272\224\347\224\250\345\274\200\345\217\221\346\216\245\345\217\243.rst" new file mode 100644 index 000000000..cf6090308 --- /dev/null +++ "b/sphinx/source/AboutopenGauss/\345\272\224\347\224\250\345\274\200\345\217\221\346\216\245\345\217\243.rst" @@ -0,0 +1,19 @@ +应用开发接口 +============ + +.. toctree:: + + ../content/zh/docs/AboutopenGauss/支持标准SQL + ../content/zh/docs/AboutopenGauss/支持标准开发接口 + ../content/zh/docs/AboutopenGauss/支持嵌入式SQL预处理器ECPG + ../content/zh/docs/AboutopenGauss/PG接口兼容 + ../content/zh/docs/AboutopenGauss/支持PL-Java + ../content/zh/docs/AboutopenGauss/MySQL兼容性增强 + + + + + + + + diff --git "a/sphinx/source/AboutopenGauss/\346\225\260\346\215\256\345\272\223\345\256\211\345\205\250.rst" "b/sphinx/source/AboutopenGauss/\346\225\260\346\215\256\345\272\223\345\256\211\345\205\250.rst" new file mode 100644 index 000000000..1d527d470 --- /dev/null +++ "b/sphinx/source/AboutopenGauss/\346\225\260\346\215\256\345\272\223\345\256\211\345\205\250.rst" @@ -0,0 +1,29 @@ +数据库安全 +========== + +.. toctree:: + + ../content/zh/docs/AboutopenGauss/访问控制模型 + ../content/zh/docs/AboutopenGauss/控制权和访问权分离 + ../content/zh/docs/AboutopenGauss/数据库认证机制 + ../content/zh/docs/AboutopenGauss/数据加密存储 + ../content/zh/docs/AboutopenGauss/数据库审计 + ../content/zh/docs/AboutopenGauss/网络通信安全 + ../content/zh/docs/AboutopenGauss/资源标签机制 + ../content/zh/docs/AboutopenGauss/统一审计机制 + ../content/zh/docs/AboutopenGauss/动态数据脱敏机制 + ../content/zh/docs/AboutopenGauss/行级访问控制 + ../content/zh/docs/AboutopenGauss/用户口令强度校验机制 + ../content/zh/docs/AboutopenGauss/全密态数据库等值查询 + ../content/zh/docs/AboutopenGauss/账本数据库机制 + ../content/zh/docs/AboutopenGauss/透明数据加密 + + + + + + + + + + diff --git "a/sphinx/source/AboutopenGauss/\347\211\271\346\200\247\346\217\217\350\277\260.rst" "b/sphinx/source/AboutopenGauss/\347\211\271\346\200\247\346\217\217\350\277\260.rst" new file mode 100644 index 000000000..5ca455024 --- /dev/null +++ "b/sphinx/source/AboutopenGauss/\347\211\271\346\200\247\346\217\217\350\277\260.rst" @@ -0,0 +1,16 @@ +特性描述 +======== + +.. toctree:: + + 高性能 + 高可用 + 维护性 + 数据库安全 + 企业级特性 + 应用开发接口 + AI能力 + 工具链 + 中间件 + 负载管理 + diff --git "a/sphinx/source/AboutopenGauss/\347\273\264\346\212\244\346\200\247.rst" "b/sphinx/source/AboutopenGauss/\347\273\264\346\212\244\346\200\247.rst" new file mode 100644 index 000000000..2374ce46f --- /dev/null +++ "b/sphinx/source/AboutopenGauss/\347\273\264\346\212\244\346\200\247.rst" @@ -0,0 +1,23 @@ +维护性 +====== +.. toctree:: + + ../content/zh/docs/AboutopenGauss/灰度升级 + ../content/zh/docs/AboutopenGauss/滚动升级 + ../content/zh/docs/AboutopenGauss/支持WDR诊断报告 + ../content/zh/docs/AboutopenGauss/慢SQL诊断 + ../content/zh/docs/AboutopenGauss/Session性能诊断 + ../content/zh/docs/AboutopenGauss/系统KPI辅助诊断 + ../content/zh/docs/AboutopenGauss/内置stack工具 + ../content/zh/docs/AboutopenGauss/支持SQL-PATCH + + + + + + + + + + + diff --git "a/sphinx/source/AboutopenGauss/\350\264\237\350\275\275\347\256\241\347\220\206.rst" "b/sphinx/source/AboutopenGauss/\350\264\237\350\275\275\347\256\241\347\220\206.rst" new file mode 100644 index 000000000..013ba9eb5 --- /dev/null +++ "b/sphinx/source/AboutopenGauss/\350\264\237\350\275\275\347\256\241\347\220\206.rst" @@ -0,0 +1,16 @@ +负载管理 +======== + +.. toctree:: + + ../content/zh/docs/AboutopenGauss/支持I层高时延逃生能力 + + + + + + + + + + diff --git "a/sphinx/source/AboutopenGauss/\351\253\230\345\217\257\347\224\250.rst" "b/sphinx/source/AboutopenGauss/\351\253\230\345\217\257\347\224\250.rst" new file mode 100644 index 000000000..4816993ae --- /dev/null +++ "b/sphinx/source/AboutopenGauss/\351\253\230\345\217\257\347\224\250.rst" @@ -0,0 +1,23 @@ +高可用 +====== + +.. toctree:: + + ../content/zh/docs/AboutopenGauss/主备机 + ../content/zh/docs/AboutopenGauss/逻辑复制 + ../content/zh/docs/AboutopenGauss/逻辑备份 + ../content/zh/docs/AboutopenGauss/物理备份 + ../content/zh/docs/AboutopenGauss/作业失败自动重试 + ../content/zh/docs/AboutopenGauss/极致RTO + ../content/zh/docs/AboutopenGauss/基于Paxos协议的高可用 + ../content/zh/docs/AboutopenGauss/级联备机 + ../content/zh/docs/AboutopenGauss/延时回放 + ../content/zh/docs/AboutopenGauss/备机增加删除 + ../content/zh/docs/AboutopenGauss/延迟进入最大可用模式 + ../content/zh/docs/AboutopenGauss/并行逻辑解码 + ../content/zh/docs/AboutopenGauss/DCF + ../content/zh/docs/AboutopenGauss/CM + ../content/zh/docs/AboutopenGauss/支持global-syscache + ../content/zh/docs/AboutopenGauss/支持备机build备机 + ../content/zh/docs/AboutopenGauss/两地三中心跨Region容灾 + diff --git "a/sphinx/source/AboutopenGauss/\351\253\230\346\200\247\350\203\275.rst" "b/sphinx/source/AboutopenGauss/\351\253\230\346\200\247\350\203\275.rst" new file mode 100644 index 000000000..72e940785 --- /dev/null +++ "b/sphinx/source/AboutopenGauss/\351\253\230\346\200\247\350\203\275.rst" @@ -0,0 +1,25 @@ +高性能 +====== + +.. toctree:: + + ../content/zh/docs/AboutopenGauss/CBO优化器 + ../content/zh/docs/AboutopenGauss/支持LLVM + ../content/zh/docs/AboutopenGauss/向量化引擎 + ../content/zh/docs/AboutopenGauss/行列混合存储 + ../content/zh/docs/AboutopenGauss/自适应压缩 + ../content/zh/docs/AboutopenGauss/SQL-by-pass + ../content/zh/docs/AboutopenGauss/鲲鹏NUMA架构优化 + ../content/zh/docs/AboutopenGauss/支持线程池高并发 + ../content/zh/docs/AboutopenGauss/SMP并行执行 + ../content/zh/docs/AboutopenGauss/Xlog-no-Lock-Flush + ../content/zh/docs/AboutopenGauss/Parallel-Page-based-Redo-For-Ustore + ../content/zh/docs/AboutopenGauss/行存转向量化 + ../content/zh/docs/AboutopenGauss/OCK加速数据传输 + ../content/zh/docs/AboutopenGauss/OCK-SCRLOCK加速分布式锁 + + + + + + diff --git a/sphinx/source/Administratorguide/Administratorguide.rst b/sphinx/source/Administratorguide/Administratorguide.rst deleted file mode 100644 index 5ac0baf71..000000000 --- a/sphinx/source/Administratorguide/Administratorguide.rst +++ /dev/null @@ -1,15 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Administratorguide/启停openGauss - ../content/zh/docs/Administratorguide/状态查询 - ../content/zh/docs/Administratorguide/实例主备切换 - ../content/zh/docs/Administratorguide/生成配置文件 - ../content/zh/docs/Administratorguide/例行维护 - ../content/zh/docs/Administratorguide/备份与恢复 - ../content/zh/docs/Administratorguide/两地三中心跨Region容灾 - ../content/zh/docs/Administratorguide/高危操作一览表 - ../content/zh/docs/Administratorguide/日志参考 - - diff --git a/sphinx/source/BriefTutorial/BriefTutorial.rst b/sphinx/source/BriefTutorial/BriefTutorial.rst deleted file mode 100644 index d59485d20..000000000 --- a/sphinx/source/BriefTutorial/BriefTutorial.rst +++ /dev/null @@ -1,15 +0,0 @@ - -.. toctree:: - - 了解openGauss - 安装与登录 - ../content/zh/docs/BriefTutorial/基本概念 - ../content/zh/docs/BriefTutorial/语法 - ../content/zh/docs/BriefTutorial/数据类型 - 简单数据管理 - 高级数据管理 - 高级特性 - 连接数据库 - ../content/zh/docs/BriefTutorial/openGauss资源获取 - ../content/zh/docs/BriefTutorial/附录-SQL语法 - diff --git "a/sphinx/source/BriefTutorial/C-C++\350\257\255\350\250\200.rst" "b/sphinx/source/BriefTutorial/C-C++\350\257\255\350\250\200.rst" deleted file mode 100644 index 943741935..000000000 --- "a/sphinx/source/BriefTutorial/C-C++\350\257\255\350\250\200.rst" +++ /dev/null @@ -1,5 +0,0 @@ - -.. toctree:: - - ../content/zh/docs/BriefTutorial/ODBC - ../content/zh/docs/BriefTutorial/libpq diff --git "a/sphinx/source/BriefTutorial/\344\272\206\350\247\243openGauss.rst" "b/sphinx/source/BriefTutorial/\344\272\206\350\247\243openGauss.rst" deleted file mode 100644 index 9b5d0fffb..000000000 --- "a/sphinx/source/BriefTutorial/\344\272\206\350\247\243openGauss.rst" +++ /dev/null @@ -1,5 +0,0 @@ - -.. toctree:: - ../content/zh/docs/BriefTutorial/什么是openGauss - ../content/zh/docs/BriefTutorial/系统架构 - diff --git "a/sphinx/source/BriefTutorial/\345\256\211\350\243\205\344\270\216\347\231\273\345\275\225.rst" "b/sphinx/source/BriefTutorial/\345\256\211\350\243\205\344\270\216\347\231\273\345\275\225.rst" deleted file mode 100644 index 3dada63f9..000000000 --- "a/sphinx/source/BriefTutorial/\345\256\211\350\243\205\344\270\216\347\231\273\345\275\225.rst" +++ /dev/null @@ -1,9 +0,0 @@ - -.. toctree:: - - ../content/zh/docs/BriefTutorial/获取安装包 - ../content/zh/docs/BriefTutorial/准备软硬件安装环境 - ../content/zh/docs/BriefTutorial/单节点安装 - ../content/zh/docs/BriefTutorial/一主一备节点安装 - ../content/zh/docs/BriefTutorial/gsql连接与使用方法 - diff --git "a/sphinx/source/BriefTutorial/\347\256\200\345\215\225\346\225\260\346\215\256\347\256\241\347\220\206.rst" "b/sphinx/source/BriefTutorial/\347\256\200\345\215\225\346\225\260\346\215\256\347\256\241\347\220\206.rst" deleted file mode 100644 index 2360fda97..000000000 --- "a/sphinx/source/BriefTutorial/\347\256\200\345\215\225\346\225\260\346\215\256\347\256\241\347\220\206.rst" +++ /dev/null @@ -1,20 +0,0 @@ - -.. toctree:: - - ../content/zh/docs/BriefTutorial/创建数据库 - ../content/zh/docs/BriefTutorial/创建表 - ../content/zh/docs/BriefTutorial/INSERT-INTO语句 - ../content/zh/docs/BriefTutorial/UPDATE语句 - ../content/zh/docs/BriefTutorial/DELETE语句 - ../content/zh/docs/BriefTutorial/查看对象 - ../content/zh/docs/BriefTutorial/SELECT语句 - ../content/zh/docs/BriefTutorial/运算符 - ../content/zh/docs/BriefTutorial/表达式 - ../content/zh/docs/BriefTutorial/WHERE子句 - ../content/zh/docs/BriefTutorial/ORDER-BY子句 - ../content/zh/docs/BriefTutorial/DISTINCT - ../content/zh/docs/BriefTutorial/GROUP-BY子句 - ../content/zh/docs/BriefTutorial/HAVING子句 - ../content/zh/docs/BriefTutorial/时间-日期函数和操作符 - ../content/zh/docs/BriefTutorial/模式匹配操作符 - ../content/zh/docs/BriefTutorial/聚集函数 diff --git "a/sphinx/source/BriefTutorial/\350\277\236\346\216\245\346\225\260\346\215\256\345\272\223.rst" "b/sphinx/source/BriefTutorial/\350\277\236\346\216\245\346\225\260\346\215\256\345\272\223.rst" deleted file mode 100644 index c4585c5f7..000000000 --- "a/sphinx/source/BriefTutorial/\350\277\236\346\216\245\346\225\260\346\215\256\345\272\223.rst" +++ /dev/null @@ -1,7 +0,0 @@ - -.. toctree:: - - C-C++语言 - ../content/zh/docs/BriefTutorial/Java - ../content/zh/docs/BriefTutorial/Python - diff --git "a/sphinx/source/BriefTutorial/\351\253\230\347\272\247\346\225\260\346\215\256\347\256\241\347\220\206.rst" "b/sphinx/source/BriefTutorial/\351\253\230\347\272\247\346\225\260\346\215\256\347\256\241\347\220\206.rst" deleted file mode 100644 index 234737827..000000000 --- "a/sphinx/source/BriefTutorial/\351\253\230\347\272\247\346\225\260\346\215\256\347\256\241\347\220\206.rst" +++ /dev/null @@ -1,26 +0,0 @@ - -.. toctree:: - - ../content/zh/docs/BriefTutorial/约束 - ../content/zh/docs/BriefTutorial/JOIN - ../content/zh/docs/BriefTutorial/NULL值 - ../content/zh/docs/BriefTutorial/UNION子句 - ../content/zh/docs/BriefTutorial/别名 - ../content/zh/docs/BriefTutorial/索引 - ../content/zh/docs/BriefTutorial/批处理模式 - ../content/zh/docs/BriefTutorial/视图 - ../content/zh/docs/BriefTutorial/SCHEMA - ../content/zh/docs/BriefTutorial/ALTER-TABLE语句 - ../content/zh/docs/BriefTutorial/TRUNCATE-TABLE语句 - ../content/zh/docs/BriefTutorial/事务 - ../content/zh/docs/BriefTutorial/游标 - ../content/zh/docs/BriefTutorial/分区表 - ../content/zh/docs/BriefTutorial/锁 - ../content/zh/docs/BriefTutorial/匿名块 - ../content/zh/docs/BriefTutorial/触发器 - ../content/zh/docs/BriefTutorial/存储过程 - ../content/zh/docs/BriefTutorial/物化视图 - ../content/zh/docs/BriefTutorial/子查询 - ../content/zh/docs/BriefTutorial/权限 - ../content/zh/docs/BriefTutorial/函数 - diff --git "a/sphinx/source/BriefTutorial/\351\253\230\347\272\247\347\211\271\346\200\247.rst" "b/sphinx/source/BriefTutorial/\351\253\230\347\272\247\347\211\271\346\200\247.rst" deleted file mode 100644 index b5ff53b67..000000000 --- "a/sphinx/source/BriefTutorial/\351\253\230\347\272\247\347\211\271\346\200\247.rst" +++ /dev/null @@ -1,13 +0,0 @@ - -.. toctree:: - - ../content/zh/docs/BriefTutorial/索引推荐 - ../content/zh/docs/BriefTutorial/DB4AI - ../content/zh/docs/BriefTutorial/列存储 - ../content/zh/docs/BriefTutorial/LLVM - ../content/zh/docs/BriefTutorial/Ustore - ../content/zh/docs/BriefTutorial/MOT - ../content/zh/docs/BriefTutorial/全密态数据库 - ../content/zh/docs/BriefTutorial/DCF - ../content/zh/docs/BriefTutorial/并行查询 - diff --git "a/sphinx/source/CharacteristicDescription/ABO\344\274\230\345\214\226\345\231\250.rst" "b/sphinx/source/CharacteristicDescription/ABO\344\274\230\345\214\226\345\231\250.rst" deleted file mode 100644 index 58ad777c6..000000000 --- "a/sphinx/source/CharacteristicDescription/ABO\344\274\230\345\214\226\345\231\250.rst" +++ /dev/null @@ -1,5 +0,0 @@ - -.. toctree:: - - ../content/zh/docs/CharacteristicDescription/ABO优化器 - ../content/zh/docs/CharacteristicDescription/智能基数估计 diff --git "a/sphinx/source/CharacteristicDescription/AI4DB-\346\225\260\346\215\256\345\272\223\350\207\252\346\262\273\350\277\220\347\273\264.rst" "b/sphinx/source/CharacteristicDescription/AI4DB-\346\225\260\346\215\256\345\272\223\350\207\252\346\262\273\350\277\220\347\273\264.rst" deleted file mode 100644 index b4301e329..000000000 --- "a/sphinx/source/CharacteristicDescription/AI4DB-\346\225\260\346\215\256\345\272\223\350\207\252\346\262\273\350\277\220\347\273\264.rst" +++ /dev/null @@ -1,8 +0,0 @@ - -.. toctree:: - - ../content/zh/docs/CharacteristicDescription/数据库指标采集-预测与异常监控 - ../content/zh/docs/CharacteristicDescription/慢SQL根因分析 - ../content/zh/docs/CharacteristicDescription/索引推荐 - ../content/zh/docs/CharacteristicDescription/参数调优与诊断 - ../content/zh/docs/CharacteristicDescription/慢SQL发现 \ No newline at end of file diff --git "a/sphinx/source/CharacteristicDescription/AI\350\203\275\345\212\233.rst" "b/sphinx/source/CharacteristicDescription/AI\350\203\275\345\212\233.rst" deleted file mode 100644 index ccd45b09c..000000000 --- "a/sphinx/source/CharacteristicDescription/AI\350\203\275\345\212\233.rst" +++ /dev/null @@ -1,7 +0,0 @@ - - -.. toctree:: - - AI4DB-数据库自治运维 - ../content/zh/docs/CharacteristicDescription/DB4AI-数据库驱动AI - ABO优化器 \ No newline at end of file diff --git a/sphinx/source/CharacteristicDescription/CharacteristicDescription.rst b/sphinx/source/CharacteristicDescription/CharacteristicDescription.rst deleted file mode 100644 index 8f1d8a426..000000000 --- a/sphinx/source/CharacteristicDescription/CharacteristicDescription.rst +++ /dev/null @@ -1,14 +0,0 @@ - - -.. toctree:: - - 高性能 - 高可用 - 维护性 - 数据库安全 - 企业级特性 - 应用开发接口 - AI能力 - 工具链 - 中间件 - diff --git "a/sphinx/source/CharacteristicDescription/\344\270\255\351\227\264\344\273\266.rst" "b/sphinx/source/CharacteristicDescription/\344\270\255\351\227\264\344\273\266.rst" deleted file mode 100644 index 3ecba7df5..000000000 --- "a/sphinx/source/CharacteristicDescription/\344\270\255\351\227\264\344\273\266.rst" +++ /dev/null @@ -1,16 +0,0 @@ - -.. toctree:: - - ../content/zh/docs/CharacteristicDescription/分布式数据库能力 - ../content/zh/docs/CharacteristicDescription/使用kubernetes部署分布式数据库 - ../content/zh/docs/CharacteristicDescription/分布式分析能力 - - - - - - - - - - diff --git "a/sphinx/source/CharacteristicDescription/\344\274\201\344\270\232\347\272\247\347\211\271\346\200\247.rst" "b/sphinx/source/CharacteristicDescription/\344\274\201\344\270\232\347\272\247\347\211\271\346\200\247.rst" deleted file mode 100644 index e36cf8ef0..000000000 --- "a/sphinx/source/CharacteristicDescription/\344\274\201\344\270\232\347\272\247\347\211\271\346\200\247.rst" +++ /dev/null @@ -1,28 +0,0 @@ - -.. toctree:: - - ../content/zh/docs/CharacteristicDescription/函数及存储过程支持 - ../content/zh/docs/CharacteristicDescription/支持SQL-hint - ../content/zh/docs/CharacteristicDescription/全文索引 - ../content/zh/docs/CharacteristicDescription/Copy接口支持容错机制 - ../content/zh/docs/CharacteristicDescription/分区 - ../content/zh/docs/CharacteristicDescription/高级分析函数支持 - ../content/zh/docs/CharacteristicDescription/物化视图 - ../content/zh/docs/CharacteristicDescription/支持HyperLogLog - ../content/zh/docs/CharacteristicDescription/在线添加索引 - ../content/zh/docs/CharacteristicDescription/自治事务 - ../content/zh/docs/CharacteristicDescription/全局临时表 - ../content/zh/docs/CharacteristicDescription/伪列ROWNUM - ../content/zh/docs/CharacteristicDescription/支持存储过程调试 - ../content/zh/docs/CharacteristicDescription/JDBC客户端负载均衡与读写分离 - ../content/zh/docs/CharacteristicDescription/In-place-Update存储引擎 - ../content/zh/docs/CharacteristicDescription/发布订阅 - ../content/zh/docs/CharacteristicDescription/外键锁增强 - ../content/zh/docs/CharacteristicDescription/支持OLTP场景数据压缩 - - - - - - - diff --git "a/sphinx/source/CharacteristicDescription/\345\267\245\345\205\267\351\223\276.rst" "b/sphinx/source/CharacteristicDescription/\345\267\245\345\205\267\351\223\276.rst" deleted file mode 100644 index 310bfd503..000000000 --- "a/sphinx/source/CharacteristicDescription/\345\267\245\345\205\267\351\223\276.rst" +++ /dev/null @@ -1,15 +0,0 @@ - -.. toctree:: - - ../content/zh/docs/CharacteristicDescription/MySQL_openGauss迁移工具chameleon - ../content/zh/docs/CharacteristicDescription/openGauss客户端工具DataStudio - - - - - - - - - - diff --git "a/sphinx/source/CharacteristicDescription/\345\272\224\347\224\250\345\274\200\345\217\221\346\216\245\345\217\243.rst" "b/sphinx/source/CharacteristicDescription/\345\272\224\347\224\250\345\274\200\345\217\221\346\216\245\345\217\243.rst" deleted file mode 100644 index 5f07e0c22..000000000 --- "a/sphinx/source/CharacteristicDescription/\345\272\224\347\224\250\345\274\200\345\217\221\346\216\245\345\217\243.rst" +++ /dev/null @@ -1,17 +0,0 @@ - -.. toctree:: - - ../content/zh/docs/CharacteristicDescription/支持标准SQL - ../content/zh/docs/CharacteristicDescription/支持标准开发接口 - ../content/zh/docs/CharacteristicDescription/PG接口兼容 - ../content/zh/docs/CharacteristicDescription/MySQL兼容性增强 - - - - - - - - - - diff --git "a/sphinx/source/CharacteristicDescription/\346\225\260\346\215\256\345\272\223\345\256\211\345\205\250.rst" "b/sphinx/source/CharacteristicDescription/\346\225\260\346\215\256\345\272\223\345\256\211\345\205\250.rst" deleted file mode 100644 index fa3c2dc13..000000000 --- "a/sphinx/source/CharacteristicDescription/\346\225\260\346\215\256\345\272\223\345\256\211\345\205\250.rst" +++ /dev/null @@ -1,27 +0,0 @@ - -.. toctree:: - - ../content/zh/docs/CharacteristicDescription/访问控制模型 - ../content/zh/docs/CharacteristicDescription/控制权和访问权分离 - ../content/zh/docs/CharacteristicDescription/数据库认证机制 - ../content/zh/docs/CharacteristicDescription/数据加密存储 - ../content/zh/docs/CharacteristicDescription/数据库审计 - ../content/zh/docs/CharacteristicDescription/网络通信安全 - ../content/zh/docs/CharacteristicDescription/资源标签机制 - ../content/zh/docs/CharacteristicDescription/统一审计机制 - ../content/zh/docs/CharacteristicDescription/动态数据脱敏机制 - ../content/zh/docs/CharacteristicDescription/行级访问控制 - ../content/zh/docs/CharacteristicDescription/用户口令强度校验机制 - ../content/zh/docs/CharacteristicDescription/全密态数据库等值查询 - ../content/zh/docs/CharacteristicDescription/账本数据库机制 - ../content/zh/docs/CharacteristicDescription/透明数据加密 - - - - - - - - - - diff --git "a/sphinx/source/CharacteristicDescription/\347\273\264\346\212\244\346\200\247.rst" "b/sphinx/source/CharacteristicDescription/\347\273\264\346\212\244\346\200\247.rst" deleted file mode 100644 index 2a8da20a4..000000000 --- "a/sphinx/source/CharacteristicDescription/\347\273\264\346\212\244\346\200\247.rst" +++ /dev/null @@ -1,19 +0,0 @@ - -.. toctree:: - - ../content/zh/docs/CharacteristicDescription/灰度升级 - ../content/zh/docs/CharacteristicDescription/滚动升级 - ../content/zh/docs/CharacteristicDescription/支持WDR诊断报告 - ../content/zh/docs/CharacteristicDescription/慢SQL诊断 - ../content/zh/docs/CharacteristicDescription/Session性能诊断 - ../content/zh/docs/CharacteristicDescription/系统KPI辅助诊断 - - - - - - - - - - diff --git "a/sphinx/source/CharacteristicDescription/\351\253\230\345\217\257\347\224\250.rst" "b/sphinx/source/CharacteristicDescription/\351\253\230\345\217\257\347\224\250.rst" deleted file mode 100644 index 60e170dfe..000000000 --- "a/sphinx/source/CharacteristicDescription/\351\253\230\345\217\257\347\224\250.rst" +++ /dev/null @@ -1,22 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/CharacteristicDescription/主备机 - ../content/zh/docs/CharacteristicDescription/逻辑复制 - ../content/zh/docs/CharacteristicDescription/逻辑备份 - ../content/zh/docs/CharacteristicDescription/物理备份 - ../content/zh/docs/CharacteristicDescription/作业失败自动重试 - ../content/zh/docs/CharacteristicDescription/极致RTO - ../content/zh/docs/CharacteristicDescription/基于Paxos协议的高可用 - ../content/zh/docs/CharacteristicDescription/级联备机 - ../content/zh/docs/CharacteristicDescription/延时回放 - ../content/zh/docs/CharacteristicDescription/备机增加删除 - ../content/zh/docs/CharacteristicDescription/延迟进入最大可用模式 - ../content/zh/docs/CharacteristicDescription/并行逻辑解码 - ../content/zh/docs/CharacteristicDescription/DCF - ../content/zh/docs/CharacteristicDescription/CM - ../content/zh/docs/CharacteristicDescription/支持global-syscache - ../content/zh/docs/CharacteristicDescription/支持备机build备机 - ../content/zh/docs/CharacteristicDescription/两地三中心跨Region容灾 - diff --git "a/sphinx/source/CharacteristicDescription/\351\253\230\346\200\247\350\203\275.rst" "b/sphinx/source/CharacteristicDescription/\351\253\230\346\200\247\350\203\275.rst" deleted file mode 100644 index b7869fcb0..000000000 --- "a/sphinx/source/CharacteristicDescription/\351\253\230\346\200\247\350\203\275.rst" +++ /dev/null @@ -1,22 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/CharacteristicDescription/CBO优化器 - ../content/zh/docs/CharacteristicDescription/支持LLVM - ../content/zh/docs/CharacteristicDescription/向量化引擎 - ../content/zh/docs/CharacteristicDescription/行列混合存储 - ../content/zh/docs/CharacteristicDescription/自适应压缩 - ../content/zh/docs/CharacteristicDescription/SQL-by-pass - ../content/zh/docs/CharacteristicDescription/鲲鹏NUMA架构优化 - ../content/zh/docs/CharacteristicDescription/支持线程池高并发 - ../content/zh/docs/CharacteristicDescription/SMP并行执行 - ../content/zh/docs/CharacteristicDescription/Xlog-no-Lock-Flush - ../content/zh/docs/CharacteristicDescription/Parallel-Page-based-Redo-For-Ustore - ../content/zh/docs/CharacteristicDescription/行存转向量化 - - - - - - diff --git a/sphinx/source/Compilationguide/Compilation.rst b/sphinx/source/Compilationguide/Compilation.rst deleted file mode 100644 index 542ee4a4f..000000000 --- a/sphinx/source/Compilationguide/Compilation.rst +++ /dev/null @@ -1,8 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Compilationguide/搭建编译环境 - ../content/zh/docs/Compilationguide/版本编译 - ../content/zh/docs/Compilationguide/FAQ - diff --git a/sphinx/source/DataMigration/DataMigration.rst b/sphinx/source/DataMigration/DataMigration.rst deleted file mode 100644 index 12f949e77..000000000 --- a/sphinx/source/DataMigration/DataMigration.rst +++ /dev/null @@ -1,5 +0,0 @@ - -.. toctree:: - - 迁移MySQL数据库至openGauss - diff --git "a/sphinx/source/DataMigration/\350\277\201\347\247\273MySQL\346\225\260\346\215\256\345\272\223\350\207\263openGauss.rst" "b/sphinx/source/DataMigration/\350\277\201\347\247\273MySQL\346\225\260\346\215\256\345\272\223\350\207\263openGauss.rst" deleted file mode 100644 index e7f357876..000000000 --- "a/sphinx/source/DataMigration/\350\277\201\347\247\273MySQL\346\225\260\346\215\256\345\272\223\350\207\263openGauss.rst" +++ /dev/null @@ -1,8 +0,0 @@ - -.. toctree:: - - ../content/zh/docs/DataMigration/全量迁移 - ../content/zh/docs/DataMigration/增量迁移 - ../content/zh/docs/DataMigration/数据校验 - ../content/zh/docs/DataMigration/反向迁移 - diff --git a/sphinx/source/Description/Description.rst b/sphinx/source/Description/Description.rst deleted file mode 100644 index d4b909703..000000000 --- a/sphinx/source/Description/Description.rst +++ /dev/null @@ -1,13 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Description/产品定位 - ../content/zh/docs/Description/系统架构 - ../content/zh/docs/Description/应用场景 - ../content/zh/docs/Description/产品特点 - ../content/zh/docs/Description/运行环境 - ../content/zh/docs/Description/技术指标 - ../content/zh/docs/Description/基本功能和特性 - ../content/zh/docs/Description/企业级增强特性 - diff --git "a/sphinx/source/Developerguide/ABO\344\274\230\345\214\226\345\231\250.rst" "b/sphinx/source/Developerguide/ABO\344\274\230\345\214\226\345\231\250.rst" deleted file mode 100644 index 83f1d6469..000000000 --- "a/sphinx/source/Developerguide/ABO\344\274\230\345\214\226\345\231\250.rst" +++ /dev/null @@ -1,6 +0,0 @@ - - -.. toctree:: - - 智能基数估计 - 自适应计划选择 diff --git "a/sphinx/source/Developerguide/AI-in-DB-\346\225\260\346\215\256\345\272\223\345\206\205AI\345\212\237\350\203\275.rst" "b/sphinx/source/Developerguide/AI-in-DB-\346\225\260\346\215\256\345\272\223\345\206\205AI\345\212\237\350\203\275.rst" deleted file mode 100644 index 94cbf2526..000000000 --- "a/sphinx/source/Developerguide/AI-in-DB-\346\225\260\346\215\256\345\272\223\345\206\205AI\345\212\237\350\203\275.rst" +++ /dev/null @@ -1,5 +0,0 @@ - - -.. toctree:: - - 智能Explain-SQL语句查询时间预测 diff --git "a/sphinx/source/Developerguide/AI4DB-\346\225\260\346\215\256\345\272\223\350\207\252\346\262\273\350\277\220\347\273\264.rst" "b/sphinx/source/Developerguide/AI4DB-\346\225\260\346\215\256\345\272\223\350\207\252\346\262\273\350\277\220\347\273\264.rst" deleted file mode 100644 index a8579f2bb..000000000 --- "a/sphinx/source/Developerguide/AI4DB-\346\225\260\346\215\256\345\272\223\350\207\252\346\262\273\350\277\220\347\273\264.rst" +++ /dev/null @@ -1,8 +0,0 @@ - - -.. toctree:: - - DBMind模式说明 - DBMind的支持组件 - DBMind的AI子功能 - diff --git "a/sphinx/source/Developerguide/AI\347\211\271\346\200\247.rst" "b/sphinx/source/Developerguide/AI\347\211\271\346\200\247.rst" deleted file mode 100644 index 545f8d3c9..000000000 --- "a/sphinx/source/Developerguide/AI\347\211\271\346\200\247.rst" +++ /dev/null @@ -1,9 +0,0 @@ - - -.. toctree:: - - AI4DB-数据库自治运维 - DB4AI-数据库驱动AI - ABO优化器 - - diff --git "a/sphinx/source/Developerguide/Anomaly-detection-\345\274\202\345\270\270\346\243\200\346\265\213.rst" "b/sphinx/source/Developerguide/Anomaly-detection-\345\274\202\345\270\270\346\243\200\346\265\213.rst" deleted file mode 100644 index 3f3faf892..000000000 --- "a/sphinx/source/Developerguide/Anomaly-detection-\345\274\202\345\270\270\346\243\200\346\265\213.rst" +++ /dev/null @@ -1,9 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/概述-67 - ../content/zh/docs/Developerguide/使用指导-67 - ../content/zh/docs/Developerguide/获取帮助-67 - ../content/zh/docs/Developerguide/命令参考-67 - ../content/zh/docs/Developerguide/常见问题处理-67 diff --git a/sphinx/source/Developerguide/B-compatibility.rst b/sphinx/source/Developerguide/B-compatibility.rst deleted file mode 100644 index 90f8bee85..000000000 --- a/sphinx/source/Developerguide/B-compatibility.rst +++ /dev/null @@ -1,7 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/B-compatibility-kernel - dolphin-Extension - ../content/zh/docs/Developerguide/assessment-tool diff --git "a/sphinx/source/Developerguide/CM\347\233\270\345\205\263\345\217\202\346\225\260.rst" "b/sphinx/source/Developerguide/CM\347\233\270\345\205\263\345\217\202\346\225\260.rst" deleted file mode 100644 index 3bec039fe..000000000 --- "a/sphinx/source/Developerguide/CM\347\233\270\345\205\263\345\217\202\346\225\260.rst" +++ /dev/null @@ -1,6 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/cm_agent参数 - ../content/zh/docs/Developerguide/cm_server参数 diff --git a/sphinx/source/Developerguide/Cache-IO.rst b/sphinx/source/Developerguide/Cache-IO.rst deleted file mode 100644 index 46a741df9..000000000 --- a/sphinx/source/Developerguide/Cache-IO.rst +++ /dev/null @@ -1,33 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/STATIO_USER_TABLES - ../content/zh/docs/Developerguide/SUMMARY_STATIO_USER_TABLES - ../content/zh/docs/Developerguide/GLOBAL_STATIO_USER_TABLES - ../content/zh/docs/Developerguide/STATIO_USER_INDEXES - ../content/zh/docs/Developerguide/SUMMARY_STATIO_USER_INDEXES - ../content/zh/docs/Developerguide/GLOBAL_STATIO_USER_INDEXES - ../content/zh/docs/Developerguide/STATIO_USER_SEQUENCES - ../content/zh/docs/Developerguide/SUMMARY_STATIO_USER_SEQUENCES - ../content/zh/docs/Developerguide/GLOBAL_STATIO_USER_SEQUENCES - ../content/zh/docs/Developerguide/STATIO_SYS_TABLES - ../content/zh/docs/Developerguide/SUMMARY_STATIO_SYS_TABLES - ../content/zh/docs/Developerguide/GLOBAL_STATIO_SYS_TABLES - ../content/zh/docs/Developerguide/STATIO_SYS_INDEXES - ../content/zh/docs/Developerguide/SUMMARY_STATIO_SYS_INDEXES - ../content/zh/docs/Developerguide/GLOBAL_STATIO_SYS_INDEXES - ../content/zh/docs/Developerguide/STATIO_SYS_SEQUENCES - ../content/zh/docs/Developerguide/SUMMARY_STATIO_SYS_SEQUENCES - ../content/zh/docs/Developerguide/GLOBAL_STATIO_SYS_SEQUENCES - ../content/zh/docs/Developerguide/STATIO_ALL_TABLES - ../content/zh/docs/Developerguide/SUMMARY_STATIO_ALL_TABLES - ../content/zh/docs/Developerguide/GLOBAL_STATIO_ALL_TABLES - ../content/zh/docs/Developerguide/STATIO_ALL_INDEXES - ../content/zh/docs/Developerguide/SUMMARY_STATIO_ALL_INDEXES - ../content/zh/docs/Developerguide/GLOBAL_STATIO_ALL_INDEXES - ../content/zh/docs/Developerguide/STATIO_ALL_SEQUENCES - ../content/zh/docs/Developerguide/SUMMARY_STATIO_ALL_SEQUENCES - ../content/zh/docs/Developerguide/GLOBAL_STATIO_ALL_SEQUENCES - ../content/zh/docs/Developerguide/GLOBAL_STAT_DB_CU - ../content/zh/docs/Developerguide/GLOBAL_STAT_SESSION_CU \ No newline at end of file diff --git a/sphinx/source/Developerguide/Configuration.rst b/sphinx/source/Developerguide/Configuration.rst deleted file mode 100644 index 702ad3c28..000000000 --- a/sphinx/source/Developerguide/Configuration.rst +++ /dev/null @@ -1,6 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/CONFIG_SETTINGS - ../content/zh/docs/Developerguide/GLOBAL_CONFIG_SETTINGS \ No newline at end of file diff --git a/sphinx/source/Developerguide/DB4AI-Schema.rst b/sphinx/source/Developerguide/DB4AI-Schema.rst deleted file mode 100644 index 82f0825f9..000000000 --- a/sphinx/source/Developerguide/DB4AI-Schema.rst +++ /dev/null @@ -1,15 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/DB4AI-SNAPSHOT - ../content/zh/docs/Developerguide/DB4AI-CREATE_SNAPSHOT - ../content/zh/docs/Developerguide/DB4AI-CREATE_SNAPSHOT_INTERNAL - ../content/zh/docs/Developerguide/DB4AI-PREPARE_SNAPSHOT - ../content/zh/docs/Developerguide/DB4AI-PREPARE_SNAPSHOT_INTERNAL - ../content/zh/docs/Developerguide/DB4AI-ARCHIVE_SNAPSHOT - ../content/zh/docs/Developerguide/DB4AI-PUBLISH_SNAPSHOT - ../content/zh/docs/Developerguide/DB4AI-MANAGE_SNAPSHOT_INTERNAL - ../content/zh/docs/Developerguide/DB4AI-SAMPLE_SNAPSHOT - ../content/zh/docs/Developerguide/DB4AI-PURGE_SNAPSHOT - ../content/zh/docs/Developerguide/DB4AI-PURGE_SNAPSHOT_INTERNAL diff --git "a/sphinx/source/Developerguide/DB4AI-\346\225\260\346\215\256\345\272\223\351\251\261\345\212\250AI.rst" "b/sphinx/source/Developerguide/DB4AI-\346\225\260\346\215\256\345\272\223\351\251\261\345\212\250AI.rst" deleted file mode 100644 index 2c1c1f9cd..000000000 --- "a/sphinx/source/Developerguide/DB4AI-\346\225\260\346\215\256\345\272\223\351\251\261\345\212\250AI.rst" +++ /dev/null @@ -1,7 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/原生DB4AI引擎 - 全流程AI - diff --git a/sphinx/source/Developerguide/DBE_PERF-Schema.rst b/sphinx/source/Developerguide/DBE_PERF-Schema.rst deleted file mode 100644 index 5199f2a8d..000000000 --- a/sphinx/source/Developerguide/DBE_PERF-Schema.rst +++ /dev/null @@ -1,23 +0,0 @@ - - -.. toctree:: - - OS - Instance - Memory - File - Object - Workload - Session-Thread - Transaction - Query - Cache-IO - Utility - Lock - Wait-Events - Configuration - Operator - Workload-Manager - Global-Plancache - RTO-RPO - diff --git a/sphinx/source/Developerguide/DBE_PLDEBUGGER-Schema.rst b/sphinx/source/Developerguide/DBE_PLDEBUGGER-Schema.rst deleted file mode 100644 index fc50a29e8..000000000 --- a/sphinx/source/Developerguide/DBE_PLDEBUGGER-Schema.rst +++ /dev/null @@ -1,22 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/DBE_PLDEBUGGER-turn_on - ../content/zh/docs/Developerguide/DBE_PLDEBUGGER-turn_off - ../content/zh/docs/Developerguide/DBE_PLDEBUGGER-local_debug_server_info - ../content/zh/docs/Developerguide/DBE_PLDEBUGGER-attach - ../content/zh/docs/Developerguide/DBE_PLDEBUGGER-next - ../content/zh/docs/Developerguide/DBE_PLDEBUGGER-continue - ../content/zh/docs/Developerguide/DBE_PLDEBUGGER-abort - ../content/zh/docs/Developerguide/DBE_PLDEBUGGER-print_var - ../content/zh/docs/Developerguide/DBE_PLDEBUGGER-info_code - ../content/zh/docs/Developerguide/DBE_PLDEBUGGER-step - ../content/zh/docs/Developerguide/DBE_PLDEBUGGER-add_breakpoint - ../content/zh/docs/Developerguide/DBE_PLDEBUGGER-delete_breakpoint - ../content/zh/docs/Developerguide/DBE_PLDEBUGGER-info_breakpoints - ../content/zh/docs/Developerguide/DBE_PLDEBUGGER-backtrace - ../content/zh/docs/Developerguide/DBE_PLDEBUGGER-enable_breakpoint - ../content/zh/docs/Developerguide/DBE_PLDEBUGGER-disable_breakpoint - ../content/zh/docs/Developerguide/DBE_PLDEBUGGER-finish - ../content/zh/docs/Developerguide/DBE_PLDEBUGGER-set_var diff --git a/sphinx/source/Developerguide/DBE_PLDEVELOPER.rst b/sphinx/source/Developerguide/DBE_PLDEVELOPER.rst deleted file mode 100644 index 1933cc3db..000000000 --- a/sphinx/source/Developerguide/DBE_PLDEVELOPER.rst +++ /dev/null @@ -1,6 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/DBE_PLDEVELOPER-gs_source - ../content/zh/docs/Developerguide/DBE_PLDEVELOPER-gs_errors diff --git "a/sphinx/source/Developerguide/DBMind\346\250\241\345\274\217\350\257\264\346\230\216.rst" "b/sphinx/source/Developerguide/DBMind\346\250\241\345\274\217\350\257\264\346\230\216.rst" deleted file mode 100644 index d75c4e73b..000000000 --- "a/sphinx/source/Developerguide/DBMind\346\250\241\345\274\217\350\257\264\346\230\216.rst" +++ /dev/null @@ -1,8 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/service子命令 - ../content/zh/docs/Developerguide/component子命令 - ../content/zh/docs/Developerguide/set子命令 - diff --git "a/sphinx/source/Developerguide/DBMind\347\232\204AI\345\255\220\345\212\237\350\203\275.rst" "b/sphinx/source/Developerguide/DBMind\347\232\204AI\345\255\220\345\212\237\350\203\275.rst" deleted file mode 100644 index d87952e3c..000000000 --- "a/sphinx/source/Developerguide/DBMind\347\232\204AI\345\255\220\345\212\237\350\203\275.rst" +++ /dev/null @@ -1,14 +0,0 @@ - - -.. toctree:: - - X-Tuner-参数调优与诊断 - Index-advisor-索引推荐 - Slow-Query-Diagnosis-慢SQL根因分析 - Forecast-趋势预测 - SQLdiag-慢SQL发现 - SQL-Rewriter-SQL语句改写 - Anomaly-detection-异常检测 - - - diff --git "a/sphinx/source/Developerguide/DBMind\347\232\204\346\224\257\346\214\201\347\273\204\344\273\266.rst" "b/sphinx/source/Developerguide/DBMind\347\232\204\346\224\257\346\214\201\347\273\204\344\273\266.rst" deleted file mode 100644 index 275eafd9f..000000000 --- "a/sphinx/source/Developerguide/DBMind\347\232\204\346\224\257\346\214\201\347\273\204\344\273\266.rst" +++ /dev/null @@ -1,6 +0,0 @@ - - -.. toctree:: - - Prometheus-Exporter组件 - diff --git a/sphinx/source/Developerguide/Developerguide.rst b/sphinx/source/Developerguide/Developerguide.rst deleted file mode 100644 index a993bab9f..000000000 --- a/sphinx/source/Developerguide/Developerguide.rst +++ /dev/null @@ -1,31 +0,0 @@ - - -.. toctree:: - - 概述 - 数据库使用 - 开发设计建议 - 应用程序开发教程 - 管理数据库安全 - 接口参考 - 导入数据 - 导出数据 - AI特性 - 资源负载管理 - 内存表特性 - 性能调优 - 配置运行参数 - SQL参考 - 用户自定义函数 - 存储过程 - 自治事务 - 系统表和系统视图 - Schema01 - 逻辑复制 - Extension - B-compatibility - 物化视图 - GUC参数 - 错误码参考 - 错误日志信息参考 - 常见故障定位指南 \ No newline at end of file diff --git a/sphinx/source/Developerguide/Extension.rst b/sphinx/source/Developerguide/Extension.rst deleted file mode 100644 index ad9204b81..000000000 --- a/sphinx/source/Developerguide/Extension.rst +++ /dev/null @@ -1,6 +0,0 @@ - - -.. toctree:: - - PostGIS-Extension - Foreign-Data-Wrapper diff --git a/sphinx/source/Developerguide/File.rst b/sphinx/source/Developerguide/File.rst deleted file mode 100644 index 7b3cf42b1..000000000 --- a/sphinx/source/Developerguide/File.rst +++ /dev/null @@ -1,13 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/FILE_IOSTAT - ../content/zh/docs/Developerguide/SUMMARY_FILE_IOSTAT - ../content/zh/docs/Developerguide/GLOBAL_FILE_IOSTAT - ../content/zh/docs/Developerguide/FILE_REDO_IOSTAT - ../content/zh/docs/Developerguide/SUMMARY_FILE_REDO_IOSTAT - ../content/zh/docs/Developerguide/GLOBAL_FILE_REDO_IOSTAT - ../content/zh/docs/Developerguide/LOCAL_REL_IOSTAT - ../content/zh/docs/Developerguide/GLOBAL_REL_IOSTAT - ../content/zh/docs/Developerguide/SUMMARY_REL_IOSTAT diff --git "a/sphinx/source/Developerguide/Forecast-\350\266\213\345\212\277\351\242\204\346\265\213.rst" "b/sphinx/source/Developerguide/Forecast-\350\266\213\345\212\277\351\242\204\346\265\213.rst" deleted file mode 100644 index fd253d93b..000000000 --- "a/sphinx/source/Developerguide/Forecast-\350\266\213\345\212\277\351\242\204\346\265\213.rst" +++ /dev/null @@ -1,11 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/概述-63 - ../content/zh/docs/Developerguide/环境部署-63 - ../content/zh/docs/Developerguide/使用指导-63 - ../content/zh/docs/Developerguide/获取帮助-63 - ../content/zh/docs/Developerguide/命令参考-63 - ../content/zh/docs/Developerguide/常见问题处理-63 - diff --git a/sphinx/source/Developerguide/Foreign-Data-Wrapper.rst b/sphinx/source/Developerguide/Foreign-Data-Wrapper.rst deleted file mode 100644 index 46ff8547f..000000000 --- a/sphinx/source/Developerguide/Foreign-Data-Wrapper.rst +++ /dev/null @@ -1,9 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/用于Oracle的外部数据包装器 - ../content/zh/docs/Developerguide/mysql_fdw - ../content/zh/docs/Developerguide/postgres_fdw - ../content/zh/docs/Developerguide/file_fdw - ../content/zh/docs/Developerguide/dblink diff --git a/sphinx/source/Developerguide/GAUSS-00001----GAUSS-00100.rst b/sphinx/source/Developerguide/GAUSS-00001----GAUSS-00100.rst deleted file mode 100644 index 5892e04c8..000000000 --- a/sphinx/source/Developerguide/GAUSS-00001----GAUSS-00100.rst +++ /dev/null @@ -1,14 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/GAUSS-00001----GAUSS-00010 - ../content/zh/docs/Developerguide/GAUSS-00011----GAUSS-00020 - ../content/zh/docs/Developerguide/GAUSS-00021----GAUSS-00030 - ../content/zh/docs/Developerguide/GAUSS-00031----GAUSS-00040 - ../content/zh/docs/Developerguide/GAUSS-00041----GAUSS-00050 - ../content/zh/docs/Developerguide/GAUSS-00051----GAUSS-00060 - ../content/zh/docs/Developerguide/GAUSS-00061----GAUSS-00070 - ../content/zh/docs/Developerguide/GAUSS-00071----GAUSS-00080 - ../content/zh/docs/Developerguide/GAUSS-00081----GAUSS-00090 - ../content/zh/docs/Developerguide/GAUSS-00091----GAUSS-00100 diff --git a/sphinx/source/Developerguide/GAUSS-00101----GAUSS-00200.rst b/sphinx/source/Developerguide/GAUSS-00101----GAUSS-00200.rst deleted file mode 100644 index 932ecb0b4..000000000 --- a/sphinx/source/Developerguide/GAUSS-00101----GAUSS-00200.rst +++ /dev/null @@ -1,14 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/GAUSS-00101----GAUSS-00110 - ../content/zh/docs/Developerguide/GAUSS-00111----GAUSS-00120 - ../content/zh/docs/Developerguide/GAUSS-00121----GAUSS-00130 - ../content/zh/docs/Developerguide/GAUSS-00131----GAUSS-00140 - ../content/zh/docs/Developerguide/GAUSS-00141----GAUSS-00150 - ../content/zh/docs/Developerguide/GAUSS-00151----GAUSS-00160 - ../content/zh/docs/Developerguide/GAUSS-00161----GAUSS-00170 - ../content/zh/docs/Developerguide/GAUSS-00171----GAUSS-00180 - ../content/zh/docs/Developerguide/GAUSS-00181----GAUSS-00190 - ../content/zh/docs/Developerguide/GAUSS-00191----GAUSS-00200 \ No newline at end of file diff --git a/sphinx/source/Developerguide/GAUSS-00201----GAUSS-00300.rst b/sphinx/source/Developerguide/GAUSS-00201----GAUSS-00300.rst deleted file mode 100644 index 87576df11..000000000 --- a/sphinx/source/Developerguide/GAUSS-00201----GAUSS-00300.rst +++ /dev/null @@ -1,14 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/GAUSS-00201----GAUSS-00210 - ../content/zh/docs/Developerguide/GAUSS-00211----GAUSS-00220 - ../content/zh/docs/Developerguide/GAUSS-00221----GAUSS-00230 - ../content/zh/docs/Developerguide/GAUSS-00231----GAUSS-00240 - ../content/zh/docs/Developerguide/GAUSS-00241----GAUSS-00250 - ../content/zh/docs/Developerguide/GAUSS-00251----GAUSS-00260 - ../content/zh/docs/Developerguide/GAUSS-00261----GAUSS-00270 - ../content/zh/docs/Developerguide/GAUSS-00271----GAUSS-00280 - ../content/zh/docs/Developerguide/GAUSS-00281----GAUSS-00290 - ../content/zh/docs/Developerguide/GAUSS-00291----GAUSS-00300 diff --git a/sphinx/source/Developerguide/GAUSS-00301----GAUSS-00400.rst b/sphinx/source/Developerguide/GAUSS-00301----GAUSS-00400.rst deleted file mode 100644 index 248255043..000000000 --- a/sphinx/source/Developerguide/GAUSS-00301----GAUSS-00400.rst +++ /dev/null @@ -1,14 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/GAUSS-00301----GAUSS-00310 - ../content/zh/docs/Developerguide/GAUSS-00311----GAUSS-00320 - ../content/zh/docs/Developerguide/GAUSS-00321----GAUSS-00330 - ../content/zh/docs/Developerguide/GAUSS-00331----GAUSS-00340 - ../content/zh/docs/Developerguide/GAUSS-00341----GAUSS-00350 - ../content/zh/docs/Developerguide/GAUSS-00351----GAUSS-00360 - ../content/zh/docs/Developerguide/GAUSS-00361----GAUSS-00370 - ../content/zh/docs/Developerguide/GAUSS-00371----GAUSS-00380 - ../content/zh/docs/Developerguide/GAUSS-00381----GAUSS-00390 - ../content/zh/docs/Developerguide/GAUSS-00391----GAUSS-00400 diff --git a/sphinx/source/Developerguide/GAUSS-00401----GAUSS-00500.rst b/sphinx/source/Developerguide/GAUSS-00401----GAUSS-00500.rst deleted file mode 100644 index 013834dcc..000000000 --- a/sphinx/source/Developerguide/GAUSS-00401----GAUSS-00500.rst +++ /dev/null @@ -1,14 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/GAUSS-00401----GAUSS-00410 - ../content/zh/docs/Developerguide/GAUSS-00411----GAUSS-00420 - ../content/zh/docs/Developerguide/GAUSS-00421----GAUSS-00430 - ../content/zh/docs/Developerguide/GAUSS-00431----GAUSS-00440 - ../content/zh/docs/Developerguide/GAUSS-00441----GAUSS-00450 - ../content/zh/docs/Developerguide/GAUSS-00451----GAUSS-00460 - ../content/zh/docs/Developerguide/GAUSS-00461----GAUSS-00470 - ../content/zh/docs/Developerguide/GAUSS-00471----GAUSS-00480 - ../content/zh/docs/Developerguide/GAUSS-00481----GAUSS-00490 - ../content/zh/docs/Developerguide/GAUSS-00491----GAUSS-00500 \ No newline at end of file diff --git a/sphinx/source/Developerguide/GAUSS-00501----GAUSS-00600.rst b/sphinx/source/Developerguide/GAUSS-00501----GAUSS-00600.rst deleted file mode 100644 index e03ff1455..000000000 --- a/sphinx/source/Developerguide/GAUSS-00501----GAUSS-00600.rst +++ /dev/null @@ -1,14 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/GAUSS-00501----GAUSS-00510 - ../content/zh/docs/Developerguide/GAUSS-00511----GAUSS-00520 - ../content/zh/docs/Developerguide/GAUSS-00521----GAUSS-00530 - ../content/zh/docs/Developerguide/GAUSS-00531----GAUSS-00540 - ../content/zh/docs/Developerguide/GAUSS-00541----GAUSS-00550 - ../content/zh/docs/Developerguide/GAUSS-00551----GAUSS-00560 - ../content/zh/docs/Developerguide/GAUSS-00561----GAUSS-00570 - ../content/zh/docs/Developerguide/GAUSS-00571----GAUSS-00580 - ../content/zh/docs/Developerguide/GAUSS-00581----GAUSS-00590 - ../content/zh/docs/Developerguide/GAUSS-00591----GAUSS-00600 diff --git a/sphinx/source/Developerguide/GAUSS-00601----GAUSS-00700.rst b/sphinx/source/Developerguide/GAUSS-00601----GAUSS-00700.rst deleted file mode 100644 index a88fd9045..000000000 --- a/sphinx/source/Developerguide/GAUSS-00601----GAUSS-00700.rst +++ /dev/null @@ -1,14 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/GAUSS-00601----GAUSS-00610 - ../content/zh/docs/Developerguide/GAUSS-00611----GAUSS-00620 - ../content/zh/docs/Developerguide/GAUSS-00621----GAUSS-00630 - ../content/zh/docs/Developerguide/GAUSS-00631----GAUSS-00640 - ../content/zh/docs/Developerguide/GAUSS-00641----GAUSS-00650 - ../content/zh/docs/Developerguide/GAUSS-00651----GAUSS-00660 - ../content/zh/docs/Developerguide/GAUSS-00661----GAUSS-00670 - ../content/zh/docs/Developerguide/GAUSS-00671----GAUSS-00680 - ../content/zh/docs/Developerguide/GAUSS-00681----GAUSS-00690 - ../content/zh/docs/Developerguide/GAUSS-00691----GAUSS-00700 diff --git a/sphinx/source/Developerguide/GAUSS-00701----GAUSS-00800.rst b/sphinx/source/Developerguide/GAUSS-00701----GAUSS-00800.rst deleted file mode 100644 index 023719432..000000000 --- a/sphinx/source/Developerguide/GAUSS-00701----GAUSS-00800.rst +++ /dev/null @@ -1,14 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/GAUSS-00701----GAUSS-00710 - ../content/zh/docs/Developerguide/GAUSS-00711----GAUSS-00720 - ../content/zh/docs/Developerguide/GAUSS-00721----GAUSS-00730 - ../content/zh/docs/Developerguide/GAUSS-00731----GAUSS-00740 - ../content/zh/docs/Developerguide/GAUSS-00741----GAUSS-00750 - ../content/zh/docs/Developerguide/GAUSS-00751----GAUSS-00760 - ../content/zh/docs/Developerguide/GAUSS-00761----GAUSS-00770 - ../content/zh/docs/Developerguide/GAUSS-00771----GAUSS-00780 - ../content/zh/docs/Developerguide/GAUSS-00781----GAUSS-00790 - ../content/zh/docs/Developerguide/GAUSS-00791----GAUSS-00800 \ No newline at end of file diff --git a/sphinx/source/Developerguide/GAUSS-00801----GAUSS-00900.rst b/sphinx/source/Developerguide/GAUSS-00801----GAUSS-00900.rst deleted file mode 100644 index c2cc8e84e..000000000 --- a/sphinx/source/Developerguide/GAUSS-00801----GAUSS-00900.rst +++ /dev/null @@ -1,14 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/GAUSS-00801----GAUSS-00810 - ../content/zh/docs/Developerguide/GAUSS-00811----GAUSS-00820 - ../content/zh/docs/Developerguide/GAUSS-00821----GAUSS-00830 - ../content/zh/docs/Developerguide/GAUSS-00831----GAUSS-00840 - ../content/zh/docs/Developerguide/GAUSS-00841----GAUSS-00850 - ../content/zh/docs/Developerguide/GAUSS-00851----GAUSS-00860 - ../content/zh/docs/Developerguide/GAUSS-00861----GAUSS-00870 - ../content/zh/docs/Developerguide/GAUSS-00871----GAUSS-00880 - ../content/zh/docs/Developerguide/GAUSS-00881----GAUSS-00890 - ../content/zh/docs/Developerguide/GAUSS-00891----GAUSS-00900 diff --git a/sphinx/source/Developerguide/GAUSS-00901----GAUSS-01000.rst b/sphinx/source/Developerguide/GAUSS-00901----GAUSS-01000.rst deleted file mode 100644 index 2119b47da..000000000 --- a/sphinx/source/Developerguide/GAUSS-00901----GAUSS-01000.rst +++ /dev/null @@ -1,14 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/GAUSS-00901----GAUSS-00910 - ../content/zh/docs/Developerguide/GAUSS-00911----GAUSS-00920 - ../content/zh/docs/Developerguide/GAUSS-00921----GAUSS-00930 - ../content/zh/docs/Developerguide/GAUSS-00931----GAUSS-00940 - ../content/zh/docs/Developerguide/GAUSS-00941----GAUSS-00950 - ../content/zh/docs/Developerguide/GAUSS-00951----GAUSS-00960 - ../content/zh/docs/Developerguide/GAUSS-00961----GAUSS-00970 - ../content/zh/docs/Developerguide/GAUSS-00971----GAUSS-00980 - ../content/zh/docs/Developerguide/GAUSS-00981----GAUSS-00990 - ../content/zh/docs/Developerguide/GAUSS-00991----GAUSS-01000 diff --git a/sphinx/source/Developerguide/GAUSS-01001----GAUSS-01100.rst b/sphinx/source/Developerguide/GAUSS-01001----GAUSS-01100.rst deleted file mode 100644 index e2edef8f1..000000000 --- a/sphinx/source/Developerguide/GAUSS-01001----GAUSS-01100.rst +++ /dev/null @@ -1,14 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/GAUSS-01001----GAUSS-01010 - ../content/zh/docs/Developerguide/GAUSS-01011----GAUSS-01020 - ../content/zh/docs/Developerguide/GAUSS-01021----GAUSS-01030 - ../content/zh/docs/Developerguide/GAUSS-01031----GAUSS-01040 - ../content/zh/docs/Developerguide/GAUSS-01041----GAUSS-01050 - ../content/zh/docs/Developerguide/GAUSS-01051----GAUSS-01060 - ../content/zh/docs/Developerguide/GAUSS-01061----GAUSS-01070 - ../content/zh/docs/Developerguide/GAUSS-01071----GAUSS-01080 - ../content/zh/docs/Developerguide/GAUSS-01081----GAUSS-01090 - ../content/zh/docs/Developerguide/GAUSS-01091----GAUSS-01100 diff --git a/sphinx/source/Developerguide/GAUSS-01101----GAUSS-01200.rst b/sphinx/source/Developerguide/GAUSS-01101----GAUSS-01200.rst deleted file mode 100644 index 45c704dd5..000000000 --- a/sphinx/source/Developerguide/GAUSS-01101----GAUSS-01200.rst +++ /dev/null @@ -1,14 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/GAUSS-01101----GAUSS-01110 - ../content/zh/docs/Developerguide/GAUSS-01111----GAUSS-01120 - ../content/zh/docs/Developerguide/GAUSS-01121----GAUSS-01130 - ../content/zh/docs/Developerguide/GAUSS-01131----GAUSS-01140 - ../content/zh/docs/Developerguide/GAUSS-01141----GAUSS-01150 - ../content/zh/docs/Developerguide/GAUSS-01151----GAUSS-01160 - ../content/zh/docs/Developerguide/GAUSS-01161----GAUSS-01170 - ../content/zh/docs/Developerguide/GAUSS-01171----GAUSS-01180 - ../content/zh/docs/Developerguide/GAUSS-01181----GAUSS-01190 - ../content/zh/docs/Developerguide/GAUSS-01191----GAUSS-01200 diff --git a/sphinx/source/Developerguide/GAUSS-01201----GAUSS-01300.rst b/sphinx/source/Developerguide/GAUSS-01201----GAUSS-01300.rst deleted file mode 100644 index cfbccb86c..000000000 --- a/sphinx/source/Developerguide/GAUSS-01201----GAUSS-01300.rst +++ /dev/null @@ -1,14 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/GAUSS-01201----GAUSS-01210 - ../content/zh/docs/Developerguide/GAUSS-01211----GAUSS-01220 - ../content/zh/docs/Developerguide/GAUSS-01221----GAUSS-01230 - ../content/zh/docs/Developerguide/GAUSS-01231----GAUSS-01240 - ../content/zh/docs/Developerguide/GAUSS-01241----GAUSS-01250 - ../content/zh/docs/Developerguide/GAUSS-01251----GAUSS-01260 - ../content/zh/docs/Developerguide/GAUSS-01261----GAUSS-01270 - ../content/zh/docs/Developerguide/GAUSS-01271----GAUSS-01280 - ../content/zh/docs/Developerguide/GAUSS-01281----GAUSS-01290 - ../content/zh/docs/Developerguide/GAUSS-01291----GAUSS-01300 \ No newline at end of file diff --git a/sphinx/source/Developerguide/GAUSS-01301----GAUSS-01400.rst b/sphinx/source/Developerguide/GAUSS-01301----GAUSS-01400.rst deleted file mode 100644 index c75a7cf2c..000000000 --- a/sphinx/source/Developerguide/GAUSS-01301----GAUSS-01400.rst +++ /dev/null @@ -1,14 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/GAUSS-01301----GAUSS-01310 - ../content/zh/docs/Developerguide/GAUSS-01311----GAUSS-01320 - ../content/zh/docs/Developerguide/GAUSS-01321----GAUSS-01330 - ../content/zh/docs/Developerguide/GAUSS-01331----GAUSS-01340 - ../content/zh/docs/Developerguide/GAUSS-01341----GAUSS-01350 - ../content/zh/docs/Developerguide/GAUSS-01351----GAUSS-01360 - ../content/zh/docs/Developerguide/GAUSS-01361----GAUSS-01370 - ../content/zh/docs/Developerguide/GAUSS-01371----GAUSS-01380 - ../content/zh/docs/Developerguide/GAUSS-01381----GAUSS-01390 - ../content/zh/docs/Developerguide/GAUSS-01391----GAUSS-01400 diff --git a/sphinx/source/Developerguide/GAUSS-01401----GAUSS-01500.rst b/sphinx/source/Developerguide/GAUSS-01401----GAUSS-01500.rst deleted file mode 100644 index ad53e1f5c..000000000 --- a/sphinx/source/Developerguide/GAUSS-01401----GAUSS-01500.rst +++ /dev/null @@ -1,14 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/GAUSS-01401----GAUSS-01410 - ../content/zh/docs/Developerguide/GAUSS-01411----GAUSS-01420 - ../content/zh/docs/Developerguide/GAUSS-01421----GAUSS-01430 - ../content/zh/docs/Developerguide/GAUSS-01431----GAUSS-01440 - ../content/zh/docs/Developerguide/GAUSS-01441----GAUSS-01450 - ../content/zh/docs/Developerguide/GAUSS-01451----GAUSS-01460 - ../content/zh/docs/Developerguide/GAUSS-01461----GAUSS-01470 - ../content/zh/docs/Developerguide/GAUSS-01471----GAUSS-01480 - ../content/zh/docs/Developerguide/GAUSS-01481----GAUSS-01490 - ../content/zh/docs/Developerguide/GAUSS-01491----GAUSS-01500 diff --git a/sphinx/source/Developerguide/GAUSS-01501----GAUSS-01600.rst b/sphinx/source/Developerguide/GAUSS-01501----GAUSS-01600.rst deleted file mode 100644 index a202b0d0e..000000000 --- a/sphinx/source/Developerguide/GAUSS-01501----GAUSS-01600.rst +++ /dev/null @@ -1,14 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/GAUSS-01501----GAUSS-01510 - ../content/zh/docs/Developerguide/GAUSS-01511----GAUSS-01520 - ../content/zh/docs/Developerguide/GAUSS-01521----GAUSS-01530 - ../content/zh/docs/Developerguide/GAUSS-01531----GAUSS-01540 - ../content/zh/docs/Developerguide/GAUSS-01541----GAUSS-01550 - ../content/zh/docs/Developerguide/GAUSS-01551----GAUSS-01560 - ../content/zh/docs/Developerguide/GAUSS-01561----GAUSS-01570 - ../content/zh/docs/Developerguide/GAUSS-01571----GAUSS-01580 - ../content/zh/docs/Developerguide/GAUSS-01581----GAUSS-01590 - ../content/zh/docs/Developerguide/GAUSS-01591----GAUSS-01600 diff --git a/sphinx/source/Developerguide/GAUSS-01601----GAUSS-01700.rst b/sphinx/source/Developerguide/GAUSS-01601----GAUSS-01700.rst deleted file mode 100644 index 2d487e382..000000000 --- a/sphinx/source/Developerguide/GAUSS-01601----GAUSS-01700.rst +++ /dev/null @@ -1,14 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/GAUSS-01601----GAUSS-01610 - ../content/zh/docs/Developerguide/GAUSS-01611----GAUSS-01620 - ../content/zh/docs/Developerguide/GAUSS-01621----GAUSS-01630 - ../content/zh/docs/Developerguide/GAUSS-01631----GAUSS-01640 - ../content/zh/docs/Developerguide/GAUSS-01641----GAUSS-01650 - ../content/zh/docs/Developerguide/GAUSS-01651----GAUSS-01660 - ../content/zh/docs/Developerguide/GAUSS-01661----GAUSS-01670 - ../content/zh/docs/Developerguide/GAUSS-01671----GAUSS-01680 - ../content/zh/docs/Developerguide/GAUSS-01681----GAUSS-01690 - ../content/zh/docs/Developerguide/GAUSS-01691----GAUSS-01700 diff --git a/sphinx/source/Developerguide/GAUSS-01701----GAUSS-01800.rst b/sphinx/source/Developerguide/GAUSS-01701----GAUSS-01800.rst deleted file mode 100644 index bfcc92132..000000000 --- a/sphinx/source/Developerguide/GAUSS-01701----GAUSS-01800.rst +++ /dev/null @@ -1,14 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/GAUSS-01701----GAUSS-01710 - ../content/zh/docs/Developerguide/GAUSS-01711----GAUSS-01720 - ../content/zh/docs/Developerguide/GAUSS-01721----GAUSS-01730 - ../content/zh/docs/Developerguide/GAUSS-01731----GAUSS-01740 - ../content/zh/docs/Developerguide/GAUSS-01741----GAUSS-01750 - ../content/zh/docs/Developerguide/GAUSS-01751----GAUSS-01760 - ../content/zh/docs/Developerguide/GAUSS-01761----GAUSS-01770 - ../content/zh/docs/Developerguide/GAUSS-01771----GAUSS-01780 - ../content/zh/docs/Developerguide/GAUSS-01781----GAUSS-01790 - ../content/zh/docs/Developerguide/GAUSS-01791----GAUSS-01800 diff --git a/sphinx/source/Developerguide/GAUSS-01801----GAUSS-01900.rst b/sphinx/source/Developerguide/GAUSS-01801----GAUSS-01900.rst deleted file mode 100644 index 638f984d9..000000000 --- a/sphinx/source/Developerguide/GAUSS-01801----GAUSS-01900.rst +++ /dev/null @@ -1,14 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/GAUSS-01801----GAUSS-01810 - ../content/zh/docs/Developerguide/GAUSS-01811----GAUSS-01820 - ../content/zh/docs/Developerguide/GAUSS-01821----GAUSS-01830 - ../content/zh/docs/Developerguide/GAUSS-01831----GAUSS-01840 - ../content/zh/docs/Developerguide/GAUSS-01841----GAUSS-01850 - ../content/zh/docs/Developerguide/GAUSS-01851----GAUSS-01860 - ../content/zh/docs/Developerguide/GAUSS-01861----GAUSS-01870 - ../content/zh/docs/Developerguide/GAUSS-01871----GAUSS-01880 - ../content/zh/docs/Developerguide/GAUSS-01881----GAUSS-01890 - ../content/zh/docs/Developerguide/GAUSS-01891----GAUSS-01900 diff --git a/sphinx/source/Developerguide/GAUSS-01901----GAUSS-02000.rst b/sphinx/source/Developerguide/GAUSS-01901----GAUSS-02000.rst deleted file mode 100644 index b18736bea..000000000 --- a/sphinx/source/Developerguide/GAUSS-01901----GAUSS-02000.rst +++ /dev/null @@ -1,14 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/GAUSS-01901----GAUSS-01910 - ../content/zh/docs/Developerguide/GAUSS-01911----GAUSS-01920 - ../content/zh/docs/Developerguide/GAUSS-01921----GAUSS-01930 - ../content/zh/docs/Developerguide/GAUSS-01931----GAUSS-01940 - ../content/zh/docs/Developerguide/GAUSS-01941----GAUSS-01950 - ../content/zh/docs/Developerguide/GAUSS-01951----GAUSS-01960 - ../content/zh/docs/Developerguide/GAUSS-01961----GAUSS-01970 - ../content/zh/docs/Developerguide/GAUSS-01971----GAUSS-01980 - ../content/zh/docs/Developerguide/GAUSS-01981----GAUSS-01990 - ../content/zh/docs/Developerguide/GAUSS-01991----GAUSS-02000 diff --git a/sphinx/source/Developerguide/GAUSS-02001----GAUSS-02100.rst b/sphinx/source/Developerguide/GAUSS-02001----GAUSS-02100.rst deleted file mode 100644 index 556fca666..000000000 --- a/sphinx/source/Developerguide/GAUSS-02001----GAUSS-02100.rst +++ /dev/null @@ -1,14 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/GAUSS-02001----GAUSS-02010 - ../content/zh/docs/Developerguide/GAUSS-02011----GAUSS-02020 - ../content/zh/docs/Developerguide/GAUSS-02021----GAUSS-02030 - ../content/zh/docs/Developerguide/GAUSS-02031----GAUSS-02040 - ../content/zh/docs/Developerguide/GAUSS-02041----GAUSS-02050 - ../content/zh/docs/Developerguide/GAUSS-02051----GAUSS-02060 - ../content/zh/docs/Developerguide/GAUSS-02061----GAUSS-02070 - ../content/zh/docs/Developerguide/GAUSS-02071----GAUSS-02080 - ../content/zh/docs/Developerguide/GAUSS-02081----GAUSS-02090 - ../content/zh/docs/Developerguide/GAUSS-02091----GAUSS-02100 diff --git a/sphinx/source/Developerguide/GAUSS-02101----GAUSS-02200.rst b/sphinx/source/Developerguide/GAUSS-02101----GAUSS-02200.rst deleted file mode 100644 index 201b1d363..000000000 --- a/sphinx/source/Developerguide/GAUSS-02101----GAUSS-02200.rst +++ /dev/null @@ -1,14 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/GAUSS-02101----GAUSS-02110 - ../content/zh/docs/Developerguide/GAUSS-02111----GAUSS-02120 - ../content/zh/docs/Developerguide/GAUSS-02121----GAUSS-02130 - ../content/zh/docs/Developerguide/GAUSS-02131----GAUSS-02140 - ../content/zh/docs/Developerguide/GAUSS-02141----GAUSS-02150 - ../content/zh/docs/Developerguide/GAUSS-02151----GAUSS-02160 - ../content/zh/docs/Developerguide/GAUSS-02161----GAUSS-02170 - ../content/zh/docs/Developerguide/GAUSS-02171----GAUSS-02180 - ../content/zh/docs/Developerguide/GAUSS-02181----GAUSS-02190 - ../content/zh/docs/Developerguide/GAUSS-02191----GAUSS-02200 \ No newline at end of file diff --git a/sphinx/source/Developerguide/GAUSS-02201----GAUSS-02300.rst b/sphinx/source/Developerguide/GAUSS-02201----GAUSS-02300.rst deleted file mode 100644 index 8ea25c166..000000000 --- a/sphinx/source/Developerguide/GAUSS-02201----GAUSS-02300.rst +++ /dev/null @@ -1,14 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/GAUSS-02201----GAUSS-02210 - ../content/zh/docs/Developerguide/GAUSS-02211----GAUSS-02220 - ../content/zh/docs/Developerguide/GAUSS-02221----GAUSS-02230 - ../content/zh/docs/Developerguide/GAUSS-02231----GAUSS-02240 - ../content/zh/docs/Developerguide/GAUSS-02241----GAUSS-02250 - ../content/zh/docs/Developerguide/GAUSS-02251----GAUSS-02260 - ../content/zh/docs/Developerguide/GAUSS-02261----GAUSS-02270 - ../content/zh/docs/Developerguide/GAUSS-02271----GAUSS-02280 - ../content/zh/docs/Developerguide/GAUSS-02281----GAUSS-02290 - ../content/zh/docs/Developerguide/GAUSS-02291----GAUSS-02300 \ No newline at end of file diff --git a/sphinx/source/Developerguide/GAUSS-02301----GAUSS-02400.rst b/sphinx/source/Developerguide/GAUSS-02301----GAUSS-02400.rst deleted file mode 100644 index 35b042afe..000000000 --- a/sphinx/source/Developerguide/GAUSS-02301----GAUSS-02400.rst +++ /dev/null @@ -1,14 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/GAUSS-02301----GAUSS-02310 - ../content/zh/docs/Developerguide/GAUSS-02311----GAUSS-02320 - ../content/zh/docs/Developerguide/GAUSS-02321----GAUSS-02330 - ../content/zh/docs/Developerguide/GAUSS-02331----GAUSS-02340 - ../content/zh/docs/Developerguide/GAUSS-02341----GAUSS-02350 - ../content/zh/docs/Developerguide/GAUSS-02351----GAUSS-02360 - ../content/zh/docs/Developerguide/GAUSS-02361----GAUSS-02370 - ../content/zh/docs/Developerguide/GAUSS-02371----GAUSS-02380 - ../content/zh/docs/Developerguide/GAUSS-02381----GAUSS-02390 - ../content/zh/docs/Developerguide/GAUSS-02391----GAUSS-02400 diff --git a/sphinx/source/Developerguide/GAUSS-02401----GAUSS-02500.rst b/sphinx/source/Developerguide/GAUSS-02401----GAUSS-02500.rst deleted file mode 100644 index d8922e7e0..000000000 --- a/sphinx/source/Developerguide/GAUSS-02401----GAUSS-02500.rst +++ /dev/null @@ -1,14 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/GAUSS-02401----GAUSS-02410 - ../content/zh/docs/Developerguide/GAUSS-02411----GAUSS-02420 - ../content/zh/docs/Developerguide/GAUSS-02421----GAUSS-02430 - ../content/zh/docs/Developerguide/GAUSS-02431----GAUSS-02440 - ../content/zh/docs/Developerguide/GAUSS-02441----GAUSS-02450 - ../content/zh/docs/Developerguide/GAUSS-02451----GAUSS-02460 - ../content/zh/docs/Developerguide/GAUSS-02461----GAUSS-02470 - ../content/zh/docs/Developerguide/GAUSS-02471----GAUSS-02480 - ../content/zh/docs/Developerguide/GAUSS-02481----GAUSS-02490 - ../content/zh/docs/Developerguide/GAUSS-02491----GAUSS-02500 diff --git a/sphinx/source/Developerguide/GAUSS-02501----GAUSS-02600.rst b/sphinx/source/Developerguide/GAUSS-02501----GAUSS-02600.rst deleted file mode 100644 index a2edc98e7..000000000 --- a/sphinx/source/Developerguide/GAUSS-02501----GAUSS-02600.rst +++ /dev/null @@ -1,14 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/GAUSS-02501----GAUSS-02510 - ../content/zh/docs/Developerguide/GAUSS-02511----GAUSS-02520 - ../content/zh/docs/Developerguide/GAUSS-02521----GAUSS-02530 - ../content/zh/docs/Developerguide/GAUSS-02531----GAUSS-02540 - ../content/zh/docs/Developerguide/GAUSS-02541----GAUSS-02550 - ../content/zh/docs/Developerguide/GAUSS-02551----GAUSS-02560 - ../content/zh/docs/Developerguide/GAUSS-02561----GAUSS-02570 - ../content/zh/docs/Developerguide/GAUSS-02571----GAUSS-02580 - ../content/zh/docs/Developerguide/GAUSS-02581----GAUSS-02590 - ../content/zh/docs/Developerguide/GAUSS-02591----GAUSS-02600 \ No newline at end of file diff --git a/sphinx/source/Developerguide/GAUSS-02601----GAUSS-02700.rst b/sphinx/source/Developerguide/GAUSS-02601----GAUSS-02700.rst deleted file mode 100644 index 2ce73d459..000000000 --- a/sphinx/source/Developerguide/GAUSS-02601----GAUSS-02700.rst +++ /dev/null @@ -1,14 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/GAUSS-02601----GAUSS-02610 - ../content/zh/docs/Developerguide/GAUSS-02611----GAUSS-02620 - ../content/zh/docs/Developerguide/GAUSS-02621----GAUSS-02630 - ../content/zh/docs/Developerguide/GAUSS-02631----GAUSS-02640 - ../content/zh/docs/Developerguide/GAUSS-02641----GAUSS-02650 - ../content/zh/docs/Developerguide/GAUSS-02651----GAUSS-02660 - ../content/zh/docs/Developerguide/GAUSS-02661----GAUSS-02670 - ../content/zh/docs/Developerguide/GAUSS-02671----GAUSS-02680 - ../content/zh/docs/Developerguide/GAUSS-02681----GAUSS-02690 - ../content/zh/docs/Developerguide/GAUSS-02691----GAUSS-02700 \ No newline at end of file diff --git a/sphinx/source/Developerguide/GAUSS-02701----GAUSS-02800.rst b/sphinx/source/Developerguide/GAUSS-02701----GAUSS-02800.rst deleted file mode 100644 index 1dfc32324..000000000 --- a/sphinx/source/Developerguide/GAUSS-02701----GAUSS-02800.rst +++ /dev/null @@ -1,14 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/GAUSS-02701----GAUSS-02710 - ../content/zh/docs/Developerguide/GAUSS-02711----GAUSS-02720 - ../content/zh/docs/Developerguide/GAUSS-02721----GAUSS-02730 - ../content/zh/docs/Developerguide/GAUSS-02731----GAUSS-02740 - ../content/zh/docs/Developerguide/GAUSS-02741----GAUSS-02750 - ../content/zh/docs/Developerguide/GAUSS-02751----GAUSS-02760 - ../content/zh/docs/Developerguide/GAUSS-02761----GAUSS-02770 - ../content/zh/docs/Developerguide/GAUSS-02771----GAUSS-02780 - ../content/zh/docs/Developerguide/GAUSS-02781----GAUSS-02790 - ../content/zh/docs/Developerguide/GAUSS-02791----GAUSS-02800 diff --git a/sphinx/source/Developerguide/GAUSS-02801----GAUSS-02900.rst b/sphinx/source/Developerguide/GAUSS-02801----GAUSS-02900.rst deleted file mode 100644 index 59a9fdd56..000000000 --- a/sphinx/source/Developerguide/GAUSS-02801----GAUSS-02900.rst +++ /dev/null @@ -1,14 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/GAUSS-02801----GAUSS-02810 - ../content/zh/docs/Developerguide/GAUSS-02811----GAUSS-02820 - ../content/zh/docs/Developerguide/GAUSS-02821----GAUSS-02830 - ../content/zh/docs/Developerguide/GAUSS-02831----GAUSS-02840 - ../content/zh/docs/Developerguide/GAUSS-02841----GAUSS-02850 - ../content/zh/docs/Developerguide/GAUSS-02851----GAUSS-02860 - ../content/zh/docs/Developerguide/GAUSS-02861----GAUSS-02870 - ../content/zh/docs/Developerguide/GAUSS-02871----GAUSS-02880 - ../content/zh/docs/Developerguide/GAUSS-02881----GAUSS-02890 - ../content/zh/docs/Developerguide/GAUSS-02891----GAUSS-02900 diff --git a/sphinx/source/Developerguide/GAUSS-02901----GAUSS-03000.rst b/sphinx/source/Developerguide/GAUSS-02901----GAUSS-03000.rst deleted file mode 100644 index c9f5183ff..000000000 --- a/sphinx/source/Developerguide/GAUSS-02901----GAUSS-03000.rst +++ /dev/null @@ -1,14 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/GAUSS-02901----GAUSS-02910 - ../content/zh/docs/Developerguide/GAUSS-02911----GAUSS-02920 - ../content/zh/docs/Developerguide/GAUSS-02921----GAUSS-02930 - ../content/zh/docs/Developerguide/GAUSS-02931----GAUSS-02940 - ../content/zh/docs/Developerguide/GAUSS-02941----GAUSS-02950 - ../content/zh/docs/Developerguide/GAUSS-02951----GAUSS-02960 - ../content/zh/docs/Developerguide/GAUSS-02961----GAUSS-02970 - ../content/zh/docs/Developerguide/GAUSS-02971----GAUSS-02980 - ../content/zh/docs/Developerguide/GAUSS-02981----GAUSS-02990 - ../content/zh/docs/Developerguide/GAUSS-02991----GAUSS-03000 diff --git a/sphinx/source/Developerguide/GAUSS-03001----GAUSS-03100.rst b/sphinx/source/Developerguide/GAUSS-03001----GAUSS-03100.rst deleted file mode 100644 index c10c7ec1e..000000000 --- a/sphinx/source/Developerguide/GAUSS-03001----GAUSS-03100.rst +++ /dev/null @@ -1,14 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/GAUSS-03001----GAUSS-03010 - ../content/zh/docs/Developerguide/GAUSS-03011----GAUSS-03020 - ../content/zh/docs/Developerguide/GAUSS-03021----GAUSS-03030 - ../content/zh/docs/Developerguide/GAUSS-03031----GAUSS-03040 - ../content/zh/docs/Developerguide/GAUSS-03041----GAUSS-03050 - ../content/zh/docs/Developerguide/GAUSS-03051----GAUSS-03060 - ../content/zh/docs/Developerguide/GAUSS-03061----GAUSS-03070 - ../content/zh/docs/Developerguide/GAUSS-03071----GAUSS-03080 - ../content/zh/docs/Developerguide/GAUSS-03081----GAUSS-03090 - ../content/zh/docs/Developerguide/GAUSS-03091----GAUSS-03100 diff --git a/sphinx/source/Developerguide/GAUSS-03101----GAUSS-03200.rst b/sphinx/source/Developerguide/GAUSS-03101----GAUSS-03200.rst deleted file mode 100644 index f4ca59ff3..000000000 --- a/sphinx/source/Developerguide/GAUSS-03101----GAUSS-03200.rst +++ /dev/null @@ -1,14 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/GAUSS-03101----GAUSS-03110 - ../content/zh/docs/Developerguide/GAUSS-03111----GAUSS-03120 - ../content/zh/docs/Developerguide/GAUSS-03121----GAUSS-03130 - ../content/zh/docs/Developerguide/GAUSS-03131----GAUSS-03140 - ../content/zh/docs/Developerguide/GAUSS-03141----GAUSS-03150 - ../content/zh/docs/Developerguide/GAUSS-03151----GAUSS-03160 - ../content/zh/docs/Developerguide/GAUSS-03161----GAUSS-03170 - ../content/zh/docs/Developerguide/GAUSS-03171----GAUSS-03180 - ../content/zh/docs/Developerguide/GAUSS-03181----GAUSS-03190 - ../content/zh/docs/Developerguide/GAUSS-03191----GAUSS-03200 diff --git a/sphinx/source/Developerguide/GAUSS-03201----GAUSS-03300.rst b/sphinx/source/Developerguide/GAUSS-03201----GAUSS-03300.rst deleted file mode 100644 index c24ada3f8..000000000 --- a/sphinx/source/Developerguide/GAUSS-03201----GAUSS-03300.rst +++ /dev/null @@ -1,14 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/GAUSS-03201----GAUSS-03210 - ../content/zh/docs/Developerguide/GAUSS-03211----GAUSS-03220 - ../content/zh/docs/Developerguide/GAUSS-03221----GAUSS-03230 - ../content/zh/docs/Developerguide/GAUSS-03231----GAUSS-03240 - ../content/zh/docs/Developerguide/GAUSS-03241----GAUSS-03250 - ../content/zh/docs/Developerguide/GAUSS-03251----GAUSS-03260 - ../content/zh/docs/Developerguide/GAUSS-03261----GAUSS-03270 - ../content/zh/docs/Developerguide/GAUSS-03271----GAUSS-03280 - ../content/zh/docs/Developerguide/GAUSS-03281----GAUSS-03290 - ../content/zh/docs/Developerguide/GAUSS-03291----GAUSS-03300 diff --git a/sphinx/source/Developerguide/GAUSS-03301----GAUSS-03400.rst b/sphinx/source/Developerguide/GAUSS-03301----GAUSS-03400.rst deleted file mode 100644 index 57c00814a..000000000 --- a/sphinx/source/Developerguide/GAUSS-03301----GAUSS-03400.rst +++ /dev/null @@ -1,14 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/GAUSS-03301----GAUSS-03310 - ../content/zh/docs/Developerguide/GAUSS-03311----GAUSS-03320 - ../content/zh/docs/Developerguide/GAUSS-03321----GAUSS-03330 - ../content/zh/docs/Developerguide/GAUSS-03331----GAUSS-03340 - ../content/zh/docs/Developerguide/GAUSS-03341----GAUSS-03350 - ../content/zh/docs/Developerguide/GAUSS-03351----GAUSS-03360 - ../content/zh/docs/Developerguide/GAUSS-03361----GAUSS-03370 - ../content/zh/docs/Developerguide/GAUSS-03371----GAUSS-03380 - ../content/zh/docs/Developerguide/GAUSS-03381----GAUSS-03390 - ../content/zh/docs/Developerguide/GAUSS-03391----GAUSS-03400 diff --git a/sphinx/source/Developerguide/GAUSS-03401----GAUSS-03500.rst b/sphinx/source/Developerguide/GAUSS-03401----GAUSS-03500.rst deleted file mode 100644 index f1b83fdc7..000000000 --- a/sphinx/source/Developerguide/GAUSS-03401----GAUSS-03500.rst +++ /dev/null @@ -1,14 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/GAUSS-03401----GAUSS-03410 - ../content/zh/docs/Developerguide/GAUSS-03411----GAUSS-03420 - ../content/zh/docs/Developerguide/GAUSS-03421----GAUSS-03430 - ../content/zh/docs/Developerguide/GAUSS-03431----GAUSS-03440 - ../content/zh/docs/Developerguide/GAUSS-03441----GAUSS-03450 - ../content/zh/docs/Developerguide/GAUSS-03451----GAUSS-03460 - ../content/zh/docs/Developerguide/GAUSS-03461----GAUSS-03470 - ../content/zh/docs/Developerguide/GAUSS-03471----GAUSS-03480 - ../content/zh/docs/Developerguide/GAUSS-03481----GAUSS-03490 - ../content/zh/docs/Developerguide/GAUSS-03491----GAUSS-03500 diff --git a/sphinx/source/Developerguide/GAUSS-03501----GAUSS-03600.rst b/sphinx/source/Developerguide/GAUSS-03501----GAUSS-03600.rst deleted file mode 100644 index 7f145304e..000000000 --- a/sphinx/source/Developerguide/GAUSS-03501----GAUSS-03600.rst +++ /dev/null @@ -1,14 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/GAUSS-03501----GAUSS-03510 - ../content/zh/docs/Developerguide/GAUSS-03511----GAUSS-03520 - ../content/zh/docs/Developerguide/GAUSS-03521----GAUSS-03530 - ../content/zh/docs/Developerguide/GAUSS-03531----GAUSS-03540 - ../content/zh/docs/Developerguide/GAUSS-03541----GAUSS-03550 - ../content/zh/docs/Developerguide/GAUSS-03551----GAUSS-03560 - ../content/zh/docs/Developerguide/GAUSS-03561----GAUSS-03570 - ../content/zh/docs/Developerguide/GAUSS-03571----GAUSS-03580 - ../content/zh/docs/Developerguide/GAUSS-03581----GAUSS-03590 - ../content/zh/docs/Developerguide/GAUSS-03591----GAUSS-03600 diff --git a/sphinx/source/Developerguide/GAUSS-03601----GAUSS-03700.rst b/sphinx/source/Developerguide/GAUSS-03601----GAUSS-03700.rst deleted file mode 100644 index 7d48db4da..000000000 --- a/sphinx/source/Developerguide/GAUSS-03601----GAUSS-03700.rst +++ /dev/null @@ -1,14 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/GAUSS-03601----GAUSS-03610 - ../content/zh/docs/Developerguide/GAUSS-03611----GAUSS-03620 - ../content/zh/docs/Developerguide/GAUSS-03621----GAUSS-03630 - ../content/zh/docs/Developerguide/GAUSS-03631----GAUSS-03640 - ../content/zh/docs/Developerguide/GAUSS-03641----GAUSS-03650 - ../content/zh/docs/Developerguide/GAUSS-03651----GAUSS-03660 - ../content/zh/docs/Developerguide/GAUSS-03661----GAUSS-03670 - ../content/zh/docs/Developerguide/GAUSS-03671----GAUSS-03680 - ../content/zh/docs/Developerguide/GAUSS-03681----GAUSS-03690 - ../content/zh/docs/Developerguide/GAUSS-03691----GAUSS-03700 diff --git a/sphinx/source/Developerguide/GAUSS-03701----GAUSS-03800.rst b/sphinx/source/Developerguide/GAUSS-03701----GAUSS-03800.rst deleted file mode 100644 index b7fea9fee..000000000 --- a/sphinx/source/Developerguide/GAUSS-03701----GAUSS-03800.rst +++ /dev/null @@ -1,14 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/GAUSS-03701----GAUSS-03710 - ../content/zh/docs/Developerguide/GAUSS-03711----GAUSS-03720 - ../content/zh/docs/Developerguide/GAUSS-03721----GAUSS-03730 - ../content/zh/docs/Developerguide/GAUSS-03731----GAUSS-03740 - ../content/zh/docs/Developerguide/GAUSS-03741----GAUSS-03750 - ../content/zh/docs/Developerguide/GAUSS-03751----GAUSS-03760 - ../content/zh/docs/Developerguide/GAUSS-03761----GAUSS-03770 - ../content/zh/docs/Developerguide/GAUSS-03771----GAUSS-03780 - ../content/zh/docs/Developerguide/GAUSS-03781----GAUSS-03790 - ../content/zh/docs/Developerguide/GAUSS-03791----GAUSS-03800 diff --git a/sphinx/source/Developerguide/GAUSS-03801----GAUSS-03900.rst b/sphinx/source/Developerguide/GAUSS-03801----GAUSS-03900.rst deleted file mode 100644 index ff3b77bf4..000000000 --- a/sphinx/source/Developerguide/GAUSS-03801----GAUSS-03900.rst +++ /dev/null @@ -1,15 +0,0 @@ - - -.. toctree:: - - - ../content/zh/docs/Developerguide/GAUSS-03801----GAUSS-03810 - ../content/zh/docs/Developerguide/GAUSS-03811----GAUSS-03820 - ../content/zh/docs/Developerguide/GAUSS-03821----GAUSS-03830 - ../content/zh/docs/Developerguide/GAUSS-03831----GAUSS-03840 - ../content/zh/docs/Developerguide/GAUSS-03841----GAUSS-03850 - ../content/zh/docs/Developerguide/GAUSS-03851----GAUSS-03860 - ../content/zh/docs/Developerguide/GAUSS-03861----GAUSS-03870 - ../content/zh/docs/Developerguide/GAUSS-03871----GAUSS-03880 - ../content/zh/docs/Developerguide/GAUSS-03881----GAUSS-03890 - ../content/zh/docs/Developerguide/GAUSS-03891----GAUSS-03900 diff --git a/sphinx/source/Developerguide/GAUSS-03901----GAUSS-04000.rst b/sphinx/source/Developerguide/GAUSS-03901----GAUSS-04000.rst deleted file mode 100644 index 94ddc5bde..000000000 --- a/sphinx/source/Developerguide/GAUSS-03901----GAUSS-04000.rst +++ /dev/null @@ -1,14 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/GAUSS-03901----GAUSS-03910 - ../content/zh/docs/Developerguide/GAUSS-03911----GAUSS-03920 - ../content/zh/docs/Developerguide/GAUSS-03921----GAUSS-03930 - ../content/zh/docs/Developerguide/GAUSS-03931----GAUSS-03940 - ../content/zh/docs/Developerguide/GAUSS-03941----GAUSS-03950 - ../content/zh/docs/Developerguide/GAUSS-03951----GAUSS-03960 - ../content/zh/docs/Developerguide/GAUSS-03961----GAUSS-03970 - ../content/zh/docs/Developerguide/GAUSS-03971----GAUSS-03980 - ../content/zh/docs/Developerguide/GAUSS-03981----GAUSS-03990 - ../content/zh/docs/Developerguide/GAUSS-03991----GAUSS-04000 diff --git a/sphinx/source/Developerguide/GAUSS-04001----GAUSS-04100.rst b/sphinx/source/Developerguide/GAUSS-04001----GAUSS-04100.rst deleted file mode 100644 index 9b963f4f8..000000000 --- a/sphinx/source/Developerguide/GAUSS-04001----GAUSS-04100.rst +++ /dev/null @@ -1,14 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/GAUSS-04001----GAUSS-04010 - ../content/zh/docs/Developerguide/GAUSS-04011----GAUSS-04020 - ../content/zh/docs/Developerguide/GAUSS-04021----GAUSS-04030 - ../content/zh/docs/Developerguide/GAUSS-04031----GAUSS-04040 - ../content/zh/docs/Developerguide/GAUSS-04041----GAUSS-04050 - ../content/zh/docs/Developerguide/GAUSS-04051----GAUSS-04060 - ../content/zh/docs/Developerguide/GAUSS-04061----GAUSS-04070 - ../content/zh/docs/Developerguide/GAUSS-04071----GAUSS-04080 - ../content/zh/docs/Developerguide/GAUSS-04081----GAUSS-04090 - ../content/zh/docs/Developerguide/GAUSS-04091----GAUSS-04100 diff --git a/sphinx/source/Developerguide/GAUSS-04101----GAUSS-04200.rst b/sphinx/source/Developerguide/GAUSS-04101----GAUSS-04200.rst deleted file mode 100644 index 13609cab8..000000000 --- a/sphinx/source/Developerguide/GAUSS-04101----GAUSS-04200.rst +++ /dev/null @@ -1,14 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/GAUSS-04101----GAUSS-04110 - ../content/zh/docs/Developerguide/GAUSS-04111----GAUSS-04120 - ../content/zh/docs/Developerguide/GAUSS-04121----GAUSS-04130 - ../content/zh/docs/Developerguide/GAUSS-04131----GAUSS-04140 - ../content/zh/docs/Developerguide/GAUSS-04141----GAUSS-04150 - ../content/zh/docs/Developerguide/GAUSS-04151----GAUSS-04160 - ../content/zh/docs/Developerguide/GAUSS-04161----GAUSS-04170 - ../content/zh/docs/Developerguide/GAUSS-04171----GAUSS-04180 - ../content/zh/docs/Developerguide/GAUSS-04181----GAUSS-04190 - ../content/zh/docs/Developerguide/GAUSS-04191----GAUSS-04200 diff --git a/sphinx/source/Developerguide/GAUSS-04201----GAUSS-04300.rst b/sphinx/source/Developerguide/GAUSS-04201----GAUSS-04300.rst deleted file mode 100644 index bcdbd9b94..000000000 --- a/sphinx/source/Developerguide/GAUSS-04201----GAUSS-04300.rst +++ /dev/null @@ -1,14 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/GAUSS-04201----GAUSS-04210 - ../content/zh/docs/Developerguide/GAUSS-04211----GAUSS-04220 - ../content/zh/docs/Developerguide/GAUSS-04221----GAUSS-04230 - ../content/zh/docs/Developerguide/GAUSS-04231----GAUSS-04240 - ../content/zh/docs/Developerguide/GAUSS-04241----GAUSS-04250 - ../content/zh/docs/Developerguide/GAUSS-04251----GAUSS-04260 - ../content/zh/docs/Developerguide/GAUSS-04261----GAUSS-04270 - ../content/zh/docs/Developerguide/GAUSS-04271----GAUSS-04280 - ../content/zh/docs/Developerguide/GAUSS-04281----GAUSS-04290 - ../content/zh/docs/Developerguide/GAUSS-04291----GAUSS-04300 diff --git a/sphinx/source/Developerguide/GAUSS-04301----GAUSS-04400.rst b/sphinx/source/Developerguide/GAUSS-04301----GAUSS-04400.rst deleted file mode 100644 index 1dcf7ae36..000000000 --- a/sphinx/source/Developerguide/GAUSS-04301----GAUSS-04400.rst +++ /dev/null @@ -1,14 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/GAUSS-04301----GAUSS-04310 - ../content/zh/docs/Developerguide/GAUSS-04311----GAUSS-04320 - ../content/zh/docs/Developerguide/GAUSS-04321----GAUSS-04330 - ../content/zh/docs/Developerguide/GAUSS-04331----GAUSS-04340 - ../content/zh/docs/Developerguide/GAUSS-04341----GAUSS-04350 - ../content/zh/docs/Developerguide/GAUSS-04351----GAUSS-04360 - ../content/zh/docs/Developerguide/GAUSS-04361----GAUSS-04370 - ../content/zh/docs/Developerguide/GAUSS-04371----GAUSS-04380 - ../content/zh/docs/Developerguide/GAUSS-04381----GAUSS-04390 - ../content/zh/docs/Developerguide/GAUSS-04391----GAUSS-04400 diff --git a/sphinx/source/Developerguide/GAUSS-04401----GAUSS-04500.rst b/sphinx/source/Developerguide/GAUSS-04401----GAUSS-04500.rst deleted file mode 100644 index f5c9ee076..000000000 --- a/sphinx/source/Developerguide/GAUSS-04401----GAUSS-04500.rst +++ /dev/null @@ -1,14 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/GAUSS-04401----GAUSS-04410 - ../content/zh/docs/Developerguide/GAUSS-04411----GAUSS-04420 - ../content/zh/docs/Developerguide/GAUSS-04421----GAUSS-04430 - ../content/zh/docs/Developerguide/GAUSS-04431----GAUSS-04440 - ../content/zh/docs/Developerguide/GAUSS-04441----GAUSS-04450 - ../content/zh/docs/Developerguide/GAUSS-04451----GAUSS-04460 - ../content/zh/docs/Developerguide/GAUSS-04461----GAUSS-04470 - ../content/zh/docs/Developerguide/GAUSS-04471----GAUSS-04480 - ../content/zh/docs/Developerguide/GAUSS-04481----GAUSS-04490 - ../content/zh/docs/Developerguide/GAUSS-04491----GAUSS-04500 diff --git a/sphinx/source/Developerguide/GAUSS-04501----GAUSS-04600.rst b/sphinx/source/Developerguide/GAUSS-04501----GAUSS-04600.rst deleted file mode 100644 index 9d5f40776..000000000 --- a/sphinx/source/Developerguide/GAUSS-04501----GAUSS-04600.rst +++ /dev/null @@ -1,14 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/GAUSS-04501----GAUSS-04510 - ../content/zh/docs/Developerguide/GAUSS-04511----GAUSS-04520 - ../content/zh/docs/Developerguide/GAUSS-04521----GAUSS-04530 - ../content/zh/docs/Developerguide/GAUSS-04531----GAUSS-04540 - ../content/zh/docs/Developerguide/GAUSS-04541----GAUSS-04550 - ../content/zh/docs/Developerguide/GAUSS-04551----GAUSS-04560 - ../content/zh/docs/Developerguide/GAUSS-04561----GAUSS-04570 - ../content/zh/docs/Developerguide/GAUSS-04571----GAUSS-04580 - ../content/zh/docs/Developerguide/GAUSS-04581----GAUSS-04590 - ../content/zh/docs/Developerguide/GAUSS-04591----GAUSS-04600 diff --git a/sphinx/source/Developerguide/GAUSS-04601----GAUSS-04700.rst b/sphinx/source/Developerguide/GAUSS-04601----GAUSS-04700.rst deleted file mode 100644 index 8e163965f..000000000 --- a/sphinx/source/Developerguide/GAUSS-04601----GAUSS-04700.rst +++ /dev/null @@ -1,14 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/GAUSS-04601----GAUSS-04610 - ../content/zh/docs/Developerguide/GAUSS-04611----GAUSS-04620 - ../content/zh/docs/Developerguide/GAUSS-04621----GAUSS-04630 - ../content/zh/docs/Developerguide/GAUSS-04631----GAUSS-04640 - ../content/zh/docs/Developerguide/GAUSS-04641----GAUSS-04650 - ../content/zh/docs/Developerguide/GAUSS-04651----GAUSS-04660 - ../content/zh/docs/Developerguide/GAUSS-04661----GAUSS-04670 - ../content/zh/docs/Developerguide/GAUSS-04671----GAUSS-04680 - ../content/zh/docs/Developerguide/GAUSS-04681----GAUSS-04690 - ../content/zh/docs/Developerguide/GAUSS-04691----GAUSS-04700 diff --git a/sphinx/source/Developerguide/GAUSS-04701----GAUSS-04800.rst b/sphinx/source/Developerguide/GAUSS-04701----GAUSS-04800.rst deleted file mode 100644 index 02e4af512..000000000 --- a/sphinx/source/Developerguide/GAUSS-04701----GAUSS-04800.rst +++ /dev/null @@ -1,14 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/GAUSS-04701----GAUSS-04710 - ../content/zh/docs/Developerguide/GAUSS-04711----GAUSS-04720 - ../content/zh/docs/Developerguide/GAUSS-04721----GAUSS-04730 - ../content/zh/docs/Developerguide/GAUSS-04731----GAUSS-04740 - ../content/zh/docs/Developerguide/GAUSS-04741----GAUSS-04750 - ../content/zh/docs/Developerguide/GAUSS-04751----GAUSS-04760 - ../content/zh/docs/Developerguide/GAUSS-04761----GAUSS-04770 - ../content/zh/docs/Developerguide/GAUSS-04771----GAUSS-04780 - ../content/zh/docs/Developerguide/GAUSS-04781----GAUSS-04790 - ../content/zh/docs/Developerguide/GAUSS-04791----GAUSS-04800 diff --git a/sphinx/source/Developerguide/GAUSS-04801----GAUSS-04900.rst b/sphinx/source/Developerguide/GAUSS-04801----GAUSS-04900.rst deleted file mode 100644 index d27b49ab8..000000000 --- a/sphinx/source/Developerguide/GAUSS-04801----GAUSS-04900.rst +++ /dev/null @@ -1,14 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/GAUSS-04801----GAUSS-04810 - ../content/zh/docs/Developerguide/GAUSS-04811----GAUSS-04820 - ../content/zh/docs/Developerguide/GAUSS-04821----GAUSS-04830 - ../content/zh/docs/Developerguide/GAUSS-04831----GAUSS-04840 - ../content/zh/docs/Developerguide/GAUSS-04841----GAUSS-04850 - ../content/zh/docs/Developerguide/GAUSS-04851----GAUSS-04860 - ../content/zh/docs/Developerguide/GAUSS-04861----GAUSS-04870 - ../content/zh/docs/Developerguide/GAUSS-04871----GAUSS-04880 - ../content/zh/docs/Developerguide/GAUSS-04881----GAUSS-04890 - ../content/zh/docs/Developerguide/GAUSS-04891----GAUSS-04900 diff --git a/sphinx/source/Developerguide/GAUSS-04901----GAUSS-04999.rst b/sphinx/source/Developerguide/GAUSS-04901----GAUSS-04999.rst deleted file mode 100644 index d5245fe7a..000000000 --- a/sphinx/source/Developerguide/GAUSS-04901----GAUSS-04999.rst +++ /dev/null @@ -1,14 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/GAUSS-04901----GAUSS-04910 - ../content/zh/docs/Developerguide/GAUSS-04911----GAUSS-04920 - ../content/zh/docs/Developerguide/GAUSS-04921----GAUSS-04930 - ../content/zh/docs/Developerguide/GAUSS-04931----GAUSS-04940 - ../content/zh/docs/Developerguide/GAUSS-04941----GAUSS-04950 - ../content/zh/docs/Developerguide/GAUSS-04951----GAUSS-04960 - ../content/zh/docs/Developerguide/GAUSS-04961----GAUSS-04970 - ../content/zh/docs/Developerguide/GAUSS-04971----GAUSS-04980 - ../content/zh/docs/Developerguide/GAUSS-04981----GAUSS-04990 - ../content/zh/docs/Developerguide/GAUSS-04991----GAUSS-05000 diff --git a/sphinx/source/Developerguide/GAUSS-05001----GAUSS-05100.rst b/sphinx/source/Developerguide/GAUSS-05001----GAUSS-05100.rst deleted file mode 100644 index f1d429924..000000000 --- a/sphinx/source/Developerguide/GAUSS-05001----GAUSS-05100.rst +++ /dev/null @@ -1,14 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/GAUSS-05001----GAUSS-05010 - ../content/zh/docs/Developerguide/GAUSS-05011----GAUSS-05020 - ../content/zh/docs/Developerguide/GAUSS-05021----GAUSS-05030 - ../content/zh/docs/Developerguide/GAUSS-05031----GAUSS-05040 - ../content/zh/docs/Developerguide/GAUSS-05041----GAUSS-05050 - ../content/zh/docs/Developerguide/GAUSS-05051----GAUSS-05060 - ../content/zh/docs/Developerguide/GAUSS-05061----GAUSS-05070 - ../content/zh/docs/Developerguide/GAUSS-05071----GAUSS-05080 - ../content/zh/docs/Developerguide/GAUSS-05081----GAUSS-05090 - ../content/zh/docs/Developerguide/GAUSS-05091----GAUSS-05100 diff --git a/sphinx/source/Developerguide/GAUSS-05101----GAUSS-05200.rst b/sphinx/source/Developerguide/GAUSS-05101----GAUSS-05200.rst deleted file mode 100644 index ab3b37673..000000000 --- a/sphinx/source/Developerguide/GAUSS-05101----GAUSS-05200.rst +++ /dev/null @@ -1,14 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/GAUSS-05101----GAUSS-05110 - ../content/zh/docs/Developerguide/GAUSS-05111----GAUSS-05120 - ../content/zh/docs/Developerguide/GAUSS-05121----GAUSS-05130 - ../content/zh/docs/Developerguide/GAUSS-05131----GAUSS-05140 - ../content/zh/docs/Developerguide/GAUSS-05141----GAUSS-05150 - ../content/zh/docs/Developerguide/GAUSS-05151----GAUSS-05160 - ../content/zh/docs/Developerguide/GAUSS-05161----GAUSS-05170 - ../content/zh/docs/Developerguide/GAUSS-05171----GAUSS-05180 - ../content/zh/docs/Developerguide/GAUSS-05181----GAUSS-05190 - ../content/zh/docs/Developerguide/GAUSS-05191----GAUSS-05200 \ No newline at end of file diff --git a/sphinx/source/Developerguide/GAUSS-05201---GAUSS-05300.rst b/sphinx/source/Developerguide/GAUSS-05201---GAUSS-05300.rst deleted file mode 100644 index dbccc73ee..000000000 --- a/sphinx/source/Developerguide/GAUSS-05201---GAUSS-05300.rst +++ /dev/null @@ -1,14 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/GAUSS-05201---GAUSS-05210 - ../content/zh/docs/Developerguide/GAUSS-05211---GAUSS-05220 - ../content/zh/docs/Developerguide/GAUSS-05221---GAUSS-05230 - ../content/zh/docs/Developerguide/GAUSS-05231---GAUSS-05240 - ../content/zh/docs/Developerguide/GAUSS-05241---GAUSS-05250 - ../content/zh/docs/Developerguide/GAUSS-05251---GAUSS-05260 - ../content/zh/docs/Developerguide/GAUSS-05261---GAUSS-05270 - ../content/zh/docs/Developerguide/GAUSS-05271---GAUSS-05280 - ../content/zh/docs/Developerguide/GAUSS-05281---GAUSS-05290 - ../content/zh/docs/Developerguide/GAUSS-05291---GAUSS-05300 diff --git a/sphinx/source/Developerguide/GAUSS-05301----GAUSS-05400.rst b/sphinx/source/Developerguide/GAUSS-05301----GAUSS-05400.rst deleted file mode 100644 index a565686e7..000000000 --- a/sphinx/source/Developerguide/GAUSS-05301----GAUSS-05400.rst +++ /dev/null @@ -1,14 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/GAUSS-05301----GAUSS-05310 - ../content/zh/docs/Developerguide/GAUSS-05311----GAUSS-05320 - ../content/zh/docs/Developerguide/GAUSS-05321----GAUSS-05330 - ../content/zh/docs/Developerguide/GAUSS-05331----GAUSS-05340 - ../content/zh/docs/Developerguide/GAUSS-05341----GAUSS-05350 - ../content/zh/docs/Developerguide/GAUSS-05351----GAUSS-05360 - ../content/zh/docs/Developerguide/GAUSS-05361----GAUSS-05370 - ../content/zh/docs/Developerguide/GAUSS-05371----GAUSS-05380 - ../content/zh/docs/Developerguide/GAUSS-05381----GAUSS-05390 - ../content/zh/docs/Developerguide/GAUSS-05391----GAUSS-05400 diff --git a/sphinx/source/Developerguide/GAUSS-05401----GAUSS-05500.rst b/sphinx/source/Developerguide/GAUSS-05401----GAUSS-05500.rst deleted file mode 100644 index 0b37ef8d5..000000000 --- a/sphinx/source/Developerguide/GAUSS-05401----GAUSS-05500.rst +++ /dev/null @@ -1,14 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/GAUSS-05401----GAUSS-05410 - ../content/zh/docs/Developerguide/GAUSS-05411----GAUSS-05420 - ../content/zh/docs/Developerguide/GAUSS-05421----GAUSS-05430 - ../content/zh/docs/Developerguide/GAUSS-05431----GAUSS-05440 - ../content/zh/docs/Developerguide/GAUSS-05441----GAUSS-05450 - ../content/zh/docs/Developerguide/GAUSS-05451----GAUSS-05460 - ../content/zh/docs/Developerguide/GAUSS-05461----GAUSS-05470 - ../content/zh/docs/Developerguide/GAUSS-05471----GAUSS-05480 - ../content/zh/docs/Developerguide/GAUSS-05481----GAUSS-05490 - ../content/zh/docs/Developerguide/GAUSS-05491----GAUSS-05500 diff --git a/sphinx/source/Developerguide/GAUSS-05501----GAUSS-05600.rst b/sphinx/source/Developerguide/GAUSS-05501----GAUSS-05600.rst deleted file mode 100644 index 203da3e8e..000000000 --- a/sphinx/source/Developerguide/GAUSS-05501----GAUSS-05600.rst +++ /dev/null @@ -1,14 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/GAUSS-05501----GAUSS-05510 - ../content/zh/docs/Developerguide/GAUSS-05511----GAUSS-05520 - ../content/zh/docs/Developerguide/GAUSS-05521----GAUSS-05530 - ../content/zh/docs/Developerguide/GAUSS-05531----GAUSS-05540 - ../content/zh/docs/Developerguide/GAUSS-05541----GAUSS-05550 - ../content/zh/docs/Developerguide/GAUSS-05551----GAUSS-05560 - ../content/zh/docs/Developerguide/GAUSS-05561----GAUSS-05570 - ../content/zh/docs/Developerguide/GAUSS-05571----GAUSS-05580 - ../content/zh/docs/Developerguide/GAUSS-05581----GAUSS-05590 - ../content/zh/docs/Developerguide/GAUSS-05591----GAUSS-05600 diff --git a/sphinx/source/Developerguide/GAUSS-05601----GAUSS-05700.rst b/sphinx/source/Developerguide/GAUSS-05601----GAUSS-05700.rst deleted file mode 100644 index f79027f32..000000000 --- a/sphinx/source/Developerguide/GAUSS-05601----GAUSS-05700.rst +++ /dev/null @@ -1,14 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/GAUSS-05601----GAUSS-05610 - ../content/zh/docs/Developerguide/GAUSS-05611----GAUSS-05620 - ../content/zh/docs/Developerguide/GAUSS-05621----GAUSS-05630 - ../content/zh/docs/Developerguide/GAUSS-05631----GAUSS-05640 - ../content/zh/docs/Developerguide/GAUSS-05641----GAUSS-05650 - ../content/zh/docs/Developerguide/GAUSS-05651----GAUSS-05660 - ../content/zh/docs/Developerguide/GAUSS-05661----GAUSS-05670 - ../content/zh/docs/Developerguide/GAUSS-05671----GAUSS-05680 - ../content/zh/docs/Developerguide/GAUSS-05681----GAUSS-05690 - ../content/zh/docs/Developerguide/GAUSS-05691----GAUSS-05700 diff --git a/sphinx/source/Developerguide/GAUSS-05701----GAUSS-05800.rst b/sphinx/source/Developerguide/GAUSS-05701----GAUSS-05800.rst deleted file mode 100644 index 0fd457925..000000000 --- a/sphinx/source/Developerguide/GAUSS-05701----GAUSS-05800.rst +++ /dev/null @@ -1,14 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/GAUSS-05701----GAUSS-05710 - ../content/zh/docs/Developerguide/GAUSS-05711----GAUSS-05720 - ../content/zh/docs/Developerguide/GAUSS-05721----GAUSS-05730 - ../content/zh/docs/Developerguide/GAUSS-05731----GAUSS-05740 - ../content/zh/docs/Developerguide/GAUSS-05741----GAUSS-05750 - ../content/zh/docs/Developerguide/GAUSS-05751----GAUSS-05760 - ../content/zh/docs/Developerguide/GAUSS-05761----GAUSS-05770 - ../content/zh/docs/Developerguide/GAUSS-05771----GAUSS-05780 - ../content/zh/docs/Developerguide/GAUSS-05781----GAUSS-05790 - ../content/zh/docs/Developerguide/GAUSS-05791----GAUSS-05800 diff --git a/sphinx/source/Developerguide/GAUSS-05801----GAUSS-05900.rst b/sphinx/source/Developerguide/GAUSS-05801----GAUSS-05900.rst deleted file mode 100644 index 79dc0ef84..000000000 --- a/sphinx/source/Developerguide/GAUSS-05801----GAUSS-05900.rst +++ /dev/null @@ -1,14 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/GAUSS-05801----GAUSS-05810 - ../content/zh/docs/Developerguide/GAUSS-05811----GAUSS-05820 - ../content/zh/docs/Developerguide/GAUSS-05821----GAUSS-05830 - ../content/zh/docs/Developerguide/GAUSS-05831----GAUSS-05840 - ../content/zh/docs/Developerguide/GAUSS-05841----GAUSS-05850 - ../content/zh/docs/Developerguide/GAUSS-05851----GAUSS-05860 - ../content/zh/docs/Developerguide/GAUSS-05861----GAUSS-05870 - ../content/zh/docs/Developerguide/GAUSS-05871----GAUSS-05880 - ../content/zh/docs/Developerguide/GAUSS-05881----GAUSS-05890 - ../content/zh/docs/Developerguide/GAUSS-05891----GAUSS-05900 diff --git a/sphinx/source/Developerguide/GAUSS-05901----GAUSS-06000.rst b/sphinx/source/Developerguide/GAUSS-05901----GAUSS-06000.rst deleted file mode 100644 index d10e77004..000000000 --- a/sphinx/source/Developerguide/GAUSS-05901----GAUSS-06000.rst +++ /dev/null @@ -1,14 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/GAUSS-05901----GAUSS-05910 - ../content/zh/docs/Developerguide/GAUSS-05911----GAUSS-05920 - ../content/zh/docs/Developerguide/GAUSS-05921----GAUSS-05930 - ../content/zh/docs/Developerguide/GAUSS-05931----GAUSS-05940 - ../content/zh/docs/Developerguide/GAUSS-05941----GAUSS-05950 - ../content/zh/docs/Developerguide/GAUSS-05951----GAUSS-05960 - ../content/zh/docs/Developerguide/GAUSS-05961----GAUSS-05970 - ../content/zh/docs/Developerguide/GAUSS-05971----GAUSS-05980 - ../content/zh/docs/Developerguide/GAUSS-05981----GAUSS-05990 - ../content/zh/docs/Developerguide/GAUSS-05991----GAUSS-06000 diff --git a/sphinx/source/Developerguide/GAUSS-06001----GAUSS-06100.rst b/sphinx/source/Developerguide/GAUSS-06001----GAUSS-06100.rst deleted file mode 100644 index e039034d1..000000000 --- a/sphinx/source/Developerguide/GAUSS-06001----GAUSS-06100.rst +++ /dev/null @@ -1,14 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/GAUSS-06001----GAUSS-06010 - ../content/zh/docs/Developerguide/GAUSS-06011----GAUSS-06020 - ../content/zh/docs/Developerguide/GAUSS-06021----GAUSS-06030 - ../content/zh/docs/Developerguide/GAUSS-06031----GAUSS-06040 - ../content/zh/docs/Developerguide/GAUSS-06041----GAUSS-06050 - ../content/zh/docs/Developerguide/GAUSS-06051----GAUSS-06060 - ../content/zh/docs/Developerguide/GAUSS-06061----GAUSS-06070 - ../content/zh/docs/Developerguide/GAUSS-06071----GAUSS-06080 - ../content/zh/docs/Developerguide/GAUSS-06081----GAUSS-06090 - ../content/zh/docs/Developerguide/GAUSS-06091----GAUSS-06100 diff --git a/sphinx/source/Developerguide/GAUSS-06101----GAUSS-06200.rst b/sphinx/source/Developerguide/GAUSS-06101----GAUSS-06200.rst deleted file mode 100644 index a20c958e9..000000000 --- a/sphinx/source/Developerguide/GAUSS-06101----GAUSS-06200.rst +++ /dev/null @@ -1,14 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/GAUSS-06101----GAUSS-06110 - ../content/zh/docs/Developerguide/GAUSS-06111----GAUSS-06120 - ../content/zh/docs/Developerguide/GAUSS-06121----GAUSS-06130 - ../content/zh/docs/Developerguide/GAUSS-06131----GAUSS-06140 - ../content/zh/docs/Developerguide/GAUSS-06141----GAUSS-06150 - ../content/zh/docs/Developerguide/GAUSS-06151----GAUSS-06160 - ../content/zh/docs/Developerguide/GAUSS-06161----GAUSS-06170 - ../content/zh/docs/Developerguide/GAUSS-06171----GAUSS-06180 - ../content/zh/docs/Developerguide/GAUSS-06181----GAUSS-06190 - ../content/zh/docs/Developerguide/GAUSS-06191----GAUSS-06200 \ No newline at end of file diff --git a/sphinx/source/Developerguide/GAUSS-06201----GAUSS-06300.rst b/sphinx/source/Developerguide/GAUSS-06201----GAUSS-06300.rst deleted file mode 100644 index 5b50c65c9..000000000 --- a/sphinx/source/Developerguide/GAUSS-06201----GAUSS-06300.rst +++ /dev/null @@ -1,14 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/GAUSS-06201----GAUSS-06210 - ../content/zh/docs/Developerguide/GAUSS-06211----GAUSS-06220 - ../content/zh/docs/Developerguide/GAUSS-06221----GAUSS-06230 - ../content/zh/docs/Developerguide/GAUSS-06231----GAUSS-0640 - ../content/zh/docs/Developerguide/GAUSS-06241----GAUSS-06250 - ../content/zh/docs/Developerguide/GAUSS-06251----GAUSS-06260 - ../content/zh/docs/Developerguide/GAUSS-06261----GAUSS-06270 - ../content/zh/docs/Developerguide/GAUSS-06271----GAUSS-06280 - ../content/zh/docs/Developerguide/GAUSS-06281----GAUSS-06290 - ../content/zh/docs/Developerguide/GAUSS-06291----GAUSS-06300 diff --git a/sphinx/source/Developerguide/GAUSS-06301----GAUSS-06400.rst b/sphinx/source/Developerguide/GAUSS-06301----GAUSS-06400.rst deleted file mode 100644 index 78affdfb3..000000000 --- a/sphinx/source/Developerguide/GAUSS-06301----GAUSS-06400.rst +++ /dev/null @@ -1,14 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/GAUSS-06301----GAUSS-06310 - ../content/zh/docs/Developerguide/GAUSS-06311----GAUSS-06320 - ../content/zh/docs/Developerguide/GAUSS-06321----GAUSS-06330 - ../content/zh/docs/Developerguide/GAUSS-06331----GAUSS-06340 - ../content/zh/docs/Developerguide/GAUSS-06341----GAUSS-06350 - ../content/zh/docs/Developerguide/GAUSS-06351----GAUSS-06360 - ../content/zh/docs/Developerguide/GAUSS-06361----GAUSS-06370 - ../content/zh/docs/Developerguide/GAUSS-06371----GAUSS-06380 - ../content/zh/docs/Developerguide/GAUSS-06381----GAUSS-06390 - ../content/zh/docs/Developerguide/GAUSS-06391----GAUSS-06400 diff --git a/sphinx/source/Developerguide/GAUSS-06401----GAUSS-06500.rst b/sphinx/source/Developerguide/GAUSS-06401----GAUSS-06500.rst deleted file mode 100644 index 24e9f76ea..000000000 --- a/sphinx/source/Developerguide/GAUSS-06401----GAUSS-06500.rst +++ /dev/null @@ -1,14 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/GAUSS-06401----GAUSS-06410 - ../content/zh/docs/Developerguide/GAUSS-06411----GAUSS-06420 - ../content/zh/docs/Developerguide/GAUSS-06421----GAUSS-06430 - ../content/zh/docs/Developerguide/GAUSS-06431----GAUSS-06440 - ../content/zh/docs/Developerguide/GAUSS-06441----GAUSS-06450 - ../content/zh/docs/Developerguide/GAUSS-06451----GAUSS-06460 - ../content/zh/docs/Developerguide/GAUSS-06461----GAUSS-06470 - ../content/zh/docs/Developerguide/GAUSS-06471----GAUSS-06480 - ../content/zh/docs/Developerguide/GAUSS-06481----GAUSS-06490 - ../content/zh/docs/Developerguide/GAUSS-06491----GAUSS-06500 diff --git a/sphinx/source/Developerguide/GAUSS-06501----GAUSS-06600.rst b/sphinx/source/Developerguide/GAUSS-06501----GAUSS-06600.rst deleted file mode 100644 index e5d1c4d63..000000000 --- a/sphinx/source/Developerguide/GAUSS-06501----GAUSS-06600.rst +++ /dev/null @@ -1,14 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/GAUSS-06501----GAUSS-06510 - ../content/zh/docs/Developerguide/GAUSS-06511----GAUSS-06520 - ../content/zh/docs/Developerguide/GAUSS-06521----GAUSS-06530 - ../content/zh/docs/Developerguide/GAUSS-06531----GAUSS-06540 - ../content/zh/docs/Developerguide/GAUSS-06541----GAUSS-06550 - ../content/zh/docs/Developerguide/GAUSS-06551----GAUSS-06560 - ../content/zh/docs/Developerguide/GAUSS-06561----GAUSS-06570 - ../content/zh/docs/Developerguide/GAUSS-06571----GAUSS-06580 - ../content/zh/docs/Developerguide/GAUSS-06581----GAUSS-06590 - ../content/zh/docs/Developerguide/GAUSS-06591----GAUSS-06600 diff --git a/sphinx/source/Developerguide/GAUSS-06601----GAUSS-06700.rst b/sphinx/source/Developerguide/GAUSS-06601----GAUSS-06700.rst deleted file mode 100644 index b07cbbbfb..000000000 --- a/sphinx/source/Developerguide/GAUSS-06601----GAUSS-06700.rst +++ /dev/null @@ -1,14 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/GAUSS-06601----GAUSS-06610 - ../content/zh/docs/Developerguide/GAUSS-06611----GAUSS-06620 - ../content/zh/docs/Developerguide/GAUSS-06621----GAUSS-06630 - ../content/zh/docs/Developerguide/GAUSS-06631----GAUSS-06640 - ../content/zh/docs/Developerguide/GAUSS-06641----GAUSS-06650 - ../content/zh/docs/Developerguide/GAUSS-06651----GAUSS-06660 - ../content/zh/docs/Developerguide/GAUSS-06661----GAUSS-06670 - ../content/zh/docs/Developerguide/GAUSS-06671----GAUSS-06680 - ../content/zh/docs/Developerguide/GAUSS-06681----GAUSS-06690 - ../content/zh/docs/Developerguide/GAUSS-06691----GAUSS-06700 \ No newline at end of file diff --git a/sphinx/source/Developerguide/GAUSS-06701----GAUSS-06800.rst b/sphinx/source/Developerguide/GAUSS-06701----GAUSS-06800.rst deleted file mode 100644 index d1429a805..000000000 --- a/sphinx/source/Developerguide/GAUSS-06701----GAUSS-06800.rst +++ /dev/null @@ -1,14 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/GAUSS-06701----GAUSS-06710 - ../content/zh/docs/Developerguide/GAUSS-06711----GAUSS-06720 - ../content/zh/docs/Developerguide/GAUSS-06721----GAUSS-06730 - ../content/zh/docs/Developerguide/GAUSS-06731----GAUSS-06740 - ../content/zh/docs/Developerguide/GAUSS-06741----GAUSS-06750 - ../content/zh/docs/Developerguide/GAUSS-06751----GAUSS-06760 - ../content/zh/docs/Developerguide/GAUSS-06761----GAUSS-06770 - ../content/zh/docs/Developerguide/GAUSS-06771----GAUSS-06780 - ../content/zh/docs/Developerguide/GAUSS-06781----GAUSS-06790 - ../content/zh/docs/Developerguide/GAUSS-06791----GAUSS-06800 diff --git a/sphinx/source/Developerguide/GAUSS-06801----GAUSS-06900.rst b/sphinx/source/Developerguide/GAUSS-06801----GAUSS-06900.rst deleted file mode 100644 index 9d1acaf90..000000000 --- a/sphinx/source/Developerguide/GAUSS-06801----GAUSS-06900.rst +++ /dev/null @@ -1,14 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/GAUSS-06801----GAUSS-06810 - ../content/zh/docs/Developerguide/GAUSS-06811----GAUSS-06820 - ../content/zh/docs/Developerguide/GAUSS-06821----GAUSS-06830 - ../content/zh/docs/Developerguide/GAUSS-06831----GAUSS-06840 - ../content/zh/docs/Developerguide/GAUSS-06841----GAUSS-06850 - ../content/zh/docs/Developerguide/GAUSS-06851----GAUSS-06860 - ../content/zh/docs/Developerguide/GAUSS-06861----GAUSS-06870 - ../content/zh/docs/Developerguide/GAUSS-06871----GAUSS-06880 - ../content/zh/docs/Developerguide/GAUSS-06881----GAUSS-06890 - ../content/zh/docs/Developerguide/GAUSS-06891----GAUSS-06900 \ No newline at end of file diff --git a/sphinx/source/Developerguide/GAUSS-06901----GAUSS-07000.rst b/sphinx/source/Developerguide/GAUSS-06901----GAUSS-07000.rst deleted file mode 100644 index e05b31b10..000000000 --- a/sphinx/source/Developerguide/GAUSS-06901----GAUSS-07000.rst +++ /dev/null @@ -1,14 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/GAUSS-06901----GAUSS-06910 - ../content/zh/docs/Developerguide/GAUSS-06911----GAUSS-06920 - ../content/zh/docs/Developerguide/GAUSS-06921----GAUSS-06930 - ../content/zh/docs/Developerguide/GAUSS-06931----GAUSS-06940 - ../content/zh/docs/Developerguide/GAUSS-06941----GAUSS-06950 - ../content/zh/docs/Developerguide/GAUSS-06951----GAUSS-06960 - ../content/zh/docs/Developerguide/GAUSS-06961----GAUSS-06970 - ../content/zh/docs/Developerguide/GAUSS-06971----GAUSS-06980 - ../content/zh/docs/Developerguide/GAUSS-06981----GAUSS-06990 - ../content/zh/docs/Developerguide/GAUSS-06991----GAUSS-07000 \ No newline at end of file diff --git a/sphinx/source/Developerguide/GAUSS-07001----GAUSS-07100.rst b/sphinx/source/Developerguide/GAUSS-07001----GAUSS-07100.rst deleted file mode 100644 index e74d89353..000000000 --- a/sphinx/source/Developerguide/GAUSS-07001----GAUSS-07100.rst +++ /dev/null @@ -1,14 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/GAUSS-07001----GAUSS-07010 - ../content/zh/docs/Developerguide/GAUSS-07011----GAUSS-07020 - ../content/zh/docs/Developerguide/GAUSS-07021----GAUSS-07030 - ../content/zh/docs/Developerguide/GAUSS-07031----GAUSS-07040 - ../content/zh/docs/Developerguide/GAUSS-07041----GAUSS-07050 - ../content/zh/docs/Developerguide/GAUSS-07051----GAUSS-07060 - ../content/zh/docs/Developerguide/GAUSS-07061----GAUSS-07070 - ../content/zh/docs/Developerguide/GAUSS-07071----GAUSS-07080 - ../content/zh/docs/Developerguide/GAUSS-07081----GAUSS-07090 - ../content/zh/docs/Developerguide/GAUSS-07091----GAUSS-07100 diff --git a/sphinx/source/Developerguide/GAUSS-07101----GAUSS-07200.rst b/sphinx/source/Developerguide/GAUSS-07101----GAUSS-07200.rst deleted file mode 100644 index 83ade86e3..000000000 --- a/sphinx/source/Developerguide/GAUSS-07101----GAUSS-07200.rst +++ /dev/null @@ -1,14 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/GAUSS-07101----GAUSS-07110 - ../content/zh/docs/Developerguide/GAUSS-07111----GAUSS-07120 - ../content/zh/docs/Developerguide/GAUSS-07121----GAUSS-07130 - ../content/zh/docs/Developerguide/GAUSS-07131----GAUSS-07140 - ../content/zh/docs/Developerguide/GAUSS-07141----GAUSS-07150 - ../content/zh/docs/Developerguide/GAUSS-07151----GAUSS-07160 - ../content/zh/docs/Developerguide/GAUSS-07161----GAUSS-07170 - ../content/zh/docs/Developerguide/GAUSS-07171----GAUSS-07180 - ../content/zh/docs/Developerguide/GAUSS-07181----GAUSS-07190 - ../content/zh/docs/Developerguide/GAUSS-07191----GAUSS-07200 diff --git a/sphinx/source/Developerguide/GAUSS-07201----GAUSS-07300.rst b/sphinx/source/Developerguide/GAUSS-07201----GAUSS-07300.rst deleted file mode 100644 index 5a5927163..000000000 --- a/sphinx/source/Developerguide/GAUSS-07201----GAUSS-07300.rst +++ /dev/null @@ -1,14 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/GAUSS-07201----GAUSS-07210 - ../content/zh/docs/Developerguide/GAUSS-07211----GAUSS-07220 - ../content/zh/docs/Developerguide/GAUSS-07221----GAUSS-07230 - ../content/zh/docs/Developerguide/GAUSS-07231----GAUSS-07240 - ../content/zh/docs/Developerguide/GAUSS-07241----GAUSS-07250 - ../content/zh/docs/Developerguide/GAUSS-07251----GAUSS-07260 - ../content/zh/docs/Developerguide/GAUSS-07261----GAUSS-07270 - ../content/zh/docs/Developerguide/GAUSS-07271----GAUSS-07280 - ../content/zh/docs/Developerguide/GAUSS-07281----GAUSS-07290 - ../content/zh/docs/Developerguide/GAUSS-07291----GAUSS-07300 diff --git a/sphinx/source/Developerguide/GAUSS-07301----GAUSS-07400.rst b/sphinx/source/Developerguide/GAUSS-07301----GAUSS-07400.rst deleted file mode 100644 index 0a034ad5a..000000000 --- a/sphinx/source/Developerguide/GAUSS-07301----GAUSS-07400.rst +++ /dev/null @@ -1,14 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/GAUSS-07301----GAUSS-07310 - ../content/zh/docs/Developerguide/GAUSS-07311----GAUSS-07320 - ../content/zh/docs/Developerguide/GAUSS-07321----GAUSS-07330 - ../content/zh/docs/Developerguide/GAUSS-07331----GAUSS-07340 - ../content/zh/docs/Developerguide/GAUSS-07341----GAUSS-07350 - ../content/zh/docs/Developerguide/GAUSS-07351----GAUSS-07360 - ../content/zh/docs/Developerguide/GAUSS-07361----GAUSS-07370 - ../content/zh/docs/Developerguide/GAUSS-07371----GAUSS-07380 - ../content/zh/docs/Developerguide/GAUSS-07381----GAUSS-07390 - ../content/zh/docs/Developerguide/GAUSS-07391----GAUSS-07400 diff --git a/sphinx/source/Developerguide/GAUSS-07401----GAUSS-07500.rst b/sphinx/source/Developerguide/GAUSS-07401----GAUSS-07500.rst deleted file mode 100644 index 39e38997b..000000000 --- a/sphinx/source/Developerguide/GAUSS-07401----GAUSS-07500.rst +++ /dev/null @@ -1,12 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/GAUSS-07401----GAUSS-07410 - ../content/zh/docs/Developerguide/GAUSS-07411----GAUSS-07420 - ../content/zh/docs/Developerguide/GAUSS-07421----GAUSS-07430 - ../content/zh/docs/Developerguide/GAUSS-07431----GAUSS-07440 - ../content/zh/docs/Developerguide/GAUSS-07441----GAUSS-07450 - ../content/zh/docs/Developerguide/GAUSS-07451----GAUSS-07460 - ../content/zh/docs/Developerguide/GAUSS-07461----GAUSS-07470 - ../content/zh/docs/Developerguide/GAUSS-07471----GAUSS-07480 \ No newline at end of file diff --git a/sphinx/source/Developerguide/GAUSS-50000----GAUSS-50999.rst b/sphinx/source/Developerguide/GAUSS-50000----GAUSS-50999.rst deleted file mode 100644 index 9771d94fc..000000000 --- a/sphinx/source/Developerguide/GAUSS-50000----GAUSS-50999.rst +++ /dev/null @@ -1,14 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/GAUSS-50000----GAUSS-50099 - ../content/zh/docs/Developerguide/GAUSS-50100----GAUSS-50199 - ../content/zh/docs/Developerguide/GAUSS-50200----GAUSS-50299 - ../content/zh/docs/Developerguide/GAUSS-50300----GAUSS-50399 - ../content/zh/docs/Developerguide/GAUSS-50400----GAUSS-50499 - ../content/zh/docs/Developerguide/GAUSS-50500----GAUSS-50599 - ../content/zh/docs/Developerguide/GAUSS-50600----GAUSS-50699 - ../content/zh/docs/Developerguide/GAUSS-50700----GAUSS-50799 - ../content/zh/docs/Developerguide/GAUSS-50800----GAUSS-50899 - ../content/zh/docs/Developerguide/GAUSS-50900----GAUSS-50999 \ No newline at end of file diff --git a/sphinx/source/Developerguide/GAUSS-51000----GAUSS-51999.rst b/sphinx/source/Developerguide/GAUSS-51000----GAUSS-51999.rst deleted file mode 100644 index 81ebdb926..000000000 --- a/sphinx/source/Developerguide/GAUSS-51000----GAUSS-51999.rst +++ /dev/null @@ -1,14 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/GAUSS-51000----GAUSS-51099 - ../content/zh/docs/Developerguide/GAUSS-51100----GAUSS-51199 - ../content/zh/docs/Developerguide/GAUSS-51200----GAUSS-51299 - ../content/zh/docs/Developerguide/GAUSS-51300----GAUSS-51399 - ../content/zh/docs/Developerguide/GAUSS-51400----GAUSS-51499 - ../content/zh/docs/Developerguide/GAUSS-51500----GAUSS-51599 - ../content/zh/docs/Developerguide/GAUSS-51600----GAUSS-51699 - ../content/zh/docs/Developerguide/GAUSS-51700----GAUSS-51799 - ../content/zh/docs/Developerguide/GAUSS-51800----GAUSS-51899 - ../content/zh/docs/Developerguide/GAUSS-51900----GAUSS-51999 \ No newline at end of file diff --git a/sphinx/source/Developerguide/GAUSS-52000----GAUSS-52999.rst b/sphinx/source/Developerguide/GAUSS-52000----GAUSS-52999.rst deleted file mode 100644 index 1e280831e..000000000 --- a/sphinx/source/Developerguide/GAUSS-52000----GAUSS-52999.rst +++ /dev/null @@ -1,14 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/GAUSS-52000----GAUSS-52099 - ../content/zh/docs/Developerguide/GAUSS-52100----GAUSS-52199 - ../content/zh/docs/Developerguide/GAUSS-52200----GAUSS-52299 - ../content/zh/docs/Developerguide/GAUSS-52300----GAUSS-52399 - ../content/zh/docs/Developerguide/GAUSS-52400----GAUSS-52499 - ../content/zh/docs/Developerguide/GAUSS-52500----GAUSS-52599 - ../content/zh/docs/Developerguide/GAUSS-52600----GAUSS-52699 - ../content/zh/docs/Developerguide/GAUSS-52700----GAUSS-52799 - ../content/zh/docs/Developerguide/GAUSS-52800----GAUSS-52899 - ../content/zh/docs/Developerguide/GAUSS-52900----GAUSS-52999 \ No newline at end of file diff --git a/sphinx/source/Developerguide/GAUSS-53000----GAUSS-53999.rst b/sphinx/source/Developerguide/GAUSS-53000----GAUSS-53999.rst deleted file mode 100644 index 2deff7581..000000000 --- a/sphinx/source/Developerguide/GAUSS-53000----GAUSS-53999.rst +++ /dev/null @@ -1,11 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/GAUSS-53000----GAUSS-53099 - ../content/zh/docs/Developerguide/GAUSS-53100----GAUSS-53199 - ../content/zh/docs/Developerguide/GAUSS-53200----GAUSS-53299 - ../content/zh/docs/Developerguide/GAUSS-53300----GAUSS-53399 - ../content/zh/docs/Developerguide/GAUSS-53400----GAUSS-53499 - ../content/zh/docs/Developerguide/GAUSS-53500----GAUSS-53599 - ../content/zh/docs/Developerguide/GAUSS-53600----GAUSS-53699 \ No newline at end of file diff --git "a/sphinx/source/Developerguide/GIN\347\264\242\345\274\225.rst" "b/sphinx/source/Developerguide/GIN\347\264\242\345\274\225.rst" deleted file mode 100644 index 7343e3b39..000000000 --- "a/sphinx/source/Developerguide/GIN\347\264\242\345\274\225.rst" +++ /dev/null @@ -1,8 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/介绍-17 - ../content/zh/docs/Developerguide/扩展性 - ../content/zh/docs/Developerguide/实现 - ../content/zh/docs/Developerguide/GIN提示与技巧 diff --git "a/sphinx/source/Developerguide/GUC\345\217\202\346\225\260\350\257\264\346\230\216.rst" "b/sphinx/source/Developerguide/GUC\345\217\202\346\225\260\350\257\264\346\230\216.rst" deleted file mode 100644 index 9e6317d33..000000000 --- "a/sphinx/source/Developerguide/GUC\345\217\202\346\225\260\350\257\264\346\230\216.rst" +++ /dev/null @@ -1,47 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/GUC使用说明 - ../content/zh/docs/Developerguide/文件位置 - 连接和认证 - 资源消耗 - 预写式日志 - 双机复制 - ../content/zh/docs/Developerguide/内存表 - 查询规划 - 错误报告和日志 - ../content/zh/docs/Developerguide/告警检测 - 运行时统计 - ../content/zh/docs/Developerguide/负载管理 - ../content/zh/docs/Developerguide/自动清理 - 客户端连接缺省设置 - ../content/zh/docs/Developerguide/锁管理 - 版本和平台兼容性 - ../content/zh/docs/Developerguide/容错性 - ../content/zh/docs/Developerguide/连接池参数 - ../content/zh/docs/Developerguide/openGauss事务 - ../content/zh/docs/Developerguide/双数据库实例复制参数 - ../content/zh/docs/Developerguide/开发人员选项 - 审计 - CM相关参数 - ../content/zh/docs/Developerguide/升级参数 - ../content/zh/docs/Developerguide/其它选项 - ../content/zh/docs/Developerguide/等待事件 - ../content/zh/docs/Developerguide/Query-22 - ../content/zh/docs/Developerguide/系统性能快照 - ../content/zh/docs/Developerguide/安全配置 - ../content/zh/docs/Developerguide/全局临时表 - ../content/zh/docs/Developerguide/HyperLogLog - ../content/zh/docs/Developerguide/用户自定义函数-2 - ../content/zh/docs/Developerguide/定时任务 - ../content/zh/docs/Developerguide/线程池 - ../content/zh/docs/Developerguide/备份恢复 - ../content/zh/docs/Developerguide/Undo - ../content/zh/docs/Developerguide/DCF参数设置 - ../content/zh/docs/Developerguide/闪回相关参数 - ../content/zh/docs/Developerguide/回滚相关参数 - ../content/zh/docs/Developerguide/预留参数 - ../content/zh/docs/Developerguide/AI特性-GUC - ../content/zh/docs/Developerguide/Global-SysCache参数 - ../content/zh/docs/Developerguide/高效数据压缩算法相关参数 diff --git a/sphinx/source/Developerguide/Global-Plancache.rst b/sphinx/source/Developerguide/Global-Plancache.rst deleted file mode 100644 index 18c70f1d2..000000000 --- a/sphinx/source/Developerguide/Global-Plancache.rst +++ /dev/null @@ -1,6 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/GLOBAL_PLANCACHE_STATUS - ../content/zh/docs/Developerguide/GLOBAL_PLANCACHE_CLEAN diff --git "a/sphinx/source/Developerguide/Index-advisor-\347\264\242\345\274\225\346\216\250\350\215\220.rst" "b/sphinx/source/Developerguide/Index-advisor-\347\264\242\345\274\225\346\216\250\350\215\220.rst" deleted file mode 100644 index 5a1b465e3..000000000 --- "a/sphinx/source/Developerguide/Index-advisor-\347\264\242\345\274\225\346\216\250\350\215\220.rst" +++ /dev/null @@ -1,8 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/单query索引推荐 - ../content/zh/docs/Developerguide/虚拟索引 - ../content/zh/docs/Developerguide/workload级别索引推荐 - diff --git a/sphinx/source/Developerguide/Information-Schema.rst b/sphinx/source/Developerguide/Information-Schema.rst deleted file mode 100644 index e920004d3..000000000 --- a/sphinx/source/Developerguide/Information-Schema.rst +++ /dev/null @@ -1,10 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/_PG_FOREIGN_DATA_WRAPPERS - ../content/zh/docs/Developerguide/_PG_FOREIGN_SERVERS - ../content/zh/docs/Developerguide/_PG_FOREIGN_TABLE_COLUMNS - ../content/zh/docs/Developerguide/_PG_FOREIGN_TABLES - ../content/zh/docs/Developerguide/_PG_USER_MAPPINGS - ../content/zh/docs/Developerguide/INFORMATION_SCHEMA_CATALOG_NAME \ No newline at end of file diff --git a/sphinx/source/Developerguide/Instance.rst b/sphinx/source/Developerguide/Instance.rst deleted file mode 100644 index 0c3f30856..000000000 --- a/sphinx/source/Developerguide/Instance.rst +++ /dev/null @@ -1,6 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/INSTANCE_TIME - ../content/zh/docs/Developerguide/GLOBAL_INSTANCE_TIME diff --git a/sphinx/source/Developerguide/Lock.rst b/sphinx/source/Developerguide/Lock.rst deleted file mode 100644 index 903bac732..000000000 --- a/sphinx/source/Developerguide/Lock.rst +++ /dev/null @@ -1,6 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/LOCKS - ../content/zh/docs/Developerguide/GLOBAL_LOCKS diff --git "a/sphinx/source/Developerguide/MOT\344\273\213\347\273\215.rst" "b/sphinx/source/Developerguide/MOT\344\273\213\347\273\215.rst" deleted file mode 100644 index c35e022cc..000000000 --- "a/sphinx/source/Developerguide/MOT\344\273\213\347\273\215.rst" +++ /dev/null @@ -1,11 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/MOT简介 - ../content/zh/docs/Developerguide/MOT特性及价值 - ../content/zh/docs/Developerguide/MOT关键技术 - ../content/zh/docs/Developerguide/MOT应用场景 - MOT性能基准 - - diff --git "a/sphinx/source/Developerguide/MOT\344\275\277\347\224\250.rst" "b/sphinx/source/Developerguide/MOT\344\275\277\347\224\250.rst" deleted file mode 100644 index a0d21763c..000000000 --- "a/sphinx/source/Developerguide/MOT\344\275\277\347\224\250.rst" +++ /dev/null @@ -1,13 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/授予用户权限 - ../content/zh/docs/Developerguide/创建-删除MOT - ../content/zh/docs/Developerguide/为MOT创建索引 - ../content/zh/docs/Developerguide/将磁盘表转换为MOT - ../content/zh/docs/Developerguide/查询原生编译 - ../content/zh/docs/Developerguide/重试中止事务 - ../content/zh/docs/Developerguide/MOT外部支持工具 - ../content/zh/docs/Developerguide/MOT-SQL覆盖和限制 - diff --git "a/sphinx/source/Developerguide/MOT\345\207\206\345\244\207.rst" "b/sphinx/source/Developerguide/MOT\345\207\206\345\244\207.rst" deleted file mode 100644 index 8dce82739..000000000 --- "a/sphinx/source/Developerguide/MOT\345\207\206\345\244\207.rst" +++ /dev/null @@ -1,7 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/前提条件 - ../content/zh/docs/Developerguide/MOT内存和存储规划 - diff --git "a/sphinx/source/Developerguide/MOT\345\271\266\345\217\221\346\216\247\345\210\266\346\234\272\345\210\266.rst" "b/sphinx/source/Developerguide/MOT\345\271\266\345\217\221\346\216\247\345\210\266\346\234\272\345\210\266.rst" deleted file mode 100644 index f4df4a707..000000000 --- "a/sphinx/source/Developerguide/MOT\345\271\266\345\217\221\346\216\247\345\210\266\346\234\272\345\210\266.rst" +++ /dev/null @@ -1,9 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/MOT本地内存和全局内存 - ../content/zh/docs/Developerguide/MOT-SILO增强特性 - ../content/zh/docs/Developerguide/MOT隔离级别 - ../content/zh/docs/Developerguide/MOT乐观并发控制 - diff --git "a/sphinx/source/Developerguide/MOT\346\200\247\350\203\275\345\237\272\345\207\206.rst" "b/sphinx/source/Developerguide/MOT\346\200\247\350\203\275\345\237\272\345\207\206.rst" deleted file mode 100644 index ef54045e6..000000000 --- "a/sphinx/source/Developerguide/MOT\346\200\247\350\203\275\345\237\272\345\207\206.rst" +++ /dev/null @@ -1,13 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/MOT硬件 - ../content/zh/docs/Developerguide/MOT测试总结 - ../content/zh/docs/Developerguide/MOT高吞吐量 - ../content/zh/docs/Developerguide/MOT低延迟 - ../content/zh/docs/Developerguide/MOT恢复时间目标_RTO和冷启动时间 - ../content/zh/docs/Developerguide/MOT资源利用率 - ../content/zh/docs/Developerguide/MOT数据采集速度 - - diff --git "a/sphinx/source/Developerguide/MOT\346\214\201\344\271\205\346\200\247\346\246\202\345\277\265.rst" "b/sphinx/source/Developerguide/MOT\346\214\201\344\271\205\346\200\247\346\246\202\345\277\265.rst" deleted file mode 100644 index df830702e..000000000 --- "a/sphinx/source/Developerguide/MOT\346\214\201\344\271\205\346\200\247\346\246\202\345\277\265.rst" +++ /dev/null @@ -1,7 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/MOT日志记录-WAL重做日志概念 - ../content/zh/docs/Developerguide/MOT检查点概念 - diff --git "a/sphinx/source/Developerguide/MOT\347\232\204\346\246\202\345\277\265.rst" "b/sphinx/source/Developerguide/MOT\347\232\204\346\246\202\345\277\265.rst" deleted file mode 100644 index 74737419d..000000000 --- "a/sphinx/source/Developerguide/MOT\347\232\204\346\246\202\345\277\265.rst" +++ /dev/null @@ -1,14 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/MOT纵向扩容架构 - MOT并发控制机制 - ../content/zh/docs/Developerguide/扩展FDW与其他openGauss特性 - ../content/zh/docs/Developerguide/NUMA-aware分配和亲和性 - ../content/zh/docs/Developerguide/MOT索引 - MOT持久性概念 - ../content/zh/docs/Developerguide/MOT恢复概念 - ../content/zh/docs/Developerguide/MOT查询原生编译_JIT - ../content/zh/docs/Developerguide/对比-磁盘与MOT - diff --git "a/sphinx/source/Developerguide/MOT\347\256\241\347\220\206.rst" "b/sphinx/source/Developerguide/MOT\347\256\241\347\220\206.rst" deleted file mode 100644 index f46ab8caa..000000000 --- "a/sphinx/source/Developerguide/MOT\347\256\241\347\220\206.rst" +++ /dev/null @@ -1,12 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/MOT持久性 - ../content/zh/docs/Developerguide/MOT恢复 - ../content/zh/docs/Developerguide/MOT复制和高可用 - ../content/zh/docs/Developerguide/MOT内存管理 - ../content/zh/docs/Developerguide/MOT-VACUUM清理 - ../content/zh/docs/Developerguide/MOT统计 - ../content/zh/docs/Developerguide/MOT监控 - ../content/zh/docs/Developerguide/MOT错误消息 \ No newline at end of file diff --git "a/sphinx/source/Developerguide/MOT\351\203\250\347\275\262.rst" "b/sphinx/source/Developerguide/MOT\351\203\250\347\275\262.rst" deleted file mode 100644 index 78728b6b9..000000000 --- "a/sphinx/source/Developerguide/MOT\351\203\250\347\275\262.rst" +++ /dev/null @@ -1,9 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/MOT服务器优化-x86 - ../content/zh/docs/Developerguide/MOT服务器优化-基于Arm的华为TaiShan2P-4P服务器 - ../content/zh/docs/Developerguide/MOT配置 - - diff --git a/sphinx/source/Developerguide/Memory.rst b/sphinx/source/Developerguide/Memory.rst deleted file mode 100644 index b5b524858..000000000 --- a/sphinx/source/Developerguide/Memory.rst +++ /dev/null @@ -1,8 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/MEMORY_NODE_DETAIL - ../content/zh/docs/Developerguide/GLOBAL_MEMORY_NODE_DETAIL - ../content/zh/docs/Developerguide/GS_SHARED_MEMORY_DETAIL - ../content/zh/docs/Developerguide/GLOBAL_SHARED_MEMORY_DETAIL diff --git a/sphinx/source/Developerguide/OS.rst b/sphinx/source/Developerguide/OS.rst deleted file mode 100644 index a17237de2..000000000 --- a/sphinx/source/Developerguide/OS.rst +++ /dev/null @@ -1,8 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/OS_RUNTIME - ../content/zh/docs/Developerguide/GLOBAL_OS_RUNTIME - ../content/zh/docs/Developerguide/OS_THREADS - ../content/zh/docs/Developerguide/GLOBAL_OS_THREADS diff --git a/sphinx/source/Developerguide/Object.rst b/sphinx/source/Developerguide/Object.rst deleted file mode 100644 index edfee94c9..000000000 --- a/sphinx/source/Developerguide/Object.rst +++ /dev/null @@ -1,46 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/STAT_USER_TABLES - ../content/zh/docs/Developerguide/SUMMARY_STAT_USER_TABLES - ../content/zh/docs/Developerguide/GLOBAL_STAT_USER_TABLES - ../content/zh/docs/Developerguide/STAT_USER_INDEXES - ../content/zh/docs/Developerguide/SUMMARY_STAT_USER_INDEXES - ../content/zh/docs/Developerguide/GLOBAL_STAT_USER_INDEXES - ../content/zh/docs/Developerguide/STAT_SYS_TABLES - ../content/zh/docs/Developerguide/SUMMARY_STAT_SYS_TABLES - ../content/zh/docs/Developerguide/GLOBAL_STAT_SYS_TABLES - ../content/zh/docs/Developerguide/STAT_SYS_INDEXES - ../content/zh/docs/Developerguide/SUMMARY_STAT_SYS_INDEXES - ../content/zh/docs/Developerguide/GLOBAL_STAT_SYS_INDEXES - ../content/zh/docs/Developerguide/STAT_ALL_TABLES - ../content/zh/docs/Developerguide/SUMMARY_STAT_ALL_TABLES - ../content/zh/docs/Developerguide/GLOBAL_STAT_ALL_TABLES - ../content/zh/docs/Developerguide/STAT_ALL_INDEXES - ../content/zh/docs/Developerguide/SUMMARY_STAT_ALL_INDEXES - ../content/zh/docs/Developerguide/GLOBAL_STAT_ALL_INDEXES - ../content/zh/docs/Developerguide/STAT_DATABASE - ../content/zh/docs/Developerguide/SUMMARY_STAT_DATABASE - ../content/zh/docs/Developerguide/GLOBAL_STAT_DATABASE - ../content/zh/docs/Developerguide/STAT_DATABASE_CONFLICTS - ../content/zh/docs/Developerguide/SUMMARY_STAT_DATABASE_CONFLICTS - ../content/zh/docs/Developerguide/GLOBAL_STAT_DATABASE_CONFLICTS - ../content/zh/docs/Developerguide/STAT_XACT_ALL_TABLES - ../content/zh/docs/Developerguide/SUMMARY_STAT_XACT_ALL_TABLES - ../content/zh/docs/Developerguide/GLOBAL_STAT_XACT_ALL_TABLES - ../content/zh/docs/Developerguide/STAT_XACT_SYS_TABLES - ../content/zh/docs/Developerguide/SUMMARY_STAT_XACT_SYS_TABLES - ../content/zh/docs/Developerguide/GLOBAL_STAT_XACT_SYS_TABLES - ../content/zh/docs/Developerguide/STAT_XACT_USER_TABLES - ../content/zh/docs/Developerguide/SUMMARY_STAT_XACT_USER_TABLES - ../content/zh/docs/Developerguide/GLOBAL_STAT_XACT_USER_TABLES - ../content/zh/docs/Developerguide/STAT_XACT_USER_FUNCTIONS - ../content/zh/docs/Developerguide/SUMMARY_STAT_XACT_USER_FUNCTIONS - ../content/zh/docs/Developerguide/GLOBAL_STAT_XACT_USER_FUNCTIONS - ../content/zh/docs/Developerguide/STAT_BAD_BLOCK - ../content/zh/docs/Developerguide/SUMMARY_STAT_BAD_BLOCK - ../content/zh/docs/Developerguide/GLOBAL_STAT_BAD_BLOCK - ../content/zh/docs/Developerguide/STAT_USER_FUNCTIONS - ../content/zh/docs/Developerguide/SUMMARY_STAT_USER_FUNCTIONS - ../content/zh/docs/Developerguide/GLOBAL_STAT_USER_FUNCTIONS \ No newline at end of file diff --git a/sphinx/source/Developerguide/Operator.rst b/sphinx/source/Developerguide/Operator.rst deleted file mode 100644 index dc2a46e59..000000000 --- a/sphinx/source/Developerguide/Operator.rst +++ /dev/null @@ -1,10 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/OPERATOR_HISTORY_TABLE - ../content/zh/docs/Developerguide/OPERATOR_HISTORY - ../content/zh/docs/Developerguide/OPERATOR_RUNTIME - ../content/zh/docs/Developerguide/GLOBAL_OPERATOR_HISTORY - ../content/zh/docs/Developerguide/GLOBAL_OPERATOR_HISTORY_TABLE - ../content/zh/docs/Developerguide/GLOBAL_OPERATOR_RUNTIME diff --git a/sphinx/source/Developerguide/PostGIS-Extension.rst b/sphinx/source/Developerguide/PostGIS-Extension.rst deleted file mode 100644 index bc6bc41c1..000000000 --- a/sphinx/source/Developerguide/PostGIS-Extension.rst +++ /dev/null @@ -1,8 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/PostGIS概述 - ../content/zh/docs/Developerguide/PostGIS安装 - ../content/zh/docs/Developerguide/PostGIS使用 - ../content/zh/docs/Developerguide/PostGIS支持和限制 \ No newline at end of file diff --git "a/sphinx/source/Developerguide/Prometheus-Exporter\347\273\204\344\273\266.rst" "b/sphinx/source/Developerguide/Prometheus-Exporter\347\273\204\344\273\266.rst" deleted file mode 100644 index f4d265e23..000000000 --- "a/sphinx/source/Developerguide/Prometheus-Exporter\347\273\204\344\273\266.rst" +++ /dev/null @@ -1,11 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/概述-60 - ../content/zh/docs/Developerguide/环境部署-60 - ../content/zh/docs/Developerguide/使用指导-60 - ../content/zh/docs/Developerguide/获取帮助-60 - ../content/zh/docs/Developerguide/命令参考-60 - ../content/zh/docs/Developerguide/常见问题处理-60 - diff --git a/sphinx/source/Developerguide/Query.rst b/sphinx/source/Developerguide/Query.rst deleted file mode 100644 index 0c58ef8d8..000000000 --- a/sphinx/source/Developerguide/Query.rst +++ /dev/null @@ -1,22 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/STATEMENT - ../content/zh/docs/Developerguide/SUMMARY_STATEMENT - ../content/zh/docs/Developerguide/STATEMENT_COUNT - ../content/zh/docs/Developerguide/GLOBAL_STATEMENT_COUNT - ../content/zh/docs/Developerguide/SUMMARY_STATEMENT_COUNT - ../content/zh/docs/Developerguide/GLOBAL_STATEMENT_COMPLEX_HISTORY - ../content/zh/docs/Developerguide/GLOBAL_STATEMENT_COMPLEX_HISTORY_TABLE - ../content/zh/docs/Developerguide/GLOBAL_STATEMENT_COMPLEX_RUNTIME - ../content/zh/docs/Developerguide/STATEMENT_RESPONSETIME_PERCENTILE - ../content/zh/docs/Developerguide/STATEMENT_COMPLEX_RUNTIME - ../content/zh/docs/Developerguide/STATEMENT_COMPLEX_HISTORY_TABLE - ../content/zh/docs/Developerguide/STATEMENT_COMPLEX_HISTORY - ../content/zh/docs/Developerguide/STATEMENT_WLMSTAT_COMPLEX_RUNTIME - ../content/zh/docs/Developerguide/STATEMENT_HISTORY-25 - ../content/zh/docs/Developerguide/GS_SLOW_QUERY_INFO_废弃 - ../content/zh/docs/Developerguide/GS_SLOW_QUERY_HISTORY_废弃 - ../content/zh/docs/Developerguide/GLOBAL_SLOW_QUERY_HISTORY_废弃 - ../content/zh/docs/Developerguide/GLOBAL_SLOW_QUERY_INFO_废弃 diff --git a/sphinx/source/Developerguide/RTO-RPO.rst b/sphinx/source/Developerguide/RTO-RPO.rst deleted file mode 100644 index 673d27c38..000000000 --- a/sphinx/source/Developerguide/RTO-RPO.rst +++ /dev/null @@ -1,7 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/global_rto_status - ../content/zh/docs/Developerguide/global_streaming_hadr_rto_and_rpo_stat - ../content/zh/docs/Developerguide/gs_hadr_local_rto_and_rpo_stat diff --git "a/sphinx/source/Developerguide/SQL-Rewriter-SQL\350\257\255\345\217\245\346\224\271\345\206\231.rst" "b/sphinx/source/Developerguide/SQL-Rewriter-SQL\350\257\255\345\217\245\346\224\271\345\206\231.rst" deleted file mode 100644 index 4b1cf9282..000000000 --- "a/sphinx/source/Developerguide/SQL-Rewriter-SQL\350\257\255\345\217\245\346\224\271\345\206\231.rst" +++ /dev/null @@ -1,10 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/概述-66 - ../content/zh/docs/Developerguide/使用指导-66 - ../content/zh/docs/Developerguide/获取帮助-66 - ../content/zh/docs/Developerguide/命令参考-66 - ../content/zh/docs/Developerguide/常见问题处理-66 - diff --git "a/sphinx/source/Developerguide/SQLdiag-\346\205\242SQL\345\217\221\347\216\260.rst" "b/sphinx/source/Developerguide/SQLdiag-\346\205\242SQL\345\217\221\347\216\260.rst" deleted file mode 100644 index eaecb2452..000000000 --- "a/sphinx/source/Developerguide/SQLdiag-\346\205\242SQL\345\217\221\347\216\260.rst" +++ /dev/null @@ -1,10 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/概述-64 - ../content/zh/docs/Developerguide/使用指导-64 - ../content/zh/docs/Developerguide/获取帮助-64 - ../content/zh/docs/Developerguide/命令参考-64 - ../content/zh/docs/Developerguide/常见问题处理-64 - diff --git "a/sphinx/source/Developerguide/SQL\345\217\202\350\200\203.rst" "b/sphinx/source/Developerguide/SQL\345\217\202\350\200\203.rst" deleted file mode 100644 index 0fc774cc1..000000000 --- "a/sphinx/source/Developerguide/SQL\345\217\202\350\200\203.rst" +++ /dev/null @@ -1,23 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/openGauss-SQL - ../content/zh/docs/Developerguide/关键字 - 数据类型 - ../content/zh/docs/Developerguide/常量与宏 - 函数和操作符 - 表达式 - 类型转换 - 全文检索 - ../content/zh/docs/Developerguide/系统操作 - ../content/zh/docs/Developerguide/事务控制 - ../content/zh/docs/Developerguide/DDL语法一览表 - ../content/zh/docs/Developerguide/DML语法一览表 - ../content/zh/docs/Developerguide/DCL语法一览表 - SQL语法 - ../content/zh/docs/Developerguide/附录 - GIN索引 - ../content/zh/docs/Developerguide/扩展函数 - ../content/zh/docs/Developerguide/扩展语法 - diff --git "a/sphinx/source/Developerguide/SQL\346\211\247\350\241\214\350\256\241\345\210\222\344\273\213\347\273\215.rst" "b/sphinx/source/Developerguide/SQL\346\211\247\350\241\214\350\256\241\345\210\222\344\273\213\347\273\215.rst" deleted file mode 100644 index b17b666ae..000000000 --- "a/sphinx/source/Developerguide/SQL\346\211\247\350\241\214\350\256\241\345\210\222\344\273\213\347\273\215.rst" +++ /dev/null @@ -1,7 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/SQL执行计划概述 - ../content/zh/docs/Developerguide/详解 - diff --git "a/sphinx/source/Developerguide/SQL\350\257\255\346\263\225.rst" "b/sphinx/source/Developerguide/SQL\350\257\255\346\263\225.rst" deleted file mode 100644 index 97e98965d..000000000 --- "a/sphinx/source/Developerguide/SQL\350\257\255\346\263\225.rst" +++ /dev/null @@ -1,195 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/ABORT - ../content/zh/docs/Developerguide/ALTER-AGGREGATE - ../content/zh/docs/Developerguide/ALTER-AUDIT-POLICY - ../content/zh/docs/Developerguide/ALTER-DATABASE - ../content/zh/docs/Developerguide/ALTER-DATA-SOURCE - ../content/zh/docs/Developerguide/ALTER-DEFAULT-PRIVILEGES - ../content/zh/docs/Developerguide/ALTER-DIRECTORY - ../content/zh/docs/Developerguide/ALTER-EXTENSION - ../content/zh/docs/Developerguide/ALTER-FOREIGN-TABLE - ../content/zh/docs/Developerguide/ALTER-FUNCTION - ../content/zh/docs/Developerguide/ALTER-GLOBAL-CONFIGURATION - ../content/zh/docs/Developerguide/ALTER-GROUP - ../content/zh/docs/Developerguide/ALTER-INDEX - ../content/zh/docs/Developerguide/ALTER-LANGUAGE - ../content/zh/docs/Developerguide/ALTER-LARGE-OBJECT - ../content/zh/docs/Developerguide/ALTER-MASKING-POLICY - ../content/zh/docs/Developerguide/Developerguide/ALTER-MATERIALIZED-VIEW - ../content/zh/docs/Developerguide/Developerguide/ALTER-OPERATOR - ../content/zh/docs/Developerguide/docs/Developerguide/ALTER-PUBLICATION - ../content/zh/docs/Developerguide/ALTER-PACKAGE - ../content/zh/docs/Developerguide/ALTER-PROCEDURE - ../content/zh/docs/Developerguide/ALTER-RESOURCE-LABEL - ../content/zh/docs/Developerguide/ALTER-RESOURCE-POOL - ../content/zh/docs/Developerguide/ALTER-ROLE - ../content/zh/docs/Developerguide/ALTER-ROW-LEVEL-SECURITY-POLICY - ../content/zh/docs/Developerguide/ALTER-SCHEMA - ../content/zh/docs/Developerguide/ALTER-SEQUENCE - ../content/zh/docs/Developerguide/ALTER-SERVER - ../content/zh/docs/Developerguide/ALTER-SESSION - ../content/zh/docs/Developerguide/ALTER-SUBSCRIPTION - ../content/zh/docs/Developerguide/ALTER-SYNONYM - ../content/zh/docs/Developerguide/ALTER-SYSTEM-KILL-SESSION - ../content/zh/docs/Developerguide/ALTER-SYSTEM-SET - ../content/zh/docs/Developerguide/ALTER-TABLE - ../content/zh/docs/Developerguide/ALTER-TABLE-PARTITION - ../content/zh/docs/Developerguide/ALTER-TABLE-SUBPARTITION - ../content/zh/docs/Developerguide/ALTER-TABLESPACE - ../content/zh/docs/Developerguide/ALTER-TEXT-SEARCH-CONFIGURATION - ../content/zh/docs/Developerguide/ALTER-TEXT-SEARCH-DICTIONARY - ../content/zh/docs/Developerguide/ALTER-TRIGGER - ../content/zh/docs/Developerguide/ALTER-TYPE - ../content/zh/docs/Developerguide/ALTER-USER - ../content/zh/docs/Developerguide/ALTER-USER-MAPPING - ../content/zh/docs/Developerguide/ALTER-VIEW - ../content/zh/docs/Developerguide/ANALYZE-ANALYSE - ../content/zh/docs/Developerguide/BEGIN - ../content/zh/docs/Developerguide/CALL - ../content/zh/docs/Developerguide/CHECKPOINT - ../content/zh/docs/Developerguide/CLEAN-CONNECTION - ../content/zh/docs/Developerguide/CLOSE - ../content/zh/docs/Developerguide/CLUSTER - ../content/zh/docs/Developerguide/COMMENT - ../content/zh/docs/Developerguide/COMMIT-END - ../content/zh/docs/Developerguide/COMMIT-PREPARED - ../content/zh/docs/Developerguide/COPY - ../content/zh/docs/Developerguide/CREATE-AGGREGATE - ../content/zh/docs/Developerguide/CREATE-AUDIT-POLICY - ../content/zh/docs/Developerguide/CREATE-CAST - ../content/zh/docs/Developerguide/CREATE-CLIENT-MASTER-KEY - ../content/zh/docs/Developerguide/CREATE-COLUMN-ENCRYPTION-KEY - ../content/zh/docs/Developerguide/CREATE-DATABASE - ../content/zh/docs/Developerguide/CREATE-DATA-SOURCE - ../content/zh/docs/Developerguide/CREATE-DIRECTORY - ../content/zh/docs/Developerguide/CREATE-EXTENSION - ../content/zh/docs/Developerguide/CREATE-FOREIGN-TABLE - ../content/zh/docs/Developerguide/CREATE-FUNCTION - ../content/zh/docs/Developerguide/CREATE-GROUP - ../content/zh/docs/Developerguide/CREATE-INCREMENTAL-MATERIALIZED-VIEW - ../content/zh/docs/Developerguide/CREATE-INDEX - ../content/zh/docs/Developerguide/CREATE-LANGUAGE - ../content/zh/docs/Developerguide/CREATE-MASKING-POLICY - ../content/zh/docs/Developerguide/CREATE-MATERIALIZED-VIEW - ../content/zh/docs/Developerguide/CREATE-MODEL - ../content/zh/docs/Developerguide/CREATE-OPERATOR - ../content/zh/docs/Developerguide/CREATE-PACKAGE - ../content/zh/docs/Developerguide/CREATE-PROCEDURE - ../content/zh/docs/Developerguide/CREATE-PUBLICATION - ../content/zh/docs/Developerguide/CREATE-RESOURCE-LABEL - ../content/zh/docs/Developerguide/CREATE-RESOURCE-POOL - ../content/zh/docs/Developerguide/CREATE-ROLE - ../content/zh/docs/Developerguide/CREATE-ROW-LEVEL-SECURITY-POLICY - ../content/zh/docs/Developerguide/CREATE-RULE - ../content/zh/docs/Developerguide/CREATE-SCHEMA - ../content/zh/docs/Developerguide/CREATE-SEQUENCE - ../content/zh/docs/Developerguide/CREATE-SERVER - ../content/zh/docs/Developerguide/CREATE-SUBSCRIPTION - ../content/zh/docs/Developerguide/CREATE-SYNONYM - ../content/zh/docs/Developerguide/CREATE-TABLE - ../content/zh/docs/Developerguide/CREATE-TABLE-AS - ../content/zh/docs/Developerguide/CREATE-TABLE-PARTITION - ../content/zh/docs/Developerguide/CREATE-TABLE-SUBPARTITION - ../content/zh/docs/Developerguide/CREATE-TABLESPACE - ../content/zh/docs/Developerguide/CREATE-TEXT-SEARCH-CONFIGURATION - ../content/zh/docs/Developerguide/CREATE-TEXT-SEARCH-DICTIONARY - ../content/zh/docs/Developerguide/CREATE-TRIGGER - ../content/zh/docs/Developerguide/CREATE-TYPE - ../content/zh/docs/Developerguide/CREATE-USER - ../content/zh/docs/Developerguide/CREATE-USER-MAPPING - ../content/zh/docs/Developerguide/CREATE-VIEW - ../content/zh/docs/Developerguide/CREATE-WEAK-PASSWORD-DICTIONARY - ../content/zh/docs/Developerguide/CURSOR - ../content/zh/docs/Developerguide/DEALLOCATE - ../content/zh/docs/Developerguide/DECLARE - ../content/zh/docs/Developerguide/DELETE - ../content/zh/docs/Developerguide/DO - ../content/zh/docs/Developerguide/DROP-AGGREGATE - ../content/zh/docs/Developerguide/DROP-AUDIT-POLICY - ../content/zh/docs/Developerguide/DROP-CAST - ../content/zh/docs/Developerguide/DROP-CLIENT-MASTER-KEY - ../content/zh/docs/Developerguide/DROP-COLUMN-ENCRYPTION-KEY - ../content/zh/docs/Developerguide/DROP-DATABASE - ../content/zh/docs/Developerguide/DROP-DATA-SOURCE - ../content/zh/docs/Developerguide/DROP-DIRECTORY - ../content/zh/docs/Developerguide/DROP-EXTENSION - ../content/zh/docs/Developerguide/DROP-FOREIGN-TABLE - ../content/zh/docs/Developerguide/DROP-FUNCTION - ../content/zh/docs/Developerguide/DROP-GLOBAL-CONFIGURATION - ../content/zh/docs/Developerguide/DROP-GROUP - ../content/zh/docs/Developerguide/DROP-INDEX - ../content/zh/docs/Developerguide/DROP-LANGUAGE - ../content/zh/docs/Developerguide/DROP-MASKING-POLICY - ../content/zh/docs/Developerguide/DROP-MATERIALIZED-VIEW - ../content/zh/docs/Developerguide/DROP-MODEL - ../content/zh/docs/Developerguide/DROP-OPERATOR - ../content/zh/docs/Developerguide/DROP-OWNED - ../content/zh/docs/Developerguide/DROP-PACKAGE - ../content/zh/docs/Developerguide/DROP-PROCEDURE - ../content/zh/docs/Developerguide/DROP-RESOURCE-LABEL - ../content/zh/docs/Developerguide/DROP-RESOURCE-POOL - ../content/zh/docs/Developerguide/DROP-ROLE - ../content/zh/docs/Developerguide/DROP-ROW-LEVEL-SECURITY-POLICY - ../content/zh/docs/Developerguide/DROP-RULE - ../content/zh/docs/Developerguide/DROP-PUBLICATION - ../content/zh/docs/Developerguide/DROP-SCHEMA - ../content/zh/docs/Developerguide/DROP-SEQUENCE - ../content/zh/docs/Developerguide/DROP-SERVER - ../content/zh/docs/Developerguide/DROP-SUBSCRIPTION - ../content/zh/docs/Developerguide/DROP-SYNONYM - ../content/zh/docs/Developerguide/DROP-TABLE - ../content/zh/docs/Developerguide/DROP-TABLESPACE - ../content/zh/docs/Developerguide/DROP-TEXT-SEARCH-CONFIGURATION - ../content/zh/docs/Developerguide/DROP-TEXT-SEARCH-DICTIONARY - ../content/zh/docs/Developerguide/DROP-TRIGGER - ../content/zh/docs/Developerguide/DROP-TYPE - ../content/zh/docs/Developerguide/DROP-USER - ../content/zh/docs/Developerguide/DROP-USER-MAPPING - ../content/zh/docs/Developerguide/DROP-VIEW - ../content/zh/docs/Developerguide/DROP-WEAK-PASSWORD-DICTIONARY - ../content/zh/docs/Developerguide/EXECUTE - ../content/zh/docs/Developerguide/EXECUTE-DIRECT - ../content/zh/docs/Developerguide/EXPLAIN - ../content/zh/docs/Developerguide/EXPLAIN-PLAN - ../content/zh/docs/Developerguide/FETCH - ../content/zh/docs/Developerguide/GRANT - ../content/zh/docs/Developerguide/INSERT - ../content/zh/docs/Developerguide/LOCK-1 - ../content/zh/docs/Developerguide/MERGE-INTO - ../content/zh/docs/Developerguide/MOVE - ../content/zh/docs/Developerguide/PREDICT-BY - ../content/zh/docs/Developerguide/PREPARE - ../content/zh/docs/Developerguide/PREPARE-TRANSACTION - ../content/zh/docs/Developerguide/PURGE - ../content/zh/docs/Developerguide/REASSIGN-OWNED - ../content/zh/docs/Developerguide/REFRESH-INCREMENTAL-MATERIALIZED-VIEW - ../content/zh/docs/Developerguide/REFRESH-MATERIALIZED-VIEW - ../content/zh/docs/Developerguide/REINDEX - ../content/zh/docs/Developerguide/RELEASE-SAVEPOINT - ../content/zh/docs/Developerguide/RESET - ../content/zh/docs/Developerguide/REVOKE - ../content/zh/docs/Developerguide/ROLLBACK - ../content/zh/docs/Developerguide/ROLLBACK-PREPARED - ../content/zh/docs/Developerguide/ROLLBACK-TO-SAVEPOINT - ../content/zh/docs/Developerguide/SAVEPOINT - ../content/zh/docs/Developerguide/SELECT - ../content/zh/docs/Developerguide/SELECT-INTO - ../content/zh/docs/Developerguide/SET - ../content/zh/docs/Developerguide/SET-CONSTRAINTS - ../content/zh/docs/Developerguide/SET-ROLE - ../content/zh/docs/Developerguide/SET-SESSION-AUTHORIZATION - ../content/zh/docs/Developerguide/SET-TRANSACTION - ../content/zh/docs/Developerguide/SHOW - ../content/zh/docs/Developerguide/SHUTDOWN - ../content/zh/docs/Developerguide/SNAPSHOT - ../content/zh/docs/Developerguide/START-TRANSACTION - ../content/zh/docs/Developerguide/TIMECAPSULE-TABLE - ../content/zh/docs/Developerguide/TRUNCATE - ../content/zh/docs/Developerguide/UPDATE - ../content/zh/docs/Developerguide/VACUUM - ../content/zh/docs/Developerguide/VALUES - ../content/zh/docs/Developerguide/SHRINK - diff --git "a/sphinx/source/Developerguide/SQL\350\260\203\344\274\230\346\214\207\345\215\227.rst" "b/sphinx/source/Developerguide/SQL\350\260\203\344\274\230\346\214\207\345\215\227.rst" deleted file mode 100644 index 5e3e79e45..000000000 --- "a/sphinx/source/Developerguide/SQL\350\260\203\344\274\230\346\214\207\345\215\227.rst" +++ /dev/null @@ -1,15 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/Query执行流程 - SQL执行计划介绍 - ../content/zh/docs/Developerguide/调优流程 - ../content/zh/docs/Developerguide/更新统计信息 - 审视和修改表定义 - 典型SQL调优点 - ../content/zh/docs/Developerguide/经验总结-SQL语句改写规则 - ../content/zh/docs/Developerguide/SQL调优关键参数调整 - 使用Plan-Hint进行调优 - - diff --git a/sphinx/source/Developerguide/Schema01.rst b/sphinx/source/Developerguide/Schema01.rst deleted file mode 100644 index c89b8e949..000000000 --- a/sphinx/source/Developerguide/Schema01.rst +++ /dev/null @@ -1,10 +0,0 @@ - - -.. toctree:: - - Information-Schema - DBE_PERF-Schema - WDR-Snapshot-Schema - DBE_PLDEBUGGER-Schema - DB4AI-Schema - DBE_PLDEVELOPER diff --git a/sphinx/source/Developerguide/Session-Thread.rst b/sphinx/source/Developerguide/Session-Thread.rst deleted file mode 100644 index ed74bbb4f..000000000 --- a/sphinx/source/Developerguide/Session-Thread.rst +++ /dev/null @@ -1,22 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/SESSION_STAT - ../content/zh/docs/Developerguide/GLOBAL_SESSION_STAT - ../content/zh/docs/Developerguide/SESSION_TIME - ../content/zh/docs/Developerguide/GLOBAL_SESSION_TIME - ../content/zh/docs/Developerguide/SESSION_MEMORY - ../content/zh/docs/Developerguide/GLOBAL_SESSION_MEMORY - ../content/zh/docs/Developerguide/SESSION_MEMORY_DETAIL - ../content/zh/docs/Developerguide/GLOBAL_SESSION_MEMORY_DETAIL - ../content/zh/docs/Developerguide/SESSION_STAT_ACTIVITY - ../content/zh/docs/Developerguide/GLOBAL_SESSION_STAT_ACTIVITY - ../content/zh/docs/Developerguide/THREAD_WAIT_STATUS - ../content/zh/docs/Developerguide/GLOBAL_THREAD_WAIT_STATUS - ../content/zh/docs/Developerguide/LOCAL_THREADPOOL_STATUS - ../content/zh/docs/Developerguide/GLOBAL_THREADPOOL_STATUS - ../content/zh/docs/Developerguide/SESSION_CPU_RUNTIME - ../content/zh/docs/Developerguide/SESSION_MEMORY_RUNTIME - ../content/zh/docs/Developerguide/STATEMENT_IOSTAT_COMPLEX_RUNTIME - ../content/zh/docs/Developerguide/LOCAL_ACTIVE_SESSION diff --git "a/sphinx/source/Developerguide/Slow-Query-Diagnosis-\346\205\242SQL\346\240\271\345\233\240\345\210\206\346\236\220.rst" "b/sphinx/source/Developerguide/Slow-Query-Diagnosis-\346\205\242SQL\346\240\271\345\233\240\345\210\206\346\236\220.rst" deleted file mode 100644 index 78d5adbc1..000000000 --- "a/sphinx/source/Developerguide/Slow-Query-Diagnosis-\346\205\242SQL\346\240\271\345\233\240\345\210\206\346\236\220.rst" +++ /dev/null @@ -1,11 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/概述-62 - ../content/zh/docs/Developerguide/环境部署-62 - ../content/zh/docs/Developerguide/使用指导-62 - ../content/zh/docs/Developerguide/获取帮助-62 - ../content/zh/docs/Developerguide/命令参考-62 - ../content/zh/docs/Developerguide/常见问题处理-62 - diff --git "a/sphinx/source/Developerguide/TPCC\346\200\247\350\203\275\350\260\203\344\274\230\346\265\213\350\257\225\346\214\207\345\257\274.rst" "b/sphinx/source/Developerguide/TPCC\346\200\247\350\203\275\350\260\203\344\274\230\346\265\213\350\257\225\346\214\207\345\257\274.rst" deleted file mode 100644 index 1f91edb94..000000000 --- "a/sphinx/source/Developerguide/TPCC\346\200\247\350\203\275\350\260\203\344\274\230\346\265\213\350\257\225\346\214\207\345\257\274.rst" +++ /dev/null @@ -1,7 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/概述-20 - 搭建性能测试环境 - ../content/zh/docs/Developerguide/测试TPCC性能 diff --git a/sphinx/source/Developerguide/Transaction.rst b/sphinx/source/Developerguide/Transaction.rst deleted file mode 100644 index e16c1e003..000000000 --- a/sphinx/source/Developerguide/Transaction.rst +++ /dev/null @@ -1,10 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/TRANSACTIONS_PREPARED_XACTS - ../content/zh/docs/Developerguide/SUMMARY_TRANSACTIONS_PREPARED_XACTS - ../content/zh/docs/Developerguide/GLOBAL_TRANSACTIONS_PREPARED_XACTS - ../content/zh/docs/Developerguide/TRANSACTIONS_RUNNING_XACTS - ../content/zh/docs/Developerguide/SUMMARY_TRANSACTIONS_RUNNING_XACTS - ../content/zh/docs/Developerguide/GLOBAL_TRANSACTIONS_RUNNING_XACTS diff --git a/sphinx/source/Developerguide/Utility.rst b/sphinx/source/Developerguide/Utility.rst deleted file mode 100644 index 1e60979cd..000000000 --- a/sphinx/source/Developerguide/Utility.rst +++ /dev/null @@ -1,22 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/REPLICATION_STAT - ../content/zh/docs/Developerguide/GLOBAL_REPLICATION_STAT - ../content/zh/docs/Developerguide/REPLICATION_SLOTS - ../content/zh/docs/Developerguide/GLOBAL_REPLICATION_SLOTS - ../content/zh/docs/Developerguide/BGWRITER_STAT - ../content/zh/docs/Developerguide/GLOBAL_BGWRITER_STAT - ../content/zh/docs/Developerguide/GLOBAL_CKPT_STATUS - ../content/zh/docs/Developerguide/GLOBAL_DOUBLE_WRITE_STATUS - ../content/zh/docs/Developerguide/GLOBAL_PAGEWRITER_STATUS - ../content/zh/docs/Developerguide/GLOBAL_RECORD_RESET_TIME - ../content/zh/docs/Developerguide/GLOBAL_REDO_STATUS - ../content/zh/docs/Developerguide/GLOBAL_RECOVERY_STATUS - ../content/zh/docs/Developerguide/CLASS_VITAL_INFO - ../content/zh/docs/Developerguide/USER_LOGIN - ../content/zh/docs/Developerguide/SUMMARY_USER_LOGIN - ../content/zh/docs/Developerguide/GLOBAL_GET_BGWRITER_STATUS - ../content/zh/docs/Developerguide/GLOBAL_SINGLE_FLUSH_DW_STATUS - ../content/zh/docs/Developerguide/GLOBAL_CANDIDATE_STATUS \ No newline at end of file diff --git a/sphinx/source/Developerguide/WDR-Snapshot-Schema.rst b/sphinx/source/Developerguide/WDR-Snapshot-Schema.rst deleted file mode 100644 index 15bf02764..000000000 --- a/sphinx/source/Developerguide/WDR-Snapshot-Schema.rst +++ /dev/null @@ -1,9 +0,0 @@ - - -.. toctree:: - - WDR-Snapshot-原信息表 - ../content/zh/docs/Developerguide/WDR-Snapshot-数据表 - ../content/zh/docs/Developerguide/WDR-Snapshot生成性能报告 - 查看WDR报告 - diff --git "a/sphinx/source/Developerguide/WDR-Snapshot-\345\216\237\344\277\241\346\201\257\350\241\250.rst" "b/sphinx/source/Developerguide/WDR-Snapshot-\345\216\237\344\277\241\346\201\257\350\241\250.rst" deleted file mode 100644 index 43c28f713..000000000 --- "a/sphinx/source/Developerguide/WDR-Snapshot-\345\216\237\344\277\241\346\201\257\350\241\250.rst" +++ /dev/null @@ -1,7 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/SNAPSHOT-SNAPSHOT - ../content/zh/docs/Developerguide/SNAPSHOT-TABLES_SNAP_TIMESTAMP - ../content/zh/docs/Developerguide/SNAP_SEQ diff --git a/sphinx/source/Developerguide/Wait-Events.rst b/sphinx/source/Developerguide/Wait-Events.rst deleted file mode 100644 index e3369ec3d..000000000 --- a/sphinx/source/Developerguide/Wait-Events.rst +++ /dev/null @@ -1,6 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/WAIT_EVENTS - ../content/zh/docs/Developerguide/GLOBAL_WAIT_EVENTS \ No newline at end of file diff --git a/sphinx/source/Developerguide/Workload-Manager.rst b/sphinx/source/Developerguide/Workload-Manager.rst deleted file mode 100644 index 3e84e8ffe..000000000 --- a/sphinx/source/Developerguide/Workload-Manager.rst +++ /dev/null @@ -1,6 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/WLM_USER_RESOURCE_CONFIG - ../content/zh/docs/Developerguide/WLM_USER_RESOURCE_RUNTIME \ No newline at end of file diff --git a/sphinx/source/Developerguide/Workload.rst b/sphinx/source/Developerguide/Workload.rst deleted file mode 100644 index 72f991d4a..000000000 --- a/sphinx/source/Developerguide/Workload.rst +++ /dev/null @@ -1,13 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/WORKLOAD_SQL_COUNT - ../content/zh/docs/Developerguide/SUMMARY_WORKLOAD_SQL_COUNT - ../content/zh/docs/Developerguide/WORKLOAD_TRANSACTION - ../content/zh/docs/Developerguide/SUMMARY_WORKLOAD_TRANSACTION - ../content/zh/docs/Developerguide/GLOBAL_WORKLOAD_TRANSACTION - ../content/zh/docs/Developerguide/WORKLOAD_SQL_ELAPSE_TIME - ../content/zh/docs/Developerguide/SUMMARY_WORKLOAD_SQL_ELAPSE_TIME - ../content/zh/docs/Developerguide/USER_TRANSACTION - ../content/zh/docs/Developerguide/GLOBAL_USER_TRANSACTION \ No newline at end of file diff --git "a/sphinx/source/Developerguide/X-Tuner-\345\217\202\346\225\260\350\260\203\344\274\230\344\270\216\350\257\212\346\226\255.rst" "b/sphinx/source/Developerguide/X-Tuner-\345\217\202\346\225\260\350\260\203\344\274\230\344\270\216\350\257\212\346\226\255.rst" deleted file mode 100644 index 36669be04..000000000 --- "a/sphinx/source/Developerguide/X-Tuner-\345\217\202\346\225\260\350\260\203\344\274\230\344\270\216\350\257\212\346\226\255.rst" +++ /dev/null @@ -1,11 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/概述-61 - ../content/zh/docs/Developerguide/使用准备-61 - ../content/zh/docs/Developerguide/使用示例-61 - ../content/zh/docs/Developerguide/获取帮助-61 - ../content/zh/docs/Developerguide/命令参考-61 - ../content/zh/docs/Developerguide/常见问题处理-61 - diff --git "a/sphinx/source/Developerguide/core\351\227\256\351\242\230\345\256\232\344\275\215.rst" "b/sphinx/source/Developerguide/core\351\227\256\351\242\230\345\256\232\344\275\215.rst" deleted file mode 100644 index b05ab9af7..000000000 --- "a/sphinx/source/Developerguide/core\351\227\256\351\242\230\345\256\232\344\275\215.rst" +++ /dev/null @@ -1,7 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/磁盘满故障引起的core问题 - ../content/zh/docs/Developerguide/GUC参数log_directory设置不正确引起的core问题 - ../content/zh/docs/Developerguide/开启RemoveIPC引起的core问题 diff --git a/sphinx/source/Developerguide/dolphin-Extension.rst b/sphinx/source/Developerguide/dolphin-Extension.rst deleted file mode 100644 index aff80ceaf..000000000 --- a/sphinx/source/Developerguide/dolphin-Extension.rst +++ /dev/null @@ -1,8 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/dolphin概述 - ../content/zh/docs/Developerguide/dolphin安装 - ../content/zh/docs/Developerguide/dolphin限制 - dolphin语法介绍 diff --git "a/sphinx/source/Developerguide/dolphin-SQL\345\217\202\350\200\203.rst" "b/sphinx/source/Developerguide/dolphin-SQL\345\217\202\350\200\203.rst" deleted file mode 100644 index 4ed53697d..000000000 --- "a/sphinx/source/Developerguide/dolphin-SQL\345\217\202\350\200\203.rst" +++ /dev/null @@ -1,14 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/dolphin-关键字 - dolphin-数据类型 - ../content/zh/docs/Developerguide/dolphin-常量与宏 - dolphin-函数和操作符 - dolphin-表达式 - ../content/zh/docs/Developerguide/dolphin-类型转换 - ../content/zh/docs/Developerguide/dolphin-DDL语法一览表 - ../content/zh/docs/Developerguide/dolphin-DML语法一览表 - ../content/zh/docs/Developerguide/dolphin-DCL语法一览表 - dolphin-SQL语法 diff --git "a/sphinx/source/Developerguide/dolphin-SQL\350\257\255\346\263\225.rst" "b/sphinx/source/Developerguide/dolphin-SQL\350\257\255\346\263\225.rst" deleted file mode 100644 index 2ce5de748..000000000 --- "a/sphinx/source/Developerguide/dolphin-SQL\350\257\255\346\263\225.rst" +++ /dev/null @@ -1,55 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/dolphin-ALTER-FUNCTION - ../content/zh/docs/Developerguide/dolphin-ALTER-PROCEDURE - ../content/zh/docs/Developerguide/dolphin-ALTER-TABLE - ../content/zh/docs/Developerguide/dolphin-ALTER-TABLE-PARTITION - ../content/zh/docs/Developerguide/dolphin-ALTER-TABLESPACE - ../content/zh/docs/Developerguide/dolphin-ANALYZE-ANALYSE - ../content/zh/docs/Developerguide/dolphin-AST - ../content/zh/docs/Developerguide/dolphin-CREATE-FUNCTION - ../content/zh/docs/Developerguide/dolphin-CREATE-INDEX - ../content/zh/docs/Developerguide/dolphin-CREATE-PROCEDURE - ../content/zh/docs/Developerguide/dolphin-CREATE-TABLE - ../content/zh/docs/Developerguide/dolphin-CREATE-TABLE-AS - ../content/zh/docs/Developerguide/dolphin-CREATE-TABLE-PARTITION - ../content/zh/docs/Developerguide/dolphin-CREATE-TABLESPACE - ../content/zh/docs/Developerguide/dolphin-CREATE-INDEX - ../content/zh/docs/Developerguide/dolphin-DESCRIBE-TABLE - ../content/zh/docs/Developerguide/dolphin-DROP-TABLESPACE - ../content/zh/docs/Developerguide/dolphin-EXECUTE - ../content/zh/docs/Developerguide/dolphin-FLUSH-BINARY-LOGS - ../content/zh/docs/Developerguide/dolphin-GRANT - ../content/zh/docs/Developerguide/dolphin-INSERT - ../content/zh/docs/Developerguide/dolphin-KILL - ../content/zh/docs/Developerguide/dolphin-OPTIMIZE-TABLE - ../content/zh/docs/Developerguide/dolphin-PREPARE - ../content/zh/docs/Developerguide/dolphin-RENAME-USER - ../content/zh/docs/Developerguide/dolphin-REVOKE - ../content/zh/docs/Developerguide/dolphin-SELECT - ../content/zh/docs/Developerguide/dolphin-SET-CHARSET - ../content/zh/docs/Developerguide/dolphin-SET-PASSWORD - ../content/zh/docs/Developerguide/dolphin-SHOW-CHARACTER-SET - ../content/zh/docs/Developerguide/dolphin-SHOW-CHARACTER-SET - ../content/zh/docs/Developerguide/dolphin-SHOW-COLLATION - ../content/zh/docs/Developerguide/dolphin-SHOW_COLUMNS - ../content/zh/docs/Developerguide/dolphin-SHOW-DATABASES - ../content/zh/docs/Developerguide/dolphin-SHOW-FUNCTION-STATUS - ../content/zh/docs/Developerguide/dolphin-SHOW-GRANTS - ../content/zh/docs/Developerguide/dolphin-SHOW-INDEX - ../content/zh/docs/Developerguide/dolphin-SHOW-MASTER-STATUS - ../content/zh/docs/Developerguide/dolphin-SHOW_PLUGINS - ../content/zh/docs/Developerguide/dolphin-SHOW-PROCEDURE-STATUS - ../content/zh/docs/Developerguide/dolphin-SHOW-PROCESSLIST - ../content/zh/docs/Developerguide/dolphin-SHOW-SLAVE-HOSTS - ../content/zh/docs/Developerguide/dolphin-SHOW_TABLES - ../content/zh/docs/Developerguide/dolphin-SHOW-TABLE-STATUS - ../content/zh/docs/Developerguide/dolphin-SHOW-TRIGGERS - ../content/zh/docs/Developerguide/dolphin-UPDATE - ../content/zh/docs/Developerguide/dolphin-USE-DB_NAME - -- **[CHECKSUM TABLE](dolphin-CHECKSUM-TABLE - -- **[GRANT/REVOKE PROXY](dolphin-GRANT-REVOKE-PROXY diff --git "a/sphinx/source/Developerguide/dolphin-\345\207\275\346\225\260\345\222\214\346\223\215\344\275\234\347\254\246.rst" "b/sphinx/source/Developerguide/dolphin-\345\207\275\346\225\260\345\222\214\346\223\215\344\275\234\347\254\246.rst" deleted file mode 100644 index 309d9eaee..000000000 --- "a/sphinx/source/Developerguide/dolphin-\345\207\275\346\225\260\345\222\214\346\223\215\344\275\234\347\254\246.rst" +++ /dev/null @@ -1,15 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/dolphin-赋值操作符 - ../content/zh/docs/Developerguide/dolphin-字符处理函数和操作符 - ../content/zh/docs/Developerguide/dolphin-数字操作函数和操作符 - ../content/zh/docs/Developerguide/dolphin-时间和日期处理函数和操作符 - ../content/zh/docs/Developerguide/dolphin-咨询锁函数 - ../content/zh/docs/Developerguide/dolphin-网络地址函数和操作符 - ../content/zh/docs/Developerguide/dolphin-条件表达式函数 - ../content/zh/docs/Developerguide/dolphin-EXPORT-SET - ../content/zh/docs/Developerguide/dolphin-逻辑操作符 - ../content/zh/docs/Developerguide/dolphin-位串操作函数和操作符 - ../content/zh/docs/Developerguide/dolphin-JSON-JSONB函数和操作符 diff --git "a/sphinx/source/Developerguide/dolphin-\346\225\260\346\215\256\347\261\273\345\236\213.rst" "b/sphinx/source/Developerguide/dolphin-\346\225\260\346\215\256\347\261\273\345\236\213.rst" deleted file mode 100644 index ec16eeec5..000000000 --- "a/sphinx/source/Developerguide/dolphin-\346\225\260\346\215\256\347\261\273\345\236\213.rst" +++ /dev/null @@ -1,9 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/dolphin-数值类型 - ../content/zh/docs/Developerguide/dolphin-字符类型 - ../content/zh/docs/Developerguide/dolphin-日期-时间类型 - ../content/zh/docs/Developerguide/dolphin-位串类型 - ../content/zh/docs/Developerguide/dolphin-枚举类型 diff --git "a/sphinx/source/Developerguide/dolphin-\347\263\273\347\273\237\350\247\206\345\233\276.rst" "b/sphinx/source/Developerguide/dolphin-\347\263\273\347\273\237\350\247\206\345\233\276.rst" deleted file mode 100644 index 82b74644e..000000000 --- "a/sphinx/source/Developerguide/dolphin-\347\263\273\347\273\237\350\247\206\345\233\276.rst" +++ /dev/null @@ -1,6 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/dolphin-PG_TYPE_NONSTRICT_BASIC_VALUE - ../content/zh/docs/Developerguide/dolphin-INDEX_STATISTIC diff --git "a/sphinx/source/Developerguide/dolphin-\350\241\250\350\276\276\345\274\217.rst" "b/sphinx/source/Developerguide/dolphin-\350\241\250\350\276\276\345\274\217.rst" deleted file mode 100644 index e11d8cfc7..000000000 --- "a/sphinx/source/Developerguide/dolphin-\350\241\250\350\276\276\345\274\217.rst" +++ /dev/null @@ -1,5 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/dolphin-条件表达式 \ No newline at end of file diff --git "a/sphinx/source/Developerguide/dolphin\350\257\255\346\263\225\344\273\213\347\273\215.rst" "b/sphinx/source/Developerguide/dolphin\350\257\255\346\263\225\344\273\213\347\273\215.rst" deleted file mode 100644 index c244f2dc4..000000000 --- "a/sphinx/source/Developerguide/dolphin\350\257\255\346\263\225\344\273\213\347\273\215.rst" +++ /dev/null @@ -1,7 +0,0 @@ - - -.. toctree:: - - dolphin-SQL参考 - dolphin-系统视图 - ../content/zh/docs/Developerguide/dolphin-GUC参数说明 diff --git "a/sphinx/source/Developerguide/\344\273\213\347\273\215.rst" "b/sphinx/source/Developerguide/\344\273\213\347\273\215.rst" deleted file mode 100644 index a93843609..000000000 --- "a/sphinx/source/Developerguide/\344\273\213\347\273\215.rst" +++ /dev/null @@ -1,8 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/全文检索概述 - ../content/zh/docs/Developerguide/文档概念 - ../content/zh/docs/Developerguide/基本文本匹配 - ../content/zh/docs/Developerguide/分词器 \ No newline at end of file diff --git "a/sphinx/source/Developerguide/\344\275\277\347\224\250COPY-FROM-STDIN\345\257\274\345\205\245\346\225\260\346\215\256.rst" "b/sphinx/source/Developerguide/\344\275\277\347\224\250COPY-FROM-STDIN\345\257\274\345\205\245\346\225\260\346\215\256.rst" deleted file mode 100644 index 1e19ef566..000000000 --- "a/sphinx/source/Developerguide/\344\275\277\347\224\250COPY-FROM-STDIN\345\257\274\345\205\245\346\225\260\346\215\256.rst" +++ /dev/null @@ -1,9 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/关于COPY-FROM-STDIN导入数据 - ../content/zh/docs/Developerguide/CopyManager类简介 - ../content/zh/docs/Developerguide/处理错误表 - ../content/zh/docs/Developerguide/示例1-通过本地文件导入导出数据 - ../content/zh/docs/Developerguide/示例2-从MY向openGauss数据库进行数据迁移 \ No newline at end of file diff --git "a/sphinx/source/Developerguide/\344\275\277\347\224\250MOT.rst" "b/sphinx/source/Developerguide/\344\275\277\347\224\250MOT.rst" deleted file mode 100644 index 1e96b0b2f..000000000 --- "a/sphinx/source/Developerguide/\344\275\277\347\224\250MOT.rst" +++ /dev/null @@ -1,10 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide//MOT使用概述 - MOT准备 - MOT部署 - MOT使用 - MOT管理 - ../content/zh/docs/Developerguide/MOT样例TPC-C基准 diff --git "a/sphinx/source/Developerguide/\344\275\277\347\224\250Plan-Hint\350\277\233\350\241\214\350\260\203\344\274\230.rst" "b/sphinx/source/Developerguide/\344\275\277\347\224\250Plan-Hint\350\277\233\350\241\214\350\260\203\344\274\230.rst" deleted file mode 100644 index 8db894d15..000000000 --- "a/sphinx/source/Developerguide/\344\275\277\347\224\250Plan-Hint\350\277\233\350\241\214\350\260\203\344\274\230.rst" +++ /dev/null @@ -1,17 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/Plan-Hint调优概述 - ../content/zh/docs/Developerguide/Join顺序的Hint - ../content/zh/docs/Developerguide/Join方式的Hint - ../content/zh/docs/Developerguide/行数的Hint - ../content/zh/docs/Developerguide/Scan方式的Hint - ../content/zh/docs/Developerguide/子链接块名的hint - ../content/zh/docs/Developerguide/Hint的错误-冲突及告警 - ../content/zh/docs/Developerguide/优化器GUC参数的Hint - ../content/zh/docs/Developerguide/Custom-Plan和Generic-Plan选择的Hint - ../content/zh/docs/Developerguide/指定子查询不展开的Hint - ../content/zh/docs/Developerguide/指定不使用全局计划缓存的Hint - ../content/zh/docs/Developerguide/同层参数化路径的Hint - diff --git "a/sphinx/source/Developerguide/\344\275\277\347\224\250gs_dump\345\222\214gs_dumpall\345\221\275\344\273\244\345\257\274\345\207\272\346\225\260\346\215\256.rst" "b/sphinx/source/Developerguide/\344\275\277\347\224\250gs_dump\345\222\214gs_dumpall\345\221\275\344\273\244\345\257\274\345\207\272\346\225\260\346\215\256.rst" deleted file mode 100644 index a8b6d1cb5..000000000 --- "a/sphinx/source/Developerguide/\344\275\277\347\224\250gs_dump\345\222\214gs_dumpall\345\221\275\344\273\244\345\257\274\345\207\272\346\225\260\346\215\256.rst" +++ /dev/null @@ -1,9 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/概述-5 - 导出单个数据库 - 导出所有数据库 - - diff --git "a/sphinx/source/Developerguide/\345\205\250\346\226\207\346\243\200\347\264\242.rst" "b/sphinx/source/Developerguide/\345\205\250\346\226\207\346\243\200\347\264\242.rst" deleted file mode 100644 index c67524a87..000000000 --- "a/sphinx/source/Developerguide/\345\205\250\346\226\207\346\243\200\347\264\242.rst" +++ /dev/null @@ -1,13 +0,0 @@ - - -.. toctree:: - - 介绍 - 表和索引 - 控制文本搜索 - 附加功能 - ../content/zh/docs/Developerguide/解析器 - 词典 - ../content/zh/docs/Developerguide/配置示例 - 测试和调试文本搜索 - ../content/zh/docs/Developerguide/限制约束 \ No newline at end of file diff --git "a/sphinx/source/Developerguide/\345\205\250\346\265\201\347\250\213AI.rst" "b/sphinx/source/Developerguide/\345\205\250\346\265\201\347\250\213AI.rst" deleted file mode 100644 index 16fdb02de..000000000 --- "a/sphinx/source/Developerguide/\345\205\250\346\265\201\347\250\213AI.rst" +++ /dev/null @@ -1,6 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/PLPython-Fenced模式 - ../content/zh/docs/Developerguide/DB4AI-Snapshots数据版本管理 diff --git "a/sphinx/source/Developerguide/\345\205\250\351\207\217\347\211\251\345\214\226\350\247\206\345\233\276.rst" "b/sphinx/source/Developerguide/\345\205\250\351\207\217\347\211\251\345\214\226\350\247\206\345\233\276.rst" deleted file mode 100644 index cc109e50a..000000000 --- "a/sphinx/source/Developerguide/\345\205\250\351\207\217\347\211\251\345\214\226\350\247\206\345\233\276.rst" +++ /dev/null @@ -1,7 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/概述-19 - ../content/zh/docs/Developerguide/使用 - ../content/zh/docs/Developerguide/支持和约束 diff --git "a/sphinx/source/Developerguide/\345\205\266\344\273\226\346\223\215\344\275\234.rst" "b/sphinx/source/Developerguide/\345\205\266\344\273\226\346\223\215\344\275\234.rst" deleted file mode 100644 index f652c2c3c..000000000 --- "a/sphinx/source/Developerguide/\345\205\266\344\273\226\346\223\215\344\275\234.rst" +++ /dev/null @@ -1,9 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/创建和管理schema - ../content/zh/docs/Developerguide/创建和管理分区表 - ../content/zh/docs/Developerguide/创建和管理索引 - ../content/zh/docs/Developerguide/创建和管理视图 - ../content/zh/docs/Developerguide/创建和管理序列 \ No newline at end of file diff --git "a/sphinx/source/Developerguide/\345\205\266\344\273\226\350\257\255\345\217\245.rst" "b/sphinx/source/Developerguide/\345\205\266\344\273\226\350\257\255\345\217\245.rst" deleted file mode 100644 index 91f713677..000000000 --- "a/sphinx/source/Developerguide/\345\205\266\344\273\226\350\257\255\345\217\245.rst" +++ /dev/null @@ -1,6 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/锁操作 - ../content/zh/docs/Developerguide/游标操作 \ No newline at end of file diff --git "a/sphinx/source/Developerguide/\345\205\270\345\236\213SQL\350\260\203\344\274\230\347\202\271.rst" "b/sphinx/source/Developerguide/\345\205\270\345\236\213SQL\350\260\203\344\274\230\347\202\271.rst" deleted file mode 100644 index 204a669f5..000000000 --- "a/sphinx/source/Developerguide/\345\205\270\345\236\213SQL\350\260\203\344\274\230\347\202\271.rst" +++ /dev/null @@ -1,8 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/SQL自诊断 - ../content/zh/docs/Developerguide/子查询调优 - ../content/zh/docs/Developerguide/统计信息调优 - ../content/zh/docs/Developerguide/算子级调优 diff --git "a/sphinx/source/Developerguide/\345\206\205\345\255\230\350\241\250\347\211\271\346\200\247.rst" "b/sphinx/source/Developerguide/\345\206\205\345\255\230\350\241\250\347\211\271\346\200\247.rst" deleted file mode 100644 index 07ca6936a..000000000 --- "a/sphinx/source/Developerguide/\345\206\205\345\255\230\350\241\250\347\211\271\346\200\247.rst" +++ /dev/null @@ -1,10 +0,0 @@ - - -.. toctree:: - - MOT介绍 - 使用MOT - MOT的概念 - 附录-2 - - diff --git "a/sphinx/source/Developerguide/\345\207\275\346\225\260\345\222\214\346\223\215\344\275\234\347\254\246.rst" "b/sphinx/source/Developerguide/\345\207\275\346\225\260\345\222\214\346\223\215\344\275\234\347\254\246.rst" deleted file mode 100644 index 29c5e686d..000000000 --- "a/sphinx/source/Developerguide/\345\207\275\346\225\260\345\222\214\346\223\215\344\275\234\347\254\246.rst" +++ /dev/null @@ -1,43 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/逻辑操作符 - ../content/zh/docs/Developerguide/比较操作符 - ../content/zh/docs/Developerguide/字符处理函数和操作符 - ../content/zh/docs/Developerguide/二进制字符串函数和操作符 - ../content/zh/docs/Developerguide/位串函数和操作符 - ../content/zh/docs/Developerguide/模式匹配操作符 - ../content/zh/docs/Developerguide/数字操作函数和操作符 - ../content/zh/docs/Developerguide/时间和日期处理函数和操作符 - ../content/zh/docs/Developerguide/类型转换函数 - ../content/zh/docs/Developerguide/几何函数和操作符 - ../content/zh/docs/Developerguide/网络地址函数和操作符 - ../content/zh/docs/Developerguide/文本检索函数和操作符 - ../content/zh/docs/Developerguide/JSON-JSONB函数和操作符 - ../content/zh/docs/Developerguide/HLL函数和操作符 - ../content/zh/docs/Developerguide/SEQUENCE函数 - ../content/zh/docs/Developerguide/数组函数和操作符 - ../content/zh/docs/Developerguide/范围函数和操作符 - ../content/zh/docs/Developerguide/聚集函数 - ../content/zh/docs/Developerguide/窗口函数 - ../content/zh/docs/Developerguide/安全函数 - ../content/zh/docs/Developerguide/账本数据库的函数 - ../content/zh/docs/Developerguide/密态等值的函数 - ../content/zh/docs/Developerguide/返回集合的函数 - ../content/zh/docs/Developerguide/条件表达式函数 - ../content/zh/docs/Developerguide/系统信息函数 - 系统管理函数 - ../content/zh/docs/Developerguide/统计信息函数 - ../content/zh/docs/Developerguide/触发器函数 - ../content/zh/docs/Developerguide/HashFunc函数 - ../content/zh/docs/Developerguide/提示信息函数 - ../content/zh/docs/Developerguide/全局临时表函数 - ../content/zh/docs/Developerguide/故障注入系统函数 - ../content/zh/docs/Developerguide/AI特性函数 - ../content/zh/docs/Developerguide/动态数据脱敏函数 - ../content/zh/docs/Developerguide/其他系统函数 - ../content/zh/docs/Developerguide/内部函数 - ../content/zh/docs/Developerguide/Global-SysCache特性函数 - ../content/zh/docs/Developerguide/数据损坏检测修复函数 - ../content/zh/docs/Developerguide/废弃函数 diff --git "a/sphinx/source/Developerguide/\345\210\233\345\273\272\345\222\214\347\256\241\347\220\206\350\241\250.rst" "b/sphinx/source/Developerguide/\345\210\233\345\273\272\345\222\214\347\256\241\347\220\206\350\241\250.rst" deleted file mode 100644 index 8358b35d4..000000000 --- "a/sphinx/source/Developerguide/\345\210\233\345\273\272\345\222\214\347\256\241\347\220\206\350\241\250.rst" +++ /dev/null @@ -1,9 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/创建表 - ../content/zh/docs/Developerguide/向表中插入数据 - ../content/zh/docs/Developerguide/更新表中数据 - ../content/zh/docs/Developerguide/查看数据 - ../content/zh/docs/Developerguide/删除表中数据 \ No newline at end of file diff --git "a/sphinx/source/Developerguide/\345\212\250\346\200\201\350\257\255\345\217\245.rst" "b/sphinx/source/Developerguide/\345\212\250\346\200\201\350\257\255\345\217\245.rst" deleted file mode 100644 index 585bc4ded..000000000 --- "a/sphinx/source/Developerguide/\345\212\250\346\200\201\350\257\255\345\217\245.rst" +++ /dev/null @@ -1,8 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/执行动态查询语句 - ../content/zh/docs/Developerguide/执行动态非查询语句 - ../content/zh/docs/Developerguide/动态调用存储过程 - ../content/zh/docs/Developerguide/动态调用匿名块 diff --git "a/sphinx/source/Developerguide/\345\217\214\346\234\272\345\244\215\345\210\266.rst" "b/sphinx/source/Developerguide/\345\217\214\346\234\272\345\244\215\345\210\266.rst" deleted file mode 100644 index 1c773ed6a..000000000 --- "a/sphinx/source/Developerguide/\345\217\214\346\234\272\345\244\215\345\210\266.rst" +++ /dev/null @@ -1,7 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/发送端服务器 - ../content/zh/docs/Developerguide/主服务器 - ../content/zh/docs/Developerguide/备服务器 diff --git "a/sphinx/source/Developerguide/\345\217\221\345\270\203\350\256\242\351\230\205.rst" "b/sphinx/source/Developerguide/\345\217\221\345\270\203\350\256\242\351\230\205.rst" deleted file mode 100644 index 323895dbf..000000000 --- "a/sphinx/source/Developerguide/\345\217\221\345\270\203\350\256\242\351\230\205.rst" +++ /dev/null @@ -1,13 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/发布 - ../content/zh/docs/Developerguide/订阅 - ../content/zh/docs/Developerguide/冲突处理 - ../content/zh/docs/Developerguide/限制 - ../content/zh/docs/Developerguide/架构 - ../content/zh/docs/Developerguide/监控 - ../content/zh/docs/Developerguide/安全性 - ../content/zh/docs/Developerguide/配置设置 - ../content/zh/docs/Developerguide/快速设置 diff --git "a/sphinx/source/Developerguide/\345\217\226\346\266\210\346\255\243\345\234\250\345\244\204\347\220\206\347\232\204\346\237\245\350\257\242.rst" "b/sphinx/source/Developerguide/\345\217\226\346\266\210\346\255\243\345\234\250\345\244\204\347\220\206\347\232\204\346\237\245\350\257\242.rst" deleted file mode 100644 index b0662806b..000000000 --- "a/sphinx/source/Developerguide/\345\217\226\346\266\210\346\255\243\345\234\250\345\244\204\347\220\206\347\232\204\346\237\245\350\257\242.rst" +++ /dev/null @@ -1,7 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/PQgetCancel - ../content/zh/docs/Developerguide/PQfreeCancel - ../content/zh/docs/Developerguide/PQcancel \ No newline at end of file diff --git "a/sphinx/source/Developerguide/\345\237\272\344\272\216JDBC\345\274\200\345\217\221.rst" "b/sphinx/source/Developerguide/\345\237\272\344\272\216JDBC\345\274\200\345\217\221.rst" deleted file mode 100644 index a178b14dc..000000000 --- "a/sphinx/source/Developerguide/\345\237\272\344\272\216JDBC\345\274\200\345\217\221.rst" +++ /dev/null @@ -1,22 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/JDBC包-驱动类和环境类 - ../content/zh/docs/Developerguide/开发流程 - ../content/zh/docs/Developerguide/加载驱动 - ../content/zh/docs/Developerguide/连接数据库-0 - ../content/zh/docs/Developerguide/连接数据库_以SSL方式 - ../content/zh/docs/Developerguide/连接数据库_UDS方式 - ../content/zh/docs/Developerguide/执行SQL语句 - ../content/zh/docs/Developerguide/处理结果集 - ../content/zh/docs/Developerguide/关闭连接 - ../content/zh/docs/Developerguide/日志管理 - ../content/zh/docs/Developerguide/示例-常用操作 - ../content/zh/docs/Developerguide/示例-重新执行应用SQL - ../content/zh/docs/Developerguide/示例-通过本地文件导入导出数据 - ../content/zh/docs/Developerguide/示例-从MY向openGauss进行数据迁移 - ../content/zh/docs/Developerguide/示例-逻辑复制代码示例 - ../content/zh/docs/Developerguide/示例-不同场景下连接数据库参数配置 - ../content/zh/docs/Developerguide/JDBC接口参考 - ../content/zh/docs/Developerguide/JDBC常用参数参考 diff --git "a/sphinx/source/Developerguide/\345\237\272\344\272\216ODBC\345\274\200\345\217\221.rst" "b/sphinx/source/Developerguide/\345\237\272\344\272\216ODBC\345\274\200\345\217\221.rst" deleted file mode 100644 index 26fd8fc18..000000000 --- "a/sphinx/source/Developerguide/\345\237\272\344\272\216ODBC\345\274\200\345\217\221.rst" +++ /dev/null @@ -1,10 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/ODBC包及依赖的库和头文件 - ../content/zh/docs/Developerguide/Linux下配置数据源 - ../content/zh/docs/Developerguide/开发流程-1 - ../content/zh/docs/Developerguide/示例-常用功能和批量绑定 - ../content/zh/docs/Developerguide/典型应用场景配置 - ../content/zh/docs/Developerguide/ODBC接口参考 diff --git "a/sphinx/source/Developerguide/\345\237\272\344\272\216Psycopg\345\274\200\345\217\221.rst" "b/sphinx/source/Developerguide/\345\237\272\344\272\216Psycopg\345\274\200\345\217\221.rst" deleted file mode 100644 index a8410df85..000000000 --- "a/sphinx/source/Developerguide/\345\237\272\344\272\216Psycopg\345\274\200\345\217\221.rst" +++ /dev/null @@ -1,14 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/Psycopg包 - ../content/zh/docs/Developerguide/开发流程-2 - ../content/zh/docs/Developerguide/加载驱动-1 - ../content/zh/docs/Developerguide/连接数据库-1 - ../content/zh/docs/Developerguide/执行SQL语句-1 - ../content/zh/docs/Developerguide/处理结果集-1 - ../content/zh/docs/Developerguide/关闭连接-1 - ../content/zh/docs/Developerguide/连接数据库_SSL方式_1 - ../content/zh/docs/Developerguide/示例-常用操作-1 - ../content/zh/docs/Developerguide/Psycopg接口参考 \ No newline at end of file diff --git "a/sphinx/source/Developerguide/\345\237\272\344\272\216libpq\345\274\200\345\217\221.rst" "b/sphinx/source/Developerguide/\345\237\272\344\272\216libpq\345\274\200\345\217\221.rst" deleted file mode 100644 index dafa27c15..000000000 --- "a/sphinx/source/Developerguide/\345\237\272\344\272\216libpq\345\274\200\345\217\221.rst" +++ /dev/null @@ -1,9 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/libpq使用依赖的头文件 - ../content/zh/docs/Developerguide/开发流程-0 - ../content/zh/docs/Developerguide/示例-50 - ../content/zh/docs/Developerguide/libpq接口参考 - ../content/zh/docs/Developerguide/链接参数 \ No newline at end of file diff --git "a/sphinx/source/Developerguide/\345\237\272\346\234\254\350\257\255\345\217\245.rst" "b/sphinx/source/Developerguide/\345\237\272\346\234\254\350\257\255\345\217\245.rst" deleted file mode 100644 index 50643e0b6..000000000 --- "a/sphinx/source/Developerguide/\345\237\272\346\234\254\350\257\255\345\217\245.rst" +++ /dev/null @@ -1,8 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/定义变量 - ../content/zh/docs/Developerguide/赋值语句 - ../content/zh/docs/Developerguide/调用语句 - diff --git "a/sphinx/source/Developerguide/\345\237\272\347\241\200\346\216\245\345\217\243.rst" "b/sphinx/source/Developerguide/\345\237\272\347\241\200\346\216\245\345\217\243.rst" deleted file mode 100644 index 16ca3c542..000000000 --- "a/sphinx/source/Developerguide/\345\237\272\347\241\200\346\216\245\345\217\243.rst" +++ /dev/null @@ -1,5 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/PKG_SERVICE diff --git "a/sphinx/source/Developerguide/\345\242\236\351\207\217\347\211\251\345\214\226\350\247\206\345\233\276.rst" "b/sphinx/source/Developerguide/\345\242\236\351\207\217\347\211\251\345\214\226\350\247\206\345\233\276.rst" deleted file mode 100644 index 98f56e1a5..000000000 --- "a/sphinx/source/Developerguide/\345\242\236\351\207\217\347\211\251\345\214\226\350\247\206\345\233\276.rst" +++ /dev/null @@ -1,7 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide//概述-0 - ../content/zh/docs/Developerguide/使用-1 - ../content/zh/docs/Developerguide/支持和约束-1 diff --git "a/sphinx/source/Developerguide/\345\243\260\346\230\216\350\257\255\346\263\225.rst" "b/sphinx/source/Developerguide/\345\243\260\346\230\216\350\257\255\346\263\225.rst" deleted file mode 100644 index 29acf5268..000000000 --- "a/sphinx/source/Developerguide/\345\243\260\346\230\216\350\257\255\346\263\225.rst" +++ /dev/null @@ -1,8 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/基本结构 - ../content/zh/docs/Developerguide/匿名块 - ../content/zh/docs/Developerguide/子程序 - diff --git "a/sphinx/source/Developerguide/\345\255\230\345\202\250\350\277\207\347\250\213.rst" "b/sphinx/source/Developerguide/\345\255\230\345\202\250\350\277\207\347\250\213.rst" deleted file mode 100644 index fa521599b..000000000 --- "a/sphinx/source/Developerguide/\345\255\230\345\202\250\350\277\207\347\250\213.rst" +++ /dev/null @@ -1,20 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/存储过程-18 - ../content/zh/docs/Developerguide/数据类型-19 - ../content/zh/docs/Developerguide/数据类型转换 - 数组-集合和record - 声明语法 - 基本语句 - 动态语句 - 控制语句 - ../content/zh/docs/Developerguide/事务管理 - 其他语句 - 游标 - 高级包 - ../content/zh/docs/Developerguide/Retry管理 - ../content/zh/docs/Developerguide/调试-20 - ../content/zh/docs/Developerguide/package - diff --git "a/sphinx/source/Developerguide/\345\256\236\351\231\205\350\260\203\344\274\230\346\241\210\344\276\213.rst" "b/sphinx/source/Developerguide/\345\256\236\351\231\205\350\260\203\344\274\230\346\241\210\344\276\213.rst" deleted file mode 100644 index 7d85f62f2..000000000 --- "a/sphinx/source/Developerguide/\345\256\236\351\231\205\350\260\203\344\274\230\346\241\210\344\276\213.rst" +++ /dev/null @@ -1,12 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/案例-调整查询重写GUC参数rewrite_rule - ../content/zh/docs/Developerguide/案例-调整I-O相关参数降低日志膨胀率 - ../content/zh/docs/Developerguide/案例-建立合适的索引 - ../content/zh/docs/Developerguide/案例-增加JOIN列非空条件 - ../content/zh/docs/Developerguide/案例-改建分区表 - ../content/zh/docs/Developerguide/案例-改写SQL消除子查询_案例1 - ../content/zh/docs/Developerguide/案例-改写SQL消除子查询_案例2 - ../content/zh/docs/Developerguide/案例-改写SQL消除in-clause diff --git "a/sphinx/source/Developerguide/\345\256\241\350\247\206\345\222\214\344\277\256\346\224\271\350\241\250\345\256\232\344\271\211.rst" "b/sphinx/source/Developerguide/\345\256\241\350\247\206\345\222\214\344\277\256\346\224\271\350\241\250\345\256\232\344\271\211.rst" deleted file mode 100644 index 5e4324d6e..000000000 --- "a/sphinx/source/Developerguide/\345\256\241\350\247\206\345\222\214\344\277\256\346\224\271\350\241\250\345\256\232\344\271\211.rst" +++ /dev/null @@ -1,10 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/审视和修改表定义概述 - ../content/zh/docs/Developerguide/选择存储模型 - ../content/zh/docs/Developerguide/使用局部聚簇 - ../content/zh/docs/Developerguide/使用分区表 - ../content/zh/docs/Developerguide/选择数据类型 - diff --git "a/sphinx/source/Developerguide/\345\256\241\350\256\241.rst" "b/sphinx/source/Developerguide/\345\256\241\350\256\241.rst" deleted file mode 100644 index dc5f48759..000000000 --- "a/sphinx/source/Developerguide/\345\256\241\350\256\241.rst" +++ /dev/null @@ -1,7 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/审计开关 - ../content/zh/docs/Developerguide/用户和权限审计 - ../content/zh/docs/Developerguide/操作审计 diff --git "a/sphinx/source/Developerguide/\345\256\242\346\210\267\347\253\257\346\216\245\345\205\245\350\256\244\350\257\201.rst" "b/sphinx/source/Developerguide/\345\256\242\346\210\267\347\253\257\346\216\245\345\205\245\350\256\244\350\257\201.rst" deleted file mode 100644 index 606e4f384..000000000 --- "a/sphinx/source/Developerguide/\345\256\242\346\210\267\347\253\257\346\216\245\345\205\245\350\256\244\350\257\201.rst" +++ /dev/null @@ -1,10 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/配置客户端接入认证 - ../content/zh/docs/Developerguide/配置文件参考 - ../content/zh/docs/Developerguide/用SSL进行安全的TCP-IP连接 - ../content/zh/docs/Developerguide/用SSH隧道进行安全的TCP-IP连接 - ../content/zh/docs/Developerguide/查看数据库连接数 - SSL证书管理 diff --git "a/sphinx/source/Developerguide/\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.rst" "b/sphinx/source/Developerguide/\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.rst" deleted file mode 100644 index e69414673..000000000 --- "a/sphinx/source/Developerguide/\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.rst" +++ /dev/null @@ -1,7 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/语句行为 - ../content/zh/docs/Developerguide/区域和格式化 - ../content/zh/docs/Developerguide/其他缺省 diff --git "a/sphinx/source/Developerguide/\345\257\274\345\205\245\346\225\260\346\215\256.rst" "b/sphinx/source/Developerguide/\345\257\274\345\205\245\346\225\260\346\215\256.rst" deleted file mode 100644 index bd3e36a03..000000000 --- "a/sphinx/source/Developerguide/\345\257\274\345\205\245\346\225\260\346\215\256.rst" +++ /dev/null @@ -1,13 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/通过INSERT语句直接写入数据 - 使用COPY-FROM-STDIN导入数据 - ../content/zh/docs/Developerguide/使用gsql元命令导入数据 - ../content/zh/docs/Developerguide/使用gs_restore命令导入数据 - 更新表中数据-4 - 深层复制 - ../content/zh/docs/Developerguide/分析表 - ../content/zh/docs/Developerguide/对表执行VACUUM - 管理并发写入操作 diff --git "a/sphinx/source/Developerguide/\345\257\274\345\207\272\345\215\225\344\270\252\346\225\260\346\215\256\345\272\223.rst" "b/sphinx/source/Developerguide/\345\257\274\345\207\272\345\215\225\344\270\252\346\225\260\346\215\256\345\272\223.rst" deleted file mode 100644 index 3a72e41d9..000000000 --- "a/sphinx/source/Developerguide/\345\257\274\345\207\272\345\215\225\344\270\252\346\225\260\346\215\256\345\272\223.rst" +++ /dev/null @@ -1,8 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/导出数据库 - ../content/zh/docs/Developerguide/导出模式 - ../content/zh/docs/Developerguide/导出表 - diff --git "a/sphinx/source/Developerguide/\345\257\274\345\207\272\346\211\200\346\234\211\346\225\260\346\215\256\345\272\223.rst" "b/sphinx/source/Developerguide/\345\257\274\345\207\272\346\211\200\346\234\211\346\225\260\346\215\256\345\272\223.rst" deleted file mode 100644 index da2e35a40..000000000 --- "a/sphinx/source/Developerguide/\345\257\274\345\207\272\346\211\200\346\234\211\346\225\260\346\215\256\345\272\223.rst" +++ /dev/null @@ -1,8 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/导出所有数据库-6 - ../content/zh/docs/Developerguide/导出全局对象 - ../content/zh/docs/Developerguide/无权限角色导出数据 - diff --git "a/sphinx/source/Developerguide/\345\257\274\345\207\272\346\225\260\346\215\256.rst" "b/sphinx/source/Developerguide/\345\257\274\345\207\272\346\225\260\346\215\256.rst" deleted file mode 100644 index b1a0eee2f..000000000 --- "a/sphinx/source/Developerguide/\345\257\274\345\207\272\346\225\260\346\215\256.rst" +++ /dev/null @@ -1,6 +0,0 @@ - - -.. toctree:: - - 使用gs_dump和gs_dumpall命令导出数据 - diff --git "a/sphinx/source/Developerguide/\345\267\245\345\205\267\345\257\271\346\216\245.rst" "b/sphinx/source/Developerguide/\345\267\245\345\205\267\345\257\271\346\216\245.rst" deleted file mode 100644 index 3551392eb..000000000 --- "a/sphinx/source/Developerguide/\345\267\245\345\205\267\345\257\271\346\216\245.rst" +++ /dev/null @@ -1,6 +0,0 @@ - -.. toctree:: - - ../content/zh/docs/Developerguide/JDBC配置 - - diff --git "a/sphinx/source/Developerguide/\345\270\270\350\247\201\346\225\205\351\232\234\345\256\232\344\275\215\346\214\207\345\215\227.rst" "b/sphinx/source/Developerguide/\345\270\270\350\247\201\346\225\205\351\232\234\345\256\232\344\275\215\346\214\207\345\215\227.rst" deleted file mode 100644 index e59de1ff4..000000000 --- "a/sphinx/source/Developerguide/\345\270\270\350\247\201\346\225\205\351\232\234\345\256\232\344\275\215\346\214\207\345\215\227.rst" +++ /dev/null @@ -1,7 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/常见故障定位手段 - 常见故障定位案例 - diff --git "a/sphinx/source/Developerguide/\345\270\270\350\247\201\346\225\205\351\232\234\345\256\232\344\275\215\346\241\210\344\276\213.rst" "b/sphinx/source/Developerguide/\345\270\270\350\247\201\346\225\205\351\232\234\345\256\232\344\275\215\346\241\210\344\276\213.rst" deleted file mode 100644 index 7a2874bd7..000000000 --- "a/sphinx/source/Developerguide/\345\270\270\350\247\201\346\225\205\351\232\234\345\256\232\344\275\215\346\241\210\344\276\213.rst" +++ /dev/null @@ -1,28 +0,0 @@ - - -.. toctree:: - - core问题定位 - ../content/zh/docs/Developerguide/TPCC运行时-注入磁盘满故障-TPCC卡住的问题 - ../content/zh/docs/Developerguide/备机处于need-repair_WAL_状态问题 - ../content/zh/docs/Developerguide/内存不足问题 - ../content/zh/docs/Developerguide/服务启动失败 - ../content/zh/docs/Developerguide/出现-Error-No-space-left-on-device-提示 - ../content/zh/docs/Developerguide/在XFS文件系统中-使用du命令查询数据文件大小大于文件实际大小 - ../content/zh/docs/Developerguide/在XFS文件系统中-出现文件损坏 - ../content/zh/docs/Developerguide/switchover操作时-主机降备卡住 - ../content/zh/docs/Developerguide/分析查询语句长时间运行的问题 - ../content/zh/docs/Developerguide/分析查询语句运行状态 - ../content/zh/docs/Developerguide/强制结束指定的问题会话 - ../content/zh/docs/Developerguide/分析查询语句是否被阻塞 - ../content/zh/docs/Developerguide/分析查询效率异常降低的问题 - ../content/zh/docs/Developerguide/执行-SQL-语句时-提示-Lock-wait-timeout - ../content/zh/docs/Developerguide/VACUUM-FULL一张表后-表文件大小无变化 - ../content/zh/docs/Developerguide/执行修改表分区操作时报错 - ../content/zh/docs/Developerguide/不同用户查询同表显示数据不同 - ../content/zh/docs/Developerguide/修改索引时只调用索引名提示索引不存在 - ../content/zh/docs/Developerguide/重建索引失败 - ../content/zh/docs/Developerguide/业务运行时整数转换错 - ../content/zh/docs/Developerguide/高并发报错-too-many-clients-already-或无法创建线程 - ../content/zh/docs/Developerguide/btree-索引故障情况下应对策略 - ../content/zh/docs/Developerguide/TPCC高并发长稳运行因脏页刷盘效率导致性能下降 diff --git "a/sphinx/source/Developerguide/\345\271\266\345\217\221\345\206\231\345\205\245\347\244\272\344\276\213.rst" "b/sphinx/source/Developerguide/\345\271\266\345\217\221\345\206\231\345\205\245\347\244\272\344\276\213.rst" deleted file mode 100644 index 4e41a6b53..000000000 --- "a/sphinx/source/Developerguide/\345\271\266\345\217\221\345\206\231\345\205\245\347\244\272\344\276\213.rst" +++ /dev/null @@ -1,8 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/相同表的INSERT和DELETE并发 - ../content/zh/docs/Developerguide/相同表的并发INSERT - ../content/zh/docs/Developerguide/相同表的并发UPDATE - ../content/zh/docs/Developerguide/数据导入和查询的并发 \ No newline at end of file diff --git "a/sphinx/source/Developerguide/\345\272\224\347\224\250\347\250\213\345\272\217\345\274\200\345\217\221\346\225\231\347\250\213.rst" "b/sphinx/source/Developerguide/\345\272\224\347\224\250\347\250\213\345\272\217\345\274\200\345\217\221\346\225\231\347\250\213.rst" deleted file mode 100644 index 890abde47..000000000 --- "a/sphinx/source/Developerguide/\345\272\224\347\224\250\347\250\213\345\272\217\345\274\200\345\217\221\346\225\231\347\250\213.rst" +++ /dev/null @@ -1,10 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/开发规范 - 基于JDBC开发 - 基于ODBC开发 - ../content/zh/docs/Developerguide/基于libpq开发 - ../content/zh/docs/Developerguide/基于Psycopg开发 - ../content/zh/docs/Developerguide/调试 \ No newline at end of file diff --git "a/sphinx/source/Developerguide/\345\274\200\345\217\221\350\256\276\350\256\241\345\273\272\350\256\256.rst" "b/sphinx/source/Developerguide/\345\274\200\345\217\221\350\256\276\350\256\241\345\273\272\350\256\256.rst" deleted file mode 100644 index 8594309be..000000000 --- "a/sphinx/source/Developerguide/\345\274\200\345\217\221\350\256\276\350\256\241\345\273\272\350\256\256.rst" +++ /dev/null @@ -1,10 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/开发设计建议概述 - ../content/zh/docs/Developerguide/数据库对象命名 - 数据库对象设计 - 工具对接 - ../content/zh/docs/Developerguide/SQL编写 - diff --git "a/sphinx/source/Developerguide/\345\274\202\346\255\245\345\221\275\344\273\244\345\244\204\347\220\206.rst" "b/sphinx/source/Developerguide/\345\274\202\346\255\245\345\221\275\344\273\244\345\244\204\347\220\206.rst" deleted file mode 100644 index 7400c6aa7..000000000 --- "a/sphinx/source/Developerguide/\345\274\202\346\255\245\345\221\275\344\273\244\345\244\204\347\220\206.rst" +++ /dev/null @@ -1,9 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/PQsendQuery - ../content/zh/docs/Developerguide/PQsendQueryParams - ../content/zh/docs/Developerguide/PQsendPrepare - ../content/zh/docs/Developerguide/PQsendQueryPrepared - ../content/zh/docs/Developerguide/PQflush \ No newline at end of file diff --git "a/sphinx/source/Developerguide/\346\200\247\350\203\275\350\260\203\344\274\230.rst" "b/sphinx/source/Developerguide/\346\200\247\350\203\275\350\260\203\344\274\230.rst" deleted file mode 100644 index b455e15fc..000000000 --- "a/sphinx/source/Developerguide/\346\200\247\350\203\275\350\260\203\344\274\230.rst" +++ /dev/null @@ -1,12 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/总体调优思路 - 确定性能调优范围 - 系统调优指南 - SQL调优指南 - ../content/zh/docs/Developerguide/使用向量化执行引擎进行调优 - TPCC性能调优测试指导 - 实际调优案例 - ../content/zh/docs/Developerguide/性能日志 \ No newline at end of file diff --git "a/sphinx/source/Developerguide/\346\216\245\345\217\243\345\217\202\350\200\203.rst" "b/sphinx/source/Developerguide/\346\216\245\345\217\243\345\217\202\350\200\203.rst" deleted file mode 100644 index 5e4d008df..000000000 --- "a/sphinx/source/Developerguide/\346\216\245\345\217\243\345\217\202\350\200\203.rst" +++ /dev/null @@ -1,8 +0,0 @@ - - -.. toctree:: - - JDBC - ODBC - libpq - Psycopg diff --git "a/sphinx/source/Developerguide/\346\216\247\345\210\266\346\226\207\346\234\254\346\220\234\347\264\242.rst" "b/sphinx/source/Developerguide/\346\216\247\345\210\266\346\226\207\346\234\254\346\220\234\347\264\242.rst" deleted file mode 100644 index fcc6a2107..000000000 --- "a/sphinx/source/Developerguide/\346\216\247\345\210\266\346\226\207\346\234\254\346\220\234\347\264\242.rst" +++ /dev/null @@ -1,8 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/解析文档 - ../content/zh/docs/Developerguide/解析查询 - ../content/zh/docs/Developerguide/排序查询结果 - ../content/zh/docs/Developerguide/高亮搜索结果 diff --git "a/sphinx/source/Developerguide/\346\216\247\345\210\266\350\257\255\345\217\245.rst" "b/sphinx/source/Developerguide/\346\216\247\345\210\266\350\257\255\345\217\245.rst" deleted file mode 100644 index 6d542548f..000000000 --- "a/sphinx/source/Developerguide/\346\216\247\345\210\266\350\257\255\345\217\245.rst" +++ /dev/null @@ -1,11 +0,0 @@ - - -.. toctree:: - - 返回语句 - ../content/zh/docs/Developerguide/条件语句 - ../content/zh/docs/Developerguide/循环语句 - ../content/zh/docs/Developerguide/分支语句 - ../content/zh/docs/Developerguide/空语句 - ../content/zh/docs/Developerguide/错误捕获语句 - ../content/zh/docs/Developerguide/GOTO语句 diff --git "a/sphinx/source/Developerguide/\346\220\255\345\273\272\346\200\247\350\203\275\346\265\213\350\257\225\347\216\257\345\242\203.rst" "b/sphinx/source/Developerguide/\346\220\255\345\273\272\346\200\247\350\203\275\346\265\213\350\257\225\347\216\257\345\242\203.rst" deleted file mode 100644 index 04a101eba..000000000 --- "a/sphinx/source/Developerguide/\346\220\255\345\273\272\346\200\247\350\203\275\346\265\213\350\257\225\347\216\257\345\242\203.rst" +++ /dev/null @@ -1,12 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/硬件要求 - 软件要求 - ../content/zh/docs/Developerguide/前置软件安装 - ../content/zh/docs/Developerguide/BIOS配置 - ../content/zh/docs/Developerguide/操作系统配置 - ../content/zh/docs/Developerguide/文件系统配置 - 网络配置 - ../content/zh/docs/Developerguide/数据库服务端及客户端绑核 diff --git "a/sphinx/source/Developerguide/\346\225\260\346\215\256\345\272\223\344\275\277\347\224\250.rst" "b/sphinx/source/Developerguide/\346\225\260\346\215\256\345\272\223\344\275\277\347\224\250.rst" deleted file mode 100644 index 8d266f872..000000000 --- "a/sphinx/source/Developerguide/\346\225\260\346\215\256\345\272\223\344\275\277\347\224\250.rst" +++ /dev/null @@ -1,13 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/从这里开始 - 连接数据库-从这里开始 - ../content/zh/docs/Developerguide/创建和管理数据库 - ../content/zh/docs/Developerguide/规划存储模型 - ../content/zh/docs/Developerguide/创建和管理表空间 - 创建和管理表 - ../content/zh/docs/Developerguide/查看系统表 - 其他操作 - diff --git "a/sphinx/source/Developerguide/\346\225\260\346\215\256\345\272\223\345\257\271\350\261\241\350\256\276\350\256\241.rst" "b/sphinx/source/Developerguide/\346\225\260\346\215\256\345\272\223\345\257\271\350\261\241\350\256\276\350\256\241.rst" deleted file mode 100644 index 4445e70a5..000000000 --- "a/sphinx/source/Developerguide/\346\225\260\346\215\256\345\272\223\345\257\271\350\261\241\350\256\276\350\256\241.rst" +++ /dev/null @@ -1,10 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/Database和Schema设计 - ../content/zh/docs/Developerguide/表设计 - ../content/zh/docs/Developerguide/字段设计 - ../content/zh/docs/Developerguide/约束设计 - ../content/zh/docs/Developerguide/视图和关联表设计 - diff --git "a/sphinx/source/Developerguide/\346\225\260\346\215\256\345\272\223\346\211\247\350\241\214\350\257\255\345\217\245\345\207\275\346\225\260.rst" "b/sphinx/source/Developerguide/\346\225\260\346\215\256\345\272\223\346\211\247\350\241\214\350\257\255\345\217\245\345\207\275\346\225\260.rst" deleted file mode 100644 index 37eab0ccf..000000000 --- "a/sphinx/source/Developerguide/\346\225\260\346\215\256\345\272\223\346\211\247\350\241\214\350\257\255\345\217\245\345\207\275\346\225\260.rst" +++ /dev/null @@ -1,16 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/PQclear - ../content/zh/docs/Developerguide/PQexec - ../content/zh/docs/Developerguide/PQexecParams - ../content/zh/docs/Developerguide/PQexecParamsBatch - ../content/zh/docs/Developerguide/PQexecPrepared - ../content/zh/docs/Developerguide/PQexecPreparedBatch - ../content/zh/docs/Developerguide/PQfname - ../content/zh/docs/Developerguide/PQgetvalue - ../content/zh/docs/Developerguide/PQnfields - ../content/zh/docs/Developerguide/PQntuples - ../content/zh/docs/Developerguide/PQprepare - ../content/zh/docs/Developerguide/PQresultStatus \ No newline at end of file diff --git "a/sphinx/source/Developerguide/\346\225\260\346\215\256\345\272\223\347\263\273\347\273\237\345\217\202\346\225\260\350\260\203\344\274\230.rst" "b/sphinx/source/Developerguide/\346\225\260\346\215\256\345\272\223\347\263\273\347\273\237\345\217\202\346\225\260\350\260\203\344\274\230.rst" deleted file mode 100644 index eb95e124a..000000000 --- "a/sphinx/source/Developerguide/\346\225\260\346\215\256\345\272\223\347\263\273\347\273\237\345\217\202\346\225\260\350\260\203\344\274\230.rst" +++ /dev/null @@ -1,7 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/数据库内存参数调优 - ../content/zh/docs/Developerguide/数据库并发队列参数调优 - diff --git "a/sphinx/source/Developerguide/\346\225\260\346\215\256\345\272\223\350\277\236\346\216\245\346\216\247\345\210\266\345\207\275\346\225\260.rst" "b/sphinx/source/Developerguide/\346\225\260\346\215\256\345\272\223\350\277\236\346\216\245\346\216\247\345\210\266\345\207\275\346\225\260.rst" deleted file mode 100644 index 33d2ad29d..000000000 --- "a/sphinx/source/Developerguide/\346\225\260\346\215\256\345\272\223\350\277\236\346\216\245\346\216\247\345\210\266\345\207\275\346\225\260.rst" +++ /dev/null @@ -1,13 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/PQconnectdbParams - ../content/zh/docs/Developerguide/PQconnectdb - ../content/zh/docs/Developerguide/PQconninfoParse - ../content/zh/docs/Developerguide/PQconnectStart - ../content/zh/docs/Developerguide/PQerrorMessage - ../content/zh/docs/Developerguide/PQsetdbLogin - ../content/zh/docs/Developerguide/PQfinish - ../content/zh/docs/Developerguide/PQreset - ../content/zh/docs/Developerguide/PQstatus \ No newline at end of file diff --git "a/sphinx/source/Developerguide/\346\225\260\346\215\256\347\261\273\345\236\213.rst" "b/sphinx/source/Developerguide/\346\225\260\346\215\256\347\261\273\345\236\213.rst" deleted file mode 100644 index b04918c01..000000000 --- "a/sphinx/source/Developerguide/\346\225\260\346\215\256\347\261\273\345\236\213.rst" +++ /dev/null @@ -1,24 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/数值类型 - ../content/zh/docs/Developerguide/货币类型 - ../content/zh/docs/Developerguide/布尔类型 - ../content/zh/docs/Developerguide/字符类型 - ../content/zh/docs/Developerguide/二进制类型 - ../content/zh/docs/Developerguide/日期-时间类型 - ../content/zh/docs/Developerguide/几何类型 - ../content/zh/docs/Developerguide/网络地址类型 - ../content/zh/docs/Developerguide/位串类型 - ../content/zh/docs/Developerguide/文本搜索类型 - ../content/zh/docs/Developerguide/UUID类型 - ../content/zh/docs/Developerguide/JSON-JSONB类型 - ../content/zh/docs/Developerguide/HLL数据类型 - ../content/zh/docs/Developerguide/范围类型 - ../content/zh/docs/Developerguide/对象标识符类型 - ../content/zh/docs/Developerguide/伪类型 - ../content/zh/docs/Developerguide/列存表支持的数据类型 - ../content/zh/docs/Developerguide/XML类型 - ../content/zh/docs/Developerguide/账本数据库使用的数据类型 - ../content/zh/docs/Developerguide/SET类型 \ No newline at end of file diff --git "a/sphinx/source/Developerguide/\346\225\260\347\273\204-\351\233\206\345\220\210\345\222\214record.rst" "b/sphinx/source/Developerguide/\346\225\260\347\273\204-\351\233\206\345\220\210\345\222\214record.rst" deleted file mode 100644 index c59a545c7..000000000 --- "a/sphinx/source/Developerguide/\346\225\260\347\273\204-\351\233\206\345\220\210\345\222\214record.rst" +++ /dev/null @@ -1,8 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/数组 - ../content/zh/docs/Developerguide/集合 - ../content/zh/docs/Developerguide/record - diff --git "a/sphinx/source/Developerguide/\346\231\272\350\203\275Explain-SQL\350\257\255\345\217\245\346\237\245\350\257\242\346\227\266\351\227\264\351\242\204\346\265\213.rst" "b/sphinx/source/Developerguide/\346\231\272\350\203\275Explain-SQL\350\257\255\345\217\245\346\237\245\350\257\242\346\227\266\351\227\264\351\242\204\346\265\213.rst" deleted file mode 100644 index 1da07a446..000000000 --- "a/sphinx/source/Developerguide/\346\231\272\350\203\275Explain-SQL\350\257\255\345\217\245\346\237\245\350\257\242\346\227\266\351\227\264\351\242\204\346\265\213.rst" +++ /dev/null @@ -1,9 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/概述-65 - ../content/zh/docs/Developerguide/环境部署-65 - ../content/zh/docs/Developerguide/使用指导-65 - ../content/zh/docs/Developerguide/最佳实践-65 - ../content/zh/docs/Developerguide/常见问题处理-65 diff --git "a/sphinx/source/Developerguide/\346\231\272\350\203\275\345\237\272\346\225\260\344\274\260\350\256\241.rst" "b/sphinx/source/Developerguide/\346\231\272\350\203\275\345\237\272\346\225\260\344\274\260\350\256\241.rst" deleted file mode 100644 index d34463f63..000000000 --- "a/sphinx/source/Developerguide/\346\231\272\350\203\275\345\237\272\346\225\260\344\274\260\350\256\241.rst" +++ /dev/null @@ -1,10 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/概述-ABO - ../content/zh/docs/Developerguide/前置条件-ABO - ../content/zh/docs/Developerguide/使用指导-ABO - ../content/zh/docs/Developerguide/最佳实践-ABO - ../content/zh/docs/Developerguide/常见问题处理-ABO - diff --git "a/sphinx/source/Developerguide/\346\233\264\346\226\260\350\241\250\344\270\255\346\225\260\346\215\256-4.rst" "b/sphinx/source/Developerguide/\346\233\264\346\226\260\350\241\250\344\270\255\346\225\260\346\215\256-4.rst" deleted file mode 100644 index 627ef5f42..000000000 --- "a/sphinx/source/Developerguide/\346\233\264\346\226\260\350\241\250\344\270\255\346\225\260\346\215\256-4.rst" +++ /dev/null @@ -1,6 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/使用DML命令更新表 - ../content/zh/docs/Developerguide/使用合并方式更新和插入数据 \ No newline at end of file diff --git "a/sphinx/source/Developerguide/\346\237\245\347\234\213WDR\346\212\245\345\221\212.rst" "b/sphinx/source/Developerguide/\346\237\245\347\234\213WDR\346\212\245\345\221\212.rst" deleted file mode 100644 index 54d3459c4..000000000 --- "a/sphinx/source/Developerguide/\346\237\245\347\234\213WDR\346\212\245\345\221\212.rst" +++ /dev/null @@ -1,20 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/Database-Stat - ../content/zh/docs/Developerguide/Load-Profile - ../content/zh/docs/Developerguide/Instance-Efficiency-Percentages - ../content/zh/docs/Developerguide/Top-10-Events-by-Total-Wait-Time - ../content/zh/docs/Developerguide/Wait-Classes-by-Total-Wait-Time - ../content/zh/docs/Developerguide/Host-CPU - ../content/zh/docs/Developerguide/IO-Profile - ../content/zh/docs/Developerguide/Memory-Statistics - ../content/zh/docs/Developerguide/Time-Model - ../content/zh/docs/Developerguide/SQL-Statistics - ../content/zh/docs/Developerguide/Wait-Events-2 - ../content/zh/docs/Developerguide/Cache-IO-Stats - ../content/zh/docs/Developerguide/Utility-status - ../content/zh/docs/Developerguide/Object-stats - ../content/zh/docs/Developerguide/Configuration-settings - ../content/zh/docs/Developerguide/SQL-Detail diff --git "a/sphinx/source/Developerguide/\346\237\245\350\257\242\350\247\204\345\210\222.rst" "b/sphinx/source/Developerguide/\346\237\245\350\257\242\350\247\204\345\210\222.rst" deleted file mode 100644 index df37f14d7..000000000 --- "a/sphinx/source/Developerguide/\346\237\245\350\257\242\350\247\204\345\210\222.rst" +++ /dev/null @@ -1,8 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/优化器方法配置 - ../content/zh/docs/Developerguide/优化器开销常量 - ../content/zh/docs/Developerguide/基因查询优化器 - ../content/zh/docs/Developerguide/其他优化器选项 diff --git "a/sphinx/source/Developerguide/\346\246\202\350\277\260.rst" "b/sphinx/source/Developerguide/\346\246\202\350\277\260.rst" deleted file mode 100644 index 09ded97f7..000000000 --- "a/sphinx/source/Developerguide/\346\246\202\350\277\260.rst" +++ /dev/null @@ -1,9 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/数据库逻辑结构图 - ../content/zh/docs/Developerguide/数据查询请求处理过程 - ../content/zh/docs/Developerguide/管理事务 - ../content/zh/docs/Developerguide/相关概念 - diff --git "a/sphinx/source/Developerguide/\346\265\213\350\257\225\345\222\214\350\260\203\350\257\225\346\226\207\346\234\254\346\220\234\347\264\242.rst" "b/sphinx/source/Developerguide/\346\265\213\350\257\225\345\222\214\350\260\203\350\257\225\346\226\207\346\234\254\346\220\234\347\264\242.rst" deleted file mode 100644 index 1a45b429b..000000000 --- "a/sphinx/source/Developerguide/\346\265\213\350\257\225\345\222\214\350\260\203\350\257\225\346\226\207\346\234\254\346\220\234\347\264\242.rst" +++ /dev/null @@ -1,7 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/分词器测试 - ../content/zh/docs/Developerguide/解析器测试 - ../content/zh/docs/Developerguide/词典测试 \ No newline at end of file diff --git "a/sphinx/source/Developerguide/\346\267\261\345\261\202\345\244\215\345\210\266.rst" "b/sphinx/source/Developerguide/\346\267\261\345\261\202\345\244\215\345\210\266.rst" deleted file mode 100644 index 51a2c56bb..000000000 --- "a/sphinx/source/Developerguide/\346\267\261\345\261\202\345\244\215\345\210\266.rst" +++ /dev/null @@ -1,7 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/使用CREATE-TABLE执行深层复制 - ../content/zh/docs/Developerguide/使用CREATE-TABLE-LIKE执行深层复制 - ../content/zh/docs/Developerguide/通过创建临时表并截断原始表来执行深层复制 \ No newline at end of file diff --git "a/sphinx/source/Developerguide/\346\270\270\346\240\207.rst" "b/sphinx/source/Developerguide/\346\270\270\346\240\207.rst" deleted file mode 100644 index 0b74d8531..000000000 --- "a/sphinx/source/Developerguide/\346\270\270\346\240\207.rst" +++ /dev/null @@ -1,8 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/游标概述 - ../content/zh/docs/Developerguide/显式游标 - ../content/zh/docs/Developerguide/隐式游标 - ../content/zh/docs/Developerguide/游标循环 diff --git "a/sphinx/source/Developerguide/\347\211\210\346\234\254\345\222\214\345\271\263\345\217\260\345\205\274\345\256\271\346\200\247.rst" "b/sphinx/source/Developerguide/\347\211\210\346\234\254\345\222\214\345\271\263\345\217\260\345\205\274\345\256\271\346\200\247.rst" deleted file mode 100644 index 8e2d75e89..000000000 --- "a/sphinx/source/Developerguide/\347\211\210\346\234\254\345\222\214\345\271\263\345\217\260\345\205\274\345\256\271\346\200\247.rst" +++ /dev/null @@ -1,6 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/历史版本兼容性 - ../content/zh/docs/Developerguide/平台和客户端兼容性 diff --git "a/sphinx/source/Developerguide/\347\211\251\345\214\226\350\247\206\345\233\276.rst" "b/sphinx/source/Developerguide/\347\211\251\345\214\226\350\247\206\345\233\276.rst" deleted file mode 100644 index e90302328..000000000 --- "a/sphinx/source/Developerguide/\347\211\251\345\214\226\350\247\206\345\233\276.rst" +++ /dev/null @@ -1,6 +0,0 @@ - - -.. toctree:: - - 全量物化视图 - 增量物化视图 diff --git "a/sphinx/source/Developerguide/\347\224\250\346\210\267\350\207\252\345\256\232\344\271\211\345\207\275\346\225\260.rst" "b/sphinx/source/Developerguide/\347\224\250\346\210\267\350\207\252\345\256\232\344\271\211\345\207\275\346\225\260.rst" deleted file mode 100644 index ea0cb7ed5..000000000 --- "a/sphinx/source/Developerguide/\347\224\250\346\210\267\350\207\252\345\256\232\344\271\211\345\207\275\346\225\260.rst" +++ /dev/null @@ -1,6 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/PL-pgSQL语言函数 - diff --git "a/sphinx/source/Developerguide/\347\241\254\344\273\266\347\223\266\351\242\210\347\202\271\345\210\206.rst" "b/sphinx/source/Developerguide/\347\241\254\344\273\266\347\223\266\351\242\210\347\202\271\345\210\206.rst" deleted file mode 100644 index 67a400576..000000000 --- "a/sphinx/source/Developerguide/\347\241\254\344\273\266\347\223\266\351\242\210\347\202\271\345\210\206.rst" +++ /dev/null @@ -1,9 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/CPU - ../content/zh/docs/Developerguide/内存 - ../content/zh/docs/Developerguide/I-O - ../content/zh/docs/Developerguide/网络 - diff --git "a/sphinx/source/Developerguide/\347\241\256\345\256\232\346\200\247\350\203\275\350\260\203\344\274\230\350\214\203\345\233\264.rst" "b/sphinx/source/Developerguide/\347\241\256\345\256\232\346\200\247\350\203\275\350\260\203\344\274\230\350\214\203\345\233\264.rst" deleted file mode 100644 index a3f3a9830..000000000 --- "a/sphinx/source/Developerguide/\347\241\256\345\256\232\346\200\247\350\203\275\350\260\203\344\274\230\350\214\203\345\233\264.rst" +++ /dev/null @@ -1,8 +0,0 @@ - - -.. toctree:: - - 硬件瓶颈点分析 - ../content/zh/docs/Developerguide/查询最耗性能的SQL - ../content/zh/docs/Developerguide/分析作业是否被阻塞 - diff --git "a/sphinx/source/Developerguide/\347\256\241\347\220\206\345\271\266\345\217\221\345\206\231\345\205\245\346\223\215\344\275\234.rst" "b/sphinx/source/Developerguide/\347\256\241\347\220\206\345\271\266\345\217\221\345\206\231\345\205\245\346\223\215\344\275\234.rst" deleted file mode 100644 index 4a8731886..000000000 --- "a/sphinx/source/Developerguide/\347\256\241\347\220\206\345\271\266\345\217\221\345\206\231\345\205\245\346\223\215\344\275\234.rst" +++ /dev/null @@ -1,8 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/事务隔离说明 - ../content/zh/docs/Developerguide/写入和读写操作 - ../content/zh/docs/Developerguide/并发写入事务的潜在死锁情况 - 并发写入示例 diff --git "a/sphinx/source/Developerguide/\347\256\241\347\220\206\346\225\260\346\215\256\345\272\223\345\256\211\345\205\250.rst" "b/sphinx/source/Developerguide/\347\256\241\347\220\206\346\225\260\346\215\256\345\272\223\345\256\211\345\205\250.rst" deleted file mode 100644 index ee8f90df4..000000000 --- "a/sphinx/source/Developerguide/\347\256\241\347\220\206\346\225\260\346\215\256\345\272\223\345\256\211\345\205\250.rst" +++ /dev/null @@ -1,10 +0,0 @@ - - -.. toctree:: - - 客户端接入认证 - 管理用户及权限 - 设置数据库审计 - 设置密态等值查询 - 设置账本数据库 - 设置透明数据加密_TDE \ No newline at end of file diff --git "a/sphinx/source/Developerguide/\347\256\241\347\220\206\347\224\250\346\210\267\345\217\212\346\235\203\351\231\220.rst" "b/sphinx/source/Developerguide/\347\256\241\347\220\206\347\224\250\346\210\267\345\217\212\346\235\203\351\231\220.rst" deleted file mode 100644 index ed12ae632..000000000 --- "a/sphinx/source/Developerguide/\347\256\241\347\220\206\347\224\250\346\210\267\345\217\212\346\235\203\351\231\220.rst" +++ /dev/null @@ -1,13 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/默认权限机制 - ../content/zh/docs/Developerguide/管理员 - ../content/zh/docs/Developerguide/三权分立 - ../content/zh/docs/Developerguide/用户 - ../content/zh/docs/Developerguide/角色 - ../content/zh/docs/Developerguide/Schema - ../content/zh/docs/Developerguide/用户权限设置 - ../content/zh/docs/Developerguide/行级访问控制 - 设置安全策略 diff --git "a/sphinx/source/Developerguide/\347\261\273\345\236\213\350\275\254\346\215\242.rst" "b/sphinx/source/Developerguide/\347\261\273\345\236\213\350\275\254\346\215\242.rst" deleted file mode 100644 index 4eccc2035..000000000 --- "a/sphinx/source/Developerguide/\347\261\273\345\236\213\350\275\254\346\215\242.rst" +++ /dev/null @@ -1,9 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/概述-18 - ../content/zh/docs/Developerguide/操作符 - ../content/zh/docs/Developerguide/函数 - ../content/zh/docs/Developerguide/值存储 - ../content/zh/docs/Developerguide/UNION-CASE和相关构造 diff --git "a/sphinx/source/Developerguide/\347\263\273\347\273\237\347\256\241\347\220\206\345\207\275\346\225\260.rst" "b/sphinx/source/Developerguide/\347\263\273\347\273\237\347\256\241\347\220\206\345\207\275\346\225\260.rst" deleted file mode 100644 index a0de0a74a..000000000 --- "a/sphinx/source/Developerguide/\347\263\273\347\273\237\347\256\241\347\220\206\345\207\275\346\225\260.rst" +++ /dev/null @@ -1,16 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/配置设置函数 - ../content/zh/docs/Developerguide/通用文件访问函数 - ../content/zh/docs/Developerguide/服务器信号函数 - ../content/zh/docs/Developerguide/备份恢复控制函数 - ../content/zh/docs/Developerguide/快照同步函数 - ../content/zh/docs/Developerguide/数据库对象函数 - ../content/zh/docs/Developerguide/咨询锁函数 - ../content/zh/docs/Developerguide/逻辑复制函数 - ../content/zh/docs/Developerguide/段页式存储函数 - ../content/zh/docs/Developerguide/其它函数 - ../content/zh/docs/Developerguide/Undo系统函数 - ../content/zh/docs/Developerguide/行存压缩系统函数 diff --git "a/sphinx/source/Developerguide/\347\263\273\347\273\237\350\241\250.rst" "b/sphinx/source/Developerguide/\347\263\273\347\273\237\350\241\250.rst" deleted file mode 100644 index b1d38048b..000000000 --- "a/sphinx/source/Developerguide/\347\263\273\347\273\237\350\241\250.rst" +++ /dev/null @@ -1,113 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/GS_ASP - ../content/zh/docs/Developerguide/GS_AUDITING_POLICY - ../content/zh/docs/Developerguide/GS_AUDITING_POLICY_ACCESS - ../content/zh/docs/Developerguide/GS_AUDITING_POLICY_FILTERS - ../content/zh/docs/Developerguide/GS_AUDITING_POLICY_PRIVILEGES - ../content/zh/docs/Developerguide/GS_CLIENT_GLOBAL_KEYS - ../content/zh/docs/Developerguide/GS_CLIENT_GLOBAL_KEYS_ARGS - ../content/zh/docs/Developerguide/GS_COLUMN_KEYS - ../content/zh/docs/Developerguide/GS_COLUMN_KEYS_ARGS - ../content/zh/docs/Developerguide/GS_DB_PRIVILEGE - ../content/zh/docs/Developerguide/GS_ENCRYPTED_COLUMNS - ../content/zh/docs/Developerguide/GS_ENCRYPTED_PROC - ../content/zh/docs/Developerguide/GS_GLOBAL_CHAIN - ../content/zh/docs/Developerguide/GS_GLOBAL_CONFIG - ../content/zh/docs/Developerguide/GS_MASKING_POLICY - ../content/zh/docs/Developerguide/GS_MASKING_POLICY_ACTIONS - ../content/zh/docs/Developerguide/GS_MASKING_POLICY_FILTERS - ../content/zh/docs/Developerguide/GS_MATVIEW - ../content/zh/docs/Developerguide/GS_MATVIEW_DEPENDENCY - ../content/zh/docs/Developerguide/GS_MODEL_WAREHOUSE - ../content/zh/docs/Developerguide/GS_OPT_MODEL - ../content/zh/docs/Developerguide/GS_PACKAGE - ../content/zh/docs/Developerguide/GS_POLICY_LABEL - ../content/zh/docs/Developerguide/GS_RECYCLEBIN - ../content/zh/docs/Developerguide/GS_TXN_SNAPSHOT - ../content/zh/docs/Developerguide/GS_UID - ../content/zh/docs/Developerguide/GS_WLM_EC_OPERATOR_INFO - ../content/zh/docs/Developerguide/GS_WLM_INSTANCE_HISTORY - ../content/zh/docs/Developerguide/GS_WLM_OPERATOR_INFO - ../content/zh/docs/Developerguide/GS_WLM_PLAN_ENCODING_TABLE - ../content/zh/docs/Developerguide/GS_WLM_PLAN_OPERATOR_INFO - ../content/zh/docs/Developerguide/GS_WLM_SESSION_QUERY_INFO_ALL - ../content/zh/docs/Developerguide/GS_WLM_USER_RESOURCE_HISTORY - ../content/zh/docs/Developerguide/PG_AGGREGATE - ../content/zh/docs/Developerguide/PG_AM - ../content/zh/docs/Developerguide/PG_AMOP - ../content/zh/docs/Developerguide/PG_AMPROC - ../content/zh/docs/Developerguide/PG_APP_WORKLOADGROUP_MAPPING - ../content/zh/docs/Developerguide/PG_ATTRDEF - ../content/zh/docs/Developerguide/PG_ATTRIBUTE - ../content/zh/docs/Developerguide/PG_AUTHID - ../content/zh/docs/Developerguide/PG_AUTH_HISTORY - ../content/zh/docs/Developerguide/PG_AUTH_MEMBERS - ../content/zh/docs/Developerguide/PG_CAST - ../content/zh/docs/Developerguide/PG_CLASS - ../content/zh/docs/Developerguide/PG_COLLATION - ../content/zh/docs/Developerguide/PG_CONSTRAINT - ../content/zh/docs/Developerguide/PG_CONVERSION - ../content/zh/docs/Developerguide/PG_DATABASE - ../content/zh/docs/Developerguide/PG_DB_ROLE_SETTING - ../content/zh/docs/Developerguide/PG_DEFAULT_ACL - ../content/zh/docs/Developerguide/PG_DEPEND - ../content/zh/docs/Developerguide/PG_DESCRIPTION - ../content/zh/docs/Developerguide/PG_DIRECTORY - ../content/zh/docs/Developerguide/PG_ENUM - ../content/zh/docs/Developerguide/PG_EXTENSION - ../content/zh/docs/Developerguide/PG_EXTENSION_DATA_SOURCE - ../content/zh/docs/Developerguide/PG_FOREIGN_DATA_WRAPPER - ../content/zh/docs/Developerguide/PG_FOREIGN_SERVER - ../content/zh/docs/Developerguide/PG_FOREIGN_TABLE - ../content/zh/docs/Developerguide/PG_HASHBUCKET - ../content/zh/docs/Developerguide/PG_INDEX - ../content/zh/docs/Developerguide/PG_INHERITS - ../content/zh/docs/Developerguide/PG_JOB - ../content/zh/docs/Developerguide/PG_JOB_PROC - ../content/zh/docs/Developerguide/PG_LANGUAGE - ../content/zh/docs/Developerguide/PG_LARGEOBJECT - ../content/zh/docs/Developerguide/PG_LARGEOBJECT_METADATA - ../content/zh/docs/Developerguide/PG_NAMESPACE - ../content/zh/docs/Developerguide/PG_OBJECT - ../content/zh/docs/Developerguide/PG_OPCLASS - ../content/zh/docs/Developerguide/PG_OPERATOR - ../content/zh/docs/Developerguide/PG_OPFAMILY - ../content/zh/docs/Developerguide/PG_PARTITION - ../content/zh/docs/Developerguide/PG_PLTEMPLATE - ../content/zh/docs/Developerguide/PG_PROC - ../content/zh/docs/Developerguide/PG_PUBLICATION - ../content/zh/docs/Developerguide/PG_PUBLICATION_REL - ../content/zh/docs/Developerguide/PG_RANGE - ../content/zh/docs/Developerguide/PG_REPLICATION_ORIGIN - ../content/zh/docs/Developerguide/PG_RESOURCE_POOL - ../content/zh/docs/Developerguide/PG_REWRITE - ../content/zh/docs/Developerguide/PG_RLSPOLICY - ../content/zh/docs/Developerguide/PG_SECLABEL - ../content/zh/docs/Developerguide/PG_SET - ../content/zh/docs/Developerguide/PG_SHDEPEND - ../content/zh/docs/Developerguide/PG_SHDESCRIPTION - ../content/zh/docs/Developerguide/PG_SHSECLABEL - ../content/zh/docs/Developerguide/PG_STATISTIC - ../content/zh/docs/Developerguide/PG_STATISTIC_EXT - ../content/zh/docs/Developerguide/PG_SUBSCRIPTION - ../content/zh/docs/Developerguide/PG_SYNONYM - ../content/zh/docs/Developerguide/PG_TABLESPACE - ../content/zh/docs/Developerguide/PG_TRIGGER - ../content/zh/docs/Developerguide/PG_TS_CONFIG - ../content/zh/docs/Developerguide/PG_TS_CONFIG_MAP - ../content/zh/docs/Developerguide/PG_TS_DICT - ../content/zh/docs/Developerguide/PG_TS_PARSER - ../content/zh/docs/Developerguide/PG_TS_TEMPLATE - ../content/zh/docs/Developerguide/PG_TYPE - ../content/zh/docs/Developerguide/PG_USER_MAPPING - ../content/zh/docs/Developerguide/PG_USER_STATUS - ../content/zh/docs/Developerguide/PG_WORKLOAD_GROUP - ../content/zh/docs/Developerguide/PGXC_CLASS - ../content/zh/docs/Developerguide/PGXC_GROUP - ../content/zh/docs/Developerguide/PGXC_NODE - ../content/zh/docs/Developerguide/PGXC_SLICE - ../content/zh/docs/Developerguide/PLAN_TABLE_DATA - ../content/zh/docs/Developerguide/STATEMENT_HISTORY diff --git "a/sphinx/source/Developerguide/\347\263\273\347\273\237\350\241\250\345\222\214\347\263\273\347\273\237\350\247\206\345\233\276.rst" "b/sphinx/source/Developerguide/\347\263\273\347\273\237\350\241\250\345\222\214\347\263\273\347\273\237\350\247\206\345\233\276.rst" deleted file mode 100644 index 14c6b915e..000000000 --- "a/sphinx/source/Developerguide/\347\263\273\347\273\237\350\241\250\345\222\214\347\263\273\347\273\237\350\247\206\345\233\276.rst" +++ /dev/null @@ -1,8 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/系统表和系统视图概述 - 系统表 - 系统视图 - diff --git "a/sphinx/source/Developerguide/\347\263\273\347\273\237\350\247\206\345\233\276.rst" "b/sphinx/source/Developerguide/\347\263\273\347\273\237\350\247\206\345\233\276.rst" deleted file mode 100644 index 5f7f15bb0..000000000 --- "a/sphinx/source/Developerguide/\347\263\273\347\273\237\350\247\206\345\233\276.rst" +++ /dev/null @@ -1,124 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/DV_SESSIONS - ../content/zh/docs/Developerguide/DV_SESSION_LONGOPS - ../content/zh/docs/Developerguide/GET_GLOBAL_PREPARED_XACTS(废弃) - ../content/zh/docs/Developerguide/GS_AUDITING - ../content/zh/docs/Developerguide/GS_AUDITING_ACCESS - ../content/zh/docs/Developerguide/GS_AUDITING_PRIVILEGE - ../content/zh/docs/Developerguide/GS_DB_PRIVILEGES - ../content/zh/docs/Developerguide/GS_FILE_STAT - ../content/zh/docs/Developerguide/GS_GSC_MEMORY_DETAIL - ../content/zh/docs/Developerguide/GS_INSTANCE_TIME - ../content/zh/docs/Developerguide/GS_LABELS - ../content/zh/docs/Developerguide/GS_LSC_MEMORY_DETAIL - ../content/zh/docs/Developerguide/GS_MASKING - ../content/zh/docs/Developerguide/GS_MATVIEWS - ../content/zh/docs/Developerguide/GS_OS_RUN_INFO - ../content/zh/docs/Developerguide/GS_REDO_STAT - ../content/zh/docs/Developerguide/GS_SESSION_CPU_STATISTICS - ../content/zh/docs/Developerguide/GS_SESSION_MEMORY - ../content/zh/docs/Developerguide/GS_SESSION_MEMORY_CONTEXT - ../content/zh/docs/Developerguide/GS_SESSION_MEMORY_DETAIL - ../content/zh/docs/Developerguide/GS_SESSION_MEMORY_STATISTICS - ../content/zh/docs/Developerguide/GS_SESSION_STAT - ../content/zh/docs/Developerguide/GS_SESSION_TIME - ../content/zh/docs/Developerguide/GS_SQL_COUNT - ../content/zh/docs/Developerguide/GS_STAT_SESSION_CU - ../content/zh/docs/Developerguide/GS_THREAD_MEMORY_CONTEXT - ../content/zh/docs/Developerguide/GS_TOTAL_MEMORY_DETAIL - ../content/zh/docs/Developerguide/GS_WLM_CGROUP_INFO - ../content/zh/docs/Developerguide/GS_WLM_EC_OPERATOR_STATISTICS - ../content/zh/docs/Developerguide/GS_WLM_OPERATOR_HISTORY - ../content/zh/docs/Developerguide/GS_WLM_OPERATOR_STATISTICS - ../content/zh/docs/Developerguide/GS_WLM_PLAN_OPERATOR_HISTORY - ../content/zh/docs/Developerguide/GS_WLM_REBUILD_USER_RESOURCE_POOL - ../content/zh/docs/Developerguide/GS_WLM_RESOURCE_POOL - ../content/zh/docs/Developerguide/GS_WLM_SESSION_HISTORY - ../content/zh/docs/Developerguide/GS_WLM_SESSION_INFO - ../content/zh/docs/Developerguide/GS_WLM_SESSION_INFO_ALL - ../content/zh/docs/Developerguide/GS_WLM_SESSION_STATISTICS - ../content/zh/docs/Developerguide/GS_WLM_USER_INFO - ../content/zh/docs/Developerguide/GS_WRITE_TERM_LOG - ../content/zh/docs/Developerguide/MPP_TABLES - ../content/zh/docs/Developerguide/PG_AVAILABLE_EXTENSION_VERSIONS - ../content/zh/docs/Developerguide/PG_AVAILABLE_EXTENSIONS - ../content/zh/docs/Developerguide/PG_CURSORS - ../content/zh/docs/Developerguide/PG_COMM_DELAY - ../content/zh/docs/Developerguide/PG_COMM_RECV_STREAM - ../content/zh/docs/Developerguide/PG_COMM_SEND_STREAM - ../content/zh/docs/Developerguide/PG_COMM_STATUS - ../content/zh/docs/Developerguide/PG_CONTROL_GROUP_CONFIG - ../content/zh/docs/Developerguide/PG_EXT_STATS - ../content/zh/docs/Developerguide/PG_GET_INVALID_BACKENDS - ../content/zh/docs/Developerguide/PG_GET_SENDERS_CATCHUP_TIME - ../content/zh/docs/Developerguide/PG_GROUP - ../content/zh/docs/Developerguide/PG_GTT_RELSTATS - ../content/zh/docs/Developerguide/PG_GTT_STATS - ../content/zh/docs/Developerguide/PG_GTT_ATTACHED_PIDS - ../content/zh/docs/Developerguide/PG_INDEXES - ../content/zh/docs/Developerguide/PG_LOCKS - ../content/zh/docs/Developerguide/PG_NODE_ENV - ../content/zh/docs/Developerguide/PG_OS_THREADS - ../content/zh/docs/Developerguide/PG_PREPARED_STATEMENTS - ../content/zh/docs/Developerguide/PG_PREPARED_XACTS - ../content/zh/docs/Developerguide/PG_PUBLICATION_TABLES - ../content/zh/docs/Developerguide/PG_REPLICATION_ORIGIN_STATUS - ../content/zh/docs/Developerguide/PG_REPLICATION_SLOTS - ../content/zh/docs/Developerguide/PG_RLSPOLICIES - ../content/zh/docs/Developerguide/PG_ROLES - ../content/zh/docs/Developerguide/PG_RULES - ../content/zh/docs/Developerguide/PG_RUNNING_XACTS - ../content/zh/docs/Developerguide/PG_SECLABELS - ../content/zh/docs/Developerguide/PG_SESSION_IOSTAT - ../content/zh/docs/Developerguide/PG_SESSION_WLMSTAT - ../content/zh/docs/Developerguide/PG_SETTINGS - ../content/zh/docs/Developerguide/PG_SHADOW - ../content/zh/docs/Developerguide/PG_STATS - ../content/zh/docs/Developerguide/PG_STAT_ACTIVITY - ../content/zh/docs/Developerguide/PG_STAT_ACTIVITY_NG - ../content/zh/docs/Developerguide/PG_STAT_ALL_INDEXES - ../content/zh/docs/Developerguide/PG_STAT_ALL_TABLES - ../content/zh/docs/Developerguide/PG_STAT_BAD_BLOCK - ../content/zh/docs/Developerguide/PG_STAT_BGWRITER - ../content/zh/docs/Developerguide/PG_STAT_DATABASE - ../content/zh/docs/Developerguide/PG_STAT_DATABASE_CONFLICTS - ../content/zh/docs/Developerguide/PG_STAT_USER_FUNCTIONS - ../content/zh/docs/Developerguide/PG_STAT_USER_INDEXES - ../content/zh/docs/Developerguide/PG_STAT_USER_TABLES - ../content/zh/docs/Developerguide/PG_STAT_REPLICATION - ../content/zh/docs/Developerguide/PG_STAT_SUBSCRIPTION - ../content/zh/docs/Developerguide/PG_STAT_SYS_INDEXES - ../content/zh/docs/Developerguide/PG_STAT_SYS_TABLES - ../content/zh/docs/Developerguide/PG_STAT_XACT_ALL_TABLES - ../content/zh/docs/Developerguide/PG_STAT_XACT_SYS_TABLES - ../content/zh/docs/Developerguide/PG_STAT_XACT_USER_FUNCTIONS - ../content/zh/docs/Developerguide/PG_STAT_XACT_USER_TABLES - ../content/zh/docs/Developerguide/PG_STATIO_ALL_INDEXES - ../content/zh/docs/Developerguide/PG_STATIO_ALL_SEQUENCES - ../content/zh/docs/Developerguide/PG_STATIO_ALL_TABLES - ../content/zh/docs/Developerguide/PG_STATIO_SYS_INDEXES - ../content/zh/docs/Developerguide/PG_STATIO_SYS_SEQUENCES - ../content/zh/docs/Developerguide/PG_STATIO_SYS_TABLES - ../content/zh/docs/Developerguide/PG_STATIO_USER_INDEXES - ../content/zh/docs/Developerguide/PG_STATIO_USER_SEQUENCES - ../content/zh/docs/Developerguide/PG_STATIO_USER_TABLES - ../content/zh/docs/Developerguide/PG_TABLES - ../content/zh/docs/Developerguide/PG_TDE_INFO - ../content/zh/docs/Developerguide/PG_THREAD_WAIT_STATUS - ../content/zh/docs/Developerguide/PG_TIMEZONE_ABBREVS - ../content/zh/docs/Developerguide/PG_TIMEZONE_NAMES - ../content/zh/docs/Developerguide/PG_TOTAL_MEMORY_DETAIL - ../content/zh/docs/Developerguide/PG_TOTAL_USER_RESOURCE_INFO - ../content/zh/docs/Developerguide/PG_TOTAL_USER_RESOURCE_INFO_OID - ../content/zh/docs/Developerguide/PG_USER - ../content/zh/docs/Developerguide/PG_USER_MAPPINGS - ../content/zh/docs/Developerguide/PG_VIEWS - ../content/zh/docs/Developerguide/PG_VARIABLE_INFO - ../content/zh/docs/Developerguide/PG_WLM_STATISTICS - ../content/zh/docs/Developerguide/PGXC_PREPARED_XACTS - ../content/zh/docs/Developerguide/PLAN_TABLE - - diff --git "a/sphinx/source/Developerguide/\347\263\273\347\273\237\350\260\203\344\274\230\346\214\207\345\215\227.rst" "b/sphinx/source/Developerguide/\347\263\273\347\273\237\350\260\203\344\274\230\346\214\207\345\215\227.rst" deleted file mode 100644 index 256d8ea25..000000000 --- "a/sphinx/source/Developerguide/\347\263\273\347\273\237\350\260\203\344\274\230\346\214\207\345\215\227.rst" +++ /dev/null @@ -1,10 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/操作系统参数调优 - 数据库系统参数调优 - 配置SMP - 配置LLVM - - diff --git "a/sphinx/source/Developerguide/\347\275\221\347\273\234\351\205\215\347\275\256.rst" "b/sphinx/source/Developerguide/\347\275\221\347\273\234\351\205\215\347\275\256.rst" deleted file mode 100644 index 16dbf197c..000000000 --- "a/sphinx/source/Developerguide/\347\275\221\347\273\234\351\205\215\347\275\256.rst" +++ /dev/null @@ -1,8 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/网卡多中断队列设置 - ../content/zh/docs/Developerguide/中断调优 - ../content/zh/docs/Developerguide/网卡固件确认与更新 - diff --git "a/sphinx/source/Developerguide/\350\207\252\346\262\273\344\272\213\345\212\241.rst" "b/sphinx/source/Developerguide/\350\207\252\346\262\273\344\272\213\345\212\241.rst" deleted file mode 100644 index a4aedfb65..000000000 --- "a/sphinx/source/Developerguide/\350\207\252\346\262\273\344\272\213\345\212\241.rst" +++ /dev/null @@ -1,8 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/存储过程支持自治事务 - ../content/zh/docs/Developerguide/匿名块支持自治事务 - ../content/zh/docs/Developerguide/函数支持自治事务 - ../content/zh/docs/Developerguide/规格约束 diff --git "a/sphinx/source/Developerguide/\350\207\252\351\200\202\345\272\224\350\256\241\345\210\222\351\200\211\346\213\251.rst" "b/sphinx/source/Developerguide/\350\207\252\351\200\202\345\272\224\350\256\241\345\210\222\351\200\211\346\213\251.rst" deleted file mode 100644 index a0fc43983..000000000 --- "a/sphinx/source/Developerguide/\350\207\252\351\200\202\345\272\224\350\256\241\345\210\222\351\200\211\346\213\251.rst" +++ /dev/null @@ -1,10 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/概述-自适应 - ../content/zh/docs/Developerguide/前置条件-自适应 - ../content/zh/docs/Developerguide/使用指导-自适应 - ../content/zh/docs/Developerguide/最佳实践-自适应 - ../content/zh/docs/Developerguide/常见问题处理-自适应 - diff --git "a/sphinx/source/Developerguide/\350\241\250\345\222\214\347\264\242\345\274\225.rst" "b/sphinx/source/Developerguide/\350\241\250\345\222\214\347\264\242\345\274\225.rst" deleted file mode 100644 index 9ef1006c9..000000000 --- "a/sphinx/source/Developerguide/\350\241\250\345\222\214\347\264\242\345\274\225.rst" +++ /dev/null @@ -1,7 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/搜索表 - ../content/zh/docs/Developerguide/创建索引 - ../content/zh/docs/Developerguide/索引使用约束 diff --git "a/sphinx/source/Developerguide/\350\241\250\350\276\276\345\274\217.rst" "b/sphinx/source/Developerguide/\350\241\250\350\276\276\345\274\217.rst" deleted file mode 100644 index 630afb32d..000000000 --- "a/sphinx/source/Developerguide/\350\241\250\350\276\276\345\274\217.rst" +++ /dev/null @@ -1,9 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/简单表达式 - ../content/zh/docs/Developerguide/条件表达式 - ../content/zh/docs/Developerguide/子查询表达式 - ../content/zh/docs/Developerguide/数组表达式 - ../content/zh/docs/Developerguide/行表达式 diff --git "a/sphinx/source/Developerguide/\350\256\276\347\275\256\345\256\211\345\205\250\347\255\226\347\225\245.rst" "b/sphinx/source/Developerguide/\350\256\276\347\275\256\345\256\211\345\205\250\347\255\226\347\225\245.rst" deleted file mode 100644 index 87658cf51..000000000 --- "a/sphinx/source/Developerguide/\350\256\276\347\275\256\345\256\211\345\205\250\347\255\226\347\225\245.rst" +++ /dev/null @@ -1,7 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/设置帐户安全策略 - ../content/zh/docs/Developerguide/设置帐号有效期 - ../content/zh/docs/Developerguide/设置密码安全策略 \ No newline at end of file diff --git "a/sphinx/source/Developerguide/\350\256\276\347\275\256\345\257\206\346\200\201\347\255\211\345\200\274\346\237\245\350\257\242.rst" "b/sphinx/source/Developerguide/\350\256\276\347\275\256\345\257\206\346\200\201\347\255\211\345\200\274\346\237\245\350\257\242.rst" deleted file mode 100644 index de97a4f13..000000000 --- "a/sphinx/source/Developerguide/\350\256\276\347\275\256\345\257\206\346\200\201\347\255\211\345\200\274\346\237\245\350\257\242.rst" +++ /dev/null @@ -1,8 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/密态等值查询概述 - ../content/zh/docs/Developerguide/使用gsql操作密态数据库 - ../content/zh/docs/Developerguide/使用JDBC操作密态数据库 - ../content/zh/docs/Developerguide/密态支持函数-存储过程 \ No newline at end of file diff --git "a/sphinx/source/Developerguide/\350\256\276\347\275\256\346\225\260\346\215\256\345\272\223\345\256\241\350\256\241.rst" "b/sphinx/source/Developerguide/\350\256\276\347\275\256\346\225\260\346\215\256\345\272\223\345\256\241\350\256\241.rst" deleted file mode 100644 index d4ed97f95..000000000 --- "a/sphinx/source/Developerguide/\350\256\276\347\275\256\346\225\260\346\215\256\345\272\223\345\256\241\350\256\241.rst" +++ /dev/null @@ -1,8 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/审计概述 - ../content/zh/docs/Developerguide/查看审计结果 - ../content/zh/docs/Developerguide/维护审计日志 - ../content/zh/docs/Developerguide/设置文件权限安全策略 \ No newline at end of file diff --git "a/sphinx/source/Developerguide/\350\256\276\347\275\256\350\264\246\346\234\254\346\225\260\346\215\256\345\272\223.rst" "b/sphinx/source/Developerguide/\350\256\276\347\275\256\350\264\246\346\234\254\346\225\260\346\215\256\345\272\223.rst" deleted file mode 100644 index 9ba581586..000000000 --- "a/sphinx/source/Developerguide/\350\256\276\347\275\256\350\264\246\346\234\254\346\225\260\346\215\256\345\272\223.rst" +++ /dev/null @@ -1,9 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/账本数据库概述 - ../content/zh/docs/Developerguide/查看账本历史操作记录 - ../content/zh/docs/Developerguide/校验账本数据一致性 - ../content/zh/docs/Developerguide/归档账本数据库 - ../content/zh/docs/Developerguide/修复账本数据库 \ No newline at end of file diff --git "a/sphinx/source/Developerguide/\350\257\215\345\205\270.rst" "b/sphinx/source/Developerguide/\350\257\215\345\205\270.rst" deleted file mode 100644 index c8ef8628b..000000000 --- "a/sphinx/source/Developerguide/\350\257\215\345\205\270.rst" +++ /dev/null @@ -1,11 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/词典概述 - ../content/zh/docs/Developerguide/停用词 - ../content/zh/docs/Developerguide/Simple词典 - ../content/zh/docs/Developerguide/Synonym词典 - ../content/zh/docs/Developerguide/Thesaurus词典 - ../content/zh/docs/Developerguide/Ispell词典 - ../content/zh/docs/Developerguide/Snowball词典 diff --git "a/sphinx/source/Developerguide/\350\265\204\346\272\220\346\266\210\350\200\227.rst" "b/sphinx/source/Developerguide/\350\265\204\346\272\220\346\266\210\350\200\227.rst" deleted file mode 100644 index f3e0171be..000000000 --- "a/sphinx/source/Developerguide/\350\265\204\346\272\220\346\266\210\350\200\227.rst" +++ /dev/null @@ -1,10 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/内存-21 - ../content/zh/docs/Developerguide/磁盘空间 - ../content/zh/docs/Developerguide/内核资源使用 - ../content/zh/docs/Developerguide/基于开销的清理延迟 - ../content/zh/docs/Developerguide/后端写进程 - ../content/zh/docs/Developerguide/异步IO diff --git "a/sphinx/source/Developerguide/\350\265\204\346\272\220\347\256\241\347\220\206\345\207\206\345\244\207.rst" "b/sphinx/source/Developerguide/\350\265\204\346\272\220\347\256\241\347\220\206\345\207\206\345\244\207.rst" deleted file mode 100644 index 06b47f1db..000000000 --- "a/sphinx/source/Developerguide/\350\265\204\346\272\220\347\256\241\347\220\206\345\207\206\345\244\207.rst" +++ /dev/null @@ -1,9 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/资源规划 - ../content/zh/docs/Developerguide/启动资源负载管理功能 - ../content/zh/docs/Developerguide/设置控制组 - ../content/zh/docs/Developerguide/创建资源池 - diff --git "a/sphinx/source/Developerguide/\350\265\204\346\272\220\350\264\237\350\275\275\347\256\241\347\220\206.rst" "b/sphinx/source/Developerguide/\350\265\204\346\272\220\350\264\237\350\275\275\347\256\241\347\220\206.rst" deleted file mode 100644 index 1c9b6c91d..000000000 --- "a/sphinx/source/Developerguide/\350\265\204\346\272\220\350\264\237\350\275\275\347\256\241\347\220\206.rst" +++ /dev/null @@ -1,8 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/资源负载管理概述 - 资源管理准备 - - diff --git "a/sphinx/source/Developerguide/\350\275\257\344\273\266\350\246\201\346\261\202.rst" "b/sphinx/source/Developerguide/\350\275\257\344\273\266\350\246\201\346\261\202.rst" deleted file mode 100644 index 4d6804956..000000000 --- "a/sphinx/source/Developerguide/\350\275\257\344\273\266\350\246\201\346\261\202.rst" +++ /dev/null @@ -1,6 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/操作系统 - ../content/zh/docs/Developerguide/软件依赖 diff --git "a/sphinx/source/Developerguide/\350\277\220\350\241\214\346\227\266\347\273\237\350\256\241.rst" "b/sphinx/source/Developerguide/\350\277\220\350\241\214\346\227\266\347\273\237\350\256\241.rst" deleted file mode 100644 index fc53d6f7e..000000000 --- "a/sphinx/source/Developerguide/\350\277\220\350\241\214\346\227\266\347\273\237\350\256\241.rst" +++ /dev/null @@ -1,6 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/查询和索引统计收集器 - ../content/zh/docs/Developerguide/性能统计 diff --git "a/sphinx/source/Developerguide/\350\277\224\345\233\236\350\257\255\345\217\245.rst" "b/sphinx/source/Developerguide/\350\277\224\345\233\236\350\257\255\345\217\245.rst" deleted file mode 100644 index f44f0495a..000000000 --- "a/sphinx/source/Developerguide/\350\277\224\345\233\236\350\257\255\345\217\245.rst" +++ /dev/null @@ -1,6 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/RETURN - ../content/zh/docs/Developerguide/RETURN-NEXT及RETURN-QUERY diff --git "a/sphinx/source/Developerguide/\350\277\236\346\216\245\345\222\214\350\256\244\350\257\201.rst" "b/sphinx/source/Developerguide/\350\277\236\346\216\245\345\222\214\350\256\244\350\257\201.rst" deleted file mode 100644 index 0cfab3b08..000000000 --- "a/sphinx/source/Developerguide/\350\277\236\346\216\245\345\222\214\350\256\244\350\257\201.rst" +++ /dev/null @@ -1,7 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/连接设置 - ../content/zh/docs/Developerguide/安全和认证_postgresql-conf - ../content/zh/docs/Developerguide/通信库参数 diff --git "a/sphinx/source/Developerguide/\350\277\236\346\216\245\346\225\260\346\215\256\345\272\223-\344\273\216\350\277\231\351\207\214\345\274\200\345\247\213.rst" "b/sphinx/source/Developerguide/\350\277\236\346\216\245\346\225\260\346\215\256\345\272\223-\344\273\216\350\277\231\351\207\214\345\274\200\345\247\213.rst" deleted file mode 100644 index 840f42fbe..000000000 --- "a/sphinx/source/Developerguide/\350\277\236\346\216\245\346\225\260\346\215\256\345\272\223-\344\273\216\350\277\231\351\207\214\345\274\200\345\247\213.rst" +++ /dev/null @@ -1,8 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/确认连接信息 - ../content/zh/docs/Developerguide/配置服务端远程连接 - ../content/zh/docs/Developerguide/用gsql连接 - ../content/zh/docs/Developerguide/应用程序接口 \ No newline at end of file diff --git "a/sphinx/source/Developerguide/\351\200\273\350\276\221\345\244\215\345\210\266.rst" "b/sphinx/source/Developerguide/\351\200\273\350\276\221\345\244\215\345\210\266.rst" deleted file mode 100644 index a2d5b0f7d..000000000 --- "a/sphinx/source/Developerguide/\351\200\273\350\276\221\345\244\215\345\210\266.rst" +++ /dev/null @@ -1,7 +0,0 @@ - - -.. toctree:: - - 逻辑解码 - 发布订阅 - diff --git "a/sphinx/source/Developerguide/\351\200\273\350\276\221\350\247\243\347\240\201.rst" "b/sphinx/source/Developerguide/\351\200\273\350\276\221\350\247\243\347\240\201.rst" deleted file mode 100644 index 9c34af729..000000000 --- "a/sphinx/source/Developerguide/\351\200\273\350\276\221\350\247\243\347\240\201.rst" +++ /dev/null @@ -1,6 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/逻辑解码概述 - ../content/zh/docs/Developerguide/使用SQL函数接口进行逻辑解码 diff --git "a/sphinx/source/Developerguide/\351\205\215\347\275\256LLVM.rst" "b/sphinx/source/Developerguide/\351\205\215\347\275\256LLVM.rst" deleted file mode 100644 index 7d704ea54..000000000 --- "a/sphinx/source/Developerguide/\351\205\215\347\275\256LLVM.rst" +++ /dev/null @@ -1,7 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/LLVM适用场景与限制 - ../content/zh/docs/Developerguide/其他因素对LLVM性能的影响 - ../content/zh/docs/Developerguide/LLVM使用建议 diff --git "a/sphinx/source/Developerguide/\351\205\215\347\275\256SMP.rst" "b/sphinx/source/Developerguide/\351\205\215\347\275\256SMP.rst" deleted file mode 100644 index 59622959b..000000000 --- "a/sphinx/source/Developerguide/\351\205\215\347\275\256SMP.rst" +++ /dev/null @@ -1,8 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/SMP适用场景与限制 - ../content/zh/docs/Developerguide/资源对SMP性能的影响 - ../content/zh/docs/Developerguide/其他因素对SMP性能的影响 - ../content/zh/docs/Developerguide/SMP-使用建议 diff --git "a/sphinx/source/Developerguide/\351\205\215\347\275\256\350\277\220\350\241\214\345\217\202\346\225\260.rst" "b/sphinx/source/Developerguide/\351\205\215\347\275\256\350\277\220\350\241\214\345\217\202\346\225\260.rst" deleted file mode 100644 index b5f3d01e9..000000000 --- "a/sphinx/source/Developerguide/\351\205\215\347\275\256\350\277\220\350\241\214\345\217\202\346\225\260.rst" +++ /dev/null @@ -1,6 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/查看参数当前取值 - ../content/zh/docs/Developerguide/重设参数 diff --git "a/sphinx/source/Developerguide/\351\224\231\350\257\257\346\212\245\345\221\212\345\222\214\346\227\245\345\277\227.rst" "b/sphinx/source/Developerguide/\351\224\231\350\257\257\346\212\245\345\221\212\345\222\214\346\227\245\345\277\227.rst" deleted file mode 100644 index f3390e8fd..000000000 --- "a/sphinx/source/Developerguide/\351\224\231\350\257\257\346\212\245\345\221\212\345\222\214\346\227\245\345\277\227.rst" +++ /dev/null @@ -1,8 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/记录日志的位置 - ../content/zh/docs/Developerguide/记录日志的时间 - ../content/zh/docs/Developerguide/记录日志的内容 - ../content/zh/docs/Developerguide/使用CSV格式写日志 diff --git "a/sphinx/source/Developerguide/\351\224\231\350\257\257\346\227\245\345\277\227\344\277\241\346\201\257\345\217\202\350\200\203.rst" "b/sphinx/source/Developerguide/\351\224\231\350\257\257\346\227\245\345\277\227\344\277\241\346\201\257\345\217\202\350\200\203.rst" deleted file mode 100644 index 636d04c2d..000000000 --- "a/sphinx/source/Developerguide/\351\224\231\350\257\257\346\227\245\345\277\227\344\277\241\346\201\257\345\217\202\350\200\203.rst" +++ /dev/null @@ -1,5 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/内核错误信息 \ No newline at end of file diff --git "a/sphinx/source/Developerguide/\351\224\231\350\257\257\347\240\201\345\217\202\350\200\203.rst" "b/sphinx/source/Developerguide/\351\224\231\350\257\257\347\240\201\345\217\202\350\200\203.rst" deleted file mode 100644 index 5a14f819d..000000000 --- "a/sphinx/source/Developerguide/\351\224\231\350\257\257\347\240\201\345\217\202\350\200\203.rst" +++ /dev/null @@ -1,85 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/SQL标准错误码说明 - ../content/zh/docs/Developerguide/第三方库错误码说明 - GAUSS-00001----GAUSS-00100 - GAUSS-00101----GAUSS-00200 - GAUSS-00201----GAUSS-00300 - GAUSS-00301----GAUSS-00400 - GAUSS-00401----GAUSS-00500 - GAUSS-00501----GAUSS-00600 - GAUSS-00601----GAUSS-00700 - GAUSS-00701----GAUSS-00800 - GAUSS-00801----GAUSS-00900 - GAUSS-00901----GAUSS-01000 - GAUSS-01001----GAUSS-01100 - GAUSS-01101----GAUSS-01200 - GAUSS-01201----GAUSS-01300 - GAUSS-01301----GAUSS-01400 - GAUSS-01401----GAUSS-01500 - GAUSS-01501----GAUSS-01600 - GAUSS-01601----GAUSS-01700 - GAUSS-01701----GAUSS-01800 - GAUSS-01801----GAUSS-01900 - GAUSS-01901----GAUSS-02000 - GAUSS-02001----GAUSS-02100 - GAUSS-02101----GAUSS-02200 - GAUSS-02201----GAUSS-02300 - GAUSS-02301----GAUSS-02400 - GAUSS-02401----GAUSS-02500 - GAUSS-02501----GAUSS-02600 - GAUSS-02601----GAUSS-02700 - GAUSS-02701----GAUSS-02800 - GAUSS-02801----GAUSS-02900 - GAUSS-02901----GAUSS-03000 - GAUSS-03001----GAUSS-03100 - GAUSS-03101----GAUSS-03200 - GAUSS-03201----GAUSS-03300 - GAUSS-03301----GAUSS-03400 - GAUSS-03401----GAUSS-03500 - GAUSS-03501----GAUSS-03600 - GAUSS-03601----GAUSS-03700 - GAUSS-03701----GAUSS-03800 - GAUSS-03801----GAUSS-03900 - GAUSS-03901----GAUSS-04000 - GAUSS-04001----GAUSS-04100 - GAUSS-04101----GAUSS-04200 - GAUSS-04201----GAUSS-04300 - GAUSS-04301----GAUSS-04400 - GAUSS-04401----GAUSS-04500 - GAUSS-04501----GAUSS-04600 - GAUSS-04601----GAUSS-04700 - GAUSS-04701----GAUSS-04800 - GAUSS-04801----GAUSS-04900 - GAUSS-04901----GAUSS-04999 - GAUSS-05001----GAUSS-05100 - GAUSS-05101----GAUSS-05200 - GAUSS-05201---GAUSS-05300 - GAUSS-05301----GAUSS-05400 - GAUSS-05401----GAUSS-05500 - GAUSS-05501----GAUSS-05600 - GAUSS-05601----GAUSS-05700 - GAUSS-05701----GAUSS-05800 - GAUSS-05801----GAUSS-05900 - GAUSS-05901----GAUSS-06000 - GAUSS-06001----GAUSS-06100 - GAUSS-06101----GAUSS-06200 - GAUSS-06201----GAUSS-06300 - GAUSS-06301----GAUSS-06400 - GAUSS-06401----GAUSS-06500 - GAUSS-06501----GAUSS-06600 - GAUSS-06601----GAUSS-06700 - GAUSS-06701----GAUSS-06800 - GAUSS-06801----GAUSS-06900 - GAUSS-06901----GAUSS-07000 - GAUSS-07001----GAUSS-07100 - GAUSS-07101----GAUSS-07200 - GAUSS-07201----GAUSS-07300 - GAUSS-07301----GAUSS-07400 - GAUSS-07401----GAUSS-07500 - GAUSS-50000----GAUSS-50999 - GAUSS-51000----GAUSS-51999 - GAUSS-52000----GAUSS-52999 - GAUSS-53000----GAUSS-53999 diff --git "a/sphinx/source/Developerguide/\351\231\204\345\212\240\345\212\237\350\203\275.rst" "b/sphinx/source/Developerguide/\351\231\204\345\212\240\345\212\237\350\203\275.rst" deleted file mode 100644 index 3938b0555..000000000 --- "a/sphinx/source/Developerguide/\351\231\204\345\212\240\345\212\237\350\203\275.rst" +++ /dev/null @@ -1,8 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/处理tsvector - ../content/zh/docs/Developerguide/处理查询 - ../content/zh/docs/Developerguide/查询重写 - ../content/zh/docs/Developerguide/收集文献统计 diff --git "a/sphinx/source/Developerguide/\351\231\204\345\275\225-2.rst" "b/sphinx/source/Developerguide/\351\231\204\345\275\225-2.rst" deleted file mode 100644 index dd44fff77..000000000 --- "a/sphinx/source/Developerguide/\351\231\204\345\275\225-2.rst" +++ /dev/null @@ -1,6 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/参考文献 - ../content/zh/docs/Developerguide/术语表 \ No newline at end of file diff --git "a/sphinx/source/Developerguide/\351\242\204\345\206\231\345\274\217\346\227\245\345\277\227.rst" "b/sphinx/source/Developerguide/\351\242\204\345\206\231\345\274\217\346\227\245\345\277\227.rst" deleted file mode 100644 index b738b9c9e..000000000 --- "a/sphinx/source/Developerguide/\351\242\204\345\206\231\345\274\217\346\227\245\345\277\227.rst" +++ /dev/null @@ -1,8 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Developerguide/设置 - ../content/zh/docs/Developerguide/检查点 - ../content/zh/docs/Developerguide/日志回放 - ../content/zh/docs/Developerguide/归档 diff --git "a/sphinx/source/Developerguide/\351\253\230\347\272\247\345\214\205.rst" "b/sphinx/source/Developerguide/\351\253\230\347\272\247\345\214\205.rst" deleted file mode 100644 index e1d7ef9e3..000000000 --- "a/sphinx/source/Developerguide/\351\253\230\347\272\247\345\214\205.rst" +++ /dev/null @@ -1,5 +0,0 @@ - - -.. toctree:: - - 基础接口 \ No newline at end of file diff --git a/sphinx/source/FAQ/FAQ.rst b/sphinx/source/FAQ/FAQ.rst deleted file mode 100644 index bf2f87740..000000000 --- a/sphinx/source/FAQ/FAQ.rst +++ /dev/null @@ -1,7 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/FAQ/产品FAQ - ../content/zh/docs/FAQ/使用FAQ - diff --git a/sphinx/source/Releasenotes/Releasenotes.rst b/sphinx/source/Releasenotes/Releasenotes.rst index 6dc0d8623..cd846d7d5 100644 --- a/sphinx/source/Releasenotes/Releasenotes.rst +++ b/sphinx/source/Releasenotes/Releasenotes.rst @@ -2,15 +2,15 @@ .. toctree:: - ../content/zh/docs/Releasenotes/用户须知 - ../content/zh/docs/Releasenotes/版本介绍 - ../content/zh/docs/Releasenotes/特性介绍 - ../content/zh/docs/Releasenotes/版本使用注意事项 - ../content/zh/docs/Releasenotes/已知问题 - ../content/zh/docs/Releasenotes/CVE漏洞 - ../content/zh/docs/Releasenotes/已修复问题 - ../content/zh/docs/Releasenotes/源代码 - ../content/zh/docs/Releasenotes/参与贡献 - ../content/zh/docs/Releasenotes/致谢 + ../content/zh/docs/ReleaseNotes/用户须知 + ../content/zh/docs/ReleaseNotes/版本介绍 + ../content/zh/docs/ReleaseNotes/特性介绍 + ../content/zh/docs/ReleaseNotes/版本使用注意事项 + ../content/zh/docs/ReleaseNotes/已知问题 + ../content/zh/docs/ReleaseNotes/CVE漏洞 + ../content/zh/docs/ReleaseNotes/已修复问题 + ../content/zh/docs/ReleaseNotes/源代码 + ../content/zh/docs/ReleaseNotes/参与贡献 + ../content/zh/docs/ReleaseNotes/致谢 diff --git a/sphinx/source/Technicalwhitepaper/Technicalwhitepaper.rst b/sphinx/source/Technicalwhitepaper/Technicalwhitepaper.rst deleted file mode 100644 index 505192c06..000000000 --- a/sphinx/source/Technicalwhitepaper/Technicalwhitepaper.rst +++ /dev/null @@ -1,15 +0,0 @@ - - -.. toctree:: - - ../content/zh/docs/Technicalwhitepaper/产品定位 - ../content/zh/docs/Technicalwhitepaper/应用场景 - ../content/zh/docs/Technicalwhitepaper/技术特点 - ../content/zh/docs/Technicalwhitepaper/软件架构 - ../content/zh/docs/Technicalwhitepaper/部署方案 - ../content/zh/docs/Technicalwhitepaper/典型组网 - ../content/zh/docs/Technicalwhitepaper/软硬件配置要求 - ../content/zh/docs/Technicalwhitepaper/数据库核心技术 - ../content/zh/docs/Technicalwhitepaper/技术指标 - ../content/zh/docs/Technicalwhitepaper/Glossary - diff --git a/sphinx/source/Toolreference/Toolreference.rst b/sphinx/source/Toolreference/Toolreference.rst deleted file mode 100644 index 7a65b0613..000000000 --- a/sphinx/source/Toolreference/Toolreference.rst +++ /dev/null @@ -1,12 +0,0 @@ - -.. toctree:: - - ../content/zh/docs/Toolreference/工具一览表 - 客户端工具 - 服务端工具 - 系统内部使用的工具 - ../content/zh/docs/Toolreference/统一数据库管理工具 - ../content/zh/docs/Toolreference/FAQ - ../content/zh/docs/Toolreference/openGauss可运行脚本功能说明 - ../content/zh/docs/Toolreference/gs_collector工具支持收集的系统表和视图列表 - diff --git "a/sphinx/source/Toolreference/\345\256\242\346\210\267\347\253\257\345\267\245\345\205\267.rst" "b/sphinx/source/Toolreference/\345\256\242\346\210\267\347\253\257\345\267\245\345\205\267.rst" deleted file mode 100644 index e7cc2b5d5..000000000 --- "a/sphinx/source/Toolreference/\345\256\242\346\210\267\347\253\257\345\267\245\345\205\267.rst" +++ /dev/null @@ -1,5 +0,0 @@ - -.. toctree:: - - ../content/zh/docs/Toolreference/gsql - diff --git "a/sphinx/source/Toolreference/\346\234\215\345\212\241\347\253\257\345\267\245\345\205\267.rst" "b/sphinx/source/Toolreference/\346\234\215\345\212\241\347\253\257\345\267\245\345\205\267.rst" deleted file mode 100644 index 30c1c6166..000000000 --- "a/sphinx/source/Toolreference/\346\234\215\345\212\241\347\253\257\345\267\245\345\205\267.rst" +++ /dev/null @@ -1,18 +0,0 @@ - -.. toctree:: - - ../content/zh/docs/Toolreference/gs_cgroup - ../content/zh/docs/Toolreference/gs_check - ../content/zh/docs/Toolreference/gs_checkos - ../content/zh/docs/Toolreference/gs_checkperf - ../content/zh/docs/Toolreference/gs_collector - ../content/zh/docs/Toolreference/gs_dump - ../content/zh/docs/Toolreference/gs_dumpall - ../content/zh/docs/Toolreference/gs_guc - ../content/zh/docs/Toolreference/gs_encrypt - ../content/zh/docs/Toolreference/gs_om - ../content/zh/docs/Toolreference/gs_plan_simulator - ../content/zh/docs/Toolreference/gs_restore - ../content/zh/docs/Toolreference/gs_ssh - ../content/zh/docs/Toolreference/gs_sdr - diff --git "a/sphinx/source/Toolreference/\347\263\273\347\273\237\345\206\205\351\203\250\344\275\277\347\224\250\347\232\204\345\267\245\345\205\267.rst" "b/sphinx/source/Toolreference/\347\263\273\347\273\237\345\206\205\351\203\250\344\275\277\347\224\250\347\232\204\345\267\245\345\205\267.rst" deleted file mode 100644 index ac4a5db8f..000000000 --- "a/sphinx/source/Toolreference/\347\263\273\347\273\237\345\206\205\351\203\250\344\275\277\347\224\250\347\232\204\345\267\245\345\205\267.rst" +++ /dev/null @@ -1,34 +0,0 @@ - -.. toctree:: - - ../content/zh/docs/Toolreference/gaussdb - ../content/zh/docs/Toolreference/gs_backup - ../content/zh/docs/Toolreference/gs_basebackup - ../content/zh/docs/Toolreference/gs_ctl - ../content/zh/docs/Toolreference/gs_initdb - ../content/zh/docs/Toolreference/gs_install - ../content/zh/docs/Toolreference/gs_postuninstall - ../content/zh/docs/Toolreference/gs_preinstall - ../content/zh/docs/Toolreference/gs_sshexkey - ../content/zh/docs/Toolreference/gs_tar - ../content/zh/docs/Toolreference/gs_uninstall - ../content/zh/docs/Toolreference/gs_upgradectl - ../content/zh/docs/Toolreference/gs_expansion - ../content/zh/docs/Toolreference/gs_dropnode - ../content/zh/docs/Toolreference/gs_probackup - ../content/zh/docs/Toolreference/gstrace - ../content/zh/docs/Toolreference/kdb5_util - ../content/zh/docs/Toolreference/kadmin-local - ../content/zh/docs/Toolreference/kinit - ../content/zh/docs/Toolreference/klist - ../content/zh/docs/Toolreference/krb5kdc - ../content/zh/docs/Toolreference/kdestroy - ../content/zh/docs/Toolreference/pg_config - ../content/zh/docs/Toolreference/pg_controldata - ../content/zh/docs/Toolreference/pg_recvlogical - ../content/zh/docs/Toolreference/pg_resetxlog - ../content/zh/docs/Toolreference/pg_archivecleanup - ../content/zh/docs/Toolreference/pssh - ../content/zh/docs/Toolreference/pscp - ../content/zh/docs/Toolreference/transfer-py - diff --git a/sphinx/source/UpgradeGuide/upgrade.rst b/sphinx/source/UpgradeGuide/upgrade.rst deleted file mode 100644 index 24fc8854e..000000000 --- a/sphinx/source/UpgradeGuide/upgrade.rst +++ /dev/null @@ -1,7 +0,0 @@ - -.. toctree:: - - ../content/zh/docs/UpgradeGuide/升级前必读 - 升级 - ../content/zh/docs/UpgradeGuide/异常处理 - diff --git "a/sphinx/source/UpgradeGuide/\345\215\207\347\272\247.rst" "b/sphinx/source/UpgradeGuide/\345\215\207\347\272\247.rst" deleted file mode 100644 index bdfced65d..000000000 --- "a/sphinx/source/UpgradeGuide/\345\215\207\347\272\247.rst" +++ /dev/null @@ -1,10 +0,0 @@ - -.. toctree:: - - ../content/zh/docs/UpgradeGuide/升级流程 - ../content/zh/docs/UpgradeGuide/升级前准备与检查 - ../content/zh/docs/UpgradeGuide/升级操作 - ../content/zh/docs/UpgradeGuide/升级验证 - ../content/zh/docs/UpgradeGuide/提交升级 - ../content/zh/docs/UpgradeGuide/升级版本回滚 - diff --git a/sphinx/source/index-AboutopenGauss.rst b/sphinx/source/index-AboutopenGauss.rst new file mode 100644 index 000000000..610aefa9c --- /dev/null +++ b/sphinx/source/index-AboutopenGauss.rst @@ -0,0 +1,10 @@ + + +Welcome to openGauss's documentation! +===================================== + +.. toctree:: + + AboutopenGauss/AboutopenGauss + + diff --git a/sphinx/source/index-ReleaseNotes.rst b/sphinx/source/index-ReleaseNotes.rst new file mode 100644 index 000000000..a4ae7877d --- /dev/null +++ b/sphinx/source/index-ReleaseNotes.rst @@ -0,0 +1,10 @@ + + +Welcome to openGauss's documentation! +===================================== + +.. toctree:: + + ReleaseNotes/ReleaseNotes + + diff --git a/sphinx/source/index.rst b/sphinx/source/index.rst deleted file mode 100644 index cbcdd4808..000000000 --- a/sphinx/source/index.rst +++ /dev/null @@ -1,28 +0,0 @@ -.. openGauss documentation master file, created by - sphinx-quickstart on Fri Oct 14 17:09:01 2022. - You can adapt this file completely to your liking, but it should at least - contain the root `toctree` directive. - -Welcome to openGauss's documentation! -===================================== - -.. toctree:: - - content/zh/docs/Releasenotes/法律声明 - Releasenotes/Releasenotes - Description/Description - Technicalwhitepaper/Technicalwhitepaper - CharacteristicDescription/CharacteristicDescription - Compilationguide/Compilation - BriefTutorial/BriefTutorial - Installation/Installation - UpgradeGuide/upgrade - Administratorguide/Administratorguide - Developerguide/Developerguide - DataMigration/DataMigration - Toolreference/Toolreference - content/zh/docs/FAQ/FAQ - content/zh/docs/Glossary/Glossary - content/zh/docs/CommunicationMatrix/通信矩阵 - - diff --git a/sphinx/source/installation/Installation .rst b/sphinx/source/installation/Installation .rst deleted file mode 100644 index fcf9b25e5..000000000 --- a/sphinx/source/installation/Installation .rst +++ /dev/null @@ -1,10 +0,0 @@ - -.. toctree:: - - ../content/zh/docs/Installation/安装概述 - 极简版安装 - 企业版安装 - ../content/zh/docs/Installation/容器安装 - ../content/zh/docs/Installation/RPM安装 - ../content/zh/docs/Installation/卸载openGauss - diff --git "a/sphinx/source/installation/\344\274\201\344\270\232\347\211\210\345\256\211\350\243\205.rst" "b/sphinx/source/installation/\344\274\201\344\270\232\347\211\210\345\256\211\350\243\205.rst" deleted file mode 100644 index aa4a278e5..000000000 --- "a/sphinx/source/installation/\344\274\201\344\270\232\347\211\210\345\256\211\350\243\205.rst" +++ /dev/null @@ -1,7 +0,0 @@ - -.. toctree:: - - 安装准备 - 安装openGauss - ../content/zh/docs/Installation/安装验证 - diff --git "a/sphinx/source/installation/\345\256\211\350\243\205openGauss.rst" "b/sphinx/source/installation/\345\256\211\350\243\205openGauss.rst" deleted file mode 100644 index 1b99906f8..000000000 --- "a/sphinx/source/installation/\345\256\211\350\243\205openGauss.rst" +++ /dev/null @@ -1,8 +0,0 @@ - -.. toctree:: - - ../content/zh/docs/Installation/创建XML配置文件 - ../content/zh/docs/Installation/初始化安装环境 - ../content/zh/docs/Installation/执行安装 - ../content/zh/docs/Installation/初始化数据库 - ../content/zh/docs/Installation/可选_设置备机可读 diff --git "a/sphinx/source/installation/\345\256\211\350\243\205\345\207\206\345\244\207.rst" "b/sphinx/source/installation/\345\256\211\350\243\205\345\207\206\345\244\207.rst" deleted file mode 100644 index 0a9a87be8..000000000 --- "a/sphinx/source/installation/\345\256\211\350\243\205\345\207\206\345\244\207.rst" +++ /dev/null @@ -1,7 +0,0 @@ - -.. toctree:: - - ../content/zh/docs/Installation/了解安装流程 - ../content/zh/docs/Installation/获取安装包 - ../content/zh/docs/Installation/准备软硬件安装环境 - ../content/zh/docs/Installation/了解安装用户及用户组 diff --git "a/sphinx/source/installation/\346\236\201\347\256\200\347\211\210\345\256\211\350\243\205.rst" "b/sphinx/source/installation/\346\236\201\347\256\200\347\211\210\345\256\211\350\243\205.rst" deleted file mode 100644 index 8c0b2107c..000000000 --- "a/sphinx/source/installation/\346\236\201\347\256\200\347\211\210\345\256\211\350\243\205.rst" +++ /dev/null @@ -1,9 +0,0 @@ - -.. toctree:: - - ../content/zh/docs/Installation/安装准备1 - ../content/zh/docs/Installation/获取安装包1 - ../content/zh/docs/Installation/准备软硬件安装环境1 - ../content/zh/docs/Installation/单节点安装 - ../content/zh/docs/Installation/一主一备节点安装 - -- Gitee From 5881f82a384be13e399a1ab909c42b34e7dab90e Mon Sep 17 00:00:00 2001 From: "tongmeixia@0301" <870020620@qq.com> Date: Mon, 10 Apr 2023 15:34:20 +0800 Subject: [PATCH 54/75] fixed b9d26d3 from https://gitee.com/tongdabao/docs/pulls/4890 link --- content/en/docs/AboutopenGauss/tool-chain.md | 2 +- content/en/docs/BriefTutorial/BriefTutorial.md | 2 +- content/en/docs/BriefTutorial/expressions.md | 2 +- .../docs/BriefTutorial/primary-standby-shared-storage.md | 2 +- content/en/docs/DataBaseReference/connection-settings.md | 2 +- .../en/docs/DataBaseReference/cost-based-vacuum-delay.md | 2 +- .../docs/DataBaseReference/gauss-02821----gauss-02830.md | 8 ++++---- .../docs/DataBaseReference/gauss-02971----gauss-02980.md | 4 ++-- .../docs/DataBaseReference/gauss-02991----gauss-03000.md | 2 +- .../docs/DataBaseReference/gauss-03021----gauss-03030.md | 6 +++--- .../docs/DataBaseReference/gauss-03061----gauss-03070.md | 6 +++--- .../docs/DataBaseReference/gauss-03071----gauss-03080.md | 2 +- .../docs/DataBaseReference/gauss-03111----gauss-03120.md | 2 +- .../docs/DataBaseReference/gauss-03121----gauss-03130.md | 2 +- content/en/docs/DataBaseReference/system-catalogs.md | 2 +- content/en/docs/DataBaseReference/system-views.md | 3 +-- content/en/docs/DataBaseReference/write-ahead-log.md | 4 ++-- .../DatabaseAdministrationGuide/Foreign-Data-Wrapper.md | 1 - .../en/docs/DatabaseAdministrationGuide/administrators.md | 8 ++++---- 19 files changed, 30 insertions(+), 32 deletions(-) diff --git a/content/en/docs/AboutopenGauss/tool-chain.md b/content/en/docs/AboutopenGauss/tool-chain.md index 21c5fd250..2e1191dac 100644 --- a/content/en/docs/AboutopenGauss/tool-chain.md +++ b/content/en/docs/AboutopenGauss/tool-chain.md @@ -1,5 +1,5 @@ # Tool Chain -- **[MySQL to openGauss Migration Tool Chameleon](mysql-to-opengauss-migration-tool-chameleon.md)** + - **[OpenGauss Client Tool DataStudio](opengauss-client-tool-datastudio.md)** diff --git a/content/en/docs/BriefTutorial/BriefTutorial.md b/content/en/docs/BriefTutorial/BriefTutorial.md index 1bc620c63..e4c50af8e 100644 --- a/content/en/docs/BriefTutorial/BriefTutorial.md +++ b/content/en/docs/BriefTutorial/BriefTutorial.md @@ -6,5 +6,5 @@ For example the **Installation Guide** provides information about installation r Many important features of openGauss are introduced in the **Developer Guide** section. -For example, the **[MOT Engine](../Developerguide/mot.md)** section provides a detailed review of the Memory Optimized Tables, a high performance storage engine embedded side-by-side the standard storage engine. This includes “MOT Introduction” section (including performance benchmarks), followed by the “Using MOT” section complete manual guide, and concluded by the “MOT Concepts” section with deeper insight into MOT design and technologies. +For example, the **[MOT Engine](../DatabaseAdministrationGuide/using-mot.md)** section provides a detailed review of the Memory Optimized Tables, a high performance storage engine embedded side-by-side the standard storage engine. This includes “MOT Introduction” section (including performance benchmarks), followed by the “Using MOT” section complete manual guide, and concluded by the “MOT Concepts” section with deeper insight into MOT design and technologies. diff --git a/content/en/docs/BriefTutorial/expressions.md b/content/en/docs/BriefTutorial/expressions.md index aa1b211b8..2725fbc29 100644 --- a/content/en/docs/BriefTutorial/expressions.md +++ b/content/en/docs/BriefTutorial/expressions.md @@ -6,7 +6,7 @@ An expression is similar to a formula. You can use it in a query statement to se - Logical expressions - [Logical Operators](operators.md#section2075011374558) lists the operators and computation rules of logical expressions. + [Logical Operators](../DeveloperGuide/operators.md#section2075011374558) lists the operators and computation rules of logical expressions. - Comparison expressions diff --git a/content/en/docs/BriefTutorial/primary-standby-shared-storage.md b/content/en/docs/BriefTutorial/primary-standby-shared-storage.md index 6e00ee488..1dc626e15 100644 --- a/content/en/docs/BriefTutorial/primary-standby-shared-storage.md +++ b/content/en/docs/BriefTutorial/primary-standby-shared-storage.md @@ -238,7 +238,7 @@ The shared storage feature provides the real-time read consistency function on s 3. Perform steps [1](#li0988195961613) to [5](#li23296624419) to gs\_initdb to create a database. 4. Modify the **postgresql.conf** file. - Set **ss\_interconnect\_type** to **RDMA** and add the **ss\_rdma\_work\_config** and **ss\_ock\_log\_path** configuration items. For details about the parameter description and configuration, see [Shared Storage Parameters](../DataBaseReference/en-us_topic_0000001371524841.md). + Set **ss\_interconnect\_type** to **RDMA** and add the **ss\_rdma\_work\_config** and **ss\_ock\_log\_path** configuration items. For details about the parameter description and configuration, see [Shared Storage Parameters](primary-standby-shared-storage.md). Example: diff --git a/content/en/docs/DataBaseReference/connection-settings.md b/content/en/docs/DataBaseReference/connection-settings.md index e122df2b8..d6e7cd76e 100644 --- a/content/en/docs/DataBaseReference/connection-settings.md +++ b/content/en/docs/DataBaseReference/connection-settings.md @@ -51,7 +51,7 @@ This parameter is a POSTMASTER parameter. Set it based on instructions provided This parameter is a POSTMASTER parameter. Set it based on instructions provided in [Table 1](../DatabaseAdministrationGuide/resetting-parameters.md#en-us_topic_0283137176_en-us_topic_0237121562_en-us_topic_0059777490_t91a6f212010f4503b24d7943aed6d846). -**Value range**: an integer. The minimum value is **10** \(greater than the value of *max\*wal\_senders_\). The theoretical maximum value is **262143**. The actual maximum value is a dynamic value, which is calculated using the formula 262143 – value of *job\*queue\_processes_ – value of *autovacuum\*max\_workers_ – value of *AUXILIARY\*BACKENDS_ – value of *AV\*LAUNCHER\_PROCS_. The values of *job\*queue\_processes *[autovacuum\*max\_workers](en-us_topic_0289900634.md#en-us_topic_0283137694_en-us_topic_0237124730_en-us_topic_0059778244_s76932f79410248ba8923017d19982673)*, and _[max\*inner\_tool\_connections](#en-us_topic_0283136886_section132711513143211)_ depend on the settings of the corresponding GUC parameters. *AUXILIARY\*BACKENDS_ indicates the number of reserved auxiliary threads, which is fixed at 20. *AV\*LAUNCHER\_PROCS_ indicates the number of reserved launcher threads for autovacuum, which is fixed at 2. +**Value range**: an integer. The minimum value is **10** \(greater than the value of *max\*wal\_senders_\). The theoretical maximum value is **262143**. The actual maximum value is a dynamic value, which is calculated using the formula 262143 – value of *job\*queue\_processes_ – value of *autovacuum\*max\_workers_ – value of *AUXILIARY\*BACKENDS_ – value of *AV\*LAUNCHER\_PROCS_. The values of *job\*queue\_processes *[autovacuum\*max\_workers](#en-us_topic_0283137694_en-us_topic_0237124730_en-us_topic_0059778244_s76932f79410248ba8923017d19982673)*, and _[max\*inner\_tool\_connections](#en-us_topic_0283136886_section132711513143211)_ depend on the settings of the corresponding GUC parameters. *AUXILIARY\*BACKENDS_ indicates the number of reserved auxiliary threads, which is fixed at 20. *AV\*LAUNCHER\_PROCS_ indicates the number of reserved launcher threads for autovacuum, which is fixed at 2. **Default value**: diff --git a/content/en/docs/DataBaseReference/cost-based-vacuum-delay.md b/content/en/docs/DataBaseReference/cost-based-vacuum-delay.md index 2ab6053b5..e991dfbe2 100644 --- a/content/en/docs/DataBaseReference/cost-based-vacuum-delay.md +++ b/content/en/docs/DataBaseReference/cost-based-vacuum-delay.md @@ -9,7 +9,7 @@ This feature allows administrators to reduce the I/O impact of the **VACUUM** ## Background -During the execution of the [ANALYZE | ANALYSE](en-us_topic_0289900881.md) and [VACUUM](en-us_topic_0289900615.md) statements, the system maintains an internal counter that keeps track of the estimated cost of the various I/O operations that are performed. When the accumulated cost reaches a limit \(specified by **vacuum\_cost\_limit**\), the process performing the operation will sleep for a short period of time \(specified by **vacuum\_cost\_delay**\). Then, the counter resets and the operation continues. +During the execution of the [ANALYZE | ANALYSE](../SQLReference/analyze-analyse.md) and [VACUUM](../SQLReference/vacuum.md) statements, the system maintains an internal counter that keeps track of the estimated cost of the various I/O operations that are performed. When the accumulated cost reaches a limit \(specified by **vacuum\_cost\_limit**\), the process performing the operation will sleep for a short period of time \(specified by **vacuum\_cost\_delay**\). Then, the counter resets and the operation continues. By default, this feature is disabled. To enable this feature, set **vacuum\_cost\_delay** to a non-zero value. diff --git a/content/en/docs/DataBaseReference/gauss-02821----gauss-02830.md b/content/en/docs/DataBaseReference/gauss-02821----gauss-02830.md index 4f1f790f6..4575e25c6 100644 --- a/content/en/docs/DataBaseReference/gauss-02821----gauss-02830.md +++ b/content/en/docs/DataBaseReference/gauss-02821----gauss-02830.md @@ -6,7 +6,7 @@ SQLSTATE: 22P03 Description: The numeric input is invalid. -Solution: Check whether the data contains invalid numeric input. For the valid format of the numeric type, see [en-us\_topic\_0237121926.md](en-us_topic_0237121926.md). +Solution: Check whether the data contains invalid numeric input. For the valid format of the numeric type. GAUSS-02822: "invalid sign in external 'numeric' value" @@ -14,7 +14,7 @@ SQLSTATE: 22P03 Description: The numeric input is invalid. -Solution: Check whether the data contains invalid numeric input. For the valid format of the numeric type, see [en-us\_topic\_0237121926.md](en-us_topic_0237121926.md). +Solution: Check whether the data contains invalid numeric input. For the valid format of the numeric type. GAUSS-02823: "invalid digit in external 'numeric' value" @@ -22,7 +22,7 @@ SQLSTATE: 22P03 Description: The numeric input is invalid. -Solution: Check whether the data contains invalid numeric input. For the valid format of the numeric type, see [en-us\_topic\_0237121926.md](en-us_topic_0237121926.md). +Solution: Check whether the data contains invalid numeric input. For the valid format of the numeric type. GAUSS-02824: "NUMERIC precision %d must be between 1 and %d" @@ -46,7 +46,7 @@ SQLSTATE: 22023 Description: The numeric input is invalid. -Solution: Check whether the data contains invalid numeric input. For the valid format of the numeric type, see [en-us\_topic\_0237121926.md](en-us_topic_0237121926.md). +Solution: Check whether the data contains invalid numeric input. For the valid format of the numeric type. GAUSS-02827: "count must be greater than zero" diff --git a/content/en/docs/DataBaseReference/gauss-02971----gauss-02980.md b/content/en/docs/DataBaseReference/gauss-02971----gauss-02980.md index 1a255be3e..b047133e8 100644 --- a/content/en/docs/DataBaseReference/gauss-02971----gauss-02980.md +++ b/content/en/docs/DataBaseReference/gauss-02971----gauss-02980.md @@ -6,7 +6,7 @@ SQLSTATE: 22003 Description: Overflows occur when the number of floating points exceeds the upper limit. -Solution: Ensure that the input data does not exceed the upper limit. For the data value range, see [en-us\_topic\_0237121926.md](en-us_topic_0237121926.md). +Solution: Ensure that the input data does not exceed the upper limit. For the data value range. GAUSS-02972: "invalid input syntax for type real: '%s'" @@ -38,7 +38,7 @@ SQLSTATE: 22003 Description: The input is out of range. -Solution: Ensure that the returned value of the parameter that causes this error is within the range. For the data value range, see [en-us\_topic\_0237121926.md](en-us_topic_0237121926.md). +Solution: Ensure that the returned value of the parameter that causes this error is within the range. For the data value range. GAUSS-02976: "setseed parameter %f out of range \[-1,1\]" diff --git a/content/en/docs/DataBaseReference/gauss-02991----gauss-03000.md b/content/en/docs/DataBaseReference/gauss-02991----gauss-03000.md index 70af65b56..e49b82163 100644 --- a/content/en/docs/DataBaseReference/gauss-02991----gauss-03000.md +++ b/content/en/docs/DataBaseReference/gauss-02991----gauss-03000.md @@ -54,7 +54,7 @@ SQLSTATE: 22008 Description: The input timestamp value is out of range. -Solution: Check whether the input timestamp value is valid. For the data value range, see [en-us\_topic\_0237121926.md](en-us_topic_0237121926.md). +Solution: Check whether the input timestamp value is valid. For the data value range. GAUSS-02998: "timestamp cannot be NaN" diff --git a/content/en/docs/DataBaseReference/gauss-03021----gauss-03030.md b/content/en/docs/DataBaseReference/gauss-03021----gauss-03030.md index f8ebf316d..7a8197185 100644 --- a/content/en/docs/DataBaseReference/gauss-03021----gauss-03030.md +++ b/content/en/docs/DataBaseReference/gauss-03021----gauss-03030.md @@ -14,7 +14,7 @@ SQLSTATE: 22023 Description: Failed to convert to a specified time zone. -Solution: Check the input parameter. For the data value range, see [en-us\_topic\_0237121926.md](en-us_topic_0237121926.md). +Solution: Check the input parameter. For the data value range. GAUSS-03023: "time zone '%s' not recognized" @@ -38,7 +38,7 @@ SQLSTATE: 0A000 Description: The date format is incorrect. -Solution: Ensure that the format of the input data is correct. For the data value range, see [en-us\_topic\_0237121926.md](en-us_topic_0237121926.md). +Solution: Ensure that the format of the input data is correct. For the data value range. GAUSS-03028: "the year is invalid" @@ -62,5 +62,5 @@ SQLSTATE: 0A000 Description: More than two separators are found in time strings, which is invalid. -Solution: Ensure that the input data is valid. For the data value range, see [en-us\_topic\_0237121926.md](en-us_topic_0237121926.md). +Solution: Ensure that the input data is valid. For the data value range. diff --git a/content/en/docs/DataBaseReference/gauss-03061----gauss-03070.md b/content/en/docs/DataBaseReference/gauss-03061----gauss-03070.md index 9bc226f63..28f80bff7 100644 --- a/content/en/docs/DataBaseReference/gauss-03061----gauss-03070.md +++ b/content/en/docs/DataBaseReference/gauss-03061----gauss-03070.md @@ -62,7 +62,7 @@ SQLSTATE: 22003 Description: The parameter value is out of the range of the integer type value. -Solution: Check the input parameter. For the data value range, see [en-us\_topic\_0237121926.md](en-us_topic_0237121926.md). +Solution: Check the input parameter. For the data value range. GAUSS-03069: "value '%s' is out of range for type smallint" @@ -70,7 +70,7 @@ SQLSTATE: 22003 Description: The parameter value is out of the range of the smallint type value. -Solution: Check the input parameter. For the data value range, see [en-us\_topic\_0237121926.md](en-us_topic_0237121926.md). +Solution: Check the input parameter. For the data value range. GAUSS-03070: "value '%s' is out of range for 8-bit integer" @@ -78,5 +78,5 @@ SQLSTATE: 22003 Description: The parameter value is out of the range of the eight-digit integer type value. -Solution: Check the input parameter. For the data value range, see [en-us\_topic\_0237121926.md](en-us_topic_0237121926.md). +Solution: Check the input parameter. For the data value range. diff --git a/content/en/docs/DataBaseReference/gauss-03071----gauss-03080.md b/content/en/docs/DataBaseReference/gauss-03071----gauss-03080.md index 2b34140e5..25b39a070 100644 --- a/content/en/docs/DataBaseReference/gauss-03071----gauss-03080.md +++ b/content/en/docs/DataBaseReference/gauss-03071----gauss-03080.md @@ -70,7 +70,7 @@ SQLSTATE: 0A000 Description: The value of absolute time is invalid and cannot be converted to the timestamp type. -Solution: Check the input parameter. For the data value range, see [en-us\_topic\_0237121926.md](en-us_topic_0237121926.md). +Solution: Check the input parameter. For the data value range. GAUSS-03080: "unexpected dtype %d while parsing reltime '%s'" diff --git a/content/en/docs/DataBaseReference/gauss-03111----gauss-03120.md b/content/en/docs/DataBaseReference/gauss-03111----gauss-03120.md index d96bdf3da..c668f0bd5 100644 --- a/content/en/docs/DataBaseReference/gauss-03111----gauss-03120.md +++ b/content/en/docs/DataBaseReference/gauss-03111----gauss-03120.md @@ -62,7 +62,7 @@ SQLSTATE: 22023 Description: Hexadecimal characters are invalid. -Solution: Check the input parameter. For the data value range, see [en-us\_topic\_0237121926.md](en-us_topic_0237121926.md). +Solution: Check the input parameter. For the data value range. GAUSS-03119: "invalid hexadecimal data: odd number of digits" diff --git a/content/en/docs/DataBaseReference/gauss-03121----gauss-03130.md b/content/en/docs/DataBaseReference/gauss-03121----gauss-03130.md index a59afe9a1..366f35525 100644 --- a/content/en/docs/DataBaseReference/gauss-03121----gauss-03130.md +++ b/content/en/docs/DataBaseReference/gauss-03121----gauss-03130.md @@ -22,7 +22,7 @@ SQLSTATE: 22003 Description: Overflows occur when int4 is converted to char. -Solution: Check the input parameter. For the data value range, see [en-us\_topic\_0237121926.md](en-us_topic_0237121926.md). +Solution: Check the input parameter. For the data value range. GAUSS-03124: "invalid input syntax for type oid: '%s'" diff --git a/content/en/docs/DataBaseReference/system-catalogs.md b/content/en/docs/DataBaseReference/system-catalogs.md index ff92fe5c4..e8880a590 100644 --- a/content/en/docs/DataBaseReference/system-catalogs.md +++ b/content/en/docs/DataBaseReference/system-catalogs.md @@ -108,4 +108,4 @@ - **[PGXC\_NODE](pgxc_node.md)** - **[PGXC\_SLICE](pgxc_slice.md)** - **[PLAN\_TABLE\_DATA](plan_table_data.md)** -- **[STATEMENT\_HISTORY](statement_history.md)** +- **[STATEMENT\_HISTORY](statement_history_system-catalogs.md)** diff --git a/content/en/docs/DataBaseReference/system-views.md b/content/en/docs/DataBaseReference/system-views.md index 451535c68..edd4187c6 100644 --- a/content/en/docs/DataBaseReference/system-views.md +++ b/content/en/docs/DataBaseReference/system-views.md @@ -2,7 +2,7 @@ - **[DV\_SESSION\_LONGOPS](dv_session_longops.md)** - **[DV\_SESSIONS](dv_sessions.md)** -- **[GET\_GLOBAL\_PREPARED\_XACTS \(Discarded\)](get_global_prepared_xacts-(discarded).md)** +- **[GET\_GLOBAL\_PREPARED\_XACTS \(Discarded\)](get_global_prepared_xacts-discarded.md)** - **[GS\_AUDITING\_ACCESS](gs_auditing_access.md)** - **[GS\_AUDITING\_PRIVILEGE](gs_auditing_privilege.md)** - **[GS\_AUDITING](gs_auditing.md)** @@ -39,7 +39,6 @@ - **[GS\_WLM\_SESSION\_INFO](gs_wlm_session_info.md)** - **[GS\_WLM\_SESSION\_STATISTICS](gs_wlm_session_statistics.md)** - **[GS\_WLM\_USER\_INFO](gs_wlm_user_info.md)** -- **[GS\_WRITE\_TERM\_LOG](gs_write_term_log.md)** - **[MPP\_TABLES](mpp_tables.md)** - **[PG\_AVAILABLE\_EXTENSION\_VERSIONS](pg_available_extension_versions.md)** - **[PG\_AVAILABLE\_EXTENSIONS](pg_available_extensions.md)** diff --git a/content/en/docs/DataBaseReference/write-ahead-log.md b/content/en/docs/DataBaseReference/write-ahead-log.md index 9f3bf44a5..c0acaa5f8 100644 --- a/content/en/docs/DataBaseReference/write-ahead-log.md +++ b/content/en/docs/DataBaseReference/write-ahead-log.md @@ -1,8 +1,8 @@ # Write Ahead Log -- **[Settings](settings.md)** +- **[Settings](settings-60.md)** -- **[Checkpoints](checkpoints.md)** +- **[Checkpoints](checkpoints-60.md)** - **[Log Replay](log-replay.md)** diff --git a/content/en/docs/DatabaseAdministrationGuide/Foreign-Data-Wrapper.md b/content/en/docs/DatabaseAdministrationGuide/Foreign-Data-Wrapper.md index c0e297f01..825744324 100644 --- a/content/en/docs/DatabaseAdministrationGuide/Foreign-Data-Wrapper.md +++ b/content/en/docs/DatabaseAdministrationGuide/Foreign-Data-Wrapper.md @@ -2,7 +2,6 @@ The foreign data wrapper \(FDW\) of openGauss can implement cross-database operations between openGauss databases and remote databases or between openGauss databases themselves. Currently, the following remote databases are supported: Oracle, MySQL \(MariaDB\), openGauss \(postgres\_fdw\), file\_fdw and DBLINK. -- **[External Data Wrapper for Oracle](external-data-wrapper-for-oracle.md)** - **[mysql\_fdw](mysql_fdw.md)** diff --git a/content/en/docs/DatabaseAdministrationGuide/administrators.md b/content/en/docs/DatabaseAdministrationGuide/administrators.md index a54fdfa81..72cdab6fc 100644 --- a/content/en/docs/DatabaseAdministrationGuide/administrators.md +++ b/content/en/docs/DatabaseAdministrationGuide/administrators.md @@ -10,7 +10,7 @@ An initial user bypasses all permission checks. You are advised to use an initia A system administrator is an account with the **SYSADMIN** attribute. By default, a database system administrator has the same permissions as object owners but does not have the object permissions in **dbe\_perf** mode. -To create a system administrator, connect to the database as the initial user or a system administrator and run the **[CREATE USER](create-user.md)** or **[ALTER USER](alter-user.md)** statement with **SYSADMIN** specified. +To create a system administrator, connect to the database as the initial user or a system administrator and run the **[CREATE USER](../SQLReference/create-user.md)** or **[ALTER USER](alter-user.md)** statement with **SYSADMIN** specified. ``` CREATE USER sysadmin WITH SYSADMIN password "xxxxxxxxx"; @@ -30,7 +30,7 @@ To run the **ALTER USER** statement, the user must exist. A monitor administrator is an account with the **MONADMIN** attribute and has the permission to view views and functions in the **dbe\_perf** schema. The monitor administrator can also grant or revoke object permissions in the **dbe\_perf** schema. -To create a monitor administrator, connect to the database as a system administrator and run the **[CREATE USER](create-user.md)** or **[ALTER USER](alter-user.md)** statement with **MONADMIN** specified. +To create a monitor administrator, connect to the database as a system administrator and run the **[CREATE USER](../SQLReference/create-user.md)** or **[ALTER USER](../SQLReference/alter-user.md)** statement with **MONADMIN** specified. ``` postgres=# CREATE USER monadmin WITH MONADMIN password "xxxxxxxxx"; @@ -48,7 +48,7 @@ To run the **ALTER USER** statement, the user must exist. An O&M administrator is an account with the **OPRADMIN** attribute and has the permission to use Roach to perform backup and restoration. -To create an O&M administrator, connect to the database as an initial user and run the **[CREATE USER](create-user.md)** or **[ALTER USER](alter-user.md)** statement with **OPRADMIN** specified. +To create an O&M administrator, connect to the database as an initial user and run the **[CREATE USER](../SQLReference/create-user.md)** or **[ALTER USER](../SQLReference/alter-user.md)** statement with **OPRADMIN** specified. ``` postgres=# CREATE USER opradmin WITH OPRADMIN password "xxxxxxxxx"; @@ -66,7 +66,7 @@ To run the **ALTER USER** statement, the user must exist. A security policy administrator is an account with the **POLADMIN** attribute and has the permission to create resource tags, anonymization policies, and unified audit policies. -To create a security policy administrator, connect to the database as an administrator and run the **[CREATE USER](create-user.md)** or **[ALTER USER](alter-user.md)** statement with **POLADMIN** specified. +To create a security policy administrator, connect to the database as an administrator and run the **[CREATE USER](../SQLReference/create-user.md)** or **[ALTER USER](../SQLReference/alter-user.md)** statement with **POLADMIN** specified. ``` postgres=# CREATE USER poladmin WITH POLADMIN password "xxxxxxxxx"; -- Gitee From 849e9105883f9086e930527cd7a71425b944193e Mon Sep 17 00:00:00 2001 From: lestertt Date: Mon, 10 Apr 2023 12:03:24 +0800 Subject: [PATCH 55/75] =?UTF-8?q?fixed=201b5731b=20from=20https://gitee.co?= =?UTF-8?q?m/yanzi2021/docs/pulls/4888=20=E8=8B=B1=E6=96=87=E6=96=AD?= =?UTF-8?q?=E9=93=BE=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../using-the-vectorized-executor-for-tuning.md | 2 +- content/en/docs/SQLReference/SQL-Reference.md | 2 +- .../docs/SQLReference/ai-feature-functions.md | 17 ++++++----------- .../en/docs/SQLReference/alter-foreign-table.md | 2 +- content/en/docs/SQLReference/alter-server.md | 2 +- .../en/docs/SQLReference/alter-system-set.md | 2 +- content/en/docs/SQLReference/analyze-analyse.md | 2 +- .../en/docs/SQLReference/basic-statements.md | 2 +- .../docs/SQLReference/configuration-examples.md | 2 +- .../SQLReference/constraints-on-index-use.md | 2 +- .../docs/SQLReference/create-foreign-table.md | 2 +- content/en/docs/SQLReference/create-function.md | 2 +- content/en/docs/SQLReference/create-model.md | 4 ++-- .../en/docs/SQLReference/create-procedure.md | 2 +- .../docs/SQLReference/create-resource-pool.md | 2 +- .../en/docs/SQLReference/create-subscription.md | 1 - content/en/docs/SQLReference/create-table.md | 2 +- .../create-text-search-dictionary.md | 4 ++-- .../en/docs/SQLReference/create-user-mapping.md | 2 +- content/en/docs/SQLReference/data-types.md | 2 +- ...d-time-processing-functions-and-operators.md | 2 +- 21 files changed, 27 insertions(+), 33 deletions(-) diff --git a/content/en/docs/PerformanceTuningGuide/using-the-vectorized-executor-for-tuning.md b/content/en/docs/PerformanceTuningGuide/using-the-vectorized-executor-for-tuning.md index 9412d23c8..96ca7d58b 100644 --- a/content/en/docs/PerformanceTuningGuide/using-the-vectorized-executor-for-tuning.md +++ b/content/en/docs/PerformanceTuningGuide/using-the-vectorized-executor-for-tuning.md @@ -9,7 +9,7 @@ The openGauss database supports the row executor and vectorized executor for pro Therefore, the openGauss database can achieve better query performance for complex analytical queries. However, column-store tables do not perform well in data insertion and update. Therefore, column-store tables cannot be used for services with frequent data insertion and update. -To improve the query performance of row-store tables in complex analytical queries, the openGauss database provides the vectorized executor for processing row-store tables. You can set **[try\_vector\_engine\_strategy](optimizer-method-configuration.md#section145867222412)** to convert query statements containing row-store tables into vectorized execution plans for execution. +To improve the query performance of row-store tables in complex analytical queries, the openGauss database provides the vectorized executor for processing row-store tables. You can set **[try\_vector\_engine\_strategy](../DatabaseReference/optimizer-method-configuration.md#section145867222412)** to convert query statements containing row-store tables into vectorized execution plans for execution. This conversion is not applicable to all query scenarios. If a query statement contains operations such as expression calculation, multi-table join, and aggregation, the performance can be improved by converting the statement to a vectorized execution plan. Theoretically, converting a row-store table to a vectorized execution plan causes conversion overheads and performance deterioration. After the foregoing expression calculation, join operation, and aggregation operations are converted into vectorized execution plans, performance can be improved. The performance improvement must be higher than the overheads generated by the conversion. This determines whether the conversion is required. diff --git a/content/en/docs/SQLReference/SQL-Reference.md b/content/en/docs/SQLReference/SQL-Reference.md index 9ba853cfe..14f43fc06 100644 --- a/content/en/docs/SQLReference/SQL-Reference.md +++ b/content/en/docs/SQLReference/SQL-Reference.md @@ -28,6 +28,6 @@ - **[SQL Syntax](sql-syntax.md)** -- **[Appendix](appendix.md)** +- **[Appendix](../BriefTutorial/appendix-sql-syntax.md)** diff --git a/content/en/docs/SQLReference/ai-feature-functions.md b/content/en/docs/SQLReference/ai-feature-functions.md index bb22f7a67..9a4c0503b 100644 --- a/content/en/docs/SQLReference/ai-feature-functions.md +++ b/content/en/docs/SQLReference/ai-feature-functions.md @@ -8,7 +8,7 @@ Return type: record - [Single-query Index Recommendation](en-us_topic_0296549246.md) describes the examples. + [Single-query Index Recommendation](../AIFeatureGuide/single-query-index-recommendation.md) describes the examples. - hypopg\_create\_index\(text\) @@ -18,7 +18,7 @@ Return type: record - [Virtual Index](en-us_topic_0296549247.md) describes the examples. + [Virtual Index](../AIFeatureGuide/virtual-index.md) describes the examples. - hypopg\_display\_index\(\) @@ -28,7 +28,7 @@ Return type: record - [Virtual Index](en-us_topic_0296549247.md) describes the examples. + [Virtual Index](../AIFeatureGuide/virtual-index.md) describes the examples. - hypopg\_drop\_index\(oid\) @@ -38,7 +38,7 @@ Return type: Boolean - [Virtual Index](en-us_topic_0296549247.md) describes the examples. + [Virtual Index](../AIFeatureGuide/virtual-index.md) describes the examples. - hypopg\_reset\_index\(\) @@ -48,7 +48,7 @@ Return type: none - [Virtual Index](en-us_topic_0296549247.md) describes the examples. + [Virtual Index](../AIFeatureGuide/virtual-index.md) describes the examples. - hypopg\_estimate\_size\(oid\) @@ -58,7 +58,7 @@ Return type: int8 - [Virtual Index](en-us_topic_0296549247.md) describes the examples. + [Virtual Index](../AIFeatureGuide/virtual-index.md) describes the examples. - check\_engine\_status\(ip text, port text\) @@ -68,7 +68,6 @@ Return type: text - [User Guide](en-us_topic_0289900575.md) describes the examples. - encode\_plan\_node\(optname text, orientation text, strategy text, options text, dop int8, quals text, projection text\) @@ -89,7 +88,6 @@ Return type: tartup\_time\_accuracy FLOAT8, total\_time\_accuracy FLOAT8, rows\_accuracy FLOAT8, peak\_memory\_accuracy FLOAT8 - [User Guide](en-us_topic_0289900575.md) describes the examples. - track\_model\_train\_opt\(ip text, port text\) @@ -99,7 +97,6 @@ Return type: text - [User Guide](en-us_topic_0289900575.md) describes the examples. - encode\_feature\_perf\_hist\(datname text\) @@ -109,7 +106,6 @@ Return type: queryid bigint, plan\_node\_id int, parent\_node\_id int, left\_child\_id int, right\_child\_id int, encode text, startup\_time bigint, total\_time bigint, rows bigint, and peak\_memory int - [User Guide](en-us_topic_0289900575.md) describes the examples. - gather\_encoding\_info\(datname text\) @@ -119,7 +115,6 @@ Return type: int - [User Guide](en-us_topic_0289900575.md) describes the examples. - db4ai\_predict\_by\_bool \(text, VARIADIC "any"\) diff --git a/content/en/docs/SQLReference/alter-foreign-table.md b/content/en/docs/SQLReference/alter-foreign-table.md index 5fe6e7cc2..3242eef9c 100644 --- a/content/en/docs/SQLReference/alter-foreign-table.md +++ b/content/en/docs/SQLReference/alter-foreign-table.md @@ -97,7 +97,7 @@ ALTER FOREIGN TABLE [ IF EXISTS ] table_name >![](public_sys-resources/icon-note.gif) **NOTE:** - >For details about how to use **file\_fdw**, see [file\_fdw](en-us_topic_0000001116194726.md). + >For details about how to use **file\_fdw**, see [file\_fdw](../DatabaseAdministrationGuide/file_fdw.md). - **value** diff --git a/content/en/docs/SQLReference/alter-server.md b/content/en/docs/SQLReference/alter-server.md index ec5360c7b..5cd3518d1 100644 --- a/content/en/docs/SQLReference/alter-server.md +++ b/content/en/docs/SQLReference/alter-server.md @@ -62,7 +62,7 @@ Only the server owner or a user granted with the ALTER permission can run the * Listening port number of the MySQL server or MariaDB. - - The options supported by postgres\_fdw are the same as those supported by libpq. For details, see [Connection Characters](en-us_topic_0289900649.md). Note that the following options cannot be modified: + - The options supported by postgres\_fdw are the same as those supported by libpq. For details, see [Connection Characters](../DeveloperGuide/link-parameters-libpq.md). Note that the following options cannot be modified: - **user** and **password** The user name and password are specified when the user mapping is created. diff --git a/content/en/docs/SQLReference/alter-system-set.md b/content/en/docs/SQLReference/alter-system-set.md index 87b0f35e3..cc0843e95 100644 --- a/content/en/docs/SQLReference/alter-system-set.md +++ b/content/en/docs/SQLReference/alter-system-set.md @@ -12,7 +12,7 @@ - The GUC parameters at the BACKEND level take effect only after the session is reconnected. - The GUC parameters at the SIGHUP level take effect immediately. \(Actually, there is a slight delay to wait for the thread reloading the parameter.\) -- You can set the [**audit\_set\_parameter**](en-us_topic_0289900107.md#en-us_topic_0283136929_en-us_topic_0237124747_en-us_topic_0059777487_sc59738d0efe94f909306fde1f3d04f1e) parameter to specify whether the operation is audited. +- You can set the [**audit\_set\_parameter**](../DatabaseReference/operation-auditing.md#en-us_topic_0283136929_en-us_topic_0237124747_en-us_topic_0059777487_sc59738d0efe94f909306fde1f3d04f1e) parameter to specify whether the operation is audited. - The operation can be synchronized to the standby server. - The operation is the same as **gs\_guc**, which does not pay attention to whether the database is a primary or standby node or whether the database is read-only. - The operation cannot be executed in a transaction because it cannot be rolled back. diff --git a/content/en/docs/SQLReference/analyze-analyse.md b/content/en/docs/SQLReference/analyze-analyse.md index 169f87489..8782ec9dd 100644 --- a/content/en/docs/SQLReference/analyze-analyse.md +++ b/content/en/docs/SQLReference/analyze-analyse.md @@ -46,7 +46,7 @@ If no parameter is specified, **ANALYZE** analyzes each table and partitioned ta >![](public_sys-resources/icon-note.gif) **NOTE:** > - >- When collecting statistics about multiple columns, set the GUC parameter [default\_statistics\_target](other-optimizer-options.md#en-us_topic_0283137690_en-us_topic_0237124719_en-us_topic_0059779049_se18c86fcdf5e4a22870f71187436d815) to a negative value to sample data in percentage. + >- When collecting statistics about multiple columns, set the GUC parameter [default\_statistics\_target](../DatabaseReference/other-optimizer-options.md#en-us_topic_0283137690_en-us_topic_0237124719_en-us_topic_0059779049_se18c86fcdf5e4a22870f71187436d815) to a negative value to sample data in percentage. > >- If the GUC parameter **enable\_functional\_dependency** is disabled, the statistics about a maximum of 32 columns can be collected at a time. If the GUC parameter **enable\_functional\_dependency** is enabled, the statistics about a maximum of 4 columns can be collected at a time. > diff --git a/content/en/docs/SQLReference/basic-statements.md b/content/en/docs/SQLReference/basic-statements.md index 9f978d08c..9fd584a1d 100644 --- a/content/en/docs/SQLReference/basic-statements.md +++ b/content/en/docs/SQLReference/basic-statements.md @@ -5,7 +5,7 @@ During PL/SQL programming, you may define some variables, assign values to varia >![](public_sys-resources/icon-note.gif) **NOTE:** >You are advised not to call the SQL statements containing passwords in the stored procedures because authorized users may view the stored procedure file in the database and password information is leaked. If a stored procedure contains other sensitive information, permission to access this procedure must be configured, preventing information leakage. -- **[Define Variable](define-variable.md)** +- **[Define Variable](variable-definition-statements.md)** - **[Assignment Statements](assignment-statements.md)** diff --git a/content/en/docs/SQLReference/configuration-examples.md b/content/en/docs/SQLReference/configuration-examples.md index 4cf5f22aa..3da152833 100644 --- a/content/en/docs/SQLReference/configuration-examples.md +++ b/content/en/docs/SQLReference/configuration-examples.md @@ -5,7 +5,7 @@ Text search configuration specifies the following components required for conver - A parser, decomposes a text into tokens. - Dictionary list, converts each token into a lexeme. -Each time when the **to\_tsvector** or **to\_tsquery** function is invoked, a text search configuration is required to specify a processing procedure. The GUC parameter [default\_text\_search\_config](locale-and-formatting.md#en-us_topic_0237124733_en-us_topic_0059778109_sd9a07d429cd4498383931c621742b816) specifies the default text search configuration, which will be used if the text search function does not explicitly specify a text search configuration. +Each time when the **to\_tsvector** or **to\_tsquery** function is invoked, a text search configuration is required to specify a processing procedure. The GUC parameter [default\_text\_search\_config](../DatabaseReference/locale-and-formatting.md#en-us_topic_0237124733_en-us_topic_0059778109_sd9a07d429cd4498383931c621742b816) specifies the default text search configuration, which will be used if the text search function does not explicitly specify a text search configuration. openGauss provides some predefined text search configurations. You can also create user-defined text search configurations. In addition, to facilitate the management of text search objects, multiple **gsql** meta-commands are provided to display information about text search objects. For details, see "Client Tool \> Meta-Command Reference" in *Tool Reference*. diff --git a/content/en/docs/SQLReference/constraints-on-index-use.md b/content/en/docs/SQLReference/constraints-on-index-use.md index 8201a70ee..75e88ef7f 100644 --- a/content/en/docs/SQLReference/constraints-on-index-use.md +++ b/content/en/docs/SQLReference/constraints-on-index-use.md @@ -17,7 +17,7 @@ openGauss=# create index idx2 on table1 using gin(to_tsvector(c_text)); openGauss=# select c_varchar,to_tsvector(c_varchar) from table1 where to_tsvector(c_text) @@ plainto_tsquery('¥#@...&**') and to_tsvector(c_text) @@ plainto_tsquery('Company ') and c_varchar is not null order by 1 desc limit 3; ``` -In this example, **table1** has two GIN indexes created on the same column **c\_text**, **idx1** and **idx2**, but these two indexes are created under different settings of [default\_text\_search\_config](en-us_topic_0289900528.md#en-us_topic_0283136798_en-us_topic_0237124733_en-us_topic_0059778109_sd9a07d429cd4498383931c621742b816). Differences between this example and the scenario where one table has common indexes created on the same column are as follows: +In this example, **table1** has two GIN indexes created on the same column **c\_text**, **idx1** and **idx2**, but these two indexes are created under different settings of [default\_text\_search\_config](../DatabaseReference/locale-and-formatting.md#en-us_topic_0283136798_en-us_topic_0237124733_en-us_topic_0059778109_sd9a07d429cd4498383931c621742b816). Differences between this example and the scenario where one table has common indexes created on the same column are as follows: - GIN indexes use different parsers \(that is, different delimiters\). In this case, the index data of **idx1** is different from that of **idx2**. - In the specified scenario, the index data of multiple common indexes created on the same column is the same. diff --git a/content/en/docs/SQLReference/create-foreign-table.md b/content/en/docs/SQLReference/create-foreign-table.md index 9c14d6172..d3386375e 100644 --- a/content/en/docs/SQLReference/create-foreign-table.md +++ b/content/en/docs/SQLReference/create-foreign-table.md @@ -151,7 +151,7 @@ where table_constraint can be: >![](public_sys-resources/icon-note.gif) **NOTE:** - >For details about how to use **file\_fdw**, see [file\_fdw](en-us_topic_0000001116194726.md). + >For details about how to use **file\_fdw**, see [file\_fdw](../DatabaseAdministrationGuide/file_fdw.md). diff --git a/content/en/docs/SQLReference/create-function.md b/content/en/docs/SQLReference/create-function.md index d316306f8..7fffce74c 100644 --- a/content/en/docs/SQLReference/create-function.md +++ b/content/en/docs/SQLReference/create-function.md @@ -113,7 +113,7 @@ - **argtype** - Specifies the data type of a function parameter. **%TYPE** or **%ROWTYPE** can be used to indirectly reference a variable or table type. For details, see [Variable Definition Statements](en-us_topic_0289900208.md). + Specifies the data type of a function parameter. **%TYPE** or **%ROWTYPE** can be used to indirectly reference a variable or table type. For details, see [Variable Definition Statements](variable-definition-statements.md). - **expression** diff --git a/content/en/docs/SQLReference/create-model.md b/content/en/docs/SQLReference/create-model.md index 57b0d2560..8d0710519 100644 --- a/content/en/docs/SQLReference/create-model.md +++ b/content/en/docs/SQLReference/create-model.md @@ -55,13 +55,13 @@ WITH hyperparameter_name = { hyperparameter_value | DEFAULT } [, ...] } Hyperparameter name of the machine learning model. - Value range: a string. The value range varies depending on the algorithms. For details, see [Table 2](en-us_topic_0000001149426339.md#table15985527185615). + Value range: a string. The value range varies depending on the algorithms. For details, see [Table 2](../AIFeatureGuide/db4ai-query-for-model-training-and-prediction.md#table15985527185615). - **hp\_value** Hyperparameter value. - Value range: a string. The value range varies depending on the algorithms. For details, see [Table 3](en-us_topic_0000001149426339.md#table86881521502). + Value range: a string. The value range varies depending on the algorithms. For details, see [Table 3](../AIFeatureGuide/db4ai-query-for-model-training-and-prediction.md#table86881521502). ## Examples diff --git a/content/en/docs/SQLReference/create-procedure.md b/content/en/docs/SQLReference/create-procedure.md index 18b6a8e75..f24ad0e44 100644 --- a/content/en/docs/SQLReference/create-procedure.md +++ b/content/en/docs/SQLReference/create-procedure.md @@ -71,7 +71,7 @@ plsql_body - **argtype** - Specifies the type of an argument. **%TYPE** or **%ROWTYPE** can be used to indirectly reference a variable or table type. For details, see [Variable Definition Statements](en-us_topic_0289900208.md). + Specifies the type of an argument. **%TYPE** or **%ROWTYPE** can be used to indirectly reference a variable or table type. For details, see [Variable Definition Statements](variable-definition-statements.md). Value range: a valid data type diff --git a/content/en/docs/SQLReference/create-resource-pool.md b/content/en/docs/SQLReference/create-resource-pool.md index c85024d5d..75c5a169e 100644 --- a/content/en/docs/SQLReference/create-resource-pool.md +++ b/content/en/docs/SQLReference/create-resource-pool.md @@ -115,7 +115,7 @@ CREATE RESOURCE POOL pool_name ## Examples -This example assumes that Cgroups have been created by users in advance. For details about how to create Cgroups, see [Setting a Cgroup](en-us_topic_0000001147994526.md). +This example assumes that Cgroups have been created by users in advance. For details about how to create Cgroups, see [Setting a Cgroup](../PerformanceTuningGuide/setting-a-cgroup.md). ``` -- Create a default resource pool, and associate it with the Medium Timeshare Cgroup under Workload under DefaultClass. diff --git a/content/en/docs/SQLReference/create-subscription.md b/content/en/docs/SQLReference/create-subscription.md index 853088911..becb2acec 100644 --- a/content/en/docs/SQLReference/create-subscription.md +++ b/content/en/docs/SQLReference/create-subscription.md @@ -29,7 +29,6 @@ CREATE SUBSCRIPTION subscription_name For example, **'host=1.1.1.1,2.2.2.2 port=10000,20000 dbname=postgres user=repusr1 password=password\_123'**. - For details about the fields in the character string, see [Link Parameters](en-us_topic_0289900649.md). The following table lists the common link parameters. - **host** diff --git a/content/en/docs/SQLReference/create-table.md b/content/en/docs/SQLReference/create-table.md index e6a3bb66e..c54dbb7d1 100644 --- a/content/en/docs/SQLReference/create-table.md +++ b/content/en/docs/SQLReference/create-table.md @@ -14,7 +14,7 @@ - If an error occurs during table creation, after it is fixed, the system may fail to delete the empty disk files created before the last automatic clearance. This problem seldom occurs and does not affect system running of the database. - Only **PARTIAL CLUSTER KEY**, **UNIQUE**, and **PRIAMRY KEY** can be used as the table-level constraint of column-store tables. Table-level foreign key constraints are not supported. - Only the **NULL**, **NOT NULL**, **DEFAULT** constant values, **UNIQUE**, and **PRIMARY KEY** can be used as column-store table constraints. -- Whether column-store tables support a delta table is specified by the [enable\_delta\_store](en-us_topic_0289900911.md#en-us_topic_0283136577_en-us_topic_0237124705_section1035224982816) parameter. The threshold for storing data into a delta table is specified by the **deltarow\_threshold** parameter. +- Whether column-store tables support a delta table is specified by the enable\_delta\_store parameter. The threshold for storing data into a delta table is specified by the **deltarow\_threshold** parameter. - When JDBC is used, the **DEFAULT** value can be set through **PrepareStatement**. - The maximum number of columns on each table is 1600, which depends on the column type. The total size of all columns cannot exceed 8192 bytes, except for the columns of variable data types, such as text, varchar, and char. - A user granted with the **CREATE ANY TABLE** permission can create tables in the public and user schemas. To create a table that contains serial columns, you must also grant the **CREATE ANY SEQUENCE** permission to create sequences. diff --git a/content/en/docs/SQLReference/create-text-search-dictionary.md b/content/en/docs/SQLReference/create-text-search-dictionary.md index 32874bfc3..ec6ad0a05 100644 --- a/content/en/docs/SQLReference/create-text-search-dictionary.md +++ b/content/en/docs/SQLReference/create-text-search-dictionary.md @@ -4,7 +4,7 @@ **CREATE TEXT SEARCH DICTIONARY** creates a full-text retrieval dictionary. A dictionary is used to identify and process particular words during full-text retrieval. -Dictionaries are created by using predefined templates \(defined in the [PG\_TS\_TEMPLATE](pg_ts_template.md) system catalog\). Five types of dictionaries can be created, **Simple**, **Ispell**, **Synonym**, **Thesaurus**, and **Snowball**. These dictionaries are used to handle different types of tasks. +Dictionaries are created by using predefined templates \(defined in the [PG\_TS\_TEMPLATE](../DatabaseReference/pg_ts_template.md) system catalog\). Five types of dictionaries can be created, **Simple**, **Ispell**, **Synonym**, **Thesaurus**, and **Snowball**. These dictionaries are used to handle different types of tasks. ## Precautions @@ -33,7 +33,7 @@ CREATE TEXT SEARCH DICTIONARY name ( Specifies a template name. - Value range: templates \(**Simple**, **Synonym**, **Thesaurus**, **Ispell**, and **Snowball**\) defined in the [PG\_TS\_TEMPLATE](pg_ts_template.md) system catalog + Value range: templates \(**Simple**, **Synonym**, **Thesaurus**, **Ispell**, and **Snowball**\) defined in the [PG\_TS\_TEMPLATE](../DatabaseReference/pg_ts_template.md) system catalog - **option** diff --git a/content/en/docs/SQLReference/create-user-mapping.md b/content/en/docs/SQLReference/create-user-mapping.md index 7f1feb4b4..29ef94967 100644 --- a/content/en/docs/SQLReference/create-user-mapping.md +++ b/content/en/docs/SQLReference/create-user-mapping.md @@ -33,7 +33,7 @@ CREATE USER MAPPING FOR { user_name | USER | CURRENT_USER | PUBLIC } Specifies options for user mapping. These options typically define the actual user name and password for this mapping. The option name must be unique. The allowed option names and values are related to the foreign data wrapper of the server. >![](public_sys-resources/icon-note.gif) **NOTE:** - >- User passwords are encrypted and stored in the system catalog [PG\_USER\_MAPPING](pg_user_mapping.md). During the encryption, **usermapping.key.cipher** and **usermapping.key.rand** are used as the encryption password file and encryption factor. Before using the tool for the first time, run the following command to create the two files, save the files to the _$GAUSSHOME_**/bin** directory on each node, and ensure that you have the read permission on the files. **gs\_ssh** helps you quickly place files in the specified directory of each node. + >- User passwords are encrypted and stored in the system catalog [PG\_USER\_MAPPING](../DatabaseReference/pg_user_mapping.md). During the encryption, **usermapping.key.cipher** and **usermapping.key.rand** are used as the encryption password file and encryption factor. Before using the tool for the first time, run the following command to create the two files, save the files to the _$GAUSSHOME_**/bin** directory on each node, and ensure that you have the read permission on the files. **gs\_ssh** helps you quickly place files in the specified directory of each node. > ``` > gs_ssh -c "gs_guc generate -o usermapping -S default -D $GAUSSHOME/bin" > ``` diff --git a/content/en/docs/SQLReference/data-types.md b/content/en/docs/SQLReference/data-types.md index dc33208f8..0768677fd 100644 --- a/content/en/docs/SQLReference/data-types.md +++ b/content/en/docs/SQLReference/data-types.md @@ -1,6 +1,6 @@ # Data Types -openGauss supports implicit conversions between certain data types. For details, see[PG\_CAST](pg_cast.md) . +openGauss supports implicit conversions between certain data types. For details, see[PG\_CAST](../DatabaseReference/pg_cast.md) . - **[Numeric Types](numeric-types.md)** diff --git a/content/en/docs/SQLReference/date-and-time-processing-functions-and-operators.md b/content/en/docs/SQLReference/date-and-time-processing-functions-and-operators.md index 0f6a46a33..5624e463d 100644 --- a/content/en/docs/SQLReference/date-and-time-processing-functions-and-operators.md +++ b/content/en/docs/SQLReference/date-and-time-processing-functions-and-operators.md @@ -544,7 +544,7 @@ Description: Converts a number to the interval type. **num** is a numeric-typed number. **interval\_unit** is a string in the following format: 'DAY' | 'HOUR' | 'MINUTE' | 'SECOND' - You can set the [IntervalStyle](en-us_topic_0289900528.md#en-us_topic_0283136798_en-us_topic_0237124733_en-us_topic_0059778109_s89302a8dcd7f46ecb7167574d6397dc0) parameter to **a** to be compatible with the interval output format of the function. + You can set the [IntervalStyle](../DatabaseReference/locale-and-formatting.md#en-us_topic_0283136798_en-us_topic_0237124733_en-us_topic_0059778109_s89302a8dcd7f46ecb7167574d6397dc0) parameter to **a** to be compatible with the interval output format of the function. Example: -- Gitee From c417737b871574208d4ff4658ab781c82f6b64f3 Mon Sep 17 00:00:00 2001 From: liyang0608 <264327807@qq.com> Date: Mon, 10 Apr 2023 17:27:35 +0800 Subject: [PATCH 56/75] fix picture --- ...247\350\203\275\350\257\212\346\226\255.md" | 2 +- .../Data-Flow-Diagram-of-Dense-Database.png | Bin .../AboutopenGauss/figures/Global-SysCache.png | Bin .../zh/docs/AboutopenGauss/figures/KPI.png | Bin ...enGaussian-logical-architecture-diagram.png | Bin ...nciple-of-Session-Performance-Diagnosis.png | Bin .../Resource-pooling-architecture-diagram.jpg | Bin ...ocations-and-three-centers-in-OpenGauss.png | Bin .../figures/UBTree-and-BTree-lookup.png | Bin .../figures/Vectorization-execution-engine.png | Bin .../openGauss-Row-column-Hybrid-Engine.png | Bin ...04\347\244\272\346\204\217\345\233\276.png" | Bin 274357 -> 0 bytes ...67\345\255\230\345\274\225\346\223\216.png" | Bin 123232 -> 0 bytes .../public_sys-resources/icon-caution.gif | Bin 580 -> 0 bytes .../public_sys-resources/icon-caution.png | Bin 0 -> 2612 bytes .../public_sys-resources/icon-danger.gif | Bin 580 -> 0 bytes .../public_sys-resources/icon-danger.png | Bin 0 -> 2612 bytes .../public_sys-resources/icon-note.gif | Bin 394 -> 0 bytes .../public_sys-resources/icon-note.png | Bin 0 -> 2097 bytes .../public_sys-resources/icon-notice.gif | Bin 406 -> 0 bytes .../public_sys-resources/icon-notice.png | Bin 0 -> 2162 bytes .../public_sys-resources/icon-tip.gif | Bin 253 -> 0 bytes .../public_sys-resources/icon-tip.png | Bin 0 -> 2109 bytes .../public_sys-resources/icon-warning.gif | Bin 580 -> 0 bytes .../public_sys-resources/icon-warning.png | Bin 0 -> 2612 bytes ...236\345\274\272\347\211\271\346\200\247.md" | 10 +++++----- ...\346\224\257\346\214\201global-syscache.md" | 2 +- ...241\351\252\214\346\234\272\345\210\266.md" | 2 +- ...205\345\212\251\350\257\212\346\226\255.md" | 2 +- ...204\346\272\220\346\261\240\345\214\226.md" | 2 +- .../public_sys-resources/icon-caution.gif | Bin 580 -> 0 bytes .../public_sys-resources/icon-caution.png | Bin 0 -> 2612 bytes .../public_sys-resources/icon-danger.gif | Bin 580 -> 0 bytes .../public_sys-resources/icon-danger.png | Bin 0 -> 2612 bytes .../public_sys-resources/icon-note.gif | Bin 394 -> 0 bytes .../public_sys-resources/icon-note.png | Bin 0 -> 2097 bytes .../public_sys-resources/icon-notice.gif | Bin 406 -> 0 bytes .../public_sys-resources/icon-notice.png | Bin 0 -> 2162 bytes .../public_sys-resources/icon-tip.gif | Bin 253 -> 0 bytes .../public_sys-resources/icon-tip.png | Bin 0 -> 2109 bytes .../public_sys-resources/icon-warning.gif | Bin 580 -> 0 bytes .../public_sys-resources/icon-warning.png | Bin 0 -> 2612 bytes 42 files changed, 10 insertions(+), 10 deletions(-) rename "content/zh/docs/AboutopenGauss/figures/\345\257\206\346\200\201\346\225\260\346\215\256\345\272\223\346\225\260\346\215\256\346\265\201\345\233\276.png" => content/zh/docs/AboutopenGauss/figures/Data-Flow-Diagram-of-Dense-Database.png (100%) rename "content/zh/docs/AboutopenGauss/figures/Global-SysCache\345\216\237\347\220\206\345\233\276.png" => content/zh/docs/AboutopenGauss/figures/Global-SysCache.png (100%) rename "content/zh/docs/AboutopenGauss/figures/KPI\346\214\207\346\240\207\345\206\205\346\240\270\345\210\206\345\270\203.png" => content/zh/docs/AboutopenGauss/figures/KPI.png (100%) rename "content/zh/docs/AboutopenGauss/figures/openGauss\351\200\273\350\276\221\346\236\266\346\236\204\345\233\276.png" => content/zh/docs/AboutopenGauss/figures/OpenGaussian-logical-architecture-diagram.png (100%) rename "content/zh/docs/AboutopenGauss/figures/Session\346\200\247\350\203\275\350\257\212\346\226\255\345\216\237\347\220\206.png" => content/zh/docs/AboutopenGauss/figures/Principle-of-Session-Performance-Diagnosis.png (100%) rename "content/zh/docs/AboutopenGauss/figures/\350\265\204\346\272\220\346\261\240\345\214\226\346\236\266\346\236\204\345\233\276.jpg" => content/zh/docs/AboutopenGauss/figures/Resource-pooling-architecture-diagram.jpg (100%) rename "content/zh/docs/AboutopenGauss/figures/openGauss\344\270\244\345\234\260\344\270\211\344\270\255\345\277\203\345\256\271\347\201\276\346\236\266\346\236\204\347\244\272\346\204\217\345\233\276.png" => content/zh/docs/AboutopenGauss/figures/Schematic-diagram-of-disaster-recovery-architecture-for-two-locations-and-three-centers-in-OpenGauss.png (100%) rename "content/zh/docs/AboutopenGauss/figures/UBTree\344\270\216BTree\346\237\245\346\211\276-\346\233\264\346\226\260\346\257\224\350\276\203\347\244\272\346\204\217\345\233\276.png" => content/zh/docs/AboutopenGauss/figures/UBTree-and-BTree-lookup.png (100%) rename "content/zh/docs/AboutopenGauss/figures/\345\220\221\351\207\217\345\214\226\346\211\247\350\241\214\345\274\225\346\223\216(png).png" => content/zh/docs/AboutopenGauss/figures/Vectorization-execution-engine.png (100%) rename "content/zh/docs/AboutopenGauss/figures/8-3\350\241\214\345\210\227\346\267\267\345\255\230\345\274\225\346\223\216.png" => content/zh/docs/AboutopenGauss/figures/openGauss-Row-column-Hybrid-Engine.png (100%) delete mode 100644 "content/zh/docs/AboutopenGauss/figures/openGauss\346\236\266\346\236\204\347\244\272\346\204\217\345\233\276.png" delete mode 100644 "content/zh/docs/AboutopenGauss/figures/openGauss\350\241\214\345\210\227\346\267\267\345\255\230\345\274\225\346\223\216.png" delete mode 100644 content/zh/docs/AboutopenGauss/public_sys-resources/icon-caution.gif create mode 100644 content/zh/docs/AboutopenGauss/public_sys-resources/icon-caution.png delete mode 100644 content/zh/docs/AboutopenGauss/public_sys-resources/icon-danger.gif create mode 100644 content/zh/docs/AboutopenGauss/public_sys-resources/icon-danger.png delete mode 100644 content/zh/docs/AboutopenGauss/public_sys-resources/icon-note.gif create mode 100644 content/zh/docs/AboutopenGauss/public_sys-resources/icon-note.png delete mode 100644 content/zh/docs/AboutopenGauss/public_sys-resources/icon-notice.gif create mode 100644 content/zh/docs/AboutopenGauss/public_sys-resources/icon-notice.png delete mode 100644 content/zh/docs/AboutopenGauss/public_sys-resources/icon-tip.gif create mode 100644 content/zh/docs/AboutopenGauss/public_sys-resources/icon-tip.png delete mode 100644 content/zh/docs/AboutopenGauss/public_sys-resources/icon-warning.gif create mode 100644 content/zh/docs/AboutopenGauss/public_sys-resources/icon-warning.png delete mode 100644 content/zh/docs/ReleaseNotes/public_sys-resources/icon-caution.gif create mode 100644 content/zh/docs/ReleaseNotes/public_sys-resources/icon-caution.png delete mode 100644 content/zh/docs/ReleaseNotes/public_sys-resources/icon-danger.gif create mode 100644 content/zh/docs/ReleaseNotes/public_sys-resources/icon-danger.png delete mode 100644 content/zh/docs/ReleaseNotes/public_sys-resources/icon-note.gif create mode 100644 content/zh/docs/ReleaseNotes/public_sys-resources/icon-note.png delete mode 100644 content/zh/docs/ReleaseNotes/public_sys-resources/icon-notice.gif create mode 100644 content/zh/docs/ReleaseNotes/public_sys-resources/icon-notice.png delete mode 100644 content/zh/docs/ReleaseNotes/public_sys-resources/icon-tip.gif create mode 100644 content/zh/docs/ReleaseNotes/public_sys-resources/icon-tip.png delete mode 100644 content/zh/docs/ReleaseNotes/public_sys-resources/icon-warning.gif create mode 100644 content/zh/docs/ReleaseNotes/public_sys-resources/icon-warning.png diff --git "a/content/zh/docs/AboutopenGauss/Session\346\200\247\350\203\275\350\257\212\346\226\255.md" "b/content/zh/docs/AboutopenGauss/Session\346\200\247\350\203\275\350\257\212\346\226\255.md" index 7c791f304..dee354e5f 100644 --- "a/content/zh/docs/AboutopenGauss/Session\346\200\247\350\203\275\350\257\212\346\226\255.md" +++ "b/content/zh/docs/AboutopenGauss/Session\346\200\247\350\203\275\350\257\212\346\226\255.md" @@ -30,7 +30,7 @@ Session采样数据分为两级,如[图1](#fig197862247217)所示: 2. 第二级为持久化历史信息,存储在磁盘文件中,展示过去很长一段时间的历史活跃Session信息,从内存数据中抽样而来,适合长时间跨度的统计分析。 **图 1** Session性能诊断原理 -![](figures/Session性能诊断原理.png "Session性能诊断原理") +![](figures/Principle-of-Session-Performance-Diagnosis.png "Session性能诊断原理") 部分使用场景如下所示: diff --git "a/content/zh/docs/AboutopenGauss/figures/\345\257\206\346\200\201\346\225\260\346\215\256\345\272\223\346\225\260\346\215\256\346\265\201\345\233\276.png" b/content/zh/docs/AboutopenGauss/figures/Data-Flow-Diagram-of-Dense-Database.png similarity index 100% rename from "content/zh/docs/AboutopenGauss/figures/\345\257\206\346\200\201\346\225\260\346\215\256\345\272\223\346\225\260\346\215\256\346\265\201\345\233\276.png" rename to content/zh/docs/AboutopenGauss/figures/Data-Flow-Diagram-of-Dense-Database.png diff --git "a/content/zh/docs/AboutopenGauss/figures/Global-SysCache\345\216\237\347\220\206\345\233\276.png" b/content/zh/docs/AboutopenGauss/figures/Global-SysCache.png similarity index 100% rename from "content/zh/docs/AboutopenGauss/figures/Global-SysCache\345\216\237\347\220\206\345\233\276.png" rename to content/zh/docs/AboutopenGauss/figures/Global-SysCache.png diff --git "a/content/zh/docs/AboutopenGauss/figures/KPI\346\214\207\346\240\207\345\206\205\346\240\270\345\210\206\345\270\203.png" b/content/zh/docs/AboutopenGauss/figures/KPI.png similarity index 100% rename from "content/zh/docs/AboutopenGauss/figures/KPI\346\214\207\346\240\207\345\206\205\346\240\270\345\210\206\345\270\203.png" rename to content/zh/docs/AboutopenGauss/figures/KPI.png diff --git "a/content/zh/docs/AboutopenGauss/figures/openGauss\351\200\273\350\276\221\346\236\266\346\236\204\345\233\276.png" b/content/zh/docs/AboutopenGauss/figures/OpenGaussian-logical-architecture-diagram.png similarity index 100% rename from "content/zh/docs/AboutopenGauss/figures/openGauss\351\200\273\350\276\221\346\236\266\346\236\204\345\233\276.png" rename to content/zh/docs/AboutopenGauss/figures/OpenGaussian-logical-architecture-diagram.png diff --git "a/content/zh/docs/AboutopenGauss/figures/Session\346\200\247\350\203\275\350\257\212\346\226\255\345\216\237\347\220\206.png" b/content/zh/docs/AboutopenGauss/figures/Principle-of-Session-Performance-Diagnosis.png similarity index 100% rename from "content/zh/docs/AboutopenGauss/figures/Session\346\200\247\350\203\275\350\257\212\346\226\255\345\216\237\347\220\206.png" rename to content/zh/docs/AboutopenGauss/figures/Principle-of-Session-Performance-Diagnosis.png diff --git "a/content/zh/docs/AboutopenGauss/figures/\350\265\204\346\272\220\346\261\240\345\214\226\346\236\266\346\236\204\345\233\276.jpg" b/content/zh/docs/AboutopenGauss/figures/Resource-pooling-architecture-diagram.jpg similarity index 100% rename from "content/zh/docs/AboutopenGauss/figures/\350\265\204\346\272\220\346\261\240\345\214\226\346\236\266\346\236\204\345\233\276.jpg" rename to content/zh/docs/AboutopenGauss/figures/Resource-pooling-architecture-diagram.jpg diff --git "a/content/zh/docs/AboutopenGauss/figures/openGauss\344\270\244\345\234\260\344\270\211\344\270\255\345\277\203\345\256\271\347\201\276\346\236\266\346\236\204\347\244\272\346\204\217\345\233\276.png" b/content/zh/docs/AboutopenGauss/figures/Schematic-diagram-of-disaster-recovery-architecture-for-two-locations-and-three-centers-in-OpenGauss.png similarity index 100% rename from "content/zh/docs/AboutopenGauss/figures/openGauss\344\270\244\345\234\260\344\270\211\344\270\255\345\277\203\345\256\271\347\201\276\346\236\266\346\236\204\347\244\272\346\204\217\345\233\276.png" rename to content/zh/docs/AboutopenGauss/figures/Schematic-diagram-of-disaster-recovery-architecture-for-two-locations-and-three-centers-in-OpenGauss.png diff --git "a/content/zh/docs/AboutopenGauss/figures/UBTree\344\270\216BTree\346\237\245\346\211\276-\346\233\264\346\226\260\346\257\224\350\276\203\347\244\272\346\204\217\345\233\276.png" b/content/zh/docs/AboutopenGauss/figures/UBTree-and-BTree-lookup.png similarity index 100% rename from "content/zh/docs/AboutopenGauss/figures/UBTree\344\270\216BTree\346\237\245\346\211\276-\346\233\264\346\226\260\346\257\224\350\276\203\347\244\272\346\204\217\345\233\276.png" rename to content/zh/docs/AboutopenGauss/figures/UBTree-and-BTree-lookup.png diff --git "a/content/zh/docs/AboutopenGauss/figures/\345\220\221\351\207\217\345\214\226\346\211\247\350\241\214\345\274\225\346\223\216(png).png" b/content/zh/docs/AboutopenGauss/figures/Vectorization-execution-engine.png similarity index 100% rename from "content/zh/docs/AboutopenGauss/figures/\345\220\221\351\207\217\345\214\226\346\211\247\350\241\214\345\274\225\346\223\216(png).png" rename to content/zh/docs/AboutopenGauss/figures/Vectorization-execution-engine.png diff --git "a/content/zh/docs/AboutopenGauss/figures/8-3\350\241\214\345\210\227\346\267\267\345\255\230\345\274\225\346\223\216.png" b/content/zh/docs/AboutopenGauss/figures/openGauss-Row-column-Hybrid-Engine.png similarity index 100% rename from "content/zh/docs/AboutopenGauss/figures/8-3\350\241\214\345\210\227\346\267\267\345\255\230\345\274\225\346\223\216.png" rename to content/zh/docs/AboutopenGauss/figures/openGauss-Row-column-Hybrid-Engine.png diff --git "a/content/zh/docs/AboutopenGauss/figures/openGauss\346\236\266\346\236\204\347\244\272\346\204\217\345\233\276.png" "b/content/zh/docs/AboutopenGauss/figures/openGauss\346\236\266\346\236\204\347\244\272\346\204\217\345\233\276.png" deleted file mode 100644 index e96c15698cf02ac6469507d0f56e68353b2b1530..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 274357 zcmeEO^;cDGx7~D$ilQ`%fRYMGw@9a`G)Ol{gQNl~p-6{PN(xAqG}1^&mmFHUJMTK* z7~i=6!u{bo2IC#C9?sc&KP%>%bFLGlsw_i7NJ)qw2#K7m)Dr~3dxRiZR`|H^Hy1x= zBN2oik&}{m>i%Ul(L-19O6sJ%G4C?Dao~|Wys|fm zT*k-7d@WA@|Nr^F^9cTs%ZlkBQYX_}?p(C}W0p%0Y09er*iaT&iU zpP(=C%KskUANfypOMG}FZ_gJt-G#j`y)(u~=91YJ%nMCBW6qC{kFOJvv$b7}7QvlL znV6UyFsmf(Vk4^0p5^J4S`D_AwPf}$efZ30-@QmI;LH3(U47~G>(@UKTUK=m)w@w) z$S397;T3D-mtTvY`u_5ja66~D%f=QpR_XLFWxg}^!rI8_$w~3N1iXD{W20ntU*8ie zo#PBLX5~fK0NN9Ssg7t?kqcJQBvy?dyKHQ1X$)1Qf3BouWb_pm7cYJM_>oaehg|9; zC^U3c)a-X$a56jIR~LHU{tY5Z;xi?97$tBIw@kPyPkLg~A1cOkHT%r9g;T5y=l4Y2 z@v^kM_e@6SAK~Y&47athy_I*QbTM~XS&N0Vf2e0FFU2J!JlE9L_E}pj8Gi(?eaOJz zKY7K`($aE`gN0=o54n8pT8Z=WKsL<}{zO3+`G1F7v)oEbN|9d@6C(rW)wH$c&rUY# zND5b?SvAa@rEAVV+KiXwp~4wtc#B4D1QEZ~)am|#fq^<9ZWSRRq1N5q-PZ^rARwUg zI8aGJ;hRc4muX^r{AedU;J0!SwSj@nlK1Z2bA9>prQe;sYTNNLpOb?P6iILGKU9I? zulo9WaT&x!m; z^SelW{cEg^8uzUkN6-1I%_D`z=FKfF-Pnf@*0R~BR&p-(X}(gvkg(cUj!yeLRJ z{t^<>Ig*l+5{)2_-d#FlW@1`+W!_e1`0MR!yi3%w%b_I~zD-?SUE4FwAw9lj)NkC+ zPb*LJ&2n7sB&HMH(tZ~i*?(A2P@rXHWknGmAAh1vb}*2wF6eu@)p`ZWA<2idFgmey zt1!0lGTW7d)1w_91W`#AC9zP^uA_t_+r9PZt!{Ws%#WM=FJG8=CigTonV3pTw`ju4 zRC@BNT-W5S6$HIc_VqM$bXZA|sek|6D!v_4KYUoqaQ*sqK_1GyIp2#Dl#ATS=nuWB zNn9l5j|C(Ai-M43i~+@}2L?h(NlERK!Iqw$KJal<&9G-6{7ldc71?gG4^ezjCetGa zXZkrl{>XJ>@=SeWvLFH?^3 z+&gbhtXG~0-@h6g z$=?PBHk_Rt*yG{g;C%o7J@_dHuk9EQG1avv&!3;C<>vl=eJQEkcVki{TIn;d?KjoC zA0{U!@nYC@_7%MRfGf4w6;U}I+=9R2CC;v2ZDXsW?+)doKa&Z7(mcmW8=F z;;!~~isPvUto=-tWL@mRt&kg>*B%(tAurlK-RfLjTf5jP9$V=8%(nm+svtmp={i#1 z)^?YRk#YW-^Y(IdV`F2|h4TLkh}Ky@ngafr|Z|QRa;vNx|?++Jfxw* zUz@Bs$^7)`6JDO2+po7IScR{9;h=qLJP&>t$h0vAFK{(ooXF}5EMia za#mJQu=vTI=L$1(=GLuSw-jhay$*$M-=0b1ubQpv?oEAk;|?>k3RE{*kAK~Xky1K8 zz6rQ*zSw{}WkJLh6&1x0zlYXCQiMeW6B83`XJ=<387j#>-L0+6McnhpTFx;XyE#ti zbKnSd_k@ zp&|O>t|NX>XO{LmaFF}9Vw7`(BTsj@ zzov5>bx(cB=VV`Lc`!$#N~nNy`IApgMMYe~r%(535kINhuXA#&b;ijMgqr_lJtmU! z^{eDN`Se;l1#OyXH_LrBO!0rmY~5c3zRhlI)DiAfdLM31+d4RGt?Uo&K<0E|Vqu9O z38(Je-QCR1&DlSG#I!IutWMT=&Iey-J+}!XZsbQl+t5(r=u+!prZe9@zEiHtr%JX7 z0se_bW?Dtt+B+P}haUOw#YTU-ys&t+w3O-Wf<)Mb65 zQqwCgQOJ!_%=dhv;@b{W5kym45E*j}CK5^~HYp+|=1Y&%@2`!!F)}gfli=gy+gp$E zpQPyFzPXRix}~M1n32-#Y|9Er+WH3TH-)Hs+oyJ+ln<@eJ7YOB4TrstcZ1~N!$`zZ zbT?bRWu1n8_@E^%EuD|5_TVN!rgoS5t?`I&7MQ|wl*Hq6+n8Jny_aCat7FxhBJu3& zHhl+u(CyWk8KZ}u`>W+6RsIdLTbpFa*xwcisfRPOvq#)dW7&0F^GYp`4-ff`>+|+ECmUznjzSrH%gSoInPO?w`x*=HNs9l;8MJDacL4!x7)V=3 zM-k7%hie{3+w)jbdJPQ?hEJ4~NNN~%m~JyLs6)+L!)rR>;NW;JAtAvk$Zap&^>hB7 zgzwJoF7>A`UxXF4I=mZ4thL=B>U!Jy8^n;j8<@gfB;td&8p&POEprrSt?;SLcI zk&x-_g8clALb?K$(qflXx{sNe|NI~|cX5%d?CjL(mCS+y)hyeyf62Zv(78pv!_8-| zEH6imv&w|gicI>PpK9eAm_X`0`zHN?FgP^y3lZ{iZ+Q@BWhl>+IXhBVL?rP-(bd&; zZC{UPobyy+1_h;W_(jgmasTjewe4>*Ve9zEIx>6e<@PB3j~l+Tv$J^xD5r(rL9Z`S z6Wb~)SiJhzlRSLBIqiRXes&Ux!x(tBh)>rH1wH!LuU|*|sK!7dmGSZM*wR~i;YF(x zmHi{Ft>)T3KIe#<_nCc*$`TekJ3FcIS$BzLzb-_CkjagdkITd5w&P~6y=5Lgd>Dz2 zxivYyhYzoRzD5f7Vbw2gCUdAKXeC+AzrQ+KjJ>0Rfn2+OodUAO%UD-;;`Ki9`Q(Wcz;oyvvEi+OKsDZ3=<-}g)%h~t zzrPt194sF~+5=@ZYD@ZwiAh>sS=oNvew(R{&6n+|27mJ4^KA9Z?uyFFGcA4nA6?Tg zvo!Mc^>&u}Gn1gX^A+ANEG#@TGBV02XSSCsC@Olz=P)D1gw!XAc-mD~RNNdM8e(zc zr(T9abmQ~q&(`p{7nFs$cLGqf?!x--@`?Y#+0s`#LHe*h)uin@BFp#n^si%&ii%Q& zbc{7OGrQEfe(&yGFIPv$;K^ch6)`o3$Emrwy5%PA5k0o=S&C@ap)CHIn9zlIEZ_uG z?CI`qL&5(t#XMQmyY{o;!uq=C>CV5N1q8W97+B+basCJZ)AgKOqQ$C!w{;G)Z>3dL zdxKL_=pk_qbu~2?+rtJLii!AaMhY7H#Yb8$*J;3=|yIjm#vVAhK z>E7>{253iZe?#dDe|Y7KhBvdKqN1GuG)kefcn;-iO#&7a42ZoaDER7$t*vbpo{p46 zX1@XkeUv+0e&(q-_Ch7x`9NrBsC8;;>JJ2QadGL;fv&K%I?8<^H*elN|I}`>4J}8Tf0vMm$OV2*T;J+OM@Q>z zIRXOj=z*T#qSM#c+j~e&MdkUy{X%9@QY-K#o{HtLOlrK$XIKj7>n5{nu)V#V z{-zIavBHPYegjqE@aS7fNeLf<_%|FD!S%Z4*)ZI0yAk*g`a@)2e}CRb8X;VOB{%FR zDz66;sUFRHtkIfr@t2BCFY-}_^>Bv-!cVwlfe?fuN!>GfQ2Z^SqdnPOUZg+*0RyZ!; zY{9YeNm*GLw+0;N`?OT5%I%To2C^ogUa+}^-F>~ry``zHwFR3_y4pB@_PA)0LMH|*i$3HkQpcpUa z>yy)6YRwKE>l@@9A7STbfUNHgFVP6@LVTMQS5=*KL_}QmM*J!&DlBJP!!%@NW%(8G ztwZWK*x4UiJJHLDP?jjL#nTAH>Z(EzJ5X`CerlzL6 zJ~1lhZ#emcgsQgT&6JE=LPxcs4B;T3A|klDfB#ne2jK67n3#C^WzVLVU&iPFbW4we7^>N5~#2vOEsTo$QnPmwzweXdd70#MQ)3NkU4oLxJLSx#j3gyU+E6#4a56beOsqLkUsx@EXkOynU< zn=N8H36JWz&Ivud!e?{pwf4)G1v!Vkjg~p5hsW17lEjE46U&dZ9>2CHH8V34Bp@K@ zyK^}_OmzIt+ zpckKi5%qqBL0(o;5|t1a*EUQs3cY{o@N>5u`Zs^*_kHnh<%85kU7bet-UPDr3U`u?581=$i5hsk~fVqvFXd*&rS zWU{IT0|Ub>)RZp|@88d&y8l9a9jeM0`;92VsnPQgA;m?~!6v-u-w*mkFsJ^0JQMe1r7yF}uJe0WrxN z$A2_+bbJp1foM;tYiRhsvyT-N6eLJUNDu(<`_V#QPJ!Ch-(?ABNcpD332@&Q@1fMdLQ49zSLrhY@i8WaQ#q zQj)$%Oe;`FGA|C^U7|V8Wk@2i-@xB_Z1}<-J_7RQ@mDYMweT(oFJDcu)E__2IUvR9 z*w6s(dwTjjori}<##5HkZU~#m#6-R9tliC`TtIJ|AE@}w-yH>Q-lU{#Sy@_ocDC-_ z))R5DJ>S_A5fOp=;;c20=td0Lij08)DyMWQCOX=3WpPn-Pg+g@1?h4CV{koJtJsVc!s$9W`99RB)%~`%w!d$VPXHd? z6A~1p#j|*o42+o0;TS%vj?Qj2oS7@&;ZC;=7TkD6Gc2AZo5nHxA0j2+eE_x+0+UzE za_`=CK%d_KNM)S)uOTA=vVgpPDPS^Sa0-** zSsUkL;e9Wa{$wR8I@$?)UIU7czJWoH#idsAJF#%8-ZnO?60EE_rO@e_5Cobgr7%?Q zXF%P^Y?)R9*Cj&5Ya`2?@!GsEP445LKYuH!2Q ze7{m&UVay_VXYgWf!2kd&!jX9y__vqxkxpo98w?)A*Wl&TH)rvF+1QxGF{gZ|3t9bUN^ z=p-dpOMU78l#_%j$&nOjMU_qNFnhT*P|Kbj?}ebtiId!XL!G?|msXl0T=S_bpGn&% zzQY3QOPS5Y&1Gdra*<2|EzQkJ7#7RcF&uiYlqDomIk>si1^D?#wDj~u#s>$VEt-&B zzaIS)=2}l+5GlnYUkd_=&qR=;qoeKf^YiX&gz10aE(jBqZ&WOQR?Z|^t-6C@PzUVQ z4+fOCU&aAybhJ__=lO%>m6aoI2?Yg(Qm7#1We?f4v_|t`4nx_J1lp5w!5=pA&f3~q zQJ^u8893r7k%`NZIFt8xun`CUiDHZtS;d>!n13*UzRZefpSz;VQ9j-iGhf$+W;*n1 zUhQFJpopn>SChVdGrn?O#ce&5yApuZy*cjjfa|hb}b=X^emItkx67jqHxx2B^NKRXulJ`&f^}-|KzpM4m8>)IyH#&CI|<^Srk2 zIaUAq!d2>QdORRychj4^wnly?e{nb;HP(|X_89|NTw3xr?=-CV`E#KXey(gBEDu`W z-}eLpRpY%28$MfDQMzr$l-Zetc>Bd01fI!=@o;l!Q zk70OGM-pl|A!0H&E$^|gINl_dHr3asEf}>)Km(arPJ?x|=g-N1V%>y0twJ9ZDJh)_ zHFmn{-Bq8n<7T+0wR2$56$&?P!_PEQOScc!|9UC_3`rhZK!?vxljvP~`l$|Jx{rs3 zhq+-2>w?)-gqz!mbl=V9wz&0+;?a_!rp}%oUllfgAV)Xd%v9CX+TrOa?~~wr6_&~1&7o@JZkgr#gDLtSPV7P@%DU3*&SQ;rziDe zSo)VBbjP3_OTmBfkY0$MBIxh2m+^3+RD7nHQz1sRCmQCyGJw*;c zhsw^*yAC=!q?nP^hvsH$TXK_f95c?dkJ;ecRVvX+X2?d`;)_E)1;A4Z->_Q zUkse8TT(|+A5U8wn_4R3!M?s@q7&XEVUO(!D7?2G{07ps1&FdmfB;D_LflBZ zv11C&dlH(drn-(!j){%UsSUiRT-S7=y}zc&^jv%7aU7YRn%aXKu`QfL4yCxV^!bsI z>fu2_?LPqOu%SsJ3c#QCqeac6NEeBRK$g* zMh@XE%hB`&@XgCW;0cp+=pN!pxLrN^GC4Wf9hX!HGLT1O^m#dF(?++RQkb25No3RgN5N02EnWP+|x^*D)1NRE^z&?7hx7Z>Go zfED~M%L9F&x?NqV#^L4VrHxw`aa|o5S5{Vjd?r~PR!?;$3S>a&I*lSVmAjX zYa|roPxU)WYinyx@P;cL9UWP4U;dwy-_<~U;_JoOW48OOD;&UmB6Z9PZEA>!3O^bI zrBl%O0*_^}3ms;qxoz$%tEg}~oSzY+`>9p9-wVN+~eKBrt`@r>c&?Es8wa zb;Cd=07oYj7CNBD#vX^Af4u<4Fc8Zhp7izgMZ*ND z0^}O?TTgSJquOt|xuLJ1ae1p52GqFS{Q2{z0nQR$-eXk}s+%_l@^ve>8yo!bF0c{w zNXhN7J$GTaUwg;j^XABbw7mRxWysFeG>lN-r^`k->;? zA@x;m8;87ZhK8xf5Ca#?97e#@IR=q6NFC|@?&`|XN#&!)KzjT86}$nh;shn75ro_N zz`6oaj;GGTGj zfQ3*L;yi+&5vIgUrX9hLJa+9WDO=cqt_z@j66- z!5ze&ZMc{i^wa?J{W!>&`+ys&ewF#R)ScMg!y`DHpL|S5N0%t#xnIKHpIcTIb1?}C z{VFXr^%m-I*0EC8)AOVhey8&^-0}A1_xtL4dU?8fdhCVkp^IL?h)}-q_kXm7`V7@< zxz_uH+;|ws>sPX;c38+nrBfzeWcw;kuL+*wXWl%iPoiYBwB5;1c|j+snyIw~*};H^ zhi9Ko(7A0HNT71ZGG_mV3Q7XW#M}xK=y+4poH5mEJh`FJ z_uSvVe_NH=qkLTZGnA6h35-WddrH-xgP*e)urM6+lD_e|C6Reg(qIl~WDZGNFqj-3 zJ3V@Yr8gmtAbvl7*v-Q%G$wMhSL^Wjcwf8N?1MQvkw9M9gQ&4bw96E@;(re-0frR5 z%g^tA4)li^n^w`>RdRiJz}D8*C-?8%F>&?w7WoB1DZs+gA)}fEXH^Ci{e3KpBGUKX zR}knVBT2i;itZ|2Q%R;+7mL=*|}0h zgGEV2WvQ8fD4}FzWLm4B1$hOHw(4@kqUQu!M@PrivSV_eYXI5^A3B53sa&Ib1%46yk)~{c`QiD1kk(ik11gyTV zc$AGhOzFTZgBj&tMrNi0HR;qvts45IJvXNsh*xVfGc#3Wydr_WJ>1^}aaSgoFa*%` z{shS5ikftk*RRjhGcf$}%|F>&IS}UHSdU04z~0npc8j}sg{}>dLCqU(ymk}rF^dW= zP`@G~Bc1j)r+={m5grYWg`(2ZztlHxx;ITsP>&}{rFnhb&4U)xgu%0v4{z}K`?qiE zcXGp;;(+ktLHrbAIYjE~X0ZhXf0g?$y7NHQqFG*EPU^QP*{C&mPe%%NoIqe39!xt{ z`ZvFeBIb%$ynT8e&iY6v8U+)hXL?#%mX@~mf(W#K7FSeP7rVHeToAtw>D8-O(G2!< zehbWq8hCz+MsWcF0S`v@#!9U>Ty}XvcU>D@P&;dDaF6HMr)l%b!Zl$pM=9Ij|65O6Ms?hjdW|ni1Z!&xowCB^4AxfYP z$FM$A(<8N^kdSAP7Axd14qidI8QSL5)+S9aEbtz6gAhJJ zfm#s_(N(MCa@0!aYx4Z*(=WonAvA*FOAmU4jlcs%=nmI`8F&JmB|gw)W;=64scQ{G zL$1&D_4PRoeVH3gxCXU#E`2R1EBh$ov2DWUiiTI)fO{XW$?ZVNe+xt8ID(|4riTB~ zex#=Q>g$*dT<=u}v%OEZ9_5~$o@#>4K(G1t7>xfTTC_ySl$EE+WBSXsncrN@rCMia zX1MG?;LL~eXXn3!1ur&*3GxyS2I?oUsGEt_fQTrsTuC*uwf)ZqZ8xiGB1WE{qNCZJ+}!@5A_oqffNIho9Ub*Y5|}9LM+$B!Yib&9 z6%w!lEgk;V#}E_0{8qL;CP&EkFT#`~3NHkD;L<(>JTFaA7J+ zva;{3*O}>ASwkR1nv!o)Q&I~407n%&uJdMO3}~Z26(@Mpp!T87H^O+x)b#X&#-5%Y zoK93z(;XPl585Gac|?8Bf0rwu$8FG-qF}04Q@bStP*(E`h(&A(0!|sR1>9CZlXHQE z<=h?muw2FX>9ObbTu^OTSdS#2*)S;m6{Tifl!fN^&WXn=2l)|vn}4UgFF`flk@|}f z2DEM?@K9HfuWp}yx~^$Y0Wdip28w`5G48VBE?!9l?~zF{+$X?M*Vb}YH@5@wGh>|* za4CsbCo4VC9`}|1?s<9l?WHXP5GfCYoEAcbTx|^vw>0B8|3C*|k5?4+*qo9ewGkfx zxu&zV^=Z zSwl@to#FEGn7!@y?^UHXov+FsaLkV&pDX<2(}yT1DU;ynx}gO1fkq%ZR^#bL_<)8f zQce$DiB4;v(R6X~@%0#ha^=gp4j#c;hKc%m`u67L^se9#KX$7&1cAvgIX*TvGl*2@ z$&;@Hy(YTox;8Xf^VKcj{(}b|RF^MbX31tl&wBK80#dfVgT1}=8qQ`tNi`Jtiy`7B z9uMLbtu!@9uvcF}>Rkc6ha%A@3pe?!3s(Z>$nSVQ^j%|P$CE$_Ty09f$f-Bs%0{9d)^Ko4;W^O6dN5UKw{r6Q9>((L5_lkAdv_npI{zKybAt4Ag4vAnu5sQ!B`Tx zv9Xcw0{!oG6F(RcJ&1Arwba!g-5BZtkkbrZ#1hC_3xeaSq9R8D|AxDLLqpx*%=FKL z`MD1!@mir|JcM3MtSHTd%I2EO9E|kuMR5go3aiRrB7OaF8laS8M@=tS)a=d&}q+^+u7BE zCs+CsT{+~qeHFoXncT@u!Iv_04BmicfnO=Zd!4l#}piMD7*3zn^uKEFUJvkknJr;t7LDYiI7GLi4@V=<`bF{a& zkA#w^k0|kKfyfe&L;`$)3gDG~Y>Nb`+_bc(*hortcD&5)z4!iy`UE=~mn)r@u3qrt zJ2~xG7zuo%Wu|dr% z7g}Tr$e*(qOPd08IsI_Od4M*Bj*0+pxhVIbg? zZkZk*1T1!BNiFK-&N&$yJPoO`1jOlwo4(*u!rJn_TdV(Se>L9F!lKO}s}C4OVT2wY zhogkNe8)>Ulju1Lv}-JAJNfA3#2W3|ytl7xWoeoI7kmkGSIoM8HZK7`$ng(^QSgp1 z-nbD<0u%w>y{HQvzk696jF##!c6=Nyv;8apQwLzLK4b8DSG|vvMrRHXhhDzrV7S(S zspdT3_#;0d;g-6@d4>VPbMrV7M7Rx=+u?6rTl!p2xz1qL>w5qG{quVxYZBn-PL@n{ zCc9w=aTf!AYd#!g>Lq_Du;ZVBO$m7A?oJGr0X6bKNeb~$w67&GGSV3AyLme0xV)eL z&O_TD0M}0bI&kka3JRTsh#yR|1>kC0@H{fI3Z!}$Smt_Rcs2lV$M;?V z>k)`w!IG)OXy)eC$`Jbp5a$Nd((Zf!f7JJxUj&r+54pIGxh#59FnxV5ZXt-?Pv>cT z7H(m{(EsjxX@d#a{Cx-(0)}mRg^G2BRMqcW2QU-oZO!vp4P>E(@k)fA_sjqXYUWB@ zTpW2$KMbp)`ahlT{j97Zft(Cj2i~To2skbfta|f04*3vOW3(7nqT|YL9qmJH=+nk=vnwkFt9FM!SCM}kdtdf9OzNUVW7RCl!200 zG~c2nv9+#Dku2!ia@$GexbP`HpJT$q!y7Vt<{djLb?vT%wa&^WOoE-dNFz^s{$pJ^ zSc?sTx^cll3JMD=(TQ-<c0?idcoxGfyBq+Usdn2 zfJjK8{e$HZK0P`p0OpYGY;Q*)2-+M7LC7r%EDN!)&uK+?c{v{`zM#UBClR^eUR3;T zIf#xr@{qyOtSnhKuya~(OjMHHf+C24$SNy;tb(e52L=l)2}>B|7@;Vgxq@QL_thjC z9z)}KYpuvrmS@ig_-de@7s8L4u7GOxQ?jo<3Q~{=Gl{fgME(t`m-o+L3*n}S@A>Hg z__n1$S@lP)=P{aIE0k>yRz?fn0GWBF3!EX!JTmzti|dzH8mcGuK5`m zLm`r>19}xN4KWeF&``y{U`b}d7Ktq_eTdeI8^B6T-O<@;s{Z83TeL;)+0&=JV34iC zLQ|Me!QV8S1U>pTg72mB`Gn-WG7?yqqL>&ZB5dd^S|}SQ`8S{p3LUwEXYLvw7%zef z>Y0_l^!^2RAQR#T63ea0bs|zy^O%^JGX8g$?GLWl@=#F3+aGc@mTRy?Td}p>KwDuH zl$1)bEsFMfz6eAPC+s`TG!gs-Be))d0C&g(g^S$O3v9o^AW{r~6{r{JdZQkrLY4v_ zAz@)%0xEE|E`nR@0GMBby&GUHSHMll7A2T=Mv$W7;v;ik4$XoT0BRAK>pz(QO|Wrt zsw_dyKElMrto@xRbkGTvm?qV~;eZcl{uhG$C04@*2zsA@JtiXJ`0bzzl-x}}Kfefg zfZOHjQQ_g!6;)N8uWx!nrCWSa2ffJDXYjnCxA!u3jk&WR4U&+g(Tf5?m3Po zi3?c5-gJcE#E3LJ3Tm07^So6Ok2ttuFA1)&><^asjk zF4K)TMt@1_V?AW(JD9J~(*7s`P+|#2S3Qh`+H7!Id!)isc0Do8N&MVVK}tL^>@0?hQ#c6WEL>*$bwsG%|ZOzHv!YYe{&<+!1)HiI8C z`>3K*=GipE?)})yIaUc0!1w_tcX}RG~SBqcLbgOe?9b=8K_OcuQPHr)WqlGt=BR8yw?ITadGFKD6Y$@ z^1zwGjM;#Dx81~%XcXwKd;9PQMs|5J3gAzJ(4nM+lqoAz(L-{F9Mp{}M$dtoTFF&)fToV0K;0_`}6i9rd=!GUP z)33f4=arz$KDe53*7#<0-NbL=0&aZQeWWg++371P!)X6f{6@rqrDb9lYn4!h^sI5h7H(pt%H19 zJ6Q-NeHko;fYBTo(X72Ko((j2L^yoZ;~iplEe;OQ1kRPEx7c`VZ5*bVG1;7DXuN5t5j61V&>gn+BKt;CP2!q7%&xTPgX{+m zt%(f}&jxc?rqnBb1WmQE*=;K2iq6f?M=#CK4_f|vHtTZhYuD>S@CM(4d^l_T_3K1H zP>?AR_@;-6$`{=aih)EYn?aK9!?beriZG-(0!*1yEG)v|U=gl^H8V9>6*;l%!}=gS zJ7s%=`mk8M9YJ8vNtUsLnw;G1{oo%sYO?o1Agg!*4}a*0h@uGu4AH1%hYMuy$1qyIfwuVPV4%hBeZfnsJ0BB{=N>21N?Z9bH|O zzy7fhHtaFAveNd1*pz|aPHZ$P{5iuM!~%T))X)j&-FbGVl_ewRs(lpzik>&l;UX^z zHT3{MWxtuEL;PUbL2zH^(W7s;$zhNo0uN5X`g2rO`M&ti=GwzMcbe*d{hH-|P#qf^ zJBsd8h|*aR*qCb4dbD+P6adxqSokpsIYZzDHC6CXe)tEZkTZ1hEAY`JkRbV#zm0M~6S!zTeE!Q+UZENpCZq!tt)2A(dT`QHs_ z>#l2^-Fm2ZLQCB(L4ao>1e2qSRB>R*M^~4bLdwWcFZAwA=gLj0cWVK$vv$> zkoq*aNKtDG3;exgaP=$vt@A~t3FLFZ&2Ajuudb8Q6h+%gNFARA)z$lxfC}D*SNz>Vg+em1 zLU|{_v{=pr&4-TQkT#gzS}JGhvah-|ObW?(z+w|TefEsPp;A|YBX+!$JCVhm$PVH) zAH0p<+D(e?=zJ?9aC39x28dO>pgB(17rWh}%K{xJMBs&)V63U?Y3k zz!H23QPtID+nAc#6a(XxIeLi_&+8QU{as}R1$AJ*XY!AMd!c&VE1m^GEeBeVFyuET zf=^0%ftNo*l*4LxfPtW$7eN&FZr-^Xbcf|*fioC#16ya+AiB~r6yuFT=yqYd)dUw0 zPb~e9#qIf{>)?GjS=iX1dj;m9Nic0GnB2cfJ;OaRGV&Azs!2D95%WULCusFl98|q^ z2uCsy>T?&@)@)7eZl{hMuVUn2Y|19KYw-2D2 zF$uXv0NcyUagLnw`czb(pWm}cN=ov2R0mX0G&~%ez3-%6lmP$t5;r+~hMDmXt9Zj& z)#n{6J^(zy&$>2x0%PB_+GN(1L3tVqh^en(2Ig%$f> zF94kn%X-y^_II%`t+9a&>ZukHgE2|lxT_;K>x%3CH_*Zf;TdcI-d3?-1+AyNu(8SQ z2JYo6deO-S1=c8&+g8!(_chs`55o*nvTTEb>RO`(-dBE!BUmnZ3Ohom%h%~VyTN}| z&3N7g#!4E60}x6v>(;tlWSDf_tn`9&a)#cXM8^p@nLYRNs;FhC*yF}Cm_8r=|xDe5lfV1SMUQD5(PS47~^D5M@Pi< z7&kdN0^j>jf!mONDvCbHLpjD76DtdgDf=E+CrsJdThX|O>)$Yp3V{d(xEAU#UB#yN zbKpx{ciaPG!XR%D<{3@FURoA+Hovg2FAt7V3{G`vX*72ki{AD6BG&dvVvh58&h207)s&%1Mpn`?y|&4V;s6V1FaWMUt`e_tMkPC>LQVpN+4 zqR>NNQV6Iw>s8WjcPM}RGX)Z9DzKNcYinI%3BMZ~zgoat*^GYP;IyNNNl5ta0mAzf zT*fT(%dLL3r%!YLZMjFG%~V_7ilD?zZMmbA;<|f!{*nFwMrBxjTkq=gq^??>)W{;3 zzf1}nRKb1eD1kC}IKOIdzcC3m7uulVdz`uzm+fHde|SuAvdC0n2v$q#z;Qi9V5QPz zZHQU`e%gipJ{UEB!?UnNyHL77ygl?qmD?u^EEog)c%>~V`Nl|664Q6u50=|P4(b@Z zbn!*k_W4S$%-J6kzy=1LEKuSafJGlrUus2C=9Bglu`jSVnVFeM5yHf!-xQ#80b#9- ziQMPm$z>EwfIGN{zH#@R1*LNK@W0(lNpy1B~kWu$QdD!#;+yPref^1)_Bbk(pV7vM+tmu`s zcXd6(M({6PqTO8oEA$Kq7+Ejs(|Rs&{TUz4h`HyD{vgTsQo9>Pu6zVW-y2}{4#)#G z>n(&pp(a~4_`fylJa(kJK!w0T#9`Hp(r&5}=P66{xBPqqBOtfI2lI>{9^q90kQBT& zBTewd0<@avGjr)rvZ)OXL2G_>6>kwq=#YzWq`%2pKfBcy2p0$Vk?%?lksnifUr*0Q z5R`FMEgu*7)`jovY;0FC0?MxdiJK1&Pg0N-nTs^p?xDLJ2x!)`otQ}dzyOagFfs%n zA}OjZ$;rd0f%c3O&FAJ>&Y-TyjbpTc{t|_e5cQ0RC}bIEtaEa{k(255^&}94lGwnm zf@WuYIWlW%ykiQg#~30jb~n$&Wh8Eg3qI8+u4Yiv)2m5kU%L8yB{*sg;J*l<^;h^O zRrG{}goiHr+S)AWgSqv!ad>cWa0q^K!HO6N>W~}v5{^Xr6P=ruhufDfT^bqzH&$C- zF}eYReuwk9YdxrHjR5%(F-MA=V2Ce{%Hm_sc>26q4^5qbQS}+DJxgGv&cKRk`YE&& zX)|;4ot~GlqIR}CJ4^NeT)g>jYAJw2x{vlJd;;p;4s+%yY@ER}BxHuo?xe`bNF_LX zG)fk9U5%Ru`WO#N&u$l>0qmqeS8xJJ0UQa23K3>hJQ@WHA!G1W2+Xa(n80ck4-Osq zN$oUq`}@BB=GVj5@BAqjqN)~tlLTaWAlZ!@Zq~q?eFN6_6()~T3!3KV0fjmWcxXmL zR&v23>LYS+A_W(m1}IrveHz<1GrMzz{Nu~@dvzR;kSW0Z+;;tJ;sDloTmShXHIW~VT1i)uW5DhsfIF!u)F zsw9|ZaKRMC-t7SWJr@?k@9}gpxJq2!&{zu`{=Uu$(U2mXx7@$nw3FV{UV zZR%D!K6V2m()%F&hd!-fjd0@*z(20e~*_ zaDfa+#gumN)}eq)MCHEvb2PE%L+ zcX@oF=p4*rTygf@{ryhv&d$zp^b}PtD=jc_MM1QYVq=2KQT|OwPFh+3%G}b*ig2x1 zuyNyd&^lwc!S?bXE6J(&-4D{%yW888>o6K>JHQrW$^;ajK>EL`swda>ZNXZwWn$=o zUQ&5ePzN6ILG-Z1zAhjn#LTW$6j1kBR^~YLveGBnI~2fKzf)w2eaZjD2sym+mL9x# z9}bWAa%d6Z@YvW3!yNUC9CQVTt)D>h*v?YM$aWf^mc;v6Pgziv;;E{#O*KA(3E)G$ z))V&tt8V6fG77Zvn^2pnj;4R%)lUCUtsixx>Pj6wHW6;|4E^asIRZYz+gpv$}YUNp&u0ooveb z(8gX#7{Y{g7t;EgYh2}sbK&XMF#NV7)G~%ba~uTi09S+MK&j%Qi;J@%QYI#*Qdn!y z0^s@(7pW%=*oX7*0@;`V45uTNw`iWw0PD7OoLu>m-;$I@jvvnD<-a?K6?xWUDhH#}i$gf{dUtd`nUnpjcgBv#^4*oSXRMrd2Sbb|mLF04V$*CY2 zCIMO7D=3G7)Mp(f-_f;xbd2BR8=& z@dG2f*UwjbR@7?mggp0c^3i^7G%wKj4iCA>Wg`2duI_@{h#Dw_w`hyoO9zJstJJV_C-@eW+9~Hd2%-sc!9Q4k*Ql(l)G|Jv2LmxKh@|__t3O_yQ*5cV zo!NDMP$G{y$9V5ej(%4NG?7U#0saBg=OGp~db)y?o-urJbLt~Gzp*td15LKV3@~P zxWrSW39$CHtw92oc%qVD2!h^y?Y4w^G{o8465t4=f_`>(w%6yDU%ws^paoBVv8m0& zEo0kLZVz|&yYX>x_i3o9gJE(?y+Tf&vA57gMPiiP0C@sVz6-n2qIqv1fCj);aty!~ zg-;Zln3(rQsrRLm6PAn1o;(dr;&yLu@5b2e>BJk>+-MIJHZJbA##2sc7hACX0sG)E zrA0ABwqv>(0+yZLm`cmezE|=Q1A%+_{;m$>*l)0;&B}A4jQyw42e$u`CSf=Ga9r`~ z$-^rp?&oNYq?Jkj#T0Yx`(I!p;Smuz1F9n9Hd610fhDh!D433qY{J)tRKoH2mfM=i z%ML6tlyE{6bpiwZ{wff(`b2U|k7&2}#(W!ZdNEHDgwBub35Wogr zmn7(7H3}50C@gd@gJ{1C3R`tqRh1_Pg81CVL_UE%Mv;_+WPbbypz&v524NQyGtgH} z0!rdk)Ed4&;+gGUl?{BCN(Fr3z}y2d05zwBYe4!0!wM9N9lh>5<;zS)M&>#7>r`yN zR){|M+u23sFaO!anqPlH=*jCjC?7wdyjEzm(L(;%pi276|IqXu&|LQK|2GX}MY6I| zB%zFuow7@2kBpQNC1p!lDWlA!q{zyukXhMfQ?`_y5h}?lBm7_Y_kVuhb2{fa-_!H( z`P}#WdSBOTU3a$JxFZ^H_l{M)eL!7i5}$zxU&jqa6^7fXT>b0o{sS}p`8|Zs;@a$T z@VLjfFLvm4o=Ufp#@0pXE6$Qp1e*w;xC#q@{yg>XWw*VpC;!Z3pWGgK?TPb9H z(P>yEE})Hqz~Hk#VQyf1Kt+6fyayy@6hxP%$iSAWLm#5lQ%}Bt0==uFgZaspj9m%G zUP~@Wj>6WU2vPdsd>p}jL>1dzvDi(74;=P}V=~u4CHRf|DEq7!xq@JLn%P-9I9Tx$ zHb;Go!;3YkF-b5C6*>IZ3Ks0krb2b~ zifgm)|AA5bhH-KD=TGy0urQ27T@t)c1D5}W5}5t1Wx4?E(N(9Ly1Gg}tqU-5+Dv(q zYtCEMerl+4<8Q|wEknZ{mo$^SWgzx-XJTUVJM~yO@JHVQGW%rpj|? zb+KFWuVyzC6%{-EHrD={&`d8Us@U6Se#M;r8A^i7`PLm>T?^>`uYL#Puq_?-dN;H~ zsT8IOgP1{XNJICUL7 zY^x>TF=hYws;FqTAevy2yO(0@@jnox|2}tg@He0Tn-(4Fmbz1tC86lZeGIv%&G z0HLp%SNaYxtvNz3F^i^?msmd)B##r;*s8pt5c2Z_Vc$&yN8u_-aoXB*O90i|f$ReP zLbzxu-sI?kGWN!Ueu{f?dTL^#hYUS1G4gQs^vr#W+MEjfsdO}79hP-dTpf6SUkp^e zPYjG*a9 zz9P66&fs!v!#8IQYk`5r^HlX|_<{>hJeJZ*FNn%~8l3)a zXK=;%P=_cSyB=%7KN01o4YZt(QWSf5f&iP^Hm7nuQWYtS)u;-M| z*H!&Son)KH=%5c(x2x;w(m8wj5HZt9N}@jO==4#m2+oWm!P=P^U7Ep50T+0!yIUJO&@phfvt>^#7L$0jCw z6;pD!kmavmzYgOJZ^7)KDsK$KfDWaGD#_ss~QZc^Xo!t(!N? z0=VQASKv7%rl1fnJ2HWjEC&K?+JMP->G#cRGbjs1W4?Fq+}X`_ddTOmg>j#c_KlBd zmJYYi7D4pH*x@S~{mn@q{oDVtZ=Q}tPwT^(9HJx%ryJ6i>K-+z3vR92~ z@>7|@K%t``oSBmoakDiLcanD@_gJ2~IFHb(N>^DQ)92paZP~j}Ae*?I|M)t%R{Jq2 z5>=eUrDu6E?o1}c@R`%6F9e@AxeefcfbH714bRDSqJ%-dQ5hr00VoSPAJ85tP~qaa`kdF+Cy02yMsvmAK?imv#sdWFi-NZBqeFWY{foRre<-hJ!i1(_{W zRF%3oO{Au}lWg(Fegm*^=G+-RJUrZkVqS!B02g>ZJUUhuf4F9KeC@E8Ix^;&;;XUc ztjZw0u^Fh6^#(*3IhmWs&muU(0AM?U6h7rzCepU$C?D@o^?Gpse(H$~bUsxo&G(zl zG1d&@oC&t8e&(!ZVcsnoU^(E_GK#jt%uv{93wmTWbA`Nj4m<=gV+J{MS+F)yA0GQNeNDveW z0&L&b_;nz)RA2qzO`L=l@8ecN7B#LLCoSPwvd`LzyGFh<%NDs)7@3%cN}oLGt1m9J z=dUkJPCn1A@`CAn?cJUHhFlcXk&+xOAuKd8XjmtBpmS~Z{*x}7!)cp zQ_>T9shv}4xU9zHcc-;7_i_Mq{fr{%WXgK>5S_zj|4L-SNZMY}lqqSa*M^&N*Ex3S z(|p^#Pg5~%GxGSQd*{F|-<7G1mx#0ML%xp}K6Vf~iNh|alsj4Ge9mCF*(v5p5O6EA z>OPScy#XnEAkmRFm54E~7Bmsh`pS>o3mLizE(kW*?QuT~qcuEQW&S5JP(c@QFK_4q zqjSQ2^a-e1Dx_#@wFu7+>`v!Ne6gQ@*%DexzL#sVo4K<=m zqx<^OD5IXoTeqJ;I5+@^@(Wy z_J#}IkF;6jE8c>-gdL$zmn7N49zv{{VYt`>hKq*km|0Nt*)a(roB-d~Ag4cqHTVgd z_@6G{_6AgxPXHAzVt_ds{G9{c1?ROV^z`%&CL#|Tyk?-sO&=Qq&a|-PU18qGFcnL_ z(mdA_tG{l4*M#yG(K^wLz|kR!*wQm1ta@7n#wI2t_4knmxX=b~s6fi_9~)=bB^`$8 z`_ZGp8?)54@1lt9@mZ%Rz!Ntdi(e^;}JY%W@Y{M3QAp|R5sn{ODPBy;M;YG zRJp_V47$A$9|QvE^LY8sg%t}32&gUMzj*rwi{*{jqs z;v{Jsc^!y!F8aMep#Ht27W_1BVkDmq zN$3~CU-IxU)VGo38C7kLYH3bAabF%137aTpoO7#wI1X4dM8yJ07cwgo)2xD!Py-2p z97(x$HB~^2d(%4y9UWTR@8J(0vfj($#pO7LZ&hyl#?ZTWHw(}%y~MrpM7DKj^`R_- zdq9)L8!GcmUZ$gMsD-P#VDmav=ZO087G(81Ebr`RoWQ zZvjO1zFMrl_EL}ei4zDfYP>An7gax+;80pbD@6IMq&@sfNFAi0*Jb787}DGA*DAa6 zZX4yh%Glh3y>bm=(X$D#s;`5?)OU2fQ5s=%`gEO`Wd&COUX^vs=)#Z1t<`tuGc@$i z!Z#oU8>`w;h?mJ?o(=Z>BqXK02QGzoc6K`WqTMe*Qxy(}pYg3%VWw6bO3!KJ0~fXSKx21z5nhv`gjsPuzNCY` z<#3L+CfC&=Xmhp-AVec8Xgt1T4Z09XWWB zS0EQKK;buknUT>$N4UYQ*i=@g5Dqm<_sYukt-hbcIaxM4ybA!$H3A=<0 z+AmQ+d9O&%)bwU(}~mQUGMzm$L+snC4&3<bi_(BTD_qeGc>{^h>UKli$A=?-dkW-$eKi^>lPR=8yP<;UZhEITGjA z3zuOhP?dBtDT&*sLWoR43Nqgsu3K1Ktlp<7at*ZaI-jT|9_xSa6Osv)`!&!oq4Lb7 z?cbLkrdPPv_$@#Z{_ZRQ&U;M1;oAFj?YSsxXf5mtR+syHl3hLb&MrZ^ZD#q#>FDH3 zTHGupxI&Hti1Ln34Ic9UrASR3}OdK3q zUg??|`X(ltAHH;W>vSMcEY_(E2Xek70D0OmvXLq5Ftvn}j{s7C2K;J$h`+u%_b6s7 znY0vXiA=qijiu2@H5P9nB+1;Ms}|lud6bDLBnY%Xm(Xo&*S-Mpg%1AEuKOK3cFSrX z|K5a*lTW^}b8+>*`#vyPw=pCnBGLs7OQQezM?AvyzUm<{38lN`Sw&3r@{yd$?0=eL z0iDfHe}CdX{c(f|TW@D!8RP$6QTVyo(X1b}+!c^KHzR>3SlgW(JqzI)Wb7CQ?i^+w zmOKSU3#=|R3 z;XI0_y^^(RM^k>?-XkGl!0maVu<;MqnZB@e6KM&FkE=Zg9q)VaX5hg#NVV6gGN_o{dYCv7K8$dV=liCbo=(B|II1i&kzK{E)Uh` z;!8*rZN3)$tN=D+jp3e2Mey#CxWwg9KCTHw|SO6VCHIzZ9wxI5MhEm;l5(d^W$ ztUJE@`0FV{Yx%#KarEu`Q_A+Au{vi=nVp@TB#=O8Xshb#f>!&kR=UfUw!9{~e6@ysnjVvuZ5ymh8KjhzOHUtLbi@NXgC0EvBxj8GS{x+bOvWUdq&MY3eCWn zb8u`SH67j0NUCz2&9D1|&bz?bN)M)r9x(L>uvI26&0dS~9^AkrmdeGeD<7Q14jz0BK4jGpX)CL=3NwB@11)Vi)nZgsR6C@fIIg@+l?)FH zdqb$8?mc&t8$hs=8b$RXK39 zct*?Kn*=*X?6T+q`y}!}tTg8HlW?~dA0J|Fy6}6p8De>TIV0=BGDZC}<_1!24 zl3-!mzP*iB(Tuqs+)>Kv!c_HYZ=J5)E7Y=B*wVFcekQ9Dl<&!?Oy|+3Dt)blXRZNP zR2=MxZ`hXqwM7J6^5%v`WgDBp#K$MGesB-)|4zd1e+8}XTR{KM$?kt-e%XaotU&p< zLmcYRdv-A?)_7>?y5?v89a$<04yNjK zYnnPb)|RCnj#ZEzvKSf~x;tFDBvsQ6FHmlv?r}{N|UP*qQU{Af8Md*_PVXrBhC z4L;6rX_g9X1kv*Nr9N@g^oH^e*Amk!HB;^ey0Mv(Zd-Ajc<(|Q;JcQF7wPjtDE|9m zxcLu%rCv73_xP{*oGkbLDfh#2$0M+80v0dyXA=J&@%ewc>WRCh z7T+Tc=F?wPZ6!O(i;Jb@4zG z+@iV-5tJ_{E)tD1E3Z=J$QfUatn88X*67a7hMJp0ow$%b@#5>z8mNe3{=uC&3m3L& z*k9Up@0eU&Z#E0LV4Y*fSY|L`({<4Z(jP=*$0gLI!T}6RR9!8 z{w9t|S>#NvVmW}rqv+@q$XZfuE?w%4O2k5q`ltBFR}oN=sP`1#-vTbD|GKS>Cdah{F8R5Esr5%Q^K~zqOU3 z^i0ALju|;KGc%sYjYQFW==;}u_jp^krFBl3vIp%v&n_sv(}nG5pnB>@#Lh-Sc@zQd z_rTT+-K0K_-YpG{jrvfgd_WBlCECR9{+9Gdl5_SUIzu+<&8k@ndO$ju+S70qgj+Vr z?ml25!s>_7;f#e^E@EPwVVu+P|D>kb>oI|`=zer`jNj7NV2>RLW8}UU(eU~6qsY#^ zwE7)$A?F{pseXAdqs}5~AiVuLQtxO9f1s2E(O>F$Y88+B_Iyi6M?OQE?S%`U$m=2n z=_o7F0y=kZ@+&e0ouBTFhCVSLYMOeq%b^N8w8$6PwBAm`d9p2e3>#f8jt0?7N)}u? zcrf=LIzeZkn!&}S$7eSG~MBJ=NJ-~BrcuU9hnRH<+rPqYZoHt zrGV|9!f0?=CW7=OnZxJJ!pobx+I+CG26%*4LiEE+Tn&^ikIjWm0mtvKP4Yee`E5eY1mhsmS#Og9KLcK9{_$iIh^vtKP5v zNvQ|A)bG$8I{Kvcodd)gm6US zp0c(qack7=^1&?tO}US97`r&XE4+~$1OfZ~Lj#$R+fYBMzC)|}8xXlKV%Sce)j3P) z|6%H8X?ysFT47_$eWGfTcKU-2UV=Ey=!DXCuOtUDn)d*{x*prD0f1H_FnMOH<5#0k8@RT7{`8DP2yZdn>HBJ)<6j zK+XWf-39V!AHOT8dECe-rWcePUCo26>}-LRhxMc4fRktV?)*X>DL_Y3E9dE~w|L;e zSyB~I?6c~T)lx=9P}9)dsjsIwG+vf`ojMW~zgGsTVks=WQ-^>3rS+QLiM%V8Z6i70j+E^K> zrQO6C{)e>^#Z6#O*#HdKFOmM7dSX8hu7sOEoFQuzhCGokK3?_|S*xoKg?YfZmx|1R zazrYdfE4>q=LpBf0wgdt+{(WFSt%(2;H+$*Xpivt^Ki&_HJmzRadx)xfxC!SYJvW{ zfq`;z2N2P=G6)T&3RgJPucCYY^;TD>8ks(x{HvYO**EL5FsW}S^`J-!O>kz$GYPc* zjE(a$O`%d!dP!x?`K%B}WRZ8M7$_X{Jgu#f%YY9j@)cGq!%>0X2PLPbb{_9O>lSW| zHcC)FDaysF$5KmLWUe5yDQVR2UBDKO$$qRcfojCAD~_}rt>HhwX7mpoO$$ShMPnIQ z-mEHQC@>ef!u)SsT3V`O-l_k#vATNCP*s&b6>-km`q&3ofW;3GjtO)V_9Q7N`87U~ zuYA=EgbcCw`gk}wFR2wZCWjBb#2MSWTey3p;3 zJ!(sPrbqc=6S@v&$Bypqot(F#D>QIu7uJ!p9TdP))pJaExLCN0L%6YJsJr;v73x&S z6R*VSI+NS&m)V25bzXKY+cCgL?17i+D`q?c-qCjY^KSCTriQ?FUr{{+gAqho36;N?M54{B?RJ@6x=jGJreN9rd%oZciC_A_ zAuKeKbWtii6W?@le9DZ<=?OZ@J2RwlRUKA?U~)T9M^=0h^={`Dy#>n^jIrHh(w(~T z!*}PX1y4RU(oJ7X-1xVz6MirIcWP59qhZxw50OzY2su5OJP9u&fQ`EVOdZGe#U&iD zlm`O!#N${0vKZ#1@zGJk@596X!dj}1h^2Ydi2BRjX0OS}7#V6r;}QL-954j&UtUgk_0>5J2G_3r?Z1xW-`eo09_cvmV=lD zDiRN!50EDp_=FuL>3d+}YUze`d9D+>^8JSZ%6_^Ar5R)NQ~XkaoAogR|EI5?g=hjp zD#FRr)6W$e&kV=cQv`w5IsTx-lS~MRODPDagpr3wyyN_{&}hA=>k*OnOr2Nh(T1+Q5VPS(=h`1D8ztK4tGnZ6Awx8s%>*!y6PwA-q>D)GF zUV6(TzfB2Elf+x#$K&7+Qnm7}h?9NCWpdH&mdSkZKfdaWb4pG) z=|)CCirZXBfphe<1#?}*@xH*lt3hy?*F)9pRJcv$$7==KCKk3id6bq{i1g@#n>G*^ zO-8cA58PHATGIN-Gu$elTad7C5*Ul%hA;pH2k>4B=U)kLI*CUe_-s~%ig+YptIfd^ z#m&TY9?l=-356Sf!ldRd=VxsVY;oy4xw}6_wrhP2%4~f!qn5qU=h(H zId=?9_?K!>=MNc+8PIPo1XwFsy~uM6kS{Wfx$y%NBa zIYFUvPd)Xfl>P!VO2>_K&{KH9A<3WWq{OzBfy*Q{J6p6dZjX56GPK>7AvwvWAjsO} z0UkCmr77AaM<-#AqM)EUqF`iX{>z5$Ht@U&y>Bk|&}>OE7T-M{KC>;^ls^(LNjD6+ zpTH7T6o-e?|Hbo)VX_^uPcG{~HZXAWhRg?Kcmx6%r0!o_1V6^3B0HoMCx%HJx{7b; zqzVKR?>Am3aDX1;9^m@wT@p48o@3WjmX=S8Lzclm&S<=f(DIAkP*yy_*rZBUsTP!^j}!!I zP6C1{91tO))}n@@^XlEs1B5@E4C$Jk3`pO=1~LZ{qgR3-qGP6FH3G>}TBB&wMz%4O z@36b=0a?)`QL*LA+g%C4FYS2ou7)|Rnk7a@&*i?!=e~CsF%s-}(3c1TUB*`SAf^dF z!F~I7{K$bsKd;!m``*5hYcEj)Ms>6C{XIl3(J*L(`Vg}n7-Ubf--S)mM1d#rru_Cy z>_kkLMb_HQHwrv3z~%u;;P2Yazl|)j_%Q|**dVY7w#X1d(TBH+bqv-bRPK6eKWj`A z##5<>+q(VgWWRtesP1udM}23CHq^2Yby8T zD-yN1*=X^k-6@Ecr-}}MCzhU1PTCvy?}rU{DU?-IIPEzv2`b2kfC?~cu#pH1>mM0( zH8thTyYZ>9@lNphN931@GPTXl1jj*Me(jJSOpU)I7>?iK(xHA`^eunWvUSCP3# zb5hapOInRWPN!XvK{DE5ahy#GykXCYY-`@uiqj@0nao^VFB|b~`>id;HliDrY%4Nm zZsQ)tq*|jehM=`VSOk}$E(-^tYTmVew`DhWUB$S@!Z~9N_@oIoB{wYWISc~ra?I1G zITUSjcHxK~dTf3b1LaQ8X(JyJl`FCH;|V5Stx*)z(CHVzo}XG@zAPf4gAHmY8T)ms zaCp?i*!9)L4Dnlq{LLtw*&O^VA87l^(m#5FR7^&Gx@Tj@>UqH)b=gP1)v-Wdb`$v? zejR62{-?M9xd>{}`mCi1stEAsTc@q^1&8YjI{_7WiTfitpPxQmr`tJgz zWyMyq74=6F=MRvP7m42j{JrDA%$X8&d+H9I5In~4_(nfSBow2IU3Opf=&;>syZn`Y z**m2f5N4XBneuJl{{AjVFToszDV~$ej$G(LcBf=(AVMOr2f6Kr@NZy+GA25637>yf z2;ztnDu<=zq(TWSRr~%!+Vu8k7{qS$mwD}w`K>c1E+!VCnS1`+IlY6&R`rwY^xM$p zin91zv9U4A$jbTxcdEr3tJ=H#7gxiN#|mzzp4?bp%~kqNZH!V1*^qlLJVSR0({M?f zr?%GyWg_wRaIQhF@+or%3jrT_DxS$PUJQuK`3v=E{G!p5 zgZi#}e16%D@P~NM<^Y7hqiXh--JYGCl(`#uE28bEhy#Cn^($~k#XSHF@c>826e2i$ zEJgCzw zL$37unLVDSvWP zM+dg}P<*xdK2Z8sqp$^~l&0DNuk`cT8}=O1Pb@}%{c1USal`>cm+so%A-{t$Dcc@w z)Hc2bsJoq+dF~IIa;N(jPL9o9TL3!8TuKE?Pz+W%w9ljQn#r2XNK4zlvb3~NZ+j9Q zHY0{_M8!T7vPRReA9MNsO#}e{>)=DUOsRYrp|VzkQe`{GGhrGyQOlhbby$6fgY{pX z*mWL?IQQb~rHYS$tw&Ndco+#KfnVN;1yDYa(Nv&rtT!sFt*OZr6cD&bLFRt@kj@cN z(<{IewxAK8q#>Nf8kk;yB-$5!5vr%_-rfr5{V^qb2j2GOTe6afvsxU<-GZt`-oFln zKmKMc=s4!NSQWk`eDgV%FgDFVG0?G#IER0XAUP#OEuEzF-^*lk9vhU(AuzSs%$G25 z)W{NRqIT$R#bli4^ZePfE|KpQxw!`?&|M!Ui;uXt_zLz_>A`2oySo`;uVU)<%GtfgT%JWPc*v)5H2jdHP3lZR%*Cvn@Ik-0-k&` z?hck^>0 z{yBp7muqfD7E(x-*(2|e#+BFw70drq9D$pCh*#Fj9!Cpt#1ZD0i@0dMhIU@ z!v6AQ>^sZYQL3t_pl}y-u$g9lq=~#_FO|_>3ez4{f?y35h)UzRi(q)8*l44Q0*|*> z8W_Ad!!K+h4x^P_&Mcpje8*D#>H!+-4eS|F_x)zK)(Xs2c+(*|Yn*~`D*p<~n+<&Z zIk!)vI|&1I82OO(i^mzjsS8y*RndRQK|gfx{UHwaAT9T6<VwyXA^=%QYJBCyz-n%8rKxZ@nW2{3tbQf3H zsW^iWx|=F0S1(??M=Fp>i$Ux9KQU3b1=N1(QKX78tHNSgeJwqZq9aj|+U=qRm5qeBj zHTvd=$})@#|NWb5K1d0T);cKX(BG@}ECQzcq@_=j`<)G@g-#)6qbe5|X=Wng4Rw#E z1|%k00x~bws}Vi&z92QYA~nF$Zc?w^y5LJ9=$B`@=SApY2CJ#^To@fP(3nJtSb!Wc?l;?Nmm)&Xcg`_2n;CB${iL zQHw@9A5C+Cyj9rYk^j>I%wJwu6KAIrOwjdYrrs<-=mni;_xRqmf5bcit-He-2owfL zE2Eo^azdI!>luWj#F|vN{lv@c?DC6tcKf=$d&95%J2-4c0?%xC!b-*t8tRNH03190yVyG=V4`7U9R^ov4hbp}xy zwZVLBSyIG~CDwQbVZ*zek~T+7V!Tfnlgq}xEiFQEIp1iDX4ur_SO1X%VzDo|2p^^|C+CO>)m!};C7!f8o-NUgnV;7a`nU+&;TEC&RtU6q*yYulQ2jc+aIyE9{olx zq6Z8jOG#WFDCwpl1`&#OtD%Gp*kK%5=|$yPem&$Hno;r>bJzo5v|lKR1?bDr-Rz91 zKMIbjxRVzShVMvoeu2pMF0%AN3g(D-ppz7)i{WTZoNT-jEe^BlHAw7p4+;_*Y`>1g zujjyyxf(}jd%rm00y(?Vc}jVFxcJu9^SXR{l$4%Q>*g00vRvdnwyJ&h>{%N#fyGj( zx!WRhAMkzVlp?@S@{h7Fh}}NI^G^@wq!1#)3Pcj}k`nHkFMbeU z((HTbBg7xjNgbACKp`waklG0? z58Jtoj)ix)qCdhCQ}a~PPWKne0Byq)w%;>k+HWte{8tPBA@}q(>3!+0tyN1g|0~); zwXvrSs>w@aNmkO~sXo;D{=I7Gl^gfnCOv|*??Aj53g@#WU9}M7onKampaK6tsAQ!E zr6SHT;1pmZ9-@t;iAB@5p>J8i1Ezjwg4fR%H#RflI4c#FHmFBAeLA&u zLXmE=KiqK?@pVaky}i8%7QsWDA= z2+KwntvA-UQ!aD^KC;B^NJC*I#PMvL`1Y4 zyh`ox@HvR2NX;PyfoPW`-no|yvq(-pcQaiJo9b;iRw``Ou$^JIiX=PTQH`l#BrAW# z0o*f-E^EdTxL7JoLe6kNh@tDygn}vus>+IE$B%E$TTOE`pK$y0c5K%Fya^+2a!R6v zh}yTE`Vs{JUAvI>n@j14PAzN~KOoE4UC912^V!_ zN@hie&F+(hI?8t1@qQvjlDkaen|x};g(J*8ftZBew~eFAR{H_dIg{>PXj8jK{}$pa zd=oFGT1Vyo=XxCiVPi<|@1!@JPl}=S#}SY}mkM z@~qXp$UE?usSo&g9H{G<2xiXU-`_+)yg_xl|4XsM=2+)64#^lfW?^2#SD z_8Aq4v_2Zqmp7;AAwIa?^Gn>5 zCw`YYb#70BRcB(bhk|tLoDYlg+Ja#_dfX4_j}?R?(OXFNAYb9&^IwpsH{qL2D@UVB z`7EsMZIRKUp4mI7srteb@jAxBrBN@0*qK|+n$B)nQ;+P?bqLX)c!=sLpcxhTBtaExG?LZwRNB##bA)BJokP+^pxTu6AvIQO- z97KA6sBn7zYj1~;(9k`fF3HHqBo}dRx&8?OxyfyR_v%#MUy09uDdjLgK4_A7!D<7Q z&pUvYBvhbd@^mpxNSZG?a*oap&6!AtO^Eb=O%C^;hJR|gM>IGSD_GZ4Y;4t7cjr#Uh zB7lK7ge8fQ03%$8?EQ7i-bxl)T3KKE`~Tes_+3<4>F3eMw3&Z7HD5B-N2S)U?`_*R zWT&qqOraPu%YF<1zWm*(aP_i-Os$2}2Gq48ss&^6PwF>6$t4!2iq0lSec~AmZ{0*! zJ!$kOy)^{IH-;>}M9_If7=P6W83`2xeCb_RgbAW9N9lFm3up9-<@g!2X-1B&0jw}z?XI=88Mn}cP zHL9{i#G`E(gPE6UBF+8w5G38kQkiNh58!IZj4mR-(+*S|!A(~O_M-+} zd9Mo(-bStopSuh&Bhl=3X-+qvJ0R0vMz> z_^>!uwIgpFoZSsD1(`%)(^)w9Gpm0<&Hkr~I|z-L0(QV$86b(tc90}5*~H8r6+jfB zAmL-w`nl4tvJt<&2=d#Eck=LvUHrH`0B`yl=<;afO?~?SP!QCGFcQ)tS#umnr_JW8 z!4T~j+SrUWgA4dyfEyCY=5WGYz_WfbLs$C_Kj_2nd@v|ZAQ+!v05j4mjlhbAPNas= zaCD-s1em`L9e?4m5}g^a^h*YP?Jz`{@t(3y!&P&*c$vIhl)0=&?c{Jyo zOG`-W&#C@brI)&e@8vfk^>~}J-6UKMi(U#mSL_3EnwNk7c6#4Fja?Y~n?29j*wk$F zx+g{}t#dFAvW;qGw7?v7|h&ep5W! z=CDD{Hk{z%it>A{w%3y$t9PEA)!`m#_Pw z>_Ocl&JMKk@Rc2Q5^*LF+#@~#vt8epKrQ*QzQuQ_1@6E9D&TE!F&7l*PDLO?(Husi zGCbr@_}&-LgRD720w+LZOKcJ={WH}Wd|+x#(}8iO&Mr8roTmDf*vCT}s;|qnwgKO* z<&&516H!+7lS|Nzy%cO{r;^%kBu-}ydQ|;Cc2|T(Xvd3BA-1P_FW2KT)Ynev?^0SI znNS9fRwN(xHaYpGl3feeDq#F+&|mK%9kg?Q_#bDu;GaW3q>lwjsJv(cKHJ5gqi{Xf zktzBS>oCgF?dm+d%*Xw(Zln##--U!};I8LN%dLLv*45)K<75X3G|g%Uwk%gvJy5x&p8qP5O~~pg#PF;Rs}Zr^XKa` z?md3aiv1H?^`Rdae_x=!W^rH9M`QZntJy;|rnXVn9dE2G?EmUk@ak1&tklqb4<1c( z8D7Qfx6>Q4k2YJ9mr!MKUS3vO^uAN^vgb*%1ap3|8+2T7TNk$F>@#nLcQOf@^v)0v z?c}2c9%{YkMT8W7<;NfZ)2HEI{)6Q4nSBUrW2!#%7ESy&G_f=pO{B9DO<^8#`k!GE zUmTrZUci~Z7{;qyF$48fG?KRGuz!*rXt=lnn#&u&v~xs$*dvWiPFRE71s9Ow8{2p= zbImATiPR4p#~)4?0xe*MxdJLUF)WWD8Z!-z;sLzeblC3H^Z zVWj>b1DEW%Fe<^vs8WCyjh{uN6Bl_J zN~`31#V$_lb>iDxi=!%@H#6Cg$J%@Mt?9dB-OG5Wi=Tt0eUx9eK6`423|$;A3&3Y~a6|4&KJ@impR z+1*dhKZ%~e8H!jg$h6OSz&UO0|LF*VVt)w!uLT+U@8n5(rWj`gja$QBl|0XfW_}A$ zr&Ec7ErZy`$oJC@33mmX?LS^nEAGY?^+P1G7P(#w<>n3eJ2v-U5ujim4*}s%s_f(;fr}BfbCQWtc7SY95Qcq2nHK40|^}C@lS4?@ z;C>(aCWVhHGvmp64p%h_w5?Tw-{A)6;&)BQ%^Q4JlX=rKtekg(bSfb`{Ud4(q zhK7W+VSe}&o5m0Ud_b~4PGno<+Mhmo{ZTnMk}krMTmE}_ThihOetp-sBAQxSyA1*n zoBy(4L2uzlPb7>RfA_;7YQgytw_m75sT^^!ZWA~08TyVg1PYY_)Ov)#Z;038@89p7 z!9{VH-=22AxWUtp$qYm@+)kDtB+NZ=WyCWDz|><`|C&^Y>Fi$Yy)iSWX!X&1Ve(!M z-oZ||=!IdLIL_f9!439^?ZaoSD+-r<>d5&t+b&>6Mk0^n?oD$>;D#RN|>uko$96poh>wjP$cFjt6c-5w`s%9awOB z_ydfjN~GquQr=ss!iN`a+kpRj7uMKB%fZKZ3VD_%YIg5^mYXbL>*iMIfj@hxb~PQ7 zw_r#z9zvj(bnR7SSj=PCy23z2#mB$wfNyyM^s4X|B)y{~1Oa6f!H&}CO4kVnXOSxO zw>7`GYHo6d=$G%*KqL$q{ap|jcV-O^R72;1(aM`pCp;nwzl%Z~*v!=adb+L+G>7rt z##)~%m^4;FQVn%*`P!74c^;tNE zf=#%mF~S^|ek7ptkmc@(0|a!^nR{3WJ|(5Iu7EMh!9N((e0XcsekMVbe4$V{R2d!t z99)FtR@UR(Pmk*w`?koHRL2YpfNn89b?VgR4K!H2d-1n7C2`N#t6U0|DouybL!bM0 z(&FKdv^KYcf|yH3Ny1z#d%Cf$Evlb4#e#QiR&#XKE=5{OQdST2;r39antUg zAk7L3pp)gI6CxpYTON&6?nTy|sM@wUtJMNrcfQaQ1IkIlz8^LoHOuWAW+oEbq>Y?ppV7jl~NUj=%)1YuDZ! zg(W)@EqtFM^zZ{+MPwt#rk>dQABze!;=#9rTr}$C4d-Ej9E$6p(07!&|wsOw>=j`3!uJ?(#$^uGO8a=OdD-^3h2TPZ0uN)=pv{uie2OEBr5MrM&QE|l!wfE$qjKpDfc!lmWvXl2E}dz6tw;&#+5 z>gY~qjh&!t;1JxF7C;_$vL>wk@a_k2lWI&}kK48MrHV{~T(Z3mUT2Hx=YFL5l%@!0P&o4&{Aw_3+o%FR?bi4vhuG<42z*3;XbM_bq3{ov;Z z{v2Eb-+|QC$O*Kuq@}nW!J*l0Z2*`0)?W=#TX7P!vH7YCQUd`SKC+hMN9rWBuz!7F z;bm!QseyZc%t@9cZz}$xHyBDSnTxFfw5g2wC7--IH9D*Xe3}y-BQz3s;w0RpQUt2n zg$1z1u40=AtU+bcrRL`5zL#}}Y_NjlJi_n`LCC>EL7>6xDl0F)F;M0udB!yEbbJKa z$ccJ0>^$s?PwImMeSP>j-w6{qDs;?j97=nF*6^3#uf! zB-A!Vw}*COY3VianRs|bjY7pEwx%DS5`0pFLY))2X#}EVD;fJ;`Z^>7 zLW|r$eGSE@)}F(ytnc&ZF8uQgmB)X)8SLy`T=MxVl#ty1T4(A2WsDEZos(c51upmE z#^2H*JB!6X56Do6S{z^Gm-2zs-V%F~d`T?K&1-mgd+IbiANS|7;Dp7gr+%T`Oc|lV zCq&`Tdgp;0;8epKXhxZAE?kH}@L#BUs`%aqi}UlYKPFwttxYiSoX+T+vgp`A=A9^h z;_wx3X?C>Obv4MIi+CDV|s1BU~aF?aqv8ND`SJO)S0Ezy{rYhf-wz%l zZsDx*z%fC#-5e24TXt{Wy?LBv_wn5nfg!YIIU_|XXPJz|*wl<7JnsvIri8o^c{M`0 zt%OIP<&=W&UcU2cA&=d+uu#j~RMDhTvX#pIpzrkD8 z+R$55Q*$ZH<4NnuH~QrxVVRgfy-w}|r~VoW(zAD)HxIXZ;JG-=7XK>$JD86-UU)Fd z45=KdP@mW694zm$irn|Yz|^$&68fPWMx~{sYP_8N>etF(4(+-VQoKdzqf{`eP+`Kg+)PRfBy!o$ItK#4OdypnEM;5ODv)KV_ z!uMZTURoDknpwy=58qkY(`AUz|K!#4gl<5LAwN70*wVD(Qup&6=c?vs8}}vFQ2#mk zaGEjZ+K=qly*`WG|6xIuYadPI$)^f$-(cf%ZR`Q;Rq(8UmSYxSThmXYqYb1fc}~ zO{(+wv`JN{q~|YlHD0cyspYW^kGJOZR_^#n9=>EiB(|FZ z*|Mt!+H=V1prnL=Ac&-dbayGG zh=3q1B_JXo(%m2>DV<76ch|S}`F(ecd;f4ajtAa%?A6KYb3Tw4ty+`lV8J z>tCppjInQkycB&WJQ9(+m^;XJVq*99{~n&Xyl_+X_k^@&DbRBZjL`4j2Bmg0(_C73 zBiGV8%KX+#N5TO&Xx*+~0#2NKj04eQ+I(ckrd8icNWp2yhld%aJY<97w(iAGO1rZ% z;GJyL)INvHSOb;#Q()j733qJHK|weo@9S54Akxw?^6>N$$-$7JROI4yc(2LIgR$eV zz&o%VFUdi_3`0Zd0a5rCK*+~7@LtJVR(C=4_M!l&G=HrMYPI-YvdB}d>^$U4i1H!K z;b!E|be0?4iG>g-U*5U#aCW0VBP2WGhkCt#F%)rntGSt&7962)_0SI*tpFOv{!3&D z-1qm$xp&veM_&l^!N2sLMR$c5fC{=?@}})-wts$raIOlnQSS;sXl``Zn+%xh-kOO6 z;Wb|PjCaNh7w4OPx#JOMfViat?}Gel-yK7G7`th{_5&Sd2!onNKr77aq#WGv);X&A zk_2efgX@V_-*e(tY3J8oFP=Y{+uq@+KXdd(EDSJU!gpuVW0hzqt7@!Z+2xDZ)7l}N z-F)i@hA)Km;*|lq-sRm}Rc~ffulWxe|ARjiTgN zz4!X%EM+MY6hTFL$|OR<6=YxnZc5s3hu3#4Sds~tJ$m;(8K?zoh-hFOXytpxrYftd z)|WUgDE4B-082#>GJ-f5`+9@Lih=7YdY~x2d5+$YuyoC@6&`!+0rD zgzag<*!x-vStn?oSUdrCwMh%%1C(;_B}fDH{73t_cNkT{#cOQFdQlT_Vd{7zmAtbk zk6i@HEDLZP87S`oKJ`*ak{}UGzAFgr#^pT58_5P|wXeAT*9CH(XHv)W(GpO^pNk;_ z4FrzoP^<*SefthCwzU~#ge1^gRSRx6123Uj@_3$zbVlyVook2SujS=rJ==SG?auq< zXiE|5_r&%H4hw7zl%-9x-Kk-c7dHqk8vxDz-*OTN3_y*0(iM2Q>nT15W5H0z*21L} zTwD42ID>u5S0fxWq$Zbdd(waz{&u+?;dcge9o0d*Z~O{s1(o*D3v8W!7c2HbsYY`J zFdq*NGeMrfRHTGFn}SrJbTmt#&WiofY&bH8eGes{ol9g{5fKdh*2MWDbgu zBs|Z`)(~iq8ahX8tHHrPoen2DI0sCevwA7TiyK-%S?hSfeM-E_1MzUJU038{{`14a$wU!G=aF7q6eSGw$ZyEx+rTwt8 z!O3qxTyj=lQ_v9itmuWp&1u@R)XU@4D8!&Skb|Vq4dmG4p!(|l{91L0g}XaKNU9#n z$~Hj*zY36LgRY<$Sy&9Np^$0ZA9hWlk(~@Uapfma0?v()Jo#68b_huJklVBeOMe*# zfFfH*o4|AWEIE#TQ(SEvK*^s{m&d&$P?0VE&%=7me`o=CB-Q;7NXC3fsVC5Ln{sgh z126KKcUPl0pJ&f#u-)Te%)EN%q8Q9f#ay`919OcfxVJxT2EdxRb5Z+1V?(4ItxpM} zXfNTT;^}#krETD|FD(5Az+dsUBF^TCLGY#@gr=N-rvV)^dC^CV&HnPbodARz6m_Zi zUcN17fiOBo3H**Ez#4ddrxPH_7&1yO5d=|RS&aKNpSAf%z`!7dnr%6v1R%A-;+aCI^x zLeleoPwL1nr##&V3)`Ru6T0f{xhf$Rj4Nr&m26yGH$J>8g+WL^z&1+M@#LACeT_M} zmI8=J`H~6rXaS1L^PyS`p7`J>3+B#S^1Y+1-+=bb7{DW|HibLuBr6V z(uy_LIY3?!9so-W1f5oqdj~n;4IePY@4iFOr;92Y#lFM?#&NE|Y$fBudil&j&2L2I zW616~98$V7E|?xQw}xzG=ixKt^uLQprLlodNJbVf_-0QWeByuPV!wMT4|6BOM*5m;EtzZD`R zxIXF}Ztiqu+3IJFO)Dk{Wddt`ZjY~hZ+oReo!>AUPnnsY`cWQX>)jF zW5ad2R^01J=jiAhb}gejgL5y0a%pn;i9$JB00ona<_pvT zzCpwf*2ioU36@BG$-e@fZ&aWNN;74)An|lpnp_;2xz}kB0JOq3(4vqi8$$t6Yp!b! z?T&~x%sP0YzAiXd`Y}ve=O!d9byaY7)KLDAzalkTnvao@YFv|8FvlGr(GN!gs}Re= zb=Sh008#3{lCUl^5MHjf&eVfm{0J1(3#NctxKV5KJ`EH|0C%^WhuixMC;RL z&=Ai%h$c@0^PC4rkPGy*dknQ@o_*uNhF3Yaozi5pAq0>Gy{YonFda4!bzLKusQ0_P z5bPD-#r>cH#w@=V_oT-^sHlVJ{J4LJ=4-JO`978V>P; zc7}*g9xFN7p;zWNO)M-}o6x^xK1vqduX$>~^2G$w@1%md6LvF@=;&8({D9me5HYA} zFtF0!fWvADrZ2;w{%H2yzw&9%Ty(!=zGFIX`!h&UFyp$0`rwkTz}sm9tWqG#$5;3T zR0+9o+d-~m_;+@$hb*w4d`gdd$xv@F{C923PtlrrQ!eHqEhsP-v;rtMX--%|rR^?m zGp7Wk9@${14OSv$(&JwjSewV1LZdxtU}STTpyvH_w}jmLA{q2%B-HLAT3k|#P4o+4x)1BWp!`a+$9R1?N-u$u+&d}0T+9furAJn zmQ_-+PGvdyF5o4(5cFVz{@fsX{V-HHY=Ag0#LUh8{b1axARn2SxDK@icBJL?{izl7 zchFUA3P2HtKS$6Z$qr!A^=-p%G#{tC5#!hr0U_dN0jWsPdv$~=y%bO03>5QEAOv@h zon`Pj92p)i0uE#J5_xENxa*wDX7#3IfB&iD4yaD8Zq#3141mchzv){56;JQ$1&4n_ zXsf2(=iY~_WJj;g)YqFY4CSiO4za{`3(*w9I+LFc;RZL*NCcxHa_OKn z7G<{tHre(RQsGieUn%$so_vG)3*qlw;GcWw0^@<}0#P{#E<1_?mL>s|FXR6nxA<;t zLje)ZyM}Y5qt5*#2cjxh$Q1Phrmui+gCap{%L1of#g;eZYZR$o8t;{N&7ul8~_J252Gjg8&IqX;^`+tX>DX$M3D@ zuOTJu0+Dtx5dTGHYsUU;S(at z^R3-w-&-G)5I>B%%pzq7@ym_b&3*v-MK57{wti_Y_;o?Nb+Z;?_fyC#gQ!5tY~QAQ zYFG-O15d#0;}B13>Hj4#K@(SVnYyJdByc7qIG8@G(Lm~KOXdM^EO1hN;dFjSAfjDc z8bRy$?3qp^Vg_pW;e0B`ga`U|gxAgE4KwNNv z>rN>zUL%7OnxPr?8PuZf(m_Y;I=qJaC`9|uu%q>aL9u2(LVQQwK~`3l4duV32V5m1 zn7LvK-ikxaVK#6#zkJ&Aa5+1*Y))=?5aQOFfNAl>vrcefJa|xd3yy{Fmct$z{j zs{_JBYLzMnqlq8@?~n$@?1N81N{y^TJlx!PD!H?Zc)^q?~p9wLet9(KGaky zG^v7&1wC!dZv~1`g&A%9~mC-NrRG-Dp?(Y53A&7j_K^14M2#^47NVe`mvbEF- z@2LNGh69BHBNH&v$dxUx1R;|-(9$|EbwK(PJA97n@&cxbLhrXk z*$UE=f$h5guU}^GdDN#*dIFGgIzh-14#cY)2sXVa+ygKh_7ZXe9iaVU3pDSB)qNwQ zZZbXu=S~54(v=aI^_Kr(a!wLXi;qU3THXYdj904snc3NKkYFCbYXh;j217?Vp7(F4 zX0=&2znX~@!cpaO?>m7|pL=<J>)>UV}@T`(X^ znz)M>=Zt({S;(DBPLVzvHp2(v^tr-(_Z9Q*M3)b9!fg=BeRG1TJBmZ_`xSqjMH4_a zWeI?yIXJ+7OTYC3afBNp?Uj%5G(g*sq`h^k71H1DI5P(j>(V25aSIF)+JR;)V(e9{ zsPu41vc5ja)$%xK2Plju86vT3GujexZKr~Af5K^HSR&!pbJu^A4Ob`Txz~E>{_bM; zYDXIZ5;DL?yY_T6at=(z4tvq$PrN@75r-mhB*jGjRgEm=la5LW zqY~wc^}KLuu1==v!{~=4Hw_T+fH<_QySw{VK9UL`S%1+v?fv=zde?2}aq{x*6`Hh{ zX@%!fb)Z`M2Nz-vkc0?vB=|XAIzk-S8M}wshuB!H*iWCl^}hdt!y^iL$@7B*&~Urq zck(;66Nq*)TF~(R)-PqtRo{ENRls&PwY~a*= zx3uX#11zW&B=opC74}9#H4*TOq^i!K8?y>ui%3ZN0sx^ydg1QlBk}I0|4$z;Lcmp; zksb?@lxFAxQFO0FR?%{E4DkZO$tn<8%K=o~4$xq{yn2BLev(`q5O$HsyA_4~SvHUkz+%?pg zWuPnBlUmwB^p5G|T{vaoJoDiUfmDFl8j}T&`VU}FK&TXPKOT5ZgaiavZjYA35Ve;J z1+@o>=Eqr!{a#pUIlDlgum8uI0JYykSbPHpS6tK|VB7RSbAjY{$P9s`|MUpn#S6I- zaz}GexxMZMo^vj1Wfz{>7D5PZXe4%Gf{}Z)4!QsA55b2!Kz>OIH_P$wJDxfV7$hJ# z0=8Fz=l5d&{Q4CX1m@1cm%wT{Pr2O)NntL^A8D_Bwi|4Oyf(~j&vu}mhKdB}K#;gx zLxH>=D>~``r2Il*tm}7kksF`jE^!ziqM_0N&Dwz4Q%Vi62~1$V*_k}+0X(h|_>s9A zEzj&~OQknNVO(DW984#7sNf{m!I>q?GPV3zv0gU84FvwVB?PzR8L<@z`(yVRr2vva zQ^2wk-$SD5UEqX1G?%-sATR$FELYF*q7{>u#D5P5V21u~E2)9|Yprf2?GtOyw?BN? zV6yE~5GdRVg&)=@{AIrdxzACNwC)6PdtZ_H=dYaJmk;k#n$5l}uBn;igXX>?pu>{{ z;6UBh5>!QdK>|(db?|PCs4AN%sI&bS`@e*^H|4MsR*FL(q^f>*UokYMhMqAEnJ8Qr zIPqW@IAT{Lnwy&9Az*hSz%XzJWy2}(J2j3Y&)uHe)@g}9I5~ig;S&=(^>%eVI0lL- zpEuMb`2b(-S6}CP`s2?U0IT1wpjvwR!D&AFB)rZ3@>Cp37y6BlQEwpWNUi#&326tQk&gx}4yq&=(R8G@Rn`NW zqEz_mZK%%z02q%QAa>LwCM8YvLTZq{I~^?CHJ4JzS;OI}vG0bX=$8pwYwQ2TO(-Qy z8K#b*p-4uYV1wh1Hm{&gpf&draO88yt|MGQm1DcoOlJ+bPYTI1@E(jam#`?+&Ty2p zZi;W+W4jFZ1vGmCk|KRaHEjrAR>67x-L>?-%?Hr*H~162u&_{i(I$04Pz@mfNijzv zy5-Wbpf8ecos9xOX_zQJ>}USvg-AmjG3oOWX)&vz`qZ0l~1Yz4B2E0q2$ilVwLMUyJZ`WPYGa# zZ9ChqDk>_*kxO(91>BH!5m3F7be}^05g_gjgr_Hd{)r62%exS*cK-#M)6eZ~B7m0e z_A;6#o&HJ9T-mL9>!YKoIo}ekk5b;wCI!gPxww}jM;n6YF|eH+v|ek4w(hh@XBS1G zxxr6AO|>ard!H@FvTOq&i24JNN0HMgeK_gV`|v_%zTOMWjS@mi#VYjG3q`IwP$#2& zKG&ZHK`$_iWHeIZml}bfNp%wHS_(xs=l!hC#B}YS?p3{`BdLx@?kbEK5tl@8fgx=J ziMJ!0fUTWFyyQAxI-+lN30Jq}O)Ey28L%A|((F~|&Faz4rfeQm@-&;P`xB1Hh>ptZ-A1gB&c4GF+gQR7m_c z+{Il1({HWl9s)|rA>!76hw^V0oYpuZimtf)oD-(=$i9ugKvo#B|0=b614_?_@y(J(Q$0CxygAg#XLc` zrVoj29`NG+PBMxwf}Se@&aTALHgmO~Nw3+-JwYNM^54IIFR9w5UN~y>DCR|LIIrj4uO^Xt6%2;9_vK@0M0^Mzd!uU1`1Wf2Y|x$ zz}p?d-?e**l0Kd}zn32Xx*WcE*qQ*4>=3ZqenZkag}9V5jcgU$bZ(f;$Me(08jq|5 zh)Gvs5Gn`d*vrkk<6u$ z^mboBLM|~__;%Xew#17jon%kbuReGWUi{5yl_(H^h)ZFokeH z+mU!2DPL2A?9Kutcb!)f4@?{5I4~_v)?qC5Jkr_2{2T_GYVzD_fZB~H$RHp40I-;T zjw}83F6tMIKWpcWH5CG-FMO_>vgu^^(*NAS!8!DHTS_MsKCrMu{wZ)zQVbb^Eq8Fw*j&h z6%dxiLr#T}@_k25P0cV;YdeL2vwC4V`baVup4;}14>{LXfTKr$<`T%$brvIql4|c` z$6P?w%0>g;eS{cwMDdy-04{Tga}$O3rY_mZXwa;F0;ANDk&yW=Qk5h2!nl%{f`}Bp z+n5`K?zBYYM?fH{WJ@&*X+E10+pKXyC^6fBm3fUp{PW^)VfWgRKxUgA{s}LmBLoYE zATG)RHSnHkjW3Vb8c)N4q;%qUv74$da0f`#qYZ}!SagDL>Lm91WSHP${JY-w;#nQ! zr!26~gYpBukj|d7qUZ?%#5D=`t@tq*d=J`zg>XaZ+{5fMM+EK+m2^m z0;gh^MnZM}y@Ma3!DFZlM|HT0qC2BVcVzLW0MudEISOz&>vs zS_`5j>~4Ee z=$&cj-^wvZyX;SfQ_rQ5C+8@raYTkhZzFaok84h^s;rz=qM?^SGl4~N~s12!rS7`8LWSu=vT zKOecn?3`|Z_95fFySH5-6NBD=7Aq4J3WlJ3Df;|bddKHON{VmHCT1*;fxb6XDEq*X z%K zABUnlE~)`!@_IpiAnQ?HGIA&uk4(3L^qLF=VrMiI0I$sR5QVh}Q~|YuyI&&pO5*H1 zqz(Bk+B+JrBLc8YL8j};9Fe6x1fwfa(a{Bx`-2*veTeUA@H>N%)mNfLf_vMw(ZXAZ zjbhg-5ZNHufE*6u4}x``@VU)HiHAb#z$nCRb7(~wDstW-n^V4D?79bSbA*$&hceJH zuWS4Pp9SS?qN6o5z9p0ptRNTt=_w%lMhN2D2R5S$O5U1o z@L!F80`nM=!T@N2fw%4aUKz0q(BeZ}TFFnNl`z;iZUi?IjXgyq>k#6FLlJ9J=H~SD@5;*3HXONYx{EVPA zFw(sAJUen&f-6mg-dECgZMnGda{6rlk<#`rfnH~8fT>JCdnZfkqz*(g<)F|w*CzQj zbgrTpWjJm}MW=ZKwF&}~mnK@2#Mf1SjDpqW)G5joK-~jg(khIE)fPiIxdt^EATdBq z>%Db<4{8AV_s0*RDMJkEUQ~*fbBK7x5SX-;TmQhoQRV`p{;ugdWWUX@(BrPiaBZkd zS!GF0FIf6e(IHEo>UZHmiE=r3M+VDn<+jjy3lr6Vq_#tP5#YCxkt0r{-7^T$eFENX zH?&~0R_dIN4lz@xoj#>&L+O+8F_;IujAUQ z+gH-n>;D2Nu9Onkn(tF)+<+gGQR){xn_!-@EbOr}?>dn6g)`Jdc8-5S4lz9uuG3ba_?S)0LWd~y?s>HJmm4eH z1JyUxVm1zOSd0-__iB;`@`=*etQ7dtOZd`>hmSST=rqIePrQIfgO@mj!E}^XCJ^+$ z&-(AL*r19L2 zj_3l*Mg|Ax5tR9cS?PUjysztz{`V^XeQqdM+BWlzt9tx<5S&rN@Q)?*hElWASNJQ? z?!gjl#3;m*{l7Q5f|_@&=0R)lh&2@vpfDs`x4n)JcRofD;)!bg_RW* zPx^3=KQ;u8_x$f&{#&E;Q3?t>ddAyP=}=dRfFUNnALlCWo3)$k3^(#Vk_%Mx5}5!0 zR}+scI0xk~U|U|@&v;x9QWt0WkZGBBN2+4u{=e_8_~+i7a_6WdIdC0?lqvQS=VavZ~@aNSB#&=UV}2jI_7;$EV^gnOT?iG zyts3V!rueuD&8^QeY|NeEO@XwVi%&Y!zLK~-+O!x8(M#2&^*yLsB$2IMfXRzXVdpv z!VgXy&Mx{B?_-*}f()M&p*@{UHC9*Hw+adb??nW!t_LN10!?J@w$oS6puumjVt(3fpJeci|u&oOqFkQbQRSQY~JHxK6+6uP~ zChRinFmqH{f*&uzJha<^xZ9XRhGm;yNiR+k*X49uRqqlNM?2Jb=d#3eTcty%qi244tzcV+~5?rz-XvA>{;?)BjYP+5=6Kp=J>{C zbTY;bk>a}QcwZ=*BVN9)5PwyZX5YfPXtejMZ}AWQHmh-=V87SeK3&v#$2mHEFz7-_iAcqM|yOI}qdi#fqKu=d^Z%Hc*#4{nwk8d2^q zTpL^3zuRaM=Qk9dGhhh(tF&$0>d8`LjrIST#A|KZaRC;;2ih{&aGNJ>)QR$w;`SXA z8B>jU&B(1iqkX;UH58?o#vG?@(g}!dJARB^AHBKx23JPJO%z@D`TKkX zbEVgxhsG2d&rp9Qi?sN79R~}C0Ot<9Z5l}~V|7fLk5G^?_nqlIv9e_w(Dytk;;hC; zRgrU1(hY{1>Qv>$J?!5ZVD|WMz3UCRlDgwjk#U0b;${fcg6fq;eSZ<# zZ~&a-P#<0=|7`Moh1b6_ZRUzJ2k9jFd?PuORib3pWv&OI85$T&&1?lY59&*a2m1$f z(fP!ED9LA*OvlI_zXSLAXA;Uf3ilk!;v4Axelf|GseMHh{>P?;367p%|D74?MB| zX&A?3G1S1rWF5$PA)#_I&C>WaKZKPy^!Tb%O~*j&0tBw#jmQ>Zl2;VW4CZ|#jB-Zv z=glz16p*bQm5<9=5bjxB$lr@1Y2Q2f!@)8XikE!Lg`YAoGGAppjP&DBVNtqunJvAF z!n=eo?jkjpga>aeWg{qR>Tf+{!EL_dNTrR73g)@n}I2UkIir&{!w-J)gQQ zZ`$F)=f#ICi+_YRM`n+ot(jUK{4h4C-$GlsM!D5o8$ettK%F02pxV54(6WJ3mr61n zHyg=KXC7F5zxwKsCS72tNVwIV`v>*(^z?$yTn1@^s9+Ob-|)Ly7v|~L!6dLPxaB5< z(jgqcb1lE2`LU&^>e($Z@nYi8TUf-G6N;n9QRDaBqReBi{GeT$xuv*? zQ#*QIo_8xyO#<~v4r_>lE6#N6Juo1qEHm{&E5TG6Go5Wq&dms&87hhdzT#!`*=G88 zeE8{;b=Dz`zGlw7+XP=Xm+wjN6#oeD`)Bn}-~|=QZU*P8DQ^cqqOZMbX(@5IMJ$hu z(RXrP|9IsnGBE}PjLBQ8P3!N+)jmp(#K+xcRyw1AM2l#_Sv2(l7V^b`_{~MuV!=jw zvYn+kmSRr{S@dlcSo~+?go(n_Vr_o?>lxQhmh$O1!+XBNDxB7}e->WA9n`+P%fEmT21PMbU)^P<9Y#j>e5f^Au;$&PXHt(KPh?^UY(A1Syej_FLSKQt8bS^j6}1*h+e7XPpUuZBT>5%vlJ_F}-$(HgaP0!7ZjU`@09 z%2h(#<_ZGoEULCAWSocWs5}aoFq|#hnMH2W^=ojHOFO0r6LzD@oS z&oHJn8$0^gz@Rp#?CVwJ2NN#LA3kg~M#UTcu#j`Q&C+C8>HAPQo2!f}A7AqJ`>tCU z_;;zoZ!Zt6R8R_F1JaP_*QLc{EvoL-eNX%8S4}GxC<#fdZbH)5_}MuSR!j z8Lz4v{NjDY)#gBYrQx6Q@?q7~Mk_+5eG;&se&?Qzc_>Agw-75AL2f4Ibiupjpf3Df z6Ymf6xWO;J)K46;G@~Mqfc~-jKL+;H4?t42>g&{x@sY| zj@=gvlB!%(Z7~A48h9AormykYU4*IpDj|0|q+p8vOan(vo_B@1^YERbz-~|gM{6fe zTt?N8|bcYB&c!t+<6W0b->^IxR7`rW8L zOoFo}63+1u>j@#Ni5{YsJX^Bl%WOdhn|Clo6(}Vf)6W zTCQ|KF5lHo7u?Kwn>0q!{6B5i(Dp8dz=-Rr;D~w zOZDigbWMl3>J;=?%}&`K;-Dfe(w>r_#`$r7kKap>l*=KaOIYjyLJm!;x8Z15W;Q`` z43C(&nDcknzQ;JOlz(Xh$;v*--8L%U-Hxfl;7;dw_Tb&4i&T63$mYM1gLGJgnRl_$ z)ln9A)D}fzO-UiaJ(I%d%#^=pv-C$+H8s}(O10I-rxb6wYE4TSvkOiwlj0aYFKB@DUBvO95EJ~Jx^OkdW0Oq&5Lqs&@FC z7F{3)8B?@TJU+?-2c?qn;^cY`0g0m0)Xx6XSSFhHbk;I!RKd*=tg16zt}WbQQP?h0=U|hMiSu-uzz#No9M}|#t~pF0 z*eDdxq1OP0Qu8Y^2aWeMq8atc?E6ZpD~-;gGr!-c$68PzDXQ`_D!UgFi#iwG}!1f>UJlV$HhHva(3~bZnv9EbL4&hIc6{h?l0iF$&{hf!p-@~_b;y9G}i_|J`aWB8$suSC; zld}kWR=F7$U=+_DKF3ZL>_Ev_gohfQgz6b3ZWQUD+JuO^S`uyyJ5O0=OrJR~{grR7 zSIhLgbl3P2_pIMe?J+T_^(t|>R^Y+icq8S4cgJ8b^hlt8*-lCo$F*+^PxK`5UM;h$ z7*Fxu5WRM9r>^u~Pu0(JLPDu)a<=}W7g7q;p?*J*GuH1#vyOY1r1jz|`H8dJ*u%hctJ^l%&zVuF*bR)_7jM*U}_VcQYo%(^x zELGBK_$S^rvrPUEK=vbMg*WVQo5}b;CmWGrO0y;!ku@JE?XWcIFk8ko3{`*3*HhP2 zrqmrTdo3>U^ggM8OCS4$LGQb1rm?Vr<~aPiE#+r~&7?}7DaO9sntxX7!xuKt5w`TO z8~1U3+tHk&(z5RMbj~$8&6}uOs6NBU8qvVM0bsKpzKOKk5>4^isPENuBdz8B-jm75L!YA~oO(yno62G1L>z5NxP>KkfPxD`1wH{~A4jkQ zlDlNgXeeDu#$LjTsp;ZC0_i{Y!VP~TX-jxa@i}}7Oi8{zHuZj(_UlJUbC@!EfL$Wt zwyac=*^~^2usoxw%df9i4h^(#)r;rj*?!LiC)Q7BX9SF!#|xb-#6}GckVu9S(AMVc zO_vdMGaRtrH@C+!A?+%{K}v1?w>_?4BRia~>OX<+jq-nymPsr-A;XByURq-F;yJ_0 z#M^tK+8oL6Vw@Ydv-N!sG~QAQS#AZ7xpaTbB2DMk+M;gx5qfE{<8RO^-55E#=XNTt z)sNnwTScajmO>g{e?pa2WvMki@Hu3fJPY+FhP4$tv*J;jajSc@Z5MPZ^CZkwxPV|u z9|sOBL_B_=8gVo4mGcKmTn zSQ61XS^rR$t~vehv8K9`;@1!9St*HQ?u@415*$OMT@mrGsH3XQN;4M7NtA-W`3x&W zeZGQ=iHd1YyRj(}o@+7mZRj^5gExxh@d^V%IO!H^Jaw^_uvcM@C-EX(0{BFdW`FH` z&Zp{V&ho1Z;@l3(>(_EKGYB{gj;%;)d59`?7j%sp3iPNmF!5G%vfU116U)NBS!JE( zk}#b6aE*@1l|*f54Fp|2royk@z_snidj7Z{~H=gMzF@5Y_WE0YpWh$`I;sy57!V#Z)r-) z!gXFbN(At17wr8@D-S1dSs(mDQ!;7Cwl{v&>=&9A!QStoGLk(0)v*~*vZ=UjY&9d1 zVxk^T%#vtknW2+G-RL~_=$^!`#Jd%7FL*OkOcWzet~Ci}5`MmrH#@1W>vs%`H4So= z-^%9Js={L&rAx>uuaou|yULnF<=2YxKojOB`udc9I2GeO+T(e&HluFJNI?? zPo+F07lBP%Vz+hstC^11mWL( zCpa0q1re*gybV|J+WlJr4A0CYeeSrcD2bGg^09p>RnGCN@lo1&Bv^kcevoV5!C!iT z_jcMiHRuv&UFXaxjfG%g`U;~>;)gq${q^{?ak~ug*rxMmoP}j~7`d2ytQan0cST}W z{?u{&t$fppr~8pWrl)@1N1xBbvF;ni%#)t%CtGf&nCF)JF8fDsb))dim?<)EZwJkf zGi>vneIOQ8kF8%#VtQA`GX3Rgs^y}9^$U@={0}-sS7HM3d=thc4Eo`5twnk9jT|n1wRNQbeoL1TGhPuEF_(L4 zFiMmDn^pIXsg8a16wJ`XuMLjJgDGOKI?u5@p2rZ5H+kL8%W&>KO1sJ({Ze}G;caL8 zmXsT8wfE-ryFP_1odunoPkVQn$HoO<4qaV(bL;SoBqPp6Rb;831(|d zY{Jy0UiFd37(6m)N+j4fa8>=Wou~*JHhWnwlUpwJXSQkWJ={HljquwX+!sjJg)U`k z>eQ>Q_w?p|`a>nL9!lM2ij7P8*!g(OI$k2CrK-;vRW%ZRCvdy}~;RSl*}RMz=FK zdW4nwnD6`ujMZ*!+k%(M56;us_d?SZBQv3DzAU5GOZS2fu~F^O1jd4lw$WRTEoazF zA{BTQ`7BH_Kie!GYpy9JIB7l8CnltQh_~}w!&YOp^WIhbCnUR=_|jp02ij*vLD=2)@Q z6$jzwSkY;zvU9)k-t;N31s34^%Q*g?x)90!lK ztowRP3PI4)Lv6XM@iyU?7@2F9e6%+XlNr5pNa{-Zcw#tiPJe$r;*dV`Mr4F$ijTIc z^?0_;K}w_B168v2EbC08u!?>}Qw!s}R7AXL{ujK9T0I{=d2imc3OxfQcaK~p@H+RZ9OxXsfPL1nL=W?bOvuI|t7Bgw7a6YAX7QEl`xEURN zI(zzK1@VVwtgb641}t7UvO`bS$P{!M_jeovnL5duHhr(}@C&v`Ug|%b#GW@b^23qx zI_Gj8{ZUV#k5RMEpf41`$FP99?h<{%DZdjcnuT`G*oE!VP;gCO%c220`mM3eJK=<; z-q3LRbf?=^VTxK&Y_}_9Wy#(Z@y~xEWJA~PA&XUda~&PeIGEpeChOCqMj7rgNnnAz z?+4s19OUdsfkef9{4CCp`Kb+@NK+k*dt+Znihs9S6OdPbe;BEk$7Mv$M?F6tCmcd@ zZNVFp?R;VU<2Som{uar@S5RWDX7GJgu&{mSyAcI29NK@{_|jK z-x?&~;Bh(M+EKTW?`Vp6w>-O3CO&k?y1L#LTag{=Qi+vel&S2AswC zHcN{bn+C04)6ip9+m@^8SQ_q!_H$bkodX4w#pY@m*S&XtUiXdRQ;e!-=pH+&7mH@S zcq2llkEV%1nW;t)$g3Xv^+NH4!l8%ptdXE)E3yBTSP=B}6@%G5Hj%0d6-86~sfRbO<6Avji&w*> zVro^KNiu%GG?D1ji-rFZF-^+V-cssUgA3=sPB*iSw*;Kem(;!6ehx ziG3~vBwL~Le0g5N`7)<8`j^6g%08;kM)8DK=TDwB`)D#ai9jalh0}E4G-`>KwU+8*H>C*l?;| zR*|Pqt0`VDEv3#}*>;+jVp5~b6@{|;+qKhXpBj7ltnZSpCU5edq6jVN;rd6dY=UTp zYa6+5mZv_`CEPD3^o?4w%W7c=kGjcu_GnfB=fgAQdv-phkw^WE3l8!S4^~QWDX21h zk0#4Jv8wIOJfbIf6srF`EbN+5+gra3cHd`3*orx1?-B(UX1%;UY6T40V%xH}nNyi$ z4%a70XGTXW-po}bc@KRVvKOW*3MW#CME&q$HkwzWVNuBY5H>nI_wQw%RlAdAU_fZc z0OupqCqwHN4qL5+sf>;asn|xSSI!=HD(@xAH))ixUP`5;wMM5%V-oX(usnQNM>?c~ zJNdR*%0$V@Q^ej|LQ13hugEw0{+ape}Hy~S=1yHU8L%88w4@B3M@un&`j@(ul>i6WDWskdEv z>T17&A}w3;;O(eBVhLudc-Acik10kU)pQ;X=4VH>YAk#PI(eVeqzd`FQ%f0r-VkQj z&?r`Y3%c|2@4NGRrG~T9{#twe3*%e4v@4s7$^MF~3G^xmTrp&pW*uBR$O{91PZs=Y(T6i8)Qh~zF+&8K`sVD1 z_$JXn(JjA+2R4^e)?oWI;h+V~k^o zLR1TXPxXj{diKq+dn|)nL9Xy+;{(i_ zs9#Qxf+Cqaf($-%(s>MT&%_VN%jDJM&0^6(MCFekH7UmQ)KKRj8N@>KD3Hm0^)A>C zV0VtTx~zA6uUwYPGOn|h7I(?7(GW_=uYQXx5cS9-@ngBFz&mlthgMAJnaRpD6xNXE z#OQ;e(9=rWTRfhZNJ1SGtEnY+Pg_OuN)=&&q67J@ivn(g)XcDU{|94pO`C&9w~f6X zD3-qRE10*7!n+vyob<`pQIr*TO_M9)N4TmFS=6F@>dj(Jp#e-GhPO6X&DzMr8ng?q zXYd;PR}9i+jE_tNs|Bn3aXzpn$r(R@);T_M)Ut#P+riH@_vjq09mJw83U5H!x+-xj z{5fc8Z;f9Pq;*6x>Xga8Y@u)1#3-_-C8`vqZ}ZvEd->74($N1yPdR~#;9r-!clmOM z`G~v=K8|Wy>X-SaBz#xjcQ_)g|3Rgo{&?;U7wYwk@X;A{msZ)M(DXKYASosg;01qB z>OY$J`=Mc}_+DxIZ^B=HHmPlK=Q8>f#y?oarnauT!mRV#jEpT&LZeU^<1XZ^-uaSb zJHBZ591Yu23=Cg`K?S|tt z)`GB#gIRLCe4&Y1?@5cxE#sjNEf}3bC08=!>M04tZ`Xu8SdUz5{&sbsaxbC)-HJla z&GSNwzbGb3B2$_D7O&OiRR&z0j4-2OxuKH@i@53#&Mr$Wl`bsVN`gSeM(kMAg@d@r zkFW4wLjz^6c}VlCz)gEaBHZRRD+`OGdOnk%RJ-Neu0Z2x3<{)PT%i18dfXUoxkflp zR8h-hmYtjMl1ckfP7Q%z9M77dh=DAw->Hz9QPzAhvFxe7=T;DVpum~8ud?$6hV!!3 zAiI(!FaJx0*FiK+%JHTelp=4mt^Vj^R&j?)nO%v}(>6F&y*L>0mcY@*5mb9jWa)?Q zIZJ8DYbD6m(W#@mhaWpv5Iw%CM1ekwnf5M*^ry*S`WxEjy&jAzo$FT z@nlH1|AjLbZ8}D!sb8429FA*z;j$`2*xm`*UC+@qoeJHk6Lo>)1?MLeRQ{{-(dj$4 z16Q8LPHE}@)e{B?t)AsaOr@1MZQVDFK=(g%tWwYI`1evSy=Kvrw6x@gq2IINxFf3t zat`AdFZvet4h6Akx6(t+712bG4N1?9ykq-QjNk8V{J5&WwXqZ@-JI?H|7d&5uqwAM zY;=K2DAL{CA>E*KNOy;H3P`7fv>+1FAxL*gOLuo8Al==3bGhIBp7;B6ew^z%%Zt4) zf%UkaXO21Io@3m1V!V2jy85Ini`mPN%V!TiX(YOSW{=dxmgFMjGcxU;_E3o=pHjJK ze~C1HB>|8y_7cFu!HGatMF@$Bh{4-hf#Yc2;B-j=^g2Okr7mLCOHXt0>&$ovA3nVI zChGZJ9zIUrDC9A;7;#*p>IyWOVV4<_eXC*EF zbpfT?F=+WzTH*6rqen<_&!=@%d1z^7AK922PAH;@8W${_fRhi!+YX#USms*?Loaa&>%XRm0U%PDvd z>oAqqyKm*grOIji;Mn=2kDI^%4BpVECSAM>PZ%xW7TRcc6{P=-c z-~pG`a9z3DMJGl}+h6 zER>Wl%P50SwxL-8&T-|E!~;-v9g&Ciuf-5j@Ys2vcG7w^5tiaMBNJnGm|#%m6177W%k~^_FsO2$wI*ii$+pMD?thuESKSL^sNO* z=H4$ZhiL*Ys{-NJH_h&=iAj>~>jycM^2rCL$lYMRA2XgGO(e9pbqA8jEH+&$;trx% z5GGDvsxOa!zM41S3WtEqZO^OuL6>hvW9Iq+f%RG!$>2g=!99qN=?Rl&iHOlTKDmJe z9UR4{RNL2Kb{yTw9C)^1LaPZ?gaJaTC3|luIT)oQ7mdv_f7h~;=tb!w@CMI&9EE8` z_FHkloS|PFpBuvh3DsW4cf6U_t*V&MRxg<@_!!P8^X_Ap$W0Im3d#x{q4a^dA`sy+wGH6Jb(+Zng<7z{1Wj@J#M*H0| z%~t-xU~US@AXubTk;pzvJ(*Ln5rsSzLq8adynF=RpHQ{rG!`%pUQLaNBl z6P2_ib}E(e$`7UcXo<#8-+rCo+~F3bmz48t9vj@VwlVWAtl6~gAI!U`>QO3KLs^vS z$M;TOU*EQrEhw3}^yrg`d&6cL-FBI63V|r<>l1_F8yq0$=HC2PPA&+{X;VP_psc++ zBDg=FdkudP$<)Ns;|dXhh)r!^pE9_C=43#w5qHT7Xb=4G*i1rVnkl=hCTNZ+&ZefV zE0c{*8R9O3?yb0!mwIX|2ojX94n^e<2Q zcSp=bpyA?KAIC9{eTz%F3Oo9i#DgT=Aa)MOat(W;$!J+vP=G^w2A&70>7nb^2n-M&bRGpC+fsWLJj{W_OsY%8)93g0Uz&eDNrk$X>i<=50|d&uKNIZ>@cB z>#25(XLEERcO5O2tUZxnuVUvRcxq5VJX(JK263azm%@NOfwJl{Sr{xV&_U=K7!c$8 zn*8t}s7y|=} za{KNP@IZ`!$uKjp`l!Uj2csHYIF_R|9n0E%md7Y(H$-N$6U}9l`_T*R6@rDgFGTjz zURTYZbH#v;FuJ_K2YwgXUvv9Qv+nVEi4NEXNV?O7EpuWyX^EK<)y0|@;QrEDfM|u{ zn>R3E-jV`6nLs!`Dd{=r(MC{ke9lU{9r~_zS(r*H<5T>-qW3VcDFNrB(Ito+g%EV8 z+!WAp_JE;OFj_U&?prIec&HjP?u0(Aj52p5C|~M z=t+Y%Vaw5GSY@Gr#7cq4w*xVT*}A@^XU1`@i7uzyMF%Qyu%ORGo$8ydZ{f}4Ll=D| z*L`tts<~ehXPK_%5NcDlF_{Rl#}?Vsk=TI+;3AHEpS%v|L5zB(-$ud3fce@9DG0OS z{8=n%AimYd&{c1>nE*@(1U#L_=Cw=YHpvt~>wMxF0}J`PvXD}=MQsVu!c_5siO)%F z%3IReH}#Ersk(C{S}(pw;xh0Vn^B5R#&TQ5)8v!cP1qo8VlS^b;c~U#7dQn&{#eo17R21hLe{qwfPeLQ#76Q0dIH(Yw_pS}N9RbEl$urJCt9fLEEmnD zXwTUk3$}1DwczBUE|_&*u62BwO;)M!eq!$E(F>Yqm4up28F2j~z4Dv|G=mOKWAtM8l=C+DRi6pV+ z=?-WDWVT-dL&V1Wl*ukYhxxp-KKi0It0v)Xw1g6~2m&DHp-r)TPTub&P4)Jpfx92P zY>G$qFv?6Fmty){ZiX>RI-Qe*RT}MRXf-C`K4N# z(g}vAZ}$D-(oh6NRO%f-Yg@>jYn<7&13e4etU~5r2!(`A6DJd$h%+|xhFQ35t z;_u}Jz6Ok?PPExkjTXA2)_v)pK(Cd{e2Oul_(Gp!*|YplSrWfTDJ7k-vCi91uVzTQ zqRB)95fxag2FTS^rX%<$&%K(?zUrBOz0q#gD_doJYtYLrLPL>Y%qo+H7OFa1aW}?v z^~MVi$H)FT*_9&`5E;05n%5a`n%O_63|g!ejqAOst94oA!OjF;_44mgM)0Zo(XTlx z1PumOs;rF1rJ6YU(Zk;zg)qtLC@Mnq>OY`G+9IIoB*oWKuzD(UT#$8i{IT30VF3-) zAMxK~qKBkmgi@7>?Lvp*k^H9n+bfY+ejO4BJb{2|{UM6A%wS@4IJ^l;n#loyN&0|n zWNASI-ff9<81-%0qO9PS@-SADSmI{+3_RWdm12SXciFv4vlpN%ZsiXu5S-~$;bLJ? z_<*M)#KTyP6Qt=$FTt+;M+@|CV}=R7vhLMavju88?SM~cm5!!nBJn+)0pY?l%+ZCb z+toUKE0P*#cSMZ%*UTZ4qZ4^>?;{Fnu=SZ)A->u@B4}3-5rB zA?M`80@MJEXHgS7zYnu>7S%^tPwGz3>vZaf4A4V1#g3^*?s3?Mha*1rJVcwuy_wNo zPs(qwsq^=Ty#hQ#p=R1)U;c>zS%_~rJs=#NY;5f8gW6W=VXqJQX=DBT@jqZzzFMEP zB5smfM*uPqZiCF7t&;ku2nky+QBX7{cw!R$XH zkIm?eHdnMtC;hGeg9o(d$JokJsb1gvy-!LgW$Saen2u14IgwaksJtbd%jNvd&^|!_ zopf@7wQp95QAJVFuOr^oQV0%=9TK2Zv*iFzq_`%1xPxIjc+M-}pMpfty6w4WdwudD z#4RC`<;dxpYTsX2qN@+&wt@T+Auu?Y-9I~D`%W-5Zpuj2Qe#M#3Up<={B zrjPHEsr0YdKr{zUv~ZpNjpHB38!4F}khaU56|`IAU!Dr`nG|H@9ZZmsd)~jdhKTM} zZcuft($nAnE)Yg{sT*Y12^PN+Iu2t*Orq3543gkiKR+xg zzzHHOypd3U%XlMOv-~yF(Ni;q9Gm@@G|0h0$CvxVP=9~G#DwaoChX@i2V#LCKZ>}< z*llBUED5dNmTN{sZrPYVO~_U8F(&YhRb2^eU@6hE4<30JxP)v`LVV$56CECD?9Kz}^xkdH|bGr9=TpCS@=9 z+}|KxVzLnwo`njrlKzuMmcvE|2I#9W!c}R2tw~9bKA7L$0rQydLSNhWoDXl`SI0 zLyR*27)qBXHv^;23N?I{M~mrev~w74lF#5{$-so%h`N+Htz=Lg0TyoZmS8Irkafgw zVT6Z=dz*!9{P|<)VnVHuR%DKuE%|Ax{%2)YRcttlgtYR1KKb*`OU*W)1krxiP_r{d9d z)C}{2g?$QJ1E_Fl--HzVB-1CLO$8K}ga;ib!q}ZSmPx$B5&UbpVD_y!;D$61`~lP) z8qJwXBe$|-okI^+W?d>c1}@N(i3f{lLyP|c-pYY z6a4Ul!W=_kV8qMx5o+Lel@w{GUSQF|s>%AQ7HNlxe54=Es-nlD%o6#95G(pL_Lhz8 zH7p|Utc{DgxsNYpr5#s8vR*~+`c5S^2-i}cF_Zm`(RJ3{pB{&d`@5K&Q-KtC`>{dNlc zDtLKpPZmxqH+BEL2=p7p7+*7?{}+2Hg*p=vMEgyZ^9W}bFIcR#9hY*9WG!0CH$s%$ z`x$<~+fRV42n~%B_6@4rsjMnWL4p31D2+yhXjXss|Ng3;9TFR!4D^x{AyvuxOLyp# zat*!3hfio+!Id6g!G)f6^ZavZgVvBY)S{sw;N@=t`XMtVzL!S{&!7BA=xHz%wmJFa zAhnM7?w^lv&x#y+hE;@X!WIkteOf6%6oK`wT3ba`?dAEUS-kxd48VTC?eioQtBXv@ z5I5kTrx4{Jm0fDsP5R4(7W(Ox6aiboBb3lrpNx#GfE3~64`Bdz(?k;Il+LBI5uvhm z=l|Xdr|Q4=qKX2DFQEDq`y}Y-W9mwn@DNGwC^`gKd!KwYMYZZ)f%lHxJlRuztWw#+ zU1a|(gH^=8A9srl)KIibR@F)$!;i{m)x{01>!k*AFm}Q$HZ1v^jGMAfC4XMnd0)E)Vo^H79BR`=r;~ z!Tfj|vtB(1((4LR1Y|X}WHIsyBJdB=S84>mANASe*RMl)Jb_Jq$b)tCIb*?97@NbK6 ze-H=Ex#I;)e7kBGId#Vip7@3voHpFclif8I`$+xl+kdWW0j^7zMY}|)dLLB0dzX;_ zwHw@|Re}~d#Iem<<~Tw~fq-cNZub=RKI%_Pm;$qvH!;wYCLyBe+F24mVpwEsG?SAJfzaq-_} zoP-kaxd3Jud2uDZQ$Qc3oO4H;hznxROqrZ zLAM4d+QU|vx*IhlNL7t7t;EFt?9G5lf+&{sAIFL22(`i znPp|~vq%vf3_1VqD(J=vZ~y0?ua*HEU5)zje;Q!GfmmSZ-*YA~d`g4F-|Oe@@fKV>n0hFDQT== z)Lf(Yy<8-g(bAeR-M4wglLh#`6wA7@f=|xQ4om?4S0oVRJhEjh8q}i$Iz2 z`Hu7)r(#;#Qqx|Xh8aR{ujjn)ap(L?Zy$22B`CS-TeZpMtx4>J(>7F2q@iK4Y?l8G z1L01e(3L7dJDKtCK*X;`hxDCf8u|MT#UKPGG3OR2$EKwUu zSNJq&hCZ+%&}z|W^7Ekna1BsWG1zz49L$@S+^qy)?gD|D?=k7iFCiT+`|=?U4mjl0 z3QLCg>>EY7_f<}F3aLBB_`(nK{c?8o)Ft<``nR*{2TMdccXy|jUBBCFJ!M>8a3x#J zm#=A)2?^2cly_giyq*X|q+#0Lz9q_)*V8%KDV&B+qNK^1GJ=MZ3dTq5Uy5pKL@Rgy z-66%;z@JTI|DrMNxMKX;*GGdJg6#ZvaL-n>gBBQZ%l~qpG6EQItR?>)j4K6|S zK|wkT!VQL%q0he3EE~-?-*a8QqX*9~_U_J(3Xrv|<>bgd;s6C|_%t7vIL}M{{hp!b zE}#8sNr#{QJ3PjnZ+5;nq~KZk-$J=*h!v3*!Fhn!hJo&EEH@ zlJ{VN-X(EZCUUu`#l&vaISJFd{|-Wsin({}k`-gpF*7rxNgljtqz&8uMfu;oTG$Qt zDkok^s3IA!d#QS2ej0ym1=P?syCahw>JXLGVlYqrpDnv-Yt(tV+Kd7UcZN3reb(+8nlX>}9iW0kezz8Og(uLUD{r*=$D^ z7J~;Lmwoe)xA3KmhG@Ew&LAM3sN;BVNOt5@okvBn#(X`JNiZBmFrC@lYhte|t&G0p z`zZYJ00*7GI?Cf_`;Td9BinbArN-Qs)4FRmmW(qtSyY1F9AZi}cFSqTK=)cB(tEy| z-+H<3w7~y(t<+IZKmEA|xzz)R^LBu7H8G1;CWJPuVrh-+Uq^G#3UU-V|M+Ot;nZEr zt#NbfWCdZp{Nix;>p#U1#d44H>^m~i2mGRI`f9H7_=t!G(*76@uPd7J(#9AqjW)%Q zs9{7Pc;`*JSy7_L|CWv=%E3VY;%4`WVR;AQ@iFf~uMAj`Z{5WF5#VdD*=Ey&r8*@o-4&FY2$CwGC3c7uZEqPLueo#_Sw@U&@~HU zK;tw3oUrkL`H)9XZF1tr#Q(dCP^oZpFzBDR7k-{RxNcb@pFvMXPf3lfv*dF-8Up|V z?UpNJ?*W5{nBPePjEVf061zX-xMBR1RbvsfkQ;a`$143t-J~O;hMnZf>ZuKazI|gK zb=qJ&<*GFktw`sagn^(Ed5Tk*WE)NyZ-U$y>vV_4+&jQ0to3yosu+$kK$h&R}F zf3_ydRk$p-TbLoUS?^&t1V5Qi<1mdDOT=s`BC9?q3-dtrpbM0;)&6;{;kzGo%8Ou z(|29jf#Ar+d;^dD;>J_H)eIxte2CCYtJW?{c=Jq*iE+=-ax`oE-#4Vc$|J`**;kP2{~OO?%y7Q|#%>C_(V_Z>Ee$H5^p{&h#dtv_3v5u2#61?ne1 z3knpT`x^p%@KH~Je^LXGi=Vv$1|KO8Hl%;=*TXW~Wgh~?ILZ&H4C6R!8E>A28u(mm z*!uQYm_}*b-7dTTUhDR?O5?xu)i$nlyVz^RO7~)Gt@ap!dOYZJ$V=m&9v^AAd|XXn zc_dxonY~T#pk}K$^3Dvt25f^n>F*FRe{*O z(u)@jDJ0x>pM-_si<3C26w>b>A`Idv#VzJ91S%?xh6ndmFN4npfM1~};TairP6X~0 zhuG)J4tT{Uyy{ziFv9iJy((ZY3^$_UCh4h<42rcw{M{ zBBPL3z$dS!CaF@4V9G$5^{F-9MC``+f0NG{>V%M_#)>GR`nDSHTU%7|*{gm7AB*|w z-TDf^gZmNuhc{y_Q21;FeHX_dyWsj-BaoU3YubIOGhAiTY10GN&ueQW@;U%+am(6s z+FhU@5Y+`Mt7DrHa%@RLXz%BjOA5-%+sWuRhiNptF0>->(N|F^$gL>pL~k#Jks*H` zZ!{Eekv?w$?!>36RIYMS!p#FG8_5cJK|y*lX&zQXIlg!AtnVsJNjzjeJO}wnn(#6< z1gW>z-Pzl0^P1&5?4(|2y|Z+g<|=7e1<+;Yxixq|$GG154o|o_8fG5$c zzV_|kwBw@>Gr5&Mz)l+Uf4=|yCptRXTsW=?5_9QuxWxzGJY>sQ0VS(CY0iWVwz0AZQY=B|MK`9i|Z z_P7Jo?IJDK@1qc~8siWmk5-rsN~x-f;U3mor&@6I#dBIqw3)HPsv%1Ce|mX8$!=bM z#n+5W;E4>OpDu0b+;jnHM(phYeph_)aZ4HKdi|_%JUp2(!C=<)4MX3Q{=FnpA%NKuW4O7(Y}Dr>>El{$BiUA*UbV%BmAe zdsF+j(MRtKPjQL(CU)7;mBudt)mntQ+POP~8X{ML|8G(nl7tNsS1Fv)@!ZF}``TQS zBw+v7@4AH!c$|JDSQqLj+(`$*3J-g0fy|Hy=#EI&KirUf&sBI-Dw`GCy*U@f`aX(& z+V;Xzw*_Zy&6eJ;rcmA6O^akg!Kmd*T8^i>_Gh575-ctzHlV0>ZU_0iQ%W6G936rWrxSy=9sa+$zHzcHIXOwybIJdvfRmxk zPMh_z+zVxhS9Lea7Sqh#-j6YLPWDxHb05b4r0787QM&bn-oU#kqAu{otkw9l6bL1e zsD+2~#}9lv_WvEmU{*)-u&$Cj2QLt^wH5xcrU%Q0tNg>k0-}hRn1j^elKIj3G%8i^ zsNG_HEel|VmV+kvTD7*av>tcIn{uv;=jB}Xg}V=b(>-C2s?sT!8Sf@&SRxBUZs(lF zgu6=&$rHZ?QaPp3l$IZ}Xa#4m6QD2#^aa}q;!d^Ol=tm`m5Yn&6_M+DJkYAb0*~K1 z8|0~$(!9`c(NlpbWHo`}OeE{fBNF=pC#H?W>wVpAV}`z3?QdtWEw1>@PABr=+e(@) zCbQ^N%v#OZ)x7SGjCvr3OziCyG6H(%;$0r?3bZWR z+pkB()sLTEPS>fA)jI(<(Fc!wc3LerF_E7bO)1;CnI7f%_&AXCWfT-NbRcdl9^9(g zE%I%wuJ^Ju`1FD>2CIe4kjDDXCDIvaBYhj*{TPxI3Ed;6W@gPgR}vI0E|`cSHOd+LaY{fmyhOK*HhG z*>>fmfc=sNPOd@=#(yes?PpoJGD^3ZqGml6qq`Y}7*!vA)IqUhpK)uUi&3eBL7h^S zoqOmC@^O`$E`k=W&$vp3=S8O}lT3C-m5G6%*82epUAhq`Nx9S{%lW#~kXol$K&uaC zRvdm`F5QOK+E#UxG+IwHl}u(16{rPdvfZV5A~zi3aJe1bgus(59Ml(`kv!s3`##=} ze7ioy2{EfY_423Wg|&rwD<-D^Dl=C#wMV!NoFpSoTD8SMET1D7M$ZeL1jNkDkos#g zu_)Z%(>et;jRLV=54`jjhpxs`bb1TSCjjCGbe#M&-C?==26k&n^ld5L@%;P(Ew z9mT=u+OefJs%{OrDp_dpx(PgGplXS5IFI9SxwPv*(to+!o|YUQSjDk9+$Ug#d4j{- zF*7VW2}Gv%*3y0U4VY$cy)!B$;^=pY$y>JwajQ^&A{u;8AEDS2 z$8ROg`0-7i4j;}eKIoOV?Jj$MG-On^HWv28{=908OK`tLUESg7=xz7HB)EiMm)-EZ$;|v$o z(?X8+={uoZ!_+oh7-CBCpHLntfea*@XjazxDT=UH6m+e}MlyG+#8QB1wS;8t<;#@- zr3a(WZ#=v-|6oMOk@t(oBD!1Snh5wW ztlg=|b2Y4j&?G+2N{hbOH&{RufF6p7gdQJr88A7*yv7ozvY9D6<-`U&^$@@4G(p+B zI_8i(cYyZUN=b!Ct4*4vBiPy&M^}j%JhTN7Pa9~~R}BS=#MRaHq_I8wqoqYWou0}L z|J(a^>Y7w4&NRh$mnqi7gw$bUK*HT(JxaF0h0OQ22trI?*}93?*`dKZU}`a-JB0xk?z$uqwZ0pP8AP>I?~ry1+4u>rOI!4<>x^r^dwEWJ zW(P57WWE2>=l7XF(2>%(>$9`Zu%^u%Zg4ZFdWuEWQ+drO;#YdEL?AYbJS5wbZ(Pii zeF|=mPk^5^{z%_H)+}(f=u-OWV+?k{@$#1OAB7O9M0OStFY;kAVW5? zosDFIJ;ImHk-;uoeu2TnCv}nMR}Qh}reuxw24YCKD^BxAkkxupL846@CJ{FonSd6| z+1RJ}8UX!N3P(f7QbW{=ucFKYI9s87fzSaI9vaCVo`OPiR`Z?(n9hHa{3bdY?@p$^ zB^WF{SEV9g0wqKkm%SOZSajHU%QBwoO8gaIjzu6dD@`bAzR`sy77{=v*5~paj2{T- z@oI&{6-CuU#}aYxC2~>X^`%Om?ec9dapd zv$v8!k&4;(k>Bx$+$lI2wwz{$+N}^%u{xGsvLuOkvSgu;T7$-K2WE+}4|i)MO75#q zW!Tv8Dai^ni+MceZ50`@&-w-e$;eicY;-O>RkEyn*y$QyR9 z7V4)6xaAXkqw>xx(gnl)eILd*xtxnHDXYA1wWW!>$T>A4@n~KTKK*RLK@Qe&{cZB6 z)nQ@Dfthk1HZPvNI!<$AJ^{B^eg!xo=;i~jfrqOv(fobvO8M@Kb^r*~n9YwuS-~jw zBl0{@`vamU{mJ$>3oXFbz_t#lTl?%+AhgS8HdJK^4GW9H_Y-R^WY4yNzjtG;FV&kb zXh4Eia7+>=+H=P}RaKTH{kroj_0%Ha=EKB{hjY&1xnkeFR>hEPxW3k&s(PKP-Hw4G zS%`|emIWYk3vO!)2m9s>fF`~g$m_Z4sFy@A_&m7JzW)=)Kky&qFLT#rEaMG)+*cY; z+Mpn5D}8+hPw=%V1CSRC>TJ&f{AUFiS%)pcmtzKxNmftE9;pHP~13XE&|sIq=!aW>r-E-F5cSwHR?5pblO6Fd%_zOR;HmvmqS zF=WJfdrW&Wg|&9^lS|8EQ>7!v4AVQ=TAMe=H0eOU4>Ww>d^hZTZXQ=qE93XNPW_Om zWtZ8!LZ9E#Kaa-PPrOMw>(>)pQtX&2P4n{ubmnIN2ep>H)Lr0HHEGG8&kT)=N;aN2GT~aAN zE@;(xcf_R+GktQR)4I?OZSMZz66U_K%C}ZE`DI+Le04!^b3|+XpXMua5X4nCU78Di z!2A+$u_>mMT>tfPYjes`+Y{zZvm5Ky{si!27;7W7T@e_aR^p>coSf)9;4`f)++7dt zjOZtG@iK@G52U@EpRJVAZp0-+L(3EJ#?KuaLj@-OZQlOUgSg9hyqyQBq{6=WzbYun&*?;j%h%ZK3W!F*Z8O zJUw;Aa!4^UI{N*a!l%v#IEnEt0#&jJvn9pqP`lLyfG#DpYBah&@r`e}wL{4%Vr1M) zvL4bP8y20S^p5#2R{l6tuefD#PkwpzPs3 z{5iEkb2}7bs$psV$!$N90RxU5oQGHnWMalH`dJ?Jr+FLG8u;)Sv>D-8g_brve0HY| zE{|drUG5*-p=Gqm>{hWjGei~C3qKq|e}38&)-YgN@J{p`OAZOa4+c>N@Nc^w`Yo4$ z47_ew5FVKC)31ooZN59GrI{EzHGg3;j2SUC3YG_6iB1<}dFnIPbkSPjD2qeMf zAkeB-BekJnSXc*k>~~IrVwKrT`ip(h2LgK#|KDPkXsg93awU%J7M7x}I=(CIWBa`5 zPJ?uOJOpoEqKPL{BK93kL&Ko|&7b$bJkDr6>}DXM4KB3TI}DK5>m!+Edy6mTx5uMd z^q(rK@s7LPe8Ba*bg_enlw(l8-Wh?JTI;^I+QtF)o+TM^WbO8hL7numxK^>;wbUt* zRC?@(_(B~PP}u!3q`>#sPxCI}IN9uwN7 zGy6ZUnjb4uEKcQUhEirpQF!pe!9lrdibXf4T5aXC0w0`9-CE?#&`{L&b}}^@UETS0 z{07%xRQ#|7kk-!F=rh#ovSR1wjA>6>O)t$R7?hmmWT||mcGqS8_V(vaH;G`Eim1U_ z*kst=_BcQ;#Vw4DUzaNa)%(dSk#|4G&K{@v| zQRW9L)ZNyX5eYA8Ew%XO3D47af7UC#(q!rA-h}j=)#%FxLJ_|~B6{!*i_q4v(w1iR zCE)F3nQx^;gG-#`M)ZIh_wh-IUM&<^+kUux#N+h7NsG>-)v|8g<--6 zlLcs*FQ?$$k+48&i_qo=P}E}IZ*a5x0*n|XnBu%%6L};Hm!m?t4kH=<9V9+(ebdM7 za47mD$14Hz_e2U?Y8qI#f^OjS7~RHvh-cGI2B?7!B@0bYy~|1FY6X>OEWCCJ)B9>} zo3Bgmxo?O!LL?|W%uGn_TVbm_Po!zptt0y~Mmjq1)1}KF?&QCfgYG$YcqC3HBWdZM z8#AmB;ch9-;WSX3z(R%|n=bfWfEgE67lA}UcdojBEgT6f&eyNhnQM*i`XnPW^6AiG zIMZSfKh}0(OIQD4zZR4qtd~pSGyDgBDd|xQJG`<@b!8@qgq@wypOB9EORDnyq3$-g8A968ZGhCW z_POamxcha8?R=W@_bkS9IdlxP?HtZ(5jJ%Vxq5ZJ8(HgM%%1r=CGN$*=x?|@Vc|+O z?oJ~Z@gOg>Vp1{1t4T@mi^@@Z`tyaXjN_8jX7iPCv3qt8e+^~fpbA6zk$w}Y^R|EA zf^O+_mGYul(cQegU=7|2+vO$eXSs%KnVUEUPtQ=rlMQB)!yg~GWm>LaO_RCEEJw*f z2B~@e3!LP{nwqu(zY?};yslbH^kR1wBXfT)Q-GmRyW9;COT9f(Ixad?X7{6n0*^v?TXTv0+{;e{I0QjPKU%gCL^Z-&^1S5|Ki zDT)9;iMc6nt{KAa(&DWC*YcSvR^)(o=Xz8SO()zkU&onhf`ONENt8e_ahQUznTA7& zF09<-19BnjY|YH4je%kT2fr3Eg*^De2_Z`qYEDS zH_%Bjxta!T0~76pT14WH)gvQSLV*xjeiu>!s%N&u-V=3iDS&~5HF>6nDvH|JM4p!v ze*obO-$E_(!Dig23rY3vih?jF2jOs$APC5WrbtdFbTxNjjExxzen0@#W?Q}_@iA|8 zxH_2~G5^%2_jf3w=T^?%%z#XIbi>`qjmEv;7eZj?ciw{r_MXlHVV1MeKRtJOFjYTl zeF5;J;dKNfKb#WkPbI5ZZcl=|`2GpBdb`a{J4wQH7D9z%=Fc?0&QzDY@Tda-5kCpD zTADy81%+hRc=}^R-h}Fh+p9J0`2??Ps^{^HZ*K9}Q61JItEXgB`6k`vTTMg~xR*P& zY0?9&D&3p%i)ools)x)g3W8R3uBz*5&>8M`7*f($+v}LY$u1hF+xuegsyd55;W*ZV zDusx0Z*6|Q@k9gpL&-p2+wV+KhvT)VQKKaRUGF1O;G-SfwiJOmP2U2gR^K}c=-vhU z`{cTQ8Ap`~n-EWk5Q3T>|7obSX{vzaiVbeJdzKjRU-S=^Oh1v@*XD{M+P!oDX4R1& zOzdx5p0QR~%EvIWz>1yB)s^{(PcL6pFp`HxVJPVM6r}mgzSrTEFZ}oSv^LoQnhizc z@@5)phj2DHB07H*=5+r~bU#%*PPiz#C338y%psM2b+P>XL=f%TEUKIV zh2EQ^_6%W4G$gpdy2ZU`0rdS)RHjR=0@wtA+3*FqZT#HVd$ez7P79J`LHc&_b14}( zT-CirD6}YsLhxyX%NC+aC9#O1qCM7!N)nab8E#!PPN5|(7iG=B+G=uAKNPpCTXk?c zanot|dh^)}Si7%uTq5EpcK)j0sF5;F_5AkIZ8RX9_&**6NetECya57qlvm#@BoE1f1zJf{UR) zVl@(Zy(x4$CQGYXLAinx3$T4%&JQWT1WMvkjwK2?CiMe(xP66&2Gb4R5rAdp^(A@t z1wYw(^NXRQcjEX=12;5)j5I@``Au61p8I~riGp6ZMs2nJ63y2x(g6hDfP2ldMn zcn>|2seFw3QhlN$2Q{rvOf;Jn-B?NA5Lg8WQ-P`@^DXWm+P}@q8N4+j&wp&8Q2?wL z_jx=^_ck6oa7_lq*UGvK0#7Vm3;QaZZp(-T{n_-@;=eq05xlxM(3{N4*Va@<_c&ZY z44BnbV>-HB{{EpKTQ@OLt57+EjT=W&GSZ(+Xvut4qww{lwxE)swufxRMw<$jlb)(p zSK@5t{aj564vGNXd_7iJC#;SCN5y4H~@E=n5wsn3x!sFPvtNf zwN6gkNC)<3VqU?qL`{v2fjk4C=SKAx+8-XT-VwHJ5~m~!lhlA?x|mpywSKQ%gab94 z@j(-gse$jy40q0f(%e%b}hxw5KB%BlCn4z?pU+nYnc~mXWdwP(yVc5sz2NkN5na^>w3~wGfBqvi(Q*&c% zmE611zZXF0{-W|ReMj)s-&QLtMc@RvRDOV%2SsjWxNQq2+j=xp6+!nL!9NH;LX7IW zwAdS3-RkF5cz9d&#?QoRgT<6@FCYbWj#r)4Pet|IOyy~@KnoLoT-c3l z;xb4nceM{}pwx$fR79NEw-mF&sl{i;COk1?m*KL>D<7I~x6ax)xYM!!-8Pm3Q;o`W zeRqn#kNS?-w{c4J-Kd3Faxig0b*Z(r7z7H2?Wg+^<7gBYoWgJ_>B-dEwB}cFfEb9D z9>3uQp~H{dI$nNUT`%?3`yTGkGPf|bQT}e!VTh1$Dn=kz{&$Dq3O*YinfpPFR(KJTxjxm;0lg|HncClMmk4I0tx2SdCe$7D7NBH+4^D8+1ZXo zLgGeu8N`0E1-I|Z@2XM-LdV(7uA01MG0sdZs0|fAqQREQK#cXKZA)%QlAqx6!Omz+ zJ3s`UuPCH_{thb)aihc1RGI$91%nd)%Ms$)=a;z#k$p`P20fmpeLZ-*zx)Z^d0Y-5 zG&J9XU68+_>t#XB5HMVS-@EowZdDdWE!clxGAkO4T{4iWu+}akd!Bn`g0e};fO`!B zn2Rx?$mGeg7Y6v*!STMgZ8MJoO15h9;O>*3VXLd!yN!a4cD>p+I#+{1R^=-|wLGEP zUeDGMs}M`vy1?%IN&bT!yEA>3vI-33casN9%+r1p;j8;LKS3IJaI8kcQCJZXUZ{S( zkP9|0=&((7VyU5wc=MQF5dlS%z-a~KwU;)2%)`Sa{yYNQlai~ICn`WRSMh2K&NO*NOBJev+&jb_<^_iwWnug&Gn`wR8|g~$xrV!k>6 zaZyNte!&ySZJkq|fIC~p+AHj2>Mo=9u?-A4aJFRLFjoc!(1nj60DTKwb6vz5nP6#Quh}) zQ@ockQ}l=sC@%OWS(u%k6U#`i!9#EW1vo(0IxH9ee((MKRa&Ml97DFMgx zTNG4LgFXt}|H9ziQIHQO&& z@7PC8jtd0>;mUXNoW-Vz!YnVrv*v5LHv7edu%D}N>y2#X&AdPJ5kMi<0v6{ToMcw~ zo>QBwAg#0oO|?IV(p^3soGRb8f$&|xx<-jwF!Z^4O8^%xNXFqQGrp;hQpOO~d=n(i_s;!t#PyL+icGr1ohyAgNHserR-Rp1f{B{K&hr&!R|V!-)q3tJX25rmE8Sa6{st#`B0Do^{*+|bi>}sG9Mxf} z_8@pCVV3A>os)m*4LnHqc}~WGDSUrX3vOg;Mt=7jg%mmf@BT%qp_%^4vRiv;pRE2` zvFu1pCRaw~QzRG&*0+S`1J29TSUgB8i1yuiB?$L#`LkLuR!R)L zu>Tt9jTJa{d_F#|^eqkfO$;ilAtbv*PYI;xd3ko?8w_7)ftzhGNBKW&y$3wi{rf+D zY)K?#uVj>+y(!0tkeNNQ_sZT$lu%?Pgk+PwiImFD-g{?n!v8vTcYp8C@9{s62Z{H2 zo!7Wt*Y&)1#Dojs_mW~1{5Y`MGF_-;l{d@S77SS64;n|wM^F#=X%*_$0!uIBzuN6e#g>p&`$UF+cjtq#pF?hYQvYSR zK9CkmL5>?KmV{cb`>my+&n#pTb6~2iElOU zKS@pyqbx76cvT)UZG^}?ZBLn zq19xcOCW}?AI%b5xMn>ln+DVW#k)+%v7f%?M8M+i$t&1AzhxrkSKCjenar{h%E6}n z2ozMw7Yq;M1qkhEz4HuOdT0u&Rn5qSl*NJ-CVUrM{rKMIaPNSZEENzokons$!uy8< zrOQ@i_}qWH@PpB_hhE3s|yx-HX3ald>q)Fa?*0%GV?WO)-K?iC~}Jc3&bNA zf;6TlMRE^4)wQ3@h0wkow*5dO8fuV`5V|;VR=lum0-*uKLY5Z`T3d6A?&eNDtmEW% zTQ^vtk>jQ4J}etpmI$494sUgqbh*gtdRL?S2Ve7wxogL{DyRkb=zH#}^NYTq3dF>#f46aCFboa?RMZ-e*do*DUGiN#gdrRnWd)#lxS z^ke_Cu*F{W1#Y`~W^mwZgkgn@T~g{ead8nV*sf@b(Gg#LjhQpgf)5}?|9)OpiCCt@ zC~bk}{QPuVTf+6u@3(>NiR%UrZExqEermiKh!!ik;?pG)7D4?LWX5T9a{ zH)H3svN?l#2Y8(&w{xp5fs*ICg3WggLqah@m6bd%=~Iu-SL7)iADB9DU8&S-n&KhjVrv_khvNSlJI$N+fA7S~S{5d&{6d z!=%$hnCD@MpEo5?9{8?`NIur`9AD=Ra6o%b9N=UVi1kL~cfjLLzmD!zEO3F4Dm#>+ ze3mV+Aw4`6X<)!b-S*Eb1L;6Hx9;p6P=v+y?)0+s_OyRk5igig{`M{V`-6+pYjdX}jAaI#~JGQfQOTupohxY9sYcDQc=151A?X7%h z6D>j^SVn%p9FU2&6NdhbA0u)c|J`v(!#%NyOuRwXK(*6kfh#Wr&}=Y`-r()vq0#@% zcno6zJJVKN1KnPSNRpl3Pft(Wm0`ZD{0E8#IvX-$4~Z|)czr#r>n&rQUaMk$n>baS zVsX$0w229hz+DcP=9@@0P*Ei}=`pJZ}ws3HK{&Ab4fTJDqcK?Buj--8|~& zoxiJdrJ9|S(3;w={+AuC-SPzOlR>Q%ljXz1g|eJJ3?ZB{@!MKj`LSIF6?|k}DBEI@ z|5<12Z7HI&$slpo0>0z|W4KYHkI!|?h8ErD#7#|ItaVH^9AE>__Uk91#D=1bx6$Yx zd_*9}9;)SM(|oV63rf$+>)(4Woi=H6XP^?4fq2=79q;2-yMZxP%-xvBcR#*G_rHv` zV3W$Sfe{d=8pv0_H-^uK)S!1&Cg<<5k>87y%doQkSK*FJj8>x)tZ-Jfp+y zFvAYIh5a_)eXa2NGpb9M(tIIdEC=yI>h^7_oSbUffkUj1LQEA!HxQ;Om#NdP3tyIY z3QYr3@h$tF_wDx)_te!f-!A7%ueJ{C2ij78tw%Pd<*=x0cuV*peHab}1kx z;UjY24r`JOQQ3A({y}nq@^_M^^>te;nO-jRr|gjDx^eTrDZznXG=dnV__71u;MJO7 z9Mz~l?a(?OuUDZKfYG;d`%{3ae`LxzGR(=2W#34_0EI>>iT|C1@`YslzUSCV*&j># zIzY9prS7wAeTJpl)T`W_?`J9Frq|uPq+wj5}J9HZCjfcB87a|dE275SkzZK?xzNL|T zzL(Ph$wow5;z;bO%Z>11ti%TQKxa-V}r zJ+>{vEmtxgu`^Jv5=hGu_-#DmCY4qZ`G?$(iG8aM_wBJY(LZE=BrIsjDbK_wTei4V zl7jnlx19S@JdRNTZOgyORlk8A6Njap^XkX@cpCz7(w72maePxq#H+nWFuDjq8-4AP z)feQPB$7jr*AY8mn8~>d8-Mb^pZ))*F|u}5;^~+zT2Ar?Fe5}?YP*gW;B`r1M(8UY zYY)u$qA@%{Gso!?!W4|bqbjtIsZj+OA0U(%=!C~*CFuC^MC()Fm8_%xt{$#9eU_aw zP#XTE$L{^QF}ycYeFMgJLza^dnYdKZPOqc$sPv(`M`jAi+z^D`>;;xR?=R#!!Za!F zX=@KPY;A4TcY9O)du7;f1u;lbD!BgG{T%*r;OfW6%b%sV1B=y-!jnyGtdJ`B&;Tt7 z60dXiwLq=bDgOHPtKpN7koEkmtm}Q=Z2ykau3w_`#99WCcyCww!aKW>a$p~~h0*Wr z(3}TqJ8xkNyn+*|JPj_TCCt3xLSDG`V()hPVceS(zlfQre&Ry4XJ8-5J78110^Z!KrLw4_FUf2R^4&2+6 zA6Q^sa-3IJhs$c1nVA>#>u?}I|Ie$J3X6~YwYF=mELwbPU_&?tTcfBSVumZ{BOaPo z5?&r!zy-;Ldqz(XwhCC{y(W6?PrsQygQ7VNnwmO%)kA0)0cEhDW4Bne*OQMnuLVZ9*3ew=|WaX7e3O7GZ!fh+6Et&SdrX;h6T zT1zu1h+TQ{tCmjUd(!x=Ad9Fe~m{a(|6xD;;I9}j}uJ_^R1z&2G*k9fL&9-1X`#@;EBpdLxBPD zyZiwo{1_Eg9O`H_c(r0wg7;Ex^1Is&my#3Eq37X&oUpdOJzQ?*t*fNe(Xc~Qh+Xc&&?%{!3quoe)*9qMe=KP~b)xFNl)5=+wl3 z5NV^T^%z$tJ#|V9JcG#_*@5PeD+Trga4*oV_hX@ zL3cxpfOu)beCxls}Q-qlM*?7i}|Osyf;!kx70 zv*S?B`SD&caRimc4rw7oD$!>Ai4L6X>|z|P#d-T$Syt1!`^cl;-)7ct)Bi4u@wws7 zQ|lae?j3VFY7N6d1cSmycXY=be6pqF=lD!$TG{Bn>XRuZ0q6U!^Z#`1njf z?iR;CG(#-i{p!UFE;de1hxBoi)c3&xRe#E7{5Sok49m5n>mHp3;sM$lym=?FJ0Q+F z(KYU9p?Tz|b`GiDi86g25kZrE9q%lL0ZtDacCH{YBI2~Dw3OFyz34^#K{@B2!WjR} zzH_*x@Wfn`dPRw|Rf344#99q&J_Fsw_szg{L?T)<%SRTpN)5zCw4JY*9G=6nh}%4Y zYXz;}14}Mwe;a}c-{!~$KU=>rGjL~Iz|g`dqC7#QBU=;`ULhmms9{P1S$_4xl= zu8Ps4Sp0nZmy{?V_CkHqo~V*sav?ELR&-TOtYtBY#qq%0NdE0Y8)kJTdW!(!2LIc8 z=)-pq>XSGKfAvuoDd|ZkG_p+eLY9x31Fq;Vh!+oa9~~SVs2EA3sHMb|KQSaOCMKzL zlw~zLh|v~ySH(#23*8+Mm$nM-YP&`ngxKI8)>L7)Pz0z0&z5!Qe#lV zO8@d&7~5pQKtZm|y_bo&nCQt0l0vuX7~Z}hc5WAoUYejyc$QRd!F}!y)5qgo(G#*7 z@0{G6T(2jm4>fA28avLHivPMsN>}NTEGvPD%e`|eU{VTx;P}OaWtmKJ?ul1sj&D({ zC82C{YiRXwC{5R;69pMw6N&E5)A!YNPfYw=1F~wLSRRD{3sQHKn$?zdw3kweg6FU_)!v(CAG&eDcwQW8RF6T ziC{!yh#&4npGAMfzg3RIMTVoSm!Ame)7Hw6vJU<3z6R%GM+_G!u7X)(x$ zz4AN3{ghB%M4q9TxSPjT;z~DHMAq9US&}U5S5)qkt6U zb$!yG_%l!EtxqsHv5xb1iD!R3VLnoo;T@9X4fc6XFsA(OYTAfcL+!BqK6X%QiB5jRHO$*+2!uT@UNAj31X7kid-g2lQ4*=8 z@LdsX*zpiVW3V`C>){7DgD$TEA+qnpzD(CB%$SC)H;Ou84@A3r)Jbdg7FhF<^!t8k zSCG8gGNrwpi(R*ny<<{4hnQ*HwBM*-Y6w3oW2>8n492$v>DU00F0Jb!hV($ec*rb$Z#B&*7} zrr#cMo_ZR3P%W$XI!4Ca{5=N)gXu@8md1PQtA7|fM_d?`Oz_!(aB*c~-MF~8On``s zoO+~|N!Zm5?dIu=i;EuNGCcRvyYcnPZM985tfXa-IvhvYS^!gB1Lm6NwU`>h68g2o ztd+zB#?OB0>Nm!|(w~3cWZ{=iEK_+L)BZlxULJdVjyNr&oLbOPGBGB`j5pz~eHb(` zEKp<9DhT;($s0ijtmDs%E-f~JX(00i`6<-$CJ{B?K;3y>x~IrJUnHjs@@(Ux*ms!_ zugtH$FTSo{u4*Q}aREtOPhT9`zyGrDWax}F?f7#_G?6});zRB(9|PsPOg-%K8C#k; zH7dgoPNAist6s6`ok+<&*lGJ6C{dGsvdZJNv-lkjb@u!~l8}qc$)HK(n0znYM`!)v z55`h07&rv+f)O(oZShXQS@m~Iq3*O&r0AAhaHElBsn4ZA3Fj)k;yckyyD02@$JhMy z*P*mS?dBIV`ZTCTnvo6a=>ShoM?&!0T?%O9=FoHsW&PjYf|uVg|_V>T4lu`dr_ z@GR%Gyk^nyM#aL^^l{7Q&)T$}voG=JxAL@0=Hq_-@^Q7cw%$KS%%py<=jzr(!9r(> zAqbZ$_i;~V?iX9MuDUFO?z>%}|wOkBU8HoSX>>>Dhi zTv?aTh?;=z!wE#!WVHAl#%)I{98#>7eq~&d}B}1=H!yT`>k^5e& z+Vb-90@-`?ef+=5oTl71g|sT{^#dDRhGO^D#%!S2qH~@{UGHuZkpa$QyYwQHb1UgZ zE3#^b)$gCRcGGNg#I=3`>~VyWgO*Qs-X8ivAI6*932m#J9@fwra!#;=nv|5;&p`}P zN}t|+{k$6u!rpu_=&!f{o;8pIcR20m7;-EIDMQk>qm-+FY>3!;b(9xoS@_0sR4c8{ zR{yQq?DtUnYiamZ>#JwV)|ARS++zWa_abIyp|;rmhUmm}W1;8vd`w58KwjXkF7FoR=CVUBP?FqNQ@h4YPa$Bhr$=|VHLfL|Kd>?){V_7D zfDLM>IuCTG%ig!0s6U}%wYYot`D ubIzgt+BhmW}}s#2ll>fnK7Q*`mp_dyY~5l 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

      !yD_Z!$5xKl3g3z@JC8x*5ou{Fp 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 W=`o-6#36FO9#+#(&DeM5>i+>a_b+q+ diff --git "a/content/zh/docs/AboutopenGauss/figures/openGauss\350\241\214\345\210\227\346\267\267\345\255\230\345\274\225\346\223\216.png" "b/content/zh/docs/AboutopenGauss/figures/openGauss\350\241\214\345\210\227\346\267\267\345\255\230\345\274\225\346\223\216.png" deleted file mode 100644 index 5548dd618a66f9b849bb1ce2f61c5df4ac8f7cf9..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 123232 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

      _=h+`xg^lKd4mkTh5Hz%X2nh8oc{3VyiZR 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 diff --git a/content/zh/docs/AboutopenGauss/public_sys-resources/icon-caution.gif b/content/zh/docs/AboutopenGauss/public_sys-resources/icon-caution.gif deleted file mode 100644 index 6e90d7cfc2193e39e10bb58c38d01a23f045d571..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 580 zcmV-K0=xZ3Nk%w1VIu$?0Hp~4{QBgqmQ+MG9K51r{QB&)np^||1PlfQ%(86!{`~yv zv{XhUWKt}AZaiE{EOcHp{O-j3`t;<+eEiycJT4p@77X;(jQsMfB$R?oG%6hQ z+MMLZbQBH@)Vg&1^3?qHb(5!%>3r0+`eq=&V&E}0Dypi0000000000 z00000A^8LW000R9EC2ui03!e$000L5z=Uu}ED8YtqjJd<+B}(9bIOb$3-31_h|V>=0A{ z1Hh0#H30>fNT})^fRU_83uewx9oRr{f{Sx1Ml`t)EQ zGkHZ67&~y{W5Jpq4H_WfuLxp*3<7O}GEl;1ESe36fLNs=B0&LQM1Buf(R)qg(BRd`t1OPjI1m_q4 diff --git a/content/zh/docs/AboutopenGauss/public_sys-resources/icon-caution.png b/content/zh/docs/AboutopenGauss/public_sys-resources/icon-caution.png new file mode 100644 index 0000000000000000000000000000000000000000..64225130e40623f9d66943cd01d9222145400010 GIT binary patch literal 2612 zcmbVO4OA0n77c=tVioOTMTNsOc2(45CX+uh5)}zblz6w%vw#&@W3@(Bb%AemeskxHppLb4P>5fp_H35>}3hzvtf43$In4-bT6NDUUM zTx|~qRtlb$WsMjNCnqNhl0^cViGzi5xg17N7)AL2!8fHCSlrAvnC6c$C@B-c=!~q6 zHb6E;JeE#m6+DpYXbpPfIIY2C*9j;Fn{gv76d<;mMt~$Sjx#1Q2_wNt0;UouJ!N1` z04p5F8nrY_o3!+6sK+0_5&&qcR*%P+Fc-akJcNl2NCIWp1(^_S3QsXoa42P>6B&XE zNCIijw^d`r{22;oX(pVe6UI8Vek^4O6$!-9qDY;Aq?1kFFKwWdI7=ybwyyDo2wx}< z7YZ?<91}^FAU+s^j6&5ksneuP1Vx1yDt!eCJVW9v{k0r$tK1zv2{8->b zz6>S77s2InTsF2}NfU{-&f4~mx}2m5!13Rxu`&%pYQ$1Lh2TDXLM}%6I3Wj1u|_D9 z$fT$Um5;H7Fgoy};R!FZ+Oi@6BPv8tLL?{oltwD!3G(1<56oUnOa!6R%L+hbYBgE-65KG$^Hdnls(S#@c zv>3n49HUiEB*rWD{(r=<3r%QoLmUNWF+5TXY#UmmZHE8X0VB^|8gM|(ky~JD+AhcE zHCT*Ke98c*88FY)2lucXj$?yL=@%ZDRr`B5p?|geU(zcpnu{BY^DC^-Eyu6j)ZEEj zFXUh1fG|Hlzee$_H=W$v-JG1-AYlyvy+t%cSzT&Wpg5clOy3 zK{r-ri(lj`(~bt7c)a<#B4w!m!S(|y?mw#Z{S8NZ@9gqR9*_0!&a)QZe`_*7_gwsm z+Nbxo58P~5UVol=tj1sMnO17Oklr0%^v`GO7R>rm?_g;;(mC@$#26HzVKdGea?!S&huA_ZZ!J-b@7qD zY?XgL-@%en(O$<~^lsR&rpqNa8n%eL;~(_31jTl~n7_qsc3W!IPW-!Gw)fnk)-0M> zRqffbF;Df_acHxXC0g{yuReP_^>6D6;?Hx6do!D=%>#o^WZA1PKH2@QRoUgDb@)8! zPU<^1)VmHAKRkbT(w+-*uAi|yDnuG)clWGFkD1!n^FvI!H3xYyki4-sqyXO$gR1sC z+`ZDFGC3M9{gZanwL3jE&w9dgHx_a}*WQ&Dw1T|)T-R!!M|h@PT-q6OFGznd5%2a^ ze{jO_z(f3ow#1U;Y%#@O^(nvH+H%KLS_wA=q^epZ!VZETCD<>b?{=67ZIz8jZFLN({k|+M8b7s@woVGJL(IRU^#KQiv9i>rARKFf><+b!{o+<fB$R?oG%6hQ z+MMLZbQBH@)Vg&1^3?qHb(5!%>3r0+`eq=&V&E}0Dypi0000000000 z00000A^8LW000R9EC2ui03!e$000L5z=Uu}ED8YtqjJd<+B}(9bIOb$3-31_h|V>=0A{ z1Hh0#H30>fNT})^fRU_83uewx9oRr{f{Sx1Ml`t)EQ zGkHZ67&~y{W5Jpq4H_WfuLxp*3<7O}GEl;1ESe36fLNs=B0&LQM1Buf(R)qg(BRd`t1OPjI1m_q4 diff --git a/content/zh/docs/AboutopenGauss/public_sys-resources/icon-danger.png b/content/zh/docs/AboutopenGauss/public_sys-resources/icon-danger.png new file mode 100644 index 0000000000000000000000000000000000000000..ddaf56a1d67c1a62fc17244eab421625d09b2929 GIT binary patch literal 2612 zcmbVO3se(l77l`uVioOTMTNsOc2(5LOkRYHL_~rTCEx-AT}7PCOh_=v#F>Evjz~^b zDAiiK6qkoA*eV!amI}2CRd82VP*5r$U0B~mYZcwfu54MvorK5g9&CFy=giDMGvEK+ zd%ye5J;~k>zIKM&d^ZkH26A)-Iq1ZNp0n|jI&M40ua zq+-ojF!oN)(=v<+fgrQl%r}epB$WsWWHK293n8HpWDy{pYGhCgXrvd8GbjieqjV-l zM;ZY;BdR8o899$lb+iV9X@b^BkLkoJ23b%OB;dpLnjAnJo4}cpDZL{&jzNT;Fc3zD zX0d_^tVv5UB&{W1K|S&Mr2wq9D%C`cNpmq6CPL6mND5oVm>`p)>F87w0YwrtnM`3s zND7TLJ?mKEQ!?_aneltzOaE%pbR1B*}Db`U{D~7 z76=f53=v6|!Ttygk3v->uG6GW1{K=TFF{$);3$LsEEvZS4M`bLwqTtBO(YN6thu09CQlku29ykYhJ?SGVu6r&P>$UBXUz zSO1MMWK&g+_<4aM{YdEXM_aDRQ-=rc?>G>6?_pKIZ#de!XI5VHdSrNefvx1;8&ko& zvq{J6p4{6pc%wsc?OF2C+F+G;dYSEfMo&`lKcB8&H0Mi$leP75*X#qCE6PqZ23KgY8LK1@$BS(S7cQ+`!tdbC-*+HwFB4 z>EZqyWpDxLWKFH?sHZOYHf~(o?Uol0S;aj`_xoGJ)LqXPZuOYko>sjJ{jQJcJG-PU zo5WVvc(-oKS3Ytc-r{177ya?8&)!V?+xo(!bDWaCtmYca;Lu}f&YBC4_q=UWbh~Mt zJ`cN{_SSXP?vG0zoVzpSz4P;~owhzKf*a@d^af@mOz-dgAtA$-3qKz;Z|aLEM0X|# zmG3>+v&yN;91oTKNxS*#?cUm_y-|6aia4KZ@AwtAv3d2ouhTw@@lL<6yer~vnBn7O zw8vNV{&D96576t{QfrE+kba!a7uILvW|BQiz1>u+_*gM`>|Kc^QRl0w&oeY z{F7n)%X`HQ&))i>$hw&?slBq#E30sXN?CPL8b*s1a#FOd=o@<95N-*6G zN|f`__wJ>O4c&!VPpkA7Hy2!}(4aHP^RBb4UeJ*fXZJ<7oN8*w<{ZnYHjNyu|Hkjr z0ny%}%s*)UycA72HS5PO^DcdoFaD%!cJra!_S3oXB3n$%;(_v=WpT@tzaDAhwGL>W zC_>Oxv%(J-$yXd~dF);TapMxx>v!Gi*;1joqL1S+(}HiK@U($L^JH)KDK`l|$Zfy0 zwElyO$o?Ej(Vl?rGXYlLZa%v1(T?){AGY2aUcaZL`q_%$#$LBeG4>r@WaTyvs*32tW7Vw|GnW0q`5e9&dkl13eRL2PlwlYzwTZ% nKNRP050^F;_}G@`47=Yf8(NoO-oM!XzfKtvuBcwU_1*sfLzCqT literal 0 HcmV?d00001 diff --git a/content/zh/docs/AboutopenGauss/public_sys-resources/icon-note.gif b/content/zh/docs/AboutopenGauss/public_sys-resources/icon-note.gif deleted file mode 100644 index 6314297e45c1de184204098efd4814d6dc8b1cda..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 394 zcmZ?wbhEHblx7fPSjxcg=ii?@_wH=jwxy=7CMGH-B`L+l$wfv=#>UF#$gv|VY%C^b zCQFtrnKN(Bo_%|sJbO}7RAORe!otL&qo<>yq_Sq+8Xqqo5h0P3w3Lvb5E(g{p01vl zxR@)KuDH0l^z`+-dH3eaw=XqSH7aTIx{kzVBN;X&hha0dQSgWuiw0NWUvMRmkD|> diff --git a/content/zh/docs/AboutopenGauss/public_sys-resources/icon-note.png b/content/zh/docs/AboutopenGauss/public_sys-resources/icon-note.png new file mode 100644 index 0000000000000000000000000000000000000000..789e42a8a4e810f4848631a7a64a8fe521ef0fe4 GIT binary patch literal 2097 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 b-pR%nKN&Wj+V}pX;WC3SdJV!a_8Qi zE7z`U*|Y^H0^}g%#TX{^`ncY!;b6yZZgU=tG1-7f*2j0Zvb(ml-R^EE zZet-af+$Xm0x}g431bQ_nwhZyaUzl-AoxP2GBJdgg3N$u{CamghZ#a_((Bju_x*nV z$FKi;wq$le`j`jCAPACPROl;(*Zbj_IeH}gjYigW!pl8s;Q}2&#*R17G~~4n76chN zQ7Wr2D*TVLf)ciJqQV1fG^|22f=r(oRXL#=7$^^dlI+1Qebj}alIX$8?S9g)=7B1y zuucQ>>SmV-b=87f#AePwr$<>x5C#T^M#CXlXQLi0&db8J`Ix}aIK-&-U|v%Yt?-wi zd5Q*5r05905p)^U;1ZgKoH%>ZPnr3M?nmjNlr-=c!)c0so4BmOL zD#K7&f`~*S)`-ojXhDK&ZI7iV;yxB`7Ot<`f5tLJFtWXrZ{cC=eh7!az23h^10kwMsD*y-K+S zb?Ws^05!ZeZv85XUV#Z*9)0$r)m1dv|~!<=kpqq2D#;0#48 zQq+*RKO|nB5=_nGq~TU2sLJB&HV|N zi;4g_{!w)?q{sui3uhRL#~F@ca42BMNzzVnb~hsk4q=dOjwZnmjSCHBHKP*EsA$IS zbkGdW2V5l1GYo({yoggyUbK^E^gW*g{E%t&1hUk9lBeaut%$xF=XnFum@< z1hdIN#FCGt;p%ZG%E|qaDga6UqxlJST?rTwP6OT`tle$RMcguYMXm+fknmMbnO#Isc@pnT89IR&i5uBRlGBvN^O={u;8B%L-p0_sDS`j4eK#|W|=30H>i|o+1 zxtTq`c72KLU(Z&Ol@(+qnUPUhqM|5?cDHo5e4lF`_1=apOGxt`BC^YM}S=>>U*dNT6I-M7g)<;;i^3+1kp7t8t9tDJ>z z&3`K60+*R@5e~HJJK76gob>)@m1MU?|H_)}Lz{jnT3d2xY;)-;cfm1c+k3MXKeqOv z*tl!%B|8T8+;z#bsB6o#V#TqtUvKP~-^3mGQTASG&%SPXqq*+*luMUSkN#kE?(&zH zW#7GvNZVF!Ke2E^$j`hN9GRvw0>%IoV(_)jiWBFK@Yd&9PHUMKKGRQ O2Vayw+qZL8W#iwq?cyN- literal 0 HcmV?d00001 diff --git a/content/zh/docs/AboutopenGauss/public_sys-resources/icon-warning.gif b/content/zh/docs/AboutopenGauss/public_sys-resources/icon-warning.gif deleted file mode 100644 index 6e90d7cfc2193e39e10bb58c38d01a23f045d571..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 580 zcmV-K0=xZ3Nk%w1VIu$?0Hp~4{QBgqmQ+MG9K51r{QB&)np^||1PlfQ%(86!{`~yv zv{XhUWKt}AZaiE{EOcHp{O-j3`t;<+eEiycJT4p@77X;(jQsMfB$R?oG%6hQ z+MMLZbQBH@)Vg&1^3?qHb(5!%>3r0+`eq=&V&E}0Dypi0000000000 z00000A^8LW000R9EC2ui03!e$000L5z=Uu}ED8YtqjJd<+B}(9bIOb$3-31_h|V>=0A{ z1Hh0#H30>fNT})^fRU_83uewx9oRr{f{Sx1Ml`t)EQ zGkHZ67&~y{W5Jpq4H_WfuLxp*3<7O}GEl;1ESe36fLNs=B0&LQM1Buf(R)qg(BRd`t1OPjI1m_q4 diff --git a/content/zh/docs/AboutopenGauss/public_sys-resources/icon-warning.png b/content/zh/docs/AboutopenGauss/public_sys-resources/icon-warning.png new file mode 100644 index 0000000000000000000000000000000000000000..7dd8edd5ee9c3519079786ba6fd2dd4f0801a5e8 GIT binary patch literal 2612 zcmbVO4OA0n77c=tVioOTMTO%uc2(5LO#YLRh)7VP1S}xXRm926gak<@P6iSP&Bm}B^uLndULqgT-P^Q-&xanCk-O@O5W1XTa9Ai@CgF40+qcVom*>{cvFw9Q0U3WHy_*W&xL^5+I&TCWBx;#OH$y0yL!>Xw(84Obf;s6od(*bVgc7 z8UQ;ZswR_ZIfqGgvcl7pSx_UyOCprNG8z&% zz_^S^5Sc_$OkgHEfg=l*3Q-zNG-|*Ir9#eOYUb*6I3mR*8cd=gKq02VK#5GK0o8;= z!?+K|#kfc+5Q-&Z`xPXXZ11dn|ESAx5@R@ijw&NyLZ}f4K&g~ZfErvV2Gvr56cplO zRD$sd0j|Nu*up6t^P!Uf(5EQd}UCzPmO(t-T^RaFMJ$_SU=YF%6U`T(V z`J>TIq=q)56cL!fX!on;f?k?DX-FZc=h8Q#6w1sPf-=cD8j92dqee*3X#kpZ-q>C7 zQbrS+^2=iUHgk+tIguDI*!%wx!znbTMGXlAGm9ZdF_3*|jkX#3Uk5neJvZPOH64$b zscB!1&uivpeBu)ZhMHpLdB8{4B`lU}qf!wV6_Q=|M<{7vwfA2$sw!Jbno0^PZNLrJ zZ@g6O$?W;?zlFh(fq{Wd!db7nd3k%exp}+U&u*`}{h?z@SP*;u=cS1rM@y}fD(1Q` zW~RKmbVD@RRFxxqR-i~f9CGa8=Bx75;emVG_Xpg4Q04y?OMB<^iVHpu^>5CzmE3)8 zGMINJ@mSsCyW0n^cPOqtO+Hc^r1DKKvz^Q6Ni6=?lXVMceWiD?wjS!5xj%Dx+3|*a zWhHy3^=5j+^vP(b7dtZZ%dYAVOP{55whXRWyS%gWZgE&=+5COEDMxJ`^TRv8J9MJs zb`O{@jMx#g|L|+p>X>una@O8kyGB+v;kD^VZ&2ZZ_Qb4$`jP&qK2LpaKyBCAOU2ik z{QtJ(P=Agxr~q`ardD>;Q|J8}H>~OQ$cuxl!k)x?{jH(uu4fCjc+GB4tKNxz-$(bI zS=^RQVykL=TQ}w_AG!{2cC*F_{`B?duc!TeU18!`R!Lu0bB$$i=#eC6_4!A;-?S;Z zJ+v-ggx*SfL_V@l6pJB^|pADKf_JtRs zJL37uckl0B=~88mgUbG_-E`$vZ|#%b$h?h3tS_{;#f5E5Uj3eHwNImc)6XyK3cnMo z|2P@#@l(Bb%ys{L^qRKRn&NIXC0>?RTx{#T(z#a@=_;Hjj;{0Gn#}p`v)G32G=c8u z*Yg6!ekJLXP0?LHbXwyoTHEdodHr+SM>hv2HD@mEcw4_PJj%<1&0)V6bEQ0gs{To9 zo*v9U5z4)^N7(T6jUS7wo4BId%X@vYYKQ%5k1y)4tSrc`4y;qR`dW`auD>0}ZMDv#=Xv)bMKYf*V@zZ?ar(H9f59YR?%8e7)qN5iLlvUcT>x)| - ![](figures/向量化执行引擎(png).png) + ![](figures/Vectorization-execution-engine.png) - 行列混合存储引擎 @@ -78,7 +78,7 @@ openGauss支持: **图 2** 行列混存引擎 - ![](figures/openGauss行列混存引擎.png) + ![](figures/openGauss-Row-column-Hybrid-Engine.png) 当前列存储引擎有以下约束: @@ -114,7 +114,7 @@ openGauss支持: - 索引多版本 **图 3** UBTree与BTree查找、更新比较示意图 - ![](figures/UBTree与BTree查找-更新比较示意图.png "UBTree与BTree查找-更新比较示意图") + ![](figures/UBTree-and-BTree-lookup.png "UBTree与BTree查找-更新比较示意图") 通过在索引页面元组上维护版本信息,UBtree能够在索引层进行 MVCC 可见性检查。同时 UBtree 也能通过版本信息独立判断索引元组是否已经无效(Dead),进而使得 in-place update引擎能实现数据表以及索引表上页级的空间清理,并在此基础上构建不依赖 AutoVacuum 的独立垃圾回收机制。 @@ -200,7 +200,7 @@ SQL自诊断可以在不影响用户作业,不修改业务逻辑的情况下 - 密态数据库数据流图 **图 7** 密态数据库数据流图 - ![](figures/密态数据库数据流图.png "密态数据库数据流图") + ![](figures/Data-Flow-Diagram-of-Dense-Database.png "密态数据库数据流图") 从该数据流图中可以看出,密态数据库允许客户端对客户端应用程序内的敏感数据进行加密。在查询期间,整个业务数据流在数据处理过程中都是以密文形态存在。优势如下: @@ -317,7 +317,7 @@ openGauss两地三中心容灾架构示意图如[图8](#fig104604146484)所示 - 增量复制:灾备数据库实例完成全量build之后,将与主数据库实例建立流式复制进行日志的复制,实现增量复制。 **图 8** openGauss两地三中心容灾架构示意图 -![](figures/openGauss两地三中心容灾架构示意图.png "openGauss两地三中心容灾架构示意图") +![](figures/Schematic-diagram-of-disaster-recovery-architecture-for-two-locations-and-three-centers-in-OpenGauss.png.png "openGauss两地三中心容灾架构示意图") ## 生成列 diff --git "a/content/zh/docs/AboutopenGauss/\346\224\257\346\214\201global-syscache.md" "b/content/zh/docs/AboutopenGauss/\346\224\257\346\214\201global-syscache.md" index 6bddddd27..08dda4770 100644 --- "a/content/zh/docs/AboutopenGauss/\346\224\257\346\214\201global-syscache.md" +++ "b/content/zh/docs/AboutopenGauss/\346\224\257\346\214\201global-syscache.md" @@ -9,7 +9,7 @@ 全局系统缓存(Global SysCache)是系统表数据的全局缓存和本地缓存。原理如[图1](#fig15658164619166)所示。 **图 1** Global SysCache原理图 -![](figures/Global-SysCache原理图.png "Global-SysCache原理图") +![](figures/Global-SysCache.png "Global-SysCache") ## 客户价值 diff --git "a/content/zh/docs/AboutopenGauss/\347\224\250\346\210\267\345\217\243\344\273\244\345\274\272\345\272\246\346\240\241\351\252\214\346\234\272\345\210\266.md" "b/content/zh/docs/AboutopenGauss/\347\224\250\346\210\267\345\217\243\344\273\244\345\274\272\345\272\246\346\240\241\351\252\214\346\234\272\345\210\266.md" index 012a76271..733c1a246 100644 --- "a/content/zh/docs/AboutopenGauss/\347\224\250\346\210\267\345\217\243\344\273\244\345\274\272\345\272\246\346\240\241\351\252\214\346\234\272\345\210\266.md" +++ "b/content/zh/docs/AboutopenGauss/\347\224\250\346\210\267\345\217\243\344\273\244\345\274\272\345\272\246\346\240\241\351\252\214\346\234\272\345\210\266.md" @@ -27,7 +27,7 @@ - 不能和当前密码、当前密码的倒写相同。 - 不能是弱口令。 - ![](public_sys-resources/icon-note.gif) **说明:** + ![](public_sys-resources/icon-note.png) **说明:** 弱口令指的是强度较低,容易被破解的密码,对于不同的用户或群体,弱口令的定义可能会有所区别,用户需要自己添加定制化的弱口令。 diff --git "a/content/zh/docs/AboutopenGauss/\347\263\273\347\273\237KPI\350\276\205\345\212\251\350\257\212\346\226\255.md" "b/content/zh/docs/AboutopenGauss/\347\263\273\347\273\237KPI\350\276\205\345\212\251\350\257\212\346\226\255.md" index 23c6fd78d..22d0ad3fb 100644 --- "a/content/zh/docs/AboutopenGauss/\347\263\273\347\273\237KPI\350\276\205\345\212\251\350\257\212\346\226\255.md" +++ "b/content/zh/docs/AboutopenGauss/\347\263\273\347\273\237KPI\350\276\205\345\212\251\350\257\212\346\226\255.md" @@ -41,7 +41,7 @@ openGauss提供涵盖11大类,26个子类的KPI,包括:Instance、File、O KPI指标内核的分布如[图1](#fig20286741318)所示。 **图 1** KPI指标内核分布 -![](figures/KPI指标内核分布.png "KPI指标内核分布") +![](figures/KPI.png "KPI") ## 特性增强 diff --git "a/content/zh/docs/AboutopenGauss/\350\265\204\346\272\220\346\261\240\345\214\226.md" "b/content/zh/docs/AboutopenGauss/\350\265\204\346\272\220\346\261\240\345\214\226.md" index 580e1d19d..687ad1b1d 100644 --- "a/content/zh/docs/AboutopenGauss/\350\265\204\346\272\220\346\261\240\345\214\226.md" +++ "b/content/zh/docs/AboutopenGauss/\350\265\204\346\272\220\346\261\240\345\214\226.md" @@ -9,7 +9,7 @@ 本特性提供主备机共享一份存储的能力,实现基于磁阵设备的资源池化HA部署形态,解决传统HA部署下存储容量较单机翻倍的问题,同时备机支持实时一致性读。资源池化架构图如下图所示。 **图 1** 资源池化架构图 -![](figures/资源池化架构图.jpg "资源池化架构图") +![](figures/Resource-pooling-architecture-diagram.jpg "资源池化架构图") ## 客户价值 diff --git a/content/zh/docs/ReleaseNotes/public_sys-resources/icon-caution.gif b/content/zh/docs/ReleaseNotes/public_sys-resources/icon-caution.gif deleted file mode 100644 index 6e90d7cfc2193e39e10bb58c38d01a23f045d571..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 580 zcmV-K0=xZ3Nk%w1VIu$?0Hp~4{QBgqmQ+MG9K51r{QB&)np^||1PlfQ%(86!{`~yv zv{XhUWKt}AZaiE{EOcHp{O-j3`t;<+eEiycJT4p@77X;(jQsMfB$R?oG%6hQ z+MMLZbQBH@)Vg&1^3?qHb(5!%>3r0+`eq=&V&E}0Dypi0000000000 z00000A^8LW000R9EC2ui03!e$000L5z=Uu}ED8YtqjJd<+B}(9bIOb$3-31_h|V>=0A{ z1Hh0#H30>fNT})^fRU_83uewx9oRr{f{Sx1Ml`t)EQ zGkHZ67&~y{W5Jpq4H_WfuLxp*3<7O}GEl;1ESe36fLNs=B0&LQM1Buf(R)qg(BRd`t1OPjI1m_q4 diff --git a/content/zh/docs/ReleaseNotes/public_sys-resources/icon-caution.png b/content/zh/docs/ReleaseNotes/public_sys-resources/icon-caution.png new file mode 100644 index 0000000000000000000000000000000000000000..64225130e40623f9d66943cd01d9222145400010 GIT binary patch literal 2612 zcmbVO4OA0n77c=tVioOTMTNsOc2(45CX+uh5)}zblz6w%vw#&@W3@(Bb%AemeskxHppLb4P>5fp_H35>}3hzvtf43$In4-bT6NDUUM zTx|~qRtlb$WsMjNCnqNhl0^cViGzi5xg17N7)AL2!8fHCSlrAvnC6c$C@B-c=!~q6 zHb6E;JeE#m6+DpYXbpPfIIY2C*9j;Fn{gv76d<;mMt~$Sjx#1Q2_wNt0;UouJ!N1` z04p5F8nrY_o3!+6sK+0_5&&qcR*%P+Fc-akJcNl2NCIWp1(^_S3QsXoa42P>6B&XE zNCIijw^d`r{22;oX(pVe6UI8Vek^4O6$!-9qDY;Aq?1kFFKwWdI7=ybwyyDo2wx}< z7YZ?<91}^FAU+s^j6&5ksneuP1Vx1yDt!eCJVW9v{k0r$tK1zv2{8->b zz6>S77s2InTsF2}NfU{-&f4~mx}2m5!13Rxu`&%pYQ$1Lh2TDXLM}%6I3Wj1u|_D9 z$fT$Um5;H7Fgoy};R!FZ+Oi@6BPv8tLL?{oltwD!3G(1<56oUnOa!6R%L+hbYBgE-65KG$^Hdnls(S#@c zv>3n49HUiEB*rWD{(r=<3r%QoLmUNWF+5TXY#UmmZHE8X0VB^|8gM|(ky~JD+AhcE zHCT*Ke98c*88FY)2lucXj$?yL=@%ZDRr`B5p?|geU(zcpnu{BY^DC^-Eyu6j)ZEEj zFXUh1fG|Hlzee$_H=W$v-JG1-AYlyvy+t%cSzT&Wpg5clOy3 zK{r-ri(lj`(~bt7c)a<#B4w!m!S(|y?mw#Z{S8NZ@9gqR9*_0!&a)QZe`_*7_gwsm z+Nbxo58P~5UVol=tj1sMnO17Oklr0%^v`GO7R>rm?_g;;(mC@$#26HzVKdGea?!S&huA_ZZ!J-b@7qD zY?XgL-@%en(O$<~^lsR&rpqNa8n%eL;~(_31jTl~n7_qsc3W!IPW-!Gw)fnk)-0M> zRqffbF;Df_acHxXC0g{yuReP_^>6D6;?Hx6do!D=%>#o^WZA1PKH2@QRoUgDb@)8! zPU<^1)VmHAKRkbT(w+-*uAi|yDnuG)clWGFkD1!n^FvI!H3xYyki4-sqyXO$gR1sC z+`ZDFGC3M9{gZanwL3jE&w9dgHx_a}*WQ&Dw1T|)T-R!!M|h@PT-q6OFGznd5%2a^ ze{jO_z(f3ow#1U;Y%#@O^(nvH+H%KLS_wA=q^epZ!VZETCD<>b?{=67ZIz8jZFLN({k|+M8b7s@woVGJL(IRU^#KQiv9i>rARKFf><+b!{o+<fB$R?oG%6hQ z+MMLZbQBH@)Vg&1^3?qHb(5!%>3r0+`eq=&V&E}0Dypi0000000000 z00000A^8LW000R9EC2ui03!e$000L5z=Uu}ED8YtqjJd<+B}(9bIOb$3-31_h|V>=0A{ z1Hh0#H30>fNT})^fRU_83uewx9oRr{f{Sx1Ml`t)EQ zGkHZ67&~y{W5Jpq4H_WfuLxp*3<7O}GEl;1ESe36fLNs=B0&LQM1Buf(R)qg(BRd`t1OPjI1m_q4 diff --git a/content/zh/docs/ReleaseNotes/public_sys-resources/icon-danger.png b/content/zh/docs/ReleaseNotes/public_sys-resources/icon-danger.png new file mode 100644 index 0000000000000000000000000000000000000000..ddaf56a1d67c1a62fc17244eab421625d09b2929 GIT binary patch literal 2612 zcmbVO3se(l77l`uVioOTMTNsOc2(5LOkRYHL_~rTCEx-AT}7PCOh_=v#F>Evjz~^b zDAiiK6qkoA*eV!amI}2CRd82VP*5r$U0B~mYZcwfu54MvorK5g9&CFy=giDMGvEK+ zd%ye5J;~k>zIKM&d^ZkH26A)-Iq1ZNp0n|jI&M40ua zq+-ojF!oN)(=v<+fgrQl%r}epB$WsWWHK293n8HpWDy{pYGhCgXrvd8GbjieqjV-l zM;ZY;BdR8o899$lb+iV9X@b^BkLkoJ23b%OB;dpLnjAnJo4}cpDZL{&jzNT;Fc3zD zX0d_^tVv5UB&{W1K|S&Mr2wq9D%C`cNpmq6CPL6mND5oVm>`p)>F87w0YwrtnM`3s zND7TLJ?mKEQ!?_aneltzOaE%pbR1B*}Db`U{D~7 z76=f53=v6|!Ttygk3v->uG6GW1{K=TFF{$);3$LsEEvZS4M`bLwqTtBO(YN6thu09CQlku29ykYhJ?SGVu6r&P>$UBXUz zSO1MMWK&g+_<4aM{YdEXM_aDRQ-=rc?>G>6?_pKIZ#de!XI5VHdSrNefvx1;8&ko& zvq{J6p4{6pc%wsc?OF2C+F+G;dYSEfMo&`lKcB8&H0Mi$leP75*X#qCE6PqZ23KgY8LK1@$BS(S7cQ+`!tdbC-*+HwFB4 z>EZqyWpDxLWKFH?sHZOYHf~(o?Uol0S;aj`_xoGJ)LqXPZuOYko>sjJ{jQJcJG-PU zo5WVvc(-oKS3Ytc-r{177ya?8&)!V?+xo(!bDWaCtmYca;Lu}f&YBC4_q=UWbh~Mt zJ`cN{_SSXP?vG0zoVzpSz4P;~owhzKf*a@d^af@mOz-dgAtA$-3qKz;Z|aLEM0X|# zmG3>+v&yN;91oTKNxS*#?cUm_y-|6aia4KZ@AwtAv3d2ouhTw@@lL<6yer~vnBn7O zw8vNV{&D96576t{QfrE+kba!a7uILvW|BQiz1>u+_*gM`>|Kc^QRl0w&oeY z{F7n)%X`HQ&))i>$hw&?slBq#E30sXN?CPL8b*s1a#FOd=o@<95N-*6G zN|f`__wJ>O4c&!VPpkA7Hy2!}(4aHP^RBb4UeJ*fXZJ<7oN8*w<{ZnYHjNyu|Hkjr z0ny%}%s*)UycA72HS5PO^DcdoFaD%!cJra!_S3oXB3n$%;(_v=WpT@tzaDAhwGL>W zC_>Oxv%(J-$yXd~dF);TapMxx>v!Gi*;1joqL1S+(}HiK@U($L^JH)KDK`l|$Zfy0 zwElyO$o?Ej(Vl?rGXYlLZa%v1(T?){AGY2aUcaZL`q_%$#$LBeG4>r@WaTyvs*32tW7Vw|GnW0q`5e9&dkl13eRL2PlwlYzwTZ% nKNRP050^F;_}G@`47=Yf8(NoO-oM!XzfKtvuBcwU_1*sfLzCqT literal 0 HcmV?d00001 diff --git a/content/zh/docs/ReleaseNotes/public_sys-resources/icon-note.gif b/content/zh/docs/ReleaseNotes/public_sys-resources/icon-note.gif deleted file mode 100644 index 6314297e45c1de184204098efd4814d6dc8b1cda..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 394 zcmZ?wbhEHblx7fPSjxcg=ii?@_wH=jwxy=7CMGH-B`L+l$wfv=#>UF#$gv|VY%C^b zCQFtrnKN(Bo_%|sJbO}7RAORe!otL&qo<>yq_Sq+8Xqqo5h0P3w3Lvb5E(g{p01vl zxR@)KuDH0l^z`+-dH3eaw=XqSH7aTIx{kzVBN;X&hha0dQSgWuiw0NWUvMRmkD|> diff --git a/content/zh/docs/ReleaseNotes/public_sys-resources/icon-note.png b/content/zh/docs/ReleaseNotes/public_sys-resources/icon-note.png new file mode 100644 index 0000000000000000000000000000000000000000..789e42a8a4e810f4848631a7a64a8fe521ef0fe4 GIT binary patch literal 2097 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 b-pR%nKN&Wj+V}pX;WC3SdJV!a_8Qi zE7z`U*|Y^H0^}g%#TX{^`ncY!;b6yZZgU=tG1-7f*2j0Zvb(ml-R^EE zZet-af+$Xm0x}g431bQ_nwhZyaUzl-AoxP2GBJdgg3N$u{CamghZ#a_((Bju_x*nV z$FKi;wq$le`j`jCAPACPROl;(*Zbj_IeH}gjYigW!pl8s;Q}2&#*R17G~~4n76chN zQ7Wr2D*TVLf)ciJqQV1fG^|22f=r(oRXL#=7$^^dlI+1Qebj}alIX$8?S9g)=7B1y zuucQ>>SmV-b=87f#AePwr$<>x5C#T^M#CXlXQLi0&db8J`Ix}aIK-&-U|v%Yt?-wi zd5Q*5r05905p)^U;1ZgKoH%>ZPnr3M?nmjNlr-=c!)c0so4BmOL zD#K7&f`~*S)`-ojXhDK&ZI7iV;yxB`7Ot<`f5tLJFtWXrZ{cC=eh7!az23h^10kwMsD*y-K+S zb?Ws^05!ZeZv85XUV#Z*9)0$r)m1dv|~!<=kpqq2D#;0#48 zQq+*RKO|nB5=_nGq~TU2sLJB&HV|N zi;4g_{!w)?q{sui3uhRL#~F@ca42BMNzzVnb~hsk4q=dOjwZnmjSCHBHKP*EsA$IS zbkGdW2V5l1GYo({yoggyUbK^E^gW*g{E%t&1hUk9lBeaut%$xF=XnFum@< z1hdIN#FCGt;p%ZG%E|qaDga6UqxlJST?rTwP6OT`tle$RMcguYMXm+fknmMbnO#Isc@pnT89IR&i5uBRlGBvN^O={u;8B%L-p0_sDS`j4eK#|W|=30H>i|o+1 zxtTq`c72KLU(Z&Ol@(+qnUPUhqM|5?cDHo5e4lF`_1=apOGxt`BC^YM}S=>>U*dNT6I-M7g)<;;i^3+1kp7t8t9tDJ>z z&3`K60+*R@5e~HJJK76gob>)@m1MU?|H_)}Lz{jnT3d2xY;)-;cfm1c+k3MXKeqOv z*tl!%B|8T8+;z#bsB6o#V#TqtUvKP~-^3mGQTASG&%SPXqq*+*luMUSkN#kE?(&zH zW#7GvNZVF!Ke2E^$j`hN9GRvw0>%IoV(_)jiWBFK@Yd&9PHUMKKGRQ O2Vayw+qZL8W#iwq?cyN- literal 0 HcmV?d00001 diff --git a/content/zh/docs/ReleaseNotes/public_sys-resources/icon-warning.gif b/content/zh/docs/ReleaseNotes/public_sys-resources/icon-warning.gif deleted file mode 100644 index 6e90d7cfc2193e39e10bb58c38d01a23f045d571..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 580 zcmV-K0=xZ3Nk%w1VIu$?0Hp~4{QBgqmQ+MG9K51r{QB&)np^||1PlfQ%(86!{`~yv zv{XhUWKt}AZaiE{EOcHp{O-j3`t;<+eEiycJT4p@77X;(jQsMfB$R?oG%6hQ z+MMLZbQBH@)Vg&1^3?qHb(5!%>3r0+`eq=&V&E}0Dypi0000000000 z00000A^8LW000R9EC2ui03!e$000L5z=Uu}ED8YtqjJd<+B}(9bIOb$3-31_h|V>=0A{ z1Hh0#H30>fNT})^fRU_83uewx9oRr{f{Sx1Ml`t)EQ zGkHZ67&~y{W5Jpq4H_WfuLxp*3<7O}GEl;1ESe36fLNs=B0&LQM1Buf(R)qg(BRd`t1OPjI1m_q4 diff --git a/content/zh/docs/ReleaseNotes/public_sys-resources/icon-warning.png b/content/zh/docs/ReleaseNotes/public_sys-resources/icon-warning.png new file mode 100644 index 0000000000000000000000000000000000000000..7dd8edd5ee9c3519079786ba6fd2dd4f0801a5e8 GIT binary patch literal 2612 zcmbVO4OA0n77c=tVioOTMTO%uc2(5LO#YLRh)7VP1S}xXRm926gak<@P6iSP&Bm}B^uLndULqgT-P^Q-&xanCk-O@O5W1XTa9Ai@CgF40+qcVom*>{cvFw9Q0U3WHy_*W&xL^5+I&TCWBx;#OH$y0yL!>Xw(84Obf;s6od(*bVgc7 z8UQ;ZswR_ZIfqGgvcl7pSx_UyOCprNG8z&% zz_^S^5Sc_$OkgHEfg=l*3Q-zNG-|*Ir9#eOYUb*6I3mR*8cd=gKq02VK#5GK0o8;= z!?+K|#kfc+5Q-&Z`xPXXZ11dn|ESAx5@R@ijw&NyLZ}f4K&g~ZfErvV2Gvr56cplO zRD$sd0j|Nu*up6t^P!Uf(5EQd}UCzPmO(t-T^RaFMJ$_SU=YF%6U`T(V z`J>TIq=q)56cL!fX!on;f?k?DX-FZc=h8Q#6w1sPf-=cD8j92dqee*3X#kpZ-q>C7 zQbrS+^2=iUHgk+tIguDI*!%wx!znbTMGXlAGm9ZdF_3*|jkX#3Uk5neJvZPOH64$b zscB!1&uivpeBu)ZhMHpLdB8{4B`lU}qf!wV6_Q=|M<{7vwfA2$sw!Jbno0^PZNLrJ zZ@g6O$?W;?zlFh(fq{Wd!db7nd3k%exp}+U&u*`}{h?z@SP*;u=cS1rM@y}fD(1Q` zW~RKmbVD@RRFxxqR-i~f9CGa8=Bx75;emVG_Xpg4Q04y?OMB<^iVHpu^>5CzmE3)8 zGMINJ@mSsCyW0n^cPOqtO+Hc^r1DKKvz^Q6Ni6=?lXVMceWiD?wjS!5xj%Dx+3|*a zWhHy3^=5j+^vP(b7dtZZ%dYAVOP{55whXRWyS%gWZgE&=+5COEDMxJ`^TRv8J9MJs zb`O{@jMx#g|L|+p>X>una@O8kyGB+v;kD^VZ&2ZZ_Qb4$`jP&qK2LpaKyBCAOU2ik z{QtJ(P=Agxr~q`ardD>;Q|J8}H>~OQ$cuxl!k)x?{jH(uu4fCjc+GB4tKNxz-$(bI zS=^RQVykL=TQ}w_AG!{2cC*F_{`B?duc!TeU18!`R!Lu0bB$$i=#eC6_4!A;-?S;Z zJ+v-ggx*SfL_V@l6pJB^|pADKf_JtRs zJL37uckl0B=~88mgUbG_-E`$vZ|#%b$h?h3tS_{;#f5E5Uj3eHwNImc)6XyK3cnMo z|2P@#@l(Bb%ys{L^qRKRn&NIXC0>?RTx{#T(z#a@=_;Hjj;{0Gn#}p`v)G32G=c8u z*Yg6!ekJLXP0?LHbXwyoTHEdodHr+SM>hv2HD@mEcw4_PJj%<1&0)V6bEQ0gs{To9 zo*v9U5z4)^N7(T6jUS7wo4BId%X@vYYKQ%5k1y)4tSrc`4y;qR`dW`auD>0}ZMDv#=Xv)bMKYf*V@zZ?ar(H9f59YR?%8e7)qN5iLlvUcT>x)| Date: Tue, 11 Apr 2023 15:32:41 +0800 Subject: [PATCH 57/75] fix bugs --- .../C-C++\350\257\255\350\250\200.rst" | 17 +++++++++++++++++ sphinx/source/GettingStarted/GettingStarted.rst | 11 +++++++++++ ...17\243\350\256\277\351\227\256openGauss.rst" | 16 ++++++++++++++++ .../\345\256\211\350\243\205openGauss.rst" | 15 +++++++++++++++ ...211\350\243\205\345\207\206\345\244\207.rst" | 15 +++++++++++++++ .../\350\256\277\351\227\256openGauss.rst" | 11 +++++++++++ .../TechnicalWhitePaper/TechnicalWhitePaper.rst | 15 +++++++++++++++ sphinx/source/index-GettingStarted.rst | 11 +++++++++++ sphinx/source/index-TechnicalWhitePaper.rst | 11 +++++++++++ 9 files changed, 122 insertions(+) create mode 100644 "sphinx/source/GettingStarted/C-C++\350\257\255\350\250\200.rst" create mode 100644 sphinx/source/GettingStarted/GettingStarted.rst create mode 100644 "sphinx/source/GettingStarted/\344\275\277\347\224\250\345\272\224\347\224\250\347\250\213\345\272\217\346\216\245\345\217\243\350\256\277\351\227\256openGauss.rst" create mode 100644 "sphinx/source/GettingStarted/\345\256\211\350\243\205openGauss.rst" create mode 100644 "sphinx/source/GettingStarted/\345\256\211\350\243\205\345\207\206\345\244\207.rst" create mode 100644 "sphinx/source/GettingStarted/\350\256\277\351\227\256openGauss.rst" create mode 100644 sphinx/source/TechnicalWhitePaper/TechnicalWhitePaper.rst create mode 100644 sphinx/source/index-GettingStarted.rst create mode 100644 sphinx/source/index-TechnicalWhitePaper.rst diff --git "a/sphinx/source/GettingStarted/C-C++\350\257\255\350\250\200.rst" "b/sphinx/source/GettingStarted/C-C++\350\257\255\350\250\200.rst" new file mode 100644 index 000000000..5eefbbc25 --- /dev/null +++ "b/sphinx/source/GettingStarted/C-C++\350\257\255\350\250\200.rst" @@ -0,0 +1,17 @@ +C/C++语言 +========= + +.. toctree:: + + + ../content/zh/docs/GettingStarted/ODBC + ../content/zh/docs/GettingStarted/libpq + + + + + + + + + diff --git a/sphinx/source/GettingStarted/GettingStarted.rst b/sphinx/source/GettingStarted/GettingStarted.rst new file mode 100644 index 000000000..ca38ceb24 --- /dev/null +++ b/sphinx/source/GettingStarted/GettingStarted.rst @@ -0,0 +1,11 @@ + + +.. toctree:: + + ../content/zh/docs/GettingStarted/了解openGauss + 安装openGauss + 访问openGauss + ../content/zh/docs/GettingStarted/使用openGauss + + + diff --git "a/sphinx/source/GettingStarted/\344\275\277\347\224\250\345\272\224\347\224\250\347\250\213\345\272\217\346\216\245\345\217\243\350\256\277\351\227\256openGauss.rst" "b/sphinx/source/GettingStarted/\344\275\277\347\224\250\345\272\224\347\224\250\347\250\213\345\272\217\346\216\245\345\217\243\350\256\277\351\227\256openGauss.rst" new file mode 100644 index 000000000..d77236f88 --- /dev/null +++ "b/sphinx/source/GettingStarted/\344\275\277\347\224\250\345\272\224\347\224\250\347\250\213\345\272\217\346\216\245\345\217\243\350\256\277\351\227\256openGauss.rst" @@ -0,0 +1,16 @@ +使用应用程序接口访问openGauss +============================= + +.. toctree:: + + + C-C++语言 + ../content/zh/docs/GettingStarted/Java + ../content/zh/docs/GettingStarted/Python + + + + + + + diff --git "a/sphinx/source/GettingStarted/\345\256\211\350\243\205openGauss.rst" "b/sphinx/source/GettingStarted/\345\256\211\350\243\205openGauss.rst" new file mode 100644 index 000000000..2822ba484 --- /dev/null +++ "b/sphinx/source/GettingStarted/\345\256\211\350\243\205openGauss.rst" @@ -0,0 +1,15 @@ +安装openGauss +============= + +.. toctree:: + + + 安装准备 + ../content/zh/docs/GettingStarted/单节点容器化安装 + ../content/zh/docs/GettingStarted/单节点服务器安装 + + + + + + diff --git "a/sphinx/source/GettingStarted/\345\256\211\350\243\205\345\207\206\345\244\207.rst" "b/sphinx/source/GettingStarted/\345\256\211\350\243\205\345\207\206\345\244\207.rst" new file mode 100644 index 000000000..c47070888 --- /dev/null +++ "b/sphinx/source/GettingStarted/\345\256\211\350\243\205\345\207\206\345\244\207.rst" @@ -0,0 +1,15 @@ +安装准备 +======== + +.. toctree:: + + + ../content/zh/docs/GettingStarted/获取安装包 + ../content/zh/docs/GettingStarted/准备软硬件安装环境 + + + + + + + diff --git "a/sphinx/source/GettingStarted/\350\256\277\351\227\256openGauss.rst" "b/sphinx/source/GettingStarted/\350\256\277\351\227\256openGauss.rst" new file mode 100644 index 000000000..898ff3833 --- /dev/null +++ "b/sphinx/source/GettingStarted/\350\256\277\351\227\256openGauss.rst" @@ -0,0 +1,11 @@ +访问openGauss +============= + +.. toctree:: + + + ../content/zh/docs/GettingStarted/使用gsql访问openGauss + 使用应用程序接口访问openGauss + + + diff --git a/sphinx/source/TechnicalWhitePaper/TechnicalWhitePaper.rst b/sphinx/source/TechnicalWhitePaper/TechnicalWhitePaper.rst new file mode 100644 index 000000000..289d205cf --- /dev/null +++ b/sphinx/source/TechnicalWhitePaper/TechnicalWhitePaper.rst @@ -0,0 +1,15 @@ + + +.. toctree:: + + ../content/zh/docs/TechnicalWhitePaper/产品定位 + ../content/zh/docs/TechnicalWhitePaper/应用场景 + ../content/zh/docs/TechnicalWhitePaper/技术特点 + ../content/zh/docs/TechnicalWhitePaper/软件架构 + ../content/zh/docs/TechnicalWhitePaper/部署方案 + ../content/zh/docs/TechnicalWhitePaper/典型组网 + ../content/zh/docs/TechnicalWhitePaper/软硬件配置要求 + ../content/zh/docs/TechnicalWhitePaper/数据库核心技术 + ../content/zh/docs/TechnicalWhitePaper/技术指标 + ../content/zh/docs/TechnicalWhitePaper/Glossary + diff --git a/sphinx/source/index-GettingStarted.rst b/sphinx/source/index-GettingStarted.rst new file mode 100644 index 000000000..fe6b9c86b --- /dev/null +++ b/sphinx/source/index-GettingStarted.rst @@ -0,0 +1,11 @@ + + +Welcome to openGauss's documentation! +===================================== + +.. toctree:: + + GettingStarted/GettingStarted + + + diff --git a/sphinx/source/index-TechnicalWhitePaper.rst b/sphinx/source/index-TechnicalWhitePaper.rst new file mode 100644 index 000000000..b0793fab8 --- /dev/null +++ b/sphinx/source/index-TechnicalWhitePaper.rst @@ -0,0 +1,11 @@ + + +Welcome to openGauss's documentation! +===================================== + +.. toctree:: + + TechnicalWhitePaper/TechnicalWhitePaper + + + -- Gitee From e8516d8479254682c000f29545a527816688fd68 Mon Sep 17 00:00:00 2001 From: liyang0608 <264327807@qq.com> Date: Tue, 11 Apr 2023 15:47:04 +0800 Subject: [PATCH 58/75] fix bugs --- content/zh/menu/index.md | 103 +++++++++++++++++++-------------------- 1 file changed, 51 insertions(+), 52 deletions(-) diff --git a/content/zh/menu/index.md b/content/zh/menu/index.md index be004f80d..90eca3a1a 100644 --- a/content/zh/menu/index.md +++ b/content/zh/menu/index.md @@ -875,68 +875,67 @@ headless: true - [ALTER VIEW]({{< relref "./docs/ExtensionReference/dolphin-ALTER-VIEW.md" >}}) - [ANALYZE ANALYSE]({{< relref "./docs/ExtensionReference/dolphin-ANALYZE-ANALYSE.md" >}}) - [AST]({{< relref "./docs/ExtensionReference/dolphin-AST.md" >}}) - - [CHECKSUM-TABLE]({{< relref "./docs/ExtensionReference/dolphin-CHECKSUM-TABLE.md" >}}) - - [CREATE-FUNCTION]({{< relref "./docs/ExtensionReference/dolphin-CREATE-FUNCTION.md" >}}) - - [CREATE-INDEX]({{< relref "./docs/ExtensionReference/dolphin-CREATE-INDEX.md" >}}) - - [CREATE-PROCEDURE]({{< relref "./docs/ExtensionReference/dolphin-CREATE-PROCEDURE.md" >}}) - - [CREATE-SERVER]({{< relref "./docs/ExtensionReference/dolphin-CREATE-SERVER.md" >}}) - - [CREATE-TABLE]({{< relref "./docs/ExtensionReference/dolphin-CREATE-TABLE.md" >}}) - - [CREATE-TABLE-AS]({{< relref "./docs/ExtensionReference/dolphin-CREATE-TABLE-AS.md" >}}) - - [CREATE-TABLE-PARTITION]({{< relref "./docs/ExtensionReference/dolphin-CREATE-TABLE-PARTITION.md" >}}) - - [CREATE-TABLESPACE]({{< relref "./docs/ExtensionReference/dolphin-CREATE-TABLESPACE.md" >}}) - - [CREATE-TRIGGER]({{< relref "./docs/ExtensionReference/dolphin-CREATE-TRIGGER.md" >}}) - - [CREATE-INDEX]({{< relref "./docs/ExtensionReference/dolphin-CREATE-INDEX.md" >}}) - - [CREATE-VIEW]({{< relref "./docs/ExtensionReference/dolphin-CREATE-VIEW.md" >}}) - - [DESCRIBE-TABLE]({{< relref "./docs/ExtensionReference/dolphin-DESCRIBE-TABLE.md" >}}) + - [CHECKSUM TABLE]({{< relref "./docs/ExtensionReference/dolphin-CHECKSUM-TABLE.md" >}}) + - [CREATE FUNCTION]({{< relref "./docs/ExtensionReference/dolphin-CREATE-FUNCTION.md" >}}) + - [CREATE INDEX]({{< relref "./docs/ExtensionReference/dolphin-CREATE-INDEX.md" >}}) + - [CREATE PROCEDURE]({{< relref "./docs/ExtensionReference/dolphin-CREATE-PROCEDURE.md" >}}) + - [CREATE SERVER]({{< relref "./docs/ExtensionReference/dolphin-CREATE-SERVER.md" >}}) + - [CREATE TABLE]({{< relref "./docs/ExtensionReference/dolphin-CREATE-TABLE.md" >}}) + - [CREATE TABLE AS]({{< relref "./docs/ExtensionReference/dolphin-CREATE-TABLE-AS.md" >}}) + - [CREATE TABLE PARTITION]({{< relref "./docs/ExtensionReference/dolphin-CREATE-TABLE-PARTITION.md" >}}) + - [CREATE TABLESPACE]({{< relref "./docs/ExtensionReference/dolphin-CREATE-TABLESPACE.md" >}}) + - [CREATE TRIGGER]({{< relref "./docs/ExtensionReference/dolphin-CREATE-TRIGGER.md" >}}) + - [CREATE VIEW]({{< relref "./docs/ExtensionReference/dolphin-CREATE-VIEW.md" >}}) + - [DESCRIBE TABLE]({{< relref "./docs/ExtensionReference/dolphin-DESCRIBE-TABLE.md" >}}) - [DO]({{< relref "./docs/ExtensionReference/dolphin-DO.md" >}}) - - [DROP-DATABASE]({{< relref "./docs/ExtensionReference/dolphin-DROP-DATABASE.md" >}}) - - [DROP-INDEX]({{< relref "./docs/ExtensionReference/dolphin-DROP-INDEX.md" >}}) - - [DROP-TABLESPACE]({{< relref "./docs/ExtensionReference/dolphin-DROP-TABLESPACE.md" >}}) + - [DROP DATABASE]({{< relref "./docs/ExtensionReference/dolphin-DROP-DATABASE.md" >}}) + - [DROP INDEX]({{< relref "./docs/ExtensionReference/dolphin-DROP-INDEX.md" >}}) + - [DROP TABLESPACE]({{< relref "./docs/ExtensionReference/dolphin-DROP-TABLESPACE.md" >}}) - [EXECUTE]({{< relref "./docs/ExtensionReference/dolphin-EXECUTE.md" >}}) - [EXPLAIN]({{< relref "./docs/ExtensionReference/dolphin-EXPLAIN.md" >}}) - - [FLUSH-BINARY-LOGS]({{< relref "./docs/ExtensionReference/dolphin-FLUSH-BINARY-LOGS.md" >}}) + - [FLUSH BINARY LOGS]({{< relref "./docs/ExtensionReference/dolphin-FLUSH-BINARY-LOGS.md" >}}) - [GRANT]({{< relref "./docs/ExtensionReference/dolphin-GRANT.md" >}}) - - [GRANT-REVOKE-PROXY]({{< relref "./docs/ExtensionReference/dolphin-GRANT-REVOKE-PROXY.md" >}}) + - [GRANT REVOKE PROXY]({{< relref "./docs/ExtensionReference/dolphin-GRANT-REVOKE-PROXY.md" >}}) - [INSERT]({{< relref "./docs/ExtensionReference/dolphin-INSERT.md" >}}) - [KILL]({{< relref "./docs/ExtensionReference/dolphin-KILL.md" >}}) - - [LOAD-DATA]({{< relref "./docs/ExtensionReference/dolphin-LOAD-DATA.md" >}}) - - [OPTIMIZE-TABLE]({{< relref "./docs/ExtensionReference/dolphin-OPTIMIZE-TABLE.md" >}}) + - [LOAD DATA]({{< relref "./docs/ExtensionReference/dolphin-LOAD-DATA.md" >}}) + - [OPTIMIZE TABLE]({{< relref "./docs/ExtensionReference/dolphin-OPTIMIZE-TABLE.md" >}}) - [PREPARE]({{< relref "./docs/ExtensionReference/dolphin-PREPARE.md" >}}) - - [RENAME-TABLE]({{< relref "./docs/ExtensionReference/dolphin-RENAME-TABLE.md" >}} - - [RENAME-USER]({{< relref "./docs/ExtensionReference/dolphin-RENAME-USER.md" >}}) + - [RENAME TABLE]({{< relref "./docs/ExtensionReference/dolphin-RENAME-TABLE.md" >}}) + - [RENAME USER]({{< relref "./docs/ExtensionReference/dolphin-RENAME-USER.md" >}}) - [REVOKE]({{< relref "./docs/ExtensionReference/dolphin-REVOKE.md" >}}) - [SELECT]({{< relref "./docs/ExtensionReference/dolphin-SELECT.md" >}}) - - [SET-CHARSET]({{< relref "./docs/ExtensionReference/dolphin-SET-CHARSET.md" >}}) - - [SET-PASSWORD]({{< relref "./docs/ExtensionReference/dolphin-SET-PASSWORD.md" >}}) - - [SHOW-CHARSET]({{< relref "./docs/ExtensionReference/dolphin-SHOW-CHARACTER-SET.md" >}}) - - [SHOW-CHARACTER-SET]({{< relref "./docs/ExtensionReference/dolphin-SHOW-CHARACTER-SET.md" >}}) - - [SHOW-COLLATION]({{< relref "./docs/ExtensionReference/dolphin-SHOW-COLLATION.md" >}}) - - [SHOW_COLUMNS]({{< relref "./docs/ExtensionReference/dolphin-SHOW_COLUMNS.md" >}}) - - [SHOW-CREATE-DATABASE]({{< relref "./docs/ExtensionReference/dolphin-SHOW-CREATE-DATABASE.md" >}}) - - [SHOW-CREATE-FUNCTION]({{< relref "./docs/ExtensionReference/dolphin-SHOW-CREATE-FUNCTION.md" >}}) - - [SHOW-CREATE-PROCEDURE]({{< relref "./docs/ExtensionReference/dolphin-SHOW-CREATE-PROCEDURE.md" >}}) - - [SHOW-CREATE-TABLE]({{< relref "./docs/ExtensionReference/dolphin-SHOW-CREATE-TABLE.md" >}}) - - [SHOW-CREATE-TRIGGER]({{< relref "./docs/ExtensionReference/dolphin-SHOW-CREATE-TRIGGER.md" >}}) - - [SHOW-CREATE-VIEW]({{< relref "./docs/ExtensionReference/dolphin-SHOW-CREATE-VIEW.md" >}}) - - [SHOW-DATABASES]({{< relref "./docs/ExtensionReference/dolphin-SHOW-DATABASES.md" >}}) - - [SHOW-FUNCTION-STATUS]({{< relref "./docs/ExtensionReference/dolphin-SHOW-FUNCTION-STATUS.md" >}}) - - [SHOW-GRANTS]({{< relref "./docs/ExtensionReference/dolphin-SHOW-GRANTS.md" >}}) - - [SHOW-INDEX]({{< relref "./docs/ExtensionReference/dolphin-SHOW-INDEX.md" >}}) - - [SHOW-MASTER-STATUS]({{< relref "./docs/ExtensionReference/dolphin-SHOW-MASTER-STATUS.md" >}}) - - [SHOW_PLUGINS]({{< relref "./docs/ExtensionReference/dolphin-SHOW_PLUGINS.md" >}}) - - [SHOW_PRIVILEGES]({{< relref "./docs/ExtensionReference/dolphin-SHOW_PRIVILEGES.md" >}}) - - [SHOW-PROCEDURE-STATUS]({{< relref "./docs/ExtensionReference/dolphin-SHOW-PROCEDURE-STATUS.md" >}}) - - [SHOW-PROCESSLIST]({{< relref "./docs/ExtensionReference/dolphin-SHOW-PROCESSLIST.md" >}}) - - [SHOW-SLAVE-HOSTS]({{< relref "./docs/ExtensionReference/dolphin-SHOW-SLAVE-HOSTS.md" >}}) - - [SHOW_STATUS]({{< relref "./docs/ExtensionReference/dolphin-SHOW-STATUS.md" >}}) - - [SHOW_TABLES]({{< relref "./docs/ExtensionReference/dolphin-SHOW_TABLES.md" >}}) - - [SHOW-TABLE-STATUS]({{< relref "./docs/ExtensionReference/dolphin-SHOW-TABLE-STATUS.md" >}}) - - [SHOW-TRIGGERS]({{< relref "./docs/ExtensionReference/dolphin-SHOW-TRIGGERS.md" >}}) - - [SHOW-VARIABLES]({{< relref "./docs/ExtensionReference/dolphin-SHOW-VARIABLES.md" >}}) - - [SHOW-WARNINGS]({{< relref "./docs/ExtensionReference/dolphin-SHOW-WARNINGS.md" >}}) + - [SET CHARSET]({{< relref "./docs/ExtensionReference/dolphin-SET-CHARSET.md" >}}) + - [SET PASSWORD]({{< relref "./docs/ExtensionReference/dolphin-SET-PASSWORD.md" >}}) + - [SHOW CHARSET]({{< relref "./docs/ExtensionReference/dolphin-SHOW-CHARACTER-SET.md" >}}) + - [SHOW CHARACTER-SET]({{< relref "./docs/ExtensionReference/dolphin-SHOW-CHARACTER-SET.md" >}}) + - [SHOW COLLATION]({{< relref "./docs/ExtensionReference/dolphin-SHOW-COLLATION.md" >}}) + - [SHOW COLUMNS]({{< relref "./docs/ExtensionReference/dolphin-SHOW_COLUMNS.md" >}}) + - [SHOW CREATE DATABASE]({{< relref "./docs/ExtensionReference/dolphin-SHOW-CREATE-DATABASE.md" >}}) + - [SHOW CREATE FUNCTION]({{< relref "./docs/ExtensionReference/dolphin-SHOW-CREATE-FUNCTION.md" >}}) + - [SHOW CREATE PROCEDURE]({{< relref "./docs/ExtensionReference/dolphin-SHOW-CREATE-PROCEDURE.md" >}}) + - [SHOW CREATE TABLE]({{< relref "./docs/ExtensionReference/dolphin-SHOW-CREATE-TABLE.md" >}}) + - [SHOW CREATE TRIGGER]({{< relref "./docs/ExtensionReference/dolphin-SHOW-CREATE-TRIGGER.md" >}}) + - [SHOW CREATE VIEW]({{< relref "./docs/ExtensionReference/dolphin-SHOW-CREATE-VIEW.md" >}}) + - [SHOW DATABASES]({{< relref "./docs/ExtensionReference/dolphin-SHOW-DATABASES.md" >}}) + - [SHOW FUNCTION STATUS]({{< relref "./docs/ExtensionReference/dolphin-SHOW-FUNCTION-STATUS.md" >}}) + - [SHOW GRANTS]({{< relref "./docs/ExtensionReference/dolphin-SHOW-GRANTS.md" >}}) + - [SHOW INDEX]({{< relref "./docs/ExtensionReference/dolphin-SHOW-INDEX.md" >}}) + - [SHOW MASTER-STATUS]({{< relref "./docs/ExtensionReference/dolphin-SHOW-MASTER-STATUS.md" >}}) + - [SHOW PLUGINS]({{< relref "./docs/ExtensionReference/dolphin-SHOW_PLUGINS.md" >}}) + - [SHOW PRIVILEGES]({{< relref "./docs/ExtensionReference/dolphin-SHOW_PRIVILEGES.md" >}}) + - [SHOW PROCEDURE-STATUS]({{< relref "./docs/ExtensionReference/dolphin-SHOW-PROCEDURE-STATUS.md" >}}) + - [SHOW PROCESSLIST]({{< relref "./docs/ExtensionReference/dolphin-SHOW-PROCESSLIST.md" >}}) + - [SHOW SLAVE HOSTS]({{< relref "./docs/ExtensionReference/dolphin-SHOW-SLAVE-HOSTS.md" >}}) + - [SHOW STATUS]({{< relref "./docs/ExtensionReference/dolphin-SHOW-STATUS.md" >}}) + - [SHOW TABLES]({{< relref "./docs/ExtensionReference/dolphin-SHOW_TABLES.md" >}}) + - [SHOW TABLE-STATUS]({{< relref "./docs/ExtensionReference/dolphin-SHOW-TABLE-STATUS.md" >}}) + - [SHOW TRIGGERS]({{< relref "./docs/ExtensionReference/dolphin-SHOW-TRIGGERS.md" >}}) + - [SHOW VARIABLES]({{< relref "./docs/ExtensionReference/dolphin-SHOW-VARIABLES.md" >}}) + - [SHOW WARNINGS]({{< relref "./docs/ExtensionReference/dolphin-SHOW-WARNINGS.md" >}}) - [UPDATE]({{< relref "./docs/ExtensionReference/dolphin-UPDATE.md" >}}) - - [USE-DB_NAME]({{< relref "./docs/ExtensionReference/dolphin-USE-DB_NAME.md" >}}) - - [SELECT-HINT]({{< relref "./docs/ExtensionReference/dolphin-SELECT-HINT.md" >}}) + - [USE DB_NAME]({{< relref "./docs/ExtensionReference/dolphin-USE-DB_NAME.md" >}}) + - [SELECT HINT]({{< relref "./docs/ExtensionReference/dolphin-SELECT-HINT.md" >}}) - [系统视图]({{< relref "./docs/ExtensionReference/dolphin-系统视图.md" >}}) - [PG TYPE NONSTRICT BASIC VALUE]({{< relref "./docs/ExtensionReference/dolphin-PG_TYPE_NONSTRICT_BASIC_VALUE.md" >}}) - [INDEX STATISTIC]({{< relref "./docs/ExtensionReference/dolphin-INDEX_STATISTIC.md" >}}) -- Gitee From a2b4b11a539597ac309d16b90937bb3a83d559c2 Mon Sep 17 00:00:00 2001 From: chenzhikai <895543892@qq.com> Date: Tue, 11 Apr 2023 15:52:14 +0800 Subject: [PATCH 59/75] =?UTF-8?q?gs=5Fverify=5Fand=5Ftryrepair=5Fpage?= =?UTF-8?q?=E8=AF=B4=E6=98=8E=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../SQLReference/data-damage-detection-and-repair-functions.md | 2 +- ...\265\213\344\277\256\345\244\215\345\207\275\346\225\260.md" | 2 +- .../SQLReference/data-damage-detection-and-repair-functions.md | 2 +- ...\265\213\344\277\256\345\244\215\345\207\275\346\225\260.md" | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/content/docs-lite/en/docs/SQLReference/data-damage-detection-and-repair-functions.md b/content/docs-lite/en/docs/SQLReference/data-damage-detection-and-repair-functions.md index 8dd70be0f..c276a7bc2 100644 --- a/content/docs-lite/en/docs/SQLReference/data-damage-detection-and-repair-functions.md +++ b/content/docs-lite/en/docs/SQLReference/data-damage-detection-and-repair-functions.md @@ -176,7 +176,7 @@ Number of the damaged page. Set this parameter based on the **block\_num** column in **local\_bad\_block\_info** or the **blocknum** column in the **gs\_verify\_and\_tryrepair\_page** function. - Value range: OID ranging from 0 to 4294967295. Note: A negative value will be forcibly converted to a non-negative integer. + Value range: INT ranging from 0 to 2147483647. Note: A negative value will be forcibly converted to a non-negative integer. - is\_segment diff --git "a/content/docs-lite/zh/docs/SQLReference/\346\225\260\346\215\256\346\215\237\345\235\217\346\243\200\346\265\213\344\277\256\345\244\215\345\207\275\346\225\260.md" "b/content/docs-lite/zh/docs/SQLReference/\346\225\260\346\215\256\346\215\237\345\235\217\346\243\200\346\265\213\344\277\256\345\244\215\345\207\275\346\225\260.md" index 5a4c14084..ab5202618 100644 --- "a/content/docs-lite/zh/docs/SQLReference/\346\225\260\346\215\256\346\215\237\345\235\217\346\243\200\346\265\213\344\277\256\345\244\215\345\207\275\346\225\260.md" +++ "b/content/docs-lite/zh/docs/SQLReference/\346\225\260\346\215\256\346\215\237\345\235\217\346\243\200\346\265\213\344\277\256\345\244\215\345\207\275\346\225\260.md" @@ -230,7 +230,7 @@ 损坏页面的页面号。根据local\_bad\_block\_info中block\_num一列设置,或者是gs\_verify\_and\_tryrepair\_page函数中blocknum一列设置。 - 取值范围:Oid,0 - 4294967295。注意:输入负值等都会被强制转成非负整数类型。 + 取值范围:int,0 - 2147483647。注意:输入负值等都会被强制转成非负整数类型。 - is\_segment diff --git a/content/en/docs/SQLReference/data-damage-detection-and-repair-functions.md b/content/en/docs/SQLReference/data-damage-detection-and-repair-functions.md index 8dd70be0f..c276a7bc2 100644 --- a/content/en/docs/SQLReference/data-damage-detection-and-repair-functions.md +++ b/content/en/docs/SQLReference/data-damage-detection-and-repair-functions.md @@ -176,7 +176,7 @@ Number of the damaged page. Set this parameter based on the **block\_num** column in **local\_bad\_block\_info** or the **blocknum** column in the **gs\_verify\_and\_tryrepair\_page** function. - Value range: OID ranging from 0 to 4294967295. Note: A negative value will be forcibly converted to a non-negative integer. + Value range: INT ranging from 0 to 2147483647. Note: A negative value will be forcibly converted to a non-negative integer. - is\_segment diff --git "a/content/zh/docs/SQLReference/\346\225\260\346\215\256\346\215\237\345\235\217\346\243\200\346\265\213\344\277\256\345\244\215\345\207\275\346\225\260.md" "b/content/zh/docs/SQLReference/\346\225\260\346\215\256\346\215\237\345\235\217\346\243\200\346\265\213\344\277\256\345\244\215\345\207\275\346\225\260.md" index 7905f6bb8..2ae8c472b 100644 --- "a/content/zh/docs/SQLReference/\346\225\260\346\215\256\346\215\237\345\235\217\346\243\200\346\265\213\344\277\256\345\244\215\345\207\275\346\225\260.md" +++ "b/content/zh/docs/SQLReference/\346\225\260\346\215\256\346\215\237\345\235\217\346\243\200\346\265\213\344\277\256\345\244\215\345\207\275\346\225\260.md" @@ -233,7 +233,7 @@ 损坏页面的页面号。根据local\_bad\_block\_info中block\_num一列设置,或者是gs\_verify\_and\_tryrepair\_page函数中blocknum一列设置。 - 取值范围:Oid,0 - 4294967295。注意:输入负值等都会被强制转成非负整数类型。 + 取值范围:int,0 - 2147483647。注意:输入负值等都会被强制转成非负整数类型。 - is\_segment -- Gitee From fdb4c32110d88cc0abc1b34d4526af9169b12797 Mon Sep 17 00:00:00 2001 From: "tongmeixia@0301" <870020620@qq.com> Date: Tue, 11 Apr 2023 17:38:17 +0800 Subject: [PATCH 60/75] fixed b015f1d from https://gitee.com/tongdabao/docs/pulls/4899 link --- .../separation-of-duties.md | 2 +- .../en/docs/Developerguide/sqlallocenv.md | 4 + .../en/docs/Developerguide/sqlallochandle.md | 61 +++++++ .../en/docs/Developerguide/sqlallocstmt.md | 4 + .../en/docs/Developerguide/sqlbindcol.md | 76 +++++++++ .../docs/Developerguide/sqlbindparameter.md | 100 +++++++++++ .../en/docs/Developerguide/sqlcolattribute.md | 82 +++++++++ .../en/docs/Developerguide/sqlconnect.md | 83 +++++++++ .../en/docs/Developerguide/sqldisconnect.md | 46 +++++ .../en/docs/Developerguide/sqlexecdirect.md | 61 +++++++ .../en/docs/Developerguide/sqlexecute.md | 49 ++++++ .../en/docs/Developerguide/sqlfetch.md | 48 ++++++ .../en/docs/Developerguide/sqlfreeconnect.md | 4 + .../en/docs/Developerguide/sqlfreeenv.md | 4 + .../en/docs/Developerguide/sqlfreehandle.md | 54 ++++++ .../en/docs/Developerguide/sqlfreestmt.md | 4 + .../en/docs/Developerguide/sqlgetdiagrec.md | 159 ++++++++++++++++++ .../en/docs/Developerguide/sqlprepare.md | 59 +++++++ .../docs/Developerguide/sqlsetconnectattr.md | 64 +++++++ .../en/docs/Developerguide/sqlsetenvattr.md | 65 +++++++ .../en/docs/Developerguide/sqlsetstmtattr.md | 64 +++++++ .../docs-lite/en/docs/GettingStarted/odbc.md | 36 ++-- .../separation-of-duties.md | 2 +- content/en/docs/GettingStarted/odbc.md | 36 ++-- 24 files changed, 1129 insertions(+), 38 deletions(-) create mode 100644 content/docs-lite/en/docs/Developerguide/sqlallocenv.md create mode 100644 content/docs-lite/en/docs/Developerguide/sqlallochandle.md create mode 100644 content/docs-lite/en/docs/Developerguide/sqlallocstmt.md create mode 100644 content/docs-lite/en/docs/Developerguide/sqlbindcol.md create mode 100644 content/docs-lite/en/docs/Developerguide/sqlbindparameter.md create mode 100644 content/docs-lite/en/docs/Developerguide/sqlcolattribute.md create mode 100644 content/docs-lite/en/docs/Developerguide/sqlconnect.md create mode 100644 content/docs-lite/en/docs/Developerguide/sqldisconnect.md create mode 100644 content/docs-lite/en/docs/Developerguide/sqlexecdirect.md create mode 100644 content/docs-lite/en/docs/Developerguide/sqlexecute.md create mode 100644 content/docs-lite/en/docs/Developerguide/sqlfetch.md create mode 100644 content/docs-lite/en/docs/Developerguide/sqlfreeconnect.md create mode 100644 content/docs-lite/en/docs/Developerguide/sqlfreeenv.md create mode 100644 content/docs-lite/en/docs/Developerguide/sqlfreehandle.md create mode 100644 content/docs-lite/en/docs/Developerguide/sqlfreestmt.md create mode 100644 content/docs-lite/en/docs/Developerguide/sqlgetdiagrec.md create mode 100644 content/docs-lite/en/docs/Developerguide/sqlprepare.md create mode 100644 content/docs-lite/en/docs/Developerguide/sqlsetconnectattr.md create mode 100644 content/docs-lite/en/docs/Developerguide/sqlsetenvattr.md create mode 100644 content/docs-lite/en/docs/Developerguide/sqlsetstmtattr.md diff --git a/content/docs-lite/en/docs/DatabaseAdministrationGuide/separation-of-duties.md b/content/docs-lite/en/docs/DatabaseAdministrationGuide/separation-of-duties.md index b9f3a9a2a..d803b6711 100644 --- a/content/docs-lite/en/docs/DatabaseAdministrationGuide/separation-of-duties.md +++ b/content/docs-lite/en/docs/DatabaseAdministrationGuide/separation-of-duties.md @@ -91,7 +91,7 @@ For details about permission changes before and after enabling separation of dut

      Has permissions to query all system catalogs and views.

      Has permissions to query only some system catalogs and views. For details, see System Catalogs and System Views.

      +

      Has permissions to query only some system catalogs and views. For details, see System Catalogs and System Views.

      + + + + + + + + + + + + + +

      Keyword

      +

      Parameter Description

      +

      HandleType

      +

      Type of handle to be allocated by SQLAllocHandle. The value must be one of the following:

      +
      • SQL_HANDLE_ENV (environment handle)
      • SQL_HANDLE_DBC (connection handle)
      • SQL_HANDLE_STMT (statement handle)
      • SQL_HANDLE_DESC (descriptor handle)
      +

      The handle application sequence is: SQL_HANDLE_ENV > SQL_HANDLE_DBC > SQL_HANDLE_STMT. The handle applied later depends on the handle applied prior to it.

      +

      InputHandle

      +

      Existing handle to use as a context for the new handle being allocated.

      +
      • If HandleType is SQL_HANDLE_ENV, this parameter is set to SQL_NULL_HANDLE.
      • If HandleType is SQL_HANDLE_DBC, this parameter value must be an environment handle.
      • If HandleType is SQL_HANDLE_STMT or SQL_HANDLE_DESC, this parameter value must be a connection handle.
      +

      OutputHandlePtr

      +

      Output parameter: Pointer to a buffer that stores the returned handle in the newly allocated data structure.

      +
      + +## Return Value + +- **SQL\_SUCCESS** indicates that the call succeeded. +- **SQL\_SUCCESS\_WITH\_INFO** indicates that some warning information is displayed. +- **SQL\_ERROR** indicates major errors, such as memory allocation and connection failures. +- **SQL\_INVALID\_HANDLE** indicates that invalid handles were called. This value may also be returned by other APIs. + +## Precautions + +If SQLAllocHandle returns **SQL\_ERROR** when it is used to allocate a non-environment handle, it sets **OutputHandlePtr** to **SQL\_NULL\_HDBC**, **SQL\_NULL\_HSTMT**, or **SQL\_NULL\_HDESC**. The application can then call [SQLGetDiagRec](sqlgetdiagrec.md), with **HandleType** and **Handle** set to the value of **IntputHandle**, to obtain the **SQLSTATE** value. The **SQLSTATE** value provides the detailed function calling information. + +## Example + +See [Examples](examples.md). + diff --git a/content/docs-lite/en/docs/Developerguide/sqlallocstmt.md b/content/docs-lite/en/docs/Developerguide/sqlallocstmt.md new file mode 100644 index 000000000..858ae339c --- /dev/null +++ b/content/docs-lite/en/docs/Developerguide/sqlallocstmt.md @@ -0,0 +1,4 @@ +# SQLAllocStmt + +In ODBC 3.x, SQLAllocStmt was deprecated and replaced by SQLAllocHandle. For details, see [SQLAllocHandle](sqlallochandle.md). + diff --git a/content/docs-lite/en/docs/Developerguide/sqlbindcol.md b/content/docs-lite/en/docs/Developerguide/sqlbindcol.md new file mode 100644 index 000000000..10f131c4d --- /dev/null +++ b/content/docs-lite/en/docs/Developerguide/sqlbindcol.md @@ -0,0 +1,76 @@ +# SQLBindCol + +## Function + +SQLBindCol is used to bind columns in a result set to an application data buffer. + +## Prototype + +``` +SQLRETURN SQLBindCol(SQLHSTMT StatementHandle, + SQLUSMALLINT ColumnNumber, + SQLSMALLINT TargetType, + SQLPOINTER TargetValuePtr, + SQLLEN BufferLength, + SQLLEN *StrLen_or_IndPtr); +``` + +## Parameters + +**Table 1** SQLBindCol parameters + + + + + + + + + + + + + + + + + + + + + + + + + +

      Keyword

      +

      Parameter Description

      +

      StatementHandle

      +

      Statement handle.

      +

      ColumnNumber

      +

      Number of the column to be bound. The column number starts with 0 and increases in ascending order. Column 0 is the bookmark column. If no bookmark column is set, column numbers start with 1.

      +

      TargetType

      +

      C data type in the buffer.

      +

      TargetValuePtr

      +

      Output parameter: pointer to the buffer bound with the column. The SQLFetch function returns data in the buffer. If TargetValuePtr is null, StrLen_or_IndPtr is a valid value.

      +

      BufferLength

      +

      Length of the TargetValuePtr buffer in bytes.

      +

      StrLen_or_IndPtr

      +

      Output parameter: pointer to the length or indicator of the buffer. If StrLen_or_IndPtr is null, no length or indicator is used.

      +
      + +## Return Value + +- **SQL\_SUCCESS** indicates that the call succeeded. +- **SQL\_SUCCESS\_WITH\_INFO** indicates that some warning information is displayed. +- **SQL\_ERROR** indicates major errors, such as memory allocation and connection failures. +- **SQL\_INVALID\_HANDLE** indicates that invalid handles were called. This value may also be returned by other APIs. + +## Precautions + +If SQLBindCol returns **SQL\_ERROR** or **SQL\_SUCCESS\_WITH\_INFO**, the application can call [SQLGetDiagRec](sqlgetdiagrec.md), with **HandleType** and **Handle** set to **SQL\_HANDLE\_STMT** and **StatementHandle**, respectively, to obtain the **SQLSTATE** value. The **SQLSTATE** value provides the detailed function calling information. + +## Example + +See [Examples](examples.md). + diff --git a/content/docs-lite/en/docs/Developerguide/sqlbindparameter.md b/content/docs-lite/en/docs/Developerguide/sqlbindparameter.md new file mode 100644 index 000000000..318ea19cc --- /dev/null +++ b/content/docs-lite/en/docs/Developerguide/sqlbindparameter.md @@ -0,0 +1,100 @@ +# SQLBindParameter + +## Function + +SQLBindParameter is used to bind parameter markers in an SQL statement to a buffer. + +## Prototype + +``` +SQLRETURN SQLBindParameter(SQLHSTMT StatementHandle, + SQLUSMALLINT ParameterNumber, + SQLSMALLINT InputOutputType, + SQLSMALLINT ValuetType, + SQLSMALLINT ParameterType, + SQLULEN ColumnSize, + SQLSMALLINT DecimalDigits, + SQLPOINTER ParameterValuePtr, + SQLLEN BufferLength, + SQLLEN *StrLen_or_IndPtr); +``` + +## Parameters + +**Table 1** SQLBindParameter + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

      Keyword

      +

      Parameter Description

      +

      StatementHandle

      +

      Statement handle.

      +

      ParameterNumber

      +

      Parameter marker number, starting with 1 and increasing in ascending order.

      +

      InputOutputType

      +

      Input/output type of the parameter.

      +

      ValueType

      +

      C data type of the parameter.

      +

      ParameterType

      +

      SQL data type of the parameter.

      +

      ColumnSize

      +

      Size of the column or expression of the corresponding parameter marker.

      +

      DecimalDigits

      +

      Decimal digit of the column or the expression of the corresponding parameter marker.

      +

      ParameterValuePtr

      +

      Pointer to the storage parameter buffer.

      +

      BufferLength

      +

      Length of the ParameterValuePtr buffer in bytes.

      +

      StrLen_or_IndPtr

      +

      Pointer to the length or indicator of the buffer. If StrLen_or_IndPtr is null, no length or indicator is used.

      +
      + +## Return Value + +- **SQL\_SUCCESS** indicates that the call succeeded. +- **SQL\_SUCCESS\_WITH\_INFO** indicates that some warning information is displayed. +- **SQL\_ERROR** indicates major errors, such as memory allocation and connection failures. +- **SQL\_INVALID\_HANDLE** indicates that invalid handles were called. This value may also be returned by other APIs. + +## Precautions + +If SQLBindParameter returns **SQL\_ERROR** or **SQL\_SUCCESS\_WITH\_INFO**, the application can call [SQLGetDiagRec](sqlgetdiagrec.md), with **HandleType** and **Handle** set to **SQL\_HANDLE\_STMT** and **StatementHandle**, respectively, to obtain the **SQLSTATE** value. The **SQLSTATE** value provides the detailed function calling information. + +## Example + +See [Examples](examples.md). + diff --git a/content/docs-lite/en/docs/Developerguide/sqlcolattribute.md b/content/docs-lite/en/docs/Developerguide/sqlcolattribute.md new file mode 100644 index 000000000..df4b974b6 --- /dev/null +++ b/content/docs-lite/en/docs/Developerguide/sqlcolattribute.md @@ -0,0 +1,82 @@ +# SQLColAttribute + +## Function + +SQLColAttribute is used to return the descriptor information about a column in the result set. + +## Prototype + +``` +SQLRETURN SQLColAttibute(SQLHSTMT StatementHandle, + SQLUSMALLINT ColumnNumber, + SQLUSMALLINT FieldIdentifier, + SQLPOINTER CharacterAtrriburePtr, + SQLSMALLINT BufferLength, + SQLSMALLINT *StringLengthPtr, + SQLLEN *NumericAttributePtr); +``` + +## Parameters + +**Table 1** SQLColAttribute parameters + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

      Keyword

      +

      Parameter Description

      +

      StatementHandle

      +

      Statement handle.

      +

      ColumnNumber

      +

      Column number of the field to be queried, starting with 1 and increasing in ascending order.

      +

      FieldIdentifier

      +

      Field identifier of ColumnNumber in IRD.

      +

      CharacterAttributePtr

      +

      Output parameter: pointer to the buffer that returns the FieldIdentifier value.

      +

      BufferLength

      +
      • BufferLength indicates the length of the buffer if FieldIdentifier is an ODBC-defined field and CharacterAttributePtr points to a string or a binary buffer.
      • Ignore this parameter if FieldIdentifier is an ODBC-defined field and CharacterAttributePtr points to an integer.
      +

      StringLengthPtr

      +

      Output parameter: pointer to a buffer in which the total number of valid bytes (for string data) is stored in *CharacterAttributePtr. Ignore the value of BufferLength if the data is not a string.

      +

      NumericAttributePtr

      +

      Output parameter: pointer to an integer buffer in which the value of FieldIdentifier in the ColumnNumber row of the IRD is returned.

      +
      + +## Return Value + +- **SQL\_SUCCESS** indicates that the call succeeded. +- **SQL\_SUCCESS\_WITH\_INFO** indicates that some warning information is displayed. +- **SQL\_ERROR** indicates major errors, such as memory allocation and connection failures. +- **SQL\_INVALID\_HANDLE** indicates that invalid handles were called. This value may also be returned by other APIs. + +## Precautions + +If SQLColAttribute returns **SQL\_ERROR** or **SQL\_SUCCESS\_WITH\_INFO**, the application can call [SQLGetDiagRec](sqlgetdiagrec.md), with **HandleType** and **Handle** set to **SQL\_HANDLE\_STMT** and **StatementHandle**, respectively, to obtain the **SQLSTATE** value. The **SQLSTATE** value provides the detailed function calling information. + +## Example + +See [Examples](examples.md). + diff --git a/content/docs-lite/en/docs/Developerguide/sqlconnect.md b/content/docs-lite/en/docs/Developerguide/sqlconnect.md new file mode 100644 index 000000000..a723249ba --- /dev/null +++ b/content/docs-lite/en/docs/Developerguide/sqlconnect.md @@ -0,0 +1,83 @@ +# SQLConnect + +## Function + +SQLConnect is used to establish a connection between a driver and a data source. After the connection is established, the connection handle can be used to access all information about the data source, including its application operating status, transaction processing status, and error information. + +## Prototype + +``` +SQLRETURN SQLConnect(SQLHDBC ConnectionHandle, + SQLCHAR *ServerName, + SQLSMALLINT NameLength1, + SQLCHAR *UserName, + SQLSMALLINT NameLength2, + SQLCHAR *Authentication, + SQLSMALLINT NameLength3); +``` + +## Parameter + +**Table 1** SQLConnect parameters + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

      Keyword

      +

      Parameter Description

      +

      ConnectionHandle

      +

      Connection handle, obtained from SQLAllocHandle.

      +

      ServerName

      +

      Name of the data source to connect.

      +

      NameLength1

      +

      Length of ServerName.

      +

      UserName

      +

      Username of the database in the data source.

      +

      NameLength2

      +

      Length of UserName.

      +

      Authentication

      +

      User password of the database in the data source.

      +

      NameLength3

      +

      Length of Authentication.

      +
      + +## Return Value + +- **SQL\_SUCCESS** indicates that the call succeeded. +- **SQL\_SUCCESS\_WITH\_INFO** indicates that some warning information is displayed. +- **SQL\_ERROR** indicates major errors, such as memory allocation and connection failures. +- **SQL\_INVALID\_HANDLE** indicates that invalid handles were called. This value may also be returned by other APIs. +- **SQL\_STILL\_EXECUTING** indicates that the statement is being executed. + +## Precautions + +If SQLConnect returns **SQL\_ERROR** or **SQL\_SUCCESS\_WITH\_INFO**, the application can call [SQLGetDiagRec](sqlgetdiagrec.md), with **HandleType** and **Handle** set to **SQL\_HANDLE\_DBC** and **ConnectionHandle**, respectively, to obtain the **SQLSTATE** value. The **SQLSTATE** value provides the detailed function calling information. + +## Example + +See [Examples](examples.md). + diff --git a/content/docs-lite/en/docs/Developerguide/sqldisconnect.md b/content/docs-lite/en/docs/Developerguide/sqldisconnect.md new file mode 100644 index 000000000..6a28d85d5 --- /dev/null +++ b/content/docs-lite/en/docs/Developerguide/sqldisconnect.md @@ -0,0 +1,46 @@ +# SQLDisconnect + +## Function + +SQLDisconnect is used to close the connection associated with a database connection handle. + +## Prototype + +``` +SQLRETURN SQLDisconnect(SQLHDBC ConnectionHandle); +``` + +## Parameter + +**Table 1** SQLDisconnect parameters + + + + + + + + + + +

      Keyword

      +

      Parameter Description

      +

      ConnectionHandle

      +

      Connection handle, obtained from SQLAllocHandle.

      +
      + +## Return Value + +- **SQL\_SUCCESS** indicates that the call succeeded. +- **SQL\_SUCCESS\_WITH\_INFO** indicates that some warning information is displayed. +- **SQL\_ERROR** indicates major errors, such as memory allocation and connection failures. +- **SQL\_INVALID\_HANDLE** indicates that invalid handles were called. This value may also be returned by other APIs. + +## Precautions + +If SQLDisconnect returns **SQL\_ERROR** or **SQL\_SUCCESS\_WITH\_INFO**, the application can call [SQLGetDiagRec](sqlgetdiagrec.md), with **HandleType** and **Handle** set to **SQL\_HANDLE\_DBC** and **ConnectionHandle**, respectively, to obtain the **SQLSTATE** value. The **SQLSTATE** value provides the detailed function calling information. + +## Example + +See [Examples](examples.md). + diff --git a/content/docs-lite/en/docs/Developerguide/sqlexecdirect.md b/content/docs-lite/en/docs/Developerguide/sqlexecdirect.md new file mode 100644 index 000000000..1e13d3219 --- /dev/null +++ b/content/docs-lite/en/docs/Developerguide/sqlexecdirect.md @@ -0,0 +1,61 @@ +# SQLExecDirect + +## Function + +SQLExecDirect is used to execute a prepared SQL statement specified in this parameter. This is the fastest method for executing only one SQL statement at a time. + +## Prototype + +``` +SQLRETURN SQLExecDirect(SQLHSTMT StatementHandle, + SQLCHAR *StatementText, + SQLINTEGER TextLength); +``` + +## Parameter + +**Table 1** SQLExecDirect parameters + + + + + + + + + + + + + + + + +

      Keyword

      +

      Parameter Description

      +

      StatementHandle

      +

      Statement handle, obtained from SQLAllocHandle.

      +

      StatementText

      +

      SQL statement to be executed. One SQL statement can be executed at a time.

      +

      TextLength

      +

      Length of StatementText.

      +
      + +## Return Value + +- **SQL\_SUCCESS** indicates that the call succeeded. +- **SQL\_SUCCESS\_WITH\_INFO** indicates that some warning information is displayed. +- **SQL\_NEED\_DATA** indicates that parameters provided before executing the SQL statement are insufficient. +- **SQL\_ERROR** indicates major errors, such as memory allocation and connection failures. +- **SQL\_INVALID\_HANDLE** indicates that invalid handles were called. This value may also be returned by other APIs. +- **SQL\_STILL\_EXECUTING** indicates that the statement is being executed. +- **SQL\_NO\_DATA** indicates that the SQL statement does not return a result set. + +## Precautions + +If SQLExecDirect returns **SQL\_ERROR** or **SQL\_SUCCESS\_WITH\_INFO**, the application can call [SQLGetDiagRec](sqlgetdiagrec.md), with **HandleType** and **Handle** set to **SQL\_HANDLE\_STMT** and **StatementHandle**, respectively, to obtain the **SQLSTATE** value. The **SQLSTATE** value provides the detailed function calling information. + +## Example + +See [Examples](examples.md). + diff --git a/content/docs-lite/en/docs/Developerguide/sqlexecute.md b/content/docs-lite/en/docs/Developerguide/sqlexecute.md new file mode 100644 index 000000000..ce1710d42 --- /dev/null +++ b/content/docs-lite/en/docs/Developerguide/sqlexecute.md @@ -0,0 +1,49 @@ +# SQLExecute + +## Function + +SQLExecute is used to execute a prepared SQL statement using SQLPrepare. The statement is executed using the current value of any application variables that were bound to parameter markers by SQLBindParameter. + +## Prototype + +``` +SQLRETURN SQLExecute(SQLHSTMT StatementHandle); +``` + +## Parameter + +**Table 1** SQLExecute parameters + + + + + + + + + + +

      Keyword

      +

      Parameter Description

      +

      StatementHandle

      +

      Statement handle to be executed.

      +
      + +## Return Value + +- **SQL\_SUCCESS** indicates that the call succeeded. +- **SQL\_SUCCESS\_WITH\_INFO** indicates that some warning information is displayed. +- **SQL\_NEED\_DATA** indicates that parameters provided before executing the SQL statement are insufficient. +- **SQL\_ERROR** indicates major errors, such as memory allocation and connection failures. +- **SQL\_NO\_DATA** indicates that the SQL statement does not return a result set. +- **SQL\_INVALID\_HANDLE** indicates that invalid handles were called. This value may also be returned by other APIs. +- **SQL\_STILL\_EXECUTING** indicates that the statement is being executed. + +## Precautions + +If SQLExecute returns **SQL\_ERROR** or **SQL\_SUCCESS\_WITH\_INFO**, the application can call [SQLGetDiagRec](sqlgetdiagrec.md), with **HandleType** and **Handle** set to **SQL\_HANDLE\_STMT** and **StatementHandle**, respectively, to obtain the **SQLSTATE** value. The **SQLSTATE** value provides the detailed function calling information. + +## Example + +See [Examples](examples.md). + diff --git a/content/docs-lite/en/docs/Developerguide/sqlfetch.md b/content/docs-lite/en/docs/Developerguide/sqlfetch.md new file mode 100644 index 000000000..8880032ff --- /dev/null +++ b/content/docs-lite/en/docs/Developerguide/sqlfetch.md @@ -0,0 +1,48 @@ +# SQLFetch + +## Function + +SQLFetch is used to advance the cursor to the next row of the result set and retrieve any bound columns. + +## Prototype + +``` +SQLRETURN SQLFetch(SQLHSTMT StatementHandle); +``` + +## Parameter + +**Table 1** SQLFetch parameters + + + + + + + + + + +

      Keyword

      +

      Parameter Description

      +

      StatementHandle

      +

      Statement handle, obtained from SQLAllocHandle.

      +
      + +## Return Value + +- **SQL\_SUCCESS** indicates that the call succeeded. +- **SQL\_SUCCESS\_WITH\_INFO** indicates that some warning information is displayed. +- **SQL\_ERROR** indicates major errors, such as memory allocation and connection failures. +- **SQL\_NO\_DATA** indicates that the SQL statement does not return a result set. +- **SQL\_INVALID\_HANDLE** indicates that invalid handles were called. This value may also be returned by other APIs. +- **SQL\_STILL\_EXECUTING** indicates that the statement is being executed. + +## Precautions + +If SQLFetch returns **SQL\_ERROR** or **SQL\_SUCCESS\_WITH\_INFO**, the application can call [SQLGetDiagRec](sqlgetdiagrec.md), with **HandleType** and **Handle** set to **SQL\_HANDLE\_STMT** and **StatementHandle**, respectively, to obtain the **SQLSTATE** value. The **SQLSTATE** value provides the detailed function calling information. + +## Example + +See [Examples](examples.md). + diff --git a/content/docs-lite/en/docs/Developerguide/sqlfreeconnect.md b/content/docs-lite/en/docs/Developerguide/sqlfreeconnect.md new file mode 100644 index 000000000..fed6e8c57 --- /dev/null +++ b/content/docs-lite/en/docs/Developerguide/sqlfreeconnect.md @@ -0,0 +1,4 @@ +# SQLFreeConnect + +In ODBC 3.x, SQLFreeConnect \(an ODBC 2.x function\) was deprecated and replaced by SQLFreeHandle. For details, see [SQLFreeHandle](sqlfreehandle.md). + diff --git a/content/docs-lite/en/docs/Developerguide/sqlfreeenv.md b/content/docs-lite/en/docs/Developerguide/sqlfreeenv.md new file mode 100644 index 000000000..8f290dcbc --- /dev/null +++ b/content/docs-lite/en/docs/Developerguide/sqlfreeenv.md @@ -0,0 +1,4 @@ +# SQLFreeEnv + +In ODBC 3.x, SQLFreeEnv \(an ODBC 2.x function\) was deprecated and replaced by SQLFreeHandle. For details, see [SQLFreeHandle](sqlfreehandle.md). + diff --git a/content/docs-lite/en/docs/Developerguide/sqlfreehandle.md b/content/docs-lite/en/docs/Developerguide/sqlfreehandle.md new file mode 100644 index 000000000..f3bfae885 --- /dev/null +++ b/content/docs-lite/en/docs/Developerguide/sqlfreehandle.md @@ -0,0 +1,54 @@ +# SQLFreeHandle + +## Function + +SQLFreeHandle is used to release resources associated with a specific environment, connection, or statement handle. It replaces the ODBC 2.x functions: SQLFreeEnv, SQLFreeConnect, and SQLFreeStmt. + +## Prototype + +``` +SQLRETURN SQLFreeHandle(SQLSMALLINT HandleType, + SQLHANDLE Handle); +``` + +## Parameter + +**Table 1** SQLFreeHandle parameters + + + + + + + + + + + + + +

      Keyword

      +

      Parameter Description

      +

      HandleType

      +

      Type of handle to be freed by SQLFreeHandle. The value must be one of the following:

      +
      • SQL_HANDLE_ENV
      • SQL_HANDLE_DBC
      • SQL_HANDLE_STMT
      • SQL_HANDLE_DESC
      +

      If HandleType is not one of the preceding values, SQLFreeHandle returns SQL_INVALID_HANDLE.

      +

      Handle

      +

      Name of the handle to be freed.

      +
      + +## Return Value + +- **SQL\_SUCCESS** indicates that the call succeeded. +- **SQL\_SUCCESS\_WITH\_INFO** indicates that some warning information is displayed. +- **SQL\_ERROR** indicates major errors, such as memory allocation and connection failures. +- **SQL\_INVALID\_HANDLE** indicates that invalid handles were called. This value may also be returned by other APIs. + +## Precautions + +If SQLFreeHandle returns **SQL\_ERROR**, the handle is still valid. + +## Example + +See [Examples](examples.md). + diff --git a/content/docs-lite/en/docs/Developerguide/sqlfreestmt.md b/content/docs-lite/en/docs/Developerguide/sqlfreestmt.md new file mode 100644 index 000000000..deccea09e --- /dev/null +++ b/content/docs-lite/en/docs/Developerguide/sqlfreestmt.md @@ -0,0 +1,4 @@ +# SQLFreeStmt + +In ODBC 3.x, SQLFreeStmt \(an ODBC 2.x function\) was deprecated and replaced by SQLFreeHandle. For details, see [SQLFreeHandle](sqlfreehandle.md). + diff --git a/content/docs-lite/en/docs/Developerguide/sqlgetdiagrec.md b/content/docs-lite/en/docs/Developerguide/sqlgetdiagrec.md new file mode 100644 index 000000000..c977477df --- /dev/null +++ b/content/docs-lite/en/docs/Developerguide/sqlgetdiagrec.md @@ -0,0 +1,159 @@ +# SQLGetDiagRec + +## Function + +SQLGetDiagRec is used to return the current values of multiple fields in a diagnostic record that contains error, warning, and status information. + +## Prototype + +``` +SQLRETURN SQLGetDiagRec(SQLSMALLINT HandleType + SQLHANDLE Handle, + SQLSMALLINT RecNumber, + SQLCHAR *SQLState, + SQLINTEGER *NativeErrorPtr, + SQLCHAR *MessageText, + SQLSMALLINT BufferLength + SQLSMALLINT *TextLengthPtr); +``` + +## Parameter + +**Table 1** SQLGetDiagRec parameters + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

      Keyword

      +

      Parameter Description

      +

      HandleType

      +

      A handle-type identifier that describes the type of handle for which diagnostics are desired. The value must be one of the following:

      +
      • SQL_HANDLE_ENV
      • SQL_HANDLE_DBC
      • SQL_HANDLE_STMT
      • SQL_HANDLE_DESC
      +

      Handle

      +

      A handle for the diagnostic data structure. Its type is indicated by HandleType. If HandleType is SQL_HANDLE_ENV, Handle may be a shared or non-shared environment handle.

      +

      RecNumber

      +

      Status record from which the application seeks information. RecNumber starts with 1.

      +

      SQLState

      +

      Output parameter: pointer to a buffer that saves the 5-character SQLSTATE code pertaining to RecNumber.

      +

      NativeErrorPtr

      +

      Output parameter: pointer to a buffer that saves the native error code.

      +

      MessageText

      +

      Pointer to a buffer that saves text strings of diagnostic information.

      +

      BufferLength

      +

      Length of MessageText.

      +

      TextLengthPtr

      +

      Output parameter: pointer to the buffer, the total number of bytes in the returned MessageText. If the number of bytes available to return is greater than BufferLength, then the diagnostics information text in MessageText is truncated to BufferLength minus the length of the null termination character.

      +
      + +## Return Value + +- **SQL\_SUCCESS** indicates that the call succeeded. +- **SQL\_SUCCESS\_WITH\_INFO** indicates that some warning information is displayed. +- **SQL\_ERROR** indicates major errors, such as memory allocation and connection failures. +- **SQL\_INVALID\_HANDLE** indicates that invalid handles were called. This value may also be returned by other APIs. + +## Precautions + +SQLGetDiagRec does not release diagnostic records for itself. It uses the following return values to report execution results: + +- **SQL\_SUCCESS** indicates that the function successfully returns diagnostic information. +- **SQL\_SUCCESS\_WITH\_INFO** indicates that the **\*MessageText** buffer is too small to hold the requested diagnostic information. No diagnostic records are generated. +- **SQL\_INVALID\_HANDLE** indicates that the handle indicated by **HandType** and **Handle** is an invalid handle. +- **SQL\_ERROR** indicates that **RecNumber** is less than or equal to 0 or that **BufferLength** is smaller than 0. + +If an ODBC function returns **SQL\_ERROR** or **SQL\_SUCCESS\_WITH\_INFO**, the application can call SQLGetDiagRec to obtain the **SQLSTATE** value. The possible **SQLSTATE** values are listed as follows: + +**Table 2** SQLSTATE values + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

      SQLSATATE

      +

      Error

      +

      Description

      +

      HY000

      +

      General error.

      +

      An error occurred for which there is no specific SQLSTATE.

      +

      HY001

      +

      Memory allocation error.

      +

      The driver is unable to allocate memory required to support execution or completion of the function.

      +

      HY008

      +

      Operation canceled.

      +

      SQLCancel is called to terminate the statement execution, but the StatementHandle function is still called.

      +

      HY010

      +

      Function sequence error.

      +

      The function is called prior to sending data to data parameters or columns being executed.

      +

      HY013

      +

      Memory management error.

      +

      The function fails to be called. The error may be caused by low memory conditions.

      +

      HYT01

      +

      Connection timeout.

      +

      The timeout period expired before the application was able to connect to the data source.

      +

      IM001

      +

      Function not supported by the driver.

      +

      The called function is not supported by the StatementHandle driver.

      +
      + +## Example + +See [Examples](examples.md). + diff --git a/content/docs-lite/en/docs/Developerguide/sqlprepare.md b/content/docs-lite/en/docs/Developerguide/sqlprepare.md new file mode 100644 index 000000000..61a4a228b --- /dev/null +++ b/content/docs-lite/en/docs/Developerguide/sqlprepare.md @@ -0,0 +1,59 @@ +# SQLPrepare + +## Function + +SQLPrepare is used to prepare an SQL statement to be executed. + +## Prototype + +``` +SQLRETURN SQLPrepare(SQLHSTMT StatementHandle, + SQLCHAR *StatementText, + SQLINTEGER TextLength); +``` + +## Parameter + +**Table 1** SQLPrepare parameters + + + + + + + + + + + + + + + + +

      Keyword

      +

      Parameter Description

      +

      StatementHandle

      +

      Statement handle.

      +

      StatementText

      +

      SQL text string.

      +

      TextLength

      +

      Length of StatementText.

      +
      + +## Return Value + +- **SQL\_SUCCESS** indicates that the call succeeded. +- **SQL\_SUCCESS\_WITH\_INFO** indicates that some warning information is displayed. +- **SQL\_ERROR** indicates major errors, such as memory allocation and connection failures. +- **SQL\_INVALID\_HANDLE** indicates that invalid handles were called. This value may also be returned by other APIs. +- **SQL\_STILL\_EXECUTING** indicates that the statement is being executed. + +## Precautions + +If SQLPrepare returns **SQL\_ERROR** or **SQL\_SUCCESS\_WITH\_INFO**, the application can call [SQLGetDiagRec](sqlgetdiagrec.md), with **HandleType** and **Handle** set to **SQL\_HANDLE\_STMT** and **StatementHandle**, respectively, to obtain the **SQLSTATE** value. The **SQLSTATE** value provides the detailed function calling information. + +## Example + +See [Examples](examples.md). + diff --git a/content/docs-lite/en/docs/Developerguide/sqlsetconnectattr.md b/content/docs-lite/en/docs/Developerguide/sqlsetconnectattr.md new file mode 100644 index 000000000..8a99a13de --- /dev/null +++ b/content/docs-lite/en/docs/Developerguide/sqlsetconnectattr.md @@ -0,0 +1,64 @@ +# SQLSetConnectAttr + +## Function + +SQLSetConnectAttr is used to set connection attributes. + +## Prototype + +``` +SQLRETURN SQLSetConnectAttr(SQLHDBC ConnectionHandle + SQLINTEGER Attribute, + SQLPOINTER ValuePtr, + SQLINTEGER StringLength); +``` + +## Parameter + +**Table 1** SQLSetConnectAttr parameters + + + + + + + + + + + + + + + + + + + +

      Keyword

      +

      Parameter Description

      +

      ConnectionHandle

      +

      Connection handle.

      +

      Attribute

      +

      Attribute to set.

      +

      ValuePtr

      +

      Pointer to the Attribute value. ValuePtr depends on the Attribute value, and can be a 32-bit unsigned integer value or a null-terminated string. If the ValuePtr parameter is a driver-specific value, it may be a signed integer.

      +

      StringLength

      +

      If ValuePtr points to a string or a binary buffer, StringLength is the length of *ValuePtr. If ValuePtr points to an integer, StringLength is ignored.

      +
      + +## Return Value + +- **SQL\_SUCCESS** indicates that the call succeeded. +- **SQL\_SUCCESS\_WITH\_INFO** indicates that some warning information is displayed. +- **SQL\_ERROR** indicates major errors, such as memory allocation and connection failures. +- **SQL\_INVALID\_HANDLE** indicates that invalid handles were called. This value may also be returned by other APIs. + +## Precautions + +If SQLSetConnectAttr returns **SQL\_ERROR** or **SQL\_SUCCESS\_WITH\_INFO**, the application can call [SQLGetDiagRec](sqlgetdiagrec.md), with **HandleType** and **Handle** set to **SQL\_HANDLE\_DBC** and **ConnectionHandle**, respectively, to obtain the **SQLSTATE** value. The **SQLSTATE** value provides the detailed function calling information. + +## Example + +See [Examples](examples.md). + diff --git a/content/docs-lite/en/docs/Developerguide/sqlsetenvattr.md b/content/docs-lite/en/docs/Developerguide/sqlsetenvattr.md new file mode 100644 index 000000000..bf4fcfd03 --- /dev/null +++ b/content/docs-lite/en/docs/Developerguide/sqlsetenvattr.md @@ -0,0 +1,65 @@ +# SQLSetEnvAttr + +## Function + +SQLSetEnvAttr is used to set environment attributes. + +## Prototype + +``` +SQLRETURN SQLSetEnvAttr(SQLHENV EnvironmentHandle + SQLINTEGER Attribute, + SQLPOINTER ValuePtr, + SQLINTEGER StringLength); +``` + +## Parameter + +**Table 1** SQLSetEnvAttr parameters + + + + + + + + + + + + + + + + + + + +

      Keyword

      +

      Parameter Description

      +

      EnvironmentHandle

      +

      Environment handle.

      +

      Attribute

      +

      Environment attribute to be set. The value must be one of the following:

      +
      • SQL_ATTR_ODBC_VERSION: ODBC version
      • SQL_CONNECTION_POOLING: connection pool attribute
      • SQL_OUTPUT_NTS: string type returned by the driver
      +

      ValuePtr

      +

      Pointer to the Attribute value. ValuePtr depends on the Attribute value, and can be a 32-bit integer value or a null-terminated string.

      +

      StringLength

      +

      If ValuePtr points to a string or a binary buffer, StringLength is the length of *ValuePtr. If ValuePtr points to an integer, StringLength is ignored.

      +
      + +## Return Value + +- **SQL\_SUCCESS** indicates that the call succeeded. +- **SQL\_SUCCESS\_WITH\_INFO** indicates that some warning information is displayed. +- **SQL\_ERROR** indicates major errors, such as memory allocation and connection failures. +- **SQL\_INVALID\_HANDLE** indicates that invalid handles were called. This value may also be returned by other APIs. + +## Precautions + +If SQLSetEnvAttr returns **SQL\_ERROR** or **SQL\_SUCCESS\_WITH\_INFO**, the application can call [SQLGetDiagRec](sqlgetdiagrec.md), set **HandleType** and **Handle** to **SQL\_HANDLE\_ENV** and **EnvironmentHandle**, and obtain the **SQLSTATE** value. The **SQLSTATE** value provides the detailed function calling information. + +## Example + +See [Examples](examples.md). + diff --git a/content/docs-lite/en/docs/Developerguide/sqlsetstmtattr.md b/content/docs-lite/en/docs/Developerguide/sqlsetstmtattr.md new file mode 100644 index 000000000..a4ce0ae58 --- /dev/null +++ b/content/docs-lite/en/docs/Developerguide/sqlsetstmtattr.md @@ -0,0 +1,64 @@ +# SQLSetStmtAttr + +## Function + +SQLSetStmtAttr is used to set attributes related to a statement. + +## Prototype + +``` +SQLRETURN SQLSetStmtAttr(SQLHSTMT StatementHandle + SQLINTEGER Attribute, + SQLPOINTER ValuePtr, + SQLINTEGER StringLength); +``` + +## Parameter + +**Table 1** SQLSetStmtAttr parameters + + + + + + + + + + + + + + + + + + + +

      Keyword

      +

      Parameter Description

      +

      StatementHandle

      +

      Statement handle.

      +

      Attribute

      +

      Attribute to set.

      +

      ValuePtr

      +

      Pointer to the Attribute value. ValuePtr depends on the Attribute value, and can be a 32-bit unsigned integer value or a pointer to a null-terminated string, a binary buffer, or a driver-specified value. If the ValuePtr parameter is a driver-specific value, it may be a signed integer.

      +

      StringLength

      +

      If ValuePtr points to a string or a binary buffer, StringLength is the length of *ValuePtr. If ValuePtr points to an integer, StringLength is ignored.

      +
      + +## Return Value + +- **SQL\_SUCCESS** indicates that the call succeeded. +- **SQL\_SUCCESS\_WITH\_INFO** indicates that some warning information is displayed. +- **SQL\_ERROR** indicates major errors, such as memory allocation and connection failures. +- **SQL\_INVALID\_HANDLE** indicates that invalid handles were called. This value may also be returned by other APIs. + +## Precautions + +If SQLSetStmtAttr returns **SQL\_ERROR** or **SQL\_SUCCESS\_WITH\_INFO**, the application can call [SQLGetDiagRec](sqlgetdiagrec.md), with **HandleType** and **Handle** set to **SQL\_HANDLE\_STMT** and **StatementHandle**, respectively, to obtain the **SQLSTATE** value. The **SQLSTATE** value provides the detailed function calling information. + +## Example + +See [Examples](examples.md). + diff --git a/content/docs-lite/en/docs/GettingStarted/odbc.md b/content/docs-lite/en/docs/GettingStarted/odbc.md index dcd34baed..8e45f1b95 100644 --- a/content/docs-lite/en/docs/GettingStarted/odbc.md +++ b/content/docs-lite/en/docs/GettingStarted/odbc.md @@ -464,84 +464,84 @@ Run the **./isql -v** *MPPODBC* command \(***MPPODBC*** is the data source na

      Allocate a handle

      SQLAllocHandle is a generic function for allocating handles. It can replace the following functions:

      - +

      SQLAllocHandle is a generic function for allocating handles. It can replace the following functions:

      +

      Set environment attributes

      SQLSetEnvAttr

      +

      SQLSetEnvAttr

      Set connection attributes

      SQLSetConnectAttr

      +

      SQLSetConnectAttr

      Set statement attributes

      SQLSetStmtAttr

      +

      SQLSetStmtAttr

      Connect to a data source

      SQLConnect

      +

      SQLConnect

      Bind a buffer to a column in the result set

      SQLBindCol

      +

      SQLBindCol

      Bind the parameter marker of an SQL statement to a buffer

      SQLBindParameter

      +

      SQLBindParameter

      Return the error message of the last operation

      SQLGetDiagRec

      +

      SQLGetDiagRec

      Prepare an SQL statement for execution

      SQLPrepare

      +

      SQLPrepare

      Run a prepared SQL statement

      SQLExecute

      +

      SQLExecute

      Run an SQL statement directly

      SQLExecDirect

      +

      SQLExecDirect

      Fetch the next row (or rows) from the result set

      SQLFetch

      +

      SQLFetch

      Return data in a column of the result set

      SQLGetData

      +

      SQLGetData

      Get the column information from a result set

      SQLColAttribute

      +

      SQLColAttribute

      Disconnect from a data source

      SQLDisconnect

      +

      SQLDisconnect

      Release a handle

      SQLFreeHandle is a generic function for releasing a handle. It can replace the following functions:

      - +

      SQLFreeHandle is a generic function for releasing a handle. It can replace the following functions:

      +

      Has permissions to query all system catalogs and views.

      Has permissions to query only some system catalogs and views. For details, see System Catalogs and System Views.

      +

      Has permissions to query only some system catalogs and views. For details, see System Catalogs and System Views.

      Allocate a handle

      SQLAllocHandle is a generic function for allocating handles. It can replace the following functions:

      - +

      SQLAllocHandle is a generic function for allocating handles. It can replace the following functions:

      +

      Set environment attributes

      SQLSetEnvAttr

      +

      SQLSetEnvAttr

      Set connection attributes

      SQLSetConnectAttr

      +

      SQLSetConnectAttr

      Set statement attributes

      SQLSetStmtAttr

      +

      SQLSetStmtAttr

      Connect to a data source

      SQLConnect

      +

      SQLConnect

      Bind a buffer to a column in the result set

      SQLBindCol

      +

      SQLBindCol

      Bind the parameter marker of an SQL statement to a buffer

      SQLBindParameter

      +

      SQLBindParameter

      Return the error message of the last operation

      SQLGetDiagRec

      +

      SQLGetDiagRec

      Prepare an SQL statement for execution

      SQLPrepare

      +

      SQLPrepare

      Run a prepared SQL statement

      SQLExecute

      +

      SQLExecute

      Run an SQL statement directly

      SQLExecDirect

      +

      SQLExecDirect

      Fetch the next row (or rows) from the result set

      SQLFetch

      +

      SQLFetch

      Return data in a column of the result set

      SQLGetData

      +

      SQLGetData

      Get the column information from a result set

      SQLColAttribute

      +

      SQLColAttribute

      Disconnect from a data source

      SQLDisconnect

      +

      SQLDisconnect

      Release a handle

      SQLFreeHandle is a generic function for releasing a handle. It can replace the following functions:

      - +

      SQLFreeHandle is a generic function for releasing a handle. It can replace the following functions:

      +

      conninfo

      链接字符串,字符串中的字段见链接字符章节。

      +

      链接字符串,字符串中的字段见链接参数章节。

      pghost

      要链接的主机名,详见链接字符章节描述的host字段。

      +

      要链接的主机名,详见链接参数章节描述的host字段。

      pgport

      主机服务器的端口号,详见链接字符描述的port字段。

      +

      主机服务器的端口号,详见链接参数描述的port字段。

      pgoptions

      添加命令行选项以在运行时发送到服务器,详见链接字符描述的options字段。

      +

      添加命令行选项以在运行时发送到服务器,详见链接参数描述的options字段。

      pgtty

      @@ -49,17 +49,17 @@ PGconn *PQsetdbLogin(const char *pghost,

      dbName

      要链接的数据库名,详见链接字符描述的dbname字段。

      +

      要链接的数据库名,详见链接参数描述的dbname字段。

      login

      要链接的用户名,详见链接字符章节描述的user字段。

      +

      要链接的用户名,详见链接参数章节描述的user字段。

      pwd

      如果服务器要求口令认证,所用的口令,详见链接字符描述的password字段。

      +

      如果服务器要求口令认证,所用的口令,详见链接参数描述的password字段。

      conninfo

      链接字符串,字符串中的字段见链接字符章节。

      +

      链接参数串,字符串中的字段见链接参数章节。

      pghost

      要链接的主机名,详见链接字符章节描述的host字段。

      +

      要链接的主机名,详见链接参数章节描述的host字段。

      pgport

      主机服务器的端口号,详见链接字符描述的port字段。

      +

      主机服务器的端口号,详见链接参数描述的port字段。

      pgoptions

      添加命令行选项以在运行时发送到服务器,详见链接字符描述的options字段。

      +

      添加命令行选项以在运行时发送到服务器,详见链接参数描述的options字段。

      pgtty

      @@ -49,17 +49,17 @@ PGconn *PQsetdbLogin(const char *pghost,

      dbName

      要链接的数据库名,详见链接字符描述的dbname字段。

      +

      要链接的数据库名,详见链接参数描述的dbname字段。

      login

      要链接的用户名,详见链接字符章节描述的user字段。

      +

      要链接的用户名,详见链接参数章节描述的user字段。

      pwd

      如果服务器要求口令认证,所用的口令,详见链接字符描述的password字段。

      +

      如果服务器要求口令认证,所用的口令,详见链接参数描述的password字段。