Fix #1008, Handle columns that contain spaces

This commit is contained in:
steve-chavez
2018-12-12 12:07:30 -05:00
committed by Steve Chávez
parent d78410473e
commit 36f86827ee
6 changed files with 26 additions and 1 deletions
+1
View File
@@ -96,6 +96,7 @@ GRANT ALL ON TABLE
, ltree_sample
, isn_sample
, projects_count_grouped_by
, "Server Today"
TO postgrest_test_anonymous;
GRANT INSERT ON TABLE insertonly TO postgrest_test_anonymous;