Support for more PostgreSQL functions?

LabKey Support Forum (Inactive)
Support for more PostgreSQL functions? slangley  2011-07-18 13:07
Status: Closed
 
So I find that group_concat(DISTNICT ... does work if the query is made against a table or view in the built-in schema. However, if I attempt to use it against a table or view in an external database schema it fails with a:

 Schema 'core' not found.

Unfortunately, for me, I need to use it on an external database schema.