kopia lustrzana https://github.com/openmaptiles/openmaptiles
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 #1319pull/1325/head
rodzic
7838221b16
commit
44ae83718c
|
@ -9,7 +9,4 @@ SELECT hstore(string_agg(nullif(slice_language_tags(tags ||
|
|||
''), ','))
|
||||
|| get_basic_names(tags, geometry);
|
||||
$$ LANGUAGE SQL IMMUTABLE
|
||||
STRICT
|
||||
PARALLEL SAFE;
|
||||
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue