Proposal for binary output (#802)

This commit is contained in:
Steve Chávez
2017-02-14 20:36:51 -08:00
committed by Joe Nelson
parent 84f68c68cb
commit 98438c437f
10 changed files with 110 additions and 23 deletions
+2
View File
@@ -49,6 +49,8 @@ GRANT ALL ON TABLE
, public.public_orders
, consumers_view
, orders_view
, images
, images_base64
TO postgrest_test_anonymous;
GRANT INSERT ON TABLE insertonly TO postgrest_test_anonymous;