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 │
└────────┴───────────────┴──────┴───────────────────┴───────────────────────────────────────────────────────────────────────────────────────┘
Details
The comment on
osm.place_polygon
still refers to the old viewosm.vplace_polygon
. Need to remove that and probably mention the removed duplication between relations and their children.