From: Sandro Santilli Date: Mon, 29 Dec 2014 11:59:51 +0000 (+0000) Subject: Enhance some comments X-Git-Tag: 2.2.0rc1~716 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8cde757b86a3f1c7cdaedc25eead12ceb9df92a9;p=postgis Enhance some comments git-svn-id: http://svn.osgeo.org/postgis/trunk@13165 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/topology/sql/sqlmm.sql.in b/topology/sql/sqlmm.sql.in index 59fddcf3d..138848f75 100644 --- a/topology/sql/sqlmm.sql.in +++ b/topology/sql/sqlmm.sql.in @@ -1731,7 +1731,7 @@ BEGIN END IF; -- - -- Check node existance + -- Check edge existance -- ok = false; FOR edge IN EXECUTE 'SELECT * FROM ' @@ -1822,7 +1822,7 @@ BEGIN END; -- - -- Check node existance + -- Check edge existance -- ok = false; FOR oldedge IN EXECUTE 'SELECT * FROM ' @@ -1957,7 +1957,7 @@ BEGIN USING edge2; -- - -- Update all next edge references to match new layout + -- Update all next edge references to match new layout (ST_NewEdgeSplit) -- EXECUTE 'UPDATE ' || quote_ident(atopology) @@ -2114,7 +2114,7 @@ BEGIN END; -- - -- Check node existance + -- Check edge existance -- ok = false; FOR oldedge IN EXECUTE 'SELECT * FROM ' @@ -2221,7 +2221,7 @@ BEGIN -- - -- Update all next edge references to match new layout + -- Update all next edge references to match new layout (ST_ModEdgeSplit) -- EXECUTE 'UPDATE ' || quote_ident(atopology)