prefix and osm2pgsql_properties for multiple different imports #2280
-
Currently I run an older version of osm2qsql and want to update to the latest version.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
--slim
you don't have them and don't need to set the prefix on the command line. There is no magic prefix any more for flex tables. If you want all tables name to have the same prefix, you can do that in your Lua script, that's what thecompatible.lua
does to make it easier to switch from the old way of doing things. Lua is very flexible in what it can do, you can read environment variables, for instance. For automated environments you can use this to set the prefix (or anything else) from outside the Lua script.