mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-16 15:47:58 +00:00
- remove dependency on intarray extension
- new config options for postgresql version and location of osm2pgsql and osmosis binaries - new option --no-npi for update.php that supresses writing of NPIs in osmosis update mode - add more GRANTs for www-data
This commit is contained in:
@@ -21,6 +21,7 @@ CREATE TABLE country_name (
|
||||
country_default_language_code character varying(2),
|
||||
partition integer
|
||||
);
|
||||
GRANT SELECT ON country_name TO "www-data";
|
||||
|
||||
|
||||
COPY country_name (country_code, name, country_default_language_code, partition) FROM stdin;
|
||||
|
||||
Reference in New Issue
Block a user