From 6bde71f0cb3a97210fae5a223989b5c721ca3457 Mon Sep 17 00:00:00 2001 From: h30054849 Date: Tue, 10 Sep 2024 10:18:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=A4=9A=E6=9C=BA=E5=B9=B6?= =?UTF-8?q?=E8=A1=8C=E7=A3=81=E7=9B=98=E7=A9=BA=E9=97=B4=E9=99=90=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...214\226\345\244\232\346\234\272\345\271\266\350\241\214.md" | 1 + .../ExtensionReference/spqplugin\351\231\220\345\210\266.md" | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git "a/content/zh/docs/AboutopenGauss/\350\265\204\346\272\220\346\261\240\345\214\226\345\244\232\346\234\272\345\271\266\350\241\214.md" "b/content/zh/docs/AboutopenGauss/\350\265\204\346\272\220\346\261\240\345\214\226\345\244\232\346\234\272\345\271\266\350\241\214.md" index e6336c2aa..d6d9f6c4f 100644 --- "a/content/zh/docs/AboutopenGauss/\350\265\204\346\272\220\346\261\240\345\214\226\345\244\232\346\234\272\345\271\266\350\241\214.md" +++ "b/content/zh/docs/AboutopenGauss/\350\265\204\346\272\220\346\261\240\345\214\226\345\244\232\346\234\272\345\271\266\350\241\214.md" @@ -112,6 +112,7 @@ openGauss中DML主要分为两部分:查找数据,写入符合要求的数 - 暂时仅支持[shared_preload_libraries](../DatabaseReference/内核资源使用.md)方式加载插件。 - 分区表、系统表、伪列、自定义函数、存储过程的查询暂不支持。 - 加载SPQ的节点所配置的节点名称[pgxc_node_name](../DatabaseReference/openGauss事务.md)互不相同。 +- 磁盘预留空间不够时,会导致执行语句失败。 ## 依赖关系 无。 diff --git "a/content/zh/docs/ExtensionReference/spqplugin\351\231\220\345\210\266.md" "b/content/zh/docs/ExtensionReference/spqplugin\351\231\220\345\210\266.md" index f406dd6c6..e1889a8dc 100644 --- "a/content/zh/docs/ExtensionReference/spqplugin\351\231\220\345\210\266.md" +++ "b/content/zh/docs/ExtensionReference/spqplugin\351\231\220\345\210\266.md" @@ -1,4 +1,5 @@ # spqplugin限制 - 暂时仅支持[shared_preload_libraries](../DatabaseReference/内核资源使用.md)方式加载插件。 -- 插件依赖xerces-c 3.0及以上版本 \ No newline at end of file +- 插件依赖xerces-c 3.0及以上版本 +- 磁盘预留空间不够时,会导致执行语句失败。 \ No newline at end of file -- Gitee