]> git.openstreetmap.org Git - nominatim.git/blobdiff - sql/tables.sql
move postcode table setup to sql/
[nominatim.git] / sql / tables.sql
index 8647e304331279bae635ea3f3f4189af06efcdd3..d15e42c445eebf71d5cbc1d0b005ee4f1ad3a6bc 100644 (file)
@@ -35,8 +35,6 @@ GRANT UPDATE ON new_query_log TO "{www-user}" ;
 GRANT SELECT ON new_query_log TO "{www-user}" ;
 
 GRANT SELECT ON TABLE country_name TO "{www-user}";
-GRANT SELECT ON TABLE gb_postcode TO "{www-user}";
-GRANT SELECT ON TABLE us_postcode TO "{www-user}";
 
 drop table IF EXISTS word;
 CREATE TABLE word (