fix duplicate var name issue

This commit is contained in:
John Krauss 2016-04-20 16:49:41 -04:00
parent a6655003aa
commit 851419a927

View File

@ -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 '';