mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fixed RESQL test case failure. #5470
This commit is contained in:
parent
c752183199
commit
d7eb9f723f
@ -22,7 +22,8 @@ COMMENT ON TABLE public."partition_table_with_collate_$%{}[]()&*^!@""'`\/#"
|
||||
-- Partitions SQL
|
||||
|
||||
CREATE TABLE public.cust_arr_small PARTITION OF public."partition_table_with_collate_$%{}[]()&*^!@""'`\/#"
|
||||
FOR VALUES FROM ('20') TO ('25');
|
||||
FOR VALUES FROM ('20') TO ('25')
|
||||
TABLESPACE pg_default;
|
||||
|
||||
ALTER TABLE IF EXISTS public.cust_arr_small
|
||||
OWNER to postgres;
|
||||
|
@ -22,7 +22,8 @@ COMMENT ON TABLE public."table_with_patition_$%{}[]()&*^!@""'`\/#"
|
||||
-- Partitions SQL
|
||||
|
||||
CREATE TABLE public.cust_active PARTITION OF public."table_with_patition_$%{}[]()&*^!@""'`\/#"
|
||||
FOR VALUES IN ('ACTIVE');
|
||||
FOR VALUES IN ('ACTIVE')
|
||||
TABLESPACE pg_default;
|
||||
|
||||
ALTER TABLE IF EXISTS public.cust_active
|
||||
OWNER to postgres;
|
||||
|
@ -19,7 +19,8 @@ ALTER TABLE IF EXISTS public."table_with_range_patition_$%{}[]()&*^!@""'`\/#"
|
||||
-- Partitions SQL
|
||||
|
||||
CREATE TABLE public."cust_arr_small PARTITION" PARTITION OF public."table_with_range_patition_$%{}[]()&*^!@""'`\/#"
|
||||
FOR VALUES FROM ('20') TO ('25');
|
||||
FOR VALUES FROM ('20') TO ('25')
|
||||
TABLESPACE pg_default;
|
||||
|
||||
ALTER TABLE IF EXISTS public."cust_arr_small PARTITION"
|
||||
OWNER to postgres;
|
||||
|
@ -22,7 +22,8 @@ COMMENT ON TABLE public."partition_table_with_collate_$%{}[]()&*^!@""'`\/#"
|
||||
-- Partitions SQL
|
||||
|
||||
CREATE TABLE IF NOT EXISTS public.cust_arr_small PARTITION OF public."partition_table_with_collate_$%{}[]()&*^!@""'`\/#"
|
||||
FOR VALUES FROM ('20') TO ('25');
|
||||
FOR VALUES FROM ('20') TO ('25')
|
||||
TABLESPACE pg_default;
|
||||
|
||||
ALTER TABLE IF EXISTS public.cust_arr_small
|
||||
OWNER to enterprisedb;
|
||||
|
@ -22,7 +22,8 @@ COMMENT ON TABLE public."table_with_hash_patition_$%{}[]()&*^!@\""'`\\/#"
|
||||
-- Partitions SQL
|
||||
|
||||
CREATE TABLE IF NOT EXISTS public.cust_part11 PARTITION OF public."table_with_hash_patition_$%{}[]()&*^!@\""'`\\/#"
|
||||
FOR VALUES WITH (modulus 2, remainder 1);
|
||||
FOR VALUES WITH (modulus 2, remainder 1)
|
||||
TABLESPACE pg_default;
|
||||
|
||||
ALTER TABLE IF EXISTS public.cust_part11
|
||||
OWNER to enterprisedb;
|
||||
|
@ -18,7 +18,8 @@ COMMENT ON TABLE public."partition_table_with_collate_$%{}[]()&*^!@""'`\/#"
|
||||
-- Partitions SQL
|
||||
|
||||
CREATE TABLE IF NOT EXISTS public.cust_arr_small PARTITION OF public."partition_table_with_collate_$%{}[]()&*^!@""'`\/#"
|
||||
FOR VALUES FROM ('20') TO ('25');
|
||||
FOR VALUES FROM ('20') TO ('25')
|
||||
TABLESPACE pg_default;
|
||||
|
||||
ALTER TABLE IF EXISTS public.cust_arr_small
|
||||
OWNER to enterprisedb;
|
||||
|
@ -18,7 +18,8 @@ COMMENT ON TABLE public."table_with_hash_patition_$%{}[]()&*^!@\""'`\\/#"
|
||||
-- Partitions SQL
|
||||
|
||||
CREATE TABLE IF NOT EXISTS public.cust_part11 PARTITION OF public."table_with_hash_patition_$%{}[]()&*^!@\""'`\\/#"
|
||||
FOR VALUES WITH (modulus 2, remainder 1);
|
||||
FOR VALUES WITH (modulus 2, remainder 1)
|
||||
TABLESPACE pg_default;
|
||||
|
||||
ALTER TABLE IF EXISTS public.cust_part11
|
||||
OWNER to enterprisedb;
|
||||
|
@ -18,7 +18,8 @@ COMMENT ON TABLE public."table_with_patition_$%{}[]()&*^!@""'`\/#"
|
||||
-- Partitions SQL
|
||||
|
||||
CREATE TABLE IF NOT EXISTS public.cust_active PARTITION OF public."table_with_patition_$%{}[]()&*^!@""'`\/#"
|
||||
FOR VALUES IN ('ACTIVE');
|
||||
FOR VALUES IN ('ACTIVE')
|
||||
TABLESPACE pg_default;
|
||||
|
||||
ALTER TABLE IF EXISTS public.cust_active
|
||||
OWNER to enterprisedb;
|
||||
|
@ -15,7 +15,8 @@ ALTER TABLE IF EXISTS public."table_with_range_patition_$%{}[]()&*^!@""'`\/#"
|
||||
-- Partitions SQL
|
||||
|
||||
CREATE TABLE IF NOT EXISTS public."cust_arr_small PARTITION" PARTITION OF public."table_with_range_patition_$%{}[]()&*^!@""'`\/#"
|
||||
FOR VALUES FROM ('20') TO ('25');
|
||||
FOR VALUES FROM ('20') TO ('25')
|
||||
TABLESPACE pg_default;
|
||||
|
||||
ALTER TABLE IF EXISTS public."cust_arr_small PARTITION"
|
||||
OWNER to enterprisedb;
|
||||
|
@ -22,7 +22,8 @@ COMMENT ON TABLE public."partition_table_with_collate_$%{}[]()&*^!@""'`\/#"
|
||||
-- Partitions SQL
|
||||
|
||||
CREATE TABLE IF NOT EXISTS public.cust_arr_small PARTITION OF public."partition_table_with_collate_$%{}[]()&*^!@""'`\/#"
|
||||
FOR VALUES FROM ('20') TO ('25');
|
||||
FOR VALUES FROM ('20') TO ('25')
|
||||
TABLESPACE pg_default;
|
||||
|
||||
ALTER TABLE IF EXISTS public.cust_arr_small
|
||||
OWNER to enterprisedb;
|
||||
|
@ -22,7 +22,8 @@ COMMENT ON TABLE public."table_with_patition_$%{}[]()&*^!@""'`\/#"
|
||||
-- Partitions SQL
|
||||
|
||||
CREATE TABLE IF NOT EXISTS public.cust_active PARTITION OF public."table_with_patition_$%{}[]()&*^!@""'`\/#"
|
||||
FOR VALUES IN ('ACTIVE');
|
||||
FOR VALUES IN ('ACTIVE')
|
||||
TABLESPACE pg_default;
|
||||
|
||||
ALTER TABLE IF EXISTS public.cust_active
|
||||
OWNER to enterprisedb;
|
||||
|
@ -19,7 +19,8 @@ ALTER TABLE IF EXISTS public."table_with_range_patition_$%{}[]()&*^!@""'`\/#"
|
||||
-- Partitions SQL
|
||||
|
||||
CREATE TABLE IF NOT EXISTS public."cust_arr_small PARTITION" PARTITION OF public."table_with_range_patition_$%{}[]()&*^!@""'`\/#"
|
||||
FOR VALUES FROM ('20') TO ('25');
|
||||
FOR VALUES FROM ('20') TO ('25')
|
||||
TABLESPACE pg_default;
|
||||
|
||||
ALTER TABLE IF EXISTS public."cust_arr_small PARTITION"
|
||||
OWNER to enterprisedb;
|
||||
|
Loading…
Reference in New Issue
Block a user