Ticket #3012 (closed enhancement: worksforme)
Handling PostGreSQL Schemas in DATA field
| Reported by: | marcjacquin | Owned by: | pramsey |
|---|---|---|---|
| Priority: | high | Milestone: | 5.6 release |
| Component: | PostGIS Interface | Version: | 5.4 |
| Severity: | major | Keywords: | schema postgresql find_srid |
| Cc: | pramsey |
Description
In mappostgis.c the msPostGISBuildSQLSRID does take in account the schema when parsing the table name before calling find_srid.
char *strSRIDTemplate = "find_srid(,'%s','%s')" ignores the Postgresql schema, if the table name layerinfo->fromsource was parsed to find a schema.tablename that would help using multiple schemas and use schema.table in DATA field.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

