Skip to content

Respect RowDescription.dataTypeModifier where appropriate #350

Open
@gwynne

Description

@gwynne

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 APIenhancementNew feature or request

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions