[postgis-tickets] [PostGIS] #2648: Missing schema name in ST_GetFaceGeometry function call to topology table

PostGIS trac at osgeo.org
Sat Feb 22 23:31:54 PST 2014


#2648: Missing schema name in ST_GetFaceGeometry function call to topology table
-----------------------+----------------------------------------------------
  Reporter:  pauldzy   |       Owner:  strk         
      Type:  defect    |      Status:  closed       
  Priority:  medium    |   Milestone:  PostGIS 2.1.2
 Component:  topology  |     Version:  2.1.x        
Resolution:  fixed     |    Keywords:  history      
-----------------------+----------------------------------------------------

Comment(by robe):

 Paul,

 The search_path to topology should be automatically added to database
 search_path when you install topology as part of the install process.  The
 cases I have seen where people have issues is if there user account has
 its own custom search path which overrides the database search_path.

 strk,

 Aren't there a lot of calls within functions that aren't schema qualified?
 e.g. AsTopoJSON makes calls to GetTopoGeomElements without schema
 qualification. topogeo_addPoint makes calls to ST_ChangeEdgeGeom without
 schema qualification. topogeo_addpolygon makes calls to ST_GetFaceGeometry
 without schema qualification.

 I can go on and on. But you get the point that topology doesn't currently
 work unless you have topology in your search_path.

-- 
Ticket URL: <https://trac.osgeo.org/postgis/ticket/2648#comment:5>
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