How to find out what version of PostGIS is installed

By | 22 November, 2013

If you want to find out the version of your installed PostGis, you do this:

SELECT PostGIS_full_version();

You get a row like this:

POSTGIS=”1.5.5″ GEOS=”3.3.5-CAPI-1.7.5″ PROJ=”Rel. 4.6.1, 21 August 2008″ LIBXML=”2.7.8″ USE_STATS

Versions displayed will depend on your instalation, of course.

External links:

PostGIS website