1.0.1
PgOSM Flex 1.0.1
Commit hash: 6727773
The commit hash from this git repo shows up with the PgOSM Flex version number in SELECT pgosm_flex_version FROM osm.pgosm_flex;
If you see this version with a different commit hash, it indicates you are using a latest
Docker image with untagged features.
Backend changes
Data changes
- Creates
UNIQUE
indexes defined in Lua styles instead ofPRIMARY KEY
defined in post-import SQL #380
This change only impacts full imports. Refreshes using
--replication
will not reflect this change.
Documentation
- Document
--pgosm-date
behavior #387
Full Changelog: 1.0.0...1.0.1