[postgis-tickets] [PostGIS] #3975: ST_Transform references spatial_ref_sys without schema
PostGIS
trac at osgeo.org
Thu Jan 11 05:49:27 PST 2018
#3975: ST_Transform references spatial_ref_sys without schema
-------------------------+---------------------------
Reporter: javitonino | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.4.3
Component: postgis | Version: 2.4.x
Resolution: | Keywords:
-------------------------+---------------------------
Comment (by pramsey):
Well, we cannot use the @extschema@ trick here, as it's inside the C code.
I wonder if we can use the fact that we're being executed with a function
to find out what schema that function is installed in. That could end up
being a lot of overhead on the transform code to look that up on every
call, but it's the only way I can see to keep the extension relocatable.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3975#comment:1>
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