VSICURL "driver" cannot be set
The synthetic "driver" is not settable, maybe because the driver set routine checks that the driver name exists in GDAL?
postgres=# set postgis.gdal_enabled_drivers TO 'VSICURL';
WARNING: Unknown GDAL driver: VSICURL
SET
postgres=# set postgis.gdal_enabled_drivers TO 'vsicurl';
WARNING: Unknown GDAL driver: vsicurl
SET
postgres=# set postgis.gdal_enabled_drivers TO '/vsicurl';
WARNING: Unknown GDAL driver: /vsicurl
SET
Change History
(3)
Milestone: |
PostGIS 3.1.0 → PostGIS 3.1.1
|
Resolution: |
→ fixed
|
Status: |
assigned → closed
|
In b11ed4d/git: