#3749 closed enhancement (fixed)
ST_AsMVT support parsing keys/values from a jsonb column
Reported by: | Björn Harrtell | Owned by: | Björn Harrtell |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 2.4.0 |
Component: | postgis | Version: | master |
Keywords: | Cc: |
Description
Change History (10)
comment:1 by , 8 years ago
comment:2 by , 8 years ago
Summary: | ST_AsMVT optionally support parsing key/values from a jsonb column → ST_AsMVT support parsing keys/values from a jsonb column |
---|
comment:3 by , 8 years ago
Remaining tasks:
- Document this feature
- Make it conditionally included for PG 9.4+
comment:4 by , 8 years ago
Build fails on Drone due to: "fatal error: utils/jsonb.h: No such file or directory" See https://drone.osgeo.org/postgis/postgis/38
comment:6 by , 8 years ago
I thought this was because PG < 9.4 and intend to make this feature conditional. Does it look like there might be another reason for the fail?
comment:7 by , 8 years ago
I think it's the 9.3 issue.
I see dronie is running:
PostgreSQL version: PostgreSQL 9.3.13
I suspect strk is running an antiquated version of PostgreSQL as well.
I'm rerunning debbie and winnie. They too were failing with 9.3 (with same error) but then they got an unrelated error which might just be an issue with simulatneous runs of other things or a memory leak crashing their postgres instance.
In 15385: