Make boundary table function immutable
This commit is contained in:
parent
7de8f38e90
commit
d53ca84a36
@ -121,4 +121,4 @@ RETURNS TABLE(geom geometry, admin_level int, scalerank int, class text) AS $$
|
||||
)
|
||||
SELECT geom, admin_level, scalerank::int, class FROM zoom_levels
|
||||
WHERE geom && bbox;
|
||||
$$ LANGUAGE SQL;
|
||||
$$ LANGUAGE SQL IMMUTABLE;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user