]
Steven Hawkins updated TEIID-5504:
----------------------------------
Fix Version/s: 12.x
(was: 11.x)
Update pg layer for general fdw use
-----------------------------------
Key: TEIID-5504
URL:
https://issues.jboss.org/browse/TEIID-5504
Project: Teiid
Issue Type: Enhancement
Components: ODBC
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Priority: Major
Fix For: 12.x
Building on TEIID-5498 we should allow general use of fdw access. This is much broader
in determining what function and type support is expected. At the very least type casting
needs to be aware of the pg type names as a literal like 'a' will be pushed as
'a'::text.
At this time since joins and other higher level constructs are not pushed that still
keeps the scope somewhat narrow.