]> git.openstreetmap.org Git - nominatim.git/blob - data/country_name.sql
move default country names into yaml configuration
[nominatim.git] / data / country_name.sql
1 --
2 -- PostgreSQL database dump
3 --
4
5 CREATE TABLE public.country_name (
6     country_code character varying(2),
7     name public.hstore,
8     derived_name public.hstore,
9     country_default_language_code text,
10     partition integer
11 );