END IF;
--
- -- Check node existance
+ -- Check edge existance
--
ok = false;
FOR edge IN EXECUTE 'SELECT * FROM '
END;
--
- -- Check node existance
+ -- Check edge existance
--
ok = false;
FOR oldedge IN EXECUTE 'SELECT * FROM '
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)
END;
--
- -- Check node existance
+ -- Check edge existance
--
ok = false;
FOR oldedge IN EXECUTE 'SELECT * FROM '
--
- -- 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)