From 6fcc19cf5b0bf88a202b47b506da574c1d72880f Mon Sep 17 00:00:00 2001 From: pengjiong Date: Mon, 24 Apr 2023 12:26:50 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9dolphin=E7=BC=96=E8=AF=91?= =?UTF-8?q?=E5=AE=89=E8=A3=85=E8=AF=B4=E6=98=8E=EF=BC=8C=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: pengjiong --- .../ExtensionReference/dolphin\345\256\211\350\243\205.md" | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git "a/content/zh/docs/ExtensionReference/dolphin\345\256\211\350\243\205.md" "b/content/zh/docs/ExtensionReference/dolphin\345\256\211\350\243\205.md" index fa79e2bad..5f26f5861 100644 --- "a/content/zh/docs/ExtensionReference/dolphin\345\256\211\350\243\205.md" +++ "b/content/zh/docs/ExtensionReference/dolphin\345\256\211\350\243\205.md" @@ -4,11 +4,11 @@ ## 编译安装 -1. 编译安装openGauss。 +1. [编译安装openGauss](https://gitee.com/opengauss/openGauss-server#%E7%BC%96%E8%AF%91)。 -2. 将dolphin源码拷贝到openGauss源码contrib目录下。 +2. 将[dolphin源码](https://gitee.com/opengauss/Plugin/tree/5.0.0/contrib/dolphin)拷贝到openGauss-server源码的contrib目录下。 -3. 进去dolphin目录执行make install。 +3. 进入dolphin目录执行make install。 4. 创建B库并使用初始用户连接B库。 -- Gitee