[
https://issues.jboss.org/browse/TEIID-5201?page=com.atlassian.jira.plugin...
]
Steven Hawkins resolved TEIID-5201.
-----------------------------------
Fix Version/s: 10.1
Resolution: Done
Thanks Divyesh, marking as resolved based upon the comments above. Will still pursue
TEIID-5220, but that will likely need to wait until 10.2.
Update teiid pg_type schema to match PostgreSQL pg_type in support of
NPGsql provider
-------------------------------------------------------------------------------------
Key: TEIID-5201
URL:
https://issues.jboss.org/browse/TEIID-5201
Project: Teiid
Issue Type: Bug
Components: ODBC, Query Engine
Reporter: Divyesh Vallabh
Assignee: Steven Hawkins
Fix For: 10.1
Attachments: babynametest.zip, information_schema.log
When using NpgSQL provider to connect to Teiid the connection fails because the
teiid.pg_type table does not contain the column "typreceive"
Add missing columns from Postgres.pg_type
(
https://www.postgresql.org/docs/9.2/static/catalog-pg-type.html) to teiid
Add missing columns from Postgres.pg_user
(
https://www.postgresql.org/docs/9.2/static/view-pg-user.html) to teiid
Add missing columns from Postgres.pg_constraint
(
https://www.postgresql.org/docs/9.2/static/catalog-pg-constraint.html) to teiid
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)