From: Sandro Santilli Date: Fri, 23 Sep 2011 19:21:14 +0000 (+0000) Subject: Update topology functions status. We've completed the SQL/MM set ! X-Git-Tag: 2.0.0alpha1~968 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=394249ebd0cf3400ca15bf8c0853e63e464ea728;p=postgis Update topology functions status. We've completed the SQL/MM set ! git-svn-id: http://svn.osgeo.org/postgis/trunk@7886 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/topology/topology.sql.in.c b/topology/topology.sql.in.c index a849c0a50..d950fa62f 100644 --- a/topology/topology.sql.in.c +++ b/topology/topology.sql.in.c @@ -121,7 +121,7 @@ -- for primary keys and sequences for serial fields... -- -- ST_CreateTopoGeo --- Being working on. TODO: continue implementation +-- Complete -- -- ST_AddIsoNode -- Complete @@ -172,11 +172,12 @@ -- 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)