]
Work on TEIID-5307 started by Steven Hawkins.
---------------------------------------------
Add views referential_constraints, key_column_usage,
table_constraints to information_schema
--------------------------------------------------------------------------------------------
Key: TEIID-5307
URL:
https://issues.jboss.org/browse/TEIID-5307
Project: Teiid
Issue Type: Enhancement
Components: ODBC, Query Engine
Reporter: Divyesh Vallabh
Assignee: Steven Hawkins
Fix For: 10.3
Outside of what is reference in npgsql provider, it seems as though PowerBI also
references following views to generate schema information
Add column in information_schema.columns
* data_type
Add support for information_schema.referential_constraints (
https://www.postgresql.org/docs/current/static/infoschema-referential-con...)
to teiid
Add support for information_schema.key_column_usage (
https://www.postgresql.org/docs/current/static/infoschema-key-column-usag...) to
teiid
Add support for information_schema.table_constraints (
https://www.postgresql.org/docs/current/static/infoschema-table-constrain...) to
teiid