'''Versions of PostgreSQL supported by which versions of PostGIS''' ||'''PostgreSQL Version'''||'''PostGIS 1.3'''||'''PostGIS 1.4'''||'''PostGIS 1.5'''|| ||'''7.2-7.4'''||Yes (not windows)||No||No|| ||'''8.0'''||Yes (not windows)||No||No|| ||'''8.1'''||Yes||No||No|| ||'''8.2'''||Yes||Yes||No|| ||'''8.3'''||Yes||Yes||Yes|| ||'''8.4'''||Yes||Yes||Yes|| ||'''8.5'''||No||No||Yes|| The alpha development releases of PostgreSQL 8.5 has been tested but not extensively against PostGIS 1.5, fixes have already been incorporated to make it compile against PostGIS 1.5. These fixes have not been and probably will not be back-ported to pre-PostGIS 1.5 releases. '''Versions of GEOS support for PostGIS''' The below chart shows which versions of GEOS work with which versions of PostGIS. The none means that you can get that version to work without GEOS, though its not recommended since a lot of functions will not be installed. For the not recommended, this means that while you can get PostGIS to work with those versions, you'll be missing out on some PostGIS functions such as ST_Covers, ST_CoversBy and for PostGIS 1.5 the ST_HausdorffDistance and enhancements to ST_Buffer (both speed and functionality). GEOS 3.1 brought cascade union. GEOS 3.2 brought faster buffering and buffering enhancements, plus numerous enhancements with dealing with tolerance issues when unioning. ||'''Geos Version'''||'''PostGIS 1.3'''||'''PostGIS 1.4'''||'''PostGIS 1.5'''|| ||'''None'''||Yes (not recommended)||No||No|| ||'''2.2'''||Yes (not recommended)||No||No|| ||'''3.0'''||Yes||Yes (not recommended)||No|| ||'''3.1'''||Yes||Yes||Yes (not recommended) (requires 3.1.1+)|| ||'''3.2'''||Yes||Yes||Yes||