rustprooflabs / pgosm-flex

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

Remove final uses of deprecated `add_row()` function #361

Closed rustprooflabs closed 12 months ago

rustprooflabs commented 12 months ago

Details

Apparently there is one more use of :add_row() remaining. Switch to :insert()

2023-09-17 09:01:36,358:INFO:pgosm-flex:helpers:2023-09-17 09:01:36  WARNING: The add_row() function is deprecated. Please read
2023-09-17 09:01:36,358:INFO:pgosm-flex:helpers:2023-09-17 09:01:36  WARNING: https://osm2pgsql.org/doc/tutorials/switching-from-add-row-to-insert/