[postgis-devel] [PostGIS] #1723: Create extension postgis_topology and search_path

PostGIS trac at osgeo.org
Tue Mar 27 09:34:03 PDT 2012


#1723: Create extension postgis_topology and search_path
----------------------+-----------------------------------------------------
 Reporter:  jomarlla  |       Owner:  strk         
     Type:  defect    |      Status:  new          
 Priority:  medium    |   Milestone:  PostGIS 2.0.0
Component:  topology  |     Version:  1.5.X        
 Keywords:            |  
----------------------+-----------------------------------------------------
 Running the sql scripts I got:

 pg20=# show search_path;
         search_path
  "$user", public, topology


 Using the extension system the search_path is including topology schema in
 the first place (adding pg_catalog schema too). Dont know if pg_catalog is
 need or not but I think topology schema in first place could be a bug.

 s3=# create extension postgis;
 CREATE EXTENSION
 s3=# create extension postgis_topology;
 CREATE EXTENSION
 s3=# show search_path;
          search_path
  topology, public, pg_catalog

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1723>
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-devel mailing list