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
+4
View File
@@ -2685,3 +2685,7 @@ $$ LANGUAGE sql;
CREATE FUNCTION test.special_extended_schema(val text) RETURNS text AS $$
SELECT get_val_special(val);
$$ LANGUAGE sql;
CREATE TABLE do$llar$s (
a$num$ numeric
);