amend: required membership for postgrest_test_anonymous

Previous test correction required GRANTing membership for
postgrest_test_anonymous.
This commit is contained in:
steve-chavez
2026-06-12 12:34:04 +05:00
committed by Taimoor Zaeem
parent d67f68330a
commit ef54d94cc1
+2
View File
@@ -15,6 +15,8 @@ GRANT
postgrest_test_serializable, postgrest_test_repeatable_read,
postgrest_test_w_superuser_settings, postgrest_test_work_mem TO :"PGUSER";
GRANT postgrest_test_anonymous TO timeout_authenticator;
ALTER ROLE :"PGUSER" SET pgrst.db_anon_role = 'postgrest_test_anonymous';
ALTER ROLE postgrest_test_serializable SET default_transaction_isolation = 'serializable';
ALTER ROLE postgrest_test_repeatable_read SET default_transaction_isolation = 'REPEATABLE READ';