| 37 | |
| 38 | '''Versions of GDAL support for PostGIS''' |
| 39 | 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 |
| 40 | 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 manager (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. |
| 41 | |
| 42 | ||'''GDAL Version'''||'''Pre - PostGIS 2.0'''||'''PostGIS 2.0''' |
| 43 | ||'''1.7'''||N/A||Yes (not recommended) |
| 44 | ||'''1.8'''||N/A||Yes (not recommended) |
| 45 | ||'''1.9'''||N/A||Yes |