Changes between Version 16 and Version 17 of PostGIS3
- Timestamp:
- 09/26/18 07:33:07 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PostGIS3
v16 v17 9 9 == Ideas 10 10 11 * Break out a `postgis_raster` extension with a `postgis` dependency, so raster support becomes optional (experimental implementation: https://git.osgeo.org/gitea/postgis/postgis/pulls/20). **Committed needs testing **11 * Break out a `postgis_raster` extension with a `postgis` dependency, so raster support becomes optional (experimental implementation: https://git.osgeo.org/gitea/postgis/postgis/pulls/20). **Committed needs testing, also change in PostGI_Upgrade_Extensions required to properly handle split** 12 12 * Require installation in a 'postgis' schema, always and for ever 13 13 * Get rid of the Minor version in the lib file or at least make it not the default compile option, so pg_upgrade is easier for users