]
Steven Hawkins updated TEIID-4119:
----------------------------------
Fix Version/s: 8.12.5
8.13.4
Affects Version/s: 7.7
Note this is not an issue for 9.0 - see TEIID-2754
ODBC reports tables as views ('relkind' column in
pg_catalog.pg_class) when it should report as table type
-----------------------------------------------------------------------------------------------------------
Key: TEIID-4119
URL:
https://issues.jboss.org/browse/TEIID-4119
Project: Teiid
Issue Type: Bug
Components: ODBC
Affects Versions: 7.7
Reporter: Marc Shirley
Assignee: Steven Hawkins
Fix For: 8.12.5, 8.13.4
Virtual tables are reported as a view with value "v" in 'relkind'
column in pg_catalog.pg_class. This should be reported as a table in some cases, so we
need to be able to toggle the metadata to report as the type the user needs.