]> git.openstreetmap.org Git - nominatim.git/blobdiff - data/country_name.sql
switch remaining GRANTs to configurable web user
[nominatim.git] / data / country_name.sql
index eb52cc5da2764116c97bb8d228619165e3688e3e..352337a7ba9121753477a59928c58b7ef91ab83c 100644 (file)
@@ -295,7 +295,6 @@ CREATE INDEX idx_country_name_country_code ON country_name USING btree (country_
 --
 
 REVOKE ALL ON TABLE country_name FROM PUBLIC;
-GRANT SELECT ON TABLE country_name TO "www-data";
 
 
 --