mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-26 11:08:13 +00:00
@@ -35,7 +35,7 @@ CREATE OR REPLACE FUNCTION make_standard_name(name TEXT) RETURNS TEXT
|
|||||||
DECLARE
|
DECLARE
|
||||||
o TEXT;
|
o TEXT;
|
||||||
BEGIN
|
BEGIN
|
||||||
o := gettokenstring(transliteration(name));
|
o := public.gettokenstring(public.transliteration(name));
|
||||||
RETURN trim(substr(o,1,length(o)));
|
RETURN trim(substr(o,1,length(o)));
|
||||||
END;
|
END;
|
||||||
$$
|
$$
|
||||||
|
|||||||
Reference in New Issue
Block a user