Changes between Version 23 and Version 24 of import layers postgis
- Timestamp:
- Jun 23, 2018 8:43:58 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
import layers postgis
v23 v24 133 133 134 134 10037146451 => 1003714643 135 {{{#!sql 136 -- this query returns nothing 137 with d1 as (SELECT pfafcuen, 138 lngtramo_m, 139 (substring(pfafcuen::text,1,char_length(pfafcuen::text)-1)::integer-2)::character varying(254) 140 as pfafcuen_downstream 141 from downstream_segments('10037146457')) 142 select * from downstream_segments((select min(pfafcuen_downstream) FROM d1 limit 1)); 143 --because this query returns nothing 144 select downstream_segments('1003714643'); 145 }}} 135 146 136 147 Before trying too much the following problem arises [[BR]]