add missing schema to function

remotes/origin/augment_distributed_take1
Andy Eschbacher 8 years ago
parent dfbdb3c9ad
commit f9394129d9

@ -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 $$

Loading…
Cancel
Save