[postgis-tickets] [PostGIS] #2653: topology not always schema qualifying functions -- AsTopoJSON, topogeom_Add*
PostGIS
trac at osgeo.org
Sun Feb 23 17:54:39 PST 2014
#2653: topology not always schema qualifying functions -- AsTopoJSON,
topogeom_Add*
----------------------+-----------------------------------------------------
Reporter: robe | Owner: strk
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.1.2
Component: topology | Version: 2.1.x
Keywords: |
----------------------+-----------------------------------------------------
These are all I could find scanning thru the topology functions, so this
might be all of them
AsTopoJSON makes calls to GetTopoGeomElements
qualification.
topogeo_addPoint makes calls to ST_ChangeEdgeGeom without schema
qualification.
topogeo_addpolygon makes calls to ST_GetFaceGeometry without schema
qualification.
_st_adjacentedges calls GetNodeEdges
addnode(atopology character varying, apoint geometry, allowedgesplitting
boolean, setcontainingface boolean DEFAULT false)
makes calls to ST_ModEdgeSplit
st_changededgegeo calls to ST_GetFaceGeometry
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2653>
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