Fix custom pre-request handler

Uses Ruslan's technique
This commit is contained in:
Joe Nelson
2016-09-27 23:17:08 -07:00
parent 06363ccc77
commit 5a166e8e80
7 changed files with 63 additions and 17 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ GRANT USAGE ON SCHEMA
, test
, jwt
, "تست"
TO postgrest_test_anonymous, bad_role;
TO postgrest_test_anonymous;
-- Schema test objects
SET search_path = test, "تست", pg_catalog;