add missing schema to function

This commit is contained in:
Andy Eschbacher
2016-05-11 09:39:12 -04:00
parent 397d8f28ec
commit c1ac8ad64b
+1 -1
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 $$