]> granicus.if.org Git - postgis/commitdiff
Add missing SQL/MM functions in the status section (TODO)
authorSandro Santilli <strk@keybit.net>
Mon, 20 Jun 2011 11:37:40 +0000 (11:37 +0000)
committerSandro Santilli <strk@keybit.net>
Mon, 20 Jun 2011 11:37:40 +0000 (11:37 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@7431 b70326c6-7e19-0410-871a-916f4a2858ee

topology/topology.sql.in.c

index de5a15d6ffe03c2c7148aaaece53c73095d44fc7..4d2563dba5ccc2e83c4a7be0bc26c432df0297a2 100644 (file)
 --   ST_GetFaceGeometry
 --     Implemented using polygonize()
 --  
+--   ST_RemEdgeNewFace
+--    Unimplemented
+--  
+--   ST_RemEdgeModFace
+--    Unimplemented
+--  
+--   ST_ValidateTopoGeo
+--    Unimplemented (probably a wrapper around ValidateTopology)
+--  
 --  
 
 -- Uninstalling previous installation isn't really a good habit ...