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:
Tomas Pohanka
2021-12-07 17:59:04 +01:00
committed by GitHub
parent 7838221b16
commit 44ae83718c

View File

@@ -9,7 +9,4 @@ SELECT hstore(string_agg(nullif(slice_language_tags(tags ||
''), ','))
|| get_basic_names(tags, geometry);
$$ LANGUAGE SQL IMMUTABLE
STRICT
PARALLEL SAFE;