Skip to content

Commit

Permalink
Merge pull request #334 from rustprooflabs/place-comment
Browse files Browse the repository at this point in the history
Remove reference to vplace_polygon from table comment
  • Loading branch information
rustprooflabs authored May 30, 2023
2 parents 7771265 + 00842ab commit 612d0e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flex-config/sql/place.sql
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
COMMENT ON TABLE osm.place_point IS 'OpenStreetMap named places and administrative boundaries. Generated by osm2pgsql Flex output using pgosm-flex/flex-config/place.lua';
COMMENT ON TABLE osm.place_line IS 'OpenStreetMap named places and administrative boundaries. Generated by osm2pgsql Flex output using pgosm-flex/flex-config/place.lua';
COMMENT ON TABLE osm.place_polygon IS 'See view: osm.vplace_polgyon for improved data. OpenStreetMap named places and administrative boundaries. Contains relations and the polygon parts making up the relations. Generated by osm2pgsql Flex output using pgosm-flex/flex-config/place.lua';
COMMENT ON TABLE osm.place_polygon IS 'OpenStreetMap named places and administrative boundaries. Contains relations and the polygon parts making up the relations. Members of relations are removed to avoid duplication. Generated by PgOSM Flex using pgosm-flex/flex-config/place.lua';

COMMENT ON COLUMN osm.place_point.osm_id IS 'OpenStreetMap ID. Unique along with geometry type.';
COMMENT ON COLUMN osm.place_line.osm_id IS 'OpenStreetMap ID. Unique along with geometry type.';
Expand Down

0 comments on commit 612d0e2

Please sign in to comment.