X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/aade8c75cb6036c85f4df36c810fbbcc07f43907..d09b268e01987541384f55469cbd6ddd3ad2d5fe:/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";