Fixed RESQL test cases.

This commit is contained in:
Akshay Joshi 2022-09-30 10:39:19 +05:30
parent 9acc59d099
commit bedfad002d
3 changed files with 3 additions and 9 deletions

View File

@ -16,11 +16,9 @@ TABLESPACE pg_default;
ALTER TABLE IF EXISTS public."table_with_advanced_options_$%{}[]()&*^!@""'`\/#"
OWNER to postgres;
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 postgres;
GRANT SELECT ON TABLE public."table_with_advanced_options_$%{}[]()&*^!@""'`\/#" TO PUBLIC;
COMMENT ON TABLE public."table_with_advanced_options_$%{}[]()&*^!@""'`\/#"
IS 'test comment';

View File

@ -16,11 +16,9 @@ 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;
GRANT SELECT ON TABLE public."table_with_advanced_options_$%{}[]()&*^!@""'`\/#" TO PUBLIC;
COMMENT ON TABLE public."table_with_advanced_options_$%{}[]()&*^!@""'`\/#"
IS 'test comment';

View File

@ -16,11 +16,9 @@ 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;
GRANT SELECT ON TABLE public."table_with_advanced_options_$%{}[]()&*^!@""'`\/#" TO PUBLIC;
COMMENT ON TABLE public."table_with_advanced_options_$%{}[]()&*^!@""'`\/#"
IS 'test comment';