Allow embeds alias to be used in filters, fix #821

This commit is contained in:
steve-chavez
2018-04-02 11:09:45 -05:00
committed by Steve Chávez
parent 062a5581f5
commit 32c7e32bdf
6 changed files with 84 additions and 17 deletions
+2
View File
@@ -76,6 +76,8 @@ GRANT ALL ON TABLE
, person
, message
, person_detail
, space
, zone
TO postgrest_test_anonymous;
GRANT INSERT ON TABLE insertonly TO postgrest_test_anonymous;