Change dolphin version to 1.2

This commit is contained in:
totaj
2023-10-11 16:05:56 +08:00
parent fdbdf64f30
commit 7483eabdb8
5 changed files with 19 additions and 13 deletions

View File

@ -68,9 +68,11 @@
./share/postgresql/extension/security_plugin--1.0.sql
./share/postgresql/extension/dolphin.control
./share/postgresql/extension/dolphin--1.0.sql
./share/postgresql/extension/dolphin--1.1.sql
./share/postgresql/extension/dolphin--1.0--1.1.sql
./share/postgresql/extension/dolphin--1.1--1.0.sql
./share/postgresql/extension/dolphin--1.2.sql
./share/postgresql/extension/dolphin--1.0--1.2.sql
./share/postgresql/extension/dolphin--1.2--1.0.sql
./share/postgresql/extension/dolphin--2.0--1.2.sql
./share/postgresql/extension/dolphin--1.2--2.0.sql
./share/postgresql/extension/openGauss_expr_dolphin.ir
./share/postgresql/extension/file_fdw--1.0.sql
./share/postgresql/extension/plpgsql.control

View File

@ -62,9 +62,11 @@
./share/postgresql/extension/security_plugin--1.0.sql
./share/postgresql/extension/dolphin.control
./share/postgresql/extension/dolphin--1.0.sql
./share/postgresql/extension/dolphin--1.1.sql
./share/postgresql/extension/dolphin--1.0--1.1.sql
./share/postgresql/extension/dolphin--1.1--1.0.sql
./share/postgresql/extension/dolphin--1.2.sql
./share/postgresql/extension/dolphin--1.0--1.2.sql
./share/postgresql/extension/dolphin--1.2--1.0.sql
./share/postgresql/extension/dolphin--2.0--1.2.sql
./share/postgresql/extension/dolphin--1.2--2.0.sql
./share/postgresql/extension/openGauss_expr_dolphin.ir
./share/postgresql/extension/file_fdw--1.0.sql
./share/postgresql/extension/plpgsql.control

View File

@ -68,9 +68,11 @@
./share/postgresql/extension/security_plugin--1.0.sql
./share/postgresql/extension/dolphin.control
./share/postgresql/extension/dolphin--1.0.sql
./share/postgresql/extension/dolphin--1.1.sql
./share/postgresql/extension/dolphin--1.0--1.1.sql
./share/postgresql/extension/dolphin--1.1--1.0.sql
./share/postgresql/extension/dolphin--1.2.sql
./share/postgresql/extension/dolphin--1.0--1.2.sql
./share/postgresql/extension/dolphin--1.2--1.0.sql
./share/postgresql/extension/dolphin--2.0--1.2.sql
./share/postgresql/extension/dolphin--1.2--2.0.sql
./share/postgresql/extension/openGauss_expr_dolphin.ir
./share/postgresql/extension/file_fdw--1.0.sql
./share/postgresql/extension/plpgsql.control

View File

@ -5,8 +5,8 @@ BEGIN
for ans in select case when count(*)=1 then true else false end as ans from (select extname from pg_extension where extname='dolphin')
LOOP
if ans = true then
ALTER EXTENSION dolphin UPDATE TO '1.1';
ALTER EXTENSION dolphin UPDATE TO '1.2';
end if;
exit;
END LOOP;
END$$;
END$$;

View File

@ -5,8 +5,8 @@ BEGIN
for ans in select case when count(*)=1 then true else false end as ans from (select extname from pg_extension where extname='dolphin')
LOOP
if ans = true then
ALTER EXTENSION dolphin UPDATE TO '1.1';
ALTER EXTENSION dolphin UPDATE TO '1.2';
end if;
exit;
END LOOP;
END$$;
END$$;