WIP: add argument for custom pre-request handler

This commit is contained in:
Joe Nelson
2016-09-27 00:19:05 -07:00
parent 2f8ac24128
commit 06363ccc77
7 changed files with 28 additions and 9 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ GRANT USAGE ON SCHEMA
, test
, jwt
, "تست"
TO postgrest_test_anonymous;
TO postgrest_test_anonymous, bad_role;
-- Schema test objects
SET search_path = test, "تست", pg_catalog;