From d45011cc32943fed9c2cd28b6a0fadb879b02444 Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Thu, 13 Dec 2012 20:31:52 +0100 Subject: [PATCH] add street to the address of rank >27 objects fixes trac ticket #4711 --- sql/functions.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/sql/functions.sql b/sql/functions.sql index 4c679f3b..aa2a8908 100644 --- a/sql/functions.sql +++ b/sql/functions.sql @@ -1526,6 +1526,7 @@ BEGIN -- Merge address from parent nameaddress_vector := array_merge(nameaddress_vector, location.nameaddress_vector); + nameaddress_vector := array_merge(nameaddress_vector, location.name_vector); --return NEW; -- Performance, it would be more acurate to do all the rest of the import process but it takes too long -- Just be happy with inheriting from parent road only -- 2.39.5