add missing schema to function

This commit is contained in:
Andy Eschbacher
2016-05-10 15:21:58 -04:00
parent 397d8f28ec
commit c1ac8ad64b

View File

@@ -81,7 +81,7 @@ $$ LANGUAGE plpgsql;
--------------------------------------------------------------------------------
-- TODO add test response
CREATE OR REPLACE FUNCTION OBS_GetAvailableBoundaries(
CREATE OR REPLACE FUNCTION cdb_observatory.OBS_GetAvailableBoundaries(
geom geometry(Geometry, 4326),
timespan text DEFAULT null)
RETURNS TABLE(boundary_id text, description text, time_span text, tablename text) as $$