shuprime opened a new issue, #4456: URL: https://github.com/apache/arrow-adbc/issues/4456
### What feature or improvement would you like to see? ## Description In the current implementation of the ADBC PostgreSQL driver, the `xdbc_type_name` property of the column metadata returned by `GetObjects` is left unpopulated. This limits the visibility of database-specific type metadata for downstream clients and consumers of the ADBC API who may need to know the exact native PostgreSQL type (e.g., `varchar`, `int4`, `timestamp`, etc.). ## Proposed Solution Update the PostgreSQL driver's `GetObjects` implementation to fetch the PostgreSQL type name and map it to `xdbc_type_name`. This is a straightforward change that significantly improves the completeness of the schema metadata provided by the ADBC Postgres driver. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
