Hello, I am getting this errors bellow when I run ./setup --index, or ./setup --all --osm-file ./panet.osm What is causing the problem? I have postgresql 9.1 and postgis 1.5.4 installed. Thank You
index_placex: UPDATE failed: ERROR: operator does not exist: bigint[] @> integer[]
LINE 1: select * from planet_osm_rels where parts @> ARRAY[NEW.osm_i...
^
HINT: No operator matches the given name and argument type(s). You might need to add explicit type casts.
QUERY: select * from planet_osm_rels where parts @> ARRAY[NEW.osm_id::integer] and members @> ARRAY['n'||NEW.osm_id]
CONTEXT: PL/pgSQL function "placex_update" line 133 at FOR over SELECT rows
index_placex: UPDATE failed: ERROR: operator does not exist: bigint[] @> integer[]
LINE 1: select * from planet_osm_rels where parts @> ARRAY[NEW.osm_i...
^
HINT: No operator matches the given name and argument type(s). You might need to add explicit type casts.
QUERY: select * from planet_osm_rels where parts @> ARRAY[NEW.osm_id::integer] and members @> ARRAY['n'||NEW.osm_id]
CONTEXT: PL/pgSQL function "placex_update" line 133 at FOR over SELECT rows
index_placex: UPDATE failed: ERROR: operator does not exist: bigint[] @> integer[]
LINE 1: select * from planet_osm_rels where parts @> ARRAY[NEW.osm_i...
asked 18 Apr '12, 17:45

skypik
1●1●1●1
accept rate: 0%
Yes, I did
file /usr/local/bin/osm2pgsql /usr/local/bin/osm2pgsql: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.18, not stripped