X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/aade8c75cb6036c85f4df36c810fbbcc07f43907..8323bea84493b862946ab9ca065a0862e11db362:/data/gb_postcode_table.sql diff --git a/data/gb_postcode_table.sql b/data/gb_postcode_table.sql index 7cd3f694..bee8a964 100644 --- a/data/gb_postcode_table.sql +++ b/data/gb_postcode_table.sql @@ -24,4 +24,3 @@ CREATE TABLE gb_postcode ( CONSTRAINT enforce_srid_geometry CHECK ((st_srid(geometry) = 4326)) ); -GRANT SELECT ON TABLE gb_postcode TO "www-data";