River Tarnell schrieb:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> Peter Körner:
>> Have you any idea of how many traffic there is on the current database
>> and how many tools will break if we drop it?
> 
> Is it not possible to just rename it over the old one?
Yes, this would be possible, but the way of accessing none-standard tags 
is different. atm it is just

{{{
select "name:de" from planet_osm_point where "name:de" is not null;
}}}

with the hstore it would be

{{{
select (tags->"name:de") from planet_osm_point where (tags ? "name:de");
}}}

so the tools will have to be adopted.

Pezte

_______________________________________________
Maps-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/maps-l

Reply via email to