From 6689ffa2a7453cc523587f1839d0bb84ad56e813 Mon Sep 17 00:00:00 2001 From: lestertt Date: Sun, 23 Apr 2023 12:01:19 +0800 Subject: [PATCH 1/6] =?UTF-8?q?=E4=BD=8E=E9=94=99=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- content/zh/docs/SQLReference/CREATE-FOREIGN-DATA-WRAPPER.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/zh/docs/SQLReference/CREATE-FOREIGN-DATA-WRAPPER.md b/content/zh/docs/SQLReference/CREATE-FOREIGN-DATA-WRAPPER.md index 4b209c66c..73901c357 100644 --- a/content/zh/docs/SQLReference/CREATE-FOREIGN-DATA-WRAPPER.md +++ b/content/zh/docs/SQLReference/CREATE-FOREIGN-DATA-WRAPPER.md @@ -1,4 +1,4 @@ -# CREATE FUNCTION DATA WRAPPER +# CREATE FOREIGN DATA WRAPPER ## 功能描述 -- Gitee From fca61fae70347ec31c80d83081407e580da4ced4 Mon Sep 17 00:00:00 2001 From: lestertt Date: Sun, 23 Apr 2023 12:05:37 +0800 Subject: [PATCH 2/6] =?UTF-8?q?=E4=BD=8E=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../zh/docs/SQLReference/CREATE-FOREIGN-DATA-WRAPPER.md | 2 +- .../\345\221\275\344\273\244\345\217\202\350\200\203-gsql.md" | 2 +- content/zh/docs/ToolandCommandReference/gsql.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 index 4b209c66c..73901c357 100644 --- a/content/docs-lite/zh/docs/SQLReference/CREATE-FOREIGN-DATA-WRAPPER.md +++ b/content/docs-lite/zh/docs/SQLReference/CREATE-FOREIGN-DATA-WRAPPER.md @@ -1,4 +1,4 @@ -# CREATE FUNCTION DATA WRAPPER +# CREATE FOREIGN DATA WRAPPER ## 功能描述 diff --git "a/content/docs-lite/zh/docs/ToolandCommandReference/\345\221\275\344\273\244\345\217\202\350\200\203-gsql.md" "b/content/docs-lite/zh/docs/ToolandCommandReference/\345\221\275\344\273\244\345\217\202\350\200\203-gsql.md" index 8776e555e..c86ef0edb 100644 --- "a/content/docs-lite/zh/docs/ToolandCommandReference/\345\221\275\344\273\244\345\217\202\350\200\203-gsql.md" +++ "b/content/docs-lite/zh/docs/ToolandCommandReference/\345\221\275\344\273\244\345\217\202\350\200\203-gsql.md" @@ -61,7 +61,7 @@

-1 ("one"), --single-transaction

-

当gsql使用-f选项执行脚本时,会在脚本的开头和结尾分别加上START TRANSACTION/COMMIT用以把整个脚本当作一个事务执行。这将保证该脚本完全执行成功,或者脚本无效。

+

当gsql使用-1选项执行脚本时,会在脚本的开头和结尾分别加上START TRANSACTION/COMMIT用以把整个脚本当作一个事务执行。这将保证该脚本完全执行成功,或者脚本无效。

说明:

如果脚本中已经使用了START TRANSACTION,COMMIT,ROLLBACK,则该选项无效。

diff --git a/content/zh/docs/ToolandCommandReference/gsql.md b/content/zh/docs/ToolandCommandReference/gsql.md index caac6ba0f..ab1a08c09 100644 --- a/content/zh/docs/ToolandCommandReference/gsql.md +++ b/content/zh/docs/ToolandCommandReference/gsql.md @@ -871,7 +871,7 @@ omm@[local] openGauss=#

-1 ("one"), --single-transaction

-

当gsql使用-f选项执行脚本时,会在脚本的开头和结尾分别加上START TRANSACTION/COMMIT用以把整个脚本当作一个事务执行。这将保证该脚本完全执行成功,或者脚本无效。

+

当gsql使用-1选项执行脚本时,会在脚本的开头和结尾分别加上START TRANSACTION/COMMIT用以把整个脚本当作一个事务执行。这将保证该脚本完全执行成功,或者脚本无效。

说明:

如果脚本中已经使用了START TRANSACTION、COMMIT、ROLLBACK,则该选项无效。

-- Gitee From 8c4bc755b9923e7708e56eca0166d6f3f85cfdd8 Mon Sep 17 00:00:00 2001 From: lestertt Date: Mon, 25 Sep 2023 12:10:45 +0800 Subject: [PATCH 3/6] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E8=B5=84=E6=BA=90?= =?UTF-8?q?=E6=B1=A0=E5=8C=96=E7=89=B9=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...\214\226\347\211\271\346\200\247\350\257\264\346\230\216.md" | 2 +- content/zh/docs/ExtensionReference/dolphin-CREATE-VIEW.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git "a/content/zh/docs/AboutopenGauss/\350\265\204\346\272\220\346\261\240\345\214\226\347\211\271\346\200\247\350\257\264\346\230\216.md" "b/content/zh/docs/AboutopenGauss/\350\265\204\346\272\220\346\261\240\345\214\226\347\211\271\346\200\247\350\257\264\346\230\216.md" index e8cb1e821..1ec539639 100644 --- "a/content/zh/docs/AboutopenGauss/\350\265\204\346\272\220\346\261\240\345\214\226\347\211\271\346\200\247\350\257\264\346\230\216.md" +++ "b/content/zh/docs/AboutopenGauss/\350\265\204\346\272\220\346\261\240\345\214\226\347\211\271\346\200\247\350\257\264\346\230\216.md" @@ -20,7 +20,7 @@ - 资源池化依赖两个自研的公共组件实现主备共享一份存储的能力: - 分布式存储服务DSS(Distributed Storage Service) - DSS分为DSSAPI和DSSSERVER。DSSSERVER是独立进程,直接管理磁阵裸设备,并对外提供类似分布式文件系统的能力;DSSAPI是动态库,集成在数据库内部。DSS组件通过共享内存和客户端API动态库,为数据库提供创建文件、删除文件、扩展和收缩文件、读写文件的能力。 + DSS分为DSSAPI和DSSSERVER,支持NoF/NoF+接口。DSSSERVER是独立进程,直接管理磁阵裸设备,并对外提供类似分布式文件系统的能力;DSSAPI是动态库,集成在数据库内部。DSS组件通过共享内存和客户端API动态库,为数据库提供创建文件、删除文件、扩展和收缩文件、读写文件的能力。 - 分布式内存服务DMS(Distributed Memory Service) diff --git a/content/zh/docs/ExtensionReference/dolphin-CREATE-VIEW.md b/content/zh/docs/ExtensionReference/dolphin-CREATE-VIEW.md index 177c13fdd..493606029 100644 --- a/content/zh/docs/ExtensionReference/dolphin-CREATE-VIEW.md +++ b/content/zh/docs/ExtensionReference/dolphin-CREATE-VIEW.md @@ -14,7 +14,7 @@ ## 语法格式 ``` -CREATE [ OR REPLACE ] [ALGORITHM = {UNDEFINED | MERGE | TEMPTABLE}] [DEFINER = user] [ TEMP | TEMPORARY ] VIEW view_name [ ( column_name [, ...] ) ] +CREATE [ OR REPLACE ] [ALGORITHM = {UNDEFINED | MERGE | TEMPTABLE}] [DEFINER = user] [ TEMP | TEMPORARY ] VIEW view_name [ ( column_name [, ...] ) ] [ WITH ( {view_option_name [= view_option_value]} [, ... ] ) ] AS query [ WITH [ CASCADED | LOCAL ] CHECK OPTION ]; -- Gitee From ec35afdad5ae20b9d602e5f88ead5ca872283f8b Mon Sep 17 00:00:00 2001 From: lestertt Date: Mon, 25 Sep 2023 12:12:59 +0800 Subject: [PATCH 4/6] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E8=B5=84=E6=BA=90?= =?UTF-8?q?=E6=B1=A0=E5=8C=96=E7=89=B9=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- content/zh/docs/ExtensionReference/dolphin-CREATE-VIEW.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/zh/docs/ExtensionReference/dolphin-CREATE-VIEW.md b/content/zh/docs/ExtensionReference/dolphin-CREATE-VIEW.md index 493606029..177c13fdd 100644 --- a/content/zh/docs/ExtensionReference/dolphin-CREATE-VIEW.md +++ b/content/zh/docs/ExtensionReference/dolphin-CREATE-VIEW.md @@ -14,7 +14,7 @@ ## 语法格式 ``` -CREATE [ OR REPLACE ] [ALGORITHM = {UNDEFINED | MERGE | TEMPTABLE}] [DEFINER = user] [ TEMP | TEMPORARY ] VIEW view_name [ ( column_name [, ...] ) ] +CREATE [ OR REPLACE ] [ALGORITHM = {UNDEFINED | MERGE | TEMPTABLE}] [DEFINER = user] [ TEMP | TEMPORARY ] VIEW view_name [ ( column_name [, ...] ) ] [ WITH ( {view_option_name [= view_option_value]} [, ... ] ) ] AS query [ WITH [ CASCADED | LOCAL ] CHECK OPTION ]; -- Gitee From 8cfe88cbe85f703992c1927a52eca3cd37086173 Mon Sep 17 00:00:00 2001 From: lestertt Date: Mon, 25 Sep 2023 18:32:16 +0800 Subject: [PATCH 5/6] =?UTF-8?q?=E6=9B=B4=E6=96=B0DSS=E5=8A=9F=E8=83=BD?= =?UTF-8?q?=E5=A2=9E=E5=BC=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../DSS\345\212\237\350\203\275\345\242\236\345\274\272.md" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git "a/content/zh/docs/AboutopenGauss/DSS\345\212\237\350\203\275\345\242\236\345\274\272.md" "b/content/zh/docs/AboutopenGauss/DSS\345\212\237\350\203\275\345\242\236\345\274\272.md" index d703fa1ee..6660036b7 100644 --- "a/content/zh/docs/AboutopenGauss/DSS\345\212\237\350\203\275\345\242\236\345\274\272.md" +++ "b/content/zh/docs/AboutopenGauss/DSS\345\212\237\350\203\275\345\242\236\345\274\272.md" @@ -18,7 +18,7 @@ ## 特性增强 - +DSS支持NoF/NoF+接口。 ## 特性约束 -- Gitee From d4c258c787af56c3f4de08a640ad92b4b9f3641d Mon Sep 17 00:00:00 2001 From: lestertt Date: Mon, 25 Sep 2023 18:41:16 +0800 Subject: [PATCH 6/6] =?UTF-8?q?=E6=9B=B4=E6=96=B0DSS=E5=A2=9E=E5=BC=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../DSS\345\212\237\350\203\275\345\242\236\345\274\272.md" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git "a/content/zh/docs/AboutopenGauss/DSS\345\212\237\350\203\275\345\242\236\345\274\272.md" "b/content/zh/docs/AboutopenGauss/DSS\345\212\237\350\203\275\345\242\236\345\274\272.md" index 6660036b7..a4ded997e 100644 --- "a/content/zh/docs/AboutopenGauss/DSS\345\212\237\350\203\275\345\242\236\345\274\272.md" +++ "b/content/zh/docs/AboutopenGauss/DSS\345\212\237\350\203\275\345\242\236\345\274\272.md" @@ -18,7 +18,7 @@ ## 特性增强 -DSS支持NoF/NoF+接口。 +openGauss 5.1.0版本实现DSS支持NoF/NoF+接口。 ## 特性约束 -- Gitee