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
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.