File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,12 +29,14 @@ local hstore_all = false
2929-- Only keep objects that have a value in one of the non-hstore columns
3030-- (normal action with --hstore is to keep all objects). Equivalent to
3131-- what used to be set through option --hstore-match-only.
32- local hstore_match_only = true
32+ local hstore_match_only = false
3333
3434-- Set this to add an additional hstore (key/value) column containing all tags
3535-- that start with the specified string, eg "name:". Will produce an extra
3636-- hstore column that contains all "name:xx" tags. Equivalent to what used to
37- -- be set through option -z|--hstore-column.
37+ -- be set through option -z|--hstore-column. Unlike the -z option which can
38+ -- be specified multiple time, this does only support a single additional
39+ -- hstore column.
3840local hstore_column = nil
3941
4042-- There is some very old specialized handling of route relations in osm2pgsql,
You can’t perform that action at this time.
0 commit comments