Fixes RESQL test cases.

This commit is contained in:
Nikhil Mohite 2021-08-31 16:21:32 +05:30 committed by Akshay Joshi
parent d13d2c6dda
commit 87c86beb38
4 changed files with 8 additions and 0 deletions

View File

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

View File

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

View File

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

View File

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