fixing return keyword error
This commit is contained in:
parent
c051fcca61
commit
38e20df08b
@ -605,7 +605,7 @@ BEGIN
|
||||
IF geom_table_name IS NULL
|
||||
THEN
|
||||
RAISE NOTICE 'Point % is outside of the data region', ST_AsText(geom);
|
||||
RETURNS QUERY SELECT '{}'::text[], '{}'::text[];
|
||||
RETURN QUERY SELECT '{}'::text[], '{}'::text[];
|
||||
END IF;
|
||||
|
||||
data_table_info := OBS_GetColumnData(geometry_level,
|
||||
|
Loading…
Reference in New Issue
Block a user