X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/23848100b932bdc4d0426ceb6d80db832205c4e7..419d0248143881c8bfa8d0b01f3120fabfc7e869:/utils/setup.php?ds=sidebyside diff --git a/utils/setup.php b/utils/setup.php index 6dc87724..6b0a5b37 100755 --- a/utils/setup.php +++ b/utils/setup.php @@ -363,7 +363,7 @@ { $aDBInstances[$i] =& getDB(true); $sSQL = 'insert into placex (osm_type, osm_id, class, type, name, admin_level, '; - $sSQL .= 'housenumber, street, isin, postcode, country_code, extratags, '; + $sSQL .= 'housenumber, street, addr_place, isin, postcode, country_code, extratags, '; $sSQL .= 'geometry) select * from place where osm_id % '.$iInstances.' = '.$i; if ($aCMDResult['verbose']) echo "$sSQL\n"; if (!pg_send_query($aDBInstances[$i]->connection, $sSQL)) fail(pg_last_error($oDB->connection));