From 6f26bfc02dadad742afd690c74e6ae2211cc372a Mon Sep 17 00:00:00 2001 From: wllove Date: Fri, 30 Sep 2022 08:05:03 +0000 Subject: [PATCH 1/2] =?UTF-8?q?update=20content/zh/post/wllove/PL=5FpgSQL?= =?UTF-8?q?=E8=AF=AD=E8=A8=80=E5=87=BD=E6=95=B0.md.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: wllove --- ...PL_pgSQL\350\257\255\350\250\200\345\207\275\346\225\260.md" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git "a/content/zh/post/wllove/PL_pgSQL\350\257\255\350\250\200\345\207\275\346\225\260.md" "b/content/zh/post/wllove/PL_pgSQL\350\257\255\350\250\200\345\207\275\346\225\260.md" index 5415e49a..b178ef08 100644 --- "a/content/zh/post/wllove/PL_pgSQL\350\257\255\350\250\200\345\207\275\346\225\260.md" +++ "b/content/zh/post/wllove/PL_pgSQL\350\257\255\350\250\200\345\207\275\346\225\260.md" @@ -8,7 +8,7 @@ summary = "OpenGauss3.0.0" img = "/zh/post/wllove/title/title.png" times = "16:10" +++ - + # PL/pgSQL是一种可载入的过程语言。 用PL/pgSQL创建的函数可以被用在任何可以使用内建函数的地方。例如,可以创建复杂条件的计算函数并且后面用它们来定义操作符或把它们用于索引表达式。 SQL被大多数数据库用作查询语言。它是可移植的并且容易学习。但是每一个SQL语句必须由数据库服务器单独执行。 -- Gitee From 121139e484fba7f4f868413c12b81590ece9bbf8 Mon Sep 17 00:00:00 2001 From: wllove Date: Fri, 30 Sep 2022 08:05:28 +0000 Subject: [PATCH 2/2] =?UTF-8?q?update=20content/zh/post/wllove/PL=5FpgSQL?= =?UTF-8?q?=E8=AF=AD=E8=A8=80=E5=87=BD=E6=95=B0.md.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: wllove --- ...L_pgSQL\350\257\255\350\250\200\345\207\275\346\225\260.md" | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git "a/content/zh/post/wllove/PL_pgSQL\350\257\255\350\250\200\345\207\275\346\225\260.md" "b/content/zh/post/wllove/PL_pgSQL\350\257\255\350\250\200\345\207\275\346\225\260.md" index b178ef08..4a607219 100644 --- "a/content/zh/post/wllove/PL_pgSQL\350\257\255\350\250\200\345\207\275\346\225\260.md" +++ "b/content/zh/post/wllove/PL_pgSQL\350\257\255\350\250\200\345\207\275\346\225\260.md" @@ -1,4 +1,5 @@ -+++ + ++++ title = "PL_pgSQL语言函数" date = "2022-09-30" tags = ["openGauss3.0.0"] -- Gitee