From 6ef7d05baed3e10d7dae746dc564da66c7428b6b Mon Sep 17 00:00:00 2001 From: chenxiaobin19 <1025221611@qq.com> Date: Wed, 16 Apr 2025 20:07:57 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=8F=E5=9E=8B=E5=8C=96=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=88=A0=E9=99=A4dblink=E7=9B=B8=E5=85=B3=E6=8F=8F=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../docs/ExtensionReference/dolphin\351\231\220\345\210\266.md" | 1 - .../\346\211\251\345\261\225\350\257\255\346\263\225.md" | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git "a/content/docs-lite/zh/docs/ExtensionReference/dolphin\351\231\220\345\210\266.md" "b/content/docs-lite/zh/docs/ExtensionReference/dolphin\351\231\220\345\210\266.md" index 57003c2fd..2323cf7f5 100644 --- "a/content/docs-lite/zh/docs/ExtensionReference/dolphin\351\231\220\345\210\266.md" +++ "b/content/docs-lite/zh/docs/ExtensionReference/dolphin\351\231\220\345\210\266.md" @@ -8,6 +8,5 @@ - dolphin插件依赖于public schema,因此不支持使用drop schema的方式删除public schema。 - 连接安装有dolphin插件的B兼容性数据库时,会默认修改GUC参数[behavior_compat_options](../DatabaseReference/平台和客户端兼容性.md#zh-cn_topic_0283137574_zh-cn_topic_0237124754_section1980124735516),增加```display_leading_zero```和```select_into_return_null```选项,以保持兼容性。 - 连接安装有dolphin插件的B兼容性数据库时,会默认修改GUC参数[datestyle](../DatabaseReference/区域和格式化.md#zh-cn_topic_0283136798_zh-cn_topic_0237124733_zh-cn_topic_0059778109_s6464b29eb2274134845cea28f39d915e)为```ISO, YMD```,以保持兼容性。手动修改该参数可能会导致日期格式产生歧义。 -- dolphin插件依赖dblink插件,会在加载dolphin插件之前,自动加载dblink。 - 设置upgrade_mode为非0时,创建B兼容性数据库后不会自动创建dolphin插件。该限制主要是控制升级过程中不允许创建插件,避免回滚的时候无法删除。 - 基于一些需求特性,dolphin会移除openGauss某些语法功能。具体见:[不支持语法](dolphin-不支持语法.md) diff --git "a/content/docs-lite/zh/docs/SQLReference/\346\211\251\345\261\225\350\257\255\346\263\225.md" "b/content/docs-lite/zh/docs/SQLReference/\346\211\251\345\261\225\350\257\255\346\263\225.md" index 7d8a05acd..77cc136ea 100644 --- "a/content/docs-lite/zh/docs/SQLReference/\346\211\251\345\261\225\350\257\255\346\263\225.md" +++ "b/content/docs-lite/zh/docs/SQLReference/\346\211\251\345\261\225\350\257\255\346\263\225.md" @@ -30,7 +30,7 @@ openGauss提供的扩展语法如下。