From: Sarah Hoffmann Date: Sun, 19 Aug 2012 21:51:31 +0000 (+0200) Subject: fix permissions of gb_postcode table X-Git-Tag: v2.0.0~34 X-Git-Url: https://git.openstreetmap.org./nominatim.git/commitdiff_plain/1298d144e015aae98766ea708df031cefc282a8a fix permissions of gb_postcode table --- diff --git a/data/gb_postcode.sql b/data/gb_postcode.sql index 119574d5..487de9d5 100644 --- a/data/gb_postcode.sql +++ b/data/gb_postcode.sql @@ -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";