From 8cde757b86a3f1c7cdaedc25eead12ceb9df92a9 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Mon, 29 Dec 2014 11:59:51 +0000 Subject: [PATCH] Enhance some comments git-svn-id: http://svn.osgeo.org/postgis/trunk@13165 b70326c6-7e19-0410-871a-916f4a2858ee --- topology/sql/sqlmm.sql.in | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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) -- 2.50.1