diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 95becc00cae37a4c6f9727b247ebd6c3e8961e82..0000000000000000000000000000000000000000 --- 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 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 ed5d68195f27dc892e86d6859391610d91e446de..b0a86297f95c4d7a0d01e15664499885f4474d33 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 9c56eacf2303f97ebe314f0a270678e66e492f29..8de5906b075a1f1f29650cbe4235a80f8e86cb31 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。