]
Steven Hawkins resolved TEIID-5230.
-----------------------------------
Resolution: Done
Added a public prefix to the postgis functions.
Postgis functions are not resolvable in the public schema
---------------------------------------------------------
Key: TEIID-5230
URL:
https://issues.jboss.org/browse/TEIID-5230
Project: Teiid
Issue Type: Quality Risk
Components: ODBC
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Fix For: 10.1
Some clients fully qualify references to PostGIS_Lib_Version as
public.PostGIS_Lib_Version. Our emulation layer however has the function under
pg_catalog. It and the other informational functions should resolvable using the fully
qualified name as well.