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
pull/1325/head
Tomas Pohanka 2021-12-07 17:59:04 +01:00 zatwierdzone przez GitHub
rodzic 7838221b16
commit 44ae83718c
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 0 dodań i 3 usunięć

Wyświetl plik

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