fix: columns w/ dollar sign($) don't need quoting

This commit is contained in:
steve-chavez
2022-07-30 19:50:09 -05:00
committed by Steve Chavez
parent d556cea8ce
commit 84e03a16dd
6 changed files with 20 additions and 4 deletions
+1
View File
@@ -194,6 +194,7 @@ GRANT ALL ON TABLE
, shops
, shop_bles
, "SPECIAL ""@/\#~_-".names
, do$llar$s
TO postgrest_test_anonymous;
GRANT INSERT ON TABLE insertonly TO postgrest_test_anonymous;