Change dolphin version to 1.2
This commit is contained in:
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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$$;
|
||||
|
||||
@ -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$$;
|
||||
|
||||
Reference in New Issue
Block a user