Materialize v0.93
v0.93
Sources and sinks
- Do not error if the
oid
ortypmod
of a column changes when using theTEXT COLUMNS
option to ingest data as text in a PostgreSQL source. As an example, this allows evolving the structure ofenum
columns 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_catalog
coverage with support for theobj_description()
andcol_description
functions.