Handle numbers in schema names
Permifrost currently cannot handle numbers at the start of a schema name & returns with the below error.
"syntax error line 1 at position 41 unexpected '.14381'.
Bit of an edge case but should be easily solvable by escaping output schema names.
Edited by Paul Armstrong