]
Steven Hawkins resolved TEIID-5220.
-----------------------------------
Fix Version/s: 10.2.1
10.3
(was: 10.2)
Resolution: Done
Made the correction to the column name.
Add support for information_schema namespace
--------------------------------------------
Key: TEIID-5220
URL:
https://issues.jboss.org/browse/TEIID-5220
Project: Teiid
Issue Type: Bug
Components: ODBC, Query Engine
Reporter: Divyesh Vallabh
Assignee: Steven Hawkins
Fix For: 10.2.1, 10.3
The npgsql provider uses the the infomation_schema namespace to query meta information
for tables and views.
Add support for information_schema.tables (
https://www.postgresql.org/docs/10/static/infoschema-tables.html) to teiid
Add support for information_schema.views (
https://www.postgresql.org/docs/10/static/infoschema-views.html) to teiid
Add support for information_schema.columns (
https://www.postgresql.org/docs/10/static/infoschema-columns.html) to teiid