Skip to content

Commit

Permalink
Revert pgrst.tx.statement_timeout to statement_timeout as pgrst.tx ve…
Browse files Browse the repository at this point in the history
…rsion was never released
  • Loading branch information
rdlrt committed May 24, 2023
1 parent 51cc689 commit 4654ced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/grest-helper-scripts/db-scripts/basics.sql
Expand Up @@ -36,7 +36,7 @@ GRANT USAGE ON SCHEMA grest TO authenticator,web_anon;
GRANT SELECT ON ALL TABLES IN SCHEMA public TO authenticator,web_anon;
GRANT SELECT ON ALL TABLES IN SCHEMA grest TO authenticator,web_anon;
GRANT web_anon TO authenticator;
ALTER ROLE authenticator SET pgrst.tx.statement_timeout = 65000;
ALTER ROLE authenticator SET statement_timeout = 65000;

ALTER DEFAULT PRIVILEGES IN SCHEMA public GRANT
SELECT
Expand Down

0 comments on commit 4654ced

Please sign in to comment.