add missing schema to function
This commit is contained in:
parent
dfbdb3c9ad
commit
f9394129d9
@ -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 $$
|
||||||
|
Loading…
Reference in New Issue
Block a user