[postgis-tickets] [PostGIS] #5387: ST_Transform(geom, str, str) is very slow
    PostGIS 
    trac at osgeo.org
       
    Mon Jun 19 06:22:25 PDT 2023
    
    
  
#5387: ST_Transform(geom, str, str) is very slow
-------------------------+---------------------------
  Reporter:  cdestigter  |      Owner:  pramsey
      Type:  defect      |     Status:  new
  Priority:  medium      |  Milestone:  PostGIS 3.4.0
 Component:  postgis     |    Version:  3.3.x
Resolution:              |   Keywords:
-------------------------+---------------------------
Comment (by robe):
 @cdestigter,
 PostGIS delegates to proj.db if the srid matches an entry in your proj.db.
 It does need to exist in spatial_ref_sys (the srid, epsg code), but that's
 it.
 If you are not finding this to be the case, then that is an issue
-- 
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5387#comment:7>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
    
    
More information about the postgis-tickets
mailing list