We should probably make our streaming parser allow its running monad to query the state of standard_conforming_strings, and postpone using that parser until we actually have connections, meaning we parse migration headers not with a streaming parser.
Using psqlscan.l from upstream would be ideal, but can come as a next step.
We should probably make our streaming parser allow its running monad to query the state of
standard_conforming_strings, and postpone using that parser until we actually have connections, meaning we parse migration headers not with a streaming parser.Using psqlscan.l from upstream would be ideal, but can come as a next step.