> The only error messages of consequence that I receive relate to inserting > data into placex from place during the gazetteer-index.sql. This appears to > be due to an SRID constraint, but that seems appropriate as the tables have > different SRIDs. The other ERROR messages relate to missing "IF EXISTS" in > drop commands.
The tables shouldn't have different SRIDs everything should be 4326. Can you run the following and email me the result. select * from geometry_columns order by f_table_name; select count(*) from place; select count(*) from placex; select count(*) from search_name; > When I run the optional util.update.php I get the following error: > Call to undefined method DB_Error::setFetchMode() in > /var/lib/pgsql/gazetteer/util.update.php on line 45 This means the system failed to connect to the database on the previous line. -- Brian _______________________________________________ Geocoding mailing list [email protected] http://lists.openstreetmap.org/listinfo/geocoding

