Fixed resql test case. #5926

This commit is contained in:
Pravesh Sharma
2023-05-22 16:35:06 +05:30
committed by GitHub
parent fb3b2a4635
commit 4b183f7988

View File

@@ -16,6 +16,8 @@ TABLESPACE pg_default;
ALTER TABLE IF EXISTS public."table_with_advanced_options_$%{}[]()&*^!@""'`\/#"
OWNER to enterprisedb;
REVOKE ALL ON TABLE public."table_with_advanced_options_$%{}[]()&*^!@""'`\/#" FROM PUBLIC;
GRANT SELECT ON TABLE public."table_with_advanced_options_$%{}[]()&*^!@""'`\/#" TO PUBLIC;
GRANT ALL ON TABLE public."table_with_advanced_options_$%{}[]()&*^!@""'`\/#" TO enterprisedb;