-
-
Notifications
You must be signed in to change notification settings - Fork 85
Open
Labels
breakingTo fix this bug or implement this feature we must break APITo fix this bug or implement this feature we must break APIenhancementNew feature or requestNew feature or request
Milestone
Description
The dataTypeModifier
, corresponding to pg_attribute.atttypmod
in the system tables (ref: https://www.postgresql.org/docs/15/catalog-pg-attribute.html), is currently completely ignored. It is currently only defined for the built-in types varbit
and varchar
(and any custom types that may need it), but the value is potentially meaningful and should be available during decoding (e.g. provided by PostgresCell
etc.)
Metadata
Metadata
Assignees
Labels
breakingTo fix this bug or implement this feature we must break APITo fix this bug or implement this feature we must break APIenhancementNew feature or requestNew feature or request