From fb6d2be472b49795c243d5125450d5fb34f0f6a5 Mon Sep 17 00:00:00 2001 From: liuheng Date: Thu, 17 Apr 2025 11:37:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0xml=E8=B5=84=E6=96=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../\346\225\260\346\215\256\347\261\273\345\236\213.md" | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git "a/content/zh/docs/BriefTutorial/\346\225\260\346\215\256\347\261\273\345\236\213.md" "b/content/zh/docs/BriefTutorial/\346\225\260\346\215\256\347\261\273\345\236\213.md" index 13fa7f8df..3c6b16746 100644 --- "a/content/zh/docs/BriefTutorial/\346\225\260\346\215\256\347\261\273\345\236\213.md" +++ "b/content/zh/docs/BriefTutorial/\346\225\260\346\215\256\347\261\273\345\236\213.md" @@ -2233,13 +2233,7 @@ xmlconcat openGauss= SELECT xmlconcat('', NULL, ''); xmlconcat (1 row) -``` - ->![](public_sys-resources/icon-note.png) **说明:** -> ->- 该功能默认未开启,如需使用,需要重新使用build.sh脚本编译数据库,修改./configure配置参数,在其中加入--with-libxml参数。 ->- 在执行编译之前,需要先执行yum install -y libxml2-devel,否则会有"configure: error: library 'xml2' \(version \>= 2.6.23\) is required for XML support"的报错。 ->- 在执行编译之前,需要三方库二进制文件中dependency操作系统环境/libobs/comm/lib加入到系统环境变量LD\_LIBRARY\_PATH中,否则会报错"libiconv.so不存在"。 +``` ## 账本数据库使用的数据类型 -- Gitee