Changes between Version 4 and Version 5 of Model Results


Ignore:
Timestamp:
Dec 13, 2011 5:52:38 PM (13 years ago)
Author:
cedric
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Model Results

    v4 v5  
    2828); 
    2929 
    30 drop view if exists rht.v_resultmodel; 
    31 create view rht.v_resultmodel as ( 
     30drop table if exists rht.tableresultmodel; 
     31create table rht.tableresultmodel as ( 
    3232select sub1.*, 
    3333        sub2.res_value as mpa, 
     
    5555        on sub1.id_drain=sub5.id_drain 
    5656); 
     57 
     58create index indextableresultmod on rht.tableresultmodel using gist(the_geom) ; 
    5759}}}