Changes between Version 2 and Version 3 of Ticket #3975, comment 2


Ignore:
Timestamp:
Jan 11, 2018, 6:52:41 AM (6 years ago)
Author:
pramsey

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3975, comment 2

    v2 v3  
    1313* In the PgSQL syscache, look up the namespace that is associated with that function Oid.
    1414
    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.
     15Both 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.