Changes between Version 71 and Version 72 of UsersWikiPostgreSQLPostGIS
- Timestamp:
- 06/27/13 21:16:48 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsersWikiPostgreSQLPostGIS
v71 v72 2 2 3 3 '''Versions of PostgreSQL supported by which versions of PostGIS''' 4 ||'''PostgreSQL Version'''||'''PostGIS 1.3'''||'''PostGIS 1.4'''||'''PostGIS 1.5'''||'''PostGIS 2.0 '''||'''PostGIS 2.1 Trunk'''5 ||'''7.2-7.4'''||Yes (not windows)||No||No||No||No 4 ||'''PostgreSQL Version'''||'''PostGIS 1.3'''||'''PostGIS 1.4'''||'''PostGIS 1.5'''||'''PostGIS 2.0 '''||'''PostGIS 2.1 ''' ||'''PostGIS 2.2 Trunk''' 5 ||'''7.2-7.4'''||Yes (not windows)||No||No||No||No||No 6 6 ||'''8.0'''||Yes (not windows)||No||No||No||No 7 7 ||'''8.1'''||Yes||No||No||No||No … … 10 10 ||'''8.4'''||Yes||Yes||Yes||Yes (not recommended)||No 11 11 ||'''9.0'''||No||No||Yes||Yes (not recommended)||Yes (not recommended) 12 ||'''9.1'''||No||No||Yes||Yes||Yes 13 ||'''9.2'''||No||No||No||Yes||Yes 14 ||'''9.3'''||No||No||No||No||Yes 12 ||'''9.1'''||No||No||Yes||Yes||Yes||Yes 13 ||'''9.2'''||No||No||No||Yes||Yes||Yes 14 ||'''9.3'''||No||No||No||No||Yes||Yes 15 ||'''9.4'''||No||No||No||No||Yes*||Yes 16 15 17 16 18 The ''not recommended'' note means you can compile and install with that, but you'll be missing some functionality. 19 * Means it currently does or doesn't but may change at release time 17 20 Note we have dropped support for PostgreSQL 8.3 in PostGIS 2.0. 18 21 We have dropped support for PostgreSQL 8.4 in PostGIS 2.1. 22 We have dropped support for PostgreSQL 9.0 in PostGIS 2.2. 19 23 PostgreSQL 9.2 has now been released. 20 PostgreSQL 9.3 is in development. 24 PostgreSQL 9.3 and PostGIS 2.1 are both in beta. 25 PostgreSQL 9.4 is in development. 21 26 If you are compiling PostGIS 2.0+ with anything less than 9.1, 22 27 you will not get CREATE EXTENSION support and will also not get KNN gist distance for geometry. 28 23 29 24 30 As a general rule, the PostGIS Project Steering committee tries to maintain support of PostGIS for at least … … 40 46 GEOS 3.4 introduced interruptibility features that allow you to cancel a query while in a GEOS loops. Prior versions of PostGIS/GEOS a query could run (even with statement timeout) until you ran out of memory. This new feature requires both PostGIS 2.1 and GEOS 3.4+. 3.4 also brought [http://www.postgis.org/documentation/manual-svn/ST_DelaunayTriangles.html ST_DelaunayTriangles] so you won't get that in 2.1 if you don't compile for 3.4+. 41 47 42 ||'''Geos Version'''||'''PostGIS 1.3'''||'''PostGIS 1.4'''||'''PostGIS 1.5'''||'''PostGIS 2.0'''||'''PostGIS 2.1 Trunk'''43 ||'''None'''||Yes (not recommended)||No||No|| No|| No 44 ||'''2.2'''||Yes (not recommended)||No||No|| No|| No 45 ||'''3.0'''||Yes||Yes (not recommended)||No|| No|| No 46 ||'''3.1'''||Yes||Yes||Yes (not recommended) (requires 3.1.1+)|| No|| No 47 ||'''3.2'''||Yes||Yes||Yes||Yes (not recommended)|| No 48 ||'''3.3'''||Yes||Yes||Yes (preferred 3.3.3+)||Yes (3.3.3+)|| Yes (not recommended) 49 ||'''3.4'''||Yes||Yes||Yes (preferred 3.3.3+)||Yes (3.3.3+)|| Yes 48 ||'''Geos Version'''||'''PostGIS 1.3'''||'''PostGIS 1.4'''||'''PostGIS 1.5'''||'''PostGIS 2.0'''||'''PostGIS 2.1'''||'''PostGIS 2.2''' 49 ||'''None'''||Yes (not recommended)||No||No|| No|| No|| No 50 ||'''2.2'''||Yes (not recommended)||No||No|| No|| No|| No 51 ||'''3.0'''||Yes||Yes (not recommended)||No|| No|| No|| No 52 ||'''3.1'''||Yes||Yes||Yes (not recommended) (requires 3.1.1+)|| No|| No|| No 53 ||'''3.2'''||Yes||Yes||Yes||Yes (not recommended)|| No|| No 54 ||'''3.3'''||Yes||Yes||Yes (preferred 3.3.3+)||Yes (3.3.3+)|| Yes (not recommended)|| Yes* 55 ||'''3.4'''||Yes||Yes||Yes (preferred 3.3.3+)||Yes (3.3.3+)|| Yes|| Yes 50 56 51 57 '''Versions of GDAL support for PostGIS''' 52 58 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 53 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. 59 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. 54 60 55 61 ||'''GDAL Version'''||'''Pre - PostGIS 2.0'''||'''PostGIS 2.0'''||'''PostGIS 2.1 Trunk'''