Changes between Version 2 and Version 3 of Ticket #3975, comment 2
- Timestamp:
- 01/11/18 06:52:41 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3975, comment 2
v2 v3 13 13 * In the PgSQL syscache, look up the namespace that is associated with that function Oid. 14 14 15 Both fix 1 and fix 2 will require changing a lot of proj lookup code to take not just the SRID number being looked up, but also the schema to look for spatial_ref_sys in. 15 Both fix 1 and fix 2 will require changing a lot of proj lookup code to take not just the SRID number being looked up, but also the schema to look for spatial_ref_sys in. After about 6 levels of calling in, the schema name can be inserted into the "select proj4text from %s.spatial_ref_sys where srid = %d" SPI query.