[postgis-tickets] [PostGIS] #2502: postgis_full_version() not finding topology if not in search_path

PostGIS trac at osgeo.org
Tue Oct 8 13:55:20 PDT 2013


#2502: postgis_full_version() not finding topology if not in search_path
---------------------+------------------------------------------------------
 Reporter:  strk     |       Owner:  strk 
     Type:  defect   |      Status:  new  
 Priority:  medium   |   Milestone:       
Component:  postgis  |     Version:  2.0.x
 Keywords:           |  
---------------------+------------------------------------------------------

Comment(by strk):

 It turns out that the "postgis_topology_scripts_installed" function is
 installed in the "public" schema by topology.sql but in the topology
 schema by CREATE EXTENSION.

 I guess the correct fix for this would be to ensure the function is always
 created in the topology schema, and update the postgis_full_version
 accordingly. But... would such change be acceptable in anything but 2.2+ ?

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2502#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