fix duplicate var name issue
This commit is contained in:
parent
a6655003aa
commit
851419a927
@ -39,7 +39,7 @@ $$ LANGUAGE plpgsql;
|
||||
|
||||
CREATE OR REPLACE FUNCTION OBS_GetAvailableBoundaries(
|
||||
geom geometry,
|
||||
time_span text DEFAULT null)
|
||||
timespan text DEFAULT null)
|
||||
RETURNS TABLE(boundary_id text, description text, time_span text, tablename text) as $$
|
||||
DECLARE
|
||||
timespan_query TEXT DEFAULT '';
|
||||
|
Loading…
Reference in New Issue
Block a user