Changes between Version 88 and Version 89 of UsersWikiPostgreSQLPostGIS
- Timestamp:
- 05/20/15 01:01:51 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsersWikiPostgreSQLPostGIS
v88 v89 68 68 PostGIS raster functionality (introduced in 2.0) depends on GDAL so to get raster functionality, you'll need to compile with GDAL support and preferrably 69 69 1.9 or above. Although you can compile PostGIS 2.0 without raster support, you really should rethink that decision, especially if you are a package maintainer (you'll have a lot of pissed off users if you do :)). For PostgreSQL 9.1 extension support, compiling with raster support is ABSOLUTELY required since the postgis extension includes the raster functionality. * Means it currently does or doesn't but may change at release time. 70 GEOS 3.5 is still in development but will have Voronoi which will be a feature in 2.2 only if you have GEOS 3.5. It currently has ST_ClipByBox2Dwhich requires GEOS 3.570 GEOS 3.5 is still in development but will have Voronoi which may be a feature in 2.2 only if you have GEOS 3.5. It currently has ST_ClipByBox2D and ST_SubDivide which requires GEOS 3.5 71 71 72 72 ||'''GDAL Version'''||'''Pre - PostGIS 2.0'''||'''PostGIS 2.0'''||'''PostGIS 2.1'''||'''PostGIS 2.2 Trunk'''