Materialize v0.93
v0.93
Sources and sinks
- Do not error if the
oidortypmodof a column changes when using theTEXT COLUMNSoption to ingest data as text in a PostgreSQL source. As an example, this allows evolving the structure ofenumcolumns by usingALTER TABLE <table> ALTER COLUMN <enum column> TYPE..., which would previously have set the affected subsource into an errored state.
Bug fixes and other improvements
- Extend
pg_catalogcoverage with support for theobj_description()andcol_descriptionfunctions.