]> granicus.if.org Git - postgis/commitdiff
ST_ModEdgesSplit -> ST_ModEdgeSplit (ticket #794)
authorSandro Santilli <strk@keybit.net>
Mon, 21 Mar 2011 10:18:58 +0000 (10:18 +0000)
committerSandro Santilli <strk@keybit.net>
Mon, 21 Mar 2011 10:18:58 +0000 (10:18 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@6948 b70326c6-7e19-0410-871a-916f4a2858ee

topology/sql/sqlmm.sql
topology/topology.sql.in.c

index 56a5a25a7470909d93368f4bc989eaa74557ae91..d893ebaaaa1d0661de4f72c9af2baf89f880a46b 100644 (file)
@@ -688,9 +688,9 @@ LANGUAGE 'plpgsql' VOLATILE;
 -- Topo-Geo and Topo-Net 3: Routine Details
 -- X.3.9 
 --
---  ST_ModEdgesSplit(atopology, anedge, apoint)
+--  ST_ModEdgeSplit(atopology, anedge, apoint)
 --
-CREATE OR REPLACE FUNCTION topology.ST_ModEdgesSplit(varchar, integer, geometry)
+CREATE OR REPLACE FUNCTION topology.ST_ModEdgeSplit(varchar, integer, geometry)
        RETURNS INTEGER AS
 '
 DECLARE
index 8db14d3cf2e1b72869d1e8c1f022345758b1d44d..a7d70403603c67cffe34a62981ba4f21945963df 100644 (file)
 --     this also updates the Relation table
 --     TODO: add entries to the History table ?
 --
---   ST_ModEdgesSplit
+--   ST_ModEdgeSplit
 --     Complete
 --     this also updates the Relation table
 --     TODO: add entries to the History table ?