As a driver, I want to use the pg_catalog.pg_type table to work with both built-in and custom types.
This will allow proper support for custom type definitions and simplify adding new types in the future.
Columns metadata types must be changed to oid, to prevent additional convertion in wire server response function.
As a driver, I want to use the pg_catalog.pg_type table to work with both built-in and custom types.
This will allow proper support for custom type definitions and simplify adding new types in the future.
Columns metadata types must be changed to oid, to prevent additional convertion in wire server response function.