rustprooflabs / pgosm-flex

PgOSM Flex provides high quality OpenStreetMap datasets in PostGIS (Postgres) using the osm2pgsql Flex output.
MIT License
101 stars 20 forks source link

Fix comment - osm.place_polygon #330

Closed rustprooflabs closed 1 year ago

rustprooflabs commented 1 year ago

Details

The comment on osm.place_polygon still refers to the old view osm.vplace_polygon. Need to remove that and probably mention the removed duplication between relations and their children.

SELECT s_name, t_name, rows, size_plus_indexes, description
    FROM dd.tables
    WHERE s_name = 'osm' AND t_name = 'place_polygon'                            
;
┌────────┬───────────────┬──────┬───────────────────┬───────────────────────────────────────────────────────────────────────────────────────┐
│ s_name │    t_name     │ rows │ size_plus_indexes │                                      description                                      │
╞════════╪═══════════════╪══════╪═══════════════════╪═══════════════════════════════════════════════════════════════════════════════════════╡
│ osm    │ place_polygon │  217 │ 496 kB            │ See view: osm.vplace_polgyon for improved data.  OpenStreetMap named places and admin…│
│        │               │      │                   │…istrative boundaries.  Contains relations and the polygon parts making up the relatio…│
│        │               │      │                   │…ns. Generated by osm2pgsql Flex output using pgosm-flex/flex-config/place.lua         │
└────────┴───────────────┴──────┴───────────────────┴───────────────────────────────────────────────────────────────────────────────────────┘