mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Stabilise ordering of ACLs in Type RE-SQL tests to prevent random failures.
This commit is contained in:
parent
809e0682bd
commit
f4453e33cc
@ -24,3 +24,4 @@ FROM
|
|||||||
LEFT JOIN pg_catalog.pg_roles g ON (d.grantor = g.oid)
|
LEFT JOIN pg_catalog.pg_roles g ON (d.grantor = g.oid)
|
||||||
LEFT JOIN pg_catalog.pg_roles gt ON (d.grantee = gt.oid)
|
LEFT JOIN pg_catalog.pg_roles gt ON (d.grantee = gt.oid)
|
||||||
GROUP BY g.rolname, gt.rolname
|
GROUP BY g.rolname, gt.rolname
|
||||||
|
ORDER BY grantee
|
||||||
|
@ -15,6 +15,6 @@ ALTER TYPE public."composite_type_$%{}[]()&*^!@""'`\/#"
|
|||||||
COMMENT ON TYPE public."composite_type_$%{}[]()&*^!@""'`\/#"
|
COMMENT ON TYPE public."composite_type_$%{}[]()&*^!@""'`\/#"
|
||||||
IS 'this is test';
|
IS 'this is test';
|
||||||
|
|
||||||
GRANT USAGE ON TYPE public."composite_type_$%{}[]()&*^!@""'`\/#" TO <OWNER>;
|
|
||||||
|
|
||||||
GRANT USAGE ON TYPE public."composite_type_$%{}[]()&*^!@""'`\/#" TO PUBLIC;
|
GRANT USAGE ON TYPE public."composite_type_$%{}[]()&*^!@""'`\/#" TO PUBLIC;
|
||||||
|
|
||||||
|
GRANT USAGE ON TYPE public."composite_type_$%{}[]()&*^!@""'`\/#" TO <OWNER>;
|
||||||
|
@ -11,6 +11,6 @@ ALTER TYPE public."enum_type_$%{}[]()&*^!@""'`\/#"
|
|||||||
COMMENT ON TYPE public."enum_type_$%{}[]()&*^!@""'`\/#"
|
COMMENT ON TYPE public."enum_type_$%{}[]()&*^!@""'`\/#"
|
||||||
IS 'this is test';
|
IS 'this is test';
|
||||||
|
|
||||||
GRANT USAGE ON TYPE public."enum_type_$%{}[]()&*^!@""'`\/#" TO <OWNER>;
|
|
||||||
|
|
||||||
GRANT USAGE ON TYPE public."enum_type_$%{}[]()&*^!@""'`\/#" TO PUBLIC;
|
GRANT USAGE ON TYPE public."enum_type_$%{}[]()&*^!@""'`\/#" TO PUBLIC;
|
||||||
|
|
||||||
|
GRANT USAGE ON TYPE public."enum_type_$%{}[]()&*^!@""'`\/#" TO <OWNER>;
|
||||||
|
@ -14,6 +14,6 @@ ALTER TYPE public."range_type_$%{}[]()&*^!@""'`\/#"
|
|||||||
COMMENT ON TYPE public."range_type_$%{}[]()&*^!@""'`\/#"
|
COMMENT ON TYPE public."range_type_$%{}[]()&*^!@""'`\/#"
|
||||||
IS 'this is test';
|
IS 'this is test';
|
||||||
|
|
||||||
GRANT USAGE ON TYPE public."range_type_$%{}[]()&*^!@""'`\/#" TO <OWNER>;
|
|
||||||
|
|
||||||
GRANT USAGE ON TYPE public."range_type_$%{}[]()&*^!@""'`\/#" TO PUBLIC;
|
GRANT USAGE ON TYPE public."range_type_$%{}[]()&*^!@""'`\/#" TO PUBLIC;
|
||||||
|
|
||||||
|
GRANT USAGE ON TYPE public."range_type_$%{}[]()&*^!@""'`\/#" TO <OWNER>;
|
||||||
|
Loading…
Reference in New Issue
Block a user