[Tile-serving] [openstreetmap/osm2pgsql] Add an option to prevent DROP CASCADE in -create mode (#763)
Nikolai Lebedev
notifications at github.com
Thu Jun 1 11:50:11 UTC 2017
Please add an option to prevent `DROP CASCADE` of imported tables before filling them up in `-create` mode. It can be false by default.
I have a lot of views depending on those tables, and they all get dropped when refilling osm data from scratch.
I know I can `TRUNCATE` manually and use an `-append` mode, but it's so much slower than `-create`.
I guess such an option shouldn't do no harm, but introduce some benefits instead.
--
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/763
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20170601/b792dd26/attachment.html>
More information about the Tile-serving
mailing list