Changes between Version 23 and Version 24 of import layers postgis


Ignore:
Timestamp:
Jun 23, 2018 8:43:58 PM (7 years ago)
Author:
cedric
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • import layers postgis

    v23 v24  
    133133 
    13413410037146451 => 1003714643 
     135{{{#!sql 
     136-- this query returns nothing 
     137with 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')) 
     142select * from downstream_segments((select min(pfafcuen_downstream) FROM d1 limit 1)); 
     143--because this query returns nothing 
     144select downstream_segments('1003714643'); 
     145}}} 
    135146 
    136147Before trying too much the following problem arises [[BR]]