]> git.openstreetmap.org Git - nominatim.git/commitdiff
fix permissions of gb_postcode table
authorSarah Hoffmann <lonvia@denofr.de>
Sun, 19 Aug 2012 21:51:31 +0000 (23:51 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Sun, 19 Aug 2012 21:51:31 +0000 (23:51 +0200)
data/gb_postcode.sql

index 119574d56431f03662d9fad374625c8ce176b59e..487de9d558c39498335bf3552cda8e778d0a2611 100644 (file)
@@ -1696067,3 +1696067,4 @@ COPY gb_postcode (id, postcode, geometry) FROM stdin;
 -- PostgreSQL database dump complete
 --
 
+GRANT SELECT ON TABLE gb_postcode TO "www-data";