lidavidm opened a new issue, #3988: URL: https://github.com/apache/arrow-adbc/issues/3988
### What feature or improvement would you like to see? CONSTRAINT_SCHEMA exposes which columns on a table reference other columns, but not the reverse. I think the main question is whether we try to fit this in the existing GetObjects schema or expose it under a new function. - [JDBC: getExportedKeys](https://docs.oracle.com/javase/8/docs/api/java/sql/DatabaseMetaData.html#getExportedKeys-java.lang.String-java.lang.String-java.lang.String-) - [ODBC: SQLForeignKeys](https://learn.microsoft.com/en-us/sql/odbc/reference/syntax/sqlforeignkeys-function?view=sql-server-ver17) - BigQuery: https://github.com/adbc-drivers/bigquery/issues/118 (point 8) - PostgreSQL: https://github.com/apache/arrow-adbc/issues/3971 (point 13) -- 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]
