Remove STRICT statement (#1320)
Remove `STRICT` statement from `transportation_name_tags` function. Concurrently with remove `STRICT` from `get_basic_names` and `get_latin_name` in OMT-T FIX #1319
This commit is contained in:
parent
7838221b16
commit
44ae83718c
@ -9,7 +9,4 @@ SELECT hstore(string_agg(nullif(slice_language_tags(tags ||
|
|||||||
''), ','))
|
''), ','))
|
||||||
|| get_basic_names(tags, geometry);
|
|| get_basic_names(tags, geometry);
|
||||||
$$ LANGUAGE SQL IMMUTABLE
|
$$ LANGUAGE SQL IMMUTABLE
|
||||||
STRICT
|
|
||||||
PARALLEL SAFE;
|
PARALLEL SAFE;
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user