Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
View Tickets
Search
Context Navigation
←
Previous Change
Wiki History
Next Change
→
Changes between
Version 26
and
Version 27
of
RHT PATE
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
Jan 27, 2012 3:06:52 PM (
13 years
ago)
Author:
cedric
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
RHT PATE
v26
v27
53
53
LANGUAGE 'plpgsql' ;
54
54
COMMENT ON FUNCTION rht.upstream_segments(id_drain_ numeric) IS 'function using btree to calculate upstream riversegments';
55
-- pour lancer la fonction
55
56
select rht.upstream_segments(20211);
56
57
}}}