]> granicus.if.org Git - postgis/commitdiff
Update topology functions status. We've completed the SQL/MM set !
authorSandro Santilli <strk@keybit.net>
Fri, 23 Sep 2011 19:21:14 +0000 (19:21 +0000)
committerSandro Santilli <strk@keybit.net>
Fri, 23 Sep 2011 19:21:14 +0000 (19:21 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@7886 b70326c6-7e19-0410-871a-916f4a2858ee

topology/topology.sql.in.c

index a849c0a507c4f13daf47eb49bce53183cacdbbcd..d950fa62f59f68abba51321ede6820c7d6ff5141 100644 (file)
 --     for primary keys and sequences for serial fields...
 --  
 --   ST_CreateTopoGeo
---     Being working on. TODO: continue implementation
+--     Complete
 --  
 --   ST_AddIsoNode
 --     Complete
 --     Implemented using polygonize()
 --  
 --   ST_RemEdgeNewFace
---     Complete
+--    Complete
 --    Also updates the Relation table
 --  
 --   ST_RemEdgeModFace
---    Unimplemented
+--     Complete
+--    Also updates the Relation table
 --  
 --   ST_ValidateTopoGeo
 --    Unimplemented (probably a wrapper around ValidateTopology)