From 3771903bf725fd29f6a2a163ccaa519ce0477932 Mon Sep 17 00:00:00 2001 From: Frank Date: Tue, 27 Sep 2022 03:13:11 +0800 Subject: [PATCH 1/2] deleted .vscode --- .vscode/settings.json | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 95becc00..00000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "editor.tokenColorCustomizations": { - "textMateRules": [ - { - "scope": "kunpeng.func", - "settings": { - "foreground": "#28a745" - } - }, - { - "scope": "kunpeng.intrinsics", - "settings": { - "foreground": "#28a745" - } - } - ] - } -} \ No newline at end of file -- Gitee From 90e8bbf5536143e6fa3fb63b69f441e427a0c532 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 27 Sep 2022 14:35:46 +0800 Subject: [PATCH 2/2] fix title --- ...17\347\211\210\351\203\250\347\275\262.md" | 4 ++-- ...install_plugin gs_install_plugin_local.md" | 19 +++++++++++++++++++ 2 files changed, 21 insertions(+), 2 deletions(-) diff --git "a/content/zh/post/Frank/openGauss 3.0.0 \350\275\273\351\207\217\347\211\210\351\203\250\347\275\262.md" "b/content/zh/post/Frank/openGauss 3.0.0 \350\275\273\351\207\217\347\211\210\351\203\250\347\275\262.md" index ed5d6819..b0a86297 100644 --- "a/content/zh/post/Frank/openGauss 3.0.0 \350\275\273\351\207\217\347\211\210\351\203\250\347\275\262.md" +++ "b/content/zh/post/Frank/openGauss 3.0.0 \350\275\273\351\207\217\347\211\210\351\203\250\347\275\262.md" @@ -8,11 +8,11 @@ tags = ["OpenGauss3.0.0"] archives = "2020-05" -author = "xingchen" +author = "夏克" summary = "OpenGauss3.0.0" -img = "/zh/post/xingchen/title/58eccf60-364f-424b-9785-ecad541fc26f.png" +img = "/zh/post/Frank/images/c73d9245-4405-40e8-89ea-3db746426cc9.png" times = "18:40" diff --git "a/content/zh/post/Frank/openGauss MogDB\350\204\232\346\234\254\346\272\220\347\240\201\346\265\205\346\236\220\357\274\2102\357\274\211\342\200\224\342\200\224 gs_install_plugin gs_install_plugin_local.md" "b/content/zh/post/Frank/openGauss MogDB\350\204\232\346\234\254\346\272\220\347\240\201\346\265\205\346\236\220\357\274\2102\357\274\211\342\200\224\342\200\224 gs_install_plugin gs_install_plugin_local.md" index 9c56eacf..8de5906b 100644 --- "a/content/zh/post/Frank/openGauss MogDB\350\204\232\346\234\254\346\272\220\347\240\201\346\265\205\346\236\220\357\274\2102\357\274\211\342\200\224\342\200\224 gs_install_plugin gs_install_plugin_local.md" +++ "b/content/zh/post/Frank/openGauss MogDB\350\204\232\346\234\254\346\272\220\347\240\201\346\265\205\346\236\220\357\274\2102\357\274\211\342\200\224\342\200\224 gs_install_plugin gs_install_plugin_local.md" @@ -1,3 +1,22 @@ ++++ + +title = "openGauss/MogDB脚本源码浅析(2)" + +date = "2022-09-16" + +tags = ["OpenGauss3.0.0"] + +archives = "2020-09" + +author = "夏克" + +summary = "openGauss/MogDB脚本源码浅析(2)—— gs_install_plugin/gs_install_plugin_local" + +img = "/zh/post/Frank/images/edUqM-zFoCgSLuhswp5lMJc9cd2xffXoZYJ4sAHx8bQ.png" + +times = "18:40" + ++++ # openGauss/MogDB脚本源码浅析(2)—— gs\_install\_plugin/gs\_install\_plugin\_local # 摘要 > openGauss提供了gs\_install\_plugin/gs\_install\_plugin\_local工具用于安装插件,目前支持安装的插件包括pg\_repack、pg\_trgm、dblink、wal2json、orafce、pg\_bulkload、pg\_prewarm等。gs\_install\_plugin适用于一主多备部署的MogDB,gs\_install\_plugin\_local适用于单机部署的MogDB。 -- Gitee