[Geocoding] Nominatim on Raspberry Pi (was: Nominatim release 2.2 announcement)

Sarah Hoffmann sarah.hoffmann at sosm.ch
Fri Jul 18 20:30:02 UTC 2014


On Fri, Jul 18, 2014 at 10:40:37AM +0200, Matthew Grech wrote:
> Dear Sarah,
> 
> I am performing some further tests on this, and have noticed that the below
> Noticesare brought up during the osm2pgsql import:
> 
> Using projection SRS 4326 (Latlong)
> NOTICE:  table "place" does not exist, skipping
> NOTICE:  type "keyvalue" does not exist, skipping
> NOTICE:  type "wordscore" does not exist, skipping
> NOTICE:  type "stringlanguagetype" does not exist, skipping
> NOTICE:  type "keyvaluetype" does not exist, skipping
> NOTICE:  function get_connected_ways(pg_catalog.int4[]) does not exist,
> skipping
> 
> Should I be concerned, especially the notice about the place table?

Those are normal and can be savely ignored. What happens is that osm2pgsql 
tries to delete any old tables that might still be in your database, realises
that they are not there and skips the deletion command while emitting that notice.

Sarah



More information about the Geocoding mailing list