[Tile-serving] [openstreetmap/osm2pgsql] Remove '--unlogged' option (#940)
Sarah Hoffmann
notifications at github.com
Tue Aug 6 21:49:26 UTC 2019
The `--unlogged` option currently only has an effect on middle tables. Data tables are always unlogged first and full tables after copying. That's likely not what people expect when they use it. We could change the behaviour to also make the final data tables unlogged. However, given that the option is pretty dangerous (and we have too many command line options anyway), I'd rather see it removed completely. Instead we should just set middle tables automatically to unlogged when `--drop` is enabled.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/osm2pgsql/issues/940
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20190806/3d818e19/attachment.html>
More information about the Tile-serving
mailing list