Nothing you missed - something I missed. I have once again (I really need to stop doing this!) committed half a set of changes.
To get you back working just do: alter table word add column operator text; null values default to the current behaviour. -- Brian On 11 October 2010 15:22, Lück, Michael <[email protected]> wrote: > Hi all, > > > > we set up our own nominatim server as described on > http://wiki.openstreetmap.org/wiki/Nominatim/Installation . > > We took latest revision of osm2pgsql from the svn > http://svn.openstreetmap.org/applications/utils/export/osm2pgsql. > > > > Everything seems to work until we try to search for an city or something. > Then we get the following error: > > „nativecode=FEHLER: Spalte »operator« existiert nicht at character 71“ > > In Englisch: > > „nativecode=ERROR: Column >>operator<< doesn’t exist at > character 71“ > > > > The SQL Statement fired against the database is > > select word_id,word_token, word, class, type, location, > country_code, operator from word where word_token in (' ilmenau','ilmenau',' > germany','germany'); > > > > I had a look at the table world and it really does not contain an column > called “operator”. > > > > Did we miss something? > > Regards, > Michael > > > > _______________________________________________ > dev mailing list > [email protected] > http://lists.openstreetmap.org/listinfo/dev > > _______________________________________________ dev mailing list [email protected] http://lists.openstreetmap.org/listinfo/dev

