add missing schema to function

This commit is contained in:
Andy Eschbacher 2016-05-10 15:21:58 -04:00
parent dfbdb3c9ad
commit f9394129d9

View File

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