Split out from #22247.
Mismatch
regexp_replace should honor PostgreSQL multiline flag m.
SELECT regexp_replace(E'a\nb', '^b', 'x', 'm');
PostgreSQL:
DataFusion:
Expected behavior
For PostgreSQL-compatible SQL semantics, DataFusion should either match PostgreSQL's result or raise the same class of domain/semantic error.
Split out from #22247.
Mismatch
regexp_replaceshould honor PostgreSQL multiline flagm.PostgreSQL:
DataFusion:
Expected behavior
For PostgreSQL-compatible SQL semantics, DataFusion should either match PostgreSQL's result or raise the same class of domain/semantic error.