You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
COMMENT ON FUNCTION whse_basemapping.FWA_LocateAlongInterval IS 'Return a table (index, measure, geom), representing points along a stream between specified locations at specified interval'
93
+
COMMENT ON FUNCTION whse_basemapping.FWA_LocateAlongInterval IS 'Return a table (index, measure, geom), representing points along a stream at a specified interval between specified locations'
GROUP BYi.n, i.blue_line_key, i.downstream_route_measure, i.upstream_route_measure
96
+
ORDER BYi.n;
97
+
98
+
END;
99
+
100
+
$$
101
+
LANGUAGE 'plpgsql' IMMUTABLE PARALLEL SAFE;
102
+
103
+
COMMENT ON FUNCTION whse_basemapping.FWA_SegmentAlongInterval IS 'Return a table (index, downstream_route_measure, upstream_route_measure, geom), representing segments along a stream between specified locations at specified interval'
0 commit comments