Changes between Version 26 and Version 27 of RHT PATE


Ignore:
Timestamp:
Jan 27, 2012 3:06:52 PM (13 years ago)
Author:
cedric
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RHT PATE

    v26 v27  
    5353LANGUAGE 'plpgsql' ; 
    5454COMMENT ON FUNCTION rht.upstream_segments(id_drain_ numeric) IS 'function using btree to calculate upstream riversegments'; 
     55-- pour lancer la fonction 
    5556select  rht.upstream_segments(20211); 
    5657}}}