Skip to content

Commit

Permalink
Edited core/sql/routing_topology.sql via GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
drnextgis committed Jul 12, 2011
1 parent 57e81bd commit 6e27a9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/sql/routing_topology.sql
Expand Up @@ -79,7 +79,7 @@ BEGIN

FOR _r IN EXECUTE 'SELECT ' || quote_ident(gid_cname) || ' AS id,'
|| ' ST_StartPoint('|| quote_ident(geo_cname) ||') AS source,'
|| ' ST_EndtPoint('|| quote_ident(geo_cname) ||') as target'
|| ' ST_EndPoint('|| quote_ident(geo_cname) ||') as target'
|| ' FROM ' || quote_ident(geom_table) || ' WHERE ' || quote_ident(geo_cname) || ' IS NOT NULL '
LOOP

Expand Down

0 comments on commit 6e27a9b

Please sign in to comment.