Changes between Version 71 and Version 72 of UsersWikiPostgreSQLPostGIS


Ignore:
Timestamp:
Jun 27, 2013, 9:16:48 PM (11 years ago)
Author:
robe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • UsersWikiPostgreSQLPostGIS

    v71 v72  
    22
    33'''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
    66||'''8.0'''||Yes (not windows)||No||No||No||No
    77||'''8.1'''||Yes||No||No||No||No
     
    1010||'''8.4'''||Yes||Yes||Yes||Yes (not recommended)||No
    1111||'''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
    1517
    1618The ''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
    1720Note we have dropped support for PostgreSQL 8.3 in PostGIS 2.0.
    1821We have dropped support for PostgreSQL 8.4 in PostGIS 2.1.
     22We have dropped support for PostgreSQL 9.0 in PostGIS 2.2.
    1923PostgreSQL 9.2 has now been released.
    20 PostgreSQL 9.3 is in development.
     24PostgreSQL 9.3 and PostGIS 2.1 are both in beta.
     25PostgreSQL 9.4 is in development.
    2126If you are compiling PostGIS 2.0+ with anything less than 9.1,
    2227you will not get CREATE EXTENSION support and will also not get KNN gist distance for geometry.
     28
    2329
    2430As a general rule, the PostGIS Project Steering committee  tries to maintain support of PostGIS for at least
     
    4046GEOS 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+.
    4147
    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
    5056
    5157'''Versions of GDAL support for PostGIS'''
    5258PostGIS 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.
     591.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.
    5460
    5561||'''GDAL Version'''||'''Pre - PostGIS 2.0'''||'''PostGIS 2.0'''||'''PostGIS 2.1 Trunk'''